:root{
    --main-cl: #0B9547;
    --sub-cl: #F27325;
    --third-cl: #000000;
    --four-cl: #333333;
    --five-cl: #666666;
    --six-cl: #EF4136;
    --container-w: 75rem;
}

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.5rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
}

.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#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%);
}
.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: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--main-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-3{
    animation-name: Signature3;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    /*stroke: var(--sub-cl);*/
    stop-color: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@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: 7rem 0 5.208rem;
}
.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(--main-cl);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--main-cl);
    -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(--main-cl);
    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: 18px;
    line-height: 24px;
    font-weight: 600;
}
.back_to_home a.button {
    border-radius: 8px;
    background: var(--main-cl);
}

/*COMPONENTS*/
html.js.has-off-canvas-undefined {
    margin-right: 0.417rem !important;
}
body.compensate-for-scrollbar {
    margin-right: 0 !important;
}
svg {
    display: flex;
}
/*transition svg*/
[itemprop="name"],cite,circle,svg,rect,stop,path,g,img,a,input,textarea,h1,h2,h3,h4,h5,h6,.box_img,span.icon,span.text,:before,:after{
    -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;
}
body {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 0.9375rem  /* 18/19.2 */;
    line-height: 1.45;
    color: var(--four-cl);
}
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: var(--container-w) !important;
}
/*line-camp*/
.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;
}
/*clear fix*/
.row.clearfix:after {
    content: unset;
}
/*link item hover*/
.wrap-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
/*box img*/
.box_img {
    overflow: hidden;
    position: relative;
}
.box_img 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;
}
/*video*/
video.elementor-video {
    display: block;
    object-fit: cover;
}
.w_full {
    width: 100% !important;
}
.w_lvw {
    width: 100vw !important;
}
.h_full {
    height: 100% !important;
}
.h_lvh {
    height: 100vh !important;
}
.obj_cover {
    object-fit: cover;
}
.mx_auto {
    margin-left: auto;
    margin-right: auto;
}
.flex_col {
    flex-direction: column;
}
.text_primary *,
.text_primary {
    color: var(--main-cl);
}
.text_white *,
.text_white {
    color: #fff !important;
}

/*swiper pagination*/
.swiper-pagination {
    position: unset;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: unset;
    padding-top: 2rem;
    padding-bottom: 0.35rem;
    background-color: unset !important;
}
.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background: var(--main-cl);
    margin: 0 !important;
    transition: .5s all;
    opacity: .65;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.pagination_2 .swiper-pagination .swiper-pagination-bullet {
    background: #D9D9D9A6;
    opacity: unset;
}
.pagination_2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFFFFF;
}

/*swiper navigation*/
.arrow {
    width: 3.125rem;
    height: 3.125rem;
}
.arrow svg {
    display: flex;
    width: 100%;
    height: 100%;
}
.arrow:hover {
    cursor: pointer;
}
.arrow:hover stop {
    stop-color: var(--main-cl);
}
.arrow:hover.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}

/*absolute arrow*/
.arrow_absolute>.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.arrow_absolute>.arrow.prev {
    left: 0;
}
.arrow_absolute>.arrow.next {
    right: 0;
}

/*subtitle*/
.subtitle {
    display: block;
    width: fit-content;
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 0.833rem;
    line-height: normal;
    color: var(--five-cl);
    margin-bottom: 0.521rem;
}
.subtitle.dot {
    position: relative;
    padding-left: 0.729rem;
}
.subtitle.dot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 5.208rem;
    background: linear-gradient(90deg, #EF4136 0%, #FFC709 100%);
}
.subtitle.dot.text-center {
    padding-left: 0;
    padding-top: 0.729rem;
    margin-left: auto;
    margin-right: auto;
}
.subtitle.dot.text-center:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.text_white .subtitle.dot:before {
    background: #fff;
}

/*heading*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    transition: .5s all;
    color: var(--third-cl);
}
.heading_sec {
    font-family: 'Montserrat Bold', sans-serif;
    color: var(--third-cl);
    line-height: 1.3;
    margin-bottom: 0.677rem;
}
.heading_sec.fs_60 {
    font-size: 3.125rem;
}
.heading_sec.fs_55 {
    font-size: 2.865rem;
}
.heading_sec.fs_50 {
    font-size: 2.604rem  /* 50/19.2 */;
}
.heading_sec.fs_40 {
    font-size: 2.083rem  /* 40/19.2 */;
}
.heading_sec.fs_30 {
    font-size: 1.5625rem  /* 30/19.2 */;
}
/*desc section*/
.desc_sec {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 0.9375rem;
    color: var(--four-cl);
    line-height: 1.6;
}
.pb_0.col {
    padding-bottom: 0 !important;
}
.col {
    padding-bottom: 1.5625rem;
}

/*button link*/
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-width: 10rem;
    padding: 0.64rem 1.25rem;
    border-radius: 5.208rem;
    margin-top: 2.083rem;
    overflow: hidden;
}
.btn span.text {
    font-family: "Montserrat SemiBold", sans-serif;
    font-size: 0.9375rem;
    color: #fff;
}
.btn:hover .icon {
    transform: translateX(5px);
}
.btn .icon {
    transition: transform .45s ease;
}

.btn_style_1 {
    position: relative;
    background: linear-gradient(90deg, #EF4136 0%, #FFC709 50%, #EF4136 100%);
    background-size: 200% 100%;
    transition: all .5s ease;
}
.btn_style_1:hover {
    background-position: 100% 0;
    box-shadow: 0 3px 20px rgba(239, 65, 54, 0.4);
    transform: translateY(-1px);
}

.btn_style_2 {
    background: #fff;
}
.btn.btn_style_2 span.text {
    color: var(--six-cl);
}
.btn_style_2 span.icon path {
    stroke: var(--six-cl);
}

/*counter up*/
.number .inner.relative,
.number {
    position: relative;
    display: flex;
    line-height: 1;
}
.number span.counter {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Montserrat Bold", sans-serif;
}
.number span.counter_opacity {
    opacity: 0;
}
.number .unit {
    display: flex;
    margin-left: 2px;
}
.number .unit>span {
    display: flex;
}

/*background image*/
.bg_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/*effect img*/
.item_hover .hover_zoom img {
    transform: scale(1);
    transition: .6s all;
}
.item_hover:hover .hover_zoom img {
    transform: scale(1.03);
}
.item_hover:hover h3 {
    color: var(--main-cl) !important;
}
.item_hover .box_logo>.img {
    max-width: 30%;
    width: 10rem;
    height: 100%;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: scale(0);
    opacity: 0;
    transition: .7s all;
}
.item_hover:hover .box_logo>.img {
    transform: scale(1);
    opacity: 1;
}
.item_hover .box_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 70%);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: .5s all;
    z-index: 3;
}
.item_hover:hover .box_logo {
    opacity: 1;
}

.item_hover .box_effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 60%);
    backdrop-filter: blur(19px);
    opacity: 0;
    transition: .6s all;
    z-index: 3;
}
.item_hover .box_effect>.inner {
    transform: translateY(20px);
    opacity: 0;
    transition: .8s all;
}
.item_hover .box_effect svg {
    margin: 0 auto;
}
.item_hover .box_effect span.title {
    font-weight: 500;
    font-size: 1.042rem;
    margin-top: 5px;
}
.item_hover:hover .box_effect {
    opacity: 1;
}
.item_hover:hover .box_effect>.inner {
    opacity: 1;
    transform: translateY(0);
}

/*hover icon rotate*/
.hover_rotate:hover img {
    transform: rotateY(180deg);
}

/*btn-play effect*/
.btn_play {
    position: relative;
    outline: none !important;
    display: flex;
    justify-content: center;
    z-index: 1;
}
.btn_play > svg {
    width: auto;
    height: 4.375rem;
}
.btn_play:hover > svg {
    transform: scale(0.9);
}
.btn_play span.effect {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.btn_play span.effect circle.eff_1 {
    animation: scaleEffect1 4s ease-in-out infinite;
    transform-origin: center;
}
.btn_play span.effect circle.eff_2 {
    animation: opacityEffect2 4s ease-in-out infinite;
    transform-origin: center;
}
@keyframes scaleEffect1 {
    0% {
        transform: scale(0.5);
    }
    25% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(0.5);
    }
}
@keyframes opacityEffect2 {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }
    25% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(0.5);
    }
}

/*date/time - term item new*/
.term_time {
    font-weight: 400;
    font-size: 0.729rem;
    color: #585D6D;
    line-height: normal;
    transition: .5s all;
}
.term_time .term {
    position: relative;
    padding-left: 10px;
    margin-left: 6px;
}
.term_time .term:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #585D6D;
    border-radius: 5.208rem;
    transition: .5s all;
}
.text_white .term_time .term:before {
    background: #fff;
}

