@font-face {
    font-family: 'Vanitas';
    src: url('vanitas-regular.woff2') format('woff2'),
        url('vanitas-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('avenirnextltpro-regular.woff2') format('woff2'),
        url('avenirnextltpro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-regular.woff2') format('woff2'),
        url('poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-medium.woff2') format('woff2'),
        url('poppins-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-semibold.woff2') format('woff2'),
        url('poppins-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: 0.8px;
    color: #000000;
}

h1 {
    font-family: 'Vanitas';
    font-size: 69.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: 18.07px;
    color: #000000;
    margin: 0;
    margin-bottom: 16px;
    text-transform: uppercase;
}

h2 {
    font-family: Vanitas;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: 1.1px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Vanitas';
    font-size: 43.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.99;
    letter-spacing: 0.87px;
    color: #000000;
    margin: 0;
    margin-bottom: 45px;
}

h4 {
    font-family: 'Avenir Next LT Pro';
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 4px;
    color: #000000;
    text-transform: uppercase;
}

h5 {
    font-family: 'Avenir Next LT Pro';
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: 1.7px;
    color: #000000;
}

a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.section_inner {
    margin: 0 auto;
}

.site_button,
input[type="submit"] {
    font-family: 'Poppins';
    display: inline-block;
    background-color: #c7aa81;
    font-size: 14.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 1.45px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    padding: 14px 37px;
    border: 0;
    cursor: pointer;
}

.parsley-errors-list li {
    list-style: none;
    text-align: center;
}

.site_button:hover,
input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

.section_title p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: 0.8px;
    text-align: center;
}

p {
    margin-top: 0;
    margin-bottom: 26px;
}

p:last-child {
    margin-bottom: 0;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #f2e2e0 0%, #f2e2e0 100%);
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-position: 0 100%;
    color: inherit;
}

.text_center {
    text-align: center;
}

.mobile_only {
    display: none;
}

@media (max-width: 1440px) {


    body {
        font-size: 1.111vw;
        letter-spacing: 0.056vw;
    }

    h1 {
        font-size: 4.826vw;
        letter-spacing: 1.255vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 3.819vw;
        letter-spacing: 0.076vw;
        margin-bottom: 1.389vw;
    }

    h3 {
        font-size: 3.021vw;
        letter-spacing: 0.06vw;
        margin-bottom: 3.125vw;
    }

    h4 {
        font-size: 1.389vw;
        letter-spacing: 0.278vw;
    }

    h5 {
        font-size: 1.181vw;
        letter-spacing: 0.118vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.007vw;
        letter-spacing: 0.101vw;
        padding: 0.972vw 2.569vw;
    }

    .section_title p {
        font-size: 1.111vw;
        letter-spacing: 0.056vw;
    }

    p {
        margin-bottom: 1.806vw;
    }

}

@media (max-width: 1140px) {

    body {
        font-size: 1.263vw;
        letter-spacing: 0.056vw;
    }

    h1 {
        font-size: 5.958vw;
        letter-spacing: 1.255vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 4.714vw;
        letter-spacing: 0.076vw;
        margin-bottom: 1.389vw;
    }

    h4 {
        font-size: 1.714vw;
        letter-spacing: 0.278vw;
    }

    h5 {
        font-size: 1.458vw;
        letter-spacing: 0.118vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.107vw;
        letter-spacing: 0.101vw;
        padding: 0.972vw 2.569vw;
    }

    .section_title p {
        font-size: 1.371vw;
        letter-spacing: 0.056vw;
    }

    br {
        display: none;
    }
}

@media (max-width: 1024px) {

    body {
        font-size: 1.684vw;
        letter-spacing: 0.056vw;
        line-height: 1.35;
    }

    h1 {
        font-size: 5.958vw;
        letter-spacing: 1.255vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 4.722vw;
        letter-spacing: 0.076vw;
        margin-bottom: 1.389vw;
    }

    h3 {
        font-size: 3.8vw;
    }

    h4 {
        font-size: 1.714vw;
        letter-spacing: 0.278vw;
    }

    h5 {
        font-size: 1.944vw;
        letter-spacing: 0.118vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.476vw;
        letter-spacing: 0.101vw;
        padding: 0.972vw 2.569vw;
    }

    .section_title p {
        font-size: 1.828vw;
        letter-spacing: 0.056vw;
    }
}

@media (max-width: 768px) {

    body {
        font-size: 2.3576vw;
        letter-spacing: 0.056vw;
        line-height: 1.6;
    }

    h1 {
        font-size: 8.0412vw;
        padding-left: 1.1vw;
        letter-spacing: 2.455vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 5.66942vw;
        /* white-space: nowrap; */
        letter-spacing: 0.076vw;
        margin-bottom: 1.389vw;
    }

    h3 {
        font-size: 5.66942vw;
    }

    h4 {
        font-size: 2.3996vw;
        letter-spacing: 0.278vw;
    }

    h5 {
        font-size: 2.7216vw;
        letter-spacing: 0.118vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2vw;
        letter-spacing: 0.101vw;
        padding: 1.042vw 4.028vw;
    }

    .section_title p {
        font-size: 2.5592vw;
        letter-spacing: 0.056vw;
    }

    .section_title p br {
        display: none;
    }

    .ln_header_left {
        width: 50%;
    }

    .ln_header_right {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        position: relative;
        width: 50%;
    }

    .ln_logo img {
        width: 32.569vw !important;
        margin-right: auto;
        margin-bottom: 0 !important;
        text-align: left;
        margin-left: 0 !important;
    }

    .ln_header_right {
        margin-top: -2vw;
    }
}

@media (max-width: 550px) {

    body {
        font-size: 3.433vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.7;
        letter-spacing: 0.172vw;
    }

    h1 {
        font-size: 10.837vw;
        line-height: 1.03;
        letter-spacing: 2.818vw;
        padding-left: 1.1vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 8.584vw;
        line-height: 1.08;
        letter-spacing: 0.172vw;
        margin-bottom: 1.389vw;
    }

    h3 {
        font-size: 8.335vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.99;
        letter-spacing: 0.187vw;
    }

    h2 mark {
        background-size: 94% 61%;
        background-position: 40% 96%;
    }

    h4 {
        font-size: 3.326vw;
        font-weight: 900;
        line-height: 1.58;
        letter-spacing: 0.665vw;
    }

    h5 {
        font-size: 3.448vw;
        font-weight: 900;
        line-height: 1.8;
        letter-spacing: 0.365vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 3.112vw;
        font-weight: 600;
        line-height: 1.72;
        letter-spacing: 0.311vw;
        padding: 3.076vw 9.625vw;
    }

    .section_title p {
        font-size: 3.333vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.69;
        letter-spacing: 0.172vw;
    }

    .section_title p br {
        display: none;
    }


    .line_brake {
        display: block;
    }



}

/*
    Header
------------------------------*/
.ln_header {
    padding-top: 230px;
    text-align: center;
    z-index: 9999;
    position: relative;
}
.ln_header .section_inner{
    position: fixed;
    width: 100%;
    top: 30px;
}
/* .ln_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
} */

/* .ln_logo img {
    width: 253px;
    height: 109px;
    margin: 0 auto;
    margin-bottom: 84px;
} */

.ln_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ln_header_right li {
    display: inline-block;
    margin: 0;
    padding-left: 28px;
    position: relative;
}

.ln_header_right li a {
    font-family: 'Poppins';
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: 1.45px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #000000;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 5px 10px;
}

.ln_header_right li:last-child a {
    border: 1px solid #000;
}

.ln_header_right li a:hover:after {
    background-color: #e2a883;
}


/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 4vw;
    right: 5vw;
}

