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

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

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h4 {
    font-size: 1.275rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.1875em;
    background-color: #fff3cd;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #adb5bd;
    border-radius: 0.25rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: rgba(173, 181, 189, 0.75);
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

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

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

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

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

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

:root {
    --color-primary: #0CAC94;
    --color-secondary: #7EE6D8;
    --color-accent-dark: #087F6E;
    --color-text: #0F172A;
    --color-bg: #F8FAFC;
    --color-gray: #94A3B8;
    --color-dark: #070707;
}

body {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    color: var(--color-text);
    line-height: 1.25;
    padding-top: 64px;
    position: relative;
    z-index: 0;
}
@media (min-width: 992px) {
    body {
        padding-top: 80px;
    }
}

a {
    color: var(--color-primary);
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
}
a:hover {
    color: var(--color-accent-dark);
}

p {
    line-height: 1.333334;
    margin-bottom: 1.5rem;
}

.display-1, .display-2, .display-3 {
    font-weight: 600;
}
.display-1 {
    color: #070707;
    font-size: 48px;
    line-height: 1;
}
@media (min-width: 992px) {
    .display-1 {
        font-size: 80px;
    }
}
.display-2 {
    color: #070707;
    font-size: 40px;
    line-height: 1.1;
}
@media (min-width: 992px) {
    .display-2 {
        font-size: 64px;
        line-height: 1;
    }
}
.display-3 {
    color: #070707;
    font-size: 36px;
    line-height: 1.1;
}
@media (min-width: 992px) {
    .display-3 {
        font-size: 56px;
    }
}

.h1, h1, .h2, h2, .h3, h3,
.h4, h4, .h5, h5, .h6, h6 {
    color: #070707;
    font-weight: 600;
}

.h1, h1 {
    font-size: 32px;
    line-height: 1.125;
}
@media (min-width: 992px) {
    .h1, h1 {
        font-size: 56px;
        line-height: 1.08;
    }
}

.h2, h2 {
    font-size: 28px;
    line-height: 1.14;
}
@media (min-width: 992px) {
    .h2, h2 {
        font-size: 48px;
        line-height: 1.1;
    }
}

.h3, h3 {
    font-size: 24px;
    line-height: 1.16;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
@media (min-width: 992px) {
    .h3, h3 {
        font-size: 40px;
        line-height: 1.125;
        font-weight: 600;
    }
}

.h4, h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
@media (min-width: 992px) {
    .h4, h4 {
        font-size: 32px;
        line-height: 1.16;
        font-weight: 600;
    }
}

.h5, h5 {
    font-size: 18px;
    line-height: 1.34;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
@media (min-width: 992px) {
    .h5, h5 {
        font-weight: 600;
        font-size: 24px;
        line-height: 1.2;
    }
}

.h6, h6 {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
@media (min-width: 992px) {
    .h6, h6 {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.33;
    }
}

.h7 {
    font-size: 15px;
    line-height: 1.25;
    font-family: "Inter", sans-serif;
}
@media (min-width: 992px) {
    .h7 {
        font-size: 18px;
        line-height: 1.33;
        font-family: "Inter", sans-serif;
    }
}

.icon {
    fill: currentColor;
}

.container, .container-xxl, .container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.container {
    max-width: 1210px;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1244px;
    }
    .container-xxl {
        max-width: 1368px;
    }
}

.text-white {
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.bg-dark {
    background-color: #070707;
}

.bg-gradinet-dark {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #070707), to(#000));
    background: linear-gradient(180deg, #070707 50%, #000 100%);
}

.xl-text {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .xl-text {
        font-size: 32px;
        line-height: 1.12;
    }
}
.xl-text .highlight {
    color: #49DD7A;
    font-size: 58px;
    font-weight: 500;
    letter-spacing: -3px;
    line-height: normal;
    display: block;
    margin-bottom: 16px;
}
@media (min-width: 992px) {
    .xl-text .highlight {
        font-size: 140px;
        line-height: 1.11;
        margin-bottom: 20px;
    }
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

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

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
@media (min-width: 992px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}
.row > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 992px) {
    .row > * {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
@media (min-width: 992px) {
    .form-row {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
}
.form-row > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
@media (min-width: 992px) {
    .form-row > * {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

.col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
}

.col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
}

.offset-3 {
    margin-left: 25%;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}

.col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}

.col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
}

.offset-6 {
    margin-left: 50%;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}

.col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
}

.col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
}

.col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
}

.offset-9 {
    margin-left: 75%;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
}

.col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}

.col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
}

.col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
}

