﻿.sldCon {
    width: 100%;
    transition: ease .3s;
}

    .sldCon .owl-dots {
        display: none !important;
    }

.sld {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80vh;
}

    .sld .owl-nav {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 40px;
        display: none;
    }

.sldTxCon {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 45%;
    left: 9vw;
    padding-right: 50px;
    box-sizing: border-box;
}

.sld h2 {
    margin-bottom: 30px;
    font-family: avenirnextltpro-regular;
    font-size: 17px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #ffffff;
}

.sld h3 {
    font-family: georgia;
    font-size: 67px;
    line-height: 1.3em;
    color: #ffffff;
}

.sldLnkCon {
    display: flex;
    width: max-content;
    margin: 30px 0 40px 0;
}

.sldLnkClr {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    background-color: #CEA842;
    border-radius: 100vw;
    transition: ease .3s;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    font-family: avenirnextltpro-regular;
    font-size: 15px;
    color: #ffffff;
}

    .sldLnkClr:hover {
        opacity: .6;
    }

.sldLnk {
    display: flex;
    align-items: center;
    height: 50px;
    margin-left: 15px;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 100vw;
    border: 1px solid #CEA842;
    transition: ease .3s;
    font-family: avenirnextltpro-regular;
    font-size: 15px;
    color: #CEA842;
}

    .sldLnk:hover {
        opacity: .7;
    }

.sldImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sldBt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

.sldBtCn {
    width: 100%;
}


    .sldBtCn h1 {
        width: 70%;
        font-family: avenirnextltpro-regular;
        font-size: 17px;
        letter-spacing: 0.05em;
        font-weight: 500;
        margin-bottom: 50px;
        color: #fff;
    }

    .sldBtCn img {
        height: 74px;
    }

.sldBt h2 {
    width: 50%;
    font-family: georgia;
    font-size: 38px;
    color: #fff;
}

.dblSldCon {
    width: 100%;
    background-color: #fff;
}

    .dblSldCon .owl-theme .owl-dots {
        display: none;
    }

.clrConTp {
    width: 100%;
/*    background-color: #F7F8F8;
*/    border-bottom: 1px solid #fff;
}

.clrCon {
    width: 100%;
/*    background-color: #F7F8F8;
*/}

.whCon {
    width: 100%;
    background-color: #fff;
}

.dblSld {
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

    .dblSld .owl-nav {
        top: -80px;
    }

.dblSldItm {
    display: flex;
    align-items: center;
    width: 100%;
}

.dblSldTxCon {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 60%;
    padding-right: 100px;
    box-sizing: border-box;
}

    .dblSldTxCon h3 {
        margin-bottom: 10px;
        font-family: avenirnextltpro-regular;
        font-size: 18px;
        line-height: 1.1;
        text-align: right;
        color: #CEA842;
    }

.dblSldBs {
    position: relative;
}

    .dblSldBs h2 {
        position: relative;
        z-index: 2;
        font-family: avenirnextltpro-regular;
        font-size: 48px;
        line-height: 1.1;
        letter-spacing: -2px;
        text-align: right;
        color: #fff
    }

.dblSldTxCon p {
    margin-top: 40px;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    line-height: 1.6;
    text-align: right;
    color: #fff
}

.dblSldImg {
    width: 45%;
    box-sizing: border-box;
    height: fit-content;
    border-radius: 30px;
}

.cntLnk {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: ease .3s;
    margin-top: 30px;
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    color: #CEA842;
}

.cntLnkIcn {
    margin-left: 10px;
    height: 10px;
}

.cntLnk:hover {
    padding: 0 0 0 5px;
}

.cntLnkOv {
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 30px;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 100vw;
    border: 1px solid #2E2E2E;
    transition: ease .3s;
    background-color: #2E2E2E;
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    color: #fff;
}

.dfEd .cntLnkOv {
    margin-top: 10px;
}


.cntLnkIcnOv {
    margin-left: 10px;
    height: 12px;
    transition: ease .3s;
}

.cntLnkOv:hover .cntLnkIcnOv {
    margin-left: 15px;
}

.cntLnkOv:hover {
    padding-right: 25px;
}

.mltSldOneBg {
    width: 100%;
/*    background-color: #F7F8F8;
*/}

.mstBsCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 55px 30px 55px;
    box-sizing: border-box;
}