/*graphic*/
.graphic {}
.graphic_1 {
    width: 12.448rem;
    height: 7.448rem;
    background-image: url('../images/toque.svg');
    background-repeat: no-repeat;
    background-size: contain;
    animation: stir 1s ease-in-out infinite;
    transform-origin: center bottom;
}
.graphic_2 {
    width: 9.21875rem;
    height: 3.698rem;
    background-image: url('../images/fork.svg');
    background-repeat: no-repeat;
    background-size: contain;
    animation: swing 2s ease-in-out infinite;
    transform-origin: center top;
}
@keyframes stir {
    0%, 100% {
        transform: rotate(-3deg);
    }
    25% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    75% {
        transform: rotate(3deg);
    }
}
@keyframes swing {
    0%, 100% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(15deg);
    }
}

/*form item*/
.form_item {
    margin-bottom: 0.833rem;
}
.form_item textarea,
.form_item input {
    font-weight: 500;
    font-size: 0.833rem;
    color: #333333;

    box-shadow: none !important;
    border: 1px solid #D2D2D2;
    background: transparent;
    padding: 0 1.25rem;
}
.form_item input {
    height: 2.604rem;
    border-radius: 5.208rem;
    margin-bottom: 0;
}
.form_item textarea {
    border-radius: 10px;
    padding: 0.833rem 1.25rem;
}
.form_item textarea::placeholder,
.form_item input::placeholder {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.833rem;
    color: #999999;
}
.form_item textarea:focus,
.form_item input:focus {
    border-color: var(--main-cl) !important;
}
.form_item.flex {
    gap: 1.667rem;
}


/*custom select*/
.custom-sl{
    display: none;
}
.select-styled{
    position: relative;
    height: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.521rem;
    border-radius: 5.208rem;
    padding: 0 1.25rem;
    border: 1px solid #D2D2D2;
    font-size: 0.833rem;
    transition: all .5s ease-in-out;
    margin: 0;
    cursor: pointer;
}
.select{
    position: relative;
    /*z-index: 9;*/
}
.select-styled:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDZMOCAxMUwzIDYiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.9rem;
    height: 0.9rem;
    position: relative;
    content: '';
    display: block;
}
.select .select-options{
    display: none;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 0 0 0.521rem 0.521rem;
    -moz-border-radius: 0 0 0.521rem 0.521rem;
    border-radius: 0 0 0.521rem 0.521rem;
    border: 1px solid #E3DBD8;
    list-style: none;
    overflow: hidden;
}
.select-options::-webkit-scrollbar-track {
    padding-top: 1rem;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.select-options::-webkit-scrollbar {
    width: 3px;
    background-color: #cedbff;
}
.select-options::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.select .select-options > li{
    font-size: 0.729rem;
    font-weight: 600;
    line-height: 0.857rem;
    margin-bottom: 0;
    padding: 0.625rem 0.833rem;
    cursor: pointer;
    -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;
    color: var(--third-cl);
}
.select .select-options > li.active,
.select .select-options > li:hover{
    background-color: rgba(255, 49, 49, 0.2);
    color: var(--main-cl);
}
.select .select-options > li+li{
    border-top: 1px solid #E3DBD8;
}
.form_wrap label{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.3;
    /*margin-bottom: 0.208rem;*/
    color: var(--third-cl);
}
.form_wrap span.required {
    color: red;
}
.select-styled span{
    flex-grow: 1;
}


/*-----------------*/

/*HEADER*/
.header_info .btn_style_1 {
    margin-top: 0 !important;
}

.search #header {
    position: relative;
}
.search .stuck #header,
#header {
    position: fixed;
    top: 0;
}
#header .header-main>.container {
    max-width: 88rem !important;
}
#header .header-main {
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    z-index: 0;
    transition: .4s all;
}
header#header .header-bg-container.fill {
    display: none !important;
}

header#header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.71875rem;
    background-image: url('../images/bg_header.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: .4s all;
}
header#header.active:before {
    filter: drop-shadow(1px 1px 10px rgba(0,0,0,.15));
    opacity: 1;
}

#header .header-wrapper {
    position: relative;
    padding-top: 0.325rem;
}
.fill {
    z-index: -1;
}
.header-shadow .header-wrapper {
    box-shadow: none;
    transition: .4s all;
}

header#header #logo {
    /*width: 12rem;*/
    position: relative;
    margin-right: 1rem;
}
#header #logo img {
    max-height: 6.667rem !important;
    width: fit-content;
    position: absolute;
    transform: translateX(0) translateY(-25%);
}
#header .stuck #logo img {
    max-height: 5rem !important;
    transform: translateX(1.3%) translateY(-36%);
}
#header .nav>li>a {
    position: relative;
    font-family: 'Montserrat SemiBold';
    font-size: 0.833rem;
    color: #fff;
    line-height: 4.25rem !important;
    text-transform: initial !important;
    padding: 0;
}
.stuck .header-main .nav > li > a {
    line-height: 4.25rem !important;
}
#header .nav>li>a.active:before,
#header .nav>li.current_page_item>a:before,
#header .nav>li>a:hover:before {
    width: 100%;
}

header#header .header-top {
    background-color: transparent;
    padding-top: 1.042rem  /* 20/19.2 */;
}
header#header .header-top .nav-divided>li+li>a:after {
    content: unset;
}
body.search header#header .header-main:after,
body.search header#header .header-main:before {
    background: rgb(220 220 220 / 60%);
}
header#header .header-main:after,
header#header .header-main:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(calc((100vw - var(--container-w)) / 2) + 3.5rem);
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transition: .4s all;
    opacity: 1;
}
header#header .header-main:after {
    width: 5.3%;
    left: 0;
}
header#header .stuck .header-main:after,
header#header .stuck .header-main:before {
    opacity: 0;
}

body.search header#header a,
header#header .stuck a {
    color: var(--four-cl);
}
body.search header#header a:hover,
header#header .stuck a:hover {
    color: var(--six-cl);
}
header#header .header-main li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    z-index: 9;
    transition: .5s all;
    opacity: 1 !important;
    background: white !important;
}

body.search header#header .header-main li.current_page_item>a:before,
body.search header#header .header-main li>a:hover:before,
header#header .header-main li.current_page_item>a:before,
header#header .header-main li>a:hover:before {
    width: 100% !important;
}
body.search header#header .header-main li>a:before,
body.search header#header .header-main li.current_page_item>a:before,
body.search header#header .header-main li>a:hover:before,
header#header .stuck .header-main li>a:before,
header#header .stuck .header-main li.current_page_item>a:before,
header#header .stuck .header-main li>a:hover:before {
    background: linear-gradient(103.72deg, #EF4136 9.81%, #FDC70C 90.19%) !important;
}
header#header .header_info {
    margin-left: 5rem !important;
}
.header_language a.lang-toggle:before,
.header_info a.btn_style_1:before,
header#header a[href="#search-lightbox"]:before,
header#header .header-main .sub-menu li>a:before {
    content: unset !important;
}
header#header .icon-search {
    color: #fff;
}
body.search #header .icon-search,
header#header .stuck .icon-search {
    color: var(--four-cl);
}
#header .header-main .flex-right {
    margin-right: -2rem;
}
#header .header-main .header-nav-main.nav-right li {
    margin: 0 1.042rem;
}
#header .header-main .header-nav-main.nav-right li.header-search {
    margin-right: 1.5625rem !important;
    margin-left: 0 !important;
}
#header .header-main .header-nav-main.nav-right li.header_language {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#header .header-main li.header-search a {
    color: #333333;
}
#header .header-main li.header-search a:hover i:before {
    color: var(--main-cl);
}


/*FOOTER*/
/*scroll-down animation*/
body .scroll-container {
    position: absolute;
    top: 60%;
    left: 1.25rem;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: fadeInUp 1.5s ease-out;
    z-index: 2;
}
body.page-template-home .scroll-container {
    display: flex;
}
.scroll-text {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.15625rem;
    margin-bottom: 1.2rem;
    writing-mode: vertical-rl;
    /*text-orientation: mixed;*/
    transform: rotate(180deg);
    /*animation: pulse 2s infinite;*/
}
.scroll-icon {
    width: 0.78125rem  /* 15/19.2 */;
    height: 1.302rem  /* 25/19.2 */;
    border: 1px solid #fff;
    border-radius: 1.302rem  /* 25/19.2 */;
    position: relative;
    margin-bottom: 1.5625rem  /* 30/19.2 */;
    animation: bounce 2s infinite;
}
.scroll-icon::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    animation: scrollDot 2s infinite;
}
.dotted-line {
    width: 2px;
    height: 50px;
    background: repeating-linear-gradient(
            to bottom,
            white 0px,
            white 4px,
            transparent 4px,
            transparent 8px
    );
    animation: moveDown 3s infinite;
}
@keyframes moveDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}