.offset-12 {
    margin-left: 100%;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-12 {
        margin-left: 100%;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12;
    }
}
@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-12 {
        margin-left: 100%;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-12 {
        margin-left: 100%;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-12 {
        margin-left: 100%;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }
    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }
    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }
    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }
    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-12 {
        margin-left: 100%;
    }
    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12;
    }
}
.header {
    background-color: #fff;
    color: #18181B;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
    width: 100%;
    z-index: 998;
}
.header .btn-nav {
    display: none;
}
@media (min-width: 992px) {
    .header {
        background-color: transparent;
        position: absolute;
    }
    .header .btn-simulation,
    .header .btn-nav {
        position: absolute;
        right: 0;
    }
    .header .btn-nav {
        display: block;
    }
}
@media (min-width: 992px) {
    .header-scroll .header, .header-hover .header {
        background-color: #fff;
    }
}
@media (min-width: 992px) {
    .header-scroll .header {
        position: fixed;
    }
}

.navbar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
@media (min-width: 992px) {
    .navbar {
        height: 80px;
    }
}
.navbar .nav-item:first-child {
    margin-top: 10px;
}
@media (min-width: 992px) {
    .navbar .nav-item:first-child {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .navbar .nav-item {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }
}
.navbar .nav-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: currentColor;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    gap: 6px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: -0.18px;
    line-height: 1.333334;
    padding: 14px 20px;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease, color 0.15s ease;
    transition: background-color 0.15s ease, color 0.15s ease;
}
@media (min-width: 992px) {
    .navbar .nav-link:hover {
        color: #0CAC94;
    }
}
.navbar .nav-link.active {
    color: #575757;
}
@media (min-width: 992px) {
    .navbar .nav-link {
        font-size: 16px;
        line-height: 1.25;
        padding: 14px 15px;
    }
}
@media (min-width: 992px) {
    .navbar .nav-link .icon {
        height: 16px;
        width: 16px;
    }
}
.navbar .nav-subnav {
    display: none;
}
.navbar .nav-subnav .nav-item {
    border-bottom: none;
}
.navbar .nav-subnav .nav-link:hover {
    color: #0CAC94 !important;
}
.navbar-brand {
    display: block;
    color: #070707 !important;
}
@media (min-width: 992px) {
    .navbar-brand {
        position: absolute;
    }
}
.navbar-toggler {
    background: transparent;
    border: none;
    height: 48px;
    padding: 0;
    width: 24px;
}
@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
}
.navbar-toggler > span {
    background-color: #0E0E0E;
    border-radius: 2px;
    display: block;
    height: 3px;
    position: relative;
}
.navbar-toggler > span + span {
    margin-top: 5px;
}
.navbar-toggler:not(.collapsed) > span:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px;
}
.navbar-toggler:not(.collapsed) > span:nth-child(2) {
    opacity: 0;
}
.navbar-toggler:not(.collapsed) > span:last-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -8px;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    list-style: none;
    margin-bottom: 0;
    overflow-y: auto;
    padding-left: 0;
}
@media (min-width: 992px) {
    .navbar-nav {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 8px;
        overflow-y: visible;
    }
}
.navbar-open {
    overflow: hidden;
    height: 1px;
}

