/* > MOBILE */
@media all and (min-width: 601px) {}


/* > TABLET */
@media all and (min-width: 901px) {

    /* GLOBAL STYLE */
    .align-start {
        align-items: flex-start
    }

    .align-center {
        align-items: center
    }

    .align-end {
        align-items: flex-end
    }

    .site-main p+ul {
        margin-top: 30px;
    }

    .hide-large-up {
        display: none;
    }

    /* COLUMN STICKY */
    .gg__column-sticky {
        position: sticky;
        top: 178px;
    }

    .admin-bar .gg__column-sticky {
        top: 210px;
    }


    /* FILTERS */
    body .wpc-filters-main-wrap .wpc-filters-widget-content li.wpc-term-item {
        max-width: 380px;
    }


    /* LAYOUT @ Simple Content */
    .simple-content .simple-content__wrapper {
        max-width: 810px;
        margin: 0 auto;
    }


    /* LAYOUT @ Image Box */
    .image-box__columns--3 .image-box__item,
    .facts__item {
        flex: 0 0 calc(33.33% - ((3% * 2) / 3));
    }


    /* LAYOUT @ MEDIA TEXT */
    .media-text__block--video {
        flex: 0 0 58%;
    }

    .media-text__block--image:last-child {
        justify-content: flex-end;
    }

    .media-text__block--image img {
        max-width: 520px;
    }


    /* LAYOUT @ Service Accordion */
    .service-accordion__heading {
        margin-bottom: 50px;
    }

    .service-accordion__content {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
    }

    .service-accordion__content.service-accordion__column--1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-accordion__content.service-accordion__column--2 {
        grid-template-columns: repeat(2, 1fr);
    }


    /* LAYOUT @ Success Stories */
    .success-stories__heading {
        margin-bottom: 60px;
    }


    /* SEARCH RESULT */
    .search-result-filtered {
        width: 25%;
    }

    .search-result-content {
        width: 75%;
    }

    /* LISTING TEAMS */
    .listing-teams .listing-item {
        flex: 0 0 calc(33.33% - ((3% * 2) / 3));
        max-width: 33%;
        margin-bottom: 26px;
    }

    /* LAYOUT @ TEXT EDITOR */
    /* Glossary Styling */

    .glossary__header.active {
        padding-top: 180px;
    }

    .glossary__header>* {
        font-size: 26px;
        gap: 8px;
    }

    .glossary__header a {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        padding: 16px 20px;
        flex: 0 0 62px;
    }

    /* SINGLE @ RESOURCES/POSTS */
    .blog-banner {
        gap: 60px;
    }

    .blog-banner__image,
    .blog-banner__content {
        flex: 0 0 45%;
        width: 45%;
    }

    .blog-banner--plain {
        gap: 0;
    }

    .blog-banner--plain .blog-banner__content {
        flex: 0 0 100%;
        width: 100%;
    }

    .entry-content p+ul {
        margin-bottom: 30px;
    }

    .entry-content li::before {
        width: 14px;
        height: 14px;
    }


    /* SINGLE COUNTRIES @ Tabs */
    .country-tabs .tab-menu {
        grid-template-columns: repeat(5, 1fr);
    }


    /* SINGLE @ TEAMS */
    .single-teams .gg-section:last-child {
        padding-bottom: 120px;
    }
}


/* >= DESKTOP & LAPTOP */
@media all and (min-width: 1200px) {

    /* LISTING CARD */
    .listing-card:not(.listing-slider) {
        grid-template-columns: repeat(3, 1fr);
    }

    .listing-card.card-4:not(.listing-slider) {
        grid-template-columns: repeat(4, 1fr);
    }

    /* LAYOUT @ RESOURCES FILTER */
    .resources-filters .resources-filters__block-resources .listing-resources {
        grid-template-columns: repeat(2, 1fr);
    }


    /* POP UP */
    .admin-bar .popup {
        top: 32px;
        height: -webkit-calc(100% - 32px);
        height: -moz-calc(100% - 32px);
        height: calc(100% - 32px);
    }


    /* SEARCH RESULT */
    .search-result-filtered {
        padding-right: 80px;
    }

    .search-result-content {
        padding-left: 64px;
    }


    /* LISTING TEAMS */
    .listing-teams .listing-item {
        flex: 0 0 25%;
        max-width: 25%;
    }


    /* LISTING COUNTRIES */
    .listing-card.listing-countries {
        gap: 32px 26px;
    }

    .listing-countries .thumbnail-item,
    .listing-countries .thumbnail-item .image-wrapper,
    .listing-countries .thumbnail-item img {
        height: 176px;
    }

    .hero-banner.has-banner-building .content-banner {
        padding-bottom: 13vw;
    }

    .home .hero-banner.has-banner-building .content-banner {
        padding-bottom: 17vw;
    }
}


