@charset "UTF-8";
/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, gulp, bootstrap grid
Version: 1.0

=== */
/* === 0. Root === */
:root {
    --font-family: "Source Sans Pro";
	--font-display: block;
    --font-size: 16px;
    --font-weight: 400;
    --line-height: 1.5;
    --letter-spacing: 0;
    --eyebrow-font-family: "Source Sans Pro";
    --eyebrow-font-size: 16px;
    --eyebrow-font-weight: 400;
    --eyebrow-line-height: 1.5;
    --eyebrow-letter-spacing: 0;
    --heading-font-family: "Source Sans Pro";
    --heading-font-weight: 700;
    --heading-line-height: 1.3;
    --heading-letter-spacing: 0;
    --button-font-family: "Source Sans Pro";
    --button-font-size: 16px;
    --button-font-weight: 400;
    --button-ine-height: 1.5;
    --button-letter-spacing: 0;
    --accent: #25DECE;
    --accent-hover: #22c8ba;
    --accent2: #F7FF58;
    --accent2-hover: #dfe650;
    --base: #ffffff;
    --base2: #E6E7E8;
    --img-placeholder: #CAC8C8;
    --text: #2C2C2D;
    --link: #3267B5;
    --border: #CBCBCB;
    --placeholder: #2C2C2D;
    --error: #C70000;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, footer, header, main, nav, section {
    display: block;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button {
    -webkit-appearance: button;
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

/* === 1. Content === */
* {
    box-sizing: border-box;
}

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

html {
    font-size: var(--font-size);
}

body {
    position: relative;
    font-size: 1rem;
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
    line-height: var(--line-height);
    font-family: canada-type-gibson, sans-serif;
    font-weight: 200;
    letter-spacing: var(--letter-spacing);
    overflow-x: hidden;
    color: var(--text);
    background-color: var(--base);
    transition: color 0.2s, background-color 0.2s;
}

.d-xl-flex.align-items-center.footer-menu {
    justify-content: flex-end;
}

.col-xl-9 {
	width:auto!important;
}

.hero-form-desc {
    font-size: 0.75rem;
    line-height: 1.25;
    margin-top: 1rem;
    margin-bottom: 0;
}

p.hero-form-desc {
	font-size: 0.75rem;
    line-height: 1.25;
    margin-top: 1rem;
    margin-bottom: 0;
}

.take-action-boxes {
    display: flex!important;
    flex-direction: row!important;
    flex-wrap: wrap!important;
    justify-content: center!important;
}

.caut-logo {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 20px;
}

.hero-form-wrap {
	padding-top:350px!important;
}

img.caut-logo-img {
    width: 150px;
}

.trp-ls-shortcode-current-language {
    box-sizing: border-box !important;
    border: none !important;
    border-radius: 2px !important;
    background-image: none !important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px) !important;
    background-size: 8px 8px, 8px 8px !important;
    background-repeat: no-repeat !important;
    background-color: #e8fa14 !important;
    width: 50px !important;
    text-align: center !important;
}

.trp-language-switcher {
	width:70px!important;
}

.trp-language-switcher > div {
	border-radius: 3px!important;
	background-color: #e8fa14!important;
}

.trp-ls-shortcode-language {
    width: 80px !important;
}

.col-auto.order-lg-1.order-xl-2.d-sm-block.translate {
    margin-top: 25px;
}

.trp-ls-shortcode-current-language {
    padding: 0px !important;
}

.trp-language-switcher.trp-language-switcher-container:hover {
	pointer:cursor!important;
}



@media (max-width: 1279px) {
	.hero-form-wrap {
	padding-top:75px!important;
}
}


@media (max-width: 1199px) {
	.row.gy-4.align-items-md-center.justify-content-between {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}
ul.socials.d-flex.align-items-center.list-style-none.justify-content-md-end {
    justify-content: flex-start !important;
}
	.col.footer-main-top {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
}
	.footer-socials.row.gx-3.gy-3.justify-content-md-end.justify-content-xl-start.align-items-center {
    justify-content: flex-start !important;
}
	.row.gy-4.justify-content-xl-end.align-items-center {
    display: flex
;
    flex-direction: column;
}
}

@media (max-width: 991px) {
	.col-auto.order-lg-1.order-xl-2.d-sm-block.translate {
    margin-top: 0px;
}
}

@media (max-width: 611px) {
	.caut-logo {
    justify-content: flex-start;
}
}

span.translate {
	align-content: center!important;
    padding-bottom: 10px!important;
}

body.overflow-hidden {
    overflow: hidden;
}

.main {
    background-color: var(--base);
    overflow-x: hidden;
    min-height: 100vh;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid var(--border);
}

table td, table th {
    padding: 1rem;
    text-align: left;
}

table thead tr {
    border-bottom: 1px solid var(--border);
}

table thead tr th {
    font-weight: bold;
    font-size: 1rem;
}


@media (max-width: 767.98px) {
    .table-responsive {
        position: relative;
        width: 100%;
        overflow-y: auto;
    }

    .table-responsive table {
        width: 650px;
    }

    .table-responsive-outer {
        position: relative;
    }

    .table-responsive-outer::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0.625rem;
        height: 100%;
        background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3), #fff);
    }

    .table-container::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0.875rem;
        height: 0.875rem;
    }

    .table-container::-webkit-scrollbar-thumb {
        border: 3px solid #fff;
        background: rgba(0, 0, 0, 0.3);
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: gibson, sans-serif;
    font-weight: 700;
    line-height: var(--heading-line-height);
    letter-spacing: var(--heading-letter-spacing);
    padding: 0;
    margin: 0 0 2rem 0;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.125rem;
}

p {
    margin: 0 0 2rem 0;
}