.has-subnav {
    position: relative;
}
@media (max-width: 991px) {
    .has-subnav.show > .nav-link .icon {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .has-subnav.show > .nav-subnav {
        display: block;
        background-color: #F1F1F1;
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 12px;
        padding: 12px 0;
    }
    .has-subnav.show > .nav-subnav .nav-item {
        margin: 0;
    }
    .has-subnav.show > .nav-subnav .nav-link {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
.has-subnav .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 230px;
}
@media (min-width: 992px) {
    .has-subnav .navbar-nav {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}
@media (min-width: 992px) {
    .has-subnav .nav-subnav {
        border: 1px solid #E4E4E7;
        border-radius: 7px;
        top: 77px;
    }
    .has-subnav .nav-subnav .navbar-nav {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}
@media (min-width: 992px) {
    .has-subnav:hover > .nav-link .icon {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .has-subnav:hover .nav-subnav {
        background-color: #fff;
        display: block;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    #navbar {
        display: none;
        background-color: #fff;
        bottom: 0;
        left: 0;
        padding-bottom: 96px;
        position: fixed;
        top: 64px;
        width: 100%;
    }
    #navbar.show {
        display: block;
    }
    #navbar > .btn {
        bottom: 20px;
        left: 20px;
        position: absolute;
        right: 20px;
    }
}
@media (min-width: 992px) {
    #navbar {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        height: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.header-dark .header, .header-dark-fixed:not(.header-scroll) .header {
    background-color: #070707;
    color: #F7F7F7;
}
.header-dark .header .navbar-brand, .header-dark-fixed:not(.header-scroll) .header .navbar-brand {
    color: #FAFAFA !important;
}
.header-dark .header .navbar-toggler > span, .header-dark-fixed:not(.header-scroll) .header .navbar-toggler > span {
    background-color: #FAFAFA;
}
.header-dark .header .navbar .nav-link.active, .header-dark-fixed:not(.header-scroll) .header .navbar .nav-link.active {
    color: #A7A7A7;
}
@media (max-width: 991px) {
    .header-dark .header #navbar, .header-dark-fixed:not(.header-scroll) .header #navbar {
        background-color: #070707;
    }
}
@media (min-width: 992px) {
    .header-dark .header #navbar, .header-dark-fixed:not(.header-scroll) .header #navbar {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        height: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media (max-width: 991px) {
    .header-dark .header .has-subnav.show > .nav-subnav, .header-dark-fixed:not(.header-scroll) .header .has-subnav.show > .nav-subnav {
        background-color: #171717;
    }
}
@media (min-width: 992px) {
    .header-dark .header .nav-subnav:hover > .nav-link, .header-dark-fixed:not(.header-scroll) .header .nav-subnav:hover > .nav-link {
        color: #A7A7A7;
    }
    .header-dark .header .nav-subnav .nav-link, .header-dark-fixed:not(.header-scroll) .header .nav-subnav .nav-link {
        color: #272727;
    }
}
@media (min-width: 992px) {
    .header-dark .header .btn-nav, .header-dark-fixed:not(.header-scroll) .header .btn-nav {
        background-color: #272727;
        color: #fff;
    }
}

.footer {
    background-color: var(--color-bg);
    font-size: 14px;
    line-height: 1.42858;
    padding-top: 48px;
    position: relative;
    -webkit-transition: background-color 0.35s ease, color 0.35s ease;
    transition: background-color 0.35s ease, color 0.35s ease;
    z-index: 1;
}
@media (min-width: 992px) {
    .footer {
        border-top: none;
    }
}
.footer-top {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
}
@media (min-width: 992px) {
    .footer-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.footer-top .h4 {
    margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
    .footer-top .h4 {
        margin-bottom: 0;
    }
}
.footer-top .btn {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
}
.footer-top-img {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 20px;
    width: 183px;
}
@media (min-width: 992px) {
    .footer-top-img {
        margin-bottom: 0;
    }
}
.footer-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    color: #F7F7F7;
    margin-bottom: 0;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
}
.footer-title svg {
    -webkit-transition: rotate 0.2s ease-in-out;
    transition: rotate 0.2s ease-in-out;
}
.footer-title.show svg {
    rotate: 180deg;
}
@media (max-width: 991px) {
    .footer-title:not(.show) + .footer-nav {
        display: none;
    }
}
.footer-title + .footer-nav {
    margin-top: 12px;
}
@media (min-width: 992px) {
    .footer-title + .footer-nav {
        margin-bottom: 32px;
    }
}
@media (min-width: 992px) {
    .footer-title {
        display: block;
        font-size: 15px;
        color: #A7A7A7;
        margin-bottom: 1.5rem;
    }
}
.footer a.footer-title:hover, .footer a.footer-title:focus {
    color: #0CAC94;
}
.footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--color-gray);
    color: #71717A;
    letter-spacing: -0.09px;
    padding-bottom: 24px;
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
@media (min-width: 992px) {
    .footer-copyright {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 24px;
        text-align: center;
    }
}
.footer .accordion-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
@media (min-width: 992px) {
    .footer .accordion-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.footer .accordion-list > * {
    width: 100%;
}
@media (min-width: 992px) {
    .footer .accordion-list > * {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
}

.cta-footer {
    background-color: #070707;
    padding-top: 180px;
    padding-bottom: 180px;
    color: #F7F7F7;
    text-align: center;
    position: relative;
    z-index: 0;
    font-size: 18px;
    line-height: 1.22;
}
@media (min-width: 992px) {
    .cta-footer {
        font-size: 20px;
        padding-top: 209px;
        padding-bottom: 209px;
    }
}
.cta-footer.gradient:before {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 7, 7, 0)), to(#070707));
    background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, #070707 100%);
}
.cta-footer-title {
    color: #fff;
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 1.05;
}
@media (min-width: 992px) {
    .cta-footer-title {
        font-size: 64px;
        margin-bottom: 24px;
    }
}
.cta-footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
}
.cta-footer-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(80%, rgba(7, 7, 7, 0.33)), to(#070707));
    background: linear-gradient(to bottom, transparent 50%, rgba(7, 7, 7, 0.33) 80%, #070707 100%);
    pointer-events: none;
}
.cta-footer-bg img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    width: 100%;
    height: 100%;
}
.cta-footer .btn {
    margin-top: 32px;
}
@media (min-width: 992px) {
    .cta-footer .btn {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .cta-footer-services {
        height: 558px;
        padding-top: 48px;
        padding-bottom: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .cta-footer-services .cta-footer-title {
        font-size: 32px;
    }
}

.hero {
    color: #fff;
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .hero {
        font-size: 20px;
        line-height: 1.3;
    }
}
.hero strong {
    font-weight: 600;
    color: #F7F7F7;
}
.hero-title {
    color: #fff;
    margin-bottom: 12px;
}
@media (min-width: 992px) {
    .hero-title {
        margin-bottom: 24px;
    }
}
.hero-light {
    background-color: #fff;
    color: var(--color-text);
}
.hero-light .hero-title {
    color: var(--color-text);
}
.hero-light strong {
    color: var(--color-primary);
}
.hero-relative {
    position: relative;
}
.hero-content {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 24px 0;
    margin-top: 60px;
}
@media (min-width: 992px) {
    .hero-content {
        padding: 160px 0;
        margin-top: 0;
    }
}
.hero-content .btn {
    padding-left: 26px;
    padding-right: 26px;
}
@media (min-width: 992px) {
    .hero-content .btn {
        margin-top: 16px;
        padding-left: 24px;
        padding-right: 24px;
    }
}
.hero-bg {
    background-color: var(--color-dark);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
@media (max-width: 991px) {
    .hero-bg {
        min-height: 500px;
        aspect-ratio: auto;
    }
}
.hero-bg-img {
    width: 100%;
    opacity: 0.7;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.hero-bg-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), color-stop(45%, rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.35)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.35) 100%);
}
.hero-bg-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
}

.btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 14px;
    color: #3F3F46;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: -0.22px;
    line-height: 24px;
    outline: none;
    padding: 10px 18px;
    min-width: 207px;
    text-align: center;
    -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    text-transform: uppercase;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media (min-width: 992px) {
    .btn {
        min-width: unset;
    }
    .btn-lg {
        font-size: 17px;
        padding: 14px 21px;
    }
}
a.btn {
    text-decoration: none;
}

.btn .icon {
    fill: currentColor;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.btn.disabled, .btn:disabled {
    background-color: #F1F1F1;
    color: #A1A1AA;
    pointer-events: none;
}
.btn-primary {
    background-color: var(--color-primary);
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: var(--color-accent-dark);
    color: #fff;
}
.btn-primary:active {
    background-color: var(--color-accent-dark);
    color: #fff;
}
.btn-dark {
    background-color: #171717;
    color: #fff;
}
.btn-dark:hover, .btn-dark:focus {
    background-color: var(--color-primary);
    color: #fff;
}
.btn-dark:active {
    background-color: #0034D9;
    color: #fff;
}
.btn-light {
    background-color: #fff;
    color: var(--color-text);
}
.btn-light:hover, .btn-light:focus {
    background-color: var(--color-primary);
    color: #fff;
}
.btn-light:active {
    background-color: #0034D9;
    color: #fff;
}
.btn-link {
    border-radius: 0 !important;
    color: #18181B;
    text-decoration: underline !important;
}
.btn-link:hover, .btn-link:focus {
    color: #C21021;
}
.btn-link:active {
    color: #E83549;
}
.btn-link.disabled, .btn-link:disabled {
    background-color: transparent;
}
.btn-whatsapp {
    background-color: #22B75A;
    color: #fff;
}
.btn-whatsapp:hover, .btn-whatsapp:focus {
    background-color: #35860F;
    color: #fff;
}
.btn-whatsapp:active {
    background-color: #215708;
    color: #fff;
}
.btn-outline-primary {
    border-color: #0CAC94;
    color: #fff;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    border-color: #3262FA;
    color: #fff;
}
.btn-outline-primary:active {
    border-color: #0034D9;
    color: #fff;
}
.btn-outline-dark {
    border-color: #171717;
    color: #171717;
}
.btn-outline-dark:hover, .btn-outline-dark:focus {
    border-color: #3262FA;
    color: #3262FA;
}
.btn-outline-dark:active {
    border-color: #0034D9;
    color: #0034D9;
}
.btn-icon {
    border-radius: 50%;
    color: #BDBDBD;
    height: 40px;
    padding: 0;
    width: 40px;
}
.btn-icon.btn-lg {
    border-radius: 18px;
    height: 64px;
    padding: 0;
    width: 64px;
}
.btn-icon.btn-lg .icon {
    height: 24px;
    width: 24px;
}
.btn-sm {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 18px;
    line-height: 20px;
}
.btn-group {
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}
.btn-group-toggle {
    gap: 0;
}
.btn-group-toggle input {
    display: none;
}
.btn-group-toggle input:checked + .btn {
    background-color: #0CAC94;
    color: #fff;
}
.btn-group-toggle .btn {
    border-color: #0CAC94;
    width: 100%;
}
.btn-group-toggle .btn:not(:first-of-type) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-toggle .btn:not(:last-of-type) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    border: 1px solid #d4d4d8;
    cursor: pointer;
    height: 14px;
    width: 14px;
}

