:root{
    --main-cl: #d48929;
    --sub-cl: #712914;
    --container-w: 72.917rem;
    --font-body: 'Roboto Condensed';
    --font-title: 'Barlow';
    --font-sub-title: 'SVN-AmeyallindaSignature-Regular';
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.overflow-y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.overflow-y::-webkit-scrollbar {
    width: 4px;
    background-color: #cedbff;
}
.overflow-y::-webkit-scrollbar-thumb {
    background-color: var(--sub-cl);
}
input, optgroup, select, textarea{
    font-family: var(--font-body), 'sans-serif';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: unset !important;
    outline: none !important;
}
body{
    font-family: var(--font-body), 'sans-serif';
    background-color: #fff;
}
.grid-container{
    width: var(--container-w);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.p-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.text-white{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    overflow: hidden;
    position: relative;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts-05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs-11{
    font-size: 0.573rem;
}
.fs-12{
    font-size: 0.625rem;
}
.fs-13{
    font-size: 0.677rem;
}
.fs-14{
    font-size: 0.729rem;
}
.fs-15{
    font-size: 0.78125rem;
}
.fs-16{
    font-size: 0.833rem;
}
.fs-17{
    font-size: 0.885rem;
}
.fs-18{
    font-size: 0.9375rem;
}
.fs-19{
    font-size: 0.99rem;
}
.fs-20{
    font-size: 1.042rem;
}
.fs-21{
    font-size: 1.09375rem;
}
.fs-22{
    font-size: 1.146rem;
}
.fs-23{
    font-size: 1.198rem;
}
.fs-24{
    font-size: 1.25rem;
}
.fs-25{
    font-size: 1.302rem;
}
.fs-30{
    font-size: 1.5625rem;
}
.lh-20{
    line-height: 1.042rem;
}
.lh-21{
    line-height: 1.09375rem;
}
.lh-22{
    line-height: 1.146rem;
}
.lh-23{
    line-height: 1.198rem;
}
.lh-24{
    line-height: 1.25rem;
}
.lh-25{
    line-height: 1.302rem;
}
.lh-26{
    line-height: 1.354rem;
}
.lh-27{
    line-height: 1.40625rem;
}
.lh-28{
    line-height: 1.458rem;
}
.lh-29{
    line-height: 1.51rem;
}
.lh-30{
    line-height: 1.5625rem;
}
.lh-31{
    line-height: 1.615rem;
}
.lh-32{
    line-height: 1.667rem;
}
.lh-33{
    line-height: 1.71875rem;
}
.lh-34{
    line-height: 1.771rem;
}
.lh-40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.d-block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.m-0{
    margin: 0;
}
@keyframes scaleBorder {
    0%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        transform: scale(1.5);
        opacity: 0;
    }
}
.pl-cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr-cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left-cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right-cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h-full{
    height: 100%;
}
.w-full{
    width: 100%;
}
.ls-none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg-center{
    background-position: center;
}
.bg-custom{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-primary{
    background-color: var(--main-cl);
}
.bg-white{
    background-color: #FFF;
}

@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ml-auto{
    margin-left: auto;
}
.mr-auto{
    margin-right: auto;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.gradient-border{
    background-image: linear-gradient(#FFF0F9, #FFF0F9), radial-gradient(circle at top left, #D4922D,#FDBE5D);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.overflow-hidden{
    overflow: hidden;
}
.bdrs-20{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}
.show-mobile{
    display: none !important;
}
.overflow-hidden{
    overflow: hidden;
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #FFF;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--sub-cl);
    stroke-width: 0.5px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--main-cl);
    stroke-width: 0.5px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-1{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-2{
    fill: var(--main-cl)
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: var(--main-cl);
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 600;
}
header#header #masthead .header-inner{
    max-width: 75rem;
    padding: 0.78125rem 0;
    position: relative;
    z-index: 3;
}
header#header .header-wrapper{
    box-shadow: unset !important;
}
header#header .header-wrapper #masthead{
    height: auto !important;
    position: relative;
}
header#header .header-wrapper #masthead:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: #FFF;
    pointer-events: none;
    transition: all 0.4s;
    box-shadow: 0 0 10px rgba(153, 153, 153, 0.6) !important;
}
header#header .header-wrapper #masthead #logo{
    margin-right: 0 !important;
    width: 10.417rem !important;
}
header#header .header-wrapper #masthead .flex-right.hide-for-medium {
    width: 10.417rem;
    margin-left: 0;
}
header#header .header-wrapper #masthead .flex-right.hide-for-medium > ul{
    justify-content: flex-end;
}
header#header .header-wrapper #masthead #logo img{
    /*filter: brightness(0) invert(1);*/
    height: 3.90625rem;
}
header#header .header-wrapper #masthead .header-nav-main{
    justify-content: center;
}
header#header .header-wrapper #masthead .header-nav-main > li > a{
    font-family: 'Barlow';
    font-size: 1.042rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #333;
    display: block;
    margin: 0 0.625rem;
}
header#header .header-wrapper #masthead .header-nav-main > li > a.btn{
    margin: 0 !important;
}
header#header .header-wrapper #masthead .header-nav-main > li{
    margin: 0;
}
.btn{
    font-size: 16px !important;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.521rem 1.667rem !important;
    border-radius: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    transition: all 0.4s;
}
.btn.btn-primary{
    color: #FFF !important;
    background-color: var(--main-cl) !important;
}
.btn.btn-primary:hover{
    background-color: var(--sub-cl) !important;
}
header#header{
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
header#header .header-bg-container{
    display: none !important;
}
div#full-page .section {
    overflow: hidden;
    padding: 0;
    height: 100vh;
}
.video-wrap{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.video-wrap video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none !important;
    display: block;
}
.z-3{
    z-index: 3;
}
.z-5{
    z-index: 5;
}
.btn-styled{
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    transition: all 0.4s;
    gap: 10px;
    color: var(--main-cl);
    font-family: var(--font-title), 'sans-serif';
    font-size: 0.9375rem;
    position: relative;
    text-transform: uppercase;
}
.btn-styled input[type="submit"]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
}
.btn-styled.btn-secondary{
    color: var(--sub-cl)
}
.btn-styled span.icon{
    display: flex;
}
.btn-styled span.icon svg{
    width: 5.104rem;
    height: auto;
}
.sec-title{
    font-family: 'Barlow', 'sans-serif';
    font-size: 3.125rem;
    margin: 0 0 2.083rem;
}
.sec-title > span{
    font-family: var(--font-sub-title), 'sans-serif';
    color: var(--sub-cl);
    font-size: 2.865rem;
    line-height: 1.3;
    padding: 0 .504rem;
    text-transform: initial;
}
.sec-title br+span{
    display: block;
    margin-top: -1rem;
}
.sec-title.text-white > span{
    color: var(--main-cl);
}
.sec-desc{
    font-size: 0.9375rem;
    line-height: 1.354rem;
    font-weight: 400;
}
.home-sec-2 .cont-wrap:before{
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
    border-radius: 20px;
    border: 3px solid #FFF;
    backdrop-filter: blur(20px);
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    height: 120%;
    width: 120%;
    content: '';
    display: block;
    z-index: -1;
    opacity: 0.8;
}
.btn-styled.btn-white{
    color: #FFF;
}
.btn-styled.btn-white svg > *{
    stroke: #FFF;
}
.home-sec-2 .cont-wrap{
    margin-top: 2rem;
}
.home-sec-2 .cont-wrap .sec-title{
    font-size: 2.75rem;
    margin-bottom: 0.75rem;
    color: var(--sub-cl)
}
.home-sec-2 .cont-wrap .grid-box{
    margin-top: 1.042rem;
    grid-gap: 1.5625rem;
    display: block;
}
.home-sec-2 .cont-wrap .grid-box .item{
    font-size: 0.9375rem;
    display: flex;
}
.home-sec-2 .cont-wrap .grid-box .item{
    padding: 8px 0;
}
.home-sec-2 .cont-wrap .grid-box .item+.item{
    border-top: 1px solid #ececec;
}
.home-sec-2 .cont-wrap .grid-box .item .label{
    width: 160px;
    min-width: 160px;
    padding-right: 10px;
}
.home-sec-2 .cont-wrap .btn-styled{
    margin-top: 1.5625rem;
}
.location-map-wrap{
    width: max-content;
    position: relative;
    width: 60%;
}
.location-map-wrap .location-map{
    width: 100%;
}
.location-map-wrap .location-map > svg{
    width: auto;
    height: 100%;
    max-width: 100%;
    display: block;
}
.location-map-wrap .location-map > svg path.st36{
    fill: var(--main-cl);
    animation: scaleBorder 1.4s infinite;
    transform: translateX(-50%) translateY(-50%);
    transform-box: fill-box;
    transform-origin: center;
}
.home-sec-3 .cont-wrap{
    padding-right: 3.333rem;
    padding-left: 2.5rem;
    width: 40%;
}
.home-sec-3 .cont-wrap .sec-desc{
    margin-bottom: 1.5625rem;
}
.reset-last > *:last-child{
    margin-bottom: 0 !important;
}
.home-sec-5 .grid-container{
    margin-right: 0;
    padding-right: 5rem;
}
.home-sec-5 .grid-box{
    grid-gap: 1.042rem;
    padding-right: 6.25rem;
}
.home-sec-5 .cont-wrap .item{
    background-color: #FFF;
    border-radius: 0.78125rem;
    padding: 1.042rem;
    position: relative;
    overflow: hidden;
}
.home-sec-5 .cont-wrap .item:before{
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(62deg, var(--sub-cl), var(--main-cl));
    opacity: 0;
    transition: all 0.4s;
}
.home-sec-5 .cont-wrap .item > div{
    position: relative;
    z-index: 3;
}
.home-sec-5 .cont-wrap .item .count{
    font-weight: 700;
    font-size: 1.458rem;
    line-height: 1.2;
}
.home-sec-5 .cont-wrap .item .title-wrap{
    margin-bottom: 0.729rem;
}
.home-sec-5 .cont-wrap .item .title{
    font-size: 1.146rem;
    line-height: 1.354rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 0.729rem;
    position: relative;
    display: flex;
    align-items: center;

}
.home-sec-5 .cont-wrap .item .title:before{
    margin-right: 0.729rem;
    position: relative;
    display: block;
    background-image: url('../images/asset-13.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.833rem;
    height: 0.833rem;
    /*content: '';*/
    transition: all 0.4s;
}
.home-sec-5 .sec-title span{
    text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF;
}
.home-sec-5 .cont-wrap .item .cont{
    font-size: 0.833rem;
    line-height: 1.042rem;
    font-weight: 400;
}
.home-sec-6 .sec-desc{
    max-height: 19.01rem;
    overflow: auto;
    padding-right: 1.302rem;
    margin-bottom: 2rem;
}
.progress-swiper.swiper{
    width: 50.729rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.5625rem 1.5625rem 0 0;
}
.progress-swiper.swiper .img-wrap{
    margin-left: auto;
    margin-right: auto;
    max-height: 43vh;
    position: relative;
}
.progress-swiper.swiper .img-wrap:before{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7.292rem;
    position: absolute;
    content: '';
    z-index: 2;
    background: linear-gradient(360deg, #f5e6d4 0, rgb(217 217 217 / 0%) 100%);
}
.swiper-main-wrap{
    position: relative;
}
.swiper-main-wrap .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    cursor: pointer;
}
.swiper-main-wrap .swiper-arrow.prev{
    left: 3.125rem;
}
.swiper-main-wrap .swiper-arrow.next{
    right: 3.125rem;
}
.progress-swiper-thumb.swiper{
    padding-bottom: 1.458rem;
    padding-top: 30px;
}
.progress-swiper-thumb.swiper:before{
    bottom: 1.458rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, rgba(213, 174, 130, 0) 0%, rgba(213, 174, 130, 0.648352) 25%, #D5AE82 50%, rgba(213, 174, 130, 0.752475) 75%, rgba(213, 174, 130, 0) 100%);
}
.progress-swiper-thumb.swiper .item{
    text-align: center;
    transition: all 0.4s;
    padding-bottom: 0.729rem;
}
.progress-swiper-thumb.swiper .item .dot{
    width: 0.729rem;
    height: 0.729rem;
    background-color: var(--main-cl);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(50%) translateX(-50%);
}
.progress-swiper-thumb.swiper .item .dot:before{
    width: 1.354rem;
    height: 1.354rem;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 0.4s;
    content: '';
    border-radius: 50%;
    border: 0.015625rem solid var(--sub-cl);
    transform: translateX(-50%) translateY(-50%);
}
.progress-swiper-thumb.swiper .swiper-slide .item .title{
    font-size: 0.9375rem;
    font-family: var(--font-title), 'sans-serif';
    margin: 0;
    opacity: 0;
    transition: all 0.4s;
}
.progress-swiper-thumb.swiper .swiper-slide .item .date{
    font-size: 1.51rem;
    font-family: var(--font-title), 'sans-serif';
    transition: all 0.4s;
    line-height: 1.2;
}
.progress-swiper-thumb.swiper .swiper-slide-thumb-active .item .dot{
    transform: translateY(50%) translateX(-50%) scale(1.8);
    margin-top: 1.042rem;
    background-color: var(--sub-cl);
}
.progress-swiper-thumb.swiper .swiper-slide-thumb-active .item .dot:before{
    opacity: 1;
}
.progress-swiper-thumb.swiper .swiper-slide-thumb-active .item  .date{
    transform: translateY(-0.78125rem);
    color: var(--sub-cl);
}
.progress-swiper-thumb.swiper .swiper-slide-thumb-active .item  .title{
    opacity: 1;
    transform: translateY(-0.78125rem);
    color: var(--sub-cl);
}
.home-sec-8 .grid-box{
    grid-gap: 4.167rem;
    margin-top: 4.167rem;
}
.home-sec-8 .grid-box .item-image{
    margin-bottom: 1.042rem;
}
.home-sec-8 .grid-box .item-image:before{
    width: calc(100% - 6.25rem);
    height: 100%;
    border: 1px solid var(--main-cl);
    content: '';
    position: absolute;
    top: -0.99rem;
    right: -0.99rem;
    z-index: 2;
    transition: .5s all;
}
.home-sec-8 .grid-box .item-image .img-wrap{
    z-index: 3;
    aspect-ratio: 700/380;
}
.home-sec-8 .grid-box .cont-wrap{
    gap: 1.5625rem
}
.home-sec-8 .grid-box .cont-wrap .title{
    font-family: var(--font-title), 'sans-serif';
    font-size: 2.083rem;
    margin: 0 0 0.46875rem;
    line-height: 1.2;
}
.home-sec-8 .grid-box .cont-wrap .cont{
    line-height: 1.6;
    font-size: 0.833rem;
}
.st138,
.st139,
.st140,
.st141,
.st152,
.st153,
.st154,
.line-animation,
.st155{
    stroke-width: 3px !important;
    stroke-dasharray: 0;
    animation: mapLines 0.8s infinite linear;
}
@keyframes mapLines {
    from {
        stroke-dashoffset: 100;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.box-swiper .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 5.104rem;
}
.box-swiper .swiper-arrow.prev{
    left: -5.9375rem;
}
.box-swiper .swiper-arrow.next{
    right: -5.9375rem;
}
.home-sec-9{
    align-items: flex-end;
}
.terms-menu > ul{
    margin-bottom: 0;
}
.terms-menu > ul > li{
    font-size: 1.042rem;
    color: white;
    font-family: 'Barlow', 'sans-serif';
    padding: 0 2.604rem;
    border: 1px solid #FFFFFF;
    border-radius: 5.208rem;
    transition: .5s all;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    margin-left: 1.302rem;
    cursor: pointer;
    margin-bottom: 0;
}
.terms-menu > ul > li:hover,
.terms-menu > ul > li.active{
    color: var(--main-cl);
    border-color: var(--main-cl);
}
#home-load-posts{
    margin-top: 2.083rem;
}
.home-swiper-3 .item{
    position: relative;
    padding: 0.9375rem 0.9375rem 0;
    z-index: 10;
    box-sizing: border-box;
    border-radius: 1.25rem 1.25rem 0 0;
    overflow: hidden;
    cursor: pointer;
}
.home-swiper-3 .item:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--main-cl) 0%, rgba(223, 180, 111, 0) 82.99%);
    z-index: -1;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s all;
    border-radius: 1.25rem 1.25rem 0 0;
}
.home-swiper-3 .item:after{
    content: '';
    background: linear-gradient(0deg, #ffffff 0%, rgba(223, 180, 111, 0) 82.99%);
    width: 0.0625rem;
    height: 120%;
    bottom: 0;
    left: 0px;
    position: absolute;
    opacity: .2;
}
.home-swiper-3 .item .cont-wrap{
    padding: 0 0.9375rem;
}
.home-swiper-3 .item .date{
    font-size: 0.729rem;
    margin-bottom: 0.26rem;
}
.home-swiper-3 .item .title{
    font-family: var(--font-title), 'sans-serif';
    font-size: 1.302rem;
    height: 3.59375rem;
    line-height: 1.3;
    margin-bottom: 0.78125rem;
}
.home-swiper-3 .item .excerpt{
    font-size: 0.729rem;
    min-height: 3.229rem;
}
.home-swiper-3 .item .img-wrap{
    aspect-ratio: 4/3;
    border-radius: 1.25rem 1.25rem 0 0;
    overflow: hidden;
    width: 100%;
    margin-top: 1.875rem;
}
.home-swiper-3 .item .img-wrap img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-sec-10 .grid-container{
    padding-top: 3.646rem;
}
.home-sec-10 .logo-row img{
    width: auto;
    object-fit: contain;
}
.home-sec-10 .logo-row.main-row {
    padding-top: 0;
}
.home-sec-10 .logo-row.main-row img{
    height: 8.333rem;
}
.home-sec-10 .logo-row.sub-row img{
    height: 5.208rem;
}
.home-sec-10 .logo-row .partner-name{
    font-size: 1.5625rem;
    line-height: 2.083rem;
    font-weight: 400;
    font-family: var(--font-title), 'sans-serif';
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.833rem;
}
.home-sec-10 .logo-row.last-row img{
    height: 4.167rem;
}
.home-sec-10 .logo-row{
    padding: 1rem 0;
    border-bottom: 1px solid #CDCDCD;
}
.footer-sec form{
    margin-bottom: 0;
}
.footer-sec .footer-contact .item{
    margin-bottom: 1.25rem;
}
.footer-sec .footer-contact .item .item-label{
    font-size: 1.042rem;
    opacity: 0.8;
}
.footer-sec .footer-contact .item .item-value,
.footer-sec .footer-contact .item .item-value > a{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #FFF;
}
.footer-sec .footer-contact .item.item-phone .item-value > a {
    color: var(--main-cl);
    font-size: 1.5625rem;
    font-family: var(--font-title), 'sans-serif';
}
.fp-watermark{
    display: none !important;
}
.footer-sec{
    align-items: flex-end;
}
.footer-sec .col-6:nth-of-type(1){
    padding-right: 3rem;
    padding-top: 8.333rem;
}
.footer-sec .form-footer{
    background: linear-gradient(180deg, #d48929 4.06%, #d48929 40.71%, #d4892991 100%);
    border-radius: 35% 35% 0 0;
    padding: 4.8125rem 6.25rem 7.8125rem;
}
.footer-sec .col-6:first-of-type .sec-title.text-white > span{
    font-size: 1.4rem
}
.footer-sec .col-6:last-of-type .sec-title.text-white > span{
    color: #FFF !important;
}
.form-wrap .btn-styled{
    color: #FFF !important;
}
.form-wrap .btn-styled svg > *{
    stroke: #FFF !important;
}
.footer-sec .sec-desc{
    margin-bottom: 1.042rem;
}
.form-wrap .form-group{
    width: 100%;
    margin-bottom: 1.042rem;
    padding-left: 0.521rem;
    padding-right: 0.521rem;
}
.form-wrap .form-group:last-child{
    margin-bottom: 0 !important;
}
.form-wrap input::placeholder{
    color: #FFF;
    opacity: 0.8;
}
.form-wrap input:not(.wpcf7-submit){
    background: transparent !important;
    width: 100%;
    border: none;
    font-size: 0.833rem;
    color: white;
    border-bottom: 0.5px solid #FFFFFF;
    padding: 0.78125rem 0;
    outline: none !important;
    margin: 0;
    height: auto;
    min-height: unset;
}
.footer-sec .copyright{
    position: absolute;
    left: calc(calc(100vw - var(--container-w)) / 2);
    bottom: 1.042rem;
    font-size: 0.78125rem;
    z-index: 3;
    color: #FFF;
}
section.home-sec-4 > .flex-box{
    width: 100%;
}
section.home-sec-4 .cont-wrap{
    flex-grow: 1;
    padding-right: 2.083rem;
    padding-left: 6.25rem;
}
section.home-sec-4 .img-wrap{
    width: 61.458rem;
    min-width: 61.458rem;
}
section.home-sec-4 .notes{
    border-top: 1px solid #999;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
}
section.home-sec-4 .notes .note-item{
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 400;
}
section.home-sec-4 .notes .note-item+.note-item{
    margin-top: 0.625rem;
}
section.home-sec-4 .notes .note-item .color{
    height: 20px;
    width: 50px;
    border-radius: 30px;
}
.page-ground > svg{
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page-ground > svg > path{
    opacity: 0;
    transition: all 0.2s;
    fill: transparent;
    stroke-width: 3px;
}
.page-ground > svg > path.active{
    stroke: white;
    opacity: 1;
    cursor: pointer;
}
#ground-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
    background-color: #FFF;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 2.34375rem;
    overflow-y: auto;
    overflow-x: hidden;
}
#ground-popup.active{
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
#ground-popup .popup-heading{
    position: relative;
    margin-bottom: 2.083rem;
    padding-bottom: 1.042rem;
}
#ground-popup .popup-heading .sec-title{
    margin-bottom: 0;
}
#ground-popup .popup-heading .code {
    font-family: var(--font-title), 'sans-serif';
    font-size: 1.5625rem;
}
#ground-popup .popup-heading:before{
    bottom: 0;
    height: 3px;
    background-color: var(--sub-cl);
    width: 9.375rem;
    position: absolute;
    content: '';
    left: 0;
}
#ground-popup .popup-close{
    position: absolute;
    z-index: 99;
    width: 2.865rem;
    height: 2.865rem;
    border-radius: 50%;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 2.34375rem;
    top: 2.34375rem;
    transition: all 0.4s;
}
#ground-popup .popup-close path,
#ground-popup .col-8 .arrow path{
    transition: all 0.4s;
}
#ground-popup .popup-close:hover{
    background-color: #333;
}
#ground-popup .popup-close:hover path{
    stroke: #FFF;
}
#ground-popup .col-4{
    padding-right: 4.167rem;
}
#ground-popup .col-8{
    padding: 0 3.646rem;
}
#ground-popup .col-8 .arrow{
    position: absolute;
    bottom: 2.604rem;
    transition: all 0.4s;
    width: 2.083rem;
    height: 2.083rem;
    border-radius: 50%;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#ground-popup .col-8 .arrow:hover{
    background-color: #333;
}
#ground-popup .col-8 .arrow:hover path{
    stroke: #FFF;
}
#ground-popup .col-8 .arrow.prev{
    left: 0;
}
#ground-popup .col-8 .arrow.next{
    right: 0;
}
#ground-popup .table th{
    background: var(--sub-cl);
    color: #fff;
    text-align: center;
    font-weight: 400;
    border-color: var(--sub-cl);
}
#ground-popup .table th:not(:last-child){
    border-right: 1px solid #FFF;
}
#ground-popup .table td{
    text-align: center;
    font-weight: 400;
    border: 1px solid #333;
}
#ground-popup .table td:last-child{
    border-left: none !important;
}
#ground-popup .details,
#ground-popup .details p,
#ground-popup .details li{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 400;
}
#ground-popup .details ol,
#ground-popup .details ul{
    margin-left: 1.302rem;
}
section.home-sec-4 #ground-popup .img-wrap{
    width: 100%;
    min-width: initial;
}
.ground-tooltip {
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transform: translateX(-50%) translateY(-20%);
    pointer-events: none;
}
.ground-tooltip.active{
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}
.ground-tooltip .tooltip-inner{
    margin: 0;
    background: #fff;
    border: solid 1px var(--tooltip-color);
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 8.4vw;
    min-width: 170px;
    border-radius: .6rem;
    color: #000;
    overflow: hidden;
}
.ground-tooltip .tooltip-inner .title{
    margin: 0;
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap;
    line-height: 1.2em;
    z-index: 2;
    background: var(--tooltip-color);
    color: #FFF;
    text-align: center;
    padding: 1rem .5rem .5rem;
    text-transform: uppercase;
}
.ground-tooltip .tooltip-inner .description{
    flex-grow: 1;
    padding: .5rem;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
}
#full-page > section:not(.footer-sec){
    padding-top: 2.604rem;
}
.home-sec-2 .sec-desc{
    margin-bottom: 1.042rem;
}
.home-sec-2 .sec-desc > *:last-child{
    margin-bottom: 0 !important;
}
#ajax-load-post{
    position: fixed;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    cursor: pointer;
}
#ajax-load-post.show{
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}
#ajax-load-post .post-details{
    height: 90vh;
    background-color: #FFF;
    padding: 2.75rem 4.5rem 2.75rem 4.75rem;
    position: relative;
    cursor: initial;
    max-width: calc(100vw - 2rem);
}
#ajax-load-post .post-details .close-button{
    position: absolute;
    top: 2.604rem;
    left: calc(100% + 1.5625rem);
    cursor: pointer;
    pointer-events: none !important;
}
#ajax-load-post .post-details .close-button circle{
    fill-opacity: 1;
    stroke: transparent;
}
#ajax-load-post .grid-container{
    max-height: 100%;
    overflow: auto;
    padding-right: 1rem
}
#ajax-load-post .grid-container::-webkit-scrollbar-track {
    background-color: #F5F5F5
}
#ajax-load-post .grid-container::-webkit-scrollbar {
    width: .2rem;
    background-color: #712914
}
#ajax-load-post .grid-container::-webkit-scrollbar-thumb {
    background-color: #712914
}
.wrap-meta {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.wrap-meta>* {
    display: flex;
    align-items: center
}
.wrap-meta ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center
}
.wrap-meta ul a {
    width: 1.6rem;
    height: 1.6rem;
    border: .05rem solid #712914;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem
}
.wrap-meta ul a svg {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto
}
.wrap-meta ul li {
    margin: 0 0 0 .5rem
}
.wrap-top {
    position: sticky;
    top: 0;
    background-color: #FFF;
    border-bottom: .05rem solid rgb(43 31 19 / 10%);
    margin: 0 0 1.5rem 0;
    padding-bottom: 1.5rem
}
.wrap-meta .content {
    color: var(--2-b-1-f-13,#2B1F13);
    font-size: .7rem
}
.wrap-meta .content .dot {
    width: .15rem;
    height: .15rem;
    background: #712914;
    margin: 0 .5rem
}
#fp-nav{
    display: none !important;
}
#popup-form .sec-title.text-white > span{
    color: #FFF !important;
}
#popup-form{
    width: 800px;
    border-radius: 20px;
    background: var(--main-cl);
}
@media only screen and (min-width: 1200px) {
    header#header .header-wrapper #masthead .header-nav-main > li > a:hover{
        color: var(--main-cl);
    }
    .home-sec-2 .sec-desc::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }
    .home-sec-2 .sec-desc::-webkit-scrollbar {
        width: 3px;
        background-color: #cedbff;
    }
    .home-sec-2 .sec-desc::-webkit-scrollbar-thumb {
        background-color: var(--sub-cl);
    }
    .home-sec-2 .sec-desc{
        max-height: 6.042rem;
        overflow: auto;
    }
    .home-sec-2 .sec-desc,
    .home-sec-3 .sec-desc{
        font-size: 1.146rem;
        line-height: 1.4;
    }
    .home-swiper-3 .item:hover .date,
    .home-swiper-3 .item:hover .title{
        color: var(--main-cl);
    }
    .home-swiper-3 .item:hover:before{
        opacity: 1;
    }
    body, html {
        font-size: 1vw;
    }
    img.section-bg {
        transform: scale(1.3);
        transition: 3s all;
    }
    .section.active img.section-bg {
        transform: scale(1);
    }
    .home-sec-5 .cont-wrap .item:hover:before{
        opacity: 1;
    }
    .home-sec-5 .cont-wrap .item:hover .cont,
    .home-sec-5 .cont-wrap .item:hover .title,
    .home-sec-5 .cont-wrap .item:hover .count{
        color: #FFF;
    }
    .home-sec-5 .cont-wrap .item:hover .title:before{
        filter: brightness(0) invert(1);
    }
    .home-sec-8 .grid-box .item:hover .img-wrap img{
        transform: scale(1.1);
    }
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem;
    }
    .left-cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }
    header#header .header-wrapper #masthead{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    header#header .header-wrapper #masthead .header-nav-main > li > a{
        font-size: 0.9rem;
        margin: 0 0.5rem;
    }
    .sec-title{
        margin-bottom: 1.25rem;
    }
    .sec-title span,
    .sec-title{
        font-size: 35px;
    }
    .location-map-wrap{
        width: 60%;
    }
    .location-map-wrap .location-map > svg{
        max-width: 100%;
    }
    .home-sec-5 .cont-wrap .item .count{
        font-size: 1rem;
    }
    .home-sec-5 .cont-wrap .item .title{
        margin-left: 0.4rem;
        font-size: 0.8rem;
        line-height: 1.4;
    }
    .home-sec-5 .cont-wrap .item .title:before{
        margin-right: 0.4rem;
    }
    .home-sec-5 .grid-container{
        padding-right: 1rem;
    }
    header#header .header-wrapper #masthead:before{
        height: 100%;
    }
    .sec-title br+span{
        margin-top: 0;
    }
    .home-sec-9{
        align-items: center;
    }
    .home-sec-10 .logo-row.sub-row img,
    .home-sec-10 .logo-row.last-row img{
        height: 4rem;
    }
    .home-swiper-3 .item .img-wrap{
        border-radius: 15px;
    }
    .home-sec-10 .logo-row.main-row img{
        height: 8rem;
    }
    .footer-sec .col-6:nth-of-type(1){
        padding: 4rem 6rem 0 0
    }
    .footer-sec .form-footer{
        padding: 4rem 3rem 5rem;
    }
    div#full-page .section{
        height: auto;
        padding: 4rem 0;
    }
    div#full-page .section.footer-sec{
        padding-bottom: 0 !important;
    }
    div#full-page .section.home-sec-1{
        padding: 0 !important;
    }
    div#full-page .section.home-sec-6{
        padding: 3rem 0 12rem;
    }
    div#full-page .section.home-sec-7 .sec-title{
        margin-bottom: 3rem;
    }
    section.home-sec-4 .cont-wrap{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    section.home-sec-4 .img-wrap{
        width: 40rem;
        min-width: 40rem;
    }
    #ground-popup .col-4{
        padding-right: 4rem
    }
    #ground-popup .col-8{
        padding: 0;
    }
    #ground-popup .col-8 .arrow{
        bottom: 50%;
        transform: translateY(50%);
        z-index: 999;
        background-color: #333;
    }
    #ground-popup .col-8 .arrow path{
        stroke: #FFF;
    }
    header#header .header-wrapper #masthead #logo{
        width: 6rem !important;
    }
    .home-sec-2 .cont-wrap{
        width: 64%;
        margin-left: 4rem;
    }
    #ajax-load-post .post-details .close-button{
        right: 10px;
        top: 10px;
        pointer-events: unset !important;
        left: unset;
    }
    #ajax-load-post .post-details .close-button svg{
        width: 40px;
        height: 40px;
    }
}
@media only screen and (min-width: 1200px) and (max-height:  640px){
    .home-sec-2 .cont-wrap:before{
        height: 110%;
        width: 110%;
    }
    html{
        font-size: 0.9vw;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .tablet-col-1{flex:0 0 auto;width:8.33333333% !important}
    .tablet-col-2{flex:0 0 auto;width:16.66666667% !important}
    .tablet-col-3{flex:0 0 auto;width:25% !important}
    .tablet-col-4{flex:0 0 auto;width:33.33333333% !important}
    .tablet-col-5{flex:0 0 auto;width:41.66666667% !important}
    .tablet-col-6{flex:0 0 auto;width:50% !important}
    .tablet-col-7{flex:0 0 auto;width:58.33333333% !important}
    .tablet-col-8{flex:0 0 auto;width:66.66666667% !important}
    .tablet-col-9{flex:0 0 auto;width:75% !important}
    .tablet-col-10{flex:0 0 auto;width:83.33333333% !important}
    .tablet-col-11{flex:0 0 auto;width:91.66666667% !important}
    .tablet-col-12{flex:0 0 auto;width:100% !important}
    .tablet-flex-col{
        flex-direction: column;
    }
    .left-cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet-grid-1{
        grid-template-columns: 1fr;
    }
    .tablet-col-reverse{
        flex-direction: column-reverse;
    }
    .tablet-text-center{
        text-align: center;
    }
    .tablet-al-center{
        align-items: center;
    }
    .tablet-jus-center{
        justify-content: center;
    }
    .tablet-flex-wrap{
        flex-wrap: wrap;
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    header#header .nav > li > a{
        color: #FFF;
    }
    header#header .header-wrapper #masthead #logo img{
        height: 60px;
    }
    .tablet-mx-auto{
        margin-left: auto;
        margin-right: auto;
    }
    .sec-title span, .sec-title{
        font-size: 28px;
    }
    .home-sec-3 .cont-wrap{
        padding: 0 1rem;
    }
    .home-sec-5 .grid-container{
        padding-right: 0;
        margin-right: auto;
    }
    .progress-swiper-thumb.swiper .swiper-slide .item .title{
        font-size: 0.8rem;
    }
    .progress-swiper-thumb.swiper .swiper-slide .item .date{
        font-size: 1.25rem;
    }
    .swiper-main-wrap .swiper-arrow{
        z-index: 9;
        display: none !important;
    }
    .home-sec-8 .grid-box .item-image:before{
        width: 100%;
    }
    .home-sec-8 .grid-box .cont-wrap .title{
        font-size: 1.5rem;
    }
    .terms-menu > ul > li{
        padding: 0 1rem;
    }
    header#header .header-wrapper.stuck{
        background-color: #FFF !important;
        box-shadow: 0 0 10px rgba(153, 153, 153, 0.6);
    }
    header#header .header-wrapper.stuck #masthead:before{
        height: 0;
    }
    header#header #masthead .header-inner{
        padding: 10px 0;
    }
    .header-main li.html.custom{
        display: block !important;
    }
    header#header .nav-icon{
        display: flex;
    }
    header#header .header-wrapper #masthead .nav > li.nav-icon > a{
        padding: 0 !important;
    }
    header#header .nav-icon .hamburger{
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 28px;
        height: 100%;
        justify-content: center;
    }
    header#header .nav-icon .hamburger span{
        background-color: var(--main-cl);
        height: 2px;
        display: block;
        width: 100%;
        border-radius: 2px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    header#header .nav-icon .hamburger span:nth-of-type(2){
        width: 70%;
    }
    header#header .nav-icon .current-lightbox-clicked .hamburger span:nth-of-type(1){
        transform-origin: center;
        transform: rotate(405deg) translateX(7px) translateY(7px);
    }
    header#header .nav-icon .current-lightbox-clicked .hamburger span:nth-of-type(2){
        opacity: 0;
    }
    header#header .nav-icon .current-lightbox-clicked .hamburger span:nth-of-type(3){
        transform-origin: center;
        transform: rotate(-405deg) translateX(7px) translateY(-7px);
        width: 100%;
    }
    section.home-sec-4 > .flex-box{
        flex-wrap: wrap;
    }
    section.home-sec-4 .img-wrap,
    section.home-sec-4 .cont-wrap{
        width: 100%;
        min-width: 100%;
    }
    section.home-sec-4 .cont-wrap{
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 2rem;
    }
    #ground-popup .col-4{
        padding-right: 0;
        padding-bottom: 3rem;
    }
    .home-sec-2 .cont-wrap{
        margin: 2rem auto;
    }
    .home-sec-2 .cont-wrap .sec-title{
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mobile-col-1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile-col-2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile-col-3{flex:0 0 auto;width:25% !important;}
    .mobile-col-4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile-col-5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile-col-6{flex:0 0 auto;width:50% !important;}
    .mobile-col-7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile-col-8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile-col-9{flex:0 0 auto;width:75% !important;}
    .mobile-col-10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile-col-11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile-col-12{flex:0 0 auto;width:100% !important;}
    .mobile-flex-col{
        flex-direction: column;
    }
    .mobile-al-center{
        align-items: center;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .mobile-al-end{
        align-items: flex-end;
    }
    .mobile-jus-start{
        justify-content: flex-start;
    }
    .mobile-jus-end{
        justify-content: flex-end;
    }
    .mobile-jus-center{
        justify-content: center;
    }
    .mobile-jus-between{
        justify-content: space-between;
    }

    .mobile-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile-grid-1{
        grid-template-columns: 1fr;
    }
    .mobile-col-reverse{
        flex-direction: column-reverse;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .show-mobile{
        display: block !important;
    }
    .mobile-text-center{
        text-align: center;
    }
    .load_home_page svg {
        width: 240px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    header#header .header-wrapper #masthead #logo img{
        height: 50px;
    }
    header#header .header-wrapper{
        background-color: var(--sub-cl) !important;
    }
    header#header .header-wrapper #masthead:before{
        height: 100%;
    }
    div#full-page .section{
        padding: 2.5rem 0;
    }
    .home-sec-2 .cont-wrap .grid-box{
        grid-gap: 1rem
    }
    div#full-page .section.home-sec-3{
        padding-bottom: 0 !important;
    }
    .home-sec-3 .cont-wrap{
        margin-bottom: 2rem;
    }
    .sec-title span, .sec-title{
        font-size: 24px;
        line-height: 1.6;
    }
    .home-sec-5 .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .progress-swiper-thumb.swiper .item .dot{
        width: 0.6rem;
        height: 0.6rem;
    }
    .progress-swiper-thumb.swiper .swiper-slide-thumb-active .item .dot{
        transform: translateY(50%) translateX(-50%) scale(1.3);
    }
    .progress-swiper-thumb.swiper .swiper-slide .item .date{
        font-size: 1rem;
    }
    .terms-menu > ul{
        justify-content: center;
    }
    .terms-menu > ul > li{
        height: 2rem;
        font-size: 0.9rem;
        margin: 0 0.5rem;
    }
    .home-sec-9 .sec-title{
        text-align: center;
        margin-bottom: 2rem;
    }
    .home-swiper-3 .item .cont-wrap{
        padding: 0;
    }
    .home-swiper-3 .item .title{
        font-size: 1rem;
        height: 42px;
    }
    .home-swiper-3 .item{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .home-sec-10 .logo-row.sub-row img, .home-sec-10 .logo-row.last-row img {
        height: 45px;
    }
    .home-sec-10 .logo-row.main-row img{
        height: 80px;
    }
    .home-sec-10 .logo-row .partner-name{
        font-size: 16px;
    }
    .footer-sec .copyright{
        display: none !important;
    }
    .footer-sec .form-footer{
        padding: 50px 16px 50px;
    }
    .footer-sec .col-6:nth-of-type(1){
        padding: 0;
    }
    header#header .nav > li > a{
        padding: 4px 12px !important;
        font-size: 14px !important;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content,
    .mfp-close,
    .mfp-container, .mfp-wrap,
    .mfp-bg{
        top: 70px !important;
    }
    .off-canvas .sidebar-menu{
        padding-top: 0;
    }
    .off-canvas-left .mfp-content{
        box-shadow: unset;
        border-top: 1px solid hsla(0,0%,100%,.2);
    }
    .off-canvas .nav-vertical>li>a{
        color: #333;
        padding: 10px 0 10px 20px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
    header#header{
        z-index: 9999;
    }
    div#full-page .section.home-sec-6{
        padding-bottom: 2rem;
    }
    #ground-popup{
        padding: 1.5rem 1rem;
    }
    #ground-popup .popup-close{
        right: 1rem;
        top: 1.5rem;
        width: 40px;
        height: 40px;
    }
    #ground-popup .col-4{
        padding-bottom: 1.5rem;
    }
    #full-page > section:not(.footer-sec){
        padding-top: 0;
    }
    .home-sec-2 .cont-wrap{
        margin-bottom: 0;
    }
    .home-sec-2 .cont-wrap .grid-box .item .label{
        width: 140px;
        min-width: 140px;
    }
    #ajax-load-post .post-details .heading-title{
        padding-right: 40px;
    }
    #ajax-load-post .post-details{
        padding: 20px 0 1rem;
    }
}