/* >= LARGE DESKTOP */
@media all and (min-width: 1600px) {}


/* < LARGE DESKTOP */
@media all and (max-width: 1599px) {}

/* >= LARGE DESKTOP */
@media all and (min-width: 1400px) {
    [class*="divider-top--"] img {
        width: 100%;
        height: 74px;
        object-fit: cover;
        object-position: left top;
    }
}

/* >= DESKTOP & LAPTOP && < LARGE DESKTOP */
@media all and (min-width: 1200px) and (max-width: 1599px) {}


/* <= LARGE TABLET */
@media all and (max-width: 1199px) {

    .boxed-cta .content {
        padding-bottom: 130px;
    }

    /* LAYOUT @ ABOUT */
    .about .container {
        margin-right: 0;
    }

    /* LAYOUT HERO BANNER */

    /* full width */
    .hero-banner.media-type--full-width .content-banner {
        padding-bottom: var(--padding-side);
    }

    .hero-banner .banner-image-mobile-wrapper {
        display: flex;
    }

    .hero-banner.media-type--full-width.has-banner-mobile .media-banner,
    .hero-banner.media-type--full-width.has-banner-mobile .banner-building {
        display: none;
    }

    .hero-banner .content-banner-wrapper,
    .hero-banner.media-type--full-width .content-banner-wrapper {
        max-width: none;
    }

    .hero-banner.media-type--full-width .media-banner,
    .hero-banner.media-type--full-width .banner-building {
        position: relative;
        bottom: 0;
    }

    .hero-banner.media-type--full-width .media-banner .banner-image {
        object-position: right;
    }

    /* LAYOUT @ Horizontal */
    .horizontal-tab .figure-left {
        top: -150px;
    }

    .horizontal-tab .figure-right {
        display: none;
    }

    /* SINGLE @ RESOURCES / POSTS */
    .blog-banner {
        flex-wrap: wrap;
    }

    .single .entry-wrapper {
        padding-top: 0;
    }

    /* LAYOUT @ INFO HIGHLIGHT */
    .info-highlight .container {
        gap: 30px;
    }
}


/* > TABLET && <= LARGE TABLET */
@media all and (min-width: 901px) and (max-width: 1199px) {

    /* COLUMN STICKY */
    .gg__column-sticky {
        top: 84px;
    }

    .admin-bar .gg__column-sticky {
        top: 84px;
    }


    /* SEARCH RESULT */
    .search-result-content {
        padding-left: 16px;
    }
}


/* > MOBILE && <= LARGE TABLET */
@media all and (min-width: 601px) and (max-width: 1199px) {

    /* GLOBAL STYLE */
    .container {
        width: calc(100% - 100px);
    }

    .gg-section {
        padding: 75px 0;
    }


    /* LISTING CARD */
    .listing-card:not(.listing-slider) {
        grid-template-columns: repeat(2, 1fr);
    }


    /* LAYOUT @ MEDIA TEXT */
    .media-text__block--video .gg-video-play {
        font-size: 75px;
    }
}