input[type=checkbox] {
    border-radius: 3px;
}
input[type=checkbox]:checked {
    background: #22b75a url(../images/sprite.svg#g-check) no-repeat center;
    background-size: 12px 12px;
    border-color: #22b75a;
}

input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:checked {
    background-color: #fff;
    border-color: #0CAC94;
    border-width: 4px;
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
}
.form-group.has-error .form-control {
    border-color: #e83549;
    -webkit-box-shadow: 0 0 0 1px #e83549;
            box-shadow: 0 0 0 1px #e83549;
}
.form-group.has-error label {
    color: #e83549 !important;
}
.form-group.has-error .help-block {
    color: #e83549;
    font-size: 12px;
    letter-spacing: 0.01px;
    margin-bottom: 0;
    margin-top: 6px;
}
.form-group-title {
    color: #18181b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42858;
    margin-bottom: 0.5rem;
    text-align: center;
}
.form-control {
    background-color: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    color: #272727;
    display: block;
    height: 48px;
    letter-spacing: -0.18px;
    line-height: 20px;
    padding: 13px 15px;
    -webkit-transition: padding 0.1s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: padding 0.1s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: padding 0.1s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: padding 0.1s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    width: 100%;
}
.form-control ~ label {
    color: #52525b;
    font-weight: 400;
    left: 16px;
    letter-spacing: -0.18px;
    line-height: 20px;
    margin-bottom: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 16px;
    text-overflow: ellipsis;
    top: 14px;
    -webkit-transition: font-size 0.15s ease, top 0.15s ease, left 0.15s ease;
    transition: font-size 0.15s ease, top 0.15s ease, left 0.15s ease;
}
.form-control:not(:-moz-placeholder):not(select):not([type=range]) {
    padding-bottom: 6px;
    padding-top: 20px;
}
.form-control:not(:-ms-input-placeholder):not(select):not([type=range]) {
    padding-bottom: 6px;
    padding-top: 20px;
}
.form-control.filled, .form-control:not(:placeholder-shown):not(select):not([type=range]) {
    padding-bottom: 6px;
    padding-top: 20px;
}
.form-control:not(:-moz-placeholder):not(select):not([type=range]) ~ label {
    color: #575757;
    font-size: 10px;
    letter-spacing: 0.1px;
    line-height: 16px;
    right: auto;
    top: 5px;
}
.form-control:not(:-ms-input-placeholder):not(select):not([type=range]) ~ label {
    color: #575757;
    font-size: 10px;
    letter-spacing: 0.1px;
    line-height: 16px;
    right: auto;
    top: 5px;
}
.form-control.filled ~ label, .form-control:not(:placeholder-shown):not(select):not([type=range]) ~ label {
    color: #575757;
    font-size: 10px;
    letter-spacing: 0.1px;
    line-height: 16px;
    right: auto;
    top: 5px;
}
.form-control:focus {
    border-color: #18181b;
    -webkit-box-shadow: 0 0 0 3px #e7e7e7;
            box-shadow: 0 0 0 3px #e7e7e7;
    outline: none;
}
.form-control::-webkit-input-placeholder {
    color: #707070;
}
.form-control::-moz-placeholder {
    color: #707070;
}
.form-control:-ms-input-placeholder {
    color: #707070;
}
.form-control::-ms-input-placeholder {
    color: #707070;
}
.form-control::placeholder {
    color: #707070;
}
select.form-control {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url(../images/sprite.svg#g-select);
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    padding-right: 34px;
    text-overflow: ellipsis;
}
select.form-control:not(.filled) ~ label {
    opacity: 0;
}

textarea.form-control {
    height: auto;
    min-height: 120px;
}

[type=range].form-control {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #e4e4e7;
    border-radius: 2px;
    height: 4px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
}
[type=range].form-control::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    background-color: #0CAC94;
    border: 1px solid #e4e4e7;
    border-radius: 50%;
    height: 24px;
    width: 24px;
}
[type=range].form-control::-moz-range-thumb {
    -moz-appearance: none;
         appearance: none;
    background-color: #0CAC94;
    border: 1px solid #e4e4e7;
    border-radius: 50%;
    height: 24px;
    width: 24px;
}
[type=range].form-control:focus {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form-text {
    color: #52525b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.333334;
}
.form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}
.form-footer .btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 88px;
}
.form-footer .btn:not(.btn-primary) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
@media (min-width: 992px) {
    .form-footer {
        margin-top: 2rem;
    }
}