a {
    color: currentColor;
    text-decoration: underline;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
    color: var(--accent2);
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

mark {
    padding: 0.2em;
    background: var(--text);
    color: var(--base);
}

small {
    font-size: 0.85rem;
}

blockquote {
    padding: 0 0 0 1.25em;
    font-style: italic;
    border-left: 2px solid var(--text);
}

blockquote p {
    margin-bottom: 0 !important;
}

blockquote footer {
    color: var(--text);
    font-style: normal;
    padding-top: 0.8em;
}

.section.article-page {
    padding-top: 2.5rem;
}

.section.article-other-posts {
    padding-top: 2rem;
}

.article {
    font-size: 1.125rem;
    --margin: 2rem;
}

.article.article-large {
    --margin: 2rem;
}

.article.article-middle {
    --margin: 1.5rem;
}

.article.article-small {
    --margin: 1rem;
}

.article .edit-editor-content > * {
    margin-bottom: var(--margin);
}

.article .edit-editor-content > *:last-child {
    margin-bottom: 0;
}

.article > * {
    margin-bottom: var(--margin);
}

.article > *:last-child {
    margin-bottom: 0;
}

.article h1 {
    line-height: 1.15;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-top: calc(var(--margin) + 0.5rem);
}

.article h2:first-child, .article h3:first-child, .article h4:first-child, .article h5:first-child, .article h6:first-child {
    margin-top: 0;
}

.article ul, .article ol {
    list-style: none;
    margin: 0 0 var(--margin) 0;
    padding: 0 0 0 0.75rem;
}

.article ul li, .article ol li {
    position: relative;
    margin-bottom: 0.25rem;
}

.article ul li:last-child, .article ol li:last-child {
    margin-bottom: 0;
}

.article ul li::before, .article ol li::before {
    line-height: var(--line-height);
    min-width: 0.75rem;
    margin-right: 0.5rem;
}

.article ul li::before {
    content: "•";
}

.article ol {
    counter-reset: item;
}

.article ol li::before {
    content: counter(item) ".";
    counter-increment: item;
}

.article img, .article iframe {
    display: block;
    max-width: 100%;
}
.article img {
	height: auto;
}

.article .article-date {
    margin-bottom: 1.375rem;
}

.article .event-title {
    margin-bottom: 1.25rem;
}

.article-date-time {
    display: none;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1;
}

.article-date-time-hr {
    margin: 0 0.5rem;
}

.article-back-to-page {
    display: inline-flex;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
}

.news-back-to-page {
    margin-top: 1.375rem;
}

.event-back-to-page {
    margin-bottom: 1.375rem;
}

.event-btns {
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.75rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2.25rem;
    }

    h4 {
        font-size: 1.75rem;
    }

    h5 {
        font-size: 1.5rem;
    }

    h6 {
        font-size: 1.25rem;
    }

    .section.article-page {
        padding-top: 3.5rem;
    }

    .article {
        font-size: 1.25rem;
    }

    .article ul, .article ol {
        padding: 0 0 0 1.5rem;
    }

    .article.article-md-large {
        --margin: 2rem;
    }

    .article h1 {
        margin-bottom: 2.5rem;
    }

    .article .event-title {
        margin-bottom: 2rem;
    }

    .article-date-time {
        font-size: 2.5rem;
    }

    .news-back-to-page {
        margin-top: 2.25rem;
    }

    .event-back-to-page {
        margin-bottom: 3.5rem;
    }

    .event-btns {
        margin-top: 3rem;
    }
}

@media (min-width: 992px) {
    .section.article-page {
        padding-top: 5rem;
    }

    .article {
        font-size: 1.375rem;
    }

    .news-back-to-page {
        margin-top: 4rem;
    }
}
/* === 2. General === */
.admin-bar .main {
    min-height: calc(100vh - 32px);
}

.page-template-dashboard .main {
    overflow: initial;
}

