@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
}

p {
    font-family: "Manrope", sans-serif;
    line-height: 120% !important;
}

.swiper {
    padding-bottom: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", sans-serif !important;
    line-height: 1 !important;
    margin-top: -0.05em;
    margin-bottom: -0.15em;
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 54px;
    font-weight: 700;
}

h4 {
    font-size: 30px;
    font-weight: 700;
}

.title-container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    padding-top: 10px;

    a {
        width: 100%;
    }

    h2 {
        font-weight: 700;
    }
}

@media (min-width: 1024px) {

    p, .fs-body {
        font-size: 18px;
    }

    h1 {
        font-size: 96px;
    }

    h2 {
        font-size: 64px;
    }


    h4 {
        font-size: 40px;
    }

    .title-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-bottom: 5px solid var(--black);

        a {
            width: 350px;
        }
    }
}



*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --container-max: 1350px;
    --gutter-mobile: 33px;
    --gutter-desktop: 66px;
    --green: #43763f;
    --yellow: #e9a625;
    --gradient: linear-gradient(90deg, #43763f 41.35%, #e9a625 100%);
    --gray-950: #0d0d0d;
    --gray-900: #1a1a1a;
    --gray-800: #333333;
    --gray-700: #4d4d4d;
    --gray-600: #666666;
    --gray-500: #808080;
    --gray-400: #999999;
    --gray-300: #b3b3b3;
    --gray-200: #cccccc;
    --gray-100: #e6e6e6;
    --gray-50: #f2f2f2;
    --white: #ffffff;
    --black: #000000;
    --title-underline: 3px solid var(--black);
}

/* Site styles */

.bannerSwiper {
    width: 100%;

    .swiper-pagination-bullet-active {
        background-color: var(--green);
    }
}

.fade-up-word-mask,
.fade-down-word-mask,
.fade-left-word-mask,
.fade-right-word-mask {
    overflow: hidden;
    padding-top: 10px;
}

.become-a-expositor-container {
    padding-top: 48px;

    p {
        margin-bottom: 26px;
    }

    h1 {
        font-weight: 700;
    }

    img {
        max-width: 48px;
        border-radius: 10px;
        width: 100%;
        object-fit: cover;
        height: 32px;
        margin-bottom: 6px;
    }
}

@media (min-width: 1024px) {
    .become-a-expositor-container {
        img {
            margin-bottom: 8px;
        }
    }
}