.iti {
    width: 100%;
}
.iti .form-control {
    padding-left: 98px !important;
}
.iti__selected-flag {
    background-color: #e4e4e7;
    border-radius: 8px 0 0 8px;
}
.iti ~ label {
    color: #52525b;
    font-weight: 400;
    left: 16px;
    letter-spacing: -0.18px;
    line-height: 20px;
    margin-bottom: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 16px;
    text-overflow: ellipsis;
    top: 14px;
    -webkit-transition: font-size 0.15s ease, top 0.15s ease, left 0.15s ease;
    transition: font-size 0.15s ease, top 0.15s ease, left 0.15s ease;
}
.iti ~ label {
    left: 99px;
}
.iti.filled ~ label {
    color: #575757;
    font-size: 10px;
    letter-spacing: 0.1px;
    line-height: 16px;
    right: auto;
    top: 5px;
}

.select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 48px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 34px;
}
.select2-container--default .select2-selection--single {
    border-color: #e4e4e7;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../images/sprite.svg#g-select);
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 46px;
    width: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #52525b;
    font-weight: 400;
}

.popup {
    background-color: #ffffff;
    bottom: -100%;
    left: 0;
    max-height: 100%;
    outline: 0;
    overflow: auto;
    padding: 32px 20px 20px;
    position: fixed;
    -webkit-transition: right 0.25s ease-in-out, bottom 0.25s ease-in-out;
    transition: right 0.25s ease-in-out, bottom 0.25s ease-in-out;
    width: 100%;
    z-index: 1000;
}
@media (min-width: 992px) {
    .popup {
        bottom: 0;
        height: 100%;
        left: auto;
        max-width: 762px;
        padding: 80px 118px 48px;
        right: -805px;
    }
}
.popup.show {
    bottom: 0;
}
@media (min-width: 992px) {
    .popup.show {
        right: 0;
    }
}
.popup-header {
    margin-bottom: 32px;
    position: relative;
}
.popup-title {
    margin-bottom: 16px;
}
.popup-description {
    margin: 0;
    line-height: 1.25;
    color: #474747;
}
.popup-header {
    margin-bottom: 32px;
    position: relative;
}
.popup-title {
    margin-bottom: 16px;
}
.popup-description {
    margin: 0;
    line-height: 1.25;
    color: #474747;
}
.popup-overlay {
    backdrop-filter: blur(24px);
    background: rgba(0, 0, 0, 0.24);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 998;
}
.popup .btn-close {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    outline: none;
    position: absolute;
    gap: 10px;
    right: -4px;
    top: -16px;
}
.popup .btn-close svg {
    vertical-align: bottom;
}
@media (min-width: 992px) {
    .popup .btn-close {
        top: -50px;
        right: 0;
    }
}
.popup .btn-primary {
    width: 100%;
    margin-top: 8px;
}
@media (min-width: 992px) {
    .popup .btn-primary {
        width: unset;
    }
}

