@font-face {
    font-family: 'Dallas';
    src: url('dallas-regular.woff2') format('woff2'),
        url('dallas-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dallas';
    src: url('dallas-bold.woff2') format('woff2'),
        url('dallas-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dallas';
    src: url('dallas-light.woff2') format('woff2'),
        url('dallas-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DallasOutlineThick';
    src: url('dallas-outlinethick.woff2') format('woff2'),
        url('dallas-outlinethick.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DallasOutline';
    src: url('dallas-outlinethin.woff2') format('woff2'),
        url('dallas-outlinethin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ESRebondGrotesque';
    src: url('esrebondgrotesque-regular.woff2') format('woff2'),
        url('esrebondgrotesque-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zephyr';
    src: url('zephyrregular.woff2') format('woff2'),
        url('zephyrregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'QuincyCF';
    src: url('quincycf-regular.woff2') format('woff2'),
        url('quincycf-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* global */
body {
    font-family: 'ESRebondGrotesque';
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    color: #202020;
    background-color: #FDF9F6;
}

h1 {
    font-family: 'Zephyr';
    font-size: 94px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.1px;
    text-align: center;
    color: #202020;
    padding-right: 4px;
    margin: 0;
}

h2 {
    font-family: 'Zephyr';
    font-size: 41px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.02;
    letter-spacing: -0.3px;
    text-align: center;
    text-transform: uppercase;
    color: #202020;
    margin: 0;
    margin-bottom: 20px;
}

h3 {
    font-family: 'QuincyCF';
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #212121;
    margin: 0;
    margin-bottom: 20px;
}

h4 {
    font-family: 'Zephyr';
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.97;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #202020;
    margin: 0;
    margin-bottom: 20px;
}

h5 {
    font-family: 'Dallas';
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: -0.3px;
    text-align: center;
    color: #fdf9f7;
    margin: 0;
    margin-top: -18px;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

.site_button,
input[type="submit"] {
    display: inline-block;
    background-color: #C7E6E8;
    font-family: 'Dallas';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #202020;
    text-transform: uppercase;
    padding: 9px 86px 9px 9px;
    border: solid 1px #202020;
    cursor: pointer;
    transition: all .35s ease;
    position: relative;
    z-index: 9;
}

.site_button:hover,
input[type="submit"]:hover {
        background-color: #FDF9F6;
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.site_button:before {
    content: "";
    position: absolute;
    background-image: url(arrow_btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
    z-index: 99;
}

a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.section_inner {
    margin: 0 auto;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #EEBB9A 0%, #EEBB9A 100%);
    background-repeat: no-repeat;
    background-size: 100% 62%;
    background-position: 0 130%;
    color: inherit;
}

.desktop_only {
    display: block;
}

.mobile_only {
    display: none;
}

br.m {
    display: none !important;
}

@media (max-width: 1440px) {
    body {
        font-size: 1.458vw;
    }

    h1 {
        font-size: 6.639vw;
        letter-spacing: -0.06vw;
        padding-right: 0.4vw;
        line-height: 0.99;
    }

    h2 {
        font-size: 2.847vw;
        letter-spacing: -0.021vw;
        margin-bottom: 1.389vw;
    }

    h3 {
        font-size: 2.5vw;
        margin-bottom: 1.389vw;
    }

    h4 {
        font-size: 1.667vw;
        margin-bottom: 1.389vw;
    }

    h5 {
        font-size: 1.597vw;
        letter-spacing: -0.021vw;
        margin-top: -1.25vw;
    }

    p {
        margin-bottom: 1.389vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 0.833vw;
        letter-spacing: -0.035vw;
        padding: 0.625vw 5.972vw 0.625vw 0.625vw;
    }

    .site_button:before {
        width: 2.778vw;
        height: 0.903vw;
        right: 0.625vw;
    }
}

@media (max-width: 1140px) {
    body {
        font-size: 1.842vw;
    }

    h1 {
        font-size: 5.5vw;
        letter-spacing: -0.018vw;
        padding-right: 0.351vw;
    }

    h2 {
        font-size: 2.596vw;
        letter-spacing: -0.026vw;
        margin-bottom: 1.754vw;
    }

    h3 {
        font-size: 3.158vw;
        margin-bottom: 1.754vw;
    }

    h4 {
        font-size: 2.105vw;
        margin-bottom: 1.754vw;
    }

    h5 {
        font-size: 2.018vw;
        letter-spacing: -0.026vw;
        margin-top: -1.579vw;
    }

    p {
        margin-bottom: 1.754vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.053vw;
        letter-spacing: -0.044vw;
        padding: 0.789vw 7.544vw 0.789vw 0.789vw;
    }

    .site_button:before {
        width: 3.509vw;
        height: 1.14vw;
        right: 0.789vw;
    }

    br {
        display: none;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 2.051vw;
    }

    h2 {
        font-size: 4.004vw;
        letter-spacing: -0.029vw;
        margin-bottom: 1.953vw;
    }

    h3 {
        font-size: 3.516vw;
        margin-bottom: 1.953vw;
    }

    h4 {
        font-size: 2.344vw;
        margin-bottom: 1.953vw;
    }

    p {
        margin-bottom: 1.953vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.172vw;
        letter-spacing: -0.049vw;
        padding: 0.879vw 8.398vw 0.879vw 0.879vw;
    }

    .site_button:before {
        width: 3.906vw;
        height: 1.27vw;
        right: 0.879vw;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 2.734vw;
    }

    h1 {
        font-size: 9vw;
        letter-spacing: -0.026vw;
        padding-right: 0.521vw;
    }

    h2 {
        font-size: 5.339vw;
        letter-spacing: -0.039vw;
        margin-bottom: 2.604vw;
    }

    h3 {
        font-size: 4.688vw;
        margin-bottom: 2.604vw;
    }

    h4 {
        font-size: 3.125vw;
        margin-bottom: 2.604vw;
    }

    h5 {
        font-size: 2.995vw;
        letter-spacing: -0.039vw;
        margin-top: -2.344vw;
    }

    p {
        margin-bottom: 2.604vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.563vw;
        letter-spacing: -0.065vw;
        padding: 1.172vw 11.198vw 1.172vw 1.172vw;
    }

    .site_button:before {
        width: 5.208vw;
        height: 1.693vw;
        right: 1.172vw;
    }

    .desktop_only {
        display: none;
    }

    .mobile_only {
        display: block;
        margin: 0 auto;
    }

    br.m {
        /* display: block !important; */
    }
}

@media (max-width: 550px) {
    body {
        font-size: 3.6vw;
        line-height: 1.35;
        letter-spacing: normal;
    }

    h1 {
        font-size: 11.702vw;
        line-height: normal;
        letter-spacing: normal;
        padding-right: 0.727vw;
    }

    h2 {
        font-size: 9.84vw;
        line-height: 1;
        letter-spacing: normal;
        margin-bottom: 3.636vw;
    }

    h3 {
        font-size: 6.545vw;
        margin-bottom: 3.636vw;
    }

    h4 {
        font-size: 3.723vw;
        line-height: 0.93;
        letter-spacing: normal;
        margin-bottom: 2vw;
    }

    h5 {
        font-size: 3.723vw;
        line-height: 1.07;
        letter-spacing: normal;
        margin-top: -3.273vw;
    }

    p {
        margin-bottom: 3.636vw;
        font-size: 3.6vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2.66vw;
        line-height: normal;
        letter-spacing: normal;
        padding: 2.8vw 24.9vw 2.6vw 4vw;
    }

    .site_button:before {
        width: 9.011vw;
        height: 2.666vw;
        right: 1.236vw;
    }
}


/*
    Globals --> Full Left BG
-----------------------------*/
.full-bg-holder{
    position:relative;
}
.full-bg-holder > *{
    position:relative;
    z-index:1;
}
.full-left-bg{
    position:absolute;
    z-index: 0;
    height:100%;
    width:100%;
    left:0;
    top:0;
    display: block;
    content: "";
    background-color: #F5F5F5;
    opacity:0;
}
.full-left-bg.active{
    opacity:1;
}

/*
    Globals --> Full right BG
-----------------------------*/
.full-right-bg{
    position:absolute;
    z-index:0;
    height: 100%;
    width:100%;
    right:0;
    top:0;
    display: block;
    content: "";
    background-color: #e8e7e5;
    opacity:0;
}
.full-right-bg.active{

    opacity:1;
}


/*
    Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile{
    display:none;
    position:absolute;
    z-index:0;
    height:100%;
    width:100%;
    left:0;
    top:0;
    content: "";
    opacity:0;
    background-color: #859CAC;
}
.full-bg-mobile.active{
    opacity:1;
}



/* Header */
.cl_header {
    padding-top: 53px;
    padding-bottom: 50px;
    padding-left: 64px;
    padding-right: 64px;
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
}

.cl_header .section_inner {
    display: flex;
    justify-content: space-between;
}

.cl_header_left {
    width: 30px;
    padding-top: 8px;
}

.cl_logo_image {
    /* width: 200px; */
}

.cl_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.cl_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;
}

.cl_header_right li {
    display: inline-block;
    margin: 0;
    padding-left: 28px;
}

.cl_header_right li a {
    font-family: 'BrandonText';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #000000;
    position: relative;
    display: block;
    padding-bottom: 5px;
}

.cl_header_right li a:after {
    content: " ";
    width: 100%;
    height: 4px;
    background-color: rgb(226 168 131 / 0%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.cl_header_right li a:hover:after {
    background-color: #e2a883;
}

.responsive-menu-hand {
    /* display: none; */
    transition: 0.3s;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 80%;

}
.responsive-menu-hand:hover{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.responsive-menu-close {
    clear: both;
    height: 40px;
    width: 50px;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.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: 49px;
    display: block;
    background-color: #000;
    height: 2px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 18px;
}

.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -3px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: rgb(253 249 247 / 96%);
    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: 40px;
}

.responsive-menu ul li:last-child {
    margin-top: 100px;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    height: 40px;
    display: block;
    text-decoration: none;
    font-family: Zephyr;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #202020;
    border: 0;
    margin: 0;
}

.responsive-menu ul li:last-child a {
    font-family: 'ESRebondGrotesque';
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #202020;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

@media (max-width: 1440px) {
    .cl_header {
        padding-top: 3.681vw;
        padding-bottom: 3.472vw;
        padding-left: 4.444vw;
        padding-right: 4.444vw;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
    }

    .cl_header_right li {
        padding-left: 1.944vw;
    }

    .cl_header_right li a {
        font-size: 0.972vw;
        letter-spacing: 0.097vw;
        padding-bottom: 0.347vw;
    }

    .cl_header_right li a:after {
        height: 0.278vw;
    }
}

@media (max-width: 1140px) {
    .cl_header_right li a {
        font-size: 1.2vw;
        letter-spacing: 0.097vw;
        padding-bottom: 0.347vw;
    }
}

@media (max-width: 1024px) {
    .cl_header_right ul {
        /* display: none; */
    }

    .responsive-menu-hand {
        /* display: block; */
    }
}

@media (max-width: 768px) {}

@media (max-width: 550px) {
    .cl_header {
        padding-top: 8vw;
        padding-bottom: 3.472vw;
        padding-left: 5.267vw;
        padding-right: 6.167vw;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
    }

    .cl_header_left {
        width: 25px;
        padding-top: 0;
        margin-top: -0.5vw;
    }
}





/* section 1 */
.cla1{
    width: 100%;
    display: block;
    background-color: #f3dbc3;
}
.cla1 .section_inner{
    width: 1440px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.cla1_logo{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 0px;
    padding-top: 33px;
    z-index: 1;
}
.cla1_logo span{
    width: 68px;
    margin: 0px auto;
    display: block;
}
.cla1_logo span img{
    width: 100%;
    display: block;
}

.cla1_left{
    width: 50%;
    position: relative;
}
.cla1_left span.full-left-bg{
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}
.cla1_left img{
    opacity: 0;
}

.cla1_right{
    width: 50%;
    position: relative;
    padding-top: 173px;
    padding-right: 54px;
    padding-left: 27px;
    padding-bottom: 106px;
}
.cla1_right h1{}
.cla1_right h1 br{}
.cla1_right article{
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 68px;
    padding-right: 71px;
    padding-left: 67px;
}
.cla1_right article p{
    color: #1f1f1f;
}
.cla1_right article p br{}
.cla1_right article p mark{}

.cla1_art{
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-right: 4px;
}
.cla1_art span{
    display: inline-block;
    width: 49px;
}
.cla1_art span img{}

@media (max-width: 1440px) {
    .cla1{ }
    .cla1 .section_inner{
        width: 100vw;
    }

    .cla1_logo{
        padding-top: 2.292vw;
    }
    .cla1_logo span{
        width: 4.722vw;
    }
    .cla1_logo span img{ }

    .cla1_left{ }
    .cla1_left span.full-left-bg{ }
    .cla1_left img{ }

    .cla1_right{
        padding-top: 12.014vw;
        padding-right: 3.75vw;
        padding-left: 1.875vw;
        padding-bottom: 7.361vw;
    }
    .cla1_right h1{}
    .cla1_right h1 br{}
    .cla1_right article{
        padding-top: 4.722vw;
        padding-right: 4.931vw;
        padding-left: 4.653vw;
    }
    .cla1_right article p{}
    .cla1_right article p br{}
    .cla1_right article p mark{}

    .cla1_art{
        padding-top: 3.472vw;
        padding-right: 0.278vw;
    }
    .cla1_art span{
        width: 3.403vw;
    }
    .cla1_art span img{}
}
@media (max-width: 1140px) {
    .cla1{ }
    .cla1 .section_inner{
        width: 100%;
    }

    .cla1_logo{
        padding-top: 2.895vw;
    }
    .cla1_logo span{
        width: 5.965vw;
    }
    .cla1_logo span img{ }

    .cla1_left{ }
    .cla1_left span.full-left-bg{ }
    .cla1_left img{ }

    .cla1_right{
        padding-top: 15.175vw;
        padding-right: 4.737vw;
        padding-left: 2.368vw;
        padding-bottom: 9.298vw;
    }
    .cla1_right h1{}
    .cla1_right h1 br{}
    .cla1_right article{
        padding-top: 5.965vw;
        padding-right: 6.228vw;
        padding-left: 5.877vw;
    }
    .cla1_right article p{}
    .cla1_right article p br{}
    .cla1_right article p mark{}

    .cla1_art{
        padding-top: 4.386vw;
        padding-right: 0.351vw;
    }
    .cla1_art span{
        width: 4.298vw;
    }
    .cla1_art span img{}
}
@media (max-width: 1024px) {
    .cla1{ }
    .cla1 .section_inner{
        /* width: 140.625vw; */
    }

    .cla1_logo{
        padding-top: 3.223vw;
    }
    .cla1_logo span{
        width: 6.641vw;
    }
    .cla1_logo span img{ }

    .cla1_left{ }
    .cla1_left span.full-left-bg{ }
    .cla1_left img{ }

    .cla1_right{
        padding-top: 22.895vw;
        padding-right: 5.273vw;
        padding-left: 2.637vw;
        padding-bottom: 2.352vw;
    }
    .cla1_right h1{}
    .cla1_right h1 br{}
    .cla1_right article{
        padding-top: 6.641vw;
        padding-right: 0.934vw;
        padding-left: 0.934vw;
    }
    .cla1_right article p{}
    .cla1_right article p br{}
    .cla1_right article p mark{}

    .cla1_art{
        padding-top: 4.883vw;
        padding-right: 0.391vw;
    }
    .cla1_art span{
        width: 4.785vw;
    }
    .cla1_art span img{}
}
@media (max-width: 768px) {
    .cla1{ }
    .cla1 .section_inner{ }

    .cla1_logo{ }
    .cla1_logo span{ }
    .cla1_logo span img{ }

    .cla1_left{display: none;}
    .cla1_left span.full-left-bg{ }
    .cla1_left img{ }

    .cla1_right{width: 100%;padding-right: 13.273vw;padding-left: 13.273vw;padding-top: 25.895vw;padding-bottom: 3.352vw;}
    .cla1_right h1{}
    .cla1_right h1 br{}
    .cla1_right article{padding-top: 4vw;padding-right: 4vw;padding-left: 5vw;}
    .cla1_right article p{}
    .cla1_right article p br{}
    .cla1_right article p mark{}

    .cla1_art{ }
    .cla1_art span{ }
    .cla1_art span img{}

    .cla1_right .mobile_only{}
    .cla1_right .mobile_only article{
    padding-top: 4vw;
    padding-right: 3.5vw;
    padding-left: 3.5vw;
    padding-bottom: 2vw;
}
    .cla1_right .mobile_only article p{
    padding-bottom: 4vw;
}
    .cla1_right .mobile_only article p br{}
    .cla1_right .mobile_only article p mark{}
    .cla1_right .mobile_only img{
    width: 100%;
}
}
@media (max-width: 550px) {
    .cla1{ }
    .cla1 .section_inner{ }

    .cla1_logo{ }
    .cla1_logo span{width: 12vw;}
    .cla1_logo span img{ }

    .cla1_left{ }
    .cla1_left span.full-left-bg{ }
    .cla1_left img{ }

    .cla1_right{padding-right: 7.8vw;padding-left: 8.1vw;padding-top: 30.1vw;padding-bottom: 3.352vw;}
    .cla1_right h1{
    padding-right: 1.727vw;
    padding-left: 1.727vw;
    line-height: 1;
}
    .cla1_right h1 br{
    display: block;
}
    .cla1_right article{padding-top: 6vw;padding-right: 2.5vw;padding-left: 2.5vw;}
    .cla1_right article p{
    line-height: 1.12;
}
    .cla1_right article p br{}
    .cla1_right article p mark{}

    .cla1_art{padding-top: 7.883vw;padding-right: 0.391vw;}
    .cla1_art span{width: 8.785vw;}
    .cla1_art span img{}
}









/* footer */
#section-footer{
    position: relative;
    z-index: 11;
    background-color: #fdf9f6;
}
.cl_footer {
    padding-top: 55px;
    padding-bottom: 36px;
}

.cl_footer .section_inner {
    width: 1240px;
    position: relative;
}

.cl_footer .section_inner h2 {
    font-size: 38px;
    padding-right: 25px;
    margin-bottom: 37px;
}

.cl_footer .section_inner h2 span {
    cursor: pointer;
}

.cl_footer_logo {
    width: 94px;
    margin: 0 auto 48px;
}

.cl_footer_logo img {
    margin-left: -12px;
}

.cl_brandup {
    font-family: 'Dallas';
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.2px;
    position: relative;
    z-index: 99;
}

.cl_brandup a {
    text-decoration: underline;
    color: #202020;
}

.cl_footer_copyright {
    display: flex;
    flex-wrap: wrap;
    font-family: 'ESRebondGrotesque';
    font-size: 8.5px;
    line-height: 2.25;
    letter-spacing: 0.45px;
    position: absolute;
    width: 100%;
    bottom: -5px;
}

.cl_fc_left {
    width: 50%;
    padding-left: 9px;
}

.cl_fc_right {
    width: 50%;
    text-align: right;
    padding-right: 28px;
}

/* responsive */
@media (max-width: 1440px) {
    .cl_footer {
        padding-top: 3.819vw;
        padding-bottom: 2.5vw;
    }

    .cl_footer .section_inner {
        width: 86.111vw;
    }

    .cl_footer .section_inner h2 {
        font-size: 2.639vw;
        padding-right: 1.736vw;
        margin-bottom: 2.569vw;
    }

    .cl_footer_logo {
        width: 6.528vw;
        margin: 0 auto 3.333vw;
    }

    .cl_footer_logo img {
        margin-left: -0.833vw;
    }

    .cl_brandup {
        font-size: 1.111vw;
        letter-spacing: -0.014vw;
    }

    .cl_footer_copyright {
        font-size: 0.59vw;
        letter-spacing: 0.031vw;
        width: 100%;
        bottom: -0.347vw;
    }

    .cl_fc_left {
        padding-left: 0.625vw;
    }

    .cl_fc_right {
        padding-right: 1.944vw;
    }
}

@media (max-width: 1140px) {

    .cl_footer .section_inner h2 {
        font-size: 3.333vw;
    }

    .cl_brandup {
        font-size: 1.404vw;
    }

    .cl_footer_copyright {
        font-size: 0.746vw;
    }

}

@media (max-width: 1024px) {

    .cl_footer .section_inner h2 {
        font-size: 3.711vw;
    }

    .cl_brandup {
        font-size: 1.563vw;
    }

    .cl_footer_copyright {
        font-size: 0.83vw;
    }

}

@media (max-width: 768px) {
    .cl_footer {
        padding-top: 6vw;
        padding-bottom: 5vw;
    }

    .cl_footer .section_inner {
        width: 100vw;
        padding: 0 2.448vw;
    }

    .cl_footer .section_inner h2 {
        font-size: 3.8vw;
        line-height: 1;
        letter-spacing: normal;
        padding-right: 0;
        margin-bottom: 1.811vw;
    }

    .cl_footer_logo {
        width: 10vw;
        margin: 0 auto 5vw;
    }

    .cl_footer_logo img {
        margin-left: 0;
    }

    .cl_brandup {
        font-size: 2vw;
        line-height: normal;
        letter-spacing: normal;
    }

    .cl_footer_copyright {
        font-size: 1.5vw;
        line-height: 1.14;
        letter-spacing: normal;
        width: 94vw;
        bottom: unset;
        top: 3.231vw;
    }

    .cl_fc_left {
        padding-left: 0.343vw;
    }

    .cl_fc_right {
        padding-right: 0.587vw;
    }

}

@media (max-width: 550px) {
    .cl_footer {
        padding-top: 5.7vw;
        padding-bottom: 5.5vw;
    }

    .cl_footer .section_inner {
        padding: 0 5vw;
    }

    .cl_footer .section_inner h2 {
        font-size: 3.723vw;
        margin-bottom: 3.7vw;
    }

    .cl_footer_logo {
        width: 12.3vw;
        margin: 0 auto 4.2vw;
    }

    .cl_brandup {
        font-size: 2.926vw;
    }

    .cl_footer_copyright {
        font-size: 2.5vw;
        width: 90vw;
        top: 6.6vw;
    }

    .cl_fc_left {
        padding-left: 0.7vw;
    }

    .cl_fc_right {
        padding-right: 1.2vw;
    }
}



/*=====================================
Caruses Css Start
===================================== */

body {
    /*overflow: unset;*/
}

/*car_1 css start */

.car_1 .cla1_logo {
    z-index: 111;
    pointer-events: none;
}

@media (max-width: 1440px) {

}
@media (max-width: 1140px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 768px) {

}
@media (max-width: 550px) {

}


@media (min-width:1280px) and (max-height:750px){
    .car_2_section_in{
        padding-top:7vw;
    }
}
/*car_1 css start End*/


/*car_2 css start */

section.car_2 {
    /* height: 100vh; */
    /*padding-top: 229px;*/
    /* height: 100vh; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* flex-direction: column; */
}

.car_2 h4 {
    text-align: center;
    font-family: 'Dallas';
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -1.5px;
    position: relative;
    left: -11px;
}

.car_2 h2 {
    font-size: 95px;
    font-family: 'Zephyr';
    line-height: 1;
    margin: 23px 0 98px 0;
    text-transform: capitalize;
    letter-spacing: -1px;
    position: relative;
    left: -11px;
}

section.car_2 .section_inner {
    width: 1100px;
    margin-top: -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

.car_2 article {
    max-width: 711px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    left: -10px;
    letter-spacing: -0.1px;
}

.car_2_btn {
    text-align: center;
    margin-top: 92px;
}

.car_2_btn .site_button {
    padding: 9px 118px 9px 9px;
    left: -10px;
}

@media (max-width: 1440px) {
    section.car_2 {
    
}

.car_2 h4 {
    text-align: center;
    font-family: 'Dallas';
    font-size: 1.667vw;
    line-height: 1.1;
    letter-spacing: -0.104vw;
    position: relative;
    left: -0.764vw;
}

.car_2 h2 {
    font-size: 6.597vw;
    font-family: 'Zephyr';
    line-height: 1;
    margin: 1.597vw 0 6.806vw 0;
    text-transform: capitalize;
    letter-spacing: -0.069vw;
    position: relative;
    left: -0.764vw;
}

section.car_2 .section_inner {
    width: 76.389vw;
    margin-top: -1.042vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

.car_2 article {
    max-width: 49.375vw;
    margin: 0 auto;
    text-align: center;
    position: relative;
    left: -0.694vw;
    letter-spacing: -0.007vw;
}

.car_2_btn {
    text-align: center;
    margin-top: 6.389vw;
}

.car_2_btn .site_button {
    padding: 0.625vw 8.194vw 0.625vw 0.625vw;
    left: -0.694vw;
}
}
@media (max-width: 1140px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 768px) {

    section.car_2 .section_inner {
        width: 100%;
        height: auto;
        padding: 41.333vw 0 0 0;
    }

    .car_2 h4 {
        font-size: 3.733vw;
        line-height: 1.07;
        margin-bottom: 5.867vw;
    }

    .car_2 h2 {
        font-size: 11.733vw;
        margin: 0 0 12.800vw 0;
        padding-left: 1.333vw;
    }

    .car_2 article {
        max-width: 100%;
        width: 67.733vw;
        padding: 0;
        left: auto;
        right: auto;
        margin: 0 auto;
        font-size: 2.933vw;
        line-height: 1.36;
        line-height: 1.4;
    }

    .car_2_btn {
        margin-top: 13.067vw;
    }

    .car_2_btn .site_button {
        padding: 2.480vw 26.667vw 2.480vw 3.467vw;
        font-size: 2.667vw;
        position: relative;
        left: 0px;
    }

}
@media (max-width: 550px) {
    section.car_2 {
    background-color:#fdeee9;
}

    section.car_2 .section_inner {
        width: 100%;
        height: auto;
        padding: 41.333vw 0 0 0;
    }

    .car_2 h4 {
        font-size: 3.733vw;
        line-height: 1.07;
        margin-bottom: 5.867vw;
    }

    .car_2 h2 {
        font-size: 11.733vw;
        margin: 0 0 12.800vw 0;
        padding-left: 1.333vw;
    }

    .car_2 article {
        max-width: 100%;
        width: 67.733vw;
        padding: 0;
        left: auto;
        right: auto;
        margin: 0 auto;
        font-size: 2.933vw;
        line-height: 1.36;
        line-height: 1.4;
    }

    .car_2_btn {
        margin-top: 13.067vw;
    }

    .car_2_btn .site_button {
        padding: 2.480vw 26.667vw 2.480vw 3.467vw;
        font-size: 2.667vw;
        position: relative;
        left: 0px;
    }
}



/*car_2 css start End*/


/*car_3 css start */

section.car_3 .section_inner {
    display: flex;
    align-items: flex-start;
    position: relative;
    max-width: fit-content;
}
.cl1_arrow {
    position: absolute;
    width: 50px;
    height: 105px;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    cursor: pointer;
}
.cl1_arrow span{
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-image: url(cl1_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: anime_button 0.4s infinite alternate;
    -moz-animation: anime_button 0.4s infinite alternate;
    animation: anime_button 0.4s infinite alternate;
    position: relative;
}
@keyframes anime_button {
  from {top: 0px;}
  to {top: 10px;}
}
.car_3_img {
    width: 436px;
    height: 536px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
    transform: rotate(-5deg);
}

.car_3_img img {
    display: block;
    width: 10px;
    opacity: 0;
}

span.car_3_bg_img {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    background:no-repeat scroll center / cover;
}

.car_3_right {
    padding-left: 143px;
    margin-top: 32px;
}

.car_3_right h3 {
    text-align: left;
    font-family: 'Zephyr';
    font-size: 40px;
    margin-bottom: 51px;
}

.car_3_right article {
    max-width: 700px;
    margin-bottom: 47px;
}

.car_3_right article p {
    line-height: 1.11;
}

.car_3_right h6 {
    font-size: 22px;
    font-family: 'Dallas';
    line-height: 1.07;
    color: #202020;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.15px;
}

.car_3_right_btn {
    margin-top: 45px;
}

span.car_3_bg_color {
    position: absolute;
    width: 100%;
    background: #F3DBC3;
    z-index: -1;
    border-radius: 450px 0 0 450px;
    height: 100%;
    top: 1px;
    bottom: -112px;
    left: 396px;
}

section.car_3 {
    z-index: 1;
    display: flex;
    height: 100vh;
    align-items: center;
}

.car_3_right article {
    letter-spacing: -0.1px;
}

.car_3_right article p {
    margin-bottom: 22px;
}

.car_3_right_btn .site_button {
    padding: 9px 115px 9px 9px;
}

@media (max-width: 1440px) {
    section.car_3 .section_inner {
    display: flex;
    align-items: flex-start;
    position: relative;
    max-width: fit-content;
}
.cl1_arrow {
    position: absolute;
    width: 3.472vw;
    height: 7.292vw;
    bottom: 2.778vw;
    right: 2.778vw;
    z-index: 99;
    cursor: pointer;
}
.cl1_arrow span{
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-image: url(cl1_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: anime_button 0.4s infinite alternate;
    -moz-animation: anime_button 0.4s infinite alternate;
    animation: anime_button 0.4s infinite alternate;
    position: relative;
}
@keyframes anime_button {
  from {top: 0vw;}
  to {top: 0.694vw;}
}
.car_3_img {
    width: 30.278vw;
    height: 37.222vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0.556vw;
    transform: rotate(-5deg);
}

.car_3_img img {
    display: block;
    width: 0.694vw;
    opacity: 0;
}

span.car_3_bg_img {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    background:no-repeat scroll center / cover;
}

.car_3_right {
    padding-left: 9.931vw;
    margin-top: 2.222vw;
}

.car_3_right h3 {
    text-align: left;
    font-family: 'Zephyr';
    font-size: 2.778vw;
    margin-bottom: 3.542vw;
}

.car_3_right article {
    max-width: 48.611vw;
    margin-bottom: 3.264vw;
}

.car_3_right article p {
    line-height: 1.11;
}

.car_3_right h6 {
    font-size: 1.528vw;
    font-family: 'Dallas';
    line-height: 1.07;
    color: #202020;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.01vw;
}

.car_3_right_btn {
    margin-top: 3.125vw;
}

span.car_3_bg_color {
    position: absolute;
    width: 100%;
    background: #F3DBC3;
    z-index: -1;
    border-radius: 31.25vw 0 0 31.25vw;
    height: 100%;
    top: 0.069vw;
    bottom: -7.778vw;
    left: 27.5vw;
}

section.car_3 {
    z-index: 1;
    display: flex;
    height: 100vh;
    align-items: center;
}

.car_3_right article {
    letter-spacing: -0.007vw;
}

.car_3_right article p {
    margin-bottom: 1.528vw;
}

.car_3_right_btn .site_button {
    padding: 0.625vw 7.986vw 0.625vw 0.625vw;
}

}
@media (max-width: 1140px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 768px) {

    a.cl1_arrow {
        display: none;
    }

    section.car_3 {
        height: auto;
        flex-direction: column;
        padding-top: 23.200vw;
    }

    section.car_3 .section_inner {
        flex-direction: column;
        width: 100%;
    }

    .car_3_img {
        width: 51.013vw;
        height: 62.667vw;
        border-radius: 2.133vw;
        transform: rotate(-5deg);
    }

    .car_3_left {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 14.400vw;
    }

    .car_3_right {
        padding: 0;
        margin: 0 auto;
        width: 75.467vw;
    }

    .car_3_right h3 {
        font-size: 9.867vw;
        line-height: 1;
        text-align: center;
        padding: 0 6.133vw;
        margin-bottom: 8.533vw;
    }

    .car_3_right article {
        max-width: 100%;
        text-align: center;
        font-size: 2.933vw;
        line-height: 1.36;
    }

    .car_3_right article p {
        line-height: 1.36;
        margin-bottom: 4.800vw;
    }

    .car_3_right h6 {
        font-size: 3.733vw;
        text-align: center;
        line-height: 1.07;
        margin: 12.533vw 0 0 0;
    }

    .car_3_right_btn {
        margin-top: 10.933vw;
        padding-left: 8.800vw;
    }

    .car_3_right_btn .site_button {
        font-size: 2.667vw;
        padding: 2.747vw 26.080vw 2.480vw 3.893vw;
    }

    span.car_3_bg_color {
        left: 0;
        top: 51.467vw;
        bottom: 0;
        width: 100%;
        right: 0;
        border-radius: 48vw 48vw 0px 0px;
    }


}
@media (max-width: 550px) {

    a.cl1_arrow {
        display: none;
    }

    section.car_3 {
        height: auto;
        flex-direction: column;
        padding-top: 23.200vw;
        background-color: #fdeee9;
    }

    section.car_3 .section_inner {
        flex-direction: column;
        width: 100%;
    }

    .car_3_img {
        width: 51.013vw;
        height: 62.667vw;
        border-radius: 2.133vw;
        transform: rotate(-5deg);
    }

    .car_3_left {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 14.400vw;
    }

    .car_3_right {
        padding: 0;
        margin: 0 auto;
        width: 75.467vw;
    }

    .car_3_right h3 {
        font-size: 9.867vw;
        line-height: 1;
        text-align: center;
        padding: 0 6.133vw;
        margin-bottom: 8.533vw;
    }

    .car_3_right article {
        max-width: 100%;
        text-align: center;
        font-size: 2.933vw;
        line-height: 1.36;
    }

    .car_3_right article p {
        line-height: 1.36;
        margin-bottom: 4.800vw;
        /* font-size: 3.6vw; */
    }

    .car_3_right h6 {
        font-size: 3.733vw;
        text-align: center;
        line-height: 1.07;
        margin: 12.533vw 0 0 0;
    }

    .car_3_right_btn {
        margin-top: 10.933vw;
        padding-left: 8.800vw;
    }

    .car_3_right_btn .site_button {
        font-size: 2.667vw;
        padding: 2.747vw 26.080vw 2.480vw 3.893vw;
    }

    span.car_3_bg_color {
        left: 0;
        top: 51.467vw;
        bottom: 0;
        width: 100%;
        right: 0;
        border-radius: 48vw 48vw 0px 0px;
    }
    .cl1_arrow span{
        display:none;
    }


}
/*car_3 css start End*/



/*car_4 css start */

section.car_4 .section_inner {
    display: flex;
    align-items: flex-start;
    position: relative;
    max-width: fit-content;
}

.car_4_img {
    width: 447px;
    height: 536px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
    transform: rotate(-5deg);
}

.car_4_img img {
    display: block;
    width: 10px;
    opacity: 0;
}

span.car_4_bg_img {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    background: no-repeat scroll center / cover;
}

.car_4_right {
    padding-left: 110px;
    margin-top: 31px;
}

.car_4_right h3 {
    text-align: left;
    font-family: 'Zephyr';
    font-size: 40px;
    margin-bottom: 51px;
}

.car_4_right article {
    width: 717px;
    margin-bottom: 24px;
}

.car_4_right article p {
    line-height: 1.11;
}

.car_4_right h6 {
    font-size: 22px;
    font-family: 'Dallas';
    line-height: 1.07;
    color: #202020;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.15px;
    width: 743px;
}

.car_4_right_btn {
    margin-top: 45px;
}

span.car_4_bg_color {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: -1;
    border-radius: 450px 0 0 450px;
    height: 100%;
    top: 0;
    bottom: -112px;
    left: 424px;
}

section.car_4 {
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100vh;
    background-color: #f3dbc3;
}

.car_4_right article {
    letter-spacing: -0.1px;
}

.car_4_right article p {
    margin-bottom: 22px;
}

.car_4_right_btn .site_button {
    padding: 9px 141px 9px 9px;
}
.cl1_arrow2 {
    position: absolute;
    width: 50px;
    height: 105px;
    bottom: 40px;
    right: auto;
    left:40px;
    z-index: 99;
    cursor: pointer;
    transform:rotate(180deg)
}

@media (max-width: 1440px) {
    section.car_4 .section_inner {
    display: flex;
    align-items: flex-start;
    position: relative;
    max-width: fit-content;
}

.car_4_img {
    width: 31.1vw;
    height: 37.222vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0.556vw;
    transform: rotate(-1deg);
}

.car_4_img img {
    display: block;
    width: 0.694vw;
    opacity: 0;
}

span.car_4_bg_img {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    background: no-repeat scroll center / cover;
}

.car_4_right {
    padding-left: 7.639vw;
    margin-top: 2.153vw;
}

.car_4_right h3 {
    text-align: left;
    font-family: 'Zephyr';
    font-size: 2.778vw;
    margin-bottom: 3.542vw;
}

.car_4_right article {
    width: 49.792vw;
    margin-bottom: 1.667vw;
}

.car_4_right article p {
    line-height: 1.11;
}

.car_4_right h6 {
    font-size: 1.528vw;
    font-family: 'Dallas';
    line-height: 1.07;
    color: #202020;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.01vw;
    width: 51.597vw;
}

.car_4_right_btn {
    margin-top: 3.125vw;
}

span.car_4_bg_color {
    position: absolute;
    width: 100%;
    background: #fdf9f6;
    z-index: -1;
    border-radius: 31.25vw 0 0 31.25vw;
    height: 100%;
    top: 0;
    bottom: -7.778vw;
    left: 29.444vw;
}

section.car_4 {
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100vh;
    background-color: #f3dbc3;
}

.car_4_right article {
    letter-spacing: -0.007vw;
}

.car_4_right article p {
    margin-bottom: 1.528vw;
}

.car_4_right_btn .site_button {
    padding: 0.625vw 9.792vw 0.625vw 0.625vw;
}
.cl1_arrow2 {
    position: absolute;
    width: 3.472vw;
    height: 7.292vw;
    bottom: 2.778vw;
    right: auto;
    left:2.778vw;
    z-index: 99;
    cursor: pointer;
    transform:rotate(180deg)
}
}
@media (max-width: 1140px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 768px) {

    section.car_4 {
        height: auto;
        padding-bottom: 21.333vw;
    }

    section.car_4 .section_inner {
        flex-direction: column;
        max-width: unset;
        width: 100%;
        padding-top: 18.133vw;
    }

    .car_4_left {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 18.400vw;
    }

    .car_4_img {
        width: 51.013vw;
        height: 62.933vw;
        border-radius: 2.133vw;
    }

    .car_4_right h3 {
        font-size: 9.867vw;
        line-height: 1;
        text-align: center;
        margin-bottom: 8.800vw;
        position: relative;
    }

    .car_4_right article {
        max-width: 100%;
        text-align: center;
        font-size: 2.933vw;
        line-height: 1.36;
        width: 74.933vw;
        margin: 0 auto;
    }

    .car_4_right {
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    .car_4_right article p {
        line-height: 1.37;
        margin-bottom: 4.267vw;
    }

    .car_4_right h6 {
        width: 100%;
        text-align: center;
        font-size: 3.733vw;
        line-height: 1.07;
        width: 82.133vw;
        margin: 11.733vw auto 0 auto;
    }

    .car_4_right_btn {
        margin-top: 12.533vw;
        width: 61.600vw;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.867vw;
        text-align: left;
    }

    .car_4_right_btn .site_button {
        padding: 2.667vw 32.213vw 2.480vw 3.627vw;
        font-size: 10px;
    }

    span.car_4_bg_color {
        left: 0;
        top: 46.400vw;
        bottom: 0;
        width: 100%;
        right: 0;
        border-radius: 48vw 48vw 0px 0px;
    }

}
@media (max-width: 550px) {

    section.car_4 {
        height: auto;
        padding-bottom: 7.333vw;
    }

    section.car_4 .section_inner {
        flex-direction: column;
        max-width: unset;
        width: 100%;
        padding-top: 18.133vw;
    }

    .car_4_left {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 17.6vw;
        margin-top: -2vw;
    }

    .car_4_img {
        width: 56.013vw;
        height: 66.933vw;
        border-radius: 2.133vw;
        transform: rotate(
0deg
);
    }

    .car_4_right h3 {
        font-size: 9.867vw;
        line-height: 1;
        text-align: center;
        margin-bottom: 7.8vw;
        position: relative;
    }

    .car_4_right article {
        max-width: 100%;
        text-align: center;
        font-size: 2.933vw;
        line-height: 1.36;
        width: 74.933vw;
        margin: 0 auto;
    }

    .car_4_right {
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    .car_4_right article p {
        line-height: 1.37;
        margin-bottom: 4.267vw;
    }

    .car_4_right h6 {
        width: 100%;
        text-align: center;
        font-size: 3.733vw;
        line-height: 1.07;
        width: 82.133vw;
        margin: 11.733vw auto 0 auto;
    }

    .car_4_right_btn {
        margin-top: 12.533vw;
        width: 61.600vw;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.867vw;
        text-align: left;
    }

    .car_4_right_btn .site_button {
        padding: 2.667vw 32.213vw 2.480vw 3.627vw;
        font-size: 10px;
    }

    span.car_4_bg_color {
        left: 0;
        top: 46.400vw;
        bottom: 0;
        width: 100%;
        right: 0;
        border-radius: 48vw 48vw 0px 0px;
    }

}
/*car_4 css start End*/


/*=====================================
Caruses Css Start End
=====================================*/





/* section 8 */
.cl8 {
    padding-top: 124px;
    margin-top: -260px;
    overflow: hidden;
    display: none;
}

.cl8 .section_inner {
    position: relative;
    z-index: 9;
}

.cl8_art {
    position: absolute;
    width: 1440px;
    height: 1440px;
    border-radius: 50%;
    background-color: #E1EAE9;
    top: -123px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.cl8 .section_inner h2 {
    padding-right: 15px;
    margin-bottom: 76px;
}

.cl8 .section_in {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.cl8_ig_img {
    display: flex;
    margin-left: -66px;
    margin-right: -46px;
}

.cl8_ig_img a {
    margin: 0 12.5px;
}

.cl8_ig_link_wrap {
    padding: 11px 0;
    border-top: solid 1px #202020;
    border-bottom: solid 1px #202020;
    background-color: #E1EAE9;
}

.cl8_ig_link {
    margin: 0 18px;
}

.cl8_ig_link a {
    font-family: 'ESRebondGrotesque';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.8px;
    text-align: center;
    color: #202020;
    text-transform: uppercase;
}

/* responsive */
@media (max-width: 1440px) {
    .cl8 {
        padding-top: 8.611vw;
        margin-top: -18.056vw;
        z-index: 12;
    }

    .cl8_art {
        width: 100vw;
        height: 100vw;
        top: -8.542vw;
    }

    .cl8 .section_inner h2 {
        padding-right: 1.042vw;
        margin-bottom: 5.278vw;
    }

    .cl8 .section_in {
        width: 100vw;
        z-index: 12;
        position: relative;
    }

    .cl8_ig_img {
        margin-left: -4.583vw;
        margin-right: -3.194vw;
    }

    .cl8_ig_img a {
        margin: 0 0.868vw;
    }

    .cl8_ig_link_wrap {
        padding: 0.764vw 0;
    }

    .cl8_ig_link {
        margin: 0 1.25vw;
    }

    .cl8_ig_link a {
        font-size: 1.111vw;
        letter-spacing: -0.056vw;
    }
}

@media (max-width: 1140px) {
    .cl8_ig_link a {
        font-size: 1.404vw;
        letter-spacing: -0.078vw;
    }
}

@media (max-width: 1024px) {

    .cl8_ig_link a {
        font-size: 1.563vw;
        letter-spacing: -0.078vw;
    }
}

@media (max-width: 768px) {
    .cl8 {
        padding-top: 12.505vw;
        margin-top: 0;
        background-color: #fdf9f6;
    }

    .cl8:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 70%;
        background-color: #FCEFE9;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .cl8_art {
        width: 130%;
        height: 106vw;
        top: -6vw;
    }

    .cl8 .section_inner h2 {
        padding-right: 0;
        margin-bottom: 6.445vw;
    }

    .cl8 .section_in {
        width: 100vw;
    }

    .cl8_ig_img {
        margin-left: -25vw;
        margin-right: -25vw;
        padding-bottom: 7.949vw;
        background-color: #E1EFEF;
    }

    .cl8_ig_img a {
        margin: 0 1.628vw;
    }

    .cl8_ig_link_wrap {
        padding: 1.432vw 0;
        background-color: #E1EFEF;
    }

    .cl8_ig_link {
        margin: 0 2.344vw;
    }

    .cl8_ig_link a {
        font-size: 2.095vw;
        line-height: 1.36;
        letter-spacing: normal;
    }
}

@media (max-width: 550px) {
    .cl8 {
        padding-top: 30.2vw;
        display: block;
        background-color: #fdf9f6;
        padding-top: 44vw;
    }

    .cl8_art {
        width: 103%;
        top: -30.5vw;
    }

    .cl8 .section_inner h2 {
        margin-bottom: 9vw;
    }

    .cl8_ig_img {
        margin-left: -51.7vw;
        margin-right: -51.7vw;
        padding-bottom: 11.1vw;
    }

    .cl8_ig_img a {
        margin: 0 2.273vw;
    }

    .cl8_ig_link_wrap {
        padding: 2vw 0;
    }

    .cl8_ig_link {
        margin: 0 3.273vw;
    }

    .cl8_ig_link a {
        font-size: 2.926vw;
    }
}



/* footer */
#section-footer{
    position: relative;
    z-index: 11;
    background-color: #fdf9f6;
    display: none;
}
.cl_footer {
    padding-top: 55px;
    padding-bottom: 36px;
}

.cl_footer .section_inner {
    width: 1240px;
    position: relative;
}

.cl_footer .section_inner h2 {
    font-size: 38px;
    padding-right: 25px;
    margin-bottom: 37px;
}

.cl_footer .section_inner h2 span {
    cursor: pointer;
}

.cl_footer_logo {
    width: 94px;
    margin: 0 auto 48px;
}

.cl_footer_logo img {
    margin-left: -12px;
}

.cl_brandup {
    font-family: 'Dallas';
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.2px;
    position: relative;
    z-index: 99;
}

.cl_brandup a {
    text-decoration: underline;
    color: #202020;
}

.cl_footer_copyright {
    display: flex;
    flex-wrap: wrap;
    font-family: 'ESRebondGrotesque';
    font-size: 8.5px;
    line-height: 2.25;
    letter-spacing: 0.45px;
    position: absolute;
    width: 100%;
    bottom: -5px;
}

.cl_fc_left {
    width: 50%;
    padding-left: 9px;
}

.cl_fc_right {
    width: 50%;
    text-align: right;
    padding-right: 28px;
}

/* responsive */
@media (max-width: 1440px) {
    .cl_footer {
        padding-top: 3.819vw;
        padding-bottom: 2.5vw;
    }

    .cl_footer .section_inner {
        width: 86.111vw;
    }

    .cl_footer .section_inner h2 {
        font-size: 2.639vw;
        padding-right: 1.736vw;
        margin-bottom: 2.569vw;
    }

    .cl_footer_logo {
        width: 6.528vw;
        margin: 0 auto 3.333vw;
    }

    .cl_footer_logo img {
        margin-left: -0.833vw;
    }

    .cl_brandup {
        font-size: 1.111vw;
        letter-spacing: -0.014vw;
    }

    .cl_footer_copyright {
        font-size: 0.59vw;
        letter-spacing: 0.031vw;
        width: 100%;
        bottom: -0.347vw;
    }

    .cl_fc_left {
        padding-left: 0.625vw;
    }

    .cl_fc_right {
        padding-right: 1.944vw;
    }
}

@media (max-width: 1140px) {

    .cl_footer .section_inner h2 {
        font-size: 3.333vw;
    }

    .cl_brandup {
        font-size: 1.404vw;
    }

    .cl_footer_copyright {
        font-size: 0.746vw;
    }

}

@media (max-width: 1024px) {

    .cl_footer .section_inner h2 {
        font-size: 3.711vw;
    }

    .cl_brandup {
        font-size: 1.563vw;
    }

    .cl_footer_copyright {
        font-size: 0.83vw;
    }

}

@media (max-width: 768px) {
    .cl_footer {
        padding-top: 6vw;
        padding-bottom: 5vw;
    }

    .cl_footer .section_inner {
        width: 100vw;
        padding: 0 2.448vw;
    }

    .cl_footer .section_inner h2 {
        font-size: 3.8vw;
        line-height: 1;
        letter-spacing: normal;
        padding-right: 0;
        margin-bottom: 1.811vw;
    }

    .cl_footer_logo {
        width: 10vw;
        margin: 0 auto 5vw;
    }

    .cl_footer_logo img {
        margin-left: 0;
    }

    .cl_brandup {
        font-size: 2vw;
        line-height: normal;
        letter-spacing: normal;
    }

    .cl_footer_copyright {
        font-size: 1.5vw;
        line-height: 1.14;
        letter-spacing: normal;
        width: 94vw;
        bottom: unset;
        top: 3.231vw;
    }

    .cl_fc_left {
        padding-left: 0.343vw;
    }

    .cl_fc_right {
        padding-right: 0.587vw;
    }

}

@media (max-width: 550px) {
    .cl_footer {
        padding-top: 5.7vw;
        padding-bottom: 5.5vw;
    }

    .cl_footer .section_inner {
        padding: 0 5vw;
    }

    .cl_footer .section_inner h2 {
        font-size: 3.723vw;
        margin-bottom: 3.7vw;
    }

    .cl_footer_logo {
        width: 12.3vw;
        margin: 0 auto 4.2vw;
    }

    .cl_brandup {
        font-size: 2.926vw;
    }

    .cl_footer_copyright {
        font-size: 2.5vw;
        width: 90vw;
        top: 6.6vw;
    }

    .cl_fc_left {
        padding-left: 0.7vw;
    }

    .cl_fc_right {
        padding-right: 1.2vw;
    }
}