@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;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-semibolditalic.woff2') format('woff2'),
        url('poppins-semibolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@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: 'Vanitas-Extrabold';
    src: url('vanitas-extrabold.woff2') format('woff2'),
        url('vanitas-extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLT';
    src: url('avenirlt-heavy.woff2') format('woff2'),
        url('avenirlt-heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLT-Heavy';
    src: url('avenirnextltpro-heavy.woff2') format('woff2'),
        url('avenirnextltpro-heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLT';
    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: 'Quicksand';
    src: url('quicksand-regular.woff2') format('woff2'),
        url('quicksand-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.section_inner {
    margin: 0 auto;
    /* position: fixed; */
    /* width: 100%; */
    /* top: 0px; */
}
/*
    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;
        display: flex;
        justify-content: space-between;
    }

}

@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;
    }
    .ln_header_right{
        
position: relative;
        
padding-top: 5vw;
    }
    .responsive-menu-hand{
    /* top: 50%; */
    /* transform: translateY(-50%); */
    }
}

.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: 5vw;
        /* width: 7vw; */
    }
}
@media (max-width: 768px) {
    .sk_header.active .section_inner{display: flex;justify-content: space-between;}
    .sk_header.active .ln_header_left{width: unset;}
    .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: unset;margin-top: 0vw;padding-top: 0vw;text-align: 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{}
}
@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{}
}


mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(
120deg
, #f2e2e0 0%, #f2e2e0 100%);
    background-repeat: no-repeat;
    background-size: 100% 61%;
    background-position: 0 96%;
    color: inherit;
}






/*
    Section 8
------------------------------*/

.ln8 {
    padding-bottom: 69px;
    padding-top: 60px;
    background: #dbbdb8;
}

.ln8 .section_inner {
    width: 1106px;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.ln8_in {
    position: relative;
    z-index: 6;
    padding-top: 6px;
}

.ln8 h2 {
    font-family: Vanitas;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    margin-bottom: 8px;
}

.ln8 h5 {
    text-transform: uppercase;
    font-family: AvenirLT;
    font-size: 17px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: 1.7px;
    text-align: center;
    color: #000000;
}
.ln8 h5 a {
    font-family: AvenirLT;
    color: #000000;
    font-family: 'AvenirLT';
}
#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: 0;
        padding-top: 12vw;
        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;
    font-family: Vanitas;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1.1px;
    color: #000000;
}

.ln9 h2 mark {
    background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
    background-position: 0 96%;
}

.ln9 h5 {
    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;
    color: #000000;
}

.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%;
}
.ln9 h2 mark br {
    display: none;
}
@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%;
    }
    .ln9 h2 mark br {
        display: block;
    }
}




/*
    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: 550px) {

    .mobile_only {
        display: block;

    }

    .mobile_block {
        display: none;
    }

    .m_br {
        display: block !important;
    }

    .section_inner {
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }

}








/* 
---new project css start here
*/
.lim_h1 {
    font-family: Vanitas;
    font-size: 61.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: 3.45px;
    color: #ffffff;
    margin: 0;
}

.lim_h2 {
    font-family: Vanitas;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1.1px;
    color: #000000;
    margin: 0;
}

.lim_h4 {
    font-family: AvenirLT;
    font-size: 17px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: 1.7px;
    color: #000000;
    margin: 0;
}

.lim_h5 {
    font-family: AvenirLT;
    font-size: 17px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: 2px;
    text-align: left;
    color: #000000;
}

.lim_h6 {
    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: left;
    color: #c7aa81;
}

.lim_button {
    display: inline-block;
    font-family: 'Poppins';
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.72;
    letter-spacing: 1.45px;
    font-stretch: normal;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #c7aa81;
    padding: 14px 66.6px;
}

.lim_button:hover {
    background-color: #000;
    color: #fff;
}

.lim_section_inner {
    margin: 0 auto;
}

.lim_center {
    text-align: center;
}

.mobile_only {
    display: none;

}

br.m {
    display: none !important;
}