@media (min-width: 992px) {
    .faq {
        padding-top: 40px;
    }
}
.faq h2 {
    text-align: center;
    margin-bottom: 32px;
}
@media (min-width: 992px) {
    .faq h2 {
        text-align: left;
        margin-bottom: 0;
    }
}
.faq-list {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.faq-item {
    background-color: var(--color-bg);
    border-radius: 16px;
}
.faq-item-title {
    padding: 24px 70px 24px 24px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.faq-item-title:before, .faq-item-title:after {
    background-color: var(--color-gray);
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.faq-item-title:before {
    height: 20px;
    right: 36px;
    width: 4px;
}
.faq-item-title:after {
    height: 4px;
    right: 28px;
    width: 20px;
}
.faq-item-body {
    display: none;
    color: var(--color-text);
}
.faq-item.show .faq-item-title:before {
    height: 4px;
}
.faq-item.show .faq-item-title:after {
    background-color: var(--color-primary);
}
.faq-item.show .faq-item-body {
    display: block;
    padding: 0 50px 24px 24px;
}

.section {
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 992px) {
    .section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.section-beige {
    background: #F7F7F7;
}

.bg-sections {
    background-color: #070707;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.bg-sections-img {
    position: relative;
    z-index: -1;
    pointer-events: none;
    margin-top: -150px;
    margin-bottom: -240px;
}
@media (min-width: 992px) {
    .bg-sections-img {
        margin-top: -26%;
        margin-bottom: -30%;
    }
}
.bg-sections-img img {
    width: 100%;
}

.slick-custom .slick-dots {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    padding: 0;
    width: 100%;
    z-index: 1;
}
.slick-custom .slick-dots li {
    cursor: pointer;
}
.slick-custom .slick-dots li button {
    background: #575757;
    border: none;
    border-radius: 100px;
    outline: none;
    padding: 0;
    width: 20px;
    height: 5px;
    font-size: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.slick-custom .slick-dots li.slick-active button {
    background: #0CAC94;
    width: 40px;
}

.testimonials {
    overflow: hidden;
}
.testimonials-title {
    text-align: center;
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .testimonials-title {
        margin-bottom: 48px;
    }
}
.testimonials-slider {
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .testimonials-slider {
        margin-bottom: 48px;
    }
    .testimonials-slider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
.testimonials-slider:not(.slick-slider) > div + div {
    display: none;
}

.testimonial {
    color: #171717;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.29;
}
@media (min-width: 992px) {
    .testimonial {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.13;
        letter-spacing: -0.4px;
    }
}
.testimonial-content {
    padding-top: 32px;
    padding-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-author .slick-list {
    overflow: visible;
    margin: 0 -10px;
}
@media (max-width: 767px) {
    .testimonial-author .slick-list {
        overflow: visible;
    }
}
.testimonial-author .slick-slide {
    margin: 0 10px;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.testimonial-author .slick-slide.slick-current, .testimonial-author .slick-slide:hover {
    opacity: 1;
}
.testimonial-author-content {
    width: 174px;
    text-align: center;
    cursor: pointer;
}
@media (min-width: 992px) {
    .testimonial-author-content {
        width: 212px;
    }
}
.testimonial-author-content img {
    margin: 0 auto 16px;
}
@media (min-width: 992px) {
    .testimonial-author-content img {
        width: 80px;
        margin-bottom: 20px;
    }
}
.testimonial-author-name {
    color: #171717;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: -0.4px;
    margin-bottom: 6px;
}
@media (min-width: 992px) {
    .testimonial-author-name {
        font-size: 20px;
    }
}
.testimonial-author-position {
    color: #373737;
    font-size: 15px;
    line-height: 1.33;
}
@media (min-width: 992px) {
    .testimonial-author-position {
        font-size: 16px;
    }
}
.testimonial-author:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}