@font-face {
    font-family: "Lato";
    src: url(/fonts/Lato/Lato-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: "Manrope";
    src: url(/fonts/Manrope/Manrope-VariableFont_wght.ttf);
    font-weight: 300 400 500 600;
}
@font-face {
    font-family: "Abhaya Libre";
    src: url(/fonts/Abhaya_Libre/AbhayaLibre-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: "Abhaya Libre";
    src: url(/fonts/Abhaya_Libre/AbhayaLibre-ExtraBold.ttf);
    font-weight: 800;
}
@font-face {
    font-family: "Perpetua Titling MT";
    src: url(/fonts/perpetua-titling-mt/PerpetuaTitlingMTLight2.ttf);
    font-weight: 300;
}
.text-abhaya {
    font-family: "Abhaya Libre" !important;
}
.text-perpetua {
    font-family: "Perpetua Titling MT" !important;
}
.text-manrope {
    font-family: "Manrope" !important;
}
.text-lato {
    font-family: "Lato" !important;
}
.text-title {
    font-size: min(6rem, 7vmin);
}
:root {
    --color-primary: #242424;
    --color-secondary: #fcf4f1;
    --color-tersier: #b5af95;
    --color-accent: #376852;
    --color-accent-dark: #2a5441;
    --bs-font-sans-serif: "Manrope", sans-serif;
    --fs: 12px;
    font-size: var(--fs);
}
@media screen and (min-width: 768px) {
    :root {
        --fs: 14px;
    }
}
@media screen and (min-width: 1280px) {
    :root {
        --fs: 16px;
    }
}
@media screen and (min-width: 2560px) {
    :root {
        --fs: 2.5vmin;
    }
}
.ratio-5-2 {
    aspect-ratio: 5/2 !important;
}
.ratio-5-4 {
    aspect-ratio: 5/4 !important;
}
.ratio-3-1 {
    aspect-ratio: 3/1 !important;
}
.ratio-3-2 {
    aspect-ratio: 3/2 !important;
}
.icon {
    --s: 2rem;
    --m: 0.5rem;
    width: var(--s);
    height: var(--s);
    margin: var(--m);
}
.icon-xs {
    --s: 1rem;
    --m: 0.25rem;
}
.icon-sm {
    --s: 1.25rem;
}
.icon-md {
    --s: 1.5rem;
}
.icon-xl {
    --s: 2.25rem;
}
.card.editorial {
    background-color: var(--color-secondary);
}
.card.editorial img {
    aspect-ratio: 3/2;
}
.card-vendor-list {
    padding: 1.5rem;
    color: var(--color-accent);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
        linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0.5)
        );
    box-shadow: 0px 3.6333332062px 3.6333332062px 0px
        rgba(0, 0, 0, 0.2509803922);
    border-radius: 1rem;
}
.card-vendor-list img,
.card-vendor-list .img {
    aspect-ratio: 1/1;
    border-radius: 0.6rem;
    margin-block-end: 1rem;
}
.card-vendor-list img {
    object-fit: cover;
}
.card-vendor-list .img {
    background-size: cover;
    background-position: center;
}
a:has(figure.card) {
    text-decoration: none;
}
figure.card .card-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
    background-size: cover;
    background-position: center;
    margin-block-end: 0.5rem;
}
.best-deal {
    position: absolute;
    right: 0;
    bottom: -1rem;
    background-color: #f23131;
    color: #fff;
    border-radius: 0.25rem;
    padding: 0rem 0.75rem;
}
.card.vendor .card-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(174, 224, 233, 0) 27.47%,
        rgba(55, 104, 82, 0.7) 100%
    );
}
.main-logo {
    display: flex;
    align-items: center;
}
.main-logo img {
    width: auto;
    height: 1.5rem;
    margin-inline-end: 1rem;
}
.main-logo .text {
    font-family: "Perpetua Titling MT";
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #fff;
}
.navbar-nav .nav-link {
    --bs-navbar-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.25rem;
    color: var(--color-accent);
    margin-inline: 0.5rem;
    border-radius: 0.75rem;
}
@media screen and (min-width: 768px) {
    .navbar-nav .nav-link {
        color: #fafbff;
        background-color: var(--color-tersier);
    }
}
.navbar-nav.home .nav-link {
    color: #f8f9fa;
}
.clients {
    padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
    .clients {
        padding-inline: 8rem;
    }
}
.clients h3 {
    display: inline-block;
    background-color: var(--color-accent-dark);
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    font-family: "Abhaya Libre";
    color: #fff;
}
.clients figure {
    display: grid;
    grid-template-columns: 13rem auto;
    background-color: var(--color-secondary);
    border-radius: 1.5rem;
    margin-block-start: 1rem;
}
@media screen and (min-width: 768px) {
    .clients figure {
        display: block;
        background-color: rgba(0, 0, 0, 0);
    }
}
.clients figure figcaption {
    margin-block-start: 2rem;
    margin-block-end: 3rem;
    padding-inline: 1rem;
    padding-block-end: 1rem;
}
@media screen and (min-width: 768px) {
    .clients figure figcaption {
        background-color: var(--color-secondary);
        margin-block: 3rem;
        padding: 3rem;
        width: calc(100% - 4rem);
        height: 30rem;
        border-radius: 1.5rem;
    }
}
@media screen and (min-width: 768px) {
    .clients figure figcaption > * {
        width: 40%;
    }
}
.clients figure q {
    display: block;
    height: 12rem;
    font-family: "Manrope";
    overflow-y: scroll;
}
@media screen and (min-width: 768px) {
    .clients figure q {
        height: 17rem;
    }
}
.clients figure .img-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-start-start-radius: inherit;
    border-end-start-radius: inherit;
}
@media screen and (min-width: 768px) {
    .clients figure .img-thumb {
        position: absolute;
        top: -5rem;
        right: 6rem;
        bottom: 0;
        width: 30rem;
        height: 40rem;
        object-fit: cover;
        border-radius: 1.5rem;
    }
}
.clients figure .action {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}
@media screen and (min-width: 768px) {
    .clients figure .action {
        bottom: 3rem;
    }
}
.faq h2 {
    margin: 0;
}
@media screen and (min-width: 768px) {
    .faq h2 {
        margin-block-end: 3rem;
    }
}
.faq-title {
    position: relative;
    width: max(53%, 30rem);
    z-index: 2;
}
.faq-title li {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "Manrope";
    padding-block: 1.5rem;
    padding-inline: 3rem 4rem;
    background-color: #fff;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1490196078);
}
.faq-title li::before {
    content: "⬤";
    position: absolute;
    left: 1rem;
    color: #c5e1d4;
}
.faq-title li::after {
    content: "›";
    position: absolute;
    right: 1rem;
    color: var(--color-accent);
}
.faq-title li.active {
    background-color: #fafbff;
}
.faq-title li.active::before {
    content: "⬤";
    color: var(--color-accent);
}
.faq-detail {
    position: absolute;
    top: -3rem;
    right: 0;
    width: max(53%, 20rem);
    min-height: calc(100% + 6rem);
    background-color: #fafbff;
    border-radius: 1rem;
    padding-block: 2rem;
    padding-inline: 7rem 2rem;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1490196078);
    z-index: 1;
}
.card-faq {
    position: relative;
}
@media screen and (min-width: 768px) {
    .card-faq-mobile {
        display: none;
    }
}
.card-faq-mobile details[open] summary::before {
    color: var(--color-accent);
}
.card-faq-mobile details summary {
    --position: 2rem;
    font-size: 1.05rem;
    padding-block: 0.75rem;
    font-weight: bold;
    padding-inline-start: 2rem;
}
.card-faq-mobile details summary::marker,
.card-faq-mobile details summary::-webkit-details-marker {
    content: "";
}
.card-faq-mobile details summary::before {
    content: "⬤";
    position: absolute;
    left: 1rem;
    color: #c5e1d4;
}
.preview.swiper {
    aspect-ratio: 16/9;
}
.preview figure {
    aspect-ratio: 16/9;
}
.preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.preview .thumbnail {
    position: relative;
    cursor: pointer;
    z-index: 2;
}
.preview .thumbnail > img {
    filter: brightness(0.5);
}
.preview .thumbnail figcaption {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    padding: 1rem 2rem;
    color: #fff;
    background-color: rgba(205, 205, 205, 0.368627451);
    border-radius: 0.25rem;
}
.preview .thumbnail figcaption img {
    width: 1rem;
}
.preview .play {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}
.preview .video {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
}
.preview .video iframe {
    width: 100%;
    height: 100%;
}
.card-partner {
    max-width: 8rem;
    max-height: 5rem;
}
@media screen and (min-width: 768px) {
    .card-partner {
        max-width: 10rem;
        max-height: 5rem;
    }
}
@media screen and (min-width: 1024px) {
    .card-partner {
        max-width: 15rem;
        max-height: 7rem;
    }
}
.footer {
    --margin: 8rem;
    position: relative;
    color: #fff;
    overflow: hidden;
    z-index: 1;
}
.footer .content {
    --margin: 5rem;
    position: relative;
    color: #fff;
    padding-block: 1rem 2rem;
    background-color: var(--color-accent);
    margin-block-start: calc(3 * var(--margin));
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .footer .content {
        --margin: 8rem;
    }
}
.footer .content::before {
    content: "";
    position: absolute;
    overflow-x: hidden;
    top: calc(-1 * var(--margin));
    left: -25%;
    right: -25%;
    width: 150%;
    height: calc(3 * var(--margin));
    background: var(--color-accent);
    border-radius: 50%;
    z-index: -1;
}
.footer .hashtag {
    display: inline-block;
    font-family: "Manrope";
    background-color: var(--color-accent-dark);
}
.footer h1 {
    font-family: "Abhaya Libre";
}
.footer .logo {
    width: 3rem;
}
.footer .link {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    font-family: "Lato";
}
.footer .socmed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.1019607843);
    border-radius: 50%;
    width: 2.8125rem;
    height: 2.8125rem;
}
.footer .socmed .icon {
    width: 1rem;
}
.footer .copyright {
    font-size: 0.75rem;
    opacity: 0.8;
}
.footer > .bg-1,
.footer > .bg-2,
.footer > .image {
    --size: 5rem;
    --top: 5rem;
    --right: 50%;
    --transform: 50%;
    content: "";
    position: absolute;
    top: var(--top);
    right: var(--right);
    background-color: var(--color-accent);
    border-radius: 50%;
    opacity: 0.07;
    width: var(--size);
    height: var(--size);
    transform: translateX(var(--transform));
}
@media screen and (min-width: 768px) {
    .footer > .bg-1,
    .footer > .bg-2,
    .footer > .image {
        --transform: 0;
    }
}
.footer > .bg-1 {
    --size: 10rem;
    --top: 6rem;
    z-index: -2;
}
@media screen and (min-width: 768px) {
    .footer > .bg-1 {
        --size: 28rem;
        --top: 3rem;
        --right: 7rem;
    }
}
.footer > .bg-2 {
    --size: 12rem;
    --top: 5rem;
    z-index: -3;
}
@media screen and (min-width: 768px) {
    .footer > .bg-2 {
        --size: 30rem;
        --top: 2rem;
        --right: 6rem;
    }
}
.footer > .image {
    --size: 8rem;
    --top: 7rem;
    width: var(--size);
    height: var(--size);
    background-size: cover;
    background-position: center;
    opacity: 1;
    z-index: 3;
}
@media screen and (min-width: 768px) {
    .footer > .image {
        --size: 26rem;
        --top: 4rem;
        --right: 8rem;
    }
}
body {
    color: var(--color-primary);
}
.bg-accent {
    background-color: #467962 !important;
}
.bg-subtle {
    background-color: var(--color-secondary) !important;
}
.bg-cover {
    background-size: cover !important;
}
.bg-center {
    background-position: center !important;
}
.section {
    margin-block: min(8rem, 10%);
}
.section .header {
    color: var(--color-accent);
    font-family: "Abhaya Libre";
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
}
.section .sub-header {
    font-family: "Manrope";
    font-weight: 300;
    text-align: center;
    font-size: 1.5rem;
} /*# sourceMappingURL=main.min.css.map */