@media (max-width: 1440px) {
    .lim_h1 {
        font-size: 4.271vw;
        letter-spacing: 0.24vw;
    }

    .lim_h2 {
        font-size: 3.819vw;
        letter-spacing: 0.076vw;
    }

    .lim_h4 {
        font-size: 1.181vw;
        letter-spacing: 0.118vw;
    }

    .lim_h5 {
        font-size: 1.181vw;
        letter-spacing: 0.139vw;
    }

    .lim_h6 {
        font-size: 1.111vw;
        letter-spacing: 0.056vw;
    }

    .lim_button {
        font-size: 1.007vw;
        letter-spacing: 0.101vw;
        padding: 0.972vw 4.625vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .lim_h1 {
        font-size: 5.958vw;
    }

    .lim_h2 {
        font-size: 5.8vw;
    }

    .lim_h4 {
        font-size: 1.714vw;
    }

    .lim_h5 {
        font-size: 1.181vw;
    }

    .lim_h6 {
        font-size: 1.111vw;
    }

    .lim_button {
        font-size: 1.4vw;
    }
}

@media (max-width: 768px) {
    .lim_h1 {
        font-size: 7.2vw;
    }

    .lim_h2 {
        font-size: 5.8vw;
    }

    .lim_h4 {
        font-size: 1.714vw;
    }

    .lim_h5 {
        font-size: 2.4vw;
    }

    .lim_h6 {
        font-size: 1.111vw;
    }

    .lim_button {
        font-size: 2vw;
    }
}

@media (max-width: 550px) {
    .lim_h1 {
        font-size: 8.262vw;
        line-height: 1.01;
        letter-spacing: 0.496vw;
    }

    .lim_h2 {
        font-size: 5.8vw;
    }

    .lim_h4 {
        font-size: 1.714vw;
    }

    .lim_h5 {
        font-size: 2.4vw;
    }

    .lim_h6 {
        font-size: 1.111vw;
    }

    .lim_button {
        font-size: 3.112vw;
        line-height: 1.72;
        letter-spacing: 0.311vw;
    }

    br.m {
        display: block !important;
    }
}



/*
    section 1
-----------------------------*/

.lim1 {
    margin-top: 10px;
    padding-top: 118px;
    padding-bottom: 87px;
    background-image: url(lzm_hero_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.lim1 .lim_section_inner {
    width: 1380px;
    margin: 0 auto;
    padding-left: 696px;
    /* margin-top: -12px; */
}

.lim1 article p {
    padding-top: 10px;
    margin-left: 8px;
    font-family: Poppins;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.8px;
    text-align: left;
    color: #ffffff;
}

.lim1_top {
    width: 700px;
    margin-left: -5px;
}

.lim1 .lim_button {
    margin-top: 7px;
    margin-left: 9px;
    padding: 14px 38px;
}

.lim1_bottom {
    width: 695px;
    padding-top: 53px;
    padding-left: 4px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.lim1_slider_item {
    margin-right: 25px;
}

.slick-arrow:focus {
    outline: none;
}

.lim1 .slick-arrow {
    font-size: 0;
    border: 0;
    position: absolute;
    background-image: url(lzm_left_hero.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 23px;
    width: 93px;
    top: 148px;
    left: -126px;
    background-color: transparent;
    cursor: pointer;
}

.lim1 .button_art:hover {
    cursor: pointer;
}

.lim1 .slick-slide:focus,
.lim1 .slick-prev:focus,
.lim1 .slick-next:focus {
    outline: none;
}





@media (max-width: 1440px) {
    .lim1 {
        margin-top: 2.694vw;
        padding-top: 8.194vw;
        padding-bottom: 6.042vw;
    }

    .lim1 .lim_section_inner {
        width: 90.833vw;
        padding-left: 42.1vw;
    }

    .lim1 article p {
        padding-top: 0.694vw;
        margin-left: 0.556vw;
        font-size: 1.111vw;
        letter-spacing: 0.056vw;
    }

    .lim1_top {
        width: 48.611vw;
        margin-left: -0.347vw;
    }

    .lim1 .lim_button {
        margin-top: 0.486vw;
        margin-left: 0.625vw;
        padding: 0.972vw 2.639vw;
    }

    .lim1_bottom {
        width: 48.264vw;
        padding-top: 3.681vw;
        padding-left: 0.278vw;
    }

    .lim1_slider_item {
        margin-right: 1.736vw;
    }

    .lim1 .slick-arrow {
        height: 1.597vw;
        width: 6.458vw;
        top: 10.278vw;
        left: -8.75vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .lim1 br {
        display: none;
    }

    .lim1 article p {
        font-size: 1.5vw;
    }

    .lim1 .lim_section_inner {
        padding-left: 44.333vw;
    }

}

@media (max-width: 768px) {
    .lim1 {
        background-position: 23%;
        margin-top: 1.12vw;
    }

    .lim1 .lim_section_inner {
        width: 100%;
        padding-left: 0;
        padding: 0 8vw;
    }

    .lim1_top {
        width: 100%;
        margin-left: 0;
    }

    .lim1 article {
        padding-top: 40vw;
    }

    .lim1_bottom {
        margin-right: -26vw;
        width: unset;
        margin-left: 16vw;
    }

    .lim1 article p {
        font-size: 2vw;
    }

    .lim1 .lim_button {
        font-size: 2vw;
    }

    .lim1 .slick-arrow {
        height: 2.597vw;
        width: 10.758vw;
        top: 15.278vw;
        left: -15.75vw;
    }
}

@media (max-width: 550px) {
    .lim1 {
        width: 100vw;
        background-color: #000;
        background-image: url(lim-hero-m.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        padding-bottom: 12.3vw;
        margin-top: 1.792vw;
    }

    .lim1 .lim_section_inner {
        width: 100%;
        padding-left: 0;
        padding: 0 4vw;
    }

    .lim1_top {
        width: 100%;
        padding-left: 2vw;
    }

    .lim1 article {
        padding-top: 62vw;
        padding-left: .5vw;
    }

    .lim1_bottom {
        margin-right: -31.8vw;
        width: unset;
        margin-left: 19.4vw;
        padding-top: 10.2vw;
    }

    .lim1 article p {
        font-size: 3.433vw;
        line-height: 1.7;
        letter-spacing: 0.172vw;
        padding-top: 3.194vw;
        margin-left: 1.256vw;
        margin-bottom: 5.5vw;
        margin-right: 5vw;
    }

    .lim1 .lim_button {
        font-size: 3.112vw;
        margin-left: 1.4vw;
        padding: 3.072vw 8.739vw 3.072vw 7.539vw;
    }

      .lim1 .lim_button:hover{
          background-color: #F2E2E0;
          color: #000;
      }

    .lim1_slider_item {
        margin-right: 3vw;
    }

    .lim1 .slick-arrow {
        width: 10.3vw;
        height: 4.363vw;
        top: 23.278vw;
        left: -15.15vw;
    }
}









/*
    Section 2
------------------------------*/

.lim2 {
    background: url(lzm2_background.jpg) no-repeat;
    background-position: bottom;
    background-size: 100vw 505px;
    padding-top: 83px;
    padding-bottom: 74px;
}

.lim2 .lim_section_inner {
    width: 1260px;
    position: relative;
    z-index: 1;
}

.lim2_art {
    position: absolute;
    background: url(lzm2_dots.png) no-repeat;
    background-size: contain;
    width: 438px;
    height: 364px;
    right: 38px;
    top: -81px;
    z-index: -1;
}

.lim2 .lim_h2 {
    padding-left: 392px;
    position: relative;
    z-index: 1;
}

.lim2 .lim_h2:before {
    content: "";
    position: absolute;
    width: 122px;
    height: 78px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    left: 237px;
    top: 38px;
}

.lim2 .lim_section_in {
    display: flex;
    flex-wrap: wrap;
}

.lim2 .section_left_item {
    width: 56%;
    position: relative;
    margin-left: 23px;
    z-index: 99;
}

.lim2_tape_wrap {
    margin-bottom: 23px;
    padding-left: 141px;
    padding-right: 22px;
    padding-top: 81px;

}

.lim2_tape {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 12px 11px 12px;
    position: relative;
    z-index: 1;
}

.lim2_tape:before {
    content: "";
    position: absolute;
    background: url(lzm2_video_btn.png) no-repeat;
    width: 31px;
    height: 31px;
    right: 42px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}

.lim2_tape_wrap a:nth-child(odd) .lim2_tape {
    background-color: #ECE7E1;
}

.lim2_tape_wrap a:nth-child(even) .lim2_tape {
    background-color: #FAF6F5;
}

.lim2_tape_wrap a:nth-child(2) .lim2_tape {
    padding-bottom: 13px;
}

.lim2_thumbnail {
    width: 28%;
}

.lim2_content {
    width: 72%;
    padding-left: 20px;
}

.lim2_tape_wrap a:nth-child(2) .lim2_tape .lim2_content {
    padding-top: 4px;
}

.lim2_tape_wrap a:nth-child(5) .lim2_tape .lim2_content {
    padding-top: 5px;
}

.lim2_content .lim_h5 {
    letter-spacing: 2.1px;
    text-transform: uppercase;
    margin: 0;
}

.lim2_button {
    text-align: right;
    padding-right: 22.5px;
}

.lim2 .lim_button {
    padding: 14px 46.3px;
}

.lim2 .section_right_item {
    width: 42%;
    margin-top: 21px;
    margin-left: -8px;
    position: relative;
    z-index: 9;
}

.lim2_video {
    width: 647px;
    margin-left: -71px;
    position: relative;
    z-index: 1;
}

.lim2_video:before {
    content: "";
    position: absolute;
    background: url(lzm2_play.png) no-repeat;
    width: 95px;
    height: 95px;
    left: 51%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
}







@media (max-width: 1440px) {
    .lim2 {
        background-size: 100vw 35.069vw;
        padding-top: 5.764vw;
        padding-bottom: 5.139vw;
    }

    .lim2 .lim_section_inner {
        width: 87.5vw;
    }

    .lim2_art {
        width: 30.417vw;
        height: 25.278vw;
        right: 2.639vw;
        top: -5.625vw;
    }

    .lim2 .lim_h2 {
        padding-left: 27.222vw;
    }

    .lim2 .lim_h2:before {
        width: 8.472vw;
        height: 5.417vw;
        border-top: 0.069vw solid #000;
        border-left: 0.069vw solid #000;
        left: 16.458vw;
        top: 2.639vw;
    }


    .lim2 .section_left_item {
        margin-left: 1.597vw;
    }

    .lim2_tape_wrap {
        margin-bottom: 1.597vw;
        padding-left: 9.792vw;
        padding-right: 1.528vw;
        padding-top: 5.625vw;

    }

    .lim2_tape {
        padding: 0.833vw 0.833vw 0.764vw 0.833vw;
    }

    .lim2_tape:before {
        width: 2.153vw;
        height: 2.153vw;
        right: 2.917vw;
    }


    .lim2_tape_wrap a:nth-child(2) .lim2_tape {
        padding-bottom: 0.903vw;
    }


    .lim2_content {
        padding-left: 1.389vw;
    }

    .lim2_tape_wrap a:nth-child(2) .lim2_tape .lim2_content {
        padding-top: 0.278vw;
    }

    .lim2_tape_wrap a:nth-child(5) .lim2_tape .lim2_content {
        padding-top: 0.347vw;
    }

    .lim2_content .lim_h5 {
        letter-spacing: 0.146vw;
    }

    .lim2_button {
        padding-right: 1.563vw;
    }

    .lim2 .lim_button {
        padding: 0.972vw 3.215vw;
    }

    .lim2 .section_right_item {
        margin-top: 1.458vw;
        margin-left: -0.556vw;
    }

    .lim2_video {
        width: 44.931vw;
        margin-left: -4.931vw;
    }

    .lim2_video:before {
        width: 6.597vw;
        height: 6.597vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .lim2 h5 {
        font-size: 1.944vw;
        padding-left: 1.7vw;
    }

    .lim2_tape_wrap {
        padding: 7vw 0vw 0vw .5vw;
        margin-bottom: 3.5vw;
    }

    .lim2_tape {
        padding: 1.5vw;
    }

    .lim2_content {
        padding-left: 1.389vw;
        padding-right: 5.5vw;
    }

    .lim2_tape:before {
        width: 3.1vw;
        height: 3vw;
        right: 2.5vw;
    }

    .lim2_button {
        padding-right: 0;
    }

}

@media (max-width: 768px) {
    .lim2 {
        background-size: 237%;
        padding-top: 5.764vw;
        padding-bottom: 14vw;
    }

    .lim2 .lim_section_inner {
        width: 80vw;
    }

    .lim2 .section_left_item {
        width: unset;
        margin-left: 0;
        padding-top: 7vw;
    }

    .lim2 .section_right_item {
        width: unset;
        margin-top: 1.458vw;
        margin-left: 0;
    }

    .lim2_art {
        width: 50.417vw;
        height: 51.278vw;
        right: -4.361vw;
        top: 4.375vw;
    }

    .lim2_content {
        padding-left: 0;
    }

    .lim2_video {
        width: 100%;
        margin: auto;
        padding-top: 8vw;
    }

    .lim2_video:before {
        width: 12.597vw;
        height: 12.597vw;
        top: 33vw;
    }

    .lim2 .lim_h2 {
        font-size: 6.8vw;
        margin-left: 8vw;
    }

    .lim2 h5 {
        font-size: 2.7216vw;
    }

    .lim2 .lim_h2:before {
        width: 13.472vw;
        height: 10.417vw;
        left: 11.458vw;
        top: 4.639vw;
    }

    .lim2_button {
        padding-right: 0;
    }

    .lim2_tape:before {
        width: 9vw;
        height: 5vw;
        right: -.3vw;
    }

    .lim2_tape_wrap {
        margin-bottom: 4vw;
        padding-left: 0;
    }

    .lim2 .lim_section_in {
        /* display: flex; */
        /* flex-wrap: wrap; */
        flex-direction: column-reverse;
    }
}

@media (max-width: 550px) {
    .lim2 {
        padding-top: 9.2vw;
        padding-bottom: 9vw;
        width: 100vw;
        background-size: 294%;
    }

    .lim2 .lim_h2 {
        font-size: 11.819vw;
        padding-left: 30vw;
    }

    .lim2 .lim_h2:before {
        width: 13vw;
        height: 11.9vw;
        left: 12.2vw;
        top: 6.4vw;
    }

    .lim2_video {
        width: 85.639vw;
        height: 17.361vw;
        padding: 0;
        margin-left: -2.8vw;
        margin-top: 6.5vw;
    }

    .lim2_video:before {
        top: 27.5vw;
        left: 44.5vw;
    }

    .lim2_art {
        width: 73.417vw;
        height: 59.278vw;
        right: -28.7vw;
        top: 7.8vw;
    }

    .lim2 .section_left_item {
        padding-top: 42.5vw;
        margin-left: -13px;
        width: 86.4vw !important;
    }

    .lim2_content .lim_h5 {
        padding-left: 3.9vw;
        padding-top: 1vw;
        font-weight: 900;
        letter-spacing: .33vw;
    }

    .lim2_thumbnail {
        width: 22.5vw;
        padding-top: 0.5vw;
    }

    .lim2_tape_wrap a:nth-child(3) .lim2_tape {
        margin-top: .6vw;
        padding-bottom: 2vw;
    }

    .lim2_tape_wrap a:nth-child(4) .lim2_tape {
        padding-top: 1vw;
    }

    .lim2_tape_wrap a:nth-child(4) .lim2_tape .lim_h5 {
        padding-top: .1vw;
    }

    .lim2_tape:before {
        right: 2.7vw;
        top: 9.3vw;
    }

    .lim2 .lim_button {
        margin-top: 0.02vw;
        font-size: 2.6vw;
        letter-spacing: 0.29vw;
        padding: 2.7vw 9.1vw;
    }

    .lim2_tape_wrap {
        padding-top: 1.4vw;
    }

    .lim2_button {
        padding-right: 0.7vw;
    }

}










/*
    section 3
-----------------------------*/
.lim3 {
    padding-top: 157px;
    padding-bottom: 108px;
}

.lim3 .lim_section_inner {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
}

.lim3_section_in {
    display: flex;
}

.lim3 .section_left_item {
    position: relative;
    width: 700px;
    right: 20px;
}

.lim3 .lim_h2 {
    position: absolute;
    left: 495px;
    top: -60px;
}

.lim3 h2 mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #f2e2e0 0%, #f2e2e0 100%);
    background-repeat: no-repeat;
    background-size: 100% 61%;
    background-position: 0 96%;
    color: inherit;
    padding: 0 14px 0 13px;
}

.lim3_section_left_in {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.lim3_in_left {
    width: 301.003px;
    background-color: #000000;
    padding: 50px 30px 7px 25px;
    position: relative;
}

.lim3_in_left article {
    padding-top: 29px;
    position: relative;
}

.lim3_in_left article p {
    margin-top: 15px;
    color: #fff;
    letter-spacing: .8px;
    line-height: 27.5px;
    font-family: Poppins;
    font-size: 16px;
}

.lim3 .lim_h6 {
    color: #ffffff;
}

.lim3 .lim_h5 {
    text-transform: uppercase;
    margin-top: 31px;
    font-family: AvenirLT;
    letter-spacing: 2.2px;
}

.lim3_btn {
    font-family: Poppins;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 1.45px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    margin-top: 25px;
    position: absolute;
}

.lim3 ul {
    padding-left: 140px;
    padding-top: 78px;
}

.lim3_icons {
    list-style: none;
    display: flex;
    gap: 13px;
}

.lim3_in_right {
    position: absolute;
    z-index: -1;
    top: 72px;
    left: 10px;
}


.lim3 .section_right_item {
    left: 12px;
    top: 62px;
    width: 390px;
    position: relative;
}

.lim3 .section_right_item p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.69;
    letter-spacing: 0.82px;
    text-align: left;
    color: #000000;
}

.lim3_right_items:nth-child(2) {
    padding-top: 21px;
}

.lim3_right_items:nth-child(3) {
    padding-top: 21px;

}

.lim3_right_items::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 101.5%;
    background-color: #000000;
}

.lim3_right_items:nth-child(1)::after {
    top: 172px;
}

.lim3_right_items:nth-child(2)::after {
    top: 362px;
}

.lim3_right_items:nth-child(3)::after {
    top: 552px;
}

.lim3_right_items .lim_h5 {
    margin-top: 10.4px;
    font-family: AvenirLT;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.59;
    letter-spacing: 2.2px;
    text-align: left;
    color: #000000;
}

.lim3_right_items .lim_h6 {
    color: black;
}

.lim3 .section_right_item a {
    color: #000;
}

.lim3 .section_left_item .lim_h6 {
    color: #c7aa81;
}

.lim3 .section_left_item .lim_h5 {
    color: rgb(255, 255, 255);
}








@media (max-width: 1440px) {
    .lim3 {
        padding-top: 10.903vw;
        padding-bottom: 7.5vw;
    }

    .lim3 .lim_section_inner {
        width: 76.444vw;
    }

    .lim3 .section_left_item {
        width: 48.611vw;
        right: 1.389vw;
    }

    .lim3 .lim_h2 {
        left: 34.375vw;
        top: -4.167vw;
    }

    .lim3 h2 mark {
        padding: 0 0.972vw 0 0.903vw;
    }

    .lim3_section_left_in {
        padding-top: 3.472vw;
    }

    .lim3_in_left {
        width: 20.903vw;
        padding: 3.472vw 2.083vw 0.486vw 1.736vw;
    }

    .lim3_in_left article {
        padding-top: 2.014vw;
    }

    .lim3_in_left article p {
        margin-top: 1.042vw;
        letter-spacing: 0.056vw;
        line-height: 1.91vw;
        font-size: 1.111vw;
    }

    .lim3 .lim_h5 {
        margin-top: 2.153vw;
        letter-spacing: 0.153vw;
    }

    .lim3_btn {
        font-size: 1.007vw;
        letter-spacing: 0.101vw;
        margin-top: 1.736vw;
    }

    .lim3 ul {
        padding-top: 5.417vw;
        padding-left: 9.722vw;
    }

    .lim3_icons {
        padding-left: 9.722vw;
        gap: 0.903vw;
    }

    .lim3_in_right {
        top: 5vw;
        left: 0.694vw;
    }


    .lim3 .section_right_item {
        left: 0.833vw;
        top: 4.306vw;
        width: 27.083vw;
    }

    .lim3 .section_right_item p {
        font-size: 1.111vw;
        letter-spacing: 0.057vw;
    }

    .lim3_right_items:nth-child(2) {
        padding-top: 1.458vw;
    }

    .lim3_right_items:nth-child(3) {
        padding-top: 1.458vw;

    }

    .lim3_right_items::after {
        height: 0.069vw;
    }

    .lim3_right_items:nth-child(1)::after {
        top: 11.944vw;
    }

    .lim3_right_items:nth-child(2)::after {
        top: 25.139vw;
    }

    .lim3_right_items:nth-child(3)::after {
        top: 38.333vw;
    }

    .lim3_right_items .lim_h5 {
        margin-top: 0.722vw;
        font-size: 1.181vw;
        letter-spacing: 0.153vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {

    .lim3 .section_right_item br,
    .lim3 .section_left_item br {
        display: none;
    }

    .lim3 .section_left_item p {
        font-size: 1.5vw;
    }

    .lim3 .section_right_item p {
        font-size: 1.5vw;
    }

    .lim3 .section_left_item h5,
    .lim3 .section_right_item h5 {
        font-size: 1.6vw;
    }

    .lim3 h6 {
        font-size: 1.4vw;
    }

    .lim3_btn {
        font-size: 1.4vw;
        letter-spacing: 0.101vw;
    }

    .lim3 ul {
        padding-left: 7.722vw;
    }

    .lim3_right_items:nth-child(1)::after {
        top: 20vw;
    }

    .lim3_right_items:nth-child(2)::after {
        top: 42.139vw;
    }

    .lim3_right_items:nth-child(3)::after {
        top: 65vw;
    }

    .lim3_in_right {
        padding-top: 5vw;
    }
}

@media (max-width: 768px) {
      .lim3 {
        padding-top: 10.903vw;
        padding-bottom: 3.5vw;
    }
    .lim3 .section_left_item {
        width: 91vw;
    }

    .lim3_section_in {
        display: flex;
        flex-wrap: wrap;
    }

    .lim3 .section_right_item {
        width: 59vw;
        margin-left: -2vw;
    }

    .lim3_right_items {
        padding-top: 5vw !important;
    }

    .lim3_in_right {
        left: -32vw;
    }

    .lim3_in_left {
        width: unset;
        margin-top: 54vw;
        margin-left: 0;
        padding: 6vw 0 0 6vw;
    }

    .lim3_in_left article {
        padding: 0;
        padding-right: 20vw;
        /* padding-left: 6vw; */
        /* padding-top: 2vw; */
    }

    .lim3 article p {
        font-size: 2vw !important;
        letter-spacing: 0.056vw !important;
        line-height: 4vw;
    }

    .lim3 .lim_h2 {
        font-size: 5.8vw;
    }

    .lim3 h5 {
        font-size: 2.7216vw !important;
    }

    .lim3 h6 {
        font-size: 2vw;
    }

    .lim3_btn {
        font-size: 2vw;
    }

    .lim3 ul {
        padding-top: 5.417vw;
        padding-left: 9.722vw;
    }

    .lim3 ul {
        padding-top: 8.417vw;
        padding-left: 48.722vw;
        margin-bottom: 3vw;
        gap: 0;
    }

    .lim3 ul li {
        height: 3vw;
        width: 7vw;
    }

    .lim3 .section_right_item br {
        display: block;
    }

    .lim3_right_items:nth-child(2) article {
        margin-top: 2vw;
    }

    .lim3_right_items:nth-child(3) article {
        margin-top: 2vw;
    }

    .lim3_right_items:nth-child(1)::after {
        top: 30vw;
        width: 86vw;
    }

    .lim3_right_items:nth-child(2)::after {
        top: 59.4vw;
        width: 86vw;
    }

    .lim3_right_items:nth-child(3)::after {
        top: 121.2vw;
        width: 86vw;
        display: none;
    }
}

@media (max-width: 550px) {
    .lim3 {
        padding-top: 14vw;
        padding-right: 22vw;
        width: 100vw;
    }

    .lim3 .lim_h2 {
        font-size: 11.819vw;
    }

    .lim3 h2 mark {
        padding: 0 3vw 0 2.903vw;
    }

    .lim3_in_right {
        left: -51.5vw;
        top: 12.5vw;
        width: 145vw;
    }

    .lim3_in_left {
        margin-top: 98.3vw;
        margin-left: 8.3vw;
        padding: 23.8vw 0 0 18vw;
    }

    .lim3 .lim_h5 {
        font-size: 4vw !important;
        padding-top: 4vw;
        letter-spacing: .26vw;
        line-height: 5.9vw;
    }

    .lim3 h6 {
        font-size: 3.7vw;
    }

    .lim3_in_left article {
        margin-top: -16.7vw;
        margin-left: -9.6vw;
        padding-right: 10vw;
        padding-bottom: 5.4vw;
    }

    .lim3_in_left article .lim_h5 br {
        display: block !important;
    }

    .lim3 .section_left_item p {
        font-size: 3.5vw !important;
        padding-top: 2.3vw;
        line-height: 5.8vw;
        letter-spacing: .16vw !important;
    }


    .lim3 ul {
        padding-top: 4.417vw;
        padding-left: 45.722vw;
        padding-right: 5vw;
        padding-bottom: 4vw;
        margin-bottom: 3vw;
    }

    .lim3 ul li {
        margin-left: -.7vw;
    }

    .lim3_btn {
        font-size: 2.9vw;
        letter-spacing: .5vw;
        margin-top: -4.5vw;
        margin-left: -9.8vw;
    }

    .lim3 .section_right_item {
        padding-left: 7.4vw;
        width: 100%;
    }

    .lim3 .section_right_item article h6 {
        font-size: 3vw;
        letter-spacing: .18vw;
    }

    .lim3 .section_right_item article h5 {
        padding-top: 0vw;
        margin-top: -.7vw;
        letter-spacing: .29vw;
    }

    .lim3 .section_right_item article p {
        font-size: 3.5vw !important;
        letter-spacing: 0.16vw !important;
    }

    .lim3_right_items:nth-child(1)::after {
        top: 39.6vw;
        width: 86vw;
    }

    .lim3_right_items:nth-child(2)::after {
        top: 80.6vw;
        width: 86vw;
    }

    .lim3_right_items {
        padding-top: 4.7vw !important;
    }

}














/*
    section4
------------------------------*/
.lim4 {
    background-color: #faf6f5;
    padding-top: 106px;
    padding-bottom: 96px;
}

.lim4 .lim_section_inner {
    width: 1440px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.lim4_art {
    position: absolute;
    background-image: url(lzm4_txt_shadow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 176px;
    width: 687px;
    top: -48px;
    left: 54px;
    z-index: -1;
}

.lim4 .section_left_item {
    width: 38%;
    padding-right: 10px;
    padding-left: 89px;
}

.lim4 h2 {
    text-align: right;
    margin-bottom: 12px;
    margin-right: -4px;
}

.lim4 h2 mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-size: 100% 61%;
    background-position: 0 96%;
    padding-left: 6px;
    padding-right: 3px;
    color: inherit;
}

.lim4 .section_left_item article p {
    font-family: Poppins;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.8px;
    text-align: right;
    color: #000000;
}

.lim4 .section_right_item {
    width: 62%;
    padding-top: 12px;
    padding-left: 71px;
}

.lim4_slider {
    display: flex;
    margin-right: -172px;
}

.lim4_slider_item {
    margin-right: 46px;
}

.lim4_slider_img {
    position: relative;
    z-index: 1;
    margin-bottom: 19px;
}

.lim4_slider_item .lim_h6 {
    font-family: AvenirLT;
    font-size: 17px;
    line-height: 1.59;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #000000;
    background-color: #F1D7D3;
    position: absolute;
    padding: 12px 24px 11px 31px;
    margin-top: -49px;
    margin-left: 43px;
    font-weight: bold;
}

.lim4_slider_item .lim_h5 {
    letter-spacing: 2.2px;
    text-transform: uppercase;
    margin-bottom: 14px;
    margin-left: -1px;
}

.lim4_slider_item .lim_button {
    padding: 9px 33px;
}

.lim4_slider .slick-arrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    width: 150px;
    height: 23px;
    background-repeat: no-repeat;
    top: 61.5%;
    z-index: 999;
    background-size: contain;
}

.lim4_slider .slick-prev {
    background-image: url(lzm4_left_btn.png);
    background-size: contain;
    right: inherit;
    left: -232px;
}

.lim4_slider .slick-next {
    background-image: url(jcy4-right.png);
    background-size: contain;
    left: inherit;
    right: 13px;
}

.lim4 .slick-slide:focus,
.lim4 .slick-prev:focus,
.lim4 .slick-next:focus {
    outline: none;
}









@media (max-width: 1440px) {
    .lim4 {
        padding-top: 7.361vw;
        padding-bottom: 6.667vw;
    }

    .lim4 .lim_section_inner {
        width: 98vw;
    }

    .lim4_art {
        height: 12.222vw;
        width: 47.708vw;
        top: -3.333vw;
        left: 3.75vw;
    }

    .lim4 .section_left_item {
        padding-right: 0.694vw;
        padding-left: 6.181vw;
        width: 34.2%;
    }

    .lim4 h2 {
        margin-bottom: 0.833vw;
        margin-right: -0.278vw;
    }

    .lim4 h2 mark {
        padding-left: 0.417vw;
        padding-right: 0.208vw;
    }

    .lim4 .section_left_item article p {
        font-size: 1.111vw;
        letter-spacing: 0.056vw;
    }

    .lim4 .section_right_item {
        padding-top: 0.833vw;
        padding-left: 4.931vw;
        width: 65.8%;   
    }

    .lim4_slider {
        margin-right: -9.5vw;
    }

    .lim4_slider_item {
        margin-right: 3.194vw;
    }

    .lim4_slider_img {
        margin-bottom: 1.319vw;
    }

    .lim4_slider_item .lim_h6 {
        font-size: 1.181vw;
        letter-spacing: 0.153vw;
        padding: 0.833vw 1.667vw 0.764vw 2.153vw;
        margin-top: -3.403vw;
        margin-left: 2.986vw;
    }

    .lim4_slider_item .lim_h5 {
        letter-spacing: 0.153vw;
        margin-bottom: 0.972vw;
        margin-left: -0.069vw;
    }

    .lim4_slider_item .lim_button {
        padding: 0.625vw 2.292vw;
    }

    .lim4_slider .slick-arrow {
        width: 10.417vw;
        height: 1.597vw;
    }

    .lim4_slider .slick-prev {
        left: -16.111vw;
    }

    .lim4_slider .slick-next {
        right: 0.903vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .lim4 br {
        display: none;
    }

    .lim4 .section_left_item article br {
        display: none;
    }

    .lim4 .section_left_item article p {
        font-size: 1.5vw;
    }

    .lim4 h5 {
        font-size: 1.68vw;
    }

    .lim4 .section_right_item h6 {
        font-size: 1.4vw;
        margin-top: -3.75vw;
    }

}

@media (max-width: 768px) {
    .lim4 {
        margin-top: 5vw;
    }

    .lim4 .lim_section_inner {
        width: 80vw;
    }

    .lim4 .section_left_item {
        width: 100%;
        padding-right: 0;
        /* margin-left: 24vw; */
    }

    .lim4 .section_right_item {
        width: 100%;
    }

    .lim4_slider {
        margin-left: 20vw;
        margin-right: 0;
    }

    .lim4_slider .slick-arrow {
        width: 14.417vw;
        height: 2.597vw;
        top: 33%;
        left: -8.8vw;
    }

    .lim4_slider_item {
        margin-right: 0;
    }

    .lim4 .section_right_item h6 {
        font-size: 2vw;
        margin-top: -4.7vw;
        margin-left: 0;
    }

    .lim4_art {
        height: 18.222vw;
        left: 14.75vw;
    }

    .lim4 .lim_h2 {
        font-size: 5.8vw;
    }

    .lim4 h5 br {
        display: block;
    }

    .lim4 h5 {
        font-size: 2.7216vw;
    }

    .lim4 p br {
        /* display: block !important; */
    }

    .lim4 .section_left_item article p {
        font-size: 2vw;
    }
}

@media (max-width: 550px) {
    .lim4 {
        padding-top: 14.7vw;
        padding-bottom: 14.4vw;
        margin-top: 12vw;
    }

    .lim4 .lim_section_inner {
        width: 100vw;
        padding: 0 5vw;
    }

    .lim4 .section_left_item {
        width: 100%;
        padding-right: 1.9vw;
    }

    .lim4 .section_right_item {
        padding-right: 2.5vw;
    }

    .lim4_slider {
        margin-left: 8.1vw;
    }

    .lim4_slider .slick-arrow {
        width: 16.738vw;
        height: 4.936vw;
        top: 26.7%;
        left: -10.4vw;
    }

    .lim4_slider_item {
        margin-right: 0;
    }

    .lim4_slider_img {
        margin-bottom: 4.019vw;
    }

    .lim4_slider_item .lim_h5 {
        letter-spacing: 0.465vw;
        margin-bottom: 3.472vw;
        margin-left: 0.8vw;
    }

    .lim4 .section_right_item h6 {
        font-size: 3.648vw;
        line-height: 1.59;
        letter-spacing: 0.465vw;
        margin-top: -10.7vw;
        margin-left: 0;
        padding: 2.6vw 5.167vw 2.464vw 7.253vw;
    }

    .lim4_art {
        background-image: url(lim-texts.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100vw;
        height: 37.554vw;
        left: 0;
        top: -2vw;
    }

    .lim4 .lim_h2 {
        font-size: 11.803vw;
        line-height: 1.3;
        letter-spacing: 0.236vw;
        margin-bottom: 3vw;
    }

    .lim4 h5 br {
        display: none;
    }

    .lim4 h5 {
        font-size: 3.648vw;
        line-height: 1.59;
        letter-spacing: 0.365vw;
    }

    .lim4_slider_item .lim_button {
        padding: 1.925vw 7.192vw;
        margin-left: 0.7vw;
    }

    .lim4 .section_left_item article p {
        font-size: 3.433vw;
        line-height: 1.69;
        letter-spacing: 0.172vw;
        margin-bottom: 6.7vw;
        padding-right: 0.4vw;
        padding-left: 4vw;
    }
}











/*
    section 5
-----------------------------------*/

.lim5 {
    padding-top: 196px;
    padding-bottom: 54px;
    overflow: hidden;
}

.lim5_hp_art {
    background-image: url(lzm5_head_pn.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 480px;
    width: 717px;
    background-position: center right;
    position: absolute;
    left: 93%;
    bottom: 37%;
    z-index: 999;
}

.lim5 .lim_section_inner {
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.lim5_txt_art {
    position: absolute;
    background-image: url(lzm5_txt_shadow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 178px;
    width: 1140px;
    left: -111px;
    top: 45px;
    z-index: -1;
}

.lim5 .section_left_item {
    position: relative;
    background-color: #fff0f0;
    padding: 178px 230px 85px 63px;
    top: -104px;
    left: 71px;
    z-index: 99;
}

.lim5 h2 {
    font-family: Vanitas;
    font-size: 55px;
    line-height: 1.3;
    letter-spacing: 1.1px;
    text-align: left;
    color: #000000;
}

.lim5 article {
    padding-left: 22px;
}

.lim5 .lim_h4 {
    padding-top: 151px;
    padding-left: 4px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    position: relative;
}

.lim5 .lim_h4::before {
    content: '';
    position: absolute;
    height: 115px;
    width: 1px;
    z-index: 999;
    background-color: #000000;
    top: 16px;
    left: 41px;
}

.lim5_button {
    margin-top: 47px;
    margin-left: 25px;
    position: absolute;
}

.lim5 .lim_button {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.7px;
    text-align: left;
    color: #ffffff;
    padding: 13px 57px 14px 52px;
}

.lim5_right_item {
    width: 319px;
    left: 412px;
    top: 104px;
    z-index: 33;
    position: absolute;
}


.lim5_right_art {
    position: absolute;
    background-image: url(lzm5_dots.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    height: 300px;
    width: 200px;
    top: 310px;
    left: 149px;
    z-index: -1;
}






@media (max-width: 1440px) {
    .lim5 {
        padding-top: 13.611vw;
        padding-bottom: 3.75vw;
    }

    .lim5_hp_art {
        height: 33.333vw;
        width: 49.792vw;
    }

    .lim5 .lim_section_inner {
        width: 62.5vw;
    }

    .lim5_txt_art {
        height: 12.361vw;
        width: 79.167vw;
        left: -7.708vw;
        top: 3.125vw;
    }

    .lim5 .section_left_item {
        padding: 12.361vw 15.972vw 5.903vw 4.375vw;
        top: -7.222vw;
        left: 4.931vw;
    }

    .lim5 h2 {
        font-size: 3.819vw;
        letter-spacing: 0.076vw;
    }

    .lim5 article {
        padding-left: 1.528vw;
    }

    .lim5 .lim_h4 {
        padding-top: 10.486vw;
        padding-left: 0.278vw;
        letter-spacing: 0.146vw;
    }

    .lim5 .lim_h4::before {
        height: 7.986vw;
        width: 0.069vw;
        top: 1.111vw;
        left: 2.847vw;
    }

    .lim5_button {
        margin-top: 3.264vw;
        margin-left: 1.736vw;
    }

    .lim5 .lim_button {
        font-size: 0.972vw;
        letter-spacing: 0.118vw;
        padding: 0.903vw 3.958vw 0.972vw 3.611vw;
    }

    .lim5_right_item {
        width: 22.153vw;
        left: 28.611vw;
        top: 7.222vw;
    }


    .lim5_right_art {
        height: 20.833vw;
        width: 13.889vw;
        top: 21.528vw;
        left: 10.347vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .lim5 {
        padding-bottom: 0vw;
    }

    .lim5 .lim_h2 {
        font-size: 5.8vw;
    }

    .lim5 .lim_button {
        font-size: 1.4vw;
    }

    .lim5_right_item {
        left: 33vw;
        top: 8.7vw;
    }
}

@media (max-width: 768px) {
    .lim5 {
        padding-top: 14.5vw;
        padding-bottom: 3vw;
    }

    .lim5 .section_left_item {
        width: 100vw;
        left: 0;
        padding-top: 5vw;
        padding-bottom: 72vw;
    }

    .lim5 .lim_section_inner {
        width: 100%;
    }

    .lim5_txt_art {
        height: 14.361vw;
        width: 92.167vw;
        left: 4vw;
    }

    .lim5 article {
        padding-left: 4.528vw;
        padding-right: 20vw;
    }

    .lim5 article h2 {
        font-size: 5.8vw;
    }

    .lim5 article h4 br {
        display: none;
    }

    .lim5 article h4 {
        margin-top: -10vw;
        font-size: 2.4vw;
    }

    .lim5 .lim_h4::before {
        height: 51.986vw;
        top: 23.111vw;
    }

    .lim5_right_item {
        left: 26vw;
        top: 20.7vw;
        width: 37vw;
    }

    .lim5_right_art {
        height: 43.833vw;
        width: 31.889vw;
        top: -9.472vw;
        left: -6.653vw;
    }

    .lim5_button {
        margin-top: 69.264vw;
        margin-left: 2.736vw;
    }

    .lim5 .lim_button {
        font-size: 2vw;
    }

    .lim5_hp_art {
        height: 48.333vw;
        width: 71.792vw;
        left: 70vw;
        top: -9vw;
    }
}

@media (max-width: 550px) {
    .lim5 {
        background-color: #fff0f0;
        width: 100vw;
        margin-top: 14.3vw;
        padding-bottom: 34.4vw;
        margin-bottom: 16.2vw;
        position: relative;
        overflow: visible;
        z-index: 9;
    }

    .lim5 .section_left_item {
        background-color: transparent;
        padding-top: 0;
        z-index: 999;
    }

    .lim5 article {
        padding-top: 7.1vw;
        padding-left: 3.4vw;
        padding-right: 2vw;
        position: relative;
        z-index: 2;
    }

    .lim5 .lim_h2 {
        font-size: 11.803vw;
        letter-spacing: .33vw;
    }

    .lim5 .lim_h4 {
        font-size: 3.8vw;
        margin-top: -11.5vw;
        letter-spacing: .4vw;
        margin-left: .3vw;
        z-index: 999;
    }


    .lim5_right_item {
        left: 39.4vw;
        top: 36vw;
        width: 57vw;
        z-index: 1;
    }

    .lim5 .lim_h4::before {
        height: 91.986vw;
        top: 29.511vw;
        left: 10.8vw;
    }

    .lim5 .lim_button {
        margin-top: 40.4vw;
        margin-left: .2vw;
        font-size: 3.112vw;
        letter-spacing: 0.311vw;
        padding: 3.1vw 12.3vw 3.1vw 10.8vw;
    }

    
    .lim5_button {
        margin-top: 67.664vw;
        margin-left: 3.436vw;
    }

    .lim5_right_art {
        width: 38.412vw;
        height: 56.009vw;
        top: -17.372vw;
        left: -9.453vw;
    }

    .lim5_txt_art {
        width: 100vw;
        height: 23.82vw;
        left: 0;
        top: 1.5vw;
        background-image: url(lim5_txt_m.png);
    }

    .lim5_hp_art {
        display: none;
    }

    .lim5_mobile_only {
        display: block;
        position: absolute;
        background-image: url(lzm5_head_pn_m.png);
        background-position: center;
        background-repeat: no-repeat;
        height: 158.163vw;
        width: 100vw;
        left: 68vw;
        top: -16.8vw;
        z-index: 0;
    }


}