#footer {
    padding-top: 4.375rem;
}
.logo_footer {}
.footer_top .col_left {
    border-right: 1px solid #EBF9F1;
    margin-right: 1.25rem;
    padding-right: 3.542rem;
}
.logo_footer>.logo {
    flex: 0 0 auto;
    width: auto;
    height: 5.417rem;
    border-right: 1px solid #DADADA;
    padding-right: 1.40625rem;
    margin-right: 1.40625rem;
}
.logo_footer>.company {
    font-family: 'Montserrat SemiBold';
    font-size: 1.354rem;
}
.block_footer span.title {
    display: block;
    flex: 0 0 auto;
    font-family: 'Montserrat Bold';
    font-size: 0.9375rem;
    color: var(--main-cl);
}
.footer_top :is(.block_footer.block_1, .block_footer.block_2) span.title {
    width: 22%;
}
.block_footer {
    border-top: 1px solid #DADADA;
}
.block_footer.block_1 {
    padding-top: 1.354rem;
    margin-top: 2.604rem;
}
.block_footer.block_1 .item:not(:last-child) {
    margin-bottom: 0.521rem;
}
.block_footer.block_1 span.title_item {
    display: block;
    font-family: 'Montserrat SemiBold';
    font-size: 0.9375rem;
    color: var(--four-cl);
    margin-bottom: 1px;
}
.block_footer.block_1 .content {
    font-size: 0.833rem;
    margin-left: 0.521rem;
}
.block_footer.block_1 .items-center.br .content {
    margin-left: 0 !important;
}
.block_footer.block_1 .box_content .items-center.br {
    align-items: flex-start;
    gap: 0;
    border-right: none !important;
}
.block_footer.block_2 {
    padding-top: 1.25rem;
    margin-top: 1.354rem;
}

.box_socials ul {
    gap: 0.521rem;
}
.box_socials a {
    display: block;
    width: 2.1875rem;
    aspect-ratio: 1 / 1;
}
.box_socials a:hover path {
    fill: var(--six-cl);
}
.box_socials a:hover stop {
    stop-color: var(--six-cl);
}
.box_socials a:hover img {
    transform: scale(0.9);
}
a > svg {
    width: 100%;
    height: 100%;
}

.block_footer.block_3 {
    border: none;
}
.block_footer.block_3 > span.title {
    font-family: 'Montserrat SemiBold';
    font-size: 1.667rem;
}
.block_footer.block_3 .content_form {
    padding-top: 1.51rem;
}
.footer_top form {
    margin-bottom: 0;
}
.footer_top .form_item {
    margin-bottom: 0;
}
.footer_top .form_item input {
    font-size: 0.9375rem;
    height: 2.865rem;
    color: var(--four-cl);
    border-color: #BDE3CD;
    background: #EEF5F1;
}
.footer_top .form_item input:focus {
    border-color: var(--main-cl) !important;
}
.footer_top input::placeholder {
    font-size: 0.9375rem;
    color: rgba(51, 51, 51, 0.7);
}
.footer_top .submit_btn {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #CAEFDA;
    padding-left: 1.042rem;
}
.footer_top .submit_btn .inner {
    display: flex;
    align-items: center;
}
.footer_top .submit_btn input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0 !important;
}
.footer_top .submit_btn .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
.footer_top .wpcf7-response-output {
    color: #ffb900;
}
.footer_top .wpcf7-spinner {
    display: none;
}
.footer_top .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
}
#footer .wpcf7 form .wpcf7-response-output {
    /*display: none !important;*/
    color: var(--main-cl);
    border-color: var(--main-cl) !important;
    margin-bottom: 0;
}
.loading-spin.centered, .processing:before {
    border-left-color: var(--main-cl) !important;
}

.block_footer.block_4 {
    border: none;
    padding-top: 3.177rem;
}
.block_footer.block_4 .content_menu {
    gap: 2rem;
    justify-content: space-between;
    padding-right: 2.917rem;
}
.block_footer.block_4 .title_menu {
    display: block;
    font-family: 'Montserrat Bold';
    font-size: 1.042rem;
    color: var(--four-cl);
    margin-bottom: 1.042rem;
}
.block_footer .menu_footer a {
    font-weight: 400;
    font-size: 0.833rem;
    color: var(--four-cl);
}
.block_footer .menu_footer > li:not(:last-child) {
    margin-bottom: 0.55rem;
}
#footer a:hover {
    color: var(--main-cl);
}
.block_footer .box_socials ul {
    gap: 1.042rem;
}
.block_footer .box_socials a {
    display: block;
    width: 2.5rem;
    aspect-ratio: 1 / 1;
    filter: drop-shadow(0px 2px 4px #00000014);
}
.block_footer .box_socials a:hover {
    filter: drop-shadow(0px 2px 4px rgba(255, 49, 49, 0.25));
}

.block_footer.block_5 {
    padding-top: 1.615rem;
    margin-top: 1.979rem;
}
.footer_top .link_external {
    gap: 3.90625rem;
}
.footer_top .link_external a {
    font-size: 0.833rem;
    color: var(--four-cl);
}
.footer_top .logo_trade.box_img {
    max-width: 100%;
    width: fit-content;
    height: 2.8125rem;
}
.copyright {
    margin-top: 2.1875rem;
    background: linear-gradient(90deg, #0B9547 0%, #4CB748 52.43%, #0B9547 100%);
}
.copyright .content {
    font-size: 0.677rem;
    padding: 0.85rem 0 0.68rem;
    color: #FFFFFFCC;
}

/*--------PAGE---------*/
/*HOME*/
.banner_hero .item {
    height: 48.75rem;
    width: 100%;
}
.banner_hero .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 14.58%, rgba(0, 0, 0, 0.461664) 47.22%, rgba(0, 0, 0, 0) 80.29%);
    pointer-events: none;
    overflow: hidden;
}
.banner_hero .box_content {
    width: 100%;
    max-width: 45%;
    position: absolute;
    bottom: 9.167rem;
    left: calc((100vw - var(--container-w)) / 2);
    transform: translateX(0) translateY(130%);
    opacity: 0;
    transition: 1.2s all;
    transition-delay: .2s;
    z-index: 2;
}
.banner_hero .swiper-slide.swiper-slide-active .box_content {
    opacity: 1;
    transform: translateX(0) translateY(0);
}
.banner_hero .box_content .box_img {
    width: 20.104rem;
    margin: 0 auto;
}
.banner_hero h1 {
    margin-bottom: 1.042rem;
    line-height: 1.2;
}
.banner_hero .content {
    font-family: 'Montserrat SemiBold', sans-serif;
    font-size: 1.354rem;
}
.banner_hero .swiper-pagination {
    display: flex;
    position: absolute;
    bottom: 2.8125rem  /* 54/19.2 */;
}

.home_1 {
    padding-top: 7.292rem;
}
.home_1 .heading_sec {
    line-height: 1.2;
    margin-bottom: 8px;
}
.home_1 .desc_sec {
    padding-right: 6rem;
}
.home_1 .list_counter {
    padding-top: 3.542rem;
}
.home_1 .box_logo_svg {
    width: 26.458rem;
    margin-left: 4rem;
}
.box_logo_svg svg {
    width: 100%;
    height: 100%;
}

.svg-stroke path {
    fill: none;

    stroke: url(#strokeGradient);
    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;

    stroke-dasharray: 3500;
    stroke-dashoffset: 3500;

    vector-effect: non-scaling-stroke;
}
.draw_svg .svg-stroke path {
    animation: drawLine 2.5s ease forwards;
}
.draw_svg .svg-fill {
    opacity: 0;
    animation: fillIn 1s ease forwards;
    animation-delay: 2.5s;
}
@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes fillIn {
    to {
        opacity: 1;
    }
}
.draw_svg .svg-stroke {
    animation: hideStroke 0.6s ease forwards;
    animation-delay: 3s;
}
@keyframes hideStroke {
    to {
        opacity: 0;
    }
}

.number_list_layout {
    display: flex;
}
.number_list_layout .item_counter_normal>.item_counter {
    position: relative;
    padding-left: 2.1875rem;
    margin-left: 2.1875rem;
    /*border-left: 1px solid #AACDB9;*/
}
.number_list_layout .item_counter_normal>.item_counter:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #AACDB9;
}
.number_list_layout .item_counter_normal>.item_counter:first-child {
    margin-left: 0;
}
.number_list_layout .number {
    display: flex;
    width: fit-content;
    font-family: "Montserrat Bold", sans-serif;
    font-size: 4.167rem;
}
.number_list_layout h3 {
    font-family: 'Montserrat Medium', sans-serif;
    font-weight: 500;
    font-size: 0.833rem;
    margin-top: 8px;
}
.number_list_layout .item_counter.special {
    padding-right: 5.677rem;
}
.number_list_layout .item_counter.special .inner {
    line-height: 0.8 !important;
}
.number_list_layout .item_counter.special .number {
    align-items: center;
    font-size: 9.979rem;
    gap: 0.573rem;
}
.number_list_layout .item_counter.special sup {
    font-family: "Montserrat SemiBold", sans-serif;
    font-size: 3rem;
    line-height: 1;
    vertical-align: super;
    margin-right: 4px;
    letter-spacing: normal;
}
.number_list_layout .item_counter.special .text {
    align-items: anchor-center;
}
.number_list_layout .item_counter.special .text>span {
    display: block;
    font-family: "Montserrat Bold", sans-serif;
    font-size: 1.891rem;
    letter-spacing: normal;
}
.number_list_layout .item_counter.special h3 {
    font-size: 1.197rem;
    margin-top: 0;
}