.hero-banner {
    padding-top: 48px;
    width: 100%;
    object-fit: cover;

    img {
        width: 100%;
        max-height: 72vh;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .become-a-expositor-container {
        h1 {
            font-weight: 700;
        }

        img {
            max-width: 80px;
            height: 48px;
        }
    }
}

@media (min-width: 1024px) {
    .become-a-expositor-container {
        h1 {
            line-height: 1;
        }

        img {
            width: 134.8px;
            height: 68.867px;
            aspect-ratio: 3/2;
        }
    }

    .brazil-draw-container {
        position: relative;

        img {
            max-width: none !important;
        }
    }

    .brazil-draw-container .brazil-img-1 {
        position: absolute;
        left: 13%;
        top: 6%;

        img {
            width: 74.6px !important;
            height: 49.7px !important;
        }
    }

    .brazil-draw-container .brazil-img-2 {
        position: absolute;
        left: 46%;
        top: 0%;

        img {
            width: 126px !important;
            height: 84px !important;
        }
    }

    .brazil-draw-container .brazil-img-3 {
        position: absolute;
        left: 19%;
        top: 32%;

        img {
            width: 126px !important;
            height: 84px !important;
        }
    }

    .brazil-draw-container .brazil-img-4 {
        position: absolute;
        left: 21%;
        top: 75%;

        img {
            width: 79.8px;
            height: 53.2px;
        }
    }

    .brazil-draw-container .brazil-img-5 {
        position: absolute;
        left: 52%;
        top: 61%;

        img {
            width: 126px;
            height: 84px;
        }
    }
}

.exhibitors-brands-container {
    padding-top: 42px;
}

.exhibitors-brands-container h2 {
    margin-bottom: 5px;
    font-weight: 700;
}

@media (min-width: 1024px) {
    .exhibitors-brands-container h2 {
        margin-bottom: 0px;
    }
}

.merchandise-banner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.merchandise-banner-image-wrapper {
    border-radius: 15px;
    background-color: var(--yellow);
    height: 72px;
    width: 100%;

    img {
        border-radius: 15px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


@media (min-width: 768px) {
    .merchandise-banner-image-wrapper {
        height: 120px;
    }

    .merchandise-banner {
        display: flex;
        justify-content: center;
    }
}

.experiences-container {
    padding-top: 64px;
    padding-bottom: 80px;

    p {
        margin-bottom: 16px;
    }

    .swiper-slide-active {
        transform: scale(1) !important;
    }
}

.old-editions-container,
.experiences-container {
    overflow: hidden;
}

.old-editions-container h2,
.experiences-container h2 {
    font-weight: 700;
    margin-bottom: 5px;
}

@media (min-width: 1024px) {

    .old-editions-container h2,
    .experiences-container h2 {
        margin-bottom: 0px;
    }

    .experiences-container .swiper {
        padding-top: 15px;
        padding-bottom: 15px;

        .swiper-slide {
            transition: all 0.3s ease-in-out;
        }
    }

    .experiences-container .swiper-slide-active {
        transform: scale(1.1);
        margin-right: 40px !important;
        margin-left: 10px;
    }

    .vacation-container .swiper-slide-active,
    .swiper-services .swiper-slide-active {
        transform: scale(1) !important;
    }

    .vacation-container .swiper-slide img {
        margin-bottom: 10px;
    }
}

.news-container h3 {
    font-weight: 700;
    margin-bottom: 5px;
}

@media (min-width: 1024px) {
    .news-container h3 {}
}

.news-container {
    padding-top: 80px;
}

.news-container p {
    margin-bottom: 16px;
}

.new-card {
    margin-bottom: 25px;
}

.new-card img {
    aspect-ratio: 16/9;
    border-radius: 15px;
    width: 100%;
}

.new-card p {
    margin: 0 !important;
}

.new-card small {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

@media (min-width: 762px) {
    .new-card p {
        margin: 0 !important;
    }

    .new-card small {
        font-size: 16px;
    }
}

.faq-container {
    padding-block: 80px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 1024px) {
    .new-card p {
        font-weight: 700;
    }

    .new-card small {
        font-size: 14px;
    }
}

.faq-content-wrapper h2 {
    color: var(--white);
    font-weight: 700;
    margin-bottom: 10px;
}

.faq-content {
    border-radius: 20px;
    background-color: var(--green);
    padding: 28px 40px;
}

.faq-container {
    .accordion-head {
        button {
            color: var(--white);
            font-weight: 700;
            font-size: 15px;
        }
    }

    p {
        text-align: start;
    }

    .accordion-container {
        margin-bottom: 5px;
        border-bottom: 1px solid var(--white);
    }
}

.about-the-show-container h1 {
    font-weight: 700;
    line-height: 1;
    margin-top: 48px;
    margin-bottom: 5px;
}

.sustainability-arena-container h1 {
    font-weight: 700;
    line-height: 1;
    margin-top: 48px;
}

.about-the-show-container p,
.sustainability-arena-container p {
    font-weight: 400;
}

@media (min-width: 1024px) {
    .sustainability-arena-container .swiper-slide-active {
        transform: scale(1) !important;
    }
}

.visitor-profile-container {
    margin-bottom: 30px;
}

.visitor-profile-container h2 {
    font-weight: 700;
    line-height: 1 !important;
    margin-top: 80px;
}

.visitor-profile-container h4,
.visitor-inter-profile-container h4 {
    display: flex;
    font-family: "Bebas Neue", sans-serif;
    flex-direction: column;
    font-weight: 700;

    span {
        display: flex;
        align-items: anchor-center;
        height: 48px;
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .about-the-show-container {
        padding-left: 85px;
        padding-right: 85px;
    }

    .visitor-profile-container h4 {
        align-items: end;

        button {
            width: 100%;
            font-size: 16px;
            max-width: 280px !important;
        }

        span {
            display: inline-table;
            font-size: 64px;
            padding-bottom: 5px;
        }

        a {
            font-size: 16px;
            max-width: 280px !important;
        }
    }

    .visitor-inter-profile-container h4 {

        span {
            display: block;
            align-items: anchor-center;
            height: 52px;
            font-size: 64px;
            margin-bottom: 12px;
        }

        a {
            font-size: 16px;
            max-width: 280px !important;
        }
    }

    .exhibitor-profile-container ul {
        padding-right: 144px;
        list-style-type: disc;
        padding-left: 20px;
        margin-left: 10px;

        li {
            font-size: 18px;
        }
    }
}

@media (min-width: 1080px) {
    .visitor-profile-container p {
        padding-right: 240px;
    }

    .visitor-profile-container h4 {}
}

.visitor-profile-container a,
.visitor-inter-profile-container a {
    font-size: 12px;
    max-width: 200px !important;
    width: 100%;
}

.visitor-inter-profile-container {
    margin-top: 24px;
}

.exhibitor-profile-container h3 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    line-height: 1 !important;
    margin-bottom: 24px;
    margin-top: 80px;
}

.exhibitor-card {
    width: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--green);
    color: var(--white);
    aspect-ratio: 1/1;
    padding: 20px;
    height: 100% !important;

    i {
        color: var(--white);
    }

    p {
        text-align: center;
        font-family: "Bebas Neue", sans-serif !important;
        font-weight: 700;
    }

    img {
        max-width: 36px;
        margin-bottom: 5px;
        width: 100%;
    }
}

@media (min-width: 762px) {
    .exhibitor-card {
        img {
            max-width: 48px;
        }
    }
}


.buyer-program-container>p:first-of-type {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 24px !important;
}

.buyer-program-info {
    border-radius: 15px;
    margin-top: 35px;
    aspect-ratio: 247/188;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 45px;
}

.buyer-info-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.buyer-info-card h5 {
    color: var(--yellow);
    font-weight: 700;
}

.buyer-info-card p {
    color: var(--white);
    font-weight: 700;
    font-family: "Bebas Neue", sans-serif;
}

.who-does-card {
    display: flex;
    flex-direction: column;

    img {
        width: 100%;
        padding-left: 80px;
        padding-right: 80px;
        margin-bottom: 30px;
    }
}

.who-does-container {
    margin-top: 72px;
    margin-bottom: 80px;
}

.who-does-container h3 {
    font-weight: 700;
    margin-bottom: 5px;
}

@media (min-width: 1080px) {
    .who-does-card {
        padding-left: 96px;
        padding-right: 96px;

        p {
            text-align: center;
        }

        img {
            margin: auto;
            max-width: 160px;
            padding: 0px;
        }
    }

    .exhibitor-profile-container h3 {}
}

.who-does-card.person-card {
    img {
        border-radius: 50%;
        width: 5.6rem;
        height: 5.6rem;
        object-fit: cover;
        padding: 0px !important;
        margin: auto;
    }

    p,
    small {
        margin-top: 12px;
        text-align: center;
    }

    p {
        font-weight: 400;
    }

    small {
        font-family: "Bebas Neue", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 150%;
    }
}

@media (min-width: 768px) {
    .buyer-program-container p:first-child {
        font-weight: 400;
    }

    .about-the-show-container p,
    .sustainability-arena-container p,
    .visitor-profile-container p {
        margin-top: 16px;
    }

    .sustainability-arena-container p,
    .sustainability-arena-container p {
        padding-right: 40%;
    }

    .who-does-card p,
    .who-does-card.person-card p {
        margin-top: 16px;
    }

    .who-does-card.person-card img {
        width: 160px;
        height: 160px;
    }
}

.old-editions-list h5 {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.old-editions-list {
    overflow: hidden !important;
}

.old-editions-list p {
    font-weight: 400;
    line-height: 1;
}

.select-edition-button {
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    font-size: 14px;
}

.list-swiper-one {
    margin-top: 24px;
}

@media (min-width: 1024px) {
    .list-swiper-one {
        margin-block: 16px;
    }

    .buyer-program-container p:first-child {
        max-width: 36%;

    }

    .old-editions-list {
        margin-bottom: 50px;

        h5 {}
    }
}

.edition-info-swiper {
    overflow: initial;
    margin-top: 16px;
}

.edition-info-swiper-next i,
.edition-info-swiper-prev i {
    color: var(--green) !important;
    font-size: 25px;
}

.edition-info-swiper-next {
    right: -4px;

    svg {
        display: none;
    }
}

.edition-info-swiper-prev {
    left: -4px;

    svg {
        display: none;
    }
}

.edition-info-card {
    width: 100%;
    border: 2px solid var(--green);
    border-radius: 6px;
    padding: 5px;
    position: relative;
    display: flex;
    height: 100%;

    i {
        position: absolute;
        right: 5%;
        top: 10%;
        color: var(--green);
        font-size: 15px;
    }
}

.edition-info-card number {
    color: var(--Verde, #43763f);
    font-family: "Bebas Neue";
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.edition-info-card p {
    width: fit-content;
    margin-left: 5px;
    color: var(--Verde, #43763f);
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 700;
    line-height: 1.3 !important;
    margin-top: -6px;
}

.edition-info-card .content {
    margin-top: auto;
}

.edition-info-swiper .swiper-slide {
    height: 110px;
}

@media (min-width: 768px) {
    .edition-info-swiper .swiper-slide {
        height: unset;
    }

    .edition-info-card p {
        line-height: 1;
    }

    .edition-info-card {
        padding: 15px;
        padding-top: 40px;
    }

    .edition-info-card i {
        font-size: 24px;
    }

    .faq-container {
        .accordion-container {
            margin-bottom: 15px;
            padding-bottom: 5px;
        }

        .accordion-head {
            button {
                font-size: 22px;
            }
        }
    }
}

.faq-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;

    h4 {
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .faq-container {
        min-height: 90vh;
    }

    .who-does-container h3 {}

    .faq-content-wrapper {
        padding-left: 130px !important;
        padding-right: 130px !important;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        h4 {
            text-align: center;
            margin-bottom: 0px;
        }
    }
}

@media (min-width: 1024px) {
    .edition-info-card {
        width: 100% !important;
    }
}

.want-to-expose {
    margin-top: 64px;
}

.want-to-expose h1 {
    font-weight: 700;
    margin-bottom: 5px;
}

.want-to-expose-form-container h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

.want-to-expose-form-container {
    margin-top: 80px;
}

.want-to-expose-form-container p {
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 20px;
}

@media (min-width: 1280px) {
}

.agree-container {
    margin-bottom: 15px;
    gap: 10px;
    display: flex;
    align-items: start;
    font-weight: 400;

    input {
        margin-top: 5px;
    }
}

.want-to-expose-form-agree p {
    font-weight: 400;

    a {
        text-decoration: underline;
    }
}

.testimonial-text-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 40px 32px;
    height: 600px !important;
    width: 100% !important;
}

.testimonial-quote-icon {
    font-size: 40px;
    color: var(--primary, #3a7d44);
    margin-bottom: 4px;
}

.testimonial-text-card span {
    font-size: 20px;
    font-weight: 700;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1 !important;
}

.testimonial-text-card small {
    font-size: 15px;
    font-weight: 700;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1 !important;
}

.testimonial-avatar {
    width: 120px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 8px;
}

.testimonial-video-card {
    flex: 1;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    height: 600px !important;
    width: 100% !important;
}

.testimonial-video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.55);
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    transition: opacity 0.3s ease, background 0.2s ease;
    z-index: 10;
}

.testimonial-play-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.reports-container {
    margin-top: 64px;
}

.reports-container h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

.report-swiper .swiper-slide {
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    text-align: center;

    img {
        width: 120px;
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 50%;
    }

    span {
        font-size: 20px;
        font-weight: 700;
        font-family: "Bebas Neue", sans-serif;
        line-height: 1 !important;
    }

    small {
        font-size: 15px;
        font-weight: 700;
        font-family: "Bebas Neue", sans-serif;
        line-height: 1 !important;
    }
}

.reels-swiper {
    padding-block: 48px;
}

.reels-swiper .swiper-slide {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.reels-swiper .swiper-slide-active {
    transform: scale(1.2);
}

.reels-swiper video {
    width: 100%;
    aspect-ratio: 9/16;
    object-fit: cover;
    display: block;
}

.reels-mute-btn {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.55);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    transition: background 0.2s;
}

.reels-mute-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.contact-container {
    margin-top: 80px;
}

.contact-container h5 {
    color: var(--black);
    font-weight: 700;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .want-to-expose-form label {
        font-size: 20px;
    }

    .want-to-expose-form checkbox {
        margin-top: 10px;
    }

    .report-swiper .swiper-slide {

        span {
            font-size: 25px;
        }

        small {
            font-size: 20px;
        }
    }
}

.expositors-brands-container {
    margin-top: 80px;
}

.expositors-brands-container h1 {
    font-weight: 700;
}

.expositors-brands-container .swiper-slide {
    aspect-ratio: 1/1;

    .content {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        border-radius: 15.922px;
        border: 2.388px solid var(--Preto, #1c1c1c);

        p {
            color: var(--black);
            font-weight: 700;
            font-family: "Bebas Neue", sans-serif;
            line-height: 1 !important;
        }
    }
}

.accredit-container {
    margin-top: 90px;
}

.accredit-container .content {
    gap: 15px;
    display: flex;
    align-items: start;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    aspect-ratio: 1/1;
    color: var(--white);
    border-radius: 20px;
    background: radial-gradient(50% 50% at 50% 50%,
            #e9a625 0%,
            #43763f 77.4%,
            #43763f 100%);
}

.accredit-container h3 {
    font-weight: 700;
    font-family: "Bebas Neue", sans-serif;
    text-align: start;
    line-height: 1 !important;
    width: 100%;
}

.accredit-button {
    width: 100%;
    font-size: 14px !important;
    height: 36px !important;

    i {
        width: 40px !important;
        border-radius: 12px !important;
    }
}

@media (min-width: 1080px) {
    .accredit-button {
        width: 300px;
        height: 40px !important;
    }

    .accredit-container .content {
        padding-left: 350px;
        padding-right: 350px;

        align-items: start;

        h3 {
            margin-bottom: -20px;
        }
    }
}

.google-maps-container {
    margin-top: 80px;
}

.google-maps-container iframe {
    width: 100%;
    border-radius: 15px;
    height: 550px;
}

.accredit-two-container iframe {
    border-radius: 20px;
}

.accredit-two-container h4 {
    font-weight: 700;
    margin-bottom: 5px;
}

.google-maps-container h4 {
    font-weight: 700;
    margin-bottom: 5px;
}

.accredit-two-container {
    margin-bottom: 72px;
}

.accredit-two-container,
.reasons-to-go-container {
    margin-top: 80px;
}

.accredit-two-container img {
    aspect-ratio: 1/1;
    border-radius: 15px;
    object-fit: cover;
}

.accredit-two-container p {
    margin-bottom: 16px;
}

.reasons-to-go-container h4 {
    font-weight: 700;
    line-height: 1 !important;
}

.reason-to-go-card {
    height: 270px;
    border: 1px solid var(--yellow);
    border-radius: 15px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reason-to-go-card p {
    color: #000;
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
}

.reason-to-go-card h6 {
    text-align: center;
    width: fit-content;
    font-weight: 700;
}

.reason-to-go-card img {
    font-size: 12px;
    text-align: center;
}

.bfshow-map h3 {
    font-weight: 700;
    line-height: 1 !important;
    margin-bottom: 5px;
}

.bfshow-map {
    margin-bottom: 100px;
    padding-top: 80px;
}

.bfshow-map p {
    margin-bottom: 16px;
}

.bfshow-map iframe {
    height: 75vh;
    border-radius: 15px;
    margin-top: 20px;
    width: 100%;
}

.fashion-directions h3 {
    font-weight: 700;
    line-height: 1 !important;
    margin-bottom: 5px;
}

.fashion-directions img {
    aspect-ratio: 16/9;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 15px;
}

.fashion-directions {
    margin-top: 64px;
}

@media (min-width: 1024px) {
    .fashion-directions {
        margin-top: 120px;
    }
}

.fashion-directions p {
    margin-bottom: 8px;
    font-weight: 400;
}

.buyer-program-step-card h6 {
    color: var(--black);
    font-weight: 700;
    line-height: 1 !important;
}

.buyer-program-step-card p {
    font-weight: 400;
}

.criteria-card h4 {
    gap: 16px;
    align-items: center;
    margin-bottom: 8px;
    display: flex;
    color: var(--yellow);
    font-weight: 700;
    line-height: 1 !important;
}

.criteria-card {
    font-size: 18px;
    font-weight: 400;
}

.criteria-card ul,
.criteria-card ol {
    padding-inline-start: 1.5em;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

.criteria-card ul {
    list-style-type: disc;
}

.criteria-card ol {
    list-style-type: decimal;
}

.criteria-card li {
    display: list-item;
}


.vacation-container {
    margin-top: 80px;

    h3 {
        font-weight: 700;
        line-height: 1 !important;
    }

    p {
        margin-top: 15px;
        font-weight: 400;
    }
}

.vacation-container .swiper-slide .content {
    display: flex;
    flex-direction: column;

    a {
        width: fit-content;
        margin-top: 10px;
        padding: 6px 32px;
    }

    h6 {
        margin-top: 10px;
        font-weight: 700;
    }

    p {
        font-weight: 400;
    }
}

.services-container h4 {
    font-weight: 700;
    margin-bottom: 5px;
}

@media (min-width: 1024px) {
    .services-container h4 {}
}

.services-container p {
    margin-top: 15px;
    font-weight: 400;
    margin-bottom: 16px;
}

.services-container {
    margin-top: 80px;
}

.service-card {
    padding: 24px;
    border: 2px solid var(--green);
    border-radius: 15px;

    i {
        color: var(--green);
        font-size: 24px;
    }

    h6 {
        color: var(--green);
        font-weight: 700;
    }

    p {
        font-weight: 400;
        color: var(--green);
    }
}

@media (min-width: 1024px) {

    .service-card {
        height: 240px;

        h5 {}
    }
}

@media (min-width: 768px) {
    .reason-to-go-card {
        height: 360px;

        i {
            margin-bottom: 5px;
            font-size: 26px;
        }
    }
}

.schedule-container h4 {
    color: var(--Preto, #1c1c1c);
    leading-trim: both;
    text-edge: cap;
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.schedule-event-card img {
    border-radius: 15px;
    margin-bottom: 15px;
    aspect-ratio: 1/1;
    height: 400px;
    width: 450px;
}

.schedule-event-card h5 {
    font-weight: 700;
    line-height: 1 !important;
}

.schedule-event-card small {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
}

.schedule-event-card p {
    font-weight: 400;
}

.experiences-text-one-container h1 {
    font-weight: 700;
    line-height: 1 !important;
    margin-bottom: 8px;
}

.experiences-text-one-container p {
    font-weight: 400;
}

@media (min-width: 768px) {
    .experiences-text-one-container h1 {}
}

.brands-list-container h1 {
    font-weight: 700;
    line-height: 1 !important;
}

.brands-list-container p {
    font-weight: 400;
    margin-bottom: 8px;
}

.search-brand-input-group {
    position: relative;

    i {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
    }

    input {
        border: 2px solid var(--black);
        border-radius: 15px;
        padding: 13px 45px;
        color: var(--black);
        width: 100%;
    }

    input::placeholder {
        color: var(--black);
        transition: all 0.3s ease-in-out;
        opacity: 1;
        transform: translateY(0%);
        font-family: "Manrope", sans-serif;
        font-weight: 400;
    }

    input:focus::placeholder {
        opacity: 0;
        transform: translateY(-300%);
    }
}

.brands-list-button {
    width: 54px;
    margin-left: 10px;
}

.brands-list-button i {
    font-size: 21px;
}

.filters-list-button {
    padding: 10px;
    border-width: 2px !important;
}

.brand-card {
    aspect-ratio: 1/1;
    border-radius: 15px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 56px; */

    img {
        width: 100%;
    }
}

.brand-catalog h1,
.event-main-info h1 {
    font-weight: 700;
}

.brand-catalog a,
.event-main-info a {
    i {
        background-color: var(--black);
        border-color: var(--black);
    }
}

.brand-catalog a:hover,
.event-main-info a:hover {
    i {
        background-color: var(--white);
        color: var(--black);
    }
}

@media (min-width: 1024px) {

    .event-main-info h1 {}

    .exhibitors-brands-container h2 {}
}

.brand-site-link {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    text-decoration: underline;
    display: block;
}

.brand-collection {
    margin-top: 56px;
}

.brand-collection h2 {
    font-weight: 700;
    margin-bottom: 36px;
}

.bf-show-connect .title-container {
    margin-bottom: 0px;
}

.bf-show-connect p {
    font-weight: 400;
    margin-bottom: 10px;
}

.event-card .content {
    img {
        width: 100%;
        aspect-ratio: 16/9;
        border-radius: 15px;
        object-fit: cover;
    }

    h6 {
        margin-top: 12px;
        font-weight: 700;
        line-height: 1 !important;
    }

    small {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 5px;
        margin-top: 5px;
        display: block;
    }

    p {
        margin-bottom: 12px;
        font-weight: 700;
    }

    a {
        padding: 6px 32px;
    }
}

.new-main-content-body {
    h1 {
        font-weight: 700;
        line-height: 1 !important;
        margin-bottom: 13px;
    }

    img {
        margin-bottom: 10px;
        border-radius: 15px;
        width: 100%;
        aspect-ratio: 16/8;
        object-fit: cover;
    }

    p {
        font-weight: 300;
    }

    hr {
        margin-bottom: 26px;
        border: 1px solid black;
        border-radius: 5px;
    }
}

.related-news h2 {
    font-weight: 700;
}

.contact-section {
    margin-top: 24px;
}

.contact-section h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-page-title {
    margin-top: 56px;
}

.contact-page-title h1 {
    font-weight: 700;
}

.last-buyer-card {
    background: var(--GRADIENTE,
            linear-gradient(90deg, #43763f 41.35%, #e9a625 100%));
}

.buyer-program-step {
    padding: 24px;
    border-radius: 15px;
    height: 263.828px;
    background-color: var(--green);

    h4 {
        font-weight: 700;
        color: var(--white);
    }

    p {
        margin-top: 12px;
        color: var(--white);
    }
}

@media (min-width: 1024px) {
    .old-editions-swiper-wrapper {
        overflow: hidden;
    }
}

.expositor-brands-card {
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--black) !important;

    span {
        text-align: center;
        position: relative;
        z-index: 2;
        font-family: "Bebas Neue";
        font-weight: 900 !important;
        transition: all 0.3s ease-in-out;
        font-size: 30px;
    }
}

@media (min-width: 1080px) {
    .expositor-brands-card {
        span {
            font-size: 40px;
        }
    }
}

.expositor-brands-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.expositor-brands-card:hover::after {
    opacity: 0;
}

.expositor-brands-card:hover {
    span {
        color: var(--white);
    }
}

.bfshow-co-work-swiper {
    .swiper-slide {
        img {
            border-radius: 15px;
        }
    }
}

.bf-show-co-work-container h4 {
    font-weight: 700;
}

.bf-show-co-work-container {
    margin-top: 44px;
}

.bf-show-co-work-container p {
    font-weight: 400;
    margin-bottom: 8px;
}

@media (min-width: 1024px) {
    .bfshow-co-work-swiper {
        padding-top: 32px;
        padding-bottom: 32px;

        .swiper-slide {
            transition: all 0.3s ease-in-out;
        }

        .swiper-wrapper {
            margin-left: 56px;
        }

        .swiper-slide-active {
            transform: scale(1.2);
        }
    }

    .bf-show-co-work-container p {
        max-width: 55%;
    }
}

.brand-list-offcanvas {
    position: fixed;
    z-index: -1;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.brands-list-container h2 {
    margin-bottom: 30px;
    font-weight: 700;
}

.brands-list-container p {
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .brands-list-container p {
        width: 33%;
    }
}

.brands-list-container {
    overflow: hidden;
}

.brand-list-offcanvas-wrapper {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.brand-list-offcanvas-body {
    position: absolute;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    top: 0px;
    right: -90%;
    height: 100%;
    width: 90%;
    background-color: var(--white);
    padding: 40px;
    overflow-y: scroll;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1024px) {
    .brand-list-offcanvas-body {
        width: 40%;
    }
}

.brand-list-offcanvas.active {
    z-index: 10;

    .brand-list-offcanvas-wrapper {
        background-color: rgba(0, 0, 0, 0.25);
    }

    .brand-list-offcanvas-body {
        right: 0%;
    }
}

.brand-list-offcanvas-body h6 {
    font-weight: 700;
}

.brands-list li {
    font-size: 16px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    line-height: 1 !important;
    margin-bottom: 24px;
}

.advanced-filters-body {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .new-main-content-container small {
        font-size: 16px !important;
        margin-bottom: 0px;
    }

    .new-main-content-container h1 {
        max-width: 80%;
        margin-bottom: 26px;
    }

    .new-main-content-container {
        margin-bottom: 51px;
    }

    .new-main-content-container i {
        font-size: 19px;
    }

    .new-main-content-container p {
        margin-top: 19px;
    }

    .new-main-content-container .swiper-two {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .new-main-content-container .swiper-slide {
        transition: all 0.3s ease-in-out;
    }

    .new-main-content-container .swiper-slide-active {
        transform: scale(1.2);
    }
}

.advanced-filters-body {
    .dropdown-container {
        position: relative;
    }

    .dropdown-body {
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
        width: 100%;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 75px;
        max-height: 0px;
        overflow-x: hidden;
        transition: all 0.3s ease-in-out;
        color: #9e9e9e;
        background: #f5f5f5;
        border-radius: 6px;

        .content {
            margin: 20px;
        }

        li {
            padding: 5px;
            margin-bottom: 10px;
            transition: all 0.3s ease-in-out;
            border-radius: 5px;
        }

        li:hover {
            background-color: var(--gray-100);
        }
    }

    .dropdown-head {
        transition: all 0.3s ease-in-out;
        border-radius: 6px;
        background: #f5f5f5;
        padding: 20px;
        color: #9e9e9e;

        i {
            transition: all 0.3s ease-in-out;
        }
    }

    .dropdown-container.active {
        position: relative;

        .dropdown-body {
            max-height: 300px;
            overflow-y: auto;
        }

        .dropdown-head i {
            transform: rotate(180deg);
        }
    }

    .price-range {
        display: flex;
        flex-direction: column;
        gap: 10px;

        input {
            max-width: 120px;
        }
    }

    .accordion-container {
        padding: 10px;
        font-weight: 700;
        border-bottom: 1px solid var(--black);
    }

    .accordion-head span {
        color: var(--green);
    }

    .accordion-body li {
        color: var(--green);
    }
}

.advanced-filters-head h6 {
    font-weight: 700;
    color: var(--black);
}

.advanced-filters-head {
    margin-bottom: 56px;
}

.advanced-filters-head a {
    color: var(--green);
}

.brands-advanced-filters {
    padding-left: 20px;
    padding-right: 20px;
}

.select-price-range {
    margin-top: 15px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 450px;
    background: transparent;
    cursor: pointer;
}

.select-price-range:focus {
    outline: none;
}

.select-price-range::-webkit-slider-runnable-track {
    height: 4px;
    background: #c6c6c6;
    border: 1px solid #b8b8b8;
    border-radius: 999px;
}

.select-price-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ededed;
    border: 2px solid #b6b6b6;
    margin-top: -8px;
}

.select-price-range::-moz-range-track {
    height: 4px;
    background: #c6c6c6;
    border: 1px solid #b8b8b8;
    border-radius: 999px;
}

.select-price-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ededed;
    border: 2px solid #b6b6b6;
}

.select-price-range::-moz-range-progress {
    height: 4px;
    background: #c6c6c6;
    border-radius: 999px;
}

.price-range-numbers {
    color: var(--black);
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1 !important;
}

.price-range span {
    color: #212529;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    /* 120% */
}

.brand-info-container img {
    aspect-ratio: 1/1;
    border-radius: 15px;
    max-width: 280px;
    width: 100%;
    object-fit: cover;
}

.brand-specs {
    margin-top: 16px;
}

.brand-specs ul {
    margin-top: 20px;
}

.brand-specs li {

    span,
    p {
        display: inline;
    }

    span {
        font-size: 18px;
    }

    p {
        font-weight: 700;
    }
}

.brand-social-media {
    margin-top: 12px;

    .brand-link {
        display: block;
        font-weight: 700;
        text-decoration: underline;
        margin-bottom: 24px;
        margin-top: 4px;
    }

    .fa-brands {
        font-size: 24px;
    }
}

.brand-bio-container {
    margin-top: 24px;
}

.brand-bio-container p {
    color: var(--Preto, #1c1c1c);
    leading-trim: both;
    text-edge: cap;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 21.6px */
}

.video-section {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 80vh;
    border-radius: 15px;
    background: #000;
    overflow: hidden;
    margin-top: 48px;
}

.video-cover {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
}

.video-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid #fff;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition:
        background 0.2s,
        transform 0.2s;
}

.video-play-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) scale(1.08);
}

.video-play-btn i {
    margin-left: 4px;
}

.video-cover.hidden {
    display: none;
}

.video-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-letter-modal .body {
    padding: 20px;
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;

    .close-newsletter-modal {
        position: absolute;
        right: 5%;
        top: 2%;
    }

    h2 {
        font-weight: 700;
        margin-bottom: 20px;
    }

    .agree-container label {
        font-size: 12px;
    }

    input {
        transition: all 0.3s ease-in-out;
        border: none;
        border-radius: 15px;
        background-color: var(--white);
        padding: 5px 15px;
    }

    input:focus {
        outline: none;
        box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.25);
    }

    .want-to-expose-form-agree,
    .want-to-expose-form-agree a {
        font-size: 10px;
    }
}

body.overflow-hidden {
    overflow: hidden;
}

@media (min-width: 1024px) {
    .news-letter-modal .body {
        max-width: 700px;
        padding: 80px;

        h2 {}

        input {
            font-size: 20px;
            padding: 15px 15px;
            margin-bottom: 15px;
        }

        .agree-container label {
            font-size: 16px;
        }

        .want-to-expose-form-agree,
        .want-to-expose-form-agree a {
            font-size: 14px;
        }
    }
}

.event-swiper {
    padding-top: 48px;
    padding-bottom: 48px;

    .swiper-slide {
        transition: all 0.3s ease-in-out;
    }
}

.event-swiper .swiper-slide-active {
    transform: scale(1.3);

    img {
        border-radius: 15px;
    }
}

.expose-accredit-btn {
    width: 100%;
    text-align: center;
    padding-block: 10px;
    padding-inline: 20px;
    border-color: var(--white) !important;
}

.expose-accredit-btn:hover {
    background-color: transparent !important;

    span {
        color: var(--white) !important;
    }
}

@media (min-width: 1280px) {
    .expose-accredit-btn {
        width: fit-content;
    }

    .criteria-card .content {
        font-size: 16px !important;
        padding-left: 60px;
    }
}

@media (max-width: 768px) {
    .event-main-info h2 {
        margin-bottom: 5px;
    }
}

.news-description br, strong {
    font-weight: 800;
}

.news-description a {
    text-decoration: underline;
}
