@charset "UTF-8";
@font-face {
    font-family: "Heebo";
    src: url("../assets/fonts/HeeboLight.woff2") format("woff2"),
    url("../assets/fonts/HeeboLight.woff") format("woff"),
    url("../assets/fonts/HeeboLight.eot"),
    url("../assets/fonts/HeeboLight.eot?#iefix") format("embedded-opentype"),
    url("../assets/fonts/HeeboLight.ttf") format("truetype"),
    url("../assets/fonts/HeeboLight.svg#HeeboLight") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "Heebo";
    src: url("../assets/fonts/PPNeueMontreal-Medium.woff2") format("woff2"),
    url("../assets/fonts/PPNeueMontreal-Medium.woff") format("woff"),
    url("../assets/fonts/PPNeueMontreal-Medium.eot"),
    url("../assets/fonts/PPNeueMontreal-Medium.eot?#iefix") format("embedded-opentype"),
    url("../assets/fonts/PPNeueMontreal-Medium.ttf") format("truetype"),
    url("../assets/fonts/PPNeueMontreal-Medium.svg#PPNeueMontreal-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "Heebo";
    src: url("../assets/fonts/SpectralLightItalic.eot"),
    url("../assets/fonts/SpectralLightItalic.woff2") format("woff2"),
    url("../assets/fonts/SpectralLightItalic.woff") format("woff"),
    url("../assets/fonts/SpectralLightItalic.eot?#iefix") format("embedded-opentype"),
    url("../assets/fonts/SpectralLightItalic.ttf") format("truetype"),
    url("../assets/fonts/SpectralLightItalic.svg#SpectralLightItalic") format("svg");
    font-weight: 100;
    font-style: italic;
    font-display: fallback;
}

*, *:before, *::before {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    font-size: 100%;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
    font-family: Arial, Helvetica, sans-serif;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-ms-clear {
    display: none;
}

::-moz-focus-inner {
    padding: 0;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input[type=checkbox] {
    display: none;
}

a {
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

button,
select {
    text-transform: none;
    background: 0 0;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

[type=number] {
    -moz-appearance: textfield;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

select::-ms-expand {
    display: none;
}

:root {
    --font-family: "Heebo", Arial;
    --black: 0, 0, 0;
    --white: 255, 255, 255;
    --black-t: #0D0D0D;
}

html, body {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1023px) {
    html, body {
        height: auto;
        min-height: 100%;
    }
}

html {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    background-color: #ffffff;
    color: rgba(var(--black), 1);
}

@media screen and (hover: hover) and (max-height: 800px) {
    html {
        font-size: 7px;
    }
}

@media screen and (hover: hover) and (max-width: 1350px) {
    html {
        font-size: 8px;
    }
}

@media screen and (max-width: 500px) {
    html {
        font-size: 2.56vmin;
    }
}

.small-t {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.text-b {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.with-line {
    position: relative;
    padding-top: 4.8rem;
}

.form-item {
    width: 100%;
}

.label-text {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
}

.input-v {
    width: 100%;
    outline: none;
    resize: none;
    height: 4.4rem;
    color: rgba(var(--black), 1);
    -webkit-appearance: none;
    appearance: none;
    font-family: inherit;
    padding: 0 1.2rem;
    font-size: 1.8rem;
    border: 1px solid rgba(var(--black), 0.15);
    background: rgba(var(--black), 0.02);
    transition: color 240ms, border-color 240ms;
}

.input-v:focus {
    border-color: rgba(var(--black), 0.3);
}

.input-v::-webkit-input-placeholder {
    color: rgba(var(--black), 0.5);
    opacity: 1;
}

.input-v::-moz-placeholder {
    color: rgba(var(--black), 0.5);
    opacity: 1;
}

.input-v:-ms-input-placeholder {
    color: rgba(var(--black), 0.5);
    opacity: 1;
}

.input-v:-moz-placeholder {
    color: rgba(var(--black), 0.5);
    opacity: 1;
}

.input-v.textarea {
    height: 11.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

@media screen and (max-width: 1023px) {
    .input-v.textarea {
        height: 18rem;
    }
}

.error {
    color: #ff0000;
    display: none;
}

.checkbox-v {
    display: flex;
    align-items: center;
    min-height: 1.8rem;
    padding-left: 3.4rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
    position: relative;
}

.checkbox-v:before {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid rgba(var(--black), 0.5);
    background-color: rgba(var(--black), 0.2);
}

.checkbox-v span:before {
    content: "✓";
    display: flex;
    font-size: 1.2rem;
    line-height: 1.4rem;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 5;
    color: rgba(var(--black), 0.9);
}

.checkbox-v span a {
    text-decoration: underline;
    color: rgba(var(--black), 0.7);
}

.ch-input {
    display: none;
    opacity: 0;
}

.ch-input:checked + span:before {
    opacity: 1;
}

.btn-v {
    border: 1px solid rgba(var(--black), 0.2);
    font-family: inherit;
    color: rgba(var(--black), 1);
    background-color: rgba(var(--black), 0.1);
    transition: background-color 240ms;
    height: 5rem;
    padding: 0 2.4rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    appearance: none;
}

.btn-v:hover {
    background-color: rgba(var(--white), 0.9);
}

.btn-v:disabled, .btn-v.disabled {
    pointer-events: none;
    opacity: 0.6;
}

@media screen and (max-width: 1023px) {
    .b-text-v {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
        bottom: 6.4rem;
    }
}

@media screen and (max-width: 1023px) {
    .bottom-row {
        padding-left: 0;
    }
}

.text-g {
    display: flex;
    margin-bottom: 3.5rem;
}

@media screen and (max-width: 1023px) {
    .text-g {
        flex-direction: column;
        border-bottom: 1px solid rgba(var(--black), 0.1);
        padding-bottom: 3rem;
    }

    .text-g:last-child {
        margin-bottom: 0;
    }
}

.form-holder {
    width: 100%;
    padding: 2% 8% 12%;
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 1023px) {
    .form-holder {
        padding: 2.4rem;
    }
}

.form-grid-holder {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.form-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(34%, 1fr));
    column-gap: 2.4rem;
}

.form-grid:not(:last-child) {
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 1023px) {
    .form-grid {
        grid-template-columns: repeat(auto-fit, minmax(70%, 1fr));
        column-gap: 0;
        row-gap: 1rem;
    }

    .form-grid:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.btn-row {
    padding-top: 1rem;
    width: 100%;
    display: flex;
}

.btn-row .btn-v {
    width: 100%;
}

.section-holder {
    /*width: 100vw !important;*/
}

.faq-col-holder {
    display: flex;
    width: 100%;
    gap: 10rem;
    height: 100%;
    padding: 8%;

    .offer-list {
        flex: 1;
        flex-direction: column;
    }
}

@media screen and (max-width: 1023px) {
    .faq-col-holder {
        flex-direction: column;
        padding: 2.4rem;
        gap: 0;
    }
}

.multiselect-holder {
    position: relative;
    width: 100%;
}

.multiselect-holder:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.5rem 0.6rem 0.5rem;
    border-color: transparent transparent rgba(var(--black), 1) transparent;
    transform: rotate(180deg);
    display: block;
    position: absolute;
    top: 1.9rem;
    right: 1.6rem;
    z-index: 5;
    pointer-events: none;
    transition: transform 180ms;
}

.multiselect-holder.active .multiselect-list-holder {
    display: block;
}

.multiselect-holder.active:before {
    transform: rotate(0deg);
}

.multiselect-holder .input-v {
    padding-right: 4.4rem;
}

.multiselect-list-holder {
    width: 100%;
    max-height: 20rem;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 4.4rem;
    z-index: 5;
    left: 0;
    background: rgba(var(--white), 1);
    border: 1px solid rgba(var(--black), 0.1);
    display: none;
    box-shadow: 0 1rem 1rem rgba(var(--black), 0.1);
}

.multiselect-item {
    width: 100%;
    height: 3.6rem;
    padding: 0 3.6rem 0 1rem;
    display: flex;
    font-size: 1.4rem;
    line-height: 1.6rem;
    align-items: center;
    border-bottom: 1px solid rgba(var(--black), 0.1);
    transition: background-color 180ms;
    cursor: pointer;
    position: relative;
}

.multiselect-item:hover {
    background-color: rgba(var(--black), 0.06);
}

.multiselect-item:last-child {
    border-bottom: none;
}

.multiselect-item:after {
    content: "✓";
    display: flex;
    font-size: 1.4rem;
    line-height: 1.6rem;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    color: rgba(var(--black), 0.9);
    opacity: 0;
}

.multiselect-item.active:after {
    opacity: 1;
}

.grecaptcha-badge {
    display: none !important;
}
.info-box{
    width: 100%;
    padding: 2rem 0;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(var(--black), 1);
    text-align: center;
}
.info-box h3{
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
    font-weight: bold;
}
.info-box p{
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
}
.submit-button {
    background-color: rgb(67, 97, 238);
    color: rgb(255, 255, 255);
}