.home_2 {
    padding-top: 5rem;
}
.home_2.bg_image {
    background-position: bottom;
    background-size: contain;
}
.home_2.bg_image:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.957251) 6.63%, rgba(0, 0, 0, 0.924699) 12.06%, rgba(0, 0, 0, 0.897774) 18%, rgba(0, 0, 0, 0.847312) 25.99%, rgba(0, 0, 0, 0.798063) 32.13%, rgba(0, 0, 0, 0) 100%);
    opacity: .7;
    pointer-events: none;
}
.popup_home2 {
    margin-top: 4.375rem;
}
.popup_home2 .inner>span.text {
    max-width: 11.458rem;
    display: block;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 1.042rem;
    text-align: center;
    margin-top: 4.479rem;
    color: var(--six-cl);
}
.home_2 .number_list_layout h3 {
    color: #fff;
}
.home_2 .list_counter {
    padding-top: 26.875rem;
    padding-bottom: 1.5625rem;
}
.home_2 .number_list_layout .item_counter_normal>.item_counter:before {
    background: #fff;
}

.home_3 {
    padding-top: 7.292rem;
}
.home_3.bg_image {
    background-position: center;
    background-size: contain;
}
.home_3 .group_heading {
    padding: 0 5.208rem;
}
.home_3 .heading_sec {
    margin-bottom: 1.146rem;
}
.list_certi_wrap {
    margin: 0 -1.771rem;
    padding-top: 1.771rem;
}
.list_certi_wrap .item {
    padding: 1.5625rem 1.771rem 0;
}
.list_certi_wrap .box_img {
    width: fit-content;
    height: 5.46875rem;
    margin: 0 auto;
}
.list_certi_wrap .box_content {
    margin-top: 2.083rem;
}
.list_certi_wrap .box_content h3 {
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 1.042rem;
    color: var(--four-cl);
    margin-bottom: 0.573rem;
}
.list_certi_wrap .box_content .content {
    font-size: 0.78125rem;
}
.list_certi_wrap .link {
    width: fit-content;
    margin: 1.042rem auto 0;
    opacity: 0;
    transition: .5s all;
}
.list_certi_wrap .link>span {
    font-family: 'Montserrat SemiBold', sans-serif;
    font-size: 0.9375rem;
    text-decoration: underline;
    text-decoration-style: solid;
    color: var(--six-cl);
}
.list_certi_wrap .link>svg {
     margin-left: 8px;
}
.list_certi_wrap .item:hover .link {
    opacity: 1;
}

.home_4 {
    margin-top: 2rem;
}
.home_4>.inner {
    border-radius: 2.76rem;
    margin: 0 3.75rem 0 3.385rem;
    padding: 4.167rem 0 3.125rem;
}
.home_4>.inner.bg_image {
    width: auto;
    background-position: left center;
    background-size: contain;
}
.home_4 .group_heading {
    padding-right: 8rem;
}
.list_why_wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 6.09375rem;
    row-gap: 3.646rem;
    padding-top: 2.604rem;
}
.list_why_wrap .box_img {
    width: fit-content;
    height: 3.125rem;
}
.list_why_wrap .box_content {
    margin-top: 1.25rem;
}
.list_why_wrap .item h3 {
    width: fit-content;
    font-family: 'Montserrat SemiBold', sans-serif;
    font-size: 1.042rem;
    border-bottom: 1px solid transparent;
}
.list_why_wrap h3:hover {
    border-color: #fff;
}
.list_why_wrap .content {
    font-size: 0.833rem;
}
.btn_home4>.btn {
    margin-top: 2.604rem;
}