header ul, header ol, footer ul, footer ol, aside ul, aside ol, nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aspect-ratio {
    --aspect-ratio-size: 100%;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.aspect-ratio::after {
    content: "";
    float: left;
    margin-top: 100%;
}

.aspect-ratio.ar-3x4::after {
    margin-top: 133.33333%;
}

.aspect-ratio.ar-4x3::after {
    margin-top: 75%;
}

.aspect-ratio.ar-16x9::after {
    margin-top: 56.25%;
}

.aspect-ratio.custom::after {
    margin-top: var(--aspect-ratio-size);
}

.aspect-ratio > img, 
.aspect-ratio > iframe,
.aspect-ratio .ar-abs {
    position: absolute;
    left: 0;
    top: 0;
}
.aspect-ratio > iframe {
    width: 100%;
    height: 100%;
}

.relative {
    position: relative;
}

.cg-10 {
    --bs-gutter-x: 0.625rem;
    --bs-gutter-y: 0.625rem;
}

.spacer-1_5r {
    height: 1.5rem;
}

.spacer-2r {
    height: 2rem;
}

.spacer-3r {
    height: 3rem;
}

.spacer-4r {
    height: 4rem;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.list-style-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-row {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-row.row-2 {
    -webkit-line-clamp: 2;
}

.text-row.row-3 {
    -webkit-line-clamp: 3;
}

.text-row.row-5 {
    -webkit-line-clamp: 5;
}

.text-row.row-5 {
    -webkit-line-clamp: 5;
}

.item-has-bg-image {
    color: white !important;
}

.item-has-bg-image .img-placeholder::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.img-placeholder {
    color: currentColor;
    background-color: var(--img-placeholder);
}

.is-dark-mode .img-placeholder {
    color: var(--text);
}

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

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.video-item {
    cursor: pointer;
}

.video-item-play {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    height: 18%;
    border-radius: 50%;
    background-color: var(--accent);
    z-index: 1;
    transition: all 0.2s;
}

.video-item-play:hover {
    transform: scale(1.1);
}

@media (min-width: 768px) {
    .video-item-play {
        right: 2rem;
        bottom: 2rem;
    }
}

@media (min-width: 1200px) {
    .video-item-play {
        right: 3rem;
        bottom: 3rem;
    }
}

.g-2rem {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

.g-2rem.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-2rem.gy-3 {
    --bs-gutter-y: 1rem;
}

.gy-2rem {
    --bs-gutter-y: 2rem;
}

.g-1_25rem {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}

.gy-0_75rem {
    --bs-gutter-y: 0.75rem;
}

.container-img {
    position: relative;
    width: 100%;
}

.container-img img {
    width: 100%;
}

@media (min-width: 768px) {
    .c-md {
        max-width: 73rem;
        margin: 0 auto;
    }

    .c-sm {
        max-width: 62.5rem;
        margin: 0 auto !important;
    }

    .md-text-center {
        text-align: center;
    }

    .spacer-md-3r {
        height: 3rem;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding: 0 1.5rem;
    }
}

@media (max-width: 600px) {
    #wpadminbar {
        position: fixed;
        top: 0;
    }
}

.bg-base {
    background-color: var(--base);
}

.bg-base2 {
    color: var(--text);
    background-color: var(--base2);
}

.bg-dark {
    background-color: var(--text);
    color: var(--base);
}

.bg-dark a:not(.btn) {
    color: currentColor;
}

.bg-dark .img-placeholder .btn-link {
    color: var(--text);
}

.bg-accent {
    background-color: var(--accent);
    color: var(--text);
}

.text_accent_fail .bg-accent {
    color: var(--base);
}

.bg-accent2 {
    background-color: var(--accent2);
    color: var(--text);
}

.text_accent2_fail .bg-accent2 {
    color: var(--base);
}

.is-dark-mode .bg-dark {
    background-color: var(--base);
    color: var(--text);
}

.is-dark-mode .bg-dark .img-placeholder .btn-link {
    color: var(--base);
}

.is-dark-mode .bg-default .bg-dark {
    background-color: var(--base2);
}

@media (max-width: 767.98px) {
    .bg-mobile-dark {
        background-color: var(--text);
        color: var(--base);
    }

    .bg-mobile-dark a:not(.btn) {
        color: currentColor;
    }

    .bg-mobile-dark .img-placeholder .btn-link {
        color: var(--text);
    }

    .is-dark-mode .bg-mobile-dark {
        background-color: var(--base);
        color: var(--text);
    }

    .is-dark-mode .bg-mobile-dark .img-placeholder .btn-link {
        color: var(--base);
    }
}

.socials {
    margin: 0 -0.375rem -0.375rem;
}

.socials > li {
    margin: 0 0.375rem 0.375rem;
}

.socials > li a {
    display: flex;
    align-items: center;
    fill: currentColor;
    line-height: 1;
}

.socials > li a:hover {
    color: currentColor;
}

.socials.lg {
    margin: 0 -0.625rem -0.625rem;
}

.socials.lg > li {
    margin: 0 0.625rem 0.625rem;
}

.socials.lg > li a svg {
    transform: scale(1.25);
}

.socials-label {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.container-img {
    height: 410px;
}

.container-img img {
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    .container-img {
        height: 580px;
    }
}

@media (min-width: 992px) {
    .section-footer-btns .btn {
        min-width: 17.5rem;
    }
}

@media (min-width: 1200px) {
    .section-footer-btns .btn {
        min-width: 18.75rem;
    }

    .section-footer-btns .btn.btn-xxl {
        min-width: 21.25rem;
        padding: 1.5rem 2rem;
    }
}

@media (max-width: 600px) {
    #wpadminbar {
        position: fixed;
        top: 0;
    }
}
/* === 3. Layouts === */
.navbar-top {
    position: relative;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    min-height: 3rem;
    line-height: 1.25rem;
    font-size: 3.82vw;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 21;
}

.navbar-top p {
    margin: 0;
    white-space: nowrap;
}

.header-wrapper {
    position: relative;
}

.header {
    position: relative;
    padding: 1rem 0.75rem 1.25rem;
    z-index: 20;
}

.header-abs {
    position: absolute;
    top: 0;
    width: 100%;
}

.header-white {
    color: #fff;
}

.logo {
    --logo-max-height: 155px;
    --logo-tablet-max-height: 105px;
    --logo-mobile-max-height: 60px;
    position: relative;
    display: inline-flex;
    text-decoration: none;
    font-family: var(--heading-font-family), sans-serif;
    font-size: 1.25rem;
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    text-transform: uppercase;
}

.logo img {
    display: block;
    width: auto;
    height: 100%;
    max-height: var(--logo-mobile-max-height);
    object-fit: contain;
}

.logo .edit-image {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: normal;
    text-transform: initial;
    min-width: 3rem;
    min-height: 3rem;
}

.logo .edit-image:hover {
    color: var(--text);
}

.logo .edit-image-select {
    left: 0;
    transform: translate(0, -50%);
    text-align: left;
}

.logo-img-dark,
.logo-img-light {
    transition: all 0.2s, opacity 0.3s;
}

.logo-img-light {
    position: absolute !important;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.fc-first-hero .logo {
    color: var(--base);
}

.fc-first-hero .logo .edit-image:hover {
    color: var(--base);
}

.fc-first-hero .logo .btn-link {
    color: var(--base);
}

.fc-first-hero .logo .btn-link::after {
    background-color: var(--base);
}

.fc-first-hero .logo-img-light,
.is-dark-mode .logo-img-light,
.footer .logo-img-light {
    z-index: 1;
    opacity: 1;
}

.fc-first-hero .logo-img-dark,
.is-dark-mode .logo-img-dark,
.footer .logo-img-dark {
    opacity: 0;
    z-index: -1;
}

@media (min-width: 421px) {
    .navbar-top {
        font-size: 1rem;
    }
}

@media (min-width: 576px) {
    .header {
        padding-top: 1.5rem;
    }
}

@media (min-width: 768px) {
    .header {
        padding: 1.75rem 0.75rem 1.5rem;
    }

    .logo img {
        max-height: var(--logo-tablet-max-height);
    }

    .navbar-top {
        overflow: initial;
    }
}

@media (min-width: 992px) {
    .header-white .menu-list > li:hover > a, .header-white .menu-list > li.active > a {
        text-decoration:underline;
    }
}

@media (min-width: 1200px) {
    .navbar-top {
        padding: 0.5rem 1.5rem;
    }

    .header {
        padding: 1.75rem 1.5rem 1.5rem;
    }

    .logo img {
        max-height: var(--logo-max-height);
    }

    .header-btns {
        padding-left: 0.5rem;
		display:flex;
    }
}

@media (max-width: 1199.98px) {
    .navbar-top .socials a {
        transform: scale(0.8125);
    }

    .navbar-top .socials > li {
        margin: 0 0.25rem 0.25rem;
    }
}

@media (max-width: 767.98px) {
    .header-btns > .col-auto {
        display: none;
    }

    .header-btns > .col-auto:first-child {
        display: block;
    }
}

.section {
    --section-padding-top: 5rem;
    --section-padding-bottom: 5rem;
    --section-header-margin-bottom: 3.5rem;
    --section-footer-margin-top: 0;
    position: relative;
    padding: var(--section-padding-top) 0 var(--section-padding-bottom);
}

.section.section-page {
    padding-top: 2.5rem;
}

.section-overflow-hidden {
    overflow: hidden;
}

.section-header {
    font-size: 1.25rem;
    margin-bottom: var(--section-header-margin-bottom);
}

.section-header h1, .section-header h2 {
    font-size: 2.5rem;
    margin: 0;
}

.section-header p {
    max-width: 890px;
    margin: 1.875rem 0 0;
}

.section-header p:first-child {
    font-size: var(--eyebrow-font-size);
    font-family: var(--eyebrow-font-family);
    font-weight: var(--eyebrow-font-weight);
    line-height: var(--eyebrow-line-height);
    letter-spacing: var(--eyebrow-letter-spacing);
    margin: 0 0 0.5rem 0;
}

.section-header.center {
    text-align: center;
}

.section-header.center p {
    margin-left: auto;
    margin-right: auto;
}

.section-header.end {
    text-align: right;
}

.section-header.end p {
    margin-left: auto;
}

.section-header.section-header-no-margin {
    margin-bottom: 20px;
}

.section-footer {
    padding-top: var(--section-footer-margin-top);
}

.section-btns {
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .section {
        --section-tablet-padding-top: 5rem;
        --section-tablet-padding-bottom: 5rem;
        padding: var(--section-tablet-padding-top) 0 var(--section-tablet-padding-bottom);
    }

    .section.section-page {
        padding-top: 2rem;
    }

    .section-header h1, .section-header h2 {
        font-size: 3.125rem;
    }

    .section-header {
        font-size: 1.375rem;
    }

    .section-btns {
        margin-top: 3rem;
    }
}

@media (min-width: 1200px) {
    .section {
        --section-desktop-padding-top: 5rem;
        --section-desktop-padding-bottom: 5rem;
        padding: var(--section-desktop-padding-top) 0 var(--section-desktop-padding-bottom);
    }

    .section.section-page-bottom {
        padding-bottom: 7.5rem;
    }

    .section-header-about {
        max-width: 30rem;
    }
}

.footer {
    position: relative;
    font-size: 1.125rem;
    width: 100%;
    padding: 3.75rem 0.75rem 5rem;
}

.footer a:not(.btn) {
    text-decoration: none;
}

.footer .footer-btn-donate > .col-auto {
    display: none;
}

.footer .footer-btn-donate > .col-auto:first-child {
    display: block;
}

.footer .footer-btn-donate .btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
}

body:not(.text_accent_fail) .footer li.active > a, body:not(.base_accent_fail) .footer li.active > a {
    color: var(--accent);
}

body:not(.text_accent_fail) .footer a:not(.btn):hover, body:not(.base_accent_fail) .footer a:not(.btn):hover {
    color: var(--accent);
}

body:not(.text_accent_fail) .footer .socials, body:not(.base_accent_fail) .footer .socials {
    color: var(--accent);
}

body:not(.text_accent2_fail) .footer li.active > a, body:not(.base_accent2_fail) .footer li.active > a {
    color: var(--accent2);
}

body:not(.text_accent2_fail) .footer a:not(.btn):hover, body:not(.base_accent2_fail) .footer a:not(.btn):hover {
    color: var(--accent2);
}

body:not(.text_accent2_fail) .footer .socials, body:not(.base_accent2_fail) .footer .socials {
    color: var(--accent2);
}

.footer-main-top {
    margin-bottom: 2.75rem;
}

.footer-socials .socials-label {
    font-size: 1rem;
}

.footer-address {
    margin-bottom: 2rem;
}

.footer-menu-list {
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -1.25rem;
    line-height: 1.375rem;
}

.footer-menu-list > li {
    margin-right: 1.25rem;
    margin-top: 1.25rem;
}

.footer-menu-list > li:last-child {
    margin-right: 0;
}

.footer-bottom {
    margin-top: 2.5rem;
}

.footer-disclaimer {
    display: inline-flex;
    justify-content: center;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.875rem;
    text-transform: uppercase;
    border: 1.5px solid currentColor;
    width: 100%;
    max-width: 310px;
    margin-top: 0.75rem;
}

.copyright {
    font-size: 0.75rem;
    margin-top: 0.75rem;
}

.footer-menu-secondary {
    font-size: 1.125rem;
}

.footer-menu-secondary > li {
    margin-bottom: 0.5rem;
}

.footer-menu-secondary > li:last-child {
    margin-bottom: 0;
}

.footer-dev a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 100%;
    padding: 0.5rem 1rem;
    color: currentColor;
    fill: currentColor;
    text-decoration: none;
}

.footer-dev svg {
    height: 1.375rem;
}

@media (max-width: 767.98px) {
    .footer img {
        max-height: 60px;
    }

    .footer-socials {
        padding-top: 1rem;
    }
}

@media (min-width: 410px) and (max-width: 767.98px) {
    .footer-socials .socials {
        margin: 0 -0.75rem -0.75rem;
    }

    .footer-socials .socials > li {
        margin: 0 0.75rem 0.75rem;
    }

    .footer-socials .socials > li a svg {
        transform: scale(1.25);
    }
}

@media (max-width: 421px) {
    .footer-socials {
        text-align: center;
    }

    .footer-socials .socials {
        justify-content: space-between;
    }
}

@media (min-width: 576px) {
    .footer-menu-secondary {
        margin: -0.5rem 0 0 -1.25rem;
    }

    .footer-menu-secondary > li {
        margin: 0.5rem 0 0 1.25rem;
    }
}

@media (min-width: 768px) {
    .footer {
        padding: 4.5rem 1rem 5.5rem;
    }

    .footer-main-top {
        margin-bottom: 3.25rem;
    }

    .footer-disclaimer {
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-socials .socials {
        margin: 0 -0.75rem -0.75rem;
    }

    .footer-socials .socials > li {
        margin: 0 0.75rem 0.75rem;
    }

    .footer-socials .socials > li a svg {
        transform: scale(1.25);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer img {
        max-height: 75px;
    }

    .footer-socials .socials {
        margin: 0 -1.25rem -1.25rem;
    }

    .footer-socials .socials > li {
        margin: 0 1.25rem 1.25rem;
    }

    .footer-socials .socials > li a svg {
        transform: scale(1.5);
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .footer {
        font-size: 1.25rem;
    }

    .footer-menu-list {
        font-size: 1.25rem;
    }

    .footer-btns {
        padding-top: 1rem;
    }

    .footer-btns .btn {
        min-width: 260px;
        min-height: 4.5rem;
        align-items: center;
    }

    .footer-menu-secondary {
        margin: 0.5rem 0 1rem -1.75rem;
    }

    .footer-menu-secondary > li {
        margin: 0 0 0.5rem 1.75rem;
    }
}

@media (min-width: 1200px) {
    .footer {
        padding: 6.25rem 1.5rem;
    }

    .footer img {
        max-height: 70px;
    }

    .footer-menu-list {
        font-size: 1rem;
    }

    .footer-socials {
        margin-top: 1rem;
    }

    .footer-btns {
        padding-left: 0.5rem;
    }

    .footer-bottom {
        margin-top: 0;
    }

    .footer-address {
        text-align: right;
        line-height: 1.33;
        margin-bottom: 1.25rem;
    }

    .footer-menu-secondary {
        font-size: 1rem;
    }

    .footer-disclaimer {
        font-size: 0.75rem;
        padding: 0.625rem 0.75rem;
        width: auto;
        margin-bottom: 1rem;
    }
}
/* === 4. Components === */
.row-buttons.g-0 .btn {
}

.btn {
    --btn-ripple-width: 100%;
    --btn-ripple-duration: 0.4s;
    position: relative;
    display: inline-flex;
    justify-content: center;
    font-size: var(--button-font-size);
    font-family: var(--button-font-family), sans-serif;
    font-weight: var(--button-font-weight);
    line-height: var(--button-line-height);
    letter-spacing: var(--button-letter-spacing);
    color: var(--text);
    background-color: var(--accent);
    padding: 0.5625em 1.5em;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: color var(--btn-ripple-duration), fill var(--btn-ripple-duration);
}

.btn.loading span:not(.btn-loader):not(.btn-loader-rect):not(.btn-ripple-hover) {
    opacity: 0;
}

.btn.loading .btn-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn.btn-sm {
    font-size: calc(var(--button-font-size) * 0.875);
}

.btn.btn-lg {
    font-size: calc(var(--button-font-size) * 1.125);
}

.btn.btn-xl {
    font-size: calc(var(--button-font-size) * 1.25);
}

.btn.btn-xxl {
    font-size: calc(var(--button-font-size) * 1.375);
}

.btn > span, .btn .btn-loader {
    position: relative;
    z-index: 1;
    transition: opacity 0.1s;
}

.btn .btn-ripple-hover {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--accent-hover);
    transform: translate(-50%, -50%);
    transition: width var(--btn-ripple-duration), padding-top var(--btn-ripple-duration);
}

.btn.btn-secondary {
    background-color: var(--accent2);
	border-radius:100px;
}

.btn.btn-secondary .btn-ripple-hover {
    background-color: var(--accent2-hover);
}

.btn.btn-text {
    background-color: var(--text);
    color: var(--base);
}

.btn.btn-text .btn-ripple-hover {
    background-color: var(--accent-hover);
}

.btn.btn-outline {
    background-color: transparent;
    color: currentColor;
}

.btn.btn-outline::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0.25rem solid var(--accent);
}

.btn.btn-outline.btn-text::after {
    border-color: var(--text);
}

.btn.btn-outline.btn-text .btn-ripple-hover {
    background-color: var(--text);
}

.btn.btn-outline.btn-text:hover {
    color: var(--base);
}

.btn.btn-outline.btn-secondary::after {
    border-color: var(--accent2);
}

.btn.btn-outline.btn-secondary .btn-ripple-hover {
    background-color: var(--accent2-hover);
}

.btn.btn-outline .btn-ripple-hover {
    background-color: var(--accent-hover);
}

.btn.btn-rounded {
    border-radius: 10rem;
}

.btn.btn-wide {
    display: flex;
    width: 100%;
	border-radius:100px;
}

.btn.btn-hide {
    pointer-events: none;
    opacity: 0.25;
}

.btn._mt-0_25rem {
    margin-top: 0.25rem;
}

.btn._mt-0_5rem {
    margin-top: 0.5rem;
}

.btn._mt-1rem {
    margin-top: 1rem;
}

.btn:focus {
    outline: none;
}

.btn:hover {
    color: var(--text);
}

.btn:hover .btn-ripple-hover {
    width: calc(var(--btn-ripple-width) * 2.5);
    padding-top: calc(var(--btn-ripple-width) * 2.5);
}

.btn-loader {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 20px;
    opacity: 1;
}

.btn-loader span, .btn-loader::before, .btn-loader::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: currentColor;
    animation: move 0.6s infinite ease-in-out;
}

.btn-loader::before {
    left: 0;
    animation-delay: 0s;
}

.btn-loader span {
    left: 7px;
    animation-delay: 0.2s;
}

.btn-loader::after {
    left: 14px;
    animation-delay: 0.4s;
}

@keyframes move {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.btn-link {
    position: relative;
    display: inline-flex;
    font-size: var(--button-font-size);
    font-family: var(--button-font-family), sans-serif;
    font-weight: var(--button-font-weight);
    line-height: var(--button-line-height);
    letter-spacing: var(--button-letter-spacing);
    color: currentColor;
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.btn-link.btn-link-sm {
    font-size: max(var(--button-font-size), calc(var(--button-font-size) * 0.75));
}

.btn-link.btn-hide {
    pointer-events: none;
    opacity: 0.25;
}

.btn-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12.5%;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: opacity 0.2s;
}

.btn-link:hover {
    color: currentColor;
}

.btn-link:hover::after {
    opacity: 0;
}

.text_accent_fail .btn.btn-primary {
    color: var(--base);
}

.text_accent_fail .btn.btn-primary.btn-outline {
    color: currentColor;
}

.text_accent_fail .btn.btn-primary.btn-outline:hover {
    color: var(--base);
}

.text_accent_fail .btn.btn-text:hover {
    color: var(--base);
}

.text_accent_fail .bg-accent .btn.btn-primary:hover {
    color: var(--base);
}

.text_accent_fail .bg-accent .btn.btn-text.btn-outline:hover {
    color: var(--base);
}

.text_accent2_fail .btn.btn-secondary {
    color: var(--base);
}

.text_accent2_fail .btn.btn-secondary.btn-outline {
    color: currentColor;
}

.text_accent2_fail .btn.btn-secondary.btn-outline:hover {
    color: var(--base);
}

.bg-dark .btn.btn-text {
    background-color: var(--base);
    color: var(--text);
}

.bg-dark .btn.btn-text.btn-outline {
    color: currentColor;
    background-color: transparent;
}

.bg-dark .btn.btn-text.btn-outline::after {
    border-color: currentColor;
}

.bg-dark .btn.btn-text.btn-outline .btn-ripple-hover {
    background-color: var(--base);
}

.bg-dark .btn.btn-text.btn-outline:hover {
    color: var(--text);
}

.is-dark-mode.base_accent_fail .bg-dark .btn.btn-text:hover {
    color: var(--text);
}

.is-dark-mode .bg-dark .btn.btn-text {
    background-color: var(--text);
    color: var(--base);
}

.is-dark-mode .bg-dark .btn.btn-text.btn-outline {
    color: var(--text);
    background-color: transparent;
}

.is-dark-mode .bg-dark .btn.btn-text.btn-outline::after {
    border-color: var(--text);
}

.is-dark-mode .bg-dark .btn.btn-text.btn-outline:hover {
    color: var(--base);
}

.is-dark-mode .bg-dark .btn.btn-text.btn-outline .btn-ripple-hover {
    background-color: var(--text);
}

.bg-accent .btn.btn-text.btn-outline {
    color: var(--text);
}

.bg-accent .btn.btn-text .btn-ripple-hover {
    background-color: var(--base);
}

.bg-accent .btn.btn-text:hover {
    color: var(--text) !important;
}

.bg-accent .btn.btn-primary {
    color: var(--text);
    background-color: var(--base);
}

.bg-accent .btn.btn-primary.btn-outline {
    color: currentColor;
    background-color: transparent;
}

.bg-accent .btn.btn-primary.btn-outline::after {
    border-color: var(--base);
}

.bg-accent .btn.btn-primary.btn-outline .btn-ripple-hover {
    background-color: var(--base);
}

.bg-accent .btn.btn-primary.btn-outline:hover {
    color: var(--text);
}

.bg-accent .btn.btn-primary .btn-ripple-hover {
    background-color: var(--text);
}

.bg-accent .btn.btn-primary:hover {
    color: var(--base);
}

.bg-accent2 .btn.btn-secondary {
    color: var(--text);
    background-color: var(--base);
}

.bg-accent2 .btn.btn-secondary.btn-outline {
    color: currentColor;
    background-color: transparent;
}

.bg-accent2 .btn.btn-secondary.btn-outline::after {
    border-color: var(--base);
}

.bg-accent2 .btn.btn-secondary.btn-outline .btn-ripple-hover {
    background-color: var(--base);
}

.bg-accent2 .btn.btn-secondary.btn-outline:hover {
    color: var(--text);
}

.bg-accent2 .btn.btn-secondary .btn-ripple-hover {
    background-color: var(--text);
}

.bg-accent2 .btn.btn-secondary:hover {
    color: var(--base);
}

.btn {
    text-transform: uppercase;
}

.btn.btn-xxl {
    text-transform: initial;
}

.btn.btn-outline::after {
    border-width: 0.25rem;
}

.btn-link {
    text-transform: uppercase;
}

.menu {
    --menu-offset-top: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.menu a {
    text-decoration: none;
}

.menu a:not(.btn) {
    color: currentColor;
}

.menu-wrapp {
    position: relative;
    padding-top: 0.25rem;
    cursor: pointer;
    z-index: 1;
}

.menu-btn {
    position: relative;
    width: 2.75rem;
    height: 1.375rem;
    cursor: pointer;
}

.menu-btn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background-color: currentColor;
    transition: transform 0.4s ease-in-out, background-color 0.2s;
}

.menu-btn span:nth-child(1) {
    top: 0;
}

.menu-btn span:nth-child(2), .menu-btn span:nth-child(3) {
    top: 0.59375rem;
}

.menu-btn span:nth-child(3) {
    right: 0;
}

.menu-btn span:nth-child(4) {
    bottom: 0;
}

.menu-btn-text {
    position: relative;
    line-height: 1.125rem;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: none;
    color: currentColor;
    transition: transform 0.4s, color 0.2s;
}

.menu-btn-text > span {
    display: block;
    transform: none;
    transition: transform 0.4s;
}

.menu-btn-text::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    transform: translateY(-100%);
    transition: transform 0.4s;
}

@media (min-width: 992px) {
    .menu-list {
        display: flex;
    }

    .menu-list > li {
        margin-right: 1.25rem;
    }

    .menu-list > li:last-child {
        margin-right: 0;
    }

    .menu-list > li > a {
        transition: color 0.2s;
    }

    .base_accent .header:not(.header-white) .menu-list > li:hover > a, .base_accent .header:not(.header-white) .menu-list > li.active > a {
        color: var(--accent);
    }

    .base_accent2 .header:not(.header-white) .menu-list > li:hover > a, .base_accent2 .header:not(.header-white) .menu-list > li.active > a {
        color: var(--accent2);
    }
}

@media (max-width: 991.98px) {
    body.menu-open {
        overflow: hidden;
    }

    body.menu-open .header {
        color: #fff;
    }

    body.menu-open .menu {
        transform: none;
    }

    body.menu-open .menu-btn span:nth-child(1) {
        transform: translateX(2.5rem);
        background-color: transparent;
    }

    body.menu-open .menu-btn span:nth-child(2) {
        transform: rotate(45deg);
    }

    body.menu-open .menu-btn span:nth-child(3) {
        transform: rotate(-45deg);
    }

    body.menu-open .menu-btn span:nth-child(4) {
        transform: translateX(-2.5rem);
        background-color: transparent;
    }

    body.menu-open .menu-btn-text {
        transform: translateY(0.25rem);
    }

    body.menu-open .menu-btn-text > span {
        transform: translateY(100%);
    }

    body.menu-open .menu-btn-text::after {
        transform: none;
    }

    body.menu-open .logo-img-light {
        opacity: 1;
    }

    body.menu-open .logo-img-dark {
        opacity: 0;
    }

    .menu {
        position: fixed;
        left: 0;
        top: var(--menu-offset-top);
        font-size: 1.375rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: calc(100% - var(--menu-offset-top));
        background-color: var(--text);
        color: var(--base);
        transform: translateX(-101%);
        overflow: hidden;
        overflow-y: auto;
        text-align: center;
        padding: 9rem 1.5rem 2.75rem 1.5rem;
    }

    .menu.menu-transition {
        transition: transform 0.4s;
    }

    .is-dark-mode .menu {
        background-color: var(--base);
        color: var(--text);
    }

    .menu-list > li {
        position: relative;
        margin-bottom: 1.25rem;
    }

    .menu-list > li > a {
        display: block;
        color: currentColor;
        text-decoration: none;
        width: 100%;
        line-height: 1.75rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .menu-list > li:last-child {
        margin-bottom: 0;
    }

    .text_accent .header .menu-list > li:hover > a, .text_accent .header .menu-list > li.active > a {
        color: var(--accent);
    }

    .text_accent2 .header .menu-list > li:hover > a, .text_accent2 .header .menu-list > li.active > a {
        color: var(--accent2);
    }

    .menu-footer {
        font-size: 1rem;
        margin-top: 2.5rem;
    }

    .menu-footer p {
        margin: 0 0 0.875rem 0;
        line-height: 1.25rem;
    }

    .menu-footer .socials {
        margin: 0 -0.75rem -0.75rem;
    }

    .menu-footer .socials > li {
        margin: 0 0.75rem 0.75rem;
    }

    .menu-footer .socials > li a svg {
        transform: scale(1.25);
    }

    .header-logo {
        position: relative;
        z-index: 2;
    }

    .menu-btns {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .menu {
        padding-top: 7rem;
    }

    .header-btns .btn {
        font-size: 1rem;
        padding: 0.5em 1.25rem;
    }
}

*::-webkit-input-placeholder,
*::placeholder {
    color: var(--placeholder);
    opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

textarea {
    height: auto;
    resize: none;
}

.heyvictor-form-confirmation-message {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 1.5rem 0;
}

.form-no-borders .form-control {
    border-color: transparent !important;
}

.form-no-borders .form-check input {
    border-color: transparent !important;
}

.form-item {
    position: relative;
}

.form-item._focus .form-label {
    opacity: 0;
    visibility: hidden;
    transform: translateX(1rem);
}

.form-item div.error {
    position: absolute;
    right: 0.3125rem;
    bottom: 0.3125rem;
    color: var(--error);
    font-size: 0.75rem;
    line-height: 1;
}

.form-item.error .form-control {
    border-color: var(--error);
}

.form-item input[aria-invalid=true] {
    border-color: var(--error) !important;
}

.form-item.form-check div.error {
    top: 100%;
    left: calc(var(--dimension) + 0.625rem);
    right: initial;
    bottom: initial;
}

.form-item-group {
    position: relative;
}

.form-choice-group .form-item div.error {
    top: 100%;
    left: 0;
    right: initial;
    bottom: initial;
    margin-top: -0.25rem;
}

.form-choice-group .form-control {
    padding: 0;
    height: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
}

.form-label,
.form-control {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    padding: 0.6875em 1rem;
    margin: 0;
    border-radius: 100px;
    border: 1px solid transparent;
    transition: all 0.2s;
}

.form-control {
    font-family: canada-type-gibson, sans-serif;
    font-weight: 200;
    background: #fff;
    color: #2C2C2D;
    border-color: #2C2C2D;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control:disabled {
    opacity: 0.5;
    background: var(--base);
}

.is-dark-mode .form-control {
    border-color: #fff;
}

.form-label {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--placeholder);
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: none;
    z-index: 1;
}

.form-label .required {
    margin-left: 0.25rem;
}

.form-labeled {
    display: inline-flex;
    padding: 0;
    margin-bottom: 0.25rem;
}

.form-labeled._lg {
    font-size: 1.25rem;
    line-height: 1.2;
}

.form-labeled .required {
    margin-left: 0.25rem;
}

.required {
    color: var(--error);
}

.form-check {
    --dimension: 1.375rem;
    position: relative;
    display: flex;
    font-size: 1rem;
    line-height: var(--dimension);
    cursor: pointer;
}

.form-check input {
    position: relative;
    display: block;
    height: var(--dimension);
    width: var(--dimension);
    min-width: var(--dimension);
    color: var(--accent);
    background-color: #fff;
    border-radius: 0;
    border: 1px solid var(--border);
    margin: 0 0.625rem 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.2s;
}

.form-check input::before {
    content: "";
    position: absolute;
    opacity: 0;
    background-color: #2C2C2D;
    transition: opacity 0.2s;
}

.form-check input:last-child {
    margin-right: 0;
}

.form-check input[type=checkbox]::before {
    left: 0;
    top: 0;
    width: calc(var(--dimension) - 0.125rem);
    height: calc(var(--dimension) - 0.125rem);
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"/></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"/></svg>');
}

.form-check input[type=radio] {
    border-radius: 50%;
}

.form-check input[type=radio]::before {
    left: 0.1875rem;
    top: 0.1875rem;
    width: calc(var(--dimension) - 0.5rem);
    height: calc(var(--dimension) - 0.5rem);
    border-radius: 50%;
}

.form-check input:checked::before {
    opacity: 1;
}

@media (min-width: 768px) {
    .heyvictor-form-confirmation-message {
        font-size: 1.5rem;
    }
}

.form-labeled {
    font-weight: 600;
}

.required {
    color: var(--text);
}

.modal {
    display: none;
}

.vanilla-modal .modal {
    display: block;
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    transition: opacity 0.2s, z-index 0s 0.2s;
}

.vanilla-modal .modal > * {
    display: inline-flex;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
}

.vanilla-modal.modal-visible {
    overflow-y: hidden;
}

.vanilla-modal.modal-visible .modal {
    z-index: 999;
    opacity: 1;
    transition: opacity 0.2s;
}

.modal-inner {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.modal-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    transition: all 0.2s;
}

.modal-content {
    position: relative;
    margin: auto;
    opacity: 0;
    transform: scale(0.5);
    z-index: -1;
    transition: opacity 0.2s, transform 0.2s, z-index 0s 0.2s;
}

.modal-box {
    width: 100%;
    max-width: 33.75rem;
    background: var(--base);
    box-shadow: 0 0.25rem 0.625rem 0.125rem rgba(102, 105, 110, 0.4), 0 1px 2px 0 rgba(194, 193, 204, 0.5);
}

.modal-box._w_initial {
    max-width: initial;
}

.is-dark-mode .modal-box {
    box-shadow: none;
}

.modal-visible .modal-content {
    z-index: 100;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s, transform 0.2s;
}

.popup-close {
    position: absolute;
    top: 1.5rem;
    right: 1.75rem;
    cursor: pointer;
    z-index: 2;
}

.popup-close:hover svg {
    transform: rotate(90deg);
}

.popup-close svg {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    fill: currentColor;
    transition: transform 0.2s;
}

.popup-close-text {
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}

.popup-details {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 7.875rem 1.25rem 3rem 1.25rem;
    max-width: 33.75rem;
}

.popup-heading {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}

.popup-desc {
    font-size: 1rem;
    line-height: 1.15;
    max-width: 24rem;
    margin: 1rem auto 0;
}

.popup-actions {
    margin-top: 1.25rem;
    text-align: left;
}

.popup-disclaimer {
    font-size: 0.75rem;
    line-height: 1.15;
    text-align: center;
    max-width: 26rem;
    margin: 1rem auto 0;
}

.popup-image {
    display: none;
}

.popup-image::after {
    margin-top: 125%;
}

.popup-container .hv-js-trigger-image-add {
    display: none;
}

@media (min-width: 767px) {
    .modal-inner {
        padding-top: 2rem;
    }

    .popup-details {
        padding: 9rem 4rem 5rem 4rem;
    }

    .popup-heading {
        font-size: 2.5rem;
        line-height: 1;
    }

    .popup-desc {
        font-size: 1.375rem;
        margin-top: 1rem;
    }

    .popup-actions {
        margin-top: 1.5rem;
    }

    .popup-disclaimer {
        font-size: 1rem;
        margin-top: 1.25rem;
        max-width: 30rem;
    }
}

@media (min-width: 1024px) {
    .popup-image.has-image {
        display: block;
        width: 33.75rem;
    }

    .popup-image.has-image + .hv-js-trigger-image-add {
        display: none;
    }

    .popup-image.has-image + .hv-js-trigger-image-add + .popup-details {
        padding-bottom: 6rem;
    }

    .popup-container .hv-js-trigger-image-add {
        display: block;
        position: absolute;
        left: -0.6875rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .popup-container .hv-js-trigger-image-add:hover {
        color: #fff;
        background-color: var(--bg-color);
    }
}

.popup-actions .form-labeled .required {
    color: var(--accent);
}

/* === 5. Sections === */
.subscribe {
    position: relative;
}

.subscribe-bg-half::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: var(--text);
}

.subscribe-bg-half .container {
    position: relative;
    z-index: 1;
}

.is-dark-mode .subscribe-bg-half::after {
    background-color: var(--base);
}

.subscribe-container {
    width: 100%;
    padding: 2.5rem;
}

.subscribe-container .section-header {
    max-width: 19.5rem;
    font-size: 1.25rem;
}

.subscribe-container .section-header h1, .subscribe-container .section-header h2 {
    font-size: 2.1875rem;
    line-height: 1;
    margin: 0 0 0.75rem 0;
}

.subscribe-container .section-header p {
    margin-top: 0;
    line-height: 1;
}

.subscribe-container .form-labeled .required {
    color: var(--accent2);
}

.subscribe-row {
    margin-top: 2rem;
}

@media (min-width: 576px) {
    .subscribe-row .col-sm-6 .btn,
.subscribe-row .col-sm-5 .btn {
        font-size: 1.25rem;
        padding-top: 0.5625rem;
        padding-bottom: 0.5625rem;
        line-height: 1.5;
    }
}

@media (min-width: 768px) {
    .subscribe-container {
        padding: 4rem;
        min-height: 17rem;
    }
}

@media (min-width: 992px) {
    .subscribe-container {
        padding: 5.375rem 4.25rem;
        min-height: 17rem;
    }
}

@media (min-width: 1200px) {
    .subscribe-row {
        padding-left: 4rem;
    }

    .subscribe-container {
        padding: 5.375rem 4.75rem;
    }

    .subscribe-container .section-header {
        font-size: 1.375rem;
        max-width: 22.5rem;
    }

    .subscribe-container .section-header h1, .subscribe-container .section-header h2 {
        font-size: 3.125rem;
    }

    .subscribe-container .btn {
        min-width: 200px;
    }
}