.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 40px;
    display: block;
    background-color: #000;
    height: 5px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 25px;
}

.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -5px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: rgba(239, 203, 191, 0.98);
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    line-height: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 22px !important;
    letter-spacing: 0.3px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.52;
    font-weight: bold;
    border: 0;
    margin: 0;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

.ln_logo img {
    width: 253px;
    /* height: 109px; */
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (max-width: 1440px) {

    /*
        Header
    ------------------------------*/
    .ln_header {
        padding-top: 15.972vw;
    }

    .ln_logo img {
        width: 17.569vw;
        /* height: 7.569vw; */
        margin-bottom: 2.778vw;
    }

    .ln_header_right li {
        padding-left: 1.944vw;
    }

    .ln_header_right li a {
        font-size: 1.007vw;
        letter-spacing: 0.101vw;
        padding: 0.347vw 0.694vw;
    }

    .ln_header_right li:last-child a {
        border: 0.069vw solid #000;
    }


    /*
        Responsive Header
    ------------------------------*/


}

@media (max-width: 1140px) {

    .ln_header_right li a {
        font-size: 1.6573vw;
    }
    .ln_header {
        padding-top: 16.722vw;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {

    .ln_logo img {
        max-width: 25vw;
        /* height: auto !important; */
    }
    
    .ln_header_right ul {
        display: none;
    }
    .ln_header {
        padding-top: 4.5vw;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
    }

    .responsive-menu-hand {
        display: block;
    }

    .ln_header .section_inner{
        position: relative;
        top: 0px;
        padding-left: 7vw;
        padding-right: 7vw;
    }

}

@media (max-width: 550px) {
    .ln_logo img {
        width: 100% !important;
        max-width: 39.5vw;
    }

    .ln_header {
        padding-top: 5.9vw;
    }
    .ln_header .section_inner{
        position: relative;
        top: 0px;
        padding-left: 4.5vw;
        padding-right: 6vw;
        display: flex;
        flex-wrap: wrap;
    }
}

.sk_header.active{
    /* position: fixed; */
    width: 100%;
    /* top: 0px; */
    /* left: 0px; */
    /* background-color: #FFF; */
    /* z-index: 999; */
    /* padding-top: 0px; */
}
.sk_header.active .section_inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-color: #FFF;
    z-index: 999;
    position: fixed;
    top: 0px;
}
.sk_header.active .ln_header_left{
    width: 25%;
    text-align: left;
}
.sk_header.active .ln_header_left a.ln_logo{
    display: inline-block;
    text-align: left;
}
.sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{
    margin-bottom: -7px;
    margin-left: 0px;
    width: 130px;
}
.sk_header.active .ln_header_right{
    width: 75%;
    text-align: right;
    padding-top: 13px;
}
.sk_header.active .ln_header_right ul{}


  .ln_header  .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/
    display: block;
    margin-top: -20px;
    }
    .ln_header  .user__avatar {
      height: 40px;
      max-height: 40px;
      margin: 0 0 0 1rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      margin-bottom: -11px;
      margin-left: 0px;
      }
    .ln_header  .user__dropdown {
      position: absolute;
      z-index: 9999;
      top: 22px;
      right: 0;
      display: none;
      padding: 20px 30px;
      text-align: left;
      white-space: nowrap;
      border-top: 0;
      background: #f9f9f9;
      box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
      }
      .ln_header  .user__dropdown--light a {
        color: #0a2338; }
      .ln_header  .user__dropdown--dark a {
        color: #fff; }
      .ln_header  .user__dropdown span {
        display: block; }
      .ln_header  .user__dropdown a {
        line-height: 32px !important;
        display: block;
        border: 0px solid #000 !important;
        }
  .header--center .user {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
    .header--center .user__dropdown {
      top: 50px; }
      .header--center .user__dropdown a {
        line-height: 40px;
        margin: 0 0 0 0; }


@media (max-width: 1440px) {
    .sk_header.active{
        padding-top: 11.722vw;
        /* display: none; */
    }
}
@media (max-width: 1140px) {
    .sk_header.active .section_inner{padding-left: 4vw;padding-right: 4vw;}
    .sk_header.active .ln_header_left{width: 17%;}
    .sk_header.active .ln_header_left a.ln_logo{ }
    .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{ }
    .sk_header.active .ln_header_right{width: 83%;padding-top: 7px;}
    .sk_header.active .ln_header_right ul{}
    .sk_header.active .ln_header_right ul li{}
    .sk_header.active .ln_header_right ul li a{}
}
@media (max-width: 1024px) {
    .sk_header.active .section_inner{ }
    .sk_header.active .ln_header_left{ }
    .sk_header.active .ln_header_left a.ln_logo{ }
    .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{ }
    .sk_header.active .ln_header_right{padding-top: 1.2vw;}
    .sk_header.active .ln_header_right ul{/* display: none; */}
    .sk_header.active .ln_header_right ul li{
        padding-left: 1.5vw;
    }
    .sk_header.active .ln_header_right ul li a{
        font-size: 1.5vw;
    }
    .sk_header.active .ln_header_right .responsive-menu-hand{
        height: 100%;
    }
}
@media (max-width: 768px) {
    .sk_header.active .section_inner{ }
    .sk_header.active .ln_header_left{width: 50%;}
    .sk_header.active .ln_header_left a.ln_logo{margin-bottom: -1vw;}
    .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{max-width: 14vw;}
    .sk_header.active .ln_header_right{width: 50%;margin-top: 0vw;padding-top: 0vw;}
    .sk_header.active .ln_header_right ul{}
    .sk_header.active .ln_header_right ul li{}
    .sk_header.active .ln_header_right ul li a{}
}
@media (max-width: 550px) {
    .sk_header.active{
    opacity: 0;
    z-index: -999;
    padding-top: 0vw;
    /* display: none; */
    /* padding-top: 0vw; */
    padding-top: 26.1vw;
    }
    .sk_header.active .section_inner{display: none;}
    .sk_header.active .ln_header_left{ }
    .sk_header.active .ln_header_left a.ln_logo{ }
    .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{ }
    .sk_header.active .ln_header_right{ }
    .sk_header.active .ln_header_right ul{}
    .sk_header.active .ln_header_right ul li{}
    .sk_header.active .ln_header_right ul li a{}
}



/* about page stylesheet */

/* section 1 */
.ln_about1 {
    padding-top: 9px;
    padding-bottom: 18px;
}

.ln_about1 .section_inner {
    width: 1085px;
    position: relative;
}

.ln_about1 .section_inner:before {
    content: "";
    position: absolute;
    background-color: #faf6f5;
    left: -179px;
    top: 255px;
    z-index: 0;
    width: 672px;
    height: 522px;
}

.ln_about1_top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.ln_about1 .section_left_item {
    width: 48%;
}

.ln_about1 .section_left_item h3 {
    padding-top: 28px;
    padding-right: 73px;
    text-align: right;
}

.ln_about1 .section_left_item h3 mark {
    background-image: linear-gradient(120deg, #ece7e1 0%, #ece7e1 100%);
    background-size: 100% 38%;
    background-position: 0 87%;
}

.ln_about1 .section_left_item h3 span {
    position: relative;
}

.ln_about1 .section_left_item h3 span:after {
    content: "";
    position: absolute;
    background-color: #282728;
    left: 418px;
    bottom: -202px;
    z-index: 0;
    width: 50000px;
    height: 1px;
}

.ln_about1 .section_right_item {
    width: 52%;
    padding-left: 41px;
    padding-top: 207px;
}

.ln_about1 .section_right_item article {
    margin-bottom: 27px;
}
.ln_about1 .section_right_item article p{
    margin-bottom: 27px;
}
.ln_about1 .section_right_item article p:last-child{
    margin-bottom: 0px;
}
.ln_about1_img {
    position: relative;
    z-index: 0;
    padding-left: 92px;
}

.ln_about1_img h1 {
    position: absolute;
    top: 45px;
    right: -212px;
    z-index: 2;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 1.1px;
}


.ln_about1 .section_right_item article {
    margin-bottom: 32px;
}
.ln_about1 .section_right_item article p{
    margin-bottom: 32px;
}

.ln_about1_bottom {
    padding-top: 50px;
    text-align: center;
}

.ln_about1_bottom article {
    margin-bottom: 27px;
}
.ln_about1_bottom article p{
    margin-bottom: 27px;
}
.ln_about1_bottom article p:last-child{
    margin-bottom: 0px;
}

.ln_about1_signature {
    display: flex;
    margin-top: -42px;
    padding-left: 215px;
}

.ln_about1_signature span {
    font-family: 'Avenir Next LT Pro';
    font-size: 17px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    color: #000000;
    padding-right: 18px;
    padding-top: 37px;
}

.ln_about1_signature img {
    display: inline-block;
    width: 78px;
    height: auto;
}

/* responsive */
@media (max-width: 1440px) {
    .ln_about1 {
        padding-top: 0.625vw;
        padding-bottom: 1.25vw;
    }

    .ln_about1 .section_inner {
        width: 75.347vw;
    }

    .ln_about1 .section_inner:before {
        left: -12.431vw;
        top: 17.708vw;
        width: 46.667vw;
        height: 36.25vw;
    }

    .ln_about1 .section_left_item h3 {
        padding-top: 1.944vw;
        padding-right: 5.069vw;
    }

    .ln_about1 .section_left_item h3 span:after {
        left: 29.028vw;
        bottom: -14.028vw;
        width: 3472.222vw;
        height: 0.069vw;
    }

    .ln_about1 .section_right_item {
        padding-left: 2.847vw;
        padding-top: 14.375vw;
    }

    .ln_about1 .section_right_item article {
        margin-bottom: 1.875vw;
    }
    .ln_about1 .section_right_item article p{
        margin-bottom: 1.875vw;
    }

    .ln_about1_img {
        padding-left: 6.389vw;
    }

    .ln_about1_img h1 {
        top: 3.125vw;
        right: -14.722vw;
        font-size: 3.819vw;
        letter-spacing: 0.076vw;
    }


    .ln_about1 .section_right_item article {
        margin-bottom: 2.222vw;
    }
    .ln_about1 .section_right_item article p{
        margin-bottom: 2.222vw;
    }
    .ln_about1_bottom {
        padding-top: 3.472vw;
    }

    .ln_about1_bottom article {
        margin-bottom: 1.875vw;
    }
    .ln_about1_bottom article p{
        margin-bottom: 1.875vw;
    }

    .ln_about1_signature {
        margin-top: -2.917vw;
        padding-left: 14.931vw;
    }

    .ln_about1_signature span {
        font-size: 1.181vw;
        letter-spacing: 0.118vw;
        padding-right: 1.25vw;
        padding-top: 2.569vw;
    }

    .ln_about1_signature img {
        width: 5.417vw;
    }
}

@media (max-width: 1140px) {

    .ln_about1_img h1 {
        font-size: 4.2vw;
        right: -16.7vw;
    }

    .ln_about1_img h1 br {
        display: block;
    }

    .ln_about1 .section_right_item article {
        margin-bottom: 1vw;
    }
    .ln_about1 .section_right_item article p{
        margin-bottom: 1vw;
    }
    .ln_about1_img {
        padding-top: 2vw;
    }

    .ln_about1_signature {
        margin-top: -2.5vw;
        padding-left: 17vw;
    }

}

@media (max-width: 1024px) {
    .ln_about1 .section_inner {
        width: 100%;
        padding: 0 8vw;
    }

    .ln_about1 .section_left_item {
        width: 42%;
    }

    .ln_about1_img {
        padding-left: 2vw;
    }

    .ln_about1 .section_right_item {
        width: 58%;
        padding-top: 18vw;
    }

    .ln_about1_img h1 {
        font-size: 5.4vw;
        right: -16.7vw;
    }

    .ln_about1 .section_left_item h3 {
        padding-top: 2vw;
        padding-right: 0;
        padding-left: 2vw;
    }

    .ln_about1 .section_inner:before {
        left: -12.431vw;
        top: 26vw;
        width: 46.667vw;
        height: 36.25vw;
    }

    .ln_about1 .section_left_item h3 span:after {
        left: 34vw;
        bottom: -19.2vw;
    }
}

@media (max-width: 768px) {
    .ln_about1 .section_inner {
        width: 100%;
        padding: 0 5vw;
        display: block;
    }

    .ln_about1_img {
        width: 55vw;
        padding-left: 0;
    }

    .ln_about1 {
        padding-top: 3vw;
        padding-bottom: 1.25vw;
    }

    .ln_about1_img h1 {
        font-size: 8.0412vw;
        right: -26vw;
        top: 6vw;
    }

    .ln_about1 .section_inner:before {
        left: -12.431vw;
        top: 26vw;
        width: 67vw;
        height: 74vw;
    }

    .ln_about1 .section_left_item h3 span:after {
        left: auto;
        bottom: -15vw;
        right: 13vw;
        height: 0;
    }

    .ln_about1 .section_right_item {
        padding-top: 5vw;
        text-align: left;
        padding-left: 0;
    }

    .ln_about1 .section_right_item article {
        margin-bottom: 3vw;
    }

    .ln_about1_signature {
        margin-top: -1vw;
        padding-left: 0;
        justify-content: center;
    }

    .ln_about1_signature span {
        font-size: 3.2vw;
        padding-right: 2.25vw;
        padding-top: 5vw;
    }

    .ln_about1_signature img {
        width: 10vw;
    }

    .ln_about1_bottom {
        padding-top: 7vw;
        text-align: left;
    }

}

@media (max-width: 550px) {
        .ln_about1 .section_inner {
        padding: 0 5vw 0 5vw;
        }
    .ln_about1 .section_left_item {
    width: 100%;
}

    .ln_about1_img {
        width: 65.5vw;
        padding-left: 0vw;
        margin-left: 2.6vw;
    }

    .ln_about1 {
        padding-top: 8.4vw;
        padding-bottom: 1.25vw;
    }

    .ln_about1_img h1 {
        font-size: 11.803vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: 0.236vw;
        right: -20.3vw;
        top: -2.5vw;
    }

    .ln_about1 .section_inner:before {
        left: 0vw;
        top: 93.6vw;
        width: 100vw;
        height: 75.901vw;
    }

    .ln_about1 .section_left_item h3 span:after {
        display: none;
    }

    .ln_about1 .section_right_item {
        padding-top: 11vw;
        text-align: left;
        padding-left: 2vw;
        padding-right: 2vw;
        width: 100%;
    }

    .ln_about1 .section_right_item article {
        margin-bottom: 5.6vw;
    }

    .ln_about1 .section_left_item h3 {
        padding-top: 6.2vw;
        padding-right: 4vw;
        padding-left: 0;
    }

    .ln_about1 .section_left_item h3 br {
        display: block;
    }

    .ln_about1_signature {
        margin-top: -7.6vw;
        padding-left: 56.5vw;
        justify-content: flex-start;
        padding-right: 0;
        position: relative;
    }

    .ln_about1_signature:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 85.5vw;
        background-color: #000;
        bottom: -8.5vw;
        left: 0;
    }

    .ln_about1_bottom article {
        margin-bottom: 5.8vw;
    }
    .ln_about1_bottom article p{
        margin-bottom: 5.8vw;
    }
    .ln_about1_signature span {
        font-size: 4.1vw;
        padding-right: 2.65vw;
        padding-top: 7.8vw;
    }

    .ln_about1_signature img {
        width: 17vw;
    }

    .ln_about1_bottom {
        padding-top: 19.5vw;
        text-align: center;
        padding-right: 7vw;
        padding-left: 7vw;
    }
    .ln_about1 .section_right_item article p {
        margin-bottom: 5vw;
    }
}

/* section 2 */
.ln_about2 {
    padding-top: 32px;
    padding-bottom: 11px;
    background: url(ln2_bg.png) no-repeat;
    background-size: cover;
}

.ln_about2 .section_inner {
    width: 602px;
    text-align: center;
}

.ln_about2 h3 {
    position: relative;
}

.ln_about2 h3 mark {

    background-image: linear-gradient(120deg, #f6ebe4 0%, #f6ebe4 100%);

    background-size: 100% 38%;

    background-position: 0 87%;
}

.ln_about2 h3:after {
    content: "";
    position: absolute;
    margin-left: auto;
    width: 33px;
    height: 29px;
    background: url(ln4_quote_down.png);
    background-size: 33px 29px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 222;
    bottom: -4px;
    right: 131px;
}

.ln_about2 h3:before {
    content: "";
    position: absolute;
    margin-left: auto;
    width: 33px;
    height: 29px;
    background: url(ln4_quote_up.png);
    background-size: 33px 29px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 222;
    top: -8px;
    left: 71px;
}


/* responsive */
@media (max-width: 1440px) {
    .ln_about2 {
        padding-top: 2.222vw;
        padding-bottom: 0.764vw;
    }

    .ln_about2 .section_inner {
        width: 41.806vw;
    }

    .ln_about2 h3:after {
        width: 2.292vw;
        height: 2.014vw;
        background-size: 2.292vw 2.014vw;
        bottom: -0.278vw;
        right: 9.097vw;
    }

    .ln_about2 h3:before {
        width: 2.292vw;
        height: 2.014vw;
        background-size: 2.292vw 2.014vw;
        top: -0.556vw;
        left: 4.931vw;
    }
}

@media (max-width: 1140px) {
    .ln_about2 h3 br {
        display: block;
    }
}

@media (max-width: 1024px) {
    .ln_about2 .section_inner {
        width: 52vw;
    }

    .ln_about2 h3:after {
        right: 12vw;
    }

    .ln_about2 h3:before {
        left: 6vw;
    }
}

@media (max-width: 768px) {
    .ln_about2 {
        padding-top: 3vw;
        padding-bottom: 2vw;
    }

    .ln_about2 h3:after {
        right: 19vw;
    }

    .ln_about2 h3:before {
        left: 11vw;
    }
}

@media (max-width: 550px) {  .ln_about2 {
        padding-top: 13.2vw;
        padding-bottom: 12.2vw;
    }

    .ln_about2 h3:after {
                width: 7.082vw;
                height: 6.223vw;
                background-size: contain;
                right: 4.6vw;
    }

    .ln_about2 h3:before {
        width: 7.082vw;
        height: 6.223vw;
        background-size: contain;
        left: 8.5vw;
        top: 1.5vw;
    }
    .ln_about2 h3 {
        font-size: 9.335vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.99;
        letter-spacing: 0.187vw;
    }
    
    .ln_about2 h3 br {
        display: block;
    }

}


/* section 3 */
.ln_about3 {
    padding-top: 85px;
    padding-bottom: 54px;
}

.ln_about3 .section_inner {
    width: 992px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.ln_about3 .section_inner:after {
    content: "";
    position: absolute;
    right: -224px;
    top: 183px;
    z-index: -1;
    width: 510px;
    height: 489px;
    background-color: #fff0f0;
}

.ln_about3 .section_left_item {
    width: 58%;
    padding-top: 15px;
    padding-right: 19px;
    text-align: right;
}

.ln_about3 .section_left_item h2 {
    line-height: 1.14;
    margin-bottom: 38px;
    padding-right: 3px;
}

.ln_about3 .section_left_item h2 mark {

background-position: 0 82.5%;
}

.ln_about3 .section_left_item h5 {
    font-weight: 900;
    color: #141142;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.ln_about3 .section_left_item article {

    margin-bottom: 23px;
}

.ln_about3 .section_left_item>p {
    letter-spacing: 1px;
    font-style: italic;
    margin-bottom: 20px;
}

.ln_about3 .section_left_item>p mark {

    background-image: linear-gradient(120deg, #f4eee7 0%, #f4eee7 100%);

    background-size: 100% 71%;

    background-position: 0 87%;
}

.ln_about3 .site_button {
    padding: 14px 45px;
}

.ln_about3 .section_right_item {
    width: 42%;
    padding-left: 23px;
}


/* responsive */
@media (max-width: 1440px) {
    .ln_about3 {
        padding-top: 5.903vw;
        padding-bottom: 3.75vw;
    }

    .ln_about3 .section_inner {
        width: 68.889vw;
    }

    .ln_about3 .section_inner:after {
        right: -15.556vw;
        top: 12.708vw;
        width: 35.417vw;
        height: 33.958vw;
    }

    .ln_about3 .section_left_item {
        padding-top: 1.042vw;
        padding-right: 1.319vw;
    }

    .ln_about3 .section_left_item h2 {
        margin-bottom: 2.639vw;
        padding-right: 0.208vw;
    }

    .ln_about3 .section_left_item h5 {
        letter-spacing: 0.181vw;
        margin-bottom: 0.833vw;
    }

    .ln_about3 .section_left_item article {

        margin-bottom: 1.597vw;
    }

    .ln_about3 .section_left_item>p {
        letter-spacing: 0.069vw;
        margin-bottom: 1.389vw;
    }

    .ln_about3 .site_button {
        padding: 0.972vw 3.125vw;
    }

    .ln_about3 .section_right_item {
        padding-left: 1.597vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ln_about3 .section_inner {
        width: 100%;
        padding: 0 8vw;
    }

    .ln_about3 .section_inner:after {
        right: -15.556vw;
        top: 20vw;
    }

}

@media (max-width: 768px) {
    .ln_about3 {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    .ln_about3 .section_inner {
        flex-direction: column-reverse;
    }

    .ln_about3_img {
        width: 55vw;
    }

    .ln_about3 .section_right_item {
        padding-left: 0;
    }

    .ln_about3 .section_inner:after {
        right: 0;
        top: 12.708vw;
        width: 62vw;
        height: 75vw;
    }

    .ln_about3 .section_left_item {
        padding-top: 5vw;
        padding-right: 0;
    }

    .ln_about3 .section_left_item h5 {
        letter-spacing: 0.181vw;
        margin-bottom: 0.833vw;
        padding-left: 17vw;
    }

    .ln_about3 .section_left_item>p {
        margin-bottom: 3vw;
    }

}

@media (max-width: 550px) {
.ln_about3 {
        padding-top: 8.6vw;
        padding-bottom: 11.6vw;
    }

    .ln_about3 .section_inner {
        flex-direction: column-reverse;
        padding: 0 0 0 5vw;
    }

    .ln_about3_img {
        width: 84.7vw;
        margin-top: -18.6vw;
    }
    .ln_about3_img img{
        width:100%;
    }
    .ln_about3 .section_right_item {
        padding-left: 2.5vw;
        width: 100%;
    }

    .ln_about3 .section_inner:after {
        right: -3.8vw;
        top: 47.8vw;
        width: 69.313vw;
        height: 105.365vw;
    }

    .ln_about3 .section_left_item {
        padding-top: 34vw;
        padding-right: 0;
        margin-left: -0.7vw;
        text-align: left;
        width: 100%;
    }

    .ln_about3 .section_left_item h5 {
        font-size: 3.648vw;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.59;
        letter-spacing: 0.565vw;
        text-align: left;
        color: #141142;
        margin-top: -26vw;
        margin-bottom: 3vw;
        padding-left: 2.7vw;
    }
    .ln_about3 .section_left_item h5 br{
        display: inline-block;
    }
    .ln_about3 .section_left_item article {
    margin-bottom: 1.597vw;
    text-align: left;
    padding-left: 2.8vw;
    padding-right: 2vw;
}

        .ln_about3 .section_left_item h2 {
            display:none;
        }
        .ln_about3 .section_right_item .mobile_only h2 {
            display: block;
            font-size: 11.803vw;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.14;
            letter-spacing: 0.236vw;
            text-align: left;
            padding-left: 4.7vw;
            position: relative;
            z-index: 999;
    }

     .ln_about3 .section_right_item .mobile_only h2  mark{
         
background-size: 100% 60%;
         
background-position: 40% 86%;
     }


    .ln_about3 .section_left_item h2 br,
     .ln_about3 .section_right_item .mobile_only h2 br{
        display: block;
    }

    .ln_about3 .section_left_item>p {
        margin-bottom: 7.5vw;
        text-align: left;
        padding-left: 2.8vw;
        padding-top: 2.5vw;
        letter-spacing: 0.2vw;
        padding-right: 18vw;
    }
    .ln_about3 .section_left_item h2 mark {

background-size: 100% 60%;
}
    .ln_about3 .site_button {
        margin-left: 2.4vw;
        padding: 3vw 9.6vw;
    }

}


/* section 4 */
.ln_about4 {
    padding-top: 47px;
    background: url(ln2_bg.png) no-repeat;
    background-size: cover;
}

.ln_about4 .section_inner {
    width: 930px;
}

.ln_about4 .section_inner h2 {
    text-align: center;
}

.ln_about4 .section_inner h2 mark {
    background-size: 100% 60%;
    background-position: 0 87%;
}

.ln_about4 .section_in {
    padding-top: 25px;
}

.ln_about4_timeline {
    display: flex;
    flex-wrap: wrap;
}

.ln_about4 .section_left_item {
    width: 50%;
    text-align: right;
    padding-right: 26px;
    border-right: 1px solid #000;
    position: relative;
}

.ln_about4 .section_right_item {
    width: 50%;
    padding-left: 34px;
}

.ln_about4 .section_right_item article {
    margin-bottom: 32px;
}

.ln_about4_timeline:nth-child(1) h3 {
    padding-top: 23px;
}

.ln_about4_timeline:nth-child(1) p {
    padding-top: 21px;
}

.ln_about4_timeline:nth-child(2) p {
    padding-right: 8px;
    padding-bottom: 35px;
}


.ln_about4_timeline:nth-child(4) {
    margin-top: -5px;
}

.ln_about4_timeline:nth-child(4) p {
    padding-right: 8px;
    padding-bottom: 108px;
}

.ln_about4_timeline:nth-child(odd) .section_left_item:after {
    content: '';
    position: absolute;
    right: -9px;
    top: 0;
    border-style: solid;
    border-color: #000 #000 transparent transparent;
    border-width: 8px;
    transform: rotate(45deg);
}

.ln_about4_timeline:nth-child(1) .section_left_item:after {

    top: 25px;
}

.ln_about4_timeline:nth-child(even) .section_left_item:before {
    content: '';
    position: absolute;
    right: -9px;
    top: 4px;
    border-style: solid;
    border-color: transparent transparent #000 #000;
    border-width: 8px;
    transform: rotate(45deg);
}

/* responsive */
@media (max-width: 1440px) {
    .ln_about4 {
        padding-top: 3.264vw;
    }

    .ln_about4 .section_inner {
        width: 64.583vw;
    }


    .ln_about4 .section_in {
        padding-top: 1.736vw;
    }



    .ln_about4 .section_left_item {
        padding-right: 1.806vw;
        border-right: 0.069vw solid #000;
    }

    .ln_about4 .section_right_item {
        padding-left: 2.361vw;
    }

    .ln_about4 .section_right_item article {
        margin-bottom: 2.222vw;
    }

    .ln_about4_timeline:nth-child(1) h3 {
        padding-top: 1.597vw;
    }

    .ln_about4_timeline:nth-child(1) p {
        padding-top: 1.458vw;
    }

    .ln_about4_timeline:nth-child(2) p {
        padding-right: 0.556vw;
        padding-bottom: 2.431vw;
    }


    .ln_about4_timeline:nth-child(4) {
        margin-top: -0.347vw;
    }

    .ln_about4_timeline:nth-child(4) p {
        padding-right: 0.556vw;
        padding-bottom: 7.5vw;
    }

    .ln_about4_timeline:nth-child(odd) .section_left_item:after {
        right: -0.625vw;
        border-width: 0.556vw;
    }

    .ln_about4_timeline:nth-child(1) .section_left_item:after {

        top: 1.736vw;
    }

    .ln_about4_timeline:nth-child(even) .section_left_item:before {
        right: -0.625vw;
        top: 0.278vw;
        border-width: 0.556vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ln_about4 .section_inner {
        width: 100%;
        padding: 0 8vw;
    }
}

@media (max-width: 768px) {
    .ln_about4 .section_inner {
        display: block;
        padding: 0 0 0 5vw;
    }

    .ln_about4 .section_left_item {
        width: 50% !important;
        padding-bottom: 3.255vw;
    }

    .ln_about4 .section_right_item {
        width: 50% !important;
        padding-bottom: 3.255vw;
    }

    .ln_about4_timeline:nth-child(odd) .section_left_item:after,
    .ln_about4_timeline:nth-child(even) .section_left_item:before {

        border-width: 1.1vw;
    }

    .ln_about4_timeline:nth-child(odd) .section_left_item:after {
        right: -1.1vw;
    }

    .ln_about4_timeline:nth-child(1) .section_left_item:after {

        top: 1.736vw;
    }

    .ln_about4_timeline:nth-child(even) .section_left_item:before {
        right: -1.2vw;
    }
}

@media (max-width: 550px) {
        .ln_about4 {
        padding-top: 11.8vw;
    }
    .ln_about4 .section_inner h2 {
   font-size: 11.803vw;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.14;
letter-spacing: 0.236vw;
}
    .ln_about4 .section_in {
        padding-top: 9.6vw;
        position: relative;
        padding-left: 14.5vw;
    }

    .ln_about4 .section_in:before{
           content: "";
           position: absolute;
           width: 0.215vw;
           height: 180vw;
           background-color: #000;
           top: 5.5vw;
           left: 8.1vw;
    }
    
.ln_about4_timeline {
    flex-direction: column;
    text-align: left;
}

.ln_about4_timeline:nth-child(even){
    flex-direction:column-reverse;
}
    .ln_about4 .section_left_item {
        width: 100% !important;
        padding-bottom: 0;
        text-align: left;
        border: none;
    }

    .ln_about4 .section_right_item {
        width: 100% !important;
        text-align: left;
        padding-left: 0;
        padding-right: 7vw;
    }
    .ln_about4 .section_right_item article {
        margin-bottom: 2.222vw;
    }


    .ln_about4_timeline:nth-child(1) h3 {
        padding-top: 0;
        margin-left: -1vw;
        margin-bottom: 0.1vw;
    }

    .ln_about4_timeline:nth-child(1) p {
        padding-top: 1.458vw;
    }
    .ln_about4_timeline:nth-child(2) h3 {
        padding-top: 4vw;
        margin-left: -1vw;
        margin-bottom: -1.8vw;
    }

            .ln_about4_timeline:nth-child(4) h3 {
        margin-bottom: -1.8vw;
    }

    .ln_about4_timeline:nth-child(2) p {
        padding-right: 0;
        padding-bottom: 8vw;
    }
    .ln_about4_timeline:nth-child(3) p {
        padding-right: 0;
        padding-bottom: 4vw;
    }


    .ln_about4_timeline:nth-child(4) {
        margin-top: -0.347vw;
    }

    .ln_about4_timeline:nth-child(4) p {
        padding-right: 0.556vw;
        padding-bottom: 11.8vw;
    }

    .ln_about4_timeline:nth-child(odd) .section_left_item:after {
display: none
    }

    .ln_about4_timeline:nth-child(even) .section_left_item:before {
display: none;
    }
            .ln_about4_timeline h3 {
        position: relative;
    }
     .ln_about4_timeline h3:before{
         position:absolute;
         content: "";
         left: -7.1vw;
         top: 6.5vw;
         border-style: solid;
         border-color: #000 #000  transparent transparent;
         border-width: 1.717vw;
         transform: rotate(45deg);
     }

     .ln_about4_timeline:nth-child(1) h3:before{
          top: 2.5vw;
     }
          .ln_about4_timeline:nth-child(3) h3:before,
            .ln_about4_timeline:nth-child(4) h3:before{
                  left: -8.1vw;
                  top: 2.5vw;
            }

}



/* global */
/*
    Section 8
------------------------------*/

.ln8 {
    padding-bottom: 69px;
    padding-top: 60px;
    background: #dbbdb8;
}

.ln8 .section_inner {
    width: 1106px;
    position: relative;
    display: flex;
}

.ln8_in {
    position: relative;
    z-index: 6;
    padding-top: 6px;
}

.ln8 h2 {
    text-align: center;
    margin-bottom: 8px;
}

.ln8 h5 {
    text-align: center;
    text-transform: uppercase;
}
.ln8 h5 a{
    color: #000000;
}
#instagram_feed {
    overflow: hidden;
    margin-top: 29px;
}

.instagram_gallery a {
    margin-right: 32px;
    width: 22.80% !important;
    float: left !important;
}

.instagram_gallery a:last-child {
    margin-right: 0 !important;
}

.instagram_gallery a img {
    margin: 0 !important;
    width: 100% !important;
}

@media (max-width: 1440px) {

    .ln8 {
        padding-bottom: 4.792vw;
        padding-top: 4.167vw;
    }

    .ln8 .section_inner {
        width: 76.806vw;
    }

    .ln8_in {
        padding-top: 0.417vw;
    }

    .ln8 h2 {
        margin-bottom: 0.556vw;
    }

    #instagram_feed {
        margin-top: 2.014vw;
    }

    .instagram_gallery a {
        margin-right: 2.222vw;
    }



}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .ln8 {
        padding-bottom: 6.236vw;
        padding-top: 4.167vw;
    }
}

@media (max-width: 550px) {
    .ln8 {
        padding-bottom: 1vw;
        padding-top: 11.8vw;
        background-color: #dbbdb8;
    }

    .ln8 .section_inner {
        width: 100% !important;
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .ln8_in {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 6vw;
        padding-top: 0;
    }

    .ln8 h2 {
        margin-bottom: 0;
        margin-left: -4vw;
        margin-right: -4vw;
        margin-top: 0vw;
        background-color: transparent;
    }

    #instagram_feed {
        margin-top: 3.194vw;
    }

    .instagram_gallery a {
        margin-right: 0;
        width: 50% !important;
    }

}

/*
    section 9
------------------------------*/

.ln9 {
    background: #fff0f0;
    padding-top: 64px;
    padding-bottom: 73px;
}

.ln9 h2 {
    text-align: center;
    margin-bottom: 13px;
}

.ln9 h2 mark {
    background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
    background-position: 0 96%;
}

.ln9 h5 {
    text-align: center;
}

.ln9_form {
    width: 850px;
    margin: 0 auto;
    margin-top: 81px;
    position: relative;
    padding-left: 5px;
}

.ln9_form_in {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
}

.ln9 .form-control {
    background: transparent;
    border: 0;
    font-family: 'Poppins';
    font-size: 16px;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    text-transform: uppercase;
    color: #000000;
}

.ln9 textarea {
    resize: none;
    height: 188px;
}

.button_middle {
    text-align: center;
    position: relative;
    margin-top: -10px;
}

.ln9 button {
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 14.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.45px;
    color: #ffffff;
    background: #c7aa81;
    display: inline-block;
    width: auto;
    box-shadow: none;
    border: 0;
    position: relative;
    left: -1px;
    padding: 15px 58px;
}

.ln9 button:hover {
    background: #000;
    color: #fff;
}

.ln9 .form-group {
    margin-bottom: 19px;
}

.ln9 .text-field {
    width: 260px;
}

.ln9 .email-field {
    width: 312px;
}

.ln9 .sub-feild {
    padding-top: 13px;
}

.ln9 .text-area-field {
    padding-top: 17px;
    padding-bottom: 60px;
}

.ln9 .form-control::placeholder {
    color: #000;
    font-size: 20px;
    opacity: 1;
    /* Firefox */
}

.ln9 .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.ln9 .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.ln9_contact {
    padding-top: 74px;
    padding-bottom: 75px;
}

.ln9_contact ul {
    display: flex;
    justify-content: center;
}

.ln9_contact ul li {
    display: flex;
}

.ln9_contact ul li img {
    width: 30px;
    height: 30px;
    margin-top: 8px;
}

.ln9_contact_border {
    border-right: 5px solid #F7C06A;
    height: 58px;
    margin: 0 50px;
}

.ln9_contact ul li a {
    font-family: Poppins;
    font-size: 18.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2px;
    color: #ffffff;
    padding-left: 20px;
    padding-top: 7px;
}

.ln9_bg_text {
    position: absolute;
    width: 1440px;
    left: 0;
    bottom: -10px;
    z-index: -1;
    background: url(about_bg.jpg);
    background-size: contain;
    width: 1434px;
    height: 106px;
}

.ln9_bg_text img {
    max-width: 100%;
}

@media (max-width: 1440px) {

    .ln9 {
        padding-top: 4.444vw;
        padding-bottom: 5.069vw;
    }

    .ln9 h2 {
        margin-bottom: 0.903vw;
    }

    .ln9_form {
        width: 59.028vw;
        margin-top: 5.625vw;
        padding-left: 0.347vw;
    }

    .ln9_form_in {
        gap: 2.292vw;
    }

    .ln9 .form-control {
        font-size: 1.111vw;
        border-bottom: 0.069vw solid #000;
    }

    .ln9 textarea {
        height: 13.056vw;
    }

    .button_middle {
        margin-top: -0.694vw;
    }

    .ln9 button {
        font-size: 1.007vw;
        letter-spacing: 0.101vw;
        left: -0.069vw;
        padding: 1.042vw 4.028vw;
    }

    .ln9 .form-group {
        margin-bottom: 1.319vw;
    }

    .ln9 .text-field {
        width: 18.056vw;
    }

    .ln9 .email-field {
        width: 21.667vw;
    }

    .ln9 .sub-feild {
        padding-top: 0.903vw;
    }

    .ln9 .text-area-field {
        padding-top: 1.181vw;
        padding-bottom: 4.167vw;
    }

    .ln9 .form-control::placeholder {
        font-size: 1.389vw;
    }

    .ln9_contact {
        padding-top: 5.139vw;
        padding-bottom: 5.208vw;
    }

    .ln9_contact ul li img {
        width: 2.083vw;
        height: 2.083vw;
        margin-top: 0.556vw;
    }

    .ln9_contact_border {
        border-right: 0.347vw solid #F7C06A;
        height: 4.028vw;
        margin: 0 3.472vw;
    }

    .ln9_contact ul li a {
        font-size: 1.285vw;
        letter-spacing: 0.139vw;
        padding-left: 1.389vw;
        padding-top: 0.486vw;
    }

    .ln9_bg_text {
        width: 100vw;
        bottom: -0.694vw;
        width: 99.583vw;
        height: 7.361vw;
    }


}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {

    .ln9 .form-control {
        font-size: 1.311vw;
        border-bottom: 0.069vw solid #000;
    }
}

@media (max-width: 768px) {
    .ln9_form {
        width: 64vw;
        margin-top: 5.625vw;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
    }

    .ln9 button {
        font-size: 2vw;
        letter-spacing: 0.101vw;
        left: -0.069vw;
        padding: 1.042vw 4.028vw;
    }

    .ln9 .form-control {
        font-size: 2.5vw;
        border-bottom: 0.069vw solid #000;
    }

}

@media (max-width: 550px) {

    .ln9_form {
        width: 56vw;
        margin-top: 5vw;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
        padding-top: 3vw;
    }

    .ln9 .form-control {
        text-align: center;
        font-size: 3.433vw;
        line-height: 1.69;
        letter-spacing: 0.172vw;
        border-bottom: 0.069vw solid #000;
    }

    .ln9 button {
        font-size: 3.112vw;
        font-weight: 600;
        line-height: 1.72;
        letter-spacing: 0.311vw;
        left: -0.069vw;
        padding: 3.042vw 12.428vw;
        margin-top: 4vw;
    }

    .ln9 .form-group {
        margin-bottom: 1.319vw;
    }

    .ln9 .text-field {
        width: unset;
        margin-bottom: 2.6vw;
    }

    .ln9 .email-field {
        width: unset;
    }

    .ln9 .sub-feild {
        padding-top: 0.903vw;
    }

    .ln9 .text-area-field {
        padding-top: 1.181vw;
        padding-bottom: 4.167vw;
    }

    .ln9 .form-control::placeholder {
        text-align: center;
        font-size: 3.433vw;
        line-height: 1.69;
        letter-spacing: 0.172vw;
    }

    .ln9_form_in {
        display: unset;
        flex-wrap: unset;
        gap: unset;
    }


    .ln9 {
        padding-top: 10.444vw;
        padding-bottom: 9.469vw;
    }

    .ln9 h2 {
        font-size: 11.803vw;
        line-height: 1.05;
        letter-spacing: 0.236vw;
        white-space: unset;
        margin-bottom: 2.5vw;
    }

    .ln9 h2 mark {
        background-position: 0 96%;
        background-size: 99% 61%;
    }
}




/*
    Footer
------------------------------*/
/*
    footer
------------------------------*/

.site_footer {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    background: #000;
    padding: 25px 0 5px;
    margin-top: 800px;
    margin-top: 3px;
}

.site_footer p {
    font-size: 15px;
    letter-spacing: 0.9px;
    margin-bottom: 14px;
}
.site_footer .divider{
    
}
.site_footer .text2{
    text-transform: uppercase;
}
.site_footer .text2 a{
    color:#6bbdb9;
}
@media (max-width: 1440px){
    
    .site_footer {
        font-size: 1.042vw;
        padding: 1.736vw 0 0.347vw;
        margin-top: 55.556vw;
        margin-top: 0.208vw;
    }
    .site_footer p {
        font-size: 1.042vw;
        letter-spacing: 0.063vw;
        margin-bottom: 0.972vw;
    }
    
}

@media (max-width: 1024px){
    .site_footer p {
        font-size: 1.5vw;
        letter-spacing: 0.1vw;
        margin-bottom: 0.972vw;
    }
}
@media (max-width: 768px){
    .site_footer {
      
        padding: 1.736vw 0 0.347vw;
        margin-top: 55.556vw;
        margin-top: 0.208vw;
    }
    .site_footer .text2{
		display:block;
	}
	.site_footer .divider{
		display:none;
	}
}

@media (max-width: 550px){

    .site_footer{
        margin-top: 0
    }
    .site_footer p {
        font-size: 2.917vw;
        padding-top: 3vw;
        padding-bottom: 3.3vw;
        letter-spacing: 0.7px;
        position: relative;
        top: 0vw;
        margin-bottom: 0vw;
    }
}

@media (max-width: 1440px) {


}

@media (max-width: 1140px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

    .section_inner {
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
        display: block;
        justify-content: space-around;
    }


}

@media (max-width: 550px) {


    /* Common Style For Mobile */

    .mobile_only {
        display: block;

    }
    
    .pc_only,
    .mobile_block {
        display: none;
    }

}