.home_5 {
    padding-top: 5.625rem;
}
.home_5 .tab_menu {
    justify-content: flex-start;
}
.tab_style_2 li>a {
    padding: 0.78125rem 1.771rem;
    font-family: 'Montserrat Medium';
    font-size: 0.9375rem;
    line-height: 1.302rem;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--six-cl);
    transition: all 0.4s;
    position: relative;
    z-index: 3;
}
.tab_style_2 li>a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    content: '';
    border-radius: 5rem;
    background: linear-gradient(90deg, #EF4136 0%, #FFC709 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    padding: 1px;
}
.tab_style_2 li>a:after {
    background: linear-gradient(90deg, #EF4136 0%, #FFC709 100%);
    opacity: 0;
    border-radius: 5rem;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    transition: all 0.4s;
}
.tab_style_2 li.current-menu-item>a,
.tab_style_2 li>a.active,
.tab_style_2 li:hover>a {
    color: #FFF;
}
.tab_style_2 li.current-menu-item>a:after,
.tab_style_2 li>a.active:after,
.tab_style_2 li:hover>a:after {
    opacity: 1;
}

.markets_wrap {
    padding-top: 1.458rem;
}
.markets_wrap .item {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s all;
}
.markets_wrap .item.active {
    display: block;
    opacity: 1;
    transition: .5s all;
    animation: fade_up;
    animation-duration: 1s;
}
@keyframes fade_up {
    from {
        opacity: 0;
        transform: translateY(2rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.markets_wrap .inner_wrap {
    display: flex;
}
.markets_wrap .list_counter_maps {
    width: 33.33%;
    flex: 0 0 auto;
}

.list_counter_maps .item_counter:not(:last-child) {
    margin-bottom: 1.042rem;
}
.list_counter_maps .item_counter {
    position: relative;
    padding-left: 1.667rem;
    padding-bottom: 1.667rem;
}
.list_counter_maps .item_counter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, #0B9547 0%, rgba(76, 183, 72, 0) 100%);
}
.list_counter_maps .number {
    font-family: 'Montserrat SemiBold';
    font-size: 5.208rem;
    color: var(--main-cl);
}
.list_counter_maps h3 {
    font-family: 'Montserrat Regular';
    font-weight: 400;
    font-size: 1.042rem;
    color: var(--four-cl);
}

.markets_wrap .box_maps{
    margin-right: calc(-1* (100vw - var(--container-w)) / 2 + 15px);
}
.markets_wrap .box_maps>img,
.markets_wrap .box_maps>svg{
    width: 100%;
    height: 100%;
}
.markets_wrap .box_maps>svg{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}
.markets_wrap .box_maps .dot_item{
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    z-index: 9;
    left: 76.5%;
    top: 55%;
    transition: all 2s;
}
.markets_wrap .box_maps.active .dot_item{
    top: var(--top);
    left: var(--left);
}
.markets_wrap .box_maps .dot_item .dot{
    width: 0.521rem;
    height: 0.521rem;
    border-radius: 50%;
    background-color: var(--main-cl);
    position: relative;
}
.markets_wrap .box_maps .dot_item .dot:before{
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--main-cl);
    animation: scaleBorder 1s infinite;
    border-radius: 50%;
}
.markets_wrap .box_maps .dot_item .box_content{
    position: absolute;
    top: 50%;
    /*left: calc(100% + 10px);*/
    transform: translateY(-50%);
    width: max-content;
    opacity: 0;
    padding-left: calc(100% + 10px);
    transition: all 0.4s;
    pointer-events: none !important;
}
.markets_wrap .box_maps .dot_item .inner{
    width: fit-content;
    background: #fff;
    border-radius: 1.042rem;
    padding: 1.042rem;
    filter: drop-shadow(2px 4px 10px #0000001A);
}
.markets_wrap .box_maps .dot_item .box_img {
    width: auto;
    height: 5.208rem;
    border-radius: 0.521rem;
}
.markets_wrap .box_maps .dot_item img{
    object-fit: contain;
}
.markets_wrap .box_maps .dot_item h3 {
    font-family: 'Montserrat SemiBold';
    font-size: 0.833rem;
    margin-top: 0.521rem;
    color: var(--four-cl);
}
.markets_wrap .box_maps .dot_item svg {
    width: fit-content;
    margin-left: auto;
}
.markets_wrap .box_maps .dot_item:hover{
    z-index: 99;
}
.markets_wrap .box_maps .dot_item:hover .box_content{
    opacity: 1;
}
.markets_wrap .box_maps>svg>path{
    transition: all 2s;
    clip-path: inset(0 0 0 100%);
}
.markets_wrap .box_maps.active>svg>path{
    clip-path: inset(0 0 0 0);
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}

.page-template-home .marquee-sec {
    padding-top: 2.5rem;
}
.marquee-img-wrap .marquee-img{
    display: flex;
    width: max-content;
    max-width: unset;
    align-items: center;
}
.marquee-img-wrap .marquee-img .box_img {
    margin: 0 2.083rem;
}
.marquee-img-wrap .marquee-img img {
    filter: saturate(0);
    transition: filter 0.3s ease;
}
.marquee-img-wrap .marquee-img .box_img:hover>img {
    filter: saturate(1);
}
.marquee-img-wrap .marquee-img:has(.box_img:hover) {
    animation-play-state: paused;
}

.home_7 {
    background: rgba(23, 149, 11, 0.1);
    margin-top: 6.3rem;
    padding-top: 5.208rem;
    padding-bottom: 5.208rem;
}
.home_7 .graphic_1 {
    top: 20%;
    left: -1%;
}
.home_7 .graphic_2 {
    top: 28%;
    right: -1%;
}
.home_7 .tab_menu {
    padding-top: 1.5625rem;
}
.tab_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.042rem;
}
.tab_menu .view_all>.btn {
    margin-top: 0;
}
.tab_style_1 li:not(.view_all)>a {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 0.9375rem;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 5.208rem;
    padding: 0.625rem 1.25rem;
}
.tab_style_1 li:nth-child(1)>a {
    border-color: #EF4136;
    color: #EF4136;
}
.tab_style_1 li:nth-child(2)>a {
    border-color: #EF4136;
    color: #EF4136;
}
.tab_style_1 li:nth-child(3)>a {
    border-color: #159F4A;
    color: #159F4A;
}
.tab_style_1 li:nth-child(4)>a {
    border-color: #00A7E1;
    color: #00A7E1;
}
.tab_style_1 li:nth-child(1)>a:hover {
    background: #EF4136;
    color: #fff;
}
.tab_style_1 li:nth-child(2)>a:hover {
    background: #EF4136;
    color: #fff;
}
.tab_style_1 li:nth-child(3)>a:hover {
    background: #159F4A;
    color: #fff;
}
.tab_style_1 li:nth-child(4)>a:hover {
    background: #00A7E1;
    color: #fff;
}

.product_home_wrap {
    padding-top: 1.5625rem;
    margin: 0 -0.625rem;
}
.product_home_wrap .arrow_absolute {
    opacity: 0;
    transition: .5s all;
}
.product_home_wrap:hover .arrow_absolute {
    opacity: 1;
}
.product_home_wrap .item {
    margin: 0 0.625rem;
}
.item_product_1>.inner {
    background: #fff;
    border-radius: 1.042rem;
    padding: 2.083rem 1.875rem 2.604rem;
}
.item_product_1 h3 {
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 1.146rem;
    margin-bottom: 0.521rem;
}
.item_product_1 .box_img {
    width: 13.542rem;
    height: 13.542rem;
    margin: 1.146rem auto 0;
    overflow: unset;
}
.item_product_1 .box_img>.ht {
    max-width: 11.979rem;
    width: 0;
    height: 7.552rem;
}
.item_product_1 .box_img>.ht_left {
    top: 0.521rem;
    left: -2.4rem;
}
.item_product_1 .box_img>.ht_right {
    bottom: 0.521rem;
    right: -2.5rem;
}
.item_product_1 .box_img>.ht>.inner {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.item_product_1 .box_img>.ht_left>.inner {
    background-image: url('../images/ht_sp_left.png');
}
.item_product_1 .box_img>.ht_right>.inner {
    background-image: url('../images/ht_sp_right.png');
    transform-origin: right;
}
.item_product_1:hover .box_img>.ht {
    width: 11.979rem;
}
.item_product_1:hover .box_img>.ht.ht_right {
    direction: rtl;
}
.item_product_1 .box_img>div {
    transition: 1s all;
}
.item_product_1:hover .box_img>.img_1,
.item_product_1 .box_img>.img_2 {
    opacity: 0;
    transform: scale(0);
}
.item_product_1:hover .box_img>.img_2 {
    opacity: 1;
    transform: scale(1);
}
.item_product_1 .link {
    width: fit-content;
    border-radius: 5.208rem;
    margin: -1.042rem auto 0;
    padding: 8px;
}

.hover_style .arrow.prev {
    left: -7%;
}
.hover_style .arrow.next {
    right: -7%;
}
.hover_style .arrow {
    width: 2.7rem;
    height: 2.604rem;
}
.hover_style .arrow circle {
    fill: transparent;
}
.hover_style .arrow:hover circle {
    fill: var(--main-cl);
}
.hover_style .arrow:hover stop {
    /*stop-color: #fff;*/
}
.hover_style .arrow:hover path {
    stroke: #fff;
}

.home_8 .group_heading {
    padding-top: 3.854rem;
}
.home_8 .subtitle.dot:before {
    background: linear-gradient(90deg, #EF4136 0%, #FFC709 100%);
}
.bg_member_container {
    height: 48.75rem  /* 936/19.2 */;
}
.bg_member_container:after,
.bg_member_container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    z-index: 3;
}
.bg_member_container:after {
    top: unset;
    bottom: 0;
    height: 30%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 4;
}
.box_member_wrapper .bg_member {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, z-index 0s 0.5s;
    z-index: 1;
    opacity: 0;
}
.box_member_wrapper .bg_member>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_member_wrapper .bg_member.active {
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s ease, z-index 0s;
}
.box_member_wrapper .item_member_container {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.box_member_wrapper .box_item_wrap {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-right: calc(-1 * ((100vw - var(--container-w)) / 2 + 15px));
}
.box_member_wrapper .item_member {
    width: 16.25rem;
    aspect-ratio: 1/1;
    background: #00000066;
    backdrop-filter: blur(19.02px);
    transition: .5s all;
    padding: 1.771rem 1.771rem 2.083rem;
}
.box_member_wrapper .item_member.active,
.box_member_wrapper .item_member:hover {
    background: var(--main-cl);
    border-color: var(--main-cl);
}
.box_member_wrapper .item_member>.inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.box_member_wrapper .item_member h3 {
    font-family: 'Montserrat SemiBold', sans-serif;
    font-size: 1.042rem;
    margin-bottom: 0;
}
.box_member_wrapper .item_member .icon {
    position: relative;
    margin-left: auto;
    width: 2.34375rem;
    height: 2.34375rem;
    overflow: hidden;
}
.box_member_wrapper .item_member .icon>svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.box_member_wrapper .item_member .icon>svg:nth-child(2) {
    transform: translate(-100%, 100%);
}
.box_member_wrapper .item_member:hover .icon>svg:nth-child(2) {
    transform: translate(0%, 0%);
}
.box_member_wrapper .item_member:hover .icon>svg:nth-child(1) {
    transform: translate(100%, -100%);
}
.box_member_wrapper .item_member.item_opacity {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.box_member_wrapper .item_member.item_opacity:last-of-type {
    display: none !important;
}

.home_9 {
    padding-top: 6.927rem;
    padding-bottom: 5.208rem;
    background: linear-gradient(180deg, rgba(23, 149, 11, 0) 0%, rgba(23, 149, 11, 0.05) 100%);
}
.box_news_home {

}
.box_news_home .box_large .box_img {
    width: 66.66%;
    flex: 0 0 auto;
    border-top-left-radius: 1.042rem;
    border-bottom-left-radius: 1.042rem;
}
.box_news_home .box_large .box_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90deg, #0B9547 0%, #4CB748 100%);
    padding: 3.4375rem 2.448rem 5.677rem 3.75rem;
    border-top-right-radius: 1.042rem;
    border-bottom-right-radius: 1.042rem;
}
.box_news_home .logo_watermark {
    position: absolute;
    bottom: 0;
    right: 1.25rem;
    width: 9.74rem;
    height: 5.729rem;
    background-image: url('../images/watermark_news.svg');
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
}
.box_news_home .box_large h3 {
    font-family: 'Montserrat SemiBold';
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.625rem;
}
.box_news_home .box_large.item_hover:hover h3 {
    color: #fff !important;
}
.box_news_home .box_large .desc {
    font-size: 0.833rem;
    margin-top: 1.458rem;
}
.box_news_home .box_large .link {
    margin-top: 1.51rem;
}
.box_news_home .box_large:hover .link>span.text {
    border-color: #fff;
}

.box_news_home .list_item {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.083rem;
    padding-top: 1.71875rem;
}
.item_news .box_img {
    aspect-ratio: 439/247;
    border-radius: 1.042rem;
}
.item_news .box_content {
    padding-top: 1.042rem;
}
.item_news h3 {
    font-family: 'Montserrat SemiBold';
    font-size: 1.042rem;
    color: var(--four-cl);
    margin-top: 9px;
}
.item_news .link {
    margin-top: 1.042rem;
    gap: 0.573rem;
}
.item_news .link>span.text {
    font-family: 'Montserrat SemiBold';
    font-size: 0.9375rem;
    border-bottom: 1px solid transparent;
    color: var(--six-cl);
}
.item_news:hover .link>span.text {
    border-color: var(--six-cl);
}
ul.fixed_button.desktop_display {
    position: fixed;
    bottom: 0;
    right: 2rem;
    list-style: none;
    transform: translateY(-35%);
    z-index: 99;
}
ul.fixed_button>li:not(:last-child) {
    margin-bottom: 0.8rem;
}
ul.fixed_button>li>a {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
    background: var(--main-cl);
    border: 1px solid var(--main-cl);
    border-radius: 50%;
    z-index: 1;
    transition: .5s all;

}
ul.fixed_button>li>a img {
    max-width: 50%;
    max-height: 50%;
    width: auto;
    height: auto;
    z-index: 1;
}
ul.fixed_button>li>a:hover {
    transform: scale(1.1);
    transition: .5s all;
}
ul.button_cta.mobile_display{
    display:none;
}
@keyframes  pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
ul.fixed_button li a{
    position: relative;
}

ul.fixed_button li a:before,
li.button_cta_open:before{
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    animation: pulse-border 1000ms ease-out infinite;
    background-color: var(--main-cl);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
@media (min-width: 1200px) {
    html {
        font-size: 1vw;
    }
}
@media (max-width: 1600px) and (min-width: 1399px) {
    /*COMPONENTS*/
    .subtitle {
        font-size: 0.9rem;
    }
    #header .header-wrapper {
        padding-top: 0.3rem;
    }
    .desc_sec {
        font-size: 1.1rem;
    }
    #header .header-main .header-nav-main.nav-right li {
        margin: 0 0.5rem;
    }
    /*HEADER*/
    #header .header-main>.container {
        max-width: 90rem !important;
    }
    #header #logo img {
        transform: translateX(8%) translateY(-19%);
    }
    #header .stuck #logo img {
        transform: translateX(12%) translateY(-36%);
    }

    /*HOME*/
    .home_1 .desc_sec {
        padding-right: 0;
    }
    .home_1 .box_logo_svg {
        margin-left: 6rem;
    }
    .number_list_layout h3 {
        font-size: 0.86rem;
    }
    .number_list_layout .item_counter.special {
        padding-right: 5rem;
    }
    .home_2 .list_counter {
        padding-top: 24rem;
    }
    .home_3 .group_heading {
        padding: 0 2rem;
    }
    .list_certi_wrap {
        margin: 0 -1.2rem;
    }
    .list_certi_wrap .item {
        padding: 0 1.2rem;
    }
    .list_certi_wrap .box_content h3 {
        font-size: 1.1rem;
    }
    .list_certi_wrap .box_content .content {
        font-size: 0.88rem;
    }
    .home_4 .group_heading {
        padding-right: 6rem;
    }
    .list_why_wrap .item h3 {
        font-size: 1.02rem;
    }
    .list_why_wrap .content {
        font-size: 0.95rem;
    }
    .home_5 .col:nth-child(1) .group_heading {
        padding-right: 3rem;
    }
    .markets_wrap .list_counter_maps {
        width: 28%;
        flex: 0 0 auto;
    }
}
@media (max-width: 1500px) and (min-width: 1400px) {
    .term_time {
        font-size: 0.9rem;
    }
    .item_news h3 {
        font-size: 1.1rem;
    }

    .block_footer.block_1 span.title_item {
        font-size: 1.05rem;
    }
    .block_footer.block_1 .content {
        font-size: 0.9rem;
    }
    .block_footer .menu_footer a {
        font-size: 0.95rem;
    }

    .banner_hero .item:before {
        width: 80%;
    }
    .home_5 .col:nth-child(1) .group_heading {
        padding-right: 0;
    }
    .home_5 .col:nth-child(2) .desc_sec {
        margin-right: -3rem;
    }
    .markets_wrap .box_maps .dot_item .dot:before {
        width: 1rem;
        height: 1rem;
    }
    .box_news_home .box_large h3 {
        font-size: 1.3rem;
    }
    .box_news_home .box_large .desc {
        font-size: 0.95rem;
    }
}
@media (max-width: 1400px) and (min-width: 1300px) {
    .subtitle {
        font-size: 1rem;
    }
    .desc_sec {
        font-size: 1.1rem;
    }

    /*HEADER*/
    #header .header-main>.container {
        max-width: 90rem !important;
    }
    header#header .header_info {
        margin-left: 3rem !important;
    }
    #header #logo img {
        transform: translateX(11%) translateY(-20%);
    }
    #header .stuck #logo img {
        transform: translateX(11%) translateY(-36%);
    }

    .banner_hero .item:before {
        width: 90%;
    }
    .banner_hero .box_content {
        max-width: 46%;
    }
    .home_1 .desc_sec {
        padding-right: 0;
    }
    .home_1 {
        padding-top: 5rem;
    }
    .number_list_layout h3 {
        font-size: 1rem;
    }
    .number_list_layout .item_counter.special {
        padding-right: 1rem;
    }
    .home_3 .group_heading {
        padding: 0 1rem;
    }
    .list_certi_wrap {
        margin: 0 -6rem;
    }
    .list_certi_wrap .box_content .content {
        font-size: 1rem;
    }
    .list_certi_wrap .item {
        padding: 0 1rem;
    }
    .home_4 .group_heading {
        padding-right: 6rem;
    }
    .list_why_wrap .item h3 {
        font-size: 1.1rem;
    }
    .list_why_wrap .content {
        font-size: 0.9rem;
    }
    .home_5 .desc_sec {
        margin-right: -3rem;
    }
    .markets_wrap .box_maps .dot_item .box_img {
        height: 6rem;
    }
    .markets_wrap .box_maps .dot_item h3 {
        font-size: 1.2rem;
    }
    .box_member_wrapper .item_member h3 {
        font-size: 1.2rem;
    }
}
@media (max-width: 1299px) and (min-width: 1199px) {
    header#header:before {
        height: 7rem;
    }
    #header .header-main>.container {
        max-width: 93rem !important;
    }
    #header #logo img {
        transform: translateX(29%) translateY(-20%);
    }
    #header .stuck #logo img {
        transform: translateX(35%) translateY(-30%);
    }
}

