@font-face {
    font-display: swap;
    font-family: MonumentGrotesk-Semi-Mono;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MonumentGrotesk-Semi-Mono.otf) format("opentype");
}
@font-face {
    font-display: swap;
    font-family: MonumentGrotesk;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/MonumentGrotesk-Medium.otf) format("opentype");
}
@font-face {
    font-display: swap;
    font-family: MonumentGrotesk;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MonumentGrotesk-Regular.otf) format("opentype");
}
@font-face {
    font-display: swap;
    font-family: PPMonumentCondensed;
    font-style: italic;
    font-weight: 800;
    src: url(../fonts/PPMonumentCondensed-BlackItalic.otf) format("opentype");
}
p {
    font-family: MonumentGrotesk, sans-serif;
}
a {
    color: #243f4c;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}
a,
a:focus,
a:hover {
    font-family: MonumentGrotesk, sans-serif;
}
a:focus,
a:hover {
    color: #001724;
}
a:active {
    color: #4c6774;
    font-family: MonumentGrotesk, sans-serif;
}
,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #243f4c;
    font-family: MonumentGrotesk, sans-serif;
    margin: 0;
    text-transform: none;
}
a,
div,
p,
span {
    font-family: MonumentGrotesk, sans-serif;
}
blockquote {
    border-left-color: #61f2f2;
}
.button,
.hs-blog-post-listing__post-button,
.hs-button,
.lh-btn,
button {
    align-items: center;
    background: #ff2878;
    border: none;
    border-radius: 10px;
    color: #e9eced;
    display: inline-flex;
    font-family: MonumentGrotesk, sans-serif;
    font-size: 16px;
    gap: 4px;
    justify-content: center;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.hs-button {
    align-items: center !important;
    background: #ff2878 !important;
    border: none !important;
    border-radius: 100px !important;
    color: #e9eced !important;
    display: inline-flex !important;
    font-family: MonumentGrotesk, sans-serif;
    font-size: 16px !important;
    gap: 12px !important;
    justify-content: center !important;
    padding: 8px 16px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}
.button.primary,
.hs-button,
.hs-button.primary,
.lh-btn-primary,
button.primary {
    background: #ff2878;
    color: #e9eced !important;
    font-family: MonumentGrotesk, sans-serif;
}
.button.primary:hover,
.hs-button.primary:hover,
.hs-button:hover,
.lh-btn-primary:hover,
button.primary:hover {
    background: #ff5393 !important;
}
.button.primary:active,
.button.primary:focus,
.hs-button.primary:active,
.hs-button.primary:focus,
.hs-button:active,
.hs-button:focus,
.lh-btn-primary:active,
.lh-btn-primary:focus,
button.primary:active,
button.primary:focus {
    background: #e8246d !important;
}
.button.primary.white,
.hs-button.primary.white,
.hs-button.white,
.lh-btn-primary.white,
button.primary.white {
    background: #fff;
    color: #000 !important;
    font-family: MonumentGrotesk, sans-serif;
}
.button.primary.white:hover,
.hs-button.primary.white:hover,
.hs-button.white:hover,
.lh-btn-primary.white:hover,
button.primary.white:hover {
    background: #61f2f2 !important;
}
.button.primary.white:active,
.button.primary.white:focus,
.hs-button.primary.white:active,
.hs-button.primary.white:focus,
.hs-button.white:active,
.hs-button.white:focus,
.lh-btn-primary.white:active,
.lh-btn-primary.white:focus,
button.primary.white:active,
button.primary.white:focus {
    background: #95f6f6 !important;
}
.button.secondary,
.hs-button.secondary,
.lh-btn-secondary,
button.secondary {
    background: #e9eced;
    color: #182831;
    font-family: MonumentGrotesk, sans-serif;
}
.button.secondary:hover,
.hs-button.secondary:hover,
.lh-btn-secondary:hover,
button.secondary:hover {
    background: #ff5393;
}
.button.secondary:active,
.button.secondary:focus,
.hs-button.secondary:active,
.hs-button.secondary:focus,
.lh-btn-secondary:active,
.lh-btn-secondary:focus,
button.secondary:active,
button.secondary:focus {
    background: #ff2878;
}
.button.tertiary,
.hs-button.tertiary,
.lh-btn-tertiary,
button.tertiary {
    background: #182831;
    color: #e9eced;
    font-family: MonumentGrotesk, sans-serif;
}
.button.tertiary:hover,
.hs-button.tertiary:hover,
.lh-btn-tertiary:hover,
button.tertiary:hover {
    background: #ff5393;
}
.button.tertiary:active,
.button.tertiary:focus,
.hs-button.tertiary:active,
.hs-button.tertiary:focus,
.lh-btn-tertiary:active,
.lh-btn-tertiary:focus,
button.tertiary:active,
button.tertiary:focus {
    background: #e8246d;
}
.button.quaternary,
.hs-button.quaternary,
.lh-btn-quaternary,
button.quaternary {
    background: #295266;
    color: #e9eced;
    font-family: MonumentGrotesk, sans-serif;
}
.button.quaternary:hover,
.hs-button.quaternary:hover,
.lh-btn-quaternary:hover,
button.quaternary:hover {
    background: #3b6276;
}
.button.quaternary:active,
.button.quaternary:focus,
.hs-button.quaternary:active,
.hs-button.quaternary:focus,
.lh-btn-quaternary:active,
.lh-btn-quaternary:focus,
button.quaternary:active,
button.quaternary:focus {
    background: #244454;
}
.button.link,
.hs-button.link,
button.link {
    font-family: MonumentGrotesk, sans-serif;
}
.button.large,
.hs-button.large,
.lh-btn-large,
button.large {
    font-family: MonumentGrotesk, sans-serif;
    font-size: 18px;
    padding: 12px 24px;
}
.button.primary-outline,
.hs-button.primary-outline,
.lh-btn-primary-outline,
button.primary-outline {
    background: transparent;
    border: 2px solid #ff2878;
    color: #ff2878;
    font-family: MonumentGrotesk, sans-serif;
}
.button.primary-outline:hover,
.hs-button.primary-outline:hover,
.lh-btn-primary-outline:hover,
button.primary-outline:hover {
    background: #ff2878;
    border: 2px solid #ff2878;
    color: #e9eced;
}
.button.primary-outline:active,
.button.primary-outline:focus,
.hs-button.primary-outline:active,
.hs-button.primary-outline:focus,
.lh-btn-primary-outline:active,
.lh-btn-primary-outline:focus,
button.primary-outline:active,
button.primary-outline:focus {
    background: #e8246d;
    border: 2px solid #e8246d;
    color: #e9eced;
}
.button.secondary-outline,
.hs-button.secondary-outline,
.lh-btn-secondary-outline,
button.secondary-outline {
    background: transparent;
    border: 2px solid #e9eced;
    color: #e9eced;
    font-family: MonumentGrotesk, sans-serif;
}
.button.secondary-outline:hover,
.hs-button.secondary-outline:hover,
.lh-btn-secondary-outline:hover,
button.secondary-outline:hover {
    background: #ff5393;
    border: 2px solid #ff5393;
    color: #e9eced;
}
.button.secondary-outline:active,
.button.secondary-outline:focus,
.hs-button.secondary-outline:active,
.hs-button.secondary-outline:focus,
.lh-btn-secondary-outline:active,
.lh-btn-secondary-outline:focus,
button.secondary-outline:active,
button.secondary-outline:focus {
    background: #e8246d;
    border: 2px solid #e8246d;
    color: #e9eced;
}
.button.tertiary-outline,
.hs-button.tertiary-outline,
.lh-btn-tertiary-outline,
button.tertiary-outline {
    background: transparent;
    border: 2px solid #182831;
    color: #182831;
    font-family: MonumentGrotesk, sans-serif;
}
.button.tertiary-outline:hover,
.hs-button.tertiary-outline:hover,
.lh-btn-tertiary-outline:hover,
button.tertiary-outline:hover {
    background: #ff5393;
    border: 2px solid #ff5393;
    color: #e9eced;
}
.button.tertiary-outline:active,
.button.tertiary-outline:focus,
.hs-button.tertiary-outline:active,
.hs-button.tertiary-outline:focus,
.lh-btn-tertiary-outline:active,
.lh-btn-tertiary-outline:focus,
button.tertiary-outline:active,
button.tertiary-outline:focus {
    background: #e8246d;
    border: 2px solid #e8246d;
    color: #e9eced;
}
.button.quaternary-outline,
.hs-button.quaternary-outline,
.lh-btn-quaternary-outline,
button.quaternary-outline {
    background: transparent;
    border: 2px solid #295266;
    color: #295266;
    font-family: MonumentGrotesk, sans-serif;
}
.button.quaternary-outline:hover,
.hs-button.quaternary-outline:hover,
.lh-btn-quaternary-outline:hover,
button.quaternary-outline:hover {
    background: #3b6276;
    border: 2px solid #3b6276;
    color: #e9eced;
}
.button.quaternary-outline:active,
.button.quaternary-outline:focus,
.hs-button.quaternary-outline:active,
.hs-button.quaternary-outline:focus,
.lh-btn-quaternary-outline:active,
.lh-btn-quaternary-outline:focus,
button.quaternary-outline:active,
button.quaternary-outline:focus {
    background: #244454;
    border: 2px solid #244454;
    color: #e9eced;
}
.hs-button.primary,
.lh-btn-primary {
    background-color: #ff2878;
    text-shadow: none;
}
.hs-button.primary,
.hs-button.primary:active,
.hs-button.primary:focus,
.hs-button.primary:hover,
.lh-btn-primary,
.lh-btn-primary:active,
.lh-btn-primary:focus,
.lh-btn-primary:hover {
    background-image: none;
    border: none;
    box-shadow: none;
}
.submitted-message,
form {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}
.form-title,
form label,
form legend {
    font-family: MonumentGrotesk, sans-serif;
}
form input[type="email"],
form input[type="file"],
form input[type="number"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="text"],
form select,
form textarea {
    font-family: MonumentGrotesk, sans-serif;
}
.fn-date-picker td.is-selected .pika-button {
    background: #ff2878;
}
.fn-date-picker td .pika-button:hover {
    background-color: #ff2878 !important;
}
.fn-date-picker td.is-today .pika-button {
    color: #ff2878;
}
form .hs-button,
form input[type="submit"] {
    font-family: MonumentGrotesk, sans-serif;
}
form .hs-button:active,
form input[type="submit"]:active {
    background-color: #4c6774;
    border-color: #4c6774;
}
.header__language-switcher .lang_list_class li a,
.header__language-switcher-label-current,
.header__logo .logo-company-name,
.menu__link {
    font-family: MonumentGrotesk, sans-serif;
}
.header__language-switcher .lang_list_class:before {
    border-bottom-color: #243f4c;
}
.header__language-switcher .lang_list_class li a,
.header__language-switcher-label-current {
    font-family: MonumentGrotesk, sans-serif;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer img,
.footer label,
.footer li,
.footer p,
.footer span {
    font-family: MonumentGrotesk, sans-serif;
}
.blog-header__inner,
.blog-post,
.blog-related-posts {
    padding: 80px 0;
}
.blog-post__meta a,
.blog-post__tag-link {
    color: #243f4c;
    font-family: MonumentGrotesk, sans-serif;
}
.blog-post__tag-link:focus,
.blog-post__tag-link:hover {
    color: #001724;
}
.blog-post__tag-link:active {
    color: #4c6774;
}
.blog-related-posts__title-link,
.blog-related-posts__title-link:active,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:hover {
    font-family: MonumentGrotesk, sans-serif;
    text-transform: none;
}
.blog-related-posts__title-link {
    color: #243f4c;
    font-family: MonumentGrotesk, sans-serif;
}
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:hover {
    color: #001724;
    font-family: MonumentGrotesk, sans-serif;
}
.blog-related-posts__title-link:active {
    color: #4c6774;
    font-family: MonumentGrotesk, sans-serif;
}
.blog-comments {
    margin-bottom: 80px;
}
#comments-listing .comment-reply-to {
    color: #243f4c;
    font-family: MonumentGrotesk, sans-serif;
}
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:hover {
    color: #001724;
    font-family: MonumentGrotesk, sans-serif;
}
#comments-listing .comment-reply-to:active {
    color: #4c6774;
    font-family: MonumentGrotesk, sans-serif;
}
.hs-search-results__title {
    color: #243f4c;
    font-family: MonumentGrotesk, sans-serif;
}
.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:active,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:hover {
    font-family: MonumentGrotesk, sans-serif;
    text-transform: none;
}
.hs-blog-post-listing__post-title-link {
    color: #243f4c;
    font-family: MonumentGrotesk, sans-serif;
}
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:hover {
    color: #001724;
    font-family: MonumentGrotesk, sans-serif;
}
.hs-blog-post-listing__post-title-link:active {
    color: #4c6774;
    font-family: MonumentGrotesk, sans-serif;
}
.hs-blog-post-listing__post-author-name,
.hs-blog-post-listing__post-tag,
.hs-pagination__link--number,
.hs-pagination__link-text {
    color: #243f4c;
    font-family: MonumentGrotesk, sans-serif;
}
.hs-pagination__link--number:focus,
.hs-pagination__link--number:hover,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link:hover .hs-pagination__link-text {
    color: #001724;
}
.hs-pagination__link--number:active,
.hs-pagination__link:active .hs-pagination__link-text {
    color: #4c6774;
}
.hs-pagination__link-icon svg {
    fill: #243f4c;
}
.card__price {
    color: #243f4c;
    font-family: MonumentGrotesk, sans-serif;
}
.card__body svg {
    fill: #ff2878;
}
.social-links__icon {
    background-color: #ff2878;
}
.social-links__icon:focus,
.social-links__icon:hover {
    background-color: #d70050;
}
.social-links__icon:active {
    background-color: #ff50a0;
    color: #243f4c;
    font-family: MonumentGrotesk, sans-serif;
}
.adq-display-large {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    &.medium {
        font-size: 26px;
    }
}
.adq-heading-one {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.adq-heading-two {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    &.medium {
        font-size: 20px;
    }
}
.adq-heading-three {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.adq-special-title-one {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    &.text-regular {
        font-weight: 400;
    }
}
.adq-special-title-two {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.adq-action-label {
    font-weight: 500;
}
.adq-action-label,
.adq-body-text {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}
.adq-body-text {
    font-weight: 400;
}
.adq-body-text-large {
    font-size: 18px;
    line-height: 24px;
}
.adq-body-text-large,
.adq-input-label-medium,
label {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.adq-input-label-medium,
label {
    font-size: 15x !important;
    line-height: 100%;
}
.adq-input-label,
label {
    font-size: 14px !important;
    line-height: 100%;
}
.adq-input-label,
.adq-small-text,
label {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.adq-small-text {
    font-size: 12px;
    line-height: 16px;
}
@media (min-width: 1200px) {
    .adq-display-large,
    .adq-heading-one {
        font-size: 44px;
        line-height: 46px;
    }
    .adq-heading-two {
        font-size: 35px;
    }
    .adq-heading-three {
        font-size: 25px;
        line-height: 32px;
    }
    .adq-special-title-one,
    .adq-special-title-two {
        font-size: 20px;
        line-height: 100%;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .adq-display-large,
    .adq-heading-one {
        font-size: 44px;
        line-height: 46px;
    }
    .adq-heading-two {
        font-size: 35px;
    }
    .adq-heading-three {
        font-size: 25px;
        line-height: 32px;
    }
    .adq-special-title-one,
    .adq-special-title-two {
        font-size: 20px;
        line-height: 100%;
    }
}
@media (max-width: 991px) and (min-width: 550px) {
    .adq-display-large {
        font-size: 28px;
        line-height: 46px;
    }
    .adq-heading-one {
        font-size: 44px;
        line-height: 46px;
    }
    .adq-heading-two {
        font-size: 35px;
    }
    .adq-heading-three {
        font-size: 25px;
        line-height: 32px;
    }
    .adq-special-title-one,
    .adq-special-title-two {
        font-size: 20px;
        line-height: 100%;
    }
}
.lh-display-large {
    font-size: 104px;
    line-height: 96px;
}
.lh-display-large,
.lh-display-medium {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.lh-display-medium {
    font-size: 92px;
    line-height: 100px;
}
.h1,
.lh-heading-one,
h1 {
    font-size: 73px;
    line-height: 81px;
}
.h1,
.h2,
.lh-heading-one,
.lh-heading-two,
h1,
h2 {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.h2,
.lh-heading-two,
h2 {
    font-size: 65px;
    line-height: 73px;
}
.lh-heading-two-medium {
    font-size: 58px;
    line-height: 66px;
}
.lh-heading-two-medium,
.lh-subheading {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.lh-subheading {
    font-size: 45px;
    line-height: 53px;
}
.h3,
.lh-body-one,
.lh-heading-three,
h3 {
    font-size: 32px;
    line-height: 40px;
}
.h3,
.lh-body-one,
.lh-heading-three,
.lh-title-one,
h3 {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.lh-title-one {
    font-size: 25px;
    line-height: 32px;
}
.lh-title-two {
    line-height: 24px;
}
.lh-body-two,
.lh-title-two {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.lh-body-two {
    line-height: 28px;
}
.lh-body-three {
    font-size: 18px;
}
.lh-body-four,
.lh-body-three {
    color: #000;
    font-family: MonumentGrotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.lh-body-four {
    font-size: 16px;
}
.lh-label-one {
    font-family: MonumentGrotesk, sans-serif;
    font-size: 18px;
}
.lh-label-one,
.lh-label-two {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.lh-label-two {
    font-size: 16px;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .lh-display-large {
        font-size: 82px;
        line-height: 82px;
    }
    .lh-display-medium {
        font-size: 73px;
        line-height: 81px;
    }
    .h1,
    .lh-heading-one,
    h1 {
        font-size: 58px;
        line-height: 66px;
    }
    .h2,
    .lh-heading-two,
    h2 {
        font-size: 51px;
        line-height: 59px;
    }
    .h2,
    .lh-heading-two-medium,
    h2 {
        font-size: 44px;
        line-height: 52px;
    }
    .lh-subheading {
        font-size: 36px;
        line-height: 44px;
    }
    .lh-body-one {
        font-size: 28px;
        line-height: 36px;
    }
}
@media (max-width: 991px) {
    .lh-display-large,
    .lh-display-medium {
        font-size: 45px;
        line-height: 53px;
    }
    .h1,
    .lh-heading-one,
    h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .h2,
    .lh-heading-two,
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .h2,
    .lh-heading-two-medium,
    .lh-subheading,
    h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .lh-heading-two-medium.mobile-large {
        font-size: 32px;
        line-height: 40px;
    }
    .h3,
    .lh-heading-three,
    h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .lh-body-one {
        font-size: 20px;
        line-height: 28px;
    }
}
.lh-container-larger {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 32px;
    width: 100%;
}
.lh-container-large {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 32px;
    width: 100%;
}
.lh-container-medium {
    margin: 0 auto;
    max-width: 1062px;
    padding: 0 32px;
    width: 100%;
}
.lh-container-xsmall {
    margin: 0 auto;
    max-width: 813px;
    padding: 0 32px;
    width: 100%;
}
.lh-container-small {
    margin: 0 auto;
    max-width: 723px;
    padding: 0 32px;
    width: 100%;
}
@media (min-width: 1600px) {
    .lh-container-large,
    .lh-container-larger {
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .lh-container-medium {
        padding: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .lh-container-large,
    .lh-container-larger {
        padding: 0 32px;
    }
}
@media (max-width: 991px) {
    .lh-container-larger {
        padding: 0 24px;
    }
    .lh-container-large,
    .lh-container-medium,
    .lh-container-small,
    .lh-container-xsmall {
        padding: 0px 16px;
    }
}
.hs-form {
    background-color: transparent;
}
.hs-form ul {
    list-style: none;
    padding: 0;
}
.hbspt-form label {
    display: none;
}
.hs-form-booleancheckbox-display {
    align-items: center;
    display: flex !important;
    flex-direction: row;
}
.legal-consent-container .hs-form-booleancheckbox-display > span p {
    color: #b6b6b6 !important;
    display: inline;
    margin: 0 !important;
}
.hs-form-booleancheckbox-display > span p a,
.legal-consent-container .hs-form-booleancheckbox-display span,
.legal-consent-container .hs-form-booleancheckbox-display > span p a {
    color: #b6b6b6 !important;
    display: inline;
    font-weight: 600 !important;
    margin: 0 !important;
    text-decoration: none !important;
}
.hs-form-booleancheckbox-display p {
    color: #b6b6b6;
    font-size: 12px;
    font-weight: 300;
}
.input {
    background-color: unset;
    box-shadow: unset;
    color: unset;
    font-size: unset;
    height: unset;
    letter-spacing: unset;
    line-height: unset;
    margin-bottom: unset;
    padding: unset;
}
.hs-submit {
    margin-top: 24px !important;
}
.hs-form .hs-richtext,
.hs-form legend {
    display: none !important;
}
.hs-input::placeholder {
    color: #fff !important;
}
.hs_recaptcha {
    display: none !important;
}
@media (max-width: 550px) {
    .hs-input {
        margin-bottom: 16px !important;
    }
    .hs-fieldtype-intl-phone.hs-input {
        background: none;
        border: none;
        height: auto;
        margin: 0 !important;
        padding: 0;
    }
}
.section-adq-page {
    background-color: #fff;
}
.nav-primary-wrapper {
    &.magenta {
        background-color: #ff2878 !important;
    }
}
.section-adq-page.white {
    .nav-primary-adq {
        align-items: center;
        background-color: #fff !important;
        display: flex;
        justify-content: space-between;
        padding: 16px 0;
    }
    .nav-primary-adq.magenta {
        align-items: center;
        background-color: #ff2878 !important;
        display: flex;
        justify-content: space-between;
        padding: 16px 0;
        .adq-input-label {
            color: #fff !important;
        }
    }
    label {
        color: #000 !important;
    }
    .hs-error-msg {
        color: #dd0417 !important;
    }
    input.hs-input {
        background: #f3f3f3;
        border: transparent;
        border-radius: 8px;
        color: rgba(0, 0, 0, 0.5) !important;
    }
    .hs-input::placeholder {
        color: rgba(0, 0, 0, 0.5) !important;
    }
    select {
        background: #f3f3f3;
        border: transparent;
        border-radius: 8px;
        text-align: left;
    }
    .hs-fieldtype-intl-phone.hs-input .hs-input,
    select {
        color: rgba(0, 0, 0, 0.5) !important;
    }
    select.hs-input {
        height: 38.47px;
    }
    .launch-date {
        align-items: center;
        border: 1px solid #3dd6d6;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        justify-content: center;
        margin-top: 8px;
        padding: 15px;
        .adq-special-title-two {
            color: #3dd6d6 !important;
            font-size: 18px;
            font-weight: 500;
            line-height: 24px;
        }
        .adq-body-text {
            color: #182831;
            font-size: 20px;
            font-weight: 400;
        }
    }
    .submitted-message,
    .submitted-message p {
        color: #000;
        font-family: MonumentGrotesk;
        font-size: 35px !important;
    }
    .adq-gift-section-content {
        align-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .adq-gift-section-content h2,
    p {
        text-align: center;
    }
    .adq-body-text-large,
    .adq-display-large {
        color: #000;
    }
    .hs_cos_wrapper.form-title {
        display: none !important;
    }
}
.beneficios-grid.with-bg {
    .beneficio-card {
        align-items: flex-start;
        background-color: #1e3642 !important;
        border: unset !important;
        border-radius: 8px;
        color: #e9eced !important;
        display: flex;
        flex-direction: column;
        padding: 40px 24px;
        transition: all 0.3s ease;
        .adq-heading-three {
            margin-bottom: 12px;
        }
    }
}
.section-adq-page.centered {
    .hs-submit {
        margin: auto;
        width: fit-content;
    }
}
.section-neutral {
    .adq-action-label,
    .adq-body-text,
    .adq-body-text-large,
    .adq-display-large,
    .adq-heading-one,
    .adq-heading-three,
    .adq-heading-two,
    .adq-special-title-one,
    .adq-special-title-two {
        color: #fff;
    }
    .adq-input-label {
        color: #fff !important;
        line-height: normal !important;
    }
    .adq-small-text {
        color: #fff;
    }
    .beneficio-card {
        border: 1px solid #fff !important;
    }
}
.section-adq-page.neutral,
.section-adq-page.section-neutral {
    background-color: #182831;
    &.neutral-video {
        background-color: #0f1a20 !important;
    }
    .nav-primary-adq {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 16px 0;
    }
    label {
        color: #fff !important;
    }
    input.hs-input {
        background: hsla(0, 0%, 100%, 0.12);
        border: transparent;
        border-radius: 8px;
        color: hsla(0, 0%, 100%, 0.5) !important;
    }
    .hs-input::placeholder {
        color: hsla(0, 0%, 100%, 0.5) !important;
    }
    select {
        background: hsla(0, 0%, 100%, 0.12);
        border: transparent;
        border-radius: 8px;
        text-align: left;
    }
    .hs-fieldtype-intl-phone.hs-input .hs-input,
    select {
        color: hsla(0, 0%, 100%, 0.5) !important;
    }
    select.hs-input {
        height: 38.47px;
    }
    .launch-date {
        align-items: center;
        border: 1px solid #3dd6d6;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        justify-content: center;
        margin-top: 8px;
        padding: 15px;
        .adq-special-title-two {
            color: #3dd6d6 !important;
            font-size: 18px;
            font-weight: 500;
            line-height: 24px;
        }
        .adq-body-text {
            color: #e9eced;
            font-size: 20px;
            font-weight: 400;
        }
    }
    .submitted-message,
    .submitted-message p {
        color: #fff;
        font-family: MonumentGrotesk;
        font-size: 35px !important;
    }
    .adq-gift-section-content {
        align-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .adq-gift-section-content h2,
    p {
        text-align: center;
    }
    .hs_cos_wrapper.form-title {
        display: none !important;
    }
}
.text-semi-mono {
    font-family: MonumentGrotesk-Semi-Mono, sans-serif;
    font-weight: 400;
}
.text-italic {
    font-style: italic;
}
.text-secondary {
    color: #61f2f2 !important;
}
.text-secondary-800 {
    color: #0c9494 !important;
}
.text-neutral-200 {
    color: #a7c1cd !important;
}
.text-neutral-400 {
    color: #3b6276 !important;
}
.text-white {
    color: #fff;
}
.text-gray {
    color: #e9eced;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.mt-96 {
    margin-top: 96px;
}
.mb-56 {
    margin-bottom: 56px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-6 {
    margin-bottom: 6px;
}
.mb-5 {
    margin-bottom: 5px;
}
.bg-neutral-800 {
    background-color: #1e3642 !important;
}
.bg-neutral-900 {
    background-color: #182831 !important;
}
.hide-cta-desktop,
.hide-cta-mobile,
.hide-desktop {
    display: none !important;
}
@media (max-width: 768px) {
    .hide-cta-desktop {
        display: flex !important;
    }
    .hide-cta-mobile {
        display: none !important;
    }
    .hide-desktop {
        display: block !important;
    }
    .hide-mobile {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .hide-cta-desktop {
        display: none !important;
    }
    .hide-cta-mobile {
        display: flex !important;
    }
}
.countdown-container {
    align-items: center;
    display: flex;
    justify-content: center;
}
.countdown {
    display: flex;
    gap: 5px;
}
.countdown-time {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}
.countdown-time.bold {
    font-weight: 500;
}
@media (max-width: 550px) {
    .countdown-time {
        font-size: 13px;
    }
    .hero-logo {
        margin-bottom: 32px;
    }
}
.hero-ctas {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    &.centered {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .hero-ctas {
        flex-direction: column;
        justify-content: center;
        a,
        span {
            width: 100% !important;
        }
    }
}
.adq-gift-section-image {
    border-radius: 12px;
    display: flex;
    max-width: 650px;
    overflow: hidden;
    &.directo {
        max-width: 100%;
    }
}
.adq-gift-section-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.adq-nav-logo {
    width: 100px;
    &.hero-kids {
        width: 70px;
    }
}
.hs-form-field {
    margin-bottom: 0;
}
.mobile-pt-0 {
    padding-top: 0 !important;
}
@media (min-width: 768px) {
    .adq-nav-logo {
        width: 152px;
        &.hero-kids {
            width: 100px;
        }
    }
    .hs-form-field {
        margin-bottom: 1.4rem;
    }
}
@media (min-width: 991px) {
    .lh-padding-vertical-medium.mobile-pt-0 {
        padding-top: 32px !important;
    }
}
.adq-blocks {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 0 auto 35px;
    text-align: center;
    width: 100%;
}
@media (max-width: 550px) {
    .adq-blocks {
        flex-wrap: wrap;
    }
    .launch-date {
        padding: 15px 10px !important;
    }
    .launch-date:first-child,
    .launch-date:nth-child(2) {
        width: 48%;
    }
}
.lh-modal {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 1000;
    &.modal-white {
        .lh-modal-content {
            background-color: #fff;
            .lh-modal-close,
            h2 {
                color: #182831 !important;
            }
            label {
                color: #000 !important;
            }
            input.hs-input {
                background: #f3f3f3;
                border: transparent;
                border-radius: 8px;
                color: rgba(0, 0, 0, 0.5) !important;
            }
            .hs-input::placeholder {
                color: rgba(0, 0, 0, 0.5) !important;
            }
            select {
                background: #f3f3f3;
                border: transparent;
                border-radius: 8px;
                text-align: left;
            }
            .hs-fieldtype-intl-phone.hs-input .hs-input,
            select {
                color: rgba(0, 0, 0, 0.5) !important;
            }
            select.hs-input {
                height: 38.47px;
            }
            .launch-date {
                align-items: center;
                border: 1px solid #3dd6d6;
                border-radius: 12px;
                display: flex;
                flex-direction: column;
                gap: 6px;
                justify-content: center;
                margin-top: 8px;
                padding: 15px;
                .adq-special-title-two {
                    color: #3dd6d6 !important;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 24px;
                }
                .adq-body-text {
                    color: #182831;
                    font-size: 20px;
                    font-weight: 400;
                }
            }
            .submitted-message,
            .submitted-message p {
                color: #000;
                font-family: MonumentGrotesk;
                font-size: 35px !important;
            }
            .adq-gift-section-content {
                align-content: center;
                align-items: center;
                display: flex;
                flex-direction: column;
            }
            .adq-gift-section-content h2,
            p {
                text-align: center;
            }
            .adq-body-text-large,
            .adq-display-large {
                color: #000;
            }
            .hs_cos_wrapper.form-title {
                display: none !important;
            }
        }
    }
}
.lh-modal.show {
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 1;
    z-index: 1000 !important;
}
.lh-modal-content {
    background-color: #182831;
    border-radius: 8px;
    margin: 5% auto;
    max-width: 600px;
    padding: 48px;
    position: relative;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    width: 90%;
    z-index: 1000 !important;
    &.neutral {
        background-color: #182831;
        h2,
        p {
            color: #e9eced !important;
        }
        h2 {
            font-size: 35px;
            line-height: 46px;
        }
    }
    &.white {
        background-color: #fff;
        h2,
        p {
            color: #182831 !important;
            text-align: left;
        }
        h2 {
            font-size: 35px;
            line-height: 46px;
        }
    }
}
.lh-modal.show .lh-modal-content {
    transform: translateY(0);
}
.lh-modal-close {
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: color 0.3s ease;
    &.white {
        color: #182831;
    }
}
.lh-modal-close:hover {
    color: #ff2878;
}
.lh-modal-body {
    color: #fff;
}
@media (max-width: 768px) {
    .lh-modal.video {
        align-items: flex-start;
        justify-content: center;
        padding-top: 45px;
    }
    .lh-modal-content {
        margin: 15% auto;
        padding: 20px;
    }
    .adq-gift-section-content h2 {
        max-width: 100%;
    }
    .lh-modal-content.video {
        height: auto;
        padding: 20px;
        width: 100%;
    }
}
@media (max-width: 550px) {
    .lh-modal-content {
        height: 100%;
        padding: 60px 20px 20px;
        width: 100%;
    }
}
@media (max-width: 768px) {
    #hs_cos_wrapper_dnd_area-dnd_partial-4-module-1 .adq-footer-content {
        flex-direction: column;
        gap: 40px !important;
        text-align: center;
    }
}
.row-fluid {
    max-width: 100% !important;
}
.lh-hero-downsell-section {
    .hero-form {
        .hs-form-booleancheckbox {
            p {
                color: #000 !important;
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                a {
                    color: #000 !important;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                    text-decoration-line: underline !important;
                }
            }
        }
    }
}
.hs-input {
    select {
        color: #000 !important;
    }
}
.formulario-hubspot.white {
    .submitted-message,
    .submitted-message p {
        color: #000 !important;
        font-size: 35px !important;
    }
    label {
        color: #000 !important;
    }
    label.hs-error-msg.hs-main-font-element {
        background-color: transparent !important;
        border: none !important;
        color: #fb0505 !important;
        font-size: 16px !important;
        padding: 0 !important;
    }
}
.hs-banner-optimization-animation {
    font-family: MonumentGrotesk, sans-serif;
    p {
        font-style: normal !important;
    }
    a,
    p {
        color: #0f1a20 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: normal !important;
    }
    button#hs-eu-confirmation-button,
    button#hs-modal-accept-all {
        background-color: #ff2878 !important;
        border: none !important;
        border-radius: 100px !important;
        color: #e9eced !important;
        font-weight: 500 !important;
        line-height: 20px !important;
    }
    button#hs-eu-confirmation-button,
    button#hs-eu-cookie-settings-button,
    button#hs-eu-decline-button,
    button#hs-modal-accept-all,
    button#hs-modal-save-settings {
        font-family: MonumentGrotesk, sans-serif;
        font-size: 16px !important;
        font-style: normal !important;
        height: auto !important;
        letter-spacing: 0.1px !important;
        padding: 12px 24px !important;
        text-align: center !important;
    }
    button#hs-eu-cookie-settings-button,
    button#hs-eu-decline-button,
    button#hs-modal-save-settings {
        background-color: #fff !important;
        border: 1px solid #000 !important;
        border-radius: 100px !important;
        color: #000 !important;
        font-weight: 400 !important;
        font-weight: 500 !important;
        line-height: normal !important;
        line-height: 20px !important;
        text-decoration: none !important;
    }
    div#hs-eu-opt-in-buttons {
        flex-flow: row-reverse !important;
    }
    div#hs-banner-parent,
    div#hs-eu-cookie-confirmation {
        max-width: 43em !important;
        width: 100% !important;
    }
    #hs-modal-content #hs-categories-container .hs-category-row {
        padding: 12px 16px !important;
    }
    div#hs-modal-content {
        padding: 16px !important;
    }
}
@media (max-width: 768px) {
    .hs-banner-optimization-animation {
        div#hs-eu-confirmation-button-group {
            flex-flow: column !important;
            width: 100% !important;
        }
        div#hs-eu-opt-in-buttons {
            flex-flow: column !important;
        }
    }
}