/* <= TABLET */
@media all and (max-width: 900px) {

    /* GLOBAL STYLE */
    .mobile-order-first {
        order: -1
    }


    /* FILTER */
    .wpc_show_bottom_widget .block-filters__wrapper .wpc-filters-scroll-container {
        background-color: var(--pearl);
    }

    .wpc_show_bottom_widget .widget_wpc_filters_widget:first-child .wpc-filters-widget-content {
        position: static;
        transform: none;
    }

    .wpc_show_bottom_widget .widget_wpc_filters_widget:first-child .wpc-filters-widget-wrapper {
        padding: 0;
    }

    .wpc_show_bottom_widget .widget_wpc_filters_widget:first-child .wpc-filters-widget-content .wpc-widget-close-container,
    .wpc_show_bottom_widget .widget_wpc_filters_widget:first-child .wpc-filters-widget-content .wpc-filters-widget-top-container,
    .wpc_show_bottom_widget .widget_wpc_filters_widget:first-child .wpc-filters-widget-content .wpc-filters-widget-controls-container {
        display: none;
    }

    .wpc_show_bottom_widget .widget_wpc_filters_widget:first-child .wpc-filters-widget-content .wpc-filters-widget-containers-wrapper {
        position: static;
        overflow: visible;
    }

    .wpc-filters-open-button-container a.wpc-filters-open-widget {
        width: 100%;
        text-align: center;
    }

    body.wpc_show_bottom_widget .wpc-filters-open-button-container a.wpc-filters-open-widget {
        padding: 12px 16px;
        border: 1px solid var(--pink-new);
        border-radius: var(--rounded);
        font-size: var(--text-sm);
        line-height: normal;
        font-weight: 700;
        color: var(--white);
        background-color: var(--pink);
    }

    .wpc-filters-open-button-container .wpc-button-inner {
        justify-content: center;
    }

    .wpc-filters-open-button-container .wpc-icon-html-wrapper {
        display: none;
    }


    /* FILTER @ POPUP */
    .wpc_show_bottom_widget .wpc-filters-widget-content {
        border-radius: 16px 16px 0 0;
    }

    .wpc_show_bottom_widget .wpc-filters-widget-content {
        border-radius: 16px 16px 0 0;
    }

    .wpc_show_bottom_widget .wpc-widget-popup-title {
        justify-content: flex-start;
        padding: 0 16px;
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
        color: var(--black);
    }

    .wpc_show_bottom_widget a.wpc-widget-close-icon {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 24px;
        height: 24px;
        background: none;
    }

    .wpc-widget-close-container {
        height: 85px;
    }

    body.wpc_show_bottom_widget .wpc-filters-widget-containers-wrapper {
        top: 85px;
    }

    .wpc_show_bottom_widget .wpc-widget-close-icon .wpc-icon-html-wrapper {
        top: 0;
        left: 0;
        padding: 0;
        background: none;
    }

    .wpc_show_bottom_widget .wpc-widget-close-icon .wpc-icon-html-wrapper span {
        background: #1F2937;
    }

    .wpc_show_bottom_widget .wpc-filters-widget-wrapper {
        padding: 18px 16px;
    }

    .wpc_show_bottom_widget .wpc-filters-widget-content .wpc-filters-widget-top-container {
        display: none !important;
    }

    .wpc_show_bottom_widget .wpc-filters-widget-controls-wrapper {
        padding: 37px 0 16px;
        margin: 0 16px;
    }

    .wpc_show_bottom_widget .wpc-filters-widget-controls-container {
        border: none;
    }

    .wpc-filters-widget-controls-container .wpc-filters-widget-controls-two {
        display: none;
    }

    .wpc-filters-widget-controls-container .wpc-filters-widget-controls-item {
        width: 100%;
        border-radius: var(--rounded);
        background-color: var(--pink);
    }

    body .wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button {
        padding: 13px 16px;
        border: 0 !important;
        border-radius: var(--rounded) !important;
        font-size: 16px;
        line-height: normal;
        background: none !important;
        background-color: var(--pink) !important;
    }


    /* LAYOUT @ Image Box */
    .image-box__block-content {
        gap: 30px;
    }

    .image-box__columns--3 .image-box__item {
        flex: 100%;
    }

    .image-box__item.image-position__left img {
        width: 75px;
        height: 75px;
    }

    .image-box__item.gg__text-align-left.image-position__top {
        text-align: center;
    }

    /* LAYOUT @ HERO BANNER */
    .hero-banner.media-type--full-width .content-banner,
    .hero-banner.media-type--normal .banner-wrapper {
        flex-direction: column;
        align-items: normal;

        margin: 0 auto;
        padding-left: var(--padding-side);
        padding-right: var(--padding-side);

        /* copy from header */
        width: var(--container-width);

        max-width: none;
    }

    .hero-banner.media-type--normal .content-banner {
        padding-left: 0;
    }

    .hero-banner.media-type--normal .content-banner-wrapper,
    .hero-banner.media-type--normal .media-banner .banner-image {
        max-width: none;
    }

    .hero-banner.media-type--normal .media-banner {
        justify-content: normal;
        padding-right: 0;
    }

    .hero-banner .content-banner-wrapper .cta-wrapper {
        justify-content: normal;
    }

    /* LAYOUT @ MEDIA TEXT */
    .media-text .container {
        flex-direction: column;
        gap: 60px;
    }


    /* LAYOUT @ GET STARTED */
    .form__row {
        flex-direction: column;
    }


    /* LAYOUT @ INFO HIGHLIGHT */
    .info-highlight .container {
        flex-direction: column;
    }


    /* LAYOUT @ COUNTRY FACTS */
    .country-facts__block-facts {
        row-gap: 30px;
    }

    .facts__item {
        flex: 100%;
    }


    /* SINGLE COUNTRIES @ Tabs */
    .country-tabs .tab-content__left {
        display: none;
    }


    /* SINGLE CCOUNTRIES @ CTA */
    .fullwidth-cta__wrapper {
        flex-direction: column;
        gap: 10px;
        padding: 75px 0 355px;
    }

    .fullwidth-cta__content,
    .fullwidth-cta__form-wrapper {
        max-width: 100%;
    }


    /* SINGLE TEAMS */
    .team-content .block-wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .team-content .entry-header {
        margin-bottom: 24px;
    }

    .single-teams .gg-section {
        padding: 40px 0;
    }

    .single-teams .media-text .container {
        gap: 24px;
    }

    /* POP UP SEARCH */
    .popup.popup-nav-search .close-popup {
        top: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
        padding: 0;
        padding-bottom: 5px;
        font-size: 2rem;
    }

    .search-form .search-field {
        font-size: 18px;
    }


    /* SEARCH RESULT */
    .search-result-filtered,
    .search-result-content {
        width: 100%;
    }

    /* LAYOUT @ ABOUT */
    .about .container {
        margin: 0 auto;
        width: 100%;
    }

    .about-container {
        flex-direction: column;
    }

    .about-container__left {
        max-width: none;
    }

    .about-container__left--content {
        width: calc(100% - 100px);
        margin: 0 auto;
    }

    .cta-wrapper {
        justify-content: center;
    }

    .about-container__certificates .certificates {
        justify-content: center;
    }

    .about-container__certificates .certificates img {
        width: 81.04px;
        height: auto;
        aspect-ratio: 81.04 / 102;
    }

    .about-container__left {
        padding-bottom: 0;
    }

    .about-container__left::after {
        background-image: url(../images/figure/about_us_divider_bottom.svg);
        left: 0;
        top: auto;
        background-position: top;
        background-size: 100%;

        bottom: -99%;
    }

    .about-container__right {
        display: flex;
    }

    /* LAYOUT @ Horizontal Tabs */
    .tab-content.active {
        flex-direction: column;
    }

    .horizontal-tab__heading {
        padding-bottom: 380px;
    }

    .horizontal-tab .figure-left {
        left: -127px;
    }

    .horizontal-tab .divider-wrapper {
        display: none;
    }

    /* submenu rendering */
    .horizontal-tab .tab-menu,
    .country-tabs .tab-menu {
        gap: 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .tab-menu {
        position: relative;
    }

    .tab-menu>.tab-menu__tab-title {
        display: none;
    }

    .tab-menu>.tab-menu__tab-title--active {
        display: flex;
        border-radius: 20px 20px 0px 0px;
        pointer-events: all;

        border-bottom: 2px solid var(--charcoal);
    }

    .tab-menu>.tab-menu__tab-title--active:after {
        content: "";
        flex: 0 0 25px;
        width: 25px;
        height: 13px;
        background: url(../images/icon-arrow-chevronpink-down.svg) center/contain no-repeat;
        transition: transform .4s ease-in-out;
    }

    .tab-menu>.tab-menu__tab-title--active.opened:after {
        transform: rotate(180deg);
    }

    .tab-menu-mobile.tab-menu-mobile--active {
        display: flex;
        flex-direction: column;
    }

    .tab-menu-mobile>.tab-menu__tab-title {
        gap: 0;
        border-radius: 0;
        opacity: 0.9;
    }

    .tab-menu-mobile>.tab-menu__tab-title:hover {
        opacity: 1;
    }

    .tab-menu-mobile>.tab-menu__tab-title--active {
        display: none;
    }

    /* end submenu rendering */

    .horizontal-tab .tab-content__left {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .horizontal-tab .tab-content__left h1,
    .horizontal-tab .tab-content__left h2,
    .horizontal-tab .tab-content__left h3,
    .horizontal-tab .tab-content__left h4 {
        font-size: var(--text-3xl);
        line-height: var(--lineheight-3xl);
    }

    /* LAYOUT @ CTA BOXED */
    .boxed-cta .content-wrapper {
        flex-direction: column;
    }

    .boxed-cta .content-wrapper .content {
        width: auto;
        padding-bottom: 252px;
        padding: 45px 20px 252px 20px;
    }

    .boxed-cta .content-wrapper.content-form .content {
        padding-bottom: 0;
    }

    .boxed-cta .content-wrapper.content-only::after {
        width: 100%;
        height: auto;
        left: calc(50% - 30px);
        bottom: 40px;
    }

    .boxed-cta .content-wrapper.content-only::before {
        width: 100%;
    }

    .boxed-cta .content-wrapper .content-right {
        padding: 20px;
    }

    /* has form */
    .boxed-cta .content-figure__bottom {
        display: block;
    }

    .boxed-cta .content-figure__left {
        display: none;
    }

    .boxed-cta .content-wrapper.content-form {
        gap: 8px;
    }

    .boxed-cta .content-wrapper.content-form .mixed-text {
        padding: 60px 20px 0 20px
    }

    .boxed-cta .content-wrapper.content-form .content-right {
        padding: 0 20px;
    }

    .boxed-cta .content-wrapper.content-form .content-figure {
        position: relative;
        aspect-ratio: 3409/1824;
    }

    .boxed-cta .content-wrapper.content-form .content-figure .hand-pin {
        content: '';
        position: absolute;
        aspect-ratio: 3409/1824;
        left: calc(-40%);
        bottom: 10%;
        right: 0px;
        width: 100%;
        height: auto;
        transform: rotateY(180deg);
    }

    .boxed-cta .content-wrapper.content-form .content-figure .earth-globe {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        right: 0;
        aspect-ratio: 795/122;
    }

    /* LAYOUT @ CTA Image */
    .cta-image__wrapper {
        flex-direction: column;
    }

    .cta-image__content {
        padding: 40px 20px 0 20px;
    }

    .cta-image__media img {
        border-bottom-left-radius: 0;
        border-top-left-radius: 280px;
    }

    .cta-image__content .cta-wrapper {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    /* LAYOUT @ Featured Regions */
    .featured-region .container,
    .featured-region__block .cta-wrapper {
        flex-direction: column;
    }

    .featured-region .container {
        gap: 20px;
    }

    .region-item__content {
        padding: 10px 15px;
    }

    /* LAYOUT @ Featured Services */
    .featured-services.divider-top--clay {
        margin-top: 50px
    }

    /* LAYOUT @ Simple Content */
    .simple-content__usp.listing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* LAYOUT @ Company Review */
    .company-review {
        background-color: transparent !important;

    }

    .company-review .company-review__cover--mobile {
        height: 591px;
        margin-bottom: -255px;
        background-position-x: -152px !important;
    }

    .company-review .company-review__wrapper {
        padding-top: 0;
        background-image: none !important;
    }

    .company-review__usp {
        grid-template-columns: repeat(1, 1fr);
    }


    .client-review {
        padding: 70px 20px 20px 20px;
    }

    .client-review .client-review__logo {
        width: 139px;
    }

    .client-review__meta {
        gap: 15px;
        margin-top: 32px;
    }

    .client-review__meta,
    .client-review__info {
        flex-direction: column;
        align-items: flex-start;
    }

    /* LAYOUT @ Service Accordion */
    .service-accordion__heading {
        text-align: left;
    }

    /* LISTING SUCCESS STORIES */
    .listing-success-stories .listitem-wrapper {
        flex-direction: column;
    }

    .listing-success-stories .thumbnail-item {
        display: none;
        flex: 0;
    }

    .listing-success-stories .content-item {
        flex: 1;
        align-items: normal;
        padding: 40px 20px;
    }

    /* LAYOUT @ Resources Slider */
    .resources-slider__heading {
        align-items: flex-start;
        flex-direction: column;
    }

    /* LAYOUT @ TEXT EDITOR */
    /* Glossary Styling */
    .glossary__header {
        padding: 10px 5px;
    }

    .glossary__header>* {
        gap: 8px;
    }

    .glossary__header.active {
        padding-top: 80px;
    }


    /* PAGE @ Location */
    .latest-countries__filters .wpc-filters-widget-wrapper {
        flex-direction: column;
    }

    .latest-countries__filters .wpc-filters-radio {
        flex-flow: row wrap;
    }

    .latest-countries__filters .wpc-filters-main-wrap .wpc-filters-section.wpc-filter-layout-search-field {
        margin-top: 18px;
        margin-left: 0;
    }


    /* SWIPER @ Progressbar & Fraction Reset */
    .swiper-control {
        justify-content: center;
        margin-top: 15px;
    }

    .swiper-control .swiper-pagination {
        display: none;
    }

    .swiper-control .swiper-control__fraction {
        flex: 0 0 184px;
    }

    .swiper-control .swiper-control__fraction [class*="swiper-button"] {
        width: 51px;
        height: 51px;
    }
}


/* > MOBILE && <= TABLET */
@media all and (min-width: 601px) and (max-width: 900px) {}


/* <= MOBILE */
@media all and (max-width: 600px) {

    /* GLOBAL STYLE */
    input,
    textarea,
    select {
        font-size: var(--text-xs);
        line-height: 20px;
    }

    .gg-section {
        padding: 50px 0;
    }


    /* FILTERS */
    .wpc-filters-main-wrap .wpc-filters-section {
        margin-bottom: 24px;
    }

    .wpc-filters-main-wrap .wpc-filters-section.wpc-filter-layout-search-field {
        margin-bottom: 16px;
    }

    .wpc_show_bottom_widget .wpc-filters-open-button-container {
        margin: 0 !important;
    }

    .wpc-filters-main-wrap .wpc-filter-title {
        margin-bottom: 8px !important;
    }

    .wpc-filters-main-wrap .wpc-filter-search-form .wpc-search-field::-webkit-input-placeholder,
    .wpc-filters-main-wrap .wpc-filter-search-form .wpc-search-field:-moz-placeholder,
    .wpc-filters-main-wrap .wpc-filter-search-form .wpc-search-field::-moz-placeholder,
    .wpc-filters-main-wrap .wpc-filter-search-form .wpc-search-field:-ms-input-placeholder,
    .wpc-filters-main-wrap .wpc-filter-search-form .wpc-search-field::-ms-input-placeholder,
    .wpc-filters-main-wrap .wpc-filter-search-form .wpc-search-field::placeholder,
    .wpc-filters-main-wrap .wpc-filter-search-form .wpc-search-field:-ms-input-placeholder,
    .wpc-filters-main-wrap .wpc-filter-search-form .wpc-search-field::-ms-input-placeholder {
        font-size: var(--text-xs) !important;
        line-height: 20px !important;
    }

    .wpc-filters-main-wrap .wpc-filters-radio .wpc-radio-item a {
        padding: 8px 14px;
    }

    .wpc-filters-main-wrap .wpc-filters-widget-content li.wpc-term-item a {
        font-size: var(--text-xs);
        line-height: 20px;
    }

    .wpc-filters-main-wrap .wpc-filter-search-form .wpc-search-field {
        padding: 8px 40px 8px 11px;
    }

    /* HERO BANNER */
    .hero-banner .cta-wrapper {
        flex-direction: column;
    }

    .hero-banner .cta-wrapper .cta-button {
        display: flex;
        justify-content: center;
    }

    /* SINGLE STYLE */
    .post-meta,
    .single-countries .country-meta {
        flex-direction: column;
    }

    .blog-banner .post-meta {
        margin-bottom: 10px;
    }

    /* LISTING CARD */
    .listing-card:not(.listing-slider) {
        gap: 32px 24px;
    }

    .listing-card.listing-teams {
        gap: 20px;
    }

    /* LISTING RESOURCES */
    .listing-card:not(.listing-slider) .listing-item {
        flex: 100%;
    }


    /* LISTING POST */
    .listing-post .content-item {
        margin-top: 12px;
    }


    /* LAYOUT @ RESOURCES & FILTERS */
    .resources-filters {
        padding: 40px 0 80px;
    }

    .resources-filters>.container {
        gap: 24px;
    }


    /* CTA BUTTON & CTA LINK */
    .site-main a.cta-button+a.cta-link {
        display: inline-block;
        margin: 15px 0 0;
    }


    /* LAYOUT @ MEDIA TEXT */
    .media-text__block--video .gg-video-play {
        font-size: 65px;
    }


    /* SINGLE COUNTRIES */
    .single-countries .resources-slider {
        padding-top: 60px;
        padding-bottom: 60px;
    }


    /* LAYOUT @ INFO HIGHLIGHT */
    .info-highlight {
        padding-top: 35px;
        padding-bottom: 35px;
    }


    /* SINGLE COUNTRIES @ Tabs */
    .country-tabs .tab-content {
        padding-top: 20px;
    }

    .country-tabs .tab-content .mixed-text section,
    .country-tabs .tab-content h2:not(:first-child),
    .country-tabs .tab-content h3:not(:first-child) {
        margin-top: 40px;
    }


    /* SINGLE CCOUNTRIES @ CTA */
    .fullwidth-cta__wrapper {
        flex-direction: column;
        gap: 10px;
        padding: 75px 0 230px;
    }

    .media-fullwidth-cta .earth-globe {
        right: calc(100% - 360px);
        max-width: 360px;
    }

    .media-fullwidth-cta .hand-with-pin {
        right: auto;
        left: -150px;
        bottom: 40px;
        max-width: 500px;
    }

    /* SINGLE COUNTRIES @ Boxed CTA */
    .single-countries .boxed-cta {
        padding-top: 60px;
    }


    /* SINGLE TEAMS */
    .team-content .thumbnail-post,
    .team-content .thumbnail-post img {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }

    .team-content .country-flag,
    .team-content .country-flag img {
        width: 70px;
        height: 70px;
    }

    .site-breadcrumbs .breadcrumb-wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }


    /* POP UP SEARCH */
    .autocomplete-suggestions .autocomplete-suggestion a {
        padding: 10px 15px;
    }

    .popup_nav_search--mobile form {
        flex-direction: column;
    }


    /* SEARCH RESULT */
    .content-search-result {
        padding: 24px;
    }

    .search-result-item .thumbnail-item {
        flex-basis: 100%;
    }

    /* LAYOUT @ ABOUT */
    .about-container__left--content {
        width: var(--container-width);
        margin: 0 auto;
    }

    .about-container .cta-wrapper {
        white-space: nowrap;
        flex-wrap: wrap;
    }

    .about-container .cta-outline {
        padding: 12px 15px;
    }

    .about-container .cta-outline.cta-outline--icon svg {
        width: 28px;
        height: 28px;
    }

    /* LAYOUT @ Horizontal */
    .horizontal-tab .tab-content__left {
        padding: 20px 21px;
    }

    /* LAYOUT @ CTA BOXED */
    .boxed-cta .content-right {
        min-height: auto;
    }

    .boxed-cta .cta-wrapper {
        width: 100%;
    }

    .boxed-cta .cta-button {
        width: 100%;
        justify-content: center;
        white-space: nowrap;
    }

    .boxed-cta .content-wrapper.content-only::before {
        right: 0%;
        background: url(../images/figure/earth_globe_mobile.webp) center/contain no-repeat;
        aspect-ratio: 340 / 92;
    }

    .boxed-cta .content-wrapper.content-only::after {
        left: calc(50% - 10px);
        bottom: 100px;
        transform: scale(1.3);
    }
}


@media all and (max-width: 374px) {


    /* LAYOUT @ MEDIA TEXT */
    .media-text__block--video .gg-video-play {
        font-size: 45px;
    }

    /* LAYOUT @ Horizontal Tabs */
    .horizontal-tab .figure-left {
        top: -127px;
    }

    /* LAYOUT @ CTA BOXED */
}