@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    ul.fixed_button>li>a {
        width: 4.5rem;
        height: 4.5rem;
    }
    .load_home_page svg {
        width: 320px;
    }

    html {
        font-size: 0.9vw;
    }

    body {
        font-size: 2rem;
    }
    .subtitle {
        font-size: 1.3rem;
        margin-bottom: 1.05rem;
    }
    .subtitle.dot {
        padding-left: 1.2rem;
    }
    .desc_sec {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .btn span.text {
        font-size: 1.3rem;
    }
    .tab_style_1 li:not(.view_all)>a {
        padding: .96rem 1.25rem;
        font-size: 1.3rem;
    }


    /*HEADER*/
    header#header:before {
        height: 8rem;
    }
    #header #logo {
        width: 10rem;
    }
    #header .header-main>.container {
        max-width: var(--container-w) !important;
    }
    #header .header-main .flex-right {
        margin-right: 0;
    }
    header#header .header_info {
        margin-left: 3rem !important;
    }
    #header .nav>li>a {
        font-size: 1.1rem;
    }
    header#header .header_info {
        margin-left: 1rem !important;
    }
    .header_info a.btn {
        padding: 0.4rem 1.25rem;
    }
    .header_info span.icon {
        width: 1.6rem;
        display: block;
    }
    .header_info span.text {
        font-size: 0.95rem;
    }
    #header .header-wrapper {
        padding-top: 0;
    }
    #header .nav>li>a {
        line-height: 5.9rem !important;
    }
    header#header .header-main:after, header#header .header-main:before {
        left: calc(calc((100vw - var(--container-w)) / 2) + 13rem);
    }
    #header #logo img {
        transform: translateX(27%) translateY(-25%);
    }
    #header .stuck #logo img {
        max-height: 6rem !important;
        transform: translateX(20%) translateY(-32%);
    }

    /*FOOTER*/
    .logo_footer>.company {
        font-size: 1.8rem;
    }
    .block_footer span.title {
        font-size: 1.4rem;
    }
    .block_footer.block_1 .content,
    .block_footer.block_1 span.title_item {
        font-size: 1.4rem;
    }
    .block_footer .box_socials a {
        width: 3.5rem;
    }
    .footer_top .form_item input {
        font-size: 1.4rem;
        height: 4.8rem;
    }
    .footer_top .form_item input::placeholder {
        font-size: 1.4rem;
    }
    .block_footer.block_4 .title_menu {
        font-size: 1.5rem;
        margin-bottom: 0.7rem;
    }
    .block_footer .menu_footer > li {
        line-height: normal;
    }
    .block_footer .menu_footer a {
        font-size: 1.35rem;
    }
    .footer_top .link_external a {
        font-size: 1.3rem;
    }
    .footer_top .logo_trade.box_img {
        height: 4rem;
    }


    .banner_hero .box_content {
        max-width: 40%;
        font-size: 1.7rem;
    }
    .banner_hero .content {
        font-size: 1.6rem;
    }
    .heading_sec.fs_60 {
        font-size: 3rem;
    }
    .home_1 .desc_sec {
        padding-right: 0;
    }
    .number_list_layout h3 {
        font-size: 1.35rem;
    }
    .number_list_layout .item_counter.special h3 {
        font-size: 1.55rem;
    }
    .number_list_layout .number {
        font-size: 4.6rem;
    }
    .home_2 .group_heading {
        padding-right: 15rem;
    }
    .popup_home2 .inner>span.text {
        max-width: 20rem;
        font-size: 1.6rem;
    }
    .btn_play > svg {
        height: 6.6rem;
    }
    .home_3 .group_heading {
        padding: 0 12rem;
    }

    .list_certi_wrap .box_img {
        height: 6rem;
    }
    .list_certi_wrap .box_content h3 {
        font-size: 1.6rem;
    }
    .list_certi_wrap .box_content .content {
        font-size: 1.45rem;
    }
    .list_certi_wrap .link {
        opacity: 1;
    }
    .list_certi_wrap .link>span {
        font-size: 1.4rem;
    }
    .list_certi_wrap .swiper-pagination {
        display: flex;
    }
    .home_4 .group_heading {
        padding-right: 9rem;
    }
    .list_why_wrap .box_img {
        height: 4rem;
    }
    .list_why_wrap .item h3 {
        font-size: 1.6rem;
    }
    .list_why_wrap .content {
        font-size: 1.4rem;
    }
    .list_why_wrap {
        column-gap: 3rem;
    }
    .home_5 .heading_sec.fs_55 {
        font-size: 2.8rem;
    }
    .tab_style_2 li>a {
        padding: 1.4rem 1.5rem;
        font-size: 1.5rem;
    }
    .list_counter_maps .number {
        font-size: 4.8rem;
    }
    .list_counter_maps h3 {
        font-size: 1.3rem;
    }
    .markets_wrap .list_counter_maps {
        width: 25%;
    }
    .markets_wrap .box_maps .dot_item .box_img {
        height: 9rem;
    }
    .markets_wrap .box_maps .dot_item h3 {
        font-size: 1.6rem;
    }
    .markets_wrap .box_maps .dot_item svg {
        height: 2.85rem;
    }
    .markets_wrap .box_maps .dot_item .dot {
        width: 0.85rem;
        height: 0.85rem;
    }
    .markets_wrap .box_maps .dot_item .dot:before {
        width: 1.15rem;
        height: 1.15rem;
    }
    .item_product_1 h3 {
        font-size: 1.7rem;
    }
    .item_product_1 .content {
        font-size: 1.4rem;
    }
    .item_product_1 .box_img {
        width: 19.5rem;
        height: 19.5rem;
    }
    .item_product_1 .link {
        margin-top: -2.2rem;
    }
    .item_product_1 .link svg {
        width: auto;
        height: 2rem;
    }
    .graphic_1 {
        width: 16.448rem;
        height: 10.448rem;
    }
    .graphic_2 {
        width: 14.21875rem;
        height: 7.698rem;
    }
    .home_7 .graphic_1 {
        top: 12%;
    }
    .home_7 .graphic_2 {
        top: 21%;
    }
    .box_member_wrapper .item_member h3 {
        font-size: 1.4rem;
    }
    .home_8 .group_heading {
        padding-right: 12rem;
    }
    .home_9 .group_heading {
        padding-right: 13rem;
    }
    .box_news_home .box_large h3 {
        font-size: 2rem;
    }
    .term_time {
        font-size: 1.3rem;
    }
    .box_news_home .box_large .desc {
        font-size: 1.35rem;
    }
    .box_news_home .box_large .link>span.text {
        font-size: 1.4rem;
        margin-right: 8px;
    }
    .item_news h3 {
        font-size: 1.65rem;
    }
    .item_news .link>span.text {
        font-size: 1.45rem;
    }


}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 720px
    }
    ul.button_cta.mobile_display{
        display:block;
    }
    .load_home_page svg {
        width: 320px;
    }
    ul.fixed_button.desktop_display {
        display: none;
    }
    #search-lightbox {
        width: 47rem;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    #search-lightbox input {
        height: 4.4rem;
        font-size: 1.5rem;
    }
    #search-lightbox input::placeholder {
        font-size: 1.5rem;
    }
    #search-lightbox .button.icon i {
        font-size: 1.7rem;
        padding-right: 1rem;
    }
    #search-lightbox .search-keywords > a {
        font-size: 1.4rem;
        padding: 1rem 1.24rem;
    }

    html {
        font-size: 1.3vw;
    }

    /*COMPONENTS*/
    .subtitle {
        font-size: 1.3rem;
    }
    .subtitle.dot.text-center {
        padding-top: 1rem;
    }
    .heading_sec.fs_55 {
        font-size: 2.6rem;
    }

    /*HEADER*/
    #header {
        position: relative;
        background: #fff;
    }
    #header .header-wrapper {
        background: #fff;
    }
    #header .stuck.header-wrapper {
        position: fixed;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    }
    #header .header-main {
        padding: 0.7rem 0 !important;
    }
    header#header:before,
    header#header .header-main:after, header#header .header-main:before {
        content: unset;
    }
    #header .stuck #logo img,
    #header #logo img {
        max-height: 5.7rem !important;
        position: unset;
        transform: unset;
    }
    header#header .stuck .icon-search,
    header#header .icon-search {
        color: var(--main-cl);
    }

    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
        --drawer-width: 80% !important;
    }
    [data-open="#main-menu"] {
        display: block;
        width: 5rem;
        height: 4rem !important;
        background-image: url(../images/icon_menu.svg) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background-color: unset !important;
        padding: 0 !important;
    }
    [data-open="#main-menu"]:before {
        content: unset !important;
    }
    [data-open="#main-menu"] i {
        display: none;
    }
    [data-open="#search-lightbox"] {
        width: 2rem;
        height: 2rem !important;
    }

    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
        top: 70.6px;
        padding-top: 0;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        box-shadow: none !important;
        background-color: #fff !important;
    }
    .mfp-bg.off-canvas.off-canvas-left {
        top: 70.6px;
        position: fixed !important;
    }
    .has-off-canvas-left .mfp-ready .mfp-close {
        display: none;
    }
    .nav-sidebar.nav-vertical>li.current_page_item, .nav-sidebar.nav-vertical>li.menu-item:hover {
        background-color: var(--main-cl);
    }
    .nav-sidebar.nav-vertical>li.menu-item.active a,
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a[aria-current="page"],
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover {
        color: #fff !important;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        padding-left: 2.604rem !important;
        color: var(--main-cl) !important;
        font-size: 1.4rem !important;
        text-transform: uppercase;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a svg {
        width: 2.3rem;
        height: auto;
        margin-left: 4px;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a[aria-current="page"] path {
        stroke: #fff;
        fill: #fff;
    }
    .header_info span.text {
        display: none;
    }
    .header_info a.btn {
        padding: 0;
        min-width: unset;
        width: 3.5rem;
        height: 3.5rem;
        background: var(--main-cl);
    }
    .header_info span.icon {
        width: 2rem;
    }

    .toggle {
        color: var(--main-cl);
    }
    .active>.toggle {
        color: #fff;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active,
    .nav-sidebar.nav-vertical>li.menu-item:hover {
        background-color: var(--main-cl);
    }
    .nav-sidebar.nav-vertical > li + li {
        border-color: #e0e0e08f;
    }

    /*FOOTER*/
    body .scroll-container {
        top: 30%;
    }
    .footer_top :is(.block_footer.block_1, .block_footer.block_2) span.title {
        width: 32%;
    }
    .footer_top .col_left {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }
    .block_footer.block_2,
    .block_footer.block_1 {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_top :is(.block_footer.block_1, .block_footer.block_2) span.title {
        width: 100%;
        margin-bottom: 1rem;
    }
    .block_footer.block_3 > span.title {
        font-size: 1.6rem;
    }
    .block_footer.block_4 .content_menu {
        padding-right: 0;
    }
    .block_footer.block_4 .item {
        width: calc(100% / 2);
    }
    .block_footer.block_5 {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .footer_top .link_external {
        gap: 2rem;
    }
    .footer_top .col_left {
        border-right: 1px solid #EBF9F1;
        padding-right: 2rem;
    }
    .logo_footer>.company {
        font-size: 1.6rem;
    }
    .copyright .content {
        font-size: 1.05rem;
    }


    /*HOME*/
    .banner_hero .box_content {
        left: 50%;
        transform: translateX(-50%) translateY(130%);
        max-width: 100%;
        text-align: center;
    }
    .banner_hero .swiper-slide.swiper-slide-active .box_content {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    .banner_hero .item:before {
        width: 100%;
        height: 90%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 14.58%, rgba(0, 0, 0, 0.461664) 47.22%, rgba(0, 0, 0, 0) 80.29%);
    }
    .home_1 {
        padding-top: 5rem;
    }
    .home_1 .box_logo_svg {
        width: auto;
        margin-left: 0;
    }

    .number_list_layout {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }
    .number_list_layout .item_counter.special h3 {
        font-size: 1.65rem;
        text-align: left;
    }
    .number_list_layout .number {
        width: fit-content;
        margin: 0 auto;
    }
    .number_list_layout h3 {
        font-size: 1.4rem;
        text-align: center;
    }
    .number_list_layout .item_counter_normal>.item_counter:first-child:before {
        content: unset;
    }
    .number_list_layout .item_counter_normal>.item_counter:first-child {
        padding-left: 0;
    }
    .home_2 {
        padding-top: 7rem;
    }
    .home_2 .group_heading {
        padding-right: 0;
    }
    .home_2 .list_counter {
        padding-top: 10rem;
    }
    .home_2.bg_image:before {
        height: 60%;
    }
    .home_3 {
        padding-top: 5rem;
    }
    .home_3 .group_heading {
        padding: 0;
    }
    .list_certi_wrap {
        margin: 0 -1.3rem;
    }
    .list_certi_wrap .item {
        padding: 1.5625rem 1.3rem 0;
    }
    .home_4>.inner.bg_image {
        background-image: linear-gradient(257.26deg, #188849 0.89%, #4CB748 99.11%) !important;
    }
    .home_4 .row {
        justify-content: unset;
    }
    .home_4 .subtitle.dot {
        margin-left: auto;
        margin-right: auto;
    }
    .home_4 .group_heading {
        padding-right: 0;
        text-align: center;
    }
    .list_why_wrap {
        column-gap: 3rem;
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .btn_home4 {
        width: fit-content;
        margin: 0 auto;
    }
    .list_why_wrap .content br {
        display: none;
    }
    .markets_wrap .inner_wrap {
        flex-direction: column;
        align-items: center;
    }
    .markets_wrap .list_counter_maps {
        width: 100%;
        display: flex;
        gap: 2rem;
    }
    .markets_wrap .box_maps {
        margin-right: 0;
        padding-top: 3rem;
    }
    .markets_wrap .box_maps .dot_item .dot:before {
        width: 1.5rem;
        height: 1.5rem;
    }
    .markets_wrap .box_maps .dot_item .dot {
        width: 0.9rem;
        height: 0.9rem;
    }
    .product_home_wrap .arrow_absolute {
        display: none;
    }
    .product_home_wrap .swiper-pagination {
        display: flex;
        padding-top: 3rem;
    }
    .home_8 .group_heading {
        padding-right: 8rem;
    }
    .box_member_wrapper .box_item_wrap {
        margin-right: 0;
    }
    .box_member_wrapper .item_member.item_opacity {
        display: none;
    }
    .box_member_wrapper .item_member {
        width: 100%;
        height: 16rem;
        aspect-ratio: unset;
        padding: 2rem;
    }
    .bg_member_container:before {
        background: #00000075;
    }
    .home_9 .group_heading {
        padding-right: 0;
    }
    .box_news_home .box_large .box_content {
        padding: 3.4375rem 2.448rem 3.75rem;
    }
    .box_news_home .box_large .box_img {
        width: 55%;
    }
    ul.button_cta {
        position: fixed;
        bottom: 0;
        right: 2rem;
        transform: translateY(-50%);
        list-style: none;
        margin: 0;
        z-index: 99;
    }
    li.button_cta_open {
        width: 4.5rem;
        height: 4.5rem;
        background: var(--main-cl);
        position: relative;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
    }
    .button_cta_open svg {
        width: 100%;
        height: 100%;
        display: block;
    }
    span.button_cta_fixed_menu {
        width: 2rem;
        height: 2rem;
        display: block;
        opacity: 1;
        transition: .5s all;
        position: relative;
    }
    ul li .button_cta_fixed_menu_closed {
        width: 2rem;
        height: 2rem;
        display: block;
        opacity: 0;
        position: absolute;
        transition: .5s all;
    }
    ul.button_cta.active .button_cta_fixed_menu_closed {
        opacity: 1;
        transition: .5s all;
        transform: rotate(360deg);
    }
    ul.button_cta.active .button_cta_fixed_menu {
        opacity: 0;
        transition: .5s all;
        transform: rotate(480deg);
    }
    ul.fixed_button {
        list-style: none;
        transform: translateY(-30%) scale(0);
        transition: .5s all;
    }
    ul.button_cta.active .fixed_button {
        transform: translateY(-100%) scale(1);
        transition: .5s all;
    }
}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 240px;
    }
    #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;
    }
    .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;
    }

    html {
        font-size: 2.4vw;
    }

    /*HEADER*/
    #header .stuck #logo img, #header #logo img {
        max-height: 50px !important;
    }
    #header .header-main {
        padding: 6px 0 !important;
    }
    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content,
    .mfp-bg.off-canvas.off-canvas-left {
        top: 62px;
    }

    /*FOOTER*/
    body .scroll-container {
        display: none;
    }
    .footer_top .col_left {
        border-right: 0;
        padding-right: 0;
    }
    .logo_footer {
        flex-direction: column;
    }
    .logo_footer>.logo {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .block_footer.block_3 {
        border-color: #DADADA;
        padding-top: 2rem;
        margin-top: 3rem;
    }
    .block_footer.block_4 .content_menu {
        flex-direction: column;
    }
    .block_footer.block_4 .item {
        width: 100%;
    }
    .block_footer.block_5 {
        align-items: center;
    }

    /*COMPONENTS*/
    .heading_sec.fs_60 {
        font-size: 1.9rem;
    }
    .heading_sec.fs_55 {
        font-size: 1.8rem;
    }

    /*select mobile - tab convert*/
    .select_mobile {
        position: relative;
        z-index: 24;
    }
    .select_mobile .select-styled {
        margin-top: 2rem;
        border-radius: 4px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .select_mobile .select-styled:after {
        width: 1.2rem;
        height: 1.2rem;
    }
    .select_mobile .select .select-options {
        max-height: 16rem;
        overflow-y: auto;
    }
    .select_mobile .select .select-options > li {
        padding: 1.1rem 2rem;
        color: #000000;
    }
    .select_mobile .select .select-options > li.active,
    .select_mobile .select .select-options > li:hover {
        background: var(--main-cl);
        color: #fff;
    }

    .select-styled {
        font-family: "Montserrat SemiBold";
        height: 4.5rem;
        font-size: 1.3rem;
    }
    .select .select-options {
        max-height: 12rem;
    }
    .select .select-options > li {
        font-size: 1.2rem;
        line-height: unset;
    }

    /*HOME*/
    .banner_hero .box_content {
        bottom: 7rem;
    }
    .banner_hero .content {
        font-size: 1.2rem;
    }
    .home_1 .box_logo_svg {
        width: 20rem;
        margin: 0 auto;
        padding-top: 2rem;
    }
    .number_list_layout .item_counter.special {
        padding-right: 0;
    }
    .number_list_layout .item_counter.special .number {
        font-size: 8rem;
    }
    .number_list_layout .item_counter.special h3 {
        font-size: 1.3rem;
    }
    .number_list_layout .item_counter_normal {
        flex-direction: column;
        gap: 1rem;
    }
    .number_list_layout .item_counter_normal>.item_counter {
        position: unset;
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
    }
    .number_list_layout .item_counter_normal>.item_counter:before {
        content: unset;
    }
    .home_2 .group_heading {
        text-align: center;
        padding: 0 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home_2 .list_counter {
        padding-top: 3rem;
    }
    .list_certi_wrap {
        padding-top: 0;
    }
    .list_certi_wrap .item {
        padding: 1.5625rem 8rem 0;
    }
    .list_certi_wrap .box_img {
        height: 7.5rem;
    }
    .home_4>.inner {
        margin: 0 2rem;
    }
    .list_why_wrap .item h3 {
        border: 0;
        min-height: 4.5rem;
    }
    .list_why_wrap .item h3>a:focus {
        text-decoration: underline;
        text-decoration-style: solid;
    }

    .heading_sec.fs_55 {
        font-size: 2.1rem;
    }
    .list_why_wrap {
        column-gap: 2rem;
        padding-left: 0;
        padding-right: 0;
    }
    .markets_wrap .box_maps .dot_item .box_img {
        height: 6rem;
    }
    .markets_wrap .box_maps .dot_item h3 {
        font-size: 1.5rem;
    }
    .markets_wrap .box_maps .dot_item svg {
        height: 2rem;
    }
    .home_7 {
        margin-top: 5rem;
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
    .home_7 .btn_mobile {
        margin-top: 4rem !important;
    }
    .graphic {
        display: none;
    }
    .bg_member_container {
        display: none;
        height: 100%;
    }
    .home_8 .group_heading .subtitle {
        color: var(--four-cl) !important;
    }
    .home_8 .group_heading .heading_sec  {
        color: var(--third-cl) !important;
    }
    .box_member_wrapper .item_member_container {
        position: unset !important;
    }
    .box_member_wrapper .box_item_wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
    }
    .box_member_wrapper .item_member h3 {
        font-size: 1.5rem;
    }
    .home_8 .group_heading {
        padding-right: 0;
    }
    .home_8 .heading_sec.fs_55 {
        font-size: 2rem;
    }
    .home_9 .group_heading {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .box_news_home .box_large {
        flex-direction: column;
    }
    .box_news_home .box_large .box_img {
        width: 100%;
        border-top-left-radius: 1.042rem;
        border-top-right-radius: 1.042rem;
        border-bottom-left-radius: 0;
    }
    .box_news_home .box_large .box_content {
        padding: 3rem 2rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 1.042rem;
        border-bottom-left-radius: 1.042rem;
    }
    .box_news_home .box_large h3 {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
    .box_news_home .logo_watermark {
        width: 16rem;
        height: 11rem;
    }
    .box_news_home .list_item {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    ul.fixed_button>li>a {
        width: 5rem;
        height: 5rem;
    }
    li.button_cta_open {
        width: 5rem;
        height: 5rem;
    }

    span.button_cta_fixed_menu {
        width: 3rem;
        height: 3rem;
    }

    ul li .button_cta_fixed_menu_closed {
        width: 3rem;
        height: 3rem;
    }

    ul.fixed_button>li:not(:last-child) {
        margin-bottom: 1.3rem;
    }

    ul.button_cta.active .fixed_button {
        transform: translateY(-105%) scale(1);
    }
}