.mstBsConBs {
    position: relative;
    display: flex;
    justify-content: center;
}

.mstBsCon h2 {
    position: relative;
    font-family: avenirnextltpro-regular;
    font-size: 48px;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #fff;
    font-weight: 700;
}

.txLn {
    position: absolute;
    bottom: 0;
}

.mltSldBtn {
    display: flex;
    max-width: 1700px;
    padding: 0 55px 70px 55px;
    margin: 0 auto;
    justify-content: center;
    box-sizing: border-box;
}

    .mltSldBtn a {
        color: #CEA842;
    }



.mltSldBtnBs {
    display: inline-block;
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    padding: 20px 40px;
    cursor: pointer;
    border: 1px solid #CEA842;
}

    .mltSldBtnBs:hover {
        background-color: #CEA842;
        border: 1px solid #CEA842;
        color: #fff;
    }

.mstBsCon h4 {
    margin-bottom: 10px;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    text-align: center;
    line-height: 1.1;
    color: #CEA842;
}

.mstBsCon h3 {
    margin-top: 30px;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    color: #fff;
}

.mstBsImg {
    width: 100%;
    max-width: 800px;
    margin-top: 30px;
    border-radius: 15px;
}

.mltSld {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 55px 60px 55px;
    box-sizing: border-box;
}

.mltSldOneImg {
    width: 100%;
    margin-bottom: 30px;
    /*    border-radius: 30px;
*/
}

.bsImg {
    margin-top: 50px;
}

.bs {
    font-family: proximanova_regular;
    font-size: 17px;
    color: #fff;
    font-weight: 550;
    margin-bottom: 10px;
}

.altBs {
    font-family: proximanova_regular;
    font-size: 15px;
    color: #fff;
}

.owl-theme .owl-dots {
    /*    display: flex;
*/
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-top: 40px;
    display: none;
}

.owl-nav {
    position: absolute;
    top: -130px;
    right: 55px;
    display: none;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    padding: 4px !important;
    border: none;
    cursor: pointer;
    zoom: 1;
    background-color: transparent;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 17px;
        height: 17px;
        border: 1px solid #aaa;
        display: block;
        -webkit-backface-visibility: visible;
        transition: .2s ease;
        border-radius: 30px;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        width: 24px;
        height: 24px;
        border: none;
        background: #CEA842;
    }

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    /*z-index: 1.i*/
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border-radius: 100vw !important;
        transition: ease 0.4s;
        border: none;
        background: #CEA842 url(../../images/oval-link-icon-prev.svg) no-repeat center center;
        background-size: 15px;
    }

    .owl-carousel .owl-next {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border-radius: 100vw !important;
        transition: ease 0.3s;
        border: none;
        background: #CEA842 url(../../images/oval-link-icon.svg) no-repeat center center;
        background-size: 15px;
    }

    .owl-carousel .owl-prev span {
        display: none;
    }

    .owl-carousel .owl-next span {
        display: none;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

    .owl-carousel .owl-nav button.owl-next:hover {
        opacity: .8;
    }

    .owl-carousel .owl-nav button.owl-prev:hover {
        opacity: .8;
    }

.vdCon {
    background-color: #fff;
}

.vd {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.vdImgCon {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.vdImg {
    width: 100%;
    object-fit: cover;
}

.vdInf {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 20px;
    right: 20px;
    left: 20px;
    font-family: avenirnextltpro-regular;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #fff;
}

.vdInfIcn {
    height: 65px;
    margin-right: 20px;
}

.gg {
    width: 100%;
    background-color: #F7F8F8;
}

.ggLg {
    display: flex;
    margin-top: 30px;
}

.ggLgImg {
    margin-right: 15px;
    height: 70px;
}

.ggItm {
    display: flex;
    width: 100%;
    border-radius: 30px;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
}

.ggPrf {
    display: flex;
    flex-shrink: 0;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-right: 25px;
    border-radius: 100vw;
}

.ggItmRg {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ggItmTp {
    display: flex;
    align-items: center;
    width: min-content;
}

.ggItmTpBs {
    flex-shrink: 0;
    font-family: avenirnextltpro-regular;
    font-size: 17px;
    color: #fff
}

.ggItmTpImg {
    height: 13px;
    margin-left: 10px;
}

.ggItmTx {
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: avenirnextltpro-regular;
    font-size: 15px;
    line-height: 23px;
    color: #fff
}

.ssCon {
    display: flex;
    align-items: center;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}


.ssBsCon {
    display: flex;
    flex-direction: column;
    padding-right: 80px;
    box-sizing: border-box;
    border-right: 5px solid #CEA842;
}

.ssBs {
    position: relative;
}

    .ssBs h2 {
        font-family: georgia;
        font-size: 42px;
        line-height: 1.1;
        letter-spacing: -2px;
        color: #fff;
    }

.ssLnk {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    color: #CEA842;
}

.ssRg {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
}

.ssItm {
    width: 100%;
    margin-bottom: 35px;
    overflow: hidden;
}

.ssTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    transition: ease 0.4s;
    cursor: pointer;
}

    .ssTit h2 {
        padding-right: 10px;
        font-family: avenirnextltpro-regular;
        font-size: 17px;
        line-height: 1.4;
        color: #fff
    }

.ssIcn {
    display: flex;
    flex-shrink: 0;
    width: 11px;
    height: 11px;
    transition: ease 0.4s;
    overflow: hidden;
}

    .ssIcn img {
        width: 22px;
    }

/*.ssItm:hover .ssIcn {
    transform: rotate(0);
}*/

.ssRg .ssActive .ssIcn img {
    margin-left: -11px;
}

.ssRg .ssActive h2 {
    color: #CEA842;
}

.sslCnt {
    max-height: 0;
    padding-right: 40px;
    box-sizing: border-box;
    transition: ease 0.4s;
    font-family: avenirnextltpro-regular;
    font-size: 15px;
    line-height: 1.6;
    color: #fff
}

    .sslCnt p {
        margin: 0 !important;
    }

.blg {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.blgImgCon {
    position: relative;
    overflow: hidden;
}

.blgImg {
    width: 100%;
    object-fit: cover;
}

.blgTxCon {
    position: relative;
    padding-top: 30px;
}

    .blgTxCon h2 {
        margin: 0 0 10px 0;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: avenirnextltpro-regular;
        line-height: 1.1;
        font-size: 17px;
        color: #fff;
        font-weight: 700;
    }

    .blgTxCon p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: avenirnextltpro-regular;
        font-size: 16px;
        line-height: 1.6;
        color: #fff;
    }

    .blgTxCon a {
        margin-top: 10px;
        font-family: avenirnextltpro-regular;
        font-size: 14px;
        line-height: 1.1;
        color: #CEA842;
    }

.blgCdr {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: -40px;
    right: 40px;
    width: 70px;
    height: 50px;
    border-radius: 7px;
    background-color: #CEA842;
    z-index: 1;
}

.blgCdrBs {
    font-family: avenirnextltpro-regular;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.pgHdCon {
    width: 100%;
    background-color: #3B3B3B;
}

.pgHd {
    display: flex;
    flex-direction: column;
    max-width: 1700px;
    margin: 0 auto;
    padding: 40px 55px;
    box-sizing: border-box;
}

.pgHdMapCon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pgHdMap {
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    color: #fff;
}

.pgHd h2 {
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
}

.pgHd h3 {
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    color: #CEA842;
}

.pgHd h4 {
    font-family: avenirnextltpro-regular;
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
}

.pgHdIcn {
    width: 4px;
    height: 4px;
    margin: 0 20px;
    border-radius: 100vw;
    background-color: #333333;
}

.cntHd {
    display: flex;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

.cntHdLf {
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
}

.cntHdLfBs {
    position: relative;
}

    .cntHdLfBs h2 {
        font-family: avenirnextltpro-regular;
        font-size: 72px;
        line-height: 1.1;
        color: #fff
    }

.cntHdLf h3 {
    margin: 40px 0 30px 0;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #fff
}

.cntHdRg {
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
}

.cntHdRgBs {
    margin-bottom: 20px;
    font-family: avenirnextltpro-regular;
    font-size: 26px;
    line-height: 1.1;
    color: #fff
}

.cntHdRgItm {
    display: flex;
    align-items: start;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #fff
}

    .cntHdRgItm a {
        display: flex;
        align-items: center;
        color: #fff
    }

.cntHdRgItmMrg {
    margin-left: 25px;
}

.cntHdRgIcn {
    width: 20px;
    margin-right: 10px;
}

.cntHdRgBtBs {
    margin: 20px 0;
    font-family: avenirnextltpro-regular;
    font-size: 20px;
    line-height: 1.1;
    color: #fff
}

    .cntHdRgBtBs a {
        color: #CEA842;
    }

.cntCon {
    display: flex;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 55px 120px 55px;
    box-sizing: border-box;
}

.cntImg {
    width: 50%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#uptPnlCnt {
    width: 50%;
}

.frmCon {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 80px 40px;
    box-sizing: border-box;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #CEA842;
}

.frmBs {
    margin-bottom: 20px;
    font-family: avenirnextltpro-regular;
    font-size: 26px;
    line-height: 1.1;
    color: #fff;
}

.frmTx {
    margin-bottom: 30px;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
}

.frmItm {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.txt {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    font-family: avenirnextltpro-regular;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 100vw;
    border: none;
    outline: none;
}

.txt {
    border-radius: 25px;
}

.frmCon .txt::placeholder {
    color: #000
}

.frmCon .txt:-ms-input-placeholder {
    color: #000
}

.frmCon .txt::-ms-input-placeholder {
    color: #000
}

.txtRq {
    margin-left: -25px;
    font-family: avenirnextltpro-regular;
    font-size: 17px;
    color: #fff;
}

.fu {
    width: 100%;
    padding: 15px;
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    background-color: #8c655b;
    border: none;
}

.frmBtnCon {
    display: flex;
    flex-direction: column;
}

.btn {
    display: flex;
    align-items: center;
    width: max-content;
    height: 50px;
    margin-left: 15px;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 100vw;
    border: 1px solid #fff;
    background-color: transparent;
    transition: ease .3s;
    font-family: avenirnextltpro-regular;
    font-size: 17px;
    color: #fff;
}

    .btn:hover {
        background-color: #9d1223;
        transition: ease .3s;
    }

.lbl {
    font-family: avenirnextltpro-regular;
    font-size: 14px;
    color: #D90E16;
}

.mapCon {
    width: 100%;
    padding-bottom: 120px;
}

.map {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 55px;
    box-sizing: border-box;
}

    .map iframe {
        width: 100%;
        height: 600px;
        border-radius: 30px;
        overflow: hidden;
    }

.blgSldBg {
    width: 100%;
    background-color: #fff;
}

.blgSldCon .owl-nav {
    display: flex;
    justify-content: space-between;
    top: -45px;
    left: 0;
    right: 0;
}

    .blgSldCon .owl-nav [class*=owl-] {
        margin: 0;
    }

    .blgSldCon .owl-nav .owl-prev {
        position: absolute;
        top: 275px;
        left: 80px;
        border: 1px solid #fff;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .blgSldCon .owl-nav .owl-next {
        position: absolute;
        top: 275px;
        right: 80px;
        border: 1px solid #fff;
        background-color: rgba(0, 0, 0, 0.4);
    }

.blgSldCon {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
    padding: 120px 55px 120px 55px;
    box-sizing: border-box;
}

.blgSld {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border-radius: 30px;
}

.blgSldImgCon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.blgSldImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.blgSldTxCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.blgSld h2 {
    margin: 40px 0 10px 0;
    font-family: avenirnextltpro-regular;
    font-size: 36px;
    line-height: 1.1;
    text-align: center;
    color: #000;
}

.blgSldTrh {
    margin: 20px 0 10px 0;
    font-family: avenirnextltpro-regular;
    font-size: 14px;
    text-align: center;
    color: #000;
}

.blgSld h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: avenirnextltpro-regular;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    color: #000;
}

.pgBlgCon {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

.pgBlg {
    display: flex;
    flex-direction: column;
    width: calc(33.3333% - 20px);
    margin: 10px;
    padding-bottom: 30px;
    border-radius: 30px;
}

.abtHdCon {
    background-color: #fff;
}

.abtHd {
    display: flex;
    align-items: center;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

.abtHdImg {
    width: 45%;
    padding-right: 50px;
    box-sizing: border-box;
}

.abtHdTxCon {
    display: flex;
    flex-direction: column;
    width: 55%;
    padding-left: 50px;
    box-sizing: border-box;
}

.abtHdBs {
    position: relative;
}

    .abtHdBs h2 {
        font-family: avenirnextltpro-regular;
        font-size: 72px;
        line-height: 1.1;
        color: #fff
    }

.abtHdTx {
    margin: 40px 0 30px 0;
    font-family: avenirnextltpro-regular;
    font-size: 24px;
    line-height: 1.6;
    color: #fff
}

.ssPgTp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    padding: 0 55px 50px 55px;
    box-sizing: border-box;
    background-color: #ececec;
}

.ssSh {
    display: flex;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.txtSsSh {
    width: 300px;
    padding: 18px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
    font-family: avenirnextltpro-regular;
    font-size: 14px;
    color: #BCBCBC;
}

.ssPgTp .txtSsSh::placeholder {
    color: #BCBCBC;
}

.ssPgTp .txtSsSh:-ms-input-placeholder {
    color: #BCBCBC;
}

.ssPgTp .txtSsSh::-ms-input-placeholder {
    color: #BCBCBC;
}

.ssShBtn img {
    height: 20px;
}

.ssPgTpItmCon {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: -50px auto 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.ssPgTpItm {
    display: flex;
    align-items: center;
    width: calc(25% - 30px);
    height: 100px;
    margin: 0 15px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #CEA842;
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    color: #fff;
}

.ssPgTpItmImg {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    margin-right: 20px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #F7F8F8;
}

    .ssPgTpItmImg img {
        width: 100%;
    }

.ssPgCon {
    display: flex;
    flex-direction: column;
    max-width: 1700px;
    margin: 0 auto;
    padding: 30px 55px;
    box-sizing: border-box;
}

.btnSsSh {
    display: none;
}

.ssPgItm {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #CEA842;
    border-radius: 4px;
    background-color: #CEA842;
}

.ssPgTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    transition: ease 0.4s;
    cursor: pointer;
}

    .ssPgTit h2 {
        font-family: avenirnextltpro-regular;
        font-size: 17px;
        line-height: 1.4;
        color: #fff
    }


.ssPgItm .ssActive {
    background-color: #ececec;
}

    .ssPgItm .ssActive .ssIcn img {
        margin-left: -11px;
    }

    .ssPgItm .ssActive h2 {
        color: #CEA842;
    }

.ssPgCnt {
    height: 0;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    transition: ease 0.4s;
    font-family: avenirnextltpro-regular;
    font-size: 15px;
    line-height: 1.6;
    color: #fff
}

    .ssPgCnt p {
        padding: 0;
        margin: 0;
    }

.ssBtTx {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 55px 120px 55px;
    box-sizing: border-box;
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    color: #fff
}

    .ssBtTx a {
        font-family: avenirnextltpro-regular;
        color: #CEA842;
    }

.blgDtyCon {
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

    .blgDtyCon h2 {
        font-family: avenirnextltpro-regular;
        font-size: 42px;
        line-height: 1.1;
        letter-spacing: -2px;
        color: #fff
    }

.blgDtyTrh {
    margin-top: 5px;
    font-family: avenirnextltpro-regular;
    font-size: 14px;
    color: #999999;
}

.blgDty {
    margin-top: 30px;
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    line-height: 1.6;
    color: #fff
}

.bfAfCon {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    padding: 80px 40px;
    box-sizing: border-box;
}

.bfAf {
    margin: 15px;
    width: calc(25% - 30px);
    border-radius: 15px;
}

.exFrmCon {
    width: 100%;
    background-color: #F7F8F8;
}

.exFrmCen {
    display: flex;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

.hzmBxCon {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 40px 30px 40px;
    box-sizing: border-box;
}

.hzmBx {
    display: flex;
    align-items: center;
    width: calc(25% - 30px);
    margin: 0 15px;
    padding: 30px;
    box-sizing: border-box;
    cursor: pointer;
    transition: ease .3s;
    background-color: #CEA842;
}

    .hzmBx:hover {
        background-color: #CEA842;
    }

.hzmBxIcn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 87px;
    height: 87px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #fff;
}

    .hzmBxIcn img {
        width: 40px;
    }

.hzmBxTx {
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    color: #222222;
}

.hzmBx:hover .hzmBxTx {
    color: #fff;
}

.hzmBxCntCon {
    max-width: 1700px;
    margin: 0 auto 30px auto;
    padding: 0 55px 80px 55px;
    box-sizing: border-box;
}

.hzmBxCnt {
    display: none;
    width: 100%;
    padding: 60px 55px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #ececec;
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    color: #222222;
}

.exFrmLf {
    display: flex;
    flex-direction: column;
    width: 45%;
    padding-right: 50px;
    box-sizing: border-box;
}

.exFrmLfBs {
    position: relative;
    margin-bottom: 40px;
}

    .exFrmLfBs h2 {
        position: relative;
        font-family: avenirnextltpro-regular;
        font-size: 58px;
        line-height: 1.1;
        letter-spacing: -2px;
        color: #fff
    }

.exFrmBx {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 550px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #dedede;
    border-radius: 20px;
    background-color: #fff;
}

.exFrmBxCnt {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.exFrmBxLf {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

    .exFrmBxLf img {
        width: 100px;
        border-radius: 5px;
    }

.exFrmBxLfGrf {
    width: 18px;
    height: 270px;
    border-radius: 15px;
    background-color: #91BC00;
}

.exFrmBxCen {
    display: flex;
    flex-direction: column;
}

.exFrmBxCenItm {
    margin-bottom: 40px;
    font-family: poppins-semibold;
    font-size: 20px;
    color: #959595;
}

    .exFrmBxCenItm:nth-child(2) {
        font-size: 18px;
    }

    .exFrmBxCenItm:nth-child(3) {
        font-size: 16px;
    }

    .exFrmBxCenItm:nth-child(4) {
        font-size: 14px;
    }

    .exFrmBxCenItm:nth-child(5) {
        font-size: 12px;
    }

    .exFrmBxCenItm:nth-child(6) {
        font-size: 11px;
    }

.exFrmBxRg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .exFrmBxRg img {
        width: 100px;
        border-radius: 5px;
    }

.exFrmBxRgGrf {
    width: 18px;
    height: 200px;
    border-radius: 15px;
    background-color: #BC0000;
}

.exFrmBtBs {
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #F1F1F1;
    font-family: poppins-semibold;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    color: #fff
}

.exFrmBt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 5px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #F7F8F8;
}

.exFrmBtItm {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    padding: 10px 13px;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    font-family: avenirnextltpro-regular;
    font-size: 14px;
    color: #000;
}

    .exFrmBtItm:hover {
        background-color: #BAE9EF !important;
    }

    .exFrmBtItm:nth-child(1) {
        background-color: #00abba;
        color: #fff;
    }

.exFrmRg {
    display: flex;
    flex-direction: column;
    width: 60%;
    box-sizing: border-box;
}

    .exFrmRg a {
        width: 100%;
    }

.exFrmVd {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}

.exFrmVdCvr {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exFrmVdIcn {
    position: absolute;
    width: 150px;
}


.exFrmRg h2 {
    margin-top: 80px;
    font-family: avenirnextltpro-regular;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #fff
}

.exFrmRg .ssRg {
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
}

.exFrmRg .ssItm {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}


.exFrmRg .ssRg h2 {
    display: flex;
    margin-top: 0;
    font-family: poppins-semibold;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #fff
}

.exFrmRg .ssRg .ssActive h2 {
    color: #CEA842;
}

.exFrmRg .ssRg h2 span {
    margin-right: 5px;
    opacity: .3;
    color: #CEA842;
}

.exFrmRg .ssRg .ssActive h2 span {
    opacity: 1;
}

.dfEdCon {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 55px 120px 55px;
    box-sizing: border-box;
    border-radius: 30px;
    overflow: hidden;
}

    .dfEdCon .owl-stage-outer {
        border-radius: 30px;
        overflow: hidden;
    }

.dfEd {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px 40px 30px 40px;
    box-sizing: border-box;
    border-radius: 30px;
    overflow: hidden;
    background-color: #CEA842;
}

    .dfEd h2 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: avenirnextltpro-regular;
        font-size: 28px;
        line-height: 1.1;
        letter-spacing: -2px;
        text-align: center;
        color: #fff
    }

    .dfEd p {
        margin-top: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: avenirnextltpro-regular;
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
        color: #fff
    }


.rdrcCon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 120px 55px 0 55px;
    box-sizing: border-box;
}

.rdrc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    padding: 50px;
    box-sizing: border-box;
}

.rdrcBs {
    font-family: marcellus;
    font-size: 170px;
    letter-spacing: -1.5px;
    font-weight: normal;
    text-align: center;
    color: #000;
}

.rdrcTx {
    font-family: Lato;
    font-size: 26px;
    line-height: 20px;
    text-align: center;
    color: #000;
}

.rdrc a {
    margin-top: 30px;
    width: min-content;
}

.rdrcBtn {
    width: 180px;
    height: 50px;
    margin-top: 25px;
    border-radius: 7px;
    background: #000;
    font-family: lato;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.spcSrcCon {
    display: flex;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 40px;
    box-sizing: border-box;
}

.spcSrc {
    display: flex;
    flex-direction: column;
    width: calc(33.3333% - 30px);
    margin: 0 15px 30px 15px;
    padding: 35px 35px 35px 35px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #CEA842;
}

    .spcSrc:nth-child(1) {
        background: #3B3B3B;
    }

    .spcSrc h2 {
        font-family: avenirnextltpro-regular;
        font-size: 22px;
        line-height: 1.1;
        color: #fff
    }

    .spcSrc p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 30px;
        font-family: avenirnextltpro-regular;
        font-size: 18px;
        line-height: 1.6;
        color: #fff
    }

    .spcSrc a {
        margin-top: 10px;
        font-family: avenirnextltpro-regular;
        font-size: 14px;
        line-height: 1.1;
        color: #CEA842;
    }

.sldHkCon {
/*    background-color: #fff;
*/}

.sldHk {
    display: flex;
    align-items: center;
    max-width: 1700px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}

.sldHkImg {
    width: 40%;
}

    .sldHkImg img {
        width: 100%;
        border-radius: 5px;
    }

.sldHkTxCon {
    display: flex;
    flex-direction: column;
    width: 60%;
    padding-left: 100px;
    box-sizing: border-box;
}

    .sldHkTxCon h1 {
        margin-bottom: 10px;
        font-family: avenirnextltpro-regular;
        font-size: 18px;
        line-height: 1.1;
        color: #CEA842;
    }

.sldHkBs {
    position: relative;
    margin-bottom: 40px
}

    .sldHkBs h2 {
        position: relative;
        font-family: avenirnextltpro-regular;
        font-size: 48px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: -2px;
        color: #fff
    }

.sldHkTx {
    margin-bottom: 30px;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #fff
}

.othPgCon {
    width: 100%;
    margin: 0 auto;
    padding: 120px 60px;
    box-sizing: border-box;
}

.othPgMstBs {
    font-family: avenirnextltpro-regular;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 20px;
    color: #040404;
}

.othPgTx {
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #000000;
    opacity: 0.8;
}

.sldInf {
    position: absolute;
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    line-height: 1.3;
    right: 55px;
    bottom: 40px;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    background-color: #CEA842;
    border: 2px solid #CEA842;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.btnSpch {
    position: fixed;
    display: flex;
    align-items: center;
    right: 55px;
    bottom: 30px;
    padding: 12px 14px;
    border: 2px solid #CEA842;
    border-radius: 10px;
    overflow: hidden;
    background-color: #CEA842;
    box-shadow: 0 12px 24px 0 rgb(0 0 0 / 16%);
    -webkit-transition: background-position .2s,box-shadow .2s,bottom .2s;
    transition: background-position .2s,box-shadow .2s,bottom .2s;
    cursor: pointer;
}

    .btnSpch:hover {
        border: 2px solid #D97415;
        background-color: #D97415;
    }

.btnSpchIcn {
    width: 22px;
    margin-right: 8px;
    transition: ease .3s;
}

.btnSpchTx {
    display: inline-flex;
    height: 18px;
    transition: ease .3s;
    overflow: hidden;
    font-family: avenirnextltpro-regular;
    font-size: 14px;
    color: #fff;
}

.frKvkk {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}

.frKvkkOny {
    width: fit-content;
    cursor: pointer;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #E1C2BD;
}

.frKvkkRd {
    margin-top: 10px;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: avenirnextltpro-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
}

.kvkkPopUp {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 2;
}

.kvkkPopUpCnt {
    width: 100%;
    max-width: 1024px;
    height: 100%;
    padding: 60px 30px;
    box-sizing: border-box;
}

#kvkkCls {
    position: absolute;
    width: 25px;
    right: 25px;
    top: 25px;
    cursor: pointer;
    transition: ease .3s;
}

    #kvkkCls:hover {
        opacity: .5;
    }

.srkTrhCon {
    padding: 50px 55px;
}

.srkTrhCn {
    position: relative;
    max-width: 1100px;
    margin: auto;
    padding: 40px 0;
}

    .srkTrhCn::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #CEA842;
        transform: translateX(-50%);
        z-index: 0;
    }

.srkTrhItm {
    position: relative;
    width: 50%;
    padding: 30px 40px;
    box-sizing: border-box;
}

    .srkTrhItm.right {
        left: 50%;
        text-align: left;
    }

    .srkTrhItm.left {
        left: 0;
        text-align: right;
    }

    .srkTrhItm .srkTrhItmCn {
        background: white;
        padding: 20px 25px;
        border-radius: 10px;
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        z-index: 0;
    }

    .srkTrhItm::after {
        content: '';
        position: absolute;
        top: 30px;
        width: 20px;
        height: 20px;
        background: #CEA842;
        border: 4px solid #fff;
        border-radius: 50%;
        z-index: 0;
        left: 100%;
        transform: translateX(-50%);
        box-shadow: 0 0 0 2px #CEA842;
    }

    .srkTrhItm.left::after {
        left: 100%;
    }

    .srkTrhItm.right::after {
        left: 0;
    }

    .srkTrhItm h3 {
        font-family: avenirnextltpro-regular;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #2c3e50;
    }

    .srkTrhItm p {
        font-family: avenirnextltpro-regular;
        font-size: 14px;
        margin: 0;
        color: #555;
        line-height: 1.5;
    }



.yntmCon {
    max-width: 1500px;
    padding: 120px 55px;
    margin: 0 auto;
}

.yntmTp {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    background-color:#fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
    margin-bottom: 40px;
}

    .yntmTp img {
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
    }

    .yntmTp .name {
        margin-top: 15px;
        font-size: 1.8rem;
        font-weight: 700;
    }

    .yntmTp .title {
        margin-top: 6px;
        font-size: 1.1rem;
        color: #555;
    }


.yntmUyeCon {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.yntmUyeBx {
    flex: 1 1 200px;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 0.1);
    padding: 15px;
    display: flex;
    max-width: 300px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    background: #fff;
    transition: transform 0.2s ease;
}

    .yntmUyeBx:hover {
        transform: translateY(-5px);
    }

    .yntmUyeBx img {
        width: 100%;
        border-radius: 8px;
        object-fit: cover;
    }

.yntmUyeBs {
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
}

.yntmUyeAltBs {
    font-family: avenirnextltpro-regular;
    font-size: 14px;
    margin-top: 6px;
    color: #666;
    font-size: 0.95rem;
    text-align: center;
}




.mlBlgCon {
    max-width: 1500px;
    padding: 120px 55px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.mlBlg {
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    color:#fff;
}


.tsCon {
    max-width: 1500px;
    padding: 120px 55px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tsBx {
    position: relative;
    flex: 1 1 calc(50% - 10px);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

    .tsBx img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        display: block;
    }

.tsBxCn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.6));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: white;
}

.tsBxBs {
    font-family: avenirnextltpro-regular;
    font-size: 16px;
    font-weight: 600;
}

.tsBxAtBs {
    font-family: avenirnextltpro-regular;
    font-size: 14px;
    margin-top: 5px;
    opacity: 0.9;
}


.ftGlrCon {
    width: 100%;
}

.ftGlrCen {
    max-width: 1230px;
    margin: 0 auto;
    padding: 120px 55px;
    box-sizing: border-box;
}