/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes appear-content {
    0% {
        transform: translateY(-100px);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    min-width: 320px;
    box-sizing: border-box;
    font-family: Montserrat, Arial, sans-serif;
    color: #696a73;
}


.footer__disclosures {
    margin: 20px 0 40px;
}

.shadow-box {
    padding: 25px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.panel-default > .panel-heading {
    background: #084e0c;
    color: #fff;
    padding: 18px 16px;
    cursor: pointer;
}

.panel-default .panel-body p {
    margin-bottom: 10px;
}

.faq-title {
    color: #625f5f;
    margin: 40px 0 20px;
    text-align: center;
    text-transform: uppercase;
}
footer {
    background-color: #e8e9ef;
}
.modal-body {
    max-height: 430px;
    overflow-y: scroll;
}
.jsw-popup__content.wysiwyg .page_title,
details,
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
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%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
template {
    display: none;
}
*,
::after,
::before {
    box-sizing: inherit;
}
.container {
    width: 100%;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.col {
    position: relative;
    width: 100%;
}
@media (min-width: 992px) {
    .col--text {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}
.col--short-form {
    order: -1;
}
@media (min-width: 992px) {
    .col--short-form {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        order: 0;
    }
}
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden !important;
    color: transparent !important;
    pointer-events: none !important;
}
[hidden] {
    display: none !important;
}

.svg {
    vertical-align: top;
}
.jsw-popup {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition-property: opacity;
    transition-duration: 0.3s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.jsw-popup,
.jsw-popup__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.jsw-popup__content {
    position: relative;
    z-index: 1001;
    max-width: 1000px;
    padding: 60px 10px 10px;
    border-radius: 0;
    background-color: #fff;
}
@media (min-width: 768px) {
    .jsw-popup__content {
        padding: 10px 30px;
        margin: 60px auto;
        border-radius: 5px;
    }
}
.jsw-popup__close {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    transition-property: transform;
    transition-duration: 0.3s;
    cursor: pointer;
}
@media (min-width: 768px) {
    .jsw-popup__close {
        position: absolute;
        top: 20px;
        left: auto;
        right: 20px;
        width: 30px;
        height: 30px;
        background-color: transparent;
    }
}
@media (min-width: 768px) and (hover: hover) {
    .jsw-popup__close:hover {
        transform: rotate(90deg);
    }
}
.jsw-popup__close::before {
    font-size: 24px;
    line-height: 50px;
}
@media (min-width: 768px) {
    .jsw-popup__close::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }
}
@media (max-width: 767.98px) {
    [lang="en"] .jsw-popup__close::before {
        content: "Tap to Close";
    }
    [lang="es"] .jsw-popup__close::before {
        content: "Pulse para cerrar";
    }
}
@media (min-width: 768px) {
    .jsw-popup__close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .jsw-popup__close::after,
    .jsw-popup__close::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 20px;
        height: 2px;
        background-color: currentColor;
    }
}
[data-jsw-popup-content="center"] {
    display: flex;
    align-items: center;
}
[data-jsw-popup-content="center"] .jsw-popup__content {
    width: 100%;
    background-color: transparent;
}
.jsw-loader {
    display: block;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
    fill: #005605;
    overflow: hidden;
    animation: loading 1.1s infinite linear;
}
.error-404 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 700;
    color: #696a73;
    text-align: center;
}
.error-404__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 34px;
    color: #04401d;
}
.error-404__sub-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
}
.error-404__sub-title--redirect {
    font-size: 16px;
    color: #fd123c;
}
.login-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    min-height: 300px;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #fff;
    animation: appear-content 0.4s;
}
@media (min-width: 768px) {
    .login-popup {
        max-width: 700px;
        max-height: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}
.login-popup__image {
    display: none;
    margin-right: 60px;
    fill: #60666d;
}
.login-popup__image svg {
    fill: inherit;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .login-popup__image {
        display: block;
    }
}
.login-popup__text {
    text-align: center;
}
.login-popup__title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 22px;
}
@media (min-width: 768px) {
    .login-popup__title {
        margin-bottom: 30px;
        font-size: 30px;
    }
}
.login-popup__sub-title {
    margin-bottom: 15px;
    font-size: 20px;
}
@media (min-width: 768px) {
    .login-popup__sub-title {
        margin-bottom: 30px;
    }
    .login-popup__control {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}
.login-popup__btn {
    display: inline-block;
    padding: 17px 30px;
    width: 100%;
    border-radius: 30px;
    border: 2px solid transparent;
    outline: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff !important;
    transition: 0.3s;
    cursor: pointer;
}
.login-popup__btn--try {
    border-color: #73cb52;
    background-color: #6fd752;
}
@media (hover: hover) {
    .login-popup__btn--try:hover {
        background-color: #91e17b;
    }
}
.login-popup__btn--try:active {
    background-color: #47b329;
}
.login-popup__btn--go {
    border-color: #f79f1e;
    background-color: #fbb03b;
}
@media (hover: hover) {
    .login-popup__btn--go:hover {
        background-color: #fcc46d;
    }
}
.login-popup__btn--go:active {
    background-color: #e58d05;
}
.login-popup__btn + .login-popup__btn {
    margin-top: 10px;
}
.login-popup__btn:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
}
.input:focus:not(:focus-visible),
.login-popup__btn:focus:not(:focus-visible),
.select:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.login-popup__btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
}
@media (min-width: 768px) {
    .login-popup__btn {
        width: auto;
    }
    .login-popup__btn + .login-popup__btn {
        margin-top: 0;
    }
}
.login-popup__btn.login-popup__btn--go {
    text-decoration: none;
}
.field-error {
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #fd123c;
}
[data-jsw-error-field] {
    display: none;
}
[data-jsw-error-field-container="true"] .input,
[data-jsw-error-field-container="true"] .select {
    border-color: #fd123c;
    background-color: rgba(253, 18, 60, 0.3);
}
[data-jsw-error-field-container="true"] [data-jsw-error-field] {
    display: block;
    animation-name: scaleIn;
    animation-duration: 0.2s;
}
.form-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.2;
    color: #696a73;
    text-align: center;
}
.form-title::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 322px;
    width: 100%;
    height: 29px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('data:image/svg+xml,%3Csvg width="322" height="29" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="%23000000" fill-rule="nonzero" opacity="0.1"%3E%3Ccircle cx="1" cy="1" r="1"/%3E%3Ccircle cx="10" cy="1" r="1"/%3E%3Ccircle cx="19" cy="1" r="1"/%3E%3Ccircle cx="28" cy="1" r="1"/%3E%3Ccircle cx="37" cy="1" r="1"/%3E%3Ccircle cx="47" cy="1" r="1"/%3E%3Ccircle cx="56" cy="1" r="1"/%3E%3Ccircle cx="65" cy="1" r="1"/%3E%3Ccircle cx="74" cy="1" r="1"/%3E%3Ccircle cx="83" cy="1" r="1"/%3E%3Ccircle cx="92" cy="1" r="1"/%3E%3Ccircle cx="101" cy="1" r="1"/%3E%3Ccircle cx="110" cy="1" r="1"/%3E%3Ccircle cx="119" cy="1" r="1"/%3E%3Ccircle cx="129" cy="1" r="1"/%3E%3Ccircle cx="139" cy="1" r="1"/%3E%3Ccircle cx="148" cy="1" r="1"/%3E%3Ccircle cx="157" cy="1" r="1"/%3E%3Ccircle cx="1" cy="10" r="1"/%3E%3Ccircle cx="10" cy="10" r="1"/%3E%3Ccircle cx="19" cy="10" r="1"/%3E%3Ccircle cx="28" cy="10" r="1"/%3E%3Ccircle cx="37" cy="10" r="1"/%3E%3Ccircle cx="47" cy="10" r="1"/%3E%3Ccircle cx="56" cy="10" r="1"/%3E%3Ccircle cx="65" cy="10" r="1"/%3E%3Ccircle cx="74" cy="10" r="1"/%3E%3Ccircle cx="83" cy="10" r="1"/%3E%3Ccircle cx="92" cy="10" r="1"/%3E%3Ccircle cx="101" cy="10" r="1"/%3E%3Ccircle cx="110" cy="10" r="1"/%3E%3Ccircle cx="119" cy="10" r="1"/%3E%3Ccircle cx="129" cy="10" r="1"/%3E%3Ccircle cx="139" cy="10" r="1"/%3E%3Ccircle cx="148" cy="10" r="1"/%3E%3Ccircle cx="157" cy="10" r="1"/%3E%3Ccircle cx="1" cy="19" r="1"/%3E%3Ccircle cx="10" cy="19" r="1"/%3E%3Ccircle cx="19" cy="19" r="1"/%3E%3Ccircle cx="28" cy="19" r="1"/%3E%3Ccircle cx="37" cy="19" r="1"/%3E%3Ccircle cx="47" cy="19" r="1"/%3E%3Ccircle cx="56" cy="19" r="1"/%3E%3Ccircle cx="65" cy="19" r="1"/%3E%3Ccircle cx="74" cy="19" r="1"/%3E%3Ccircle cx="83" cy="19" r="1"/%3E%3Ccircle cx="92" cy="19" r="1"/%3E%3Ccircle cx="101" cy="19" r="1"/%3E%3Ccircle cx="110" cy="19" r="1"/%3E%3Ccircle cx="119" cy="19" r="1"/%3E%3Ccircle cx="129" cy="19" r="1"/%3E%3Ccircle cx="139" cy="19" r="1"/%3E%3Ccircle cx="148" cy="19" r="1"/%3E%3Ccircle cx="157" cy="19" r="1"/%3E%3Ccircle cx="1" cy="28" r="1"/%3E%3Ccircle cx="10" cy="28" r="1"/%3E%3Ccircle cx="19" cy="28" r="1"/%3E%3Ccircle cx="28" cy="28" r="1"/%3E%3Ccircle cx="37" cy="28" r="1"/%3E%3Ccircle cx="47" cy="28" r="1"/%3E%3Ccircle cx="56" cy="28" r="1"/%3E%3Ccircle cx="65" cy="28" r="1"/%3E%3Ccircle cx="74" cy="28" r="1"/%3E%3Ccircle cx="83" cy="28" r="1"/%3E%3Ccircle cx="92" cy="28" r="1"/%3E%3Ccircle cx="101" cy="28" r="1"/%3E%3Ccircle cx="110" cy="28" r="1"/%3E%3Ccircle cx="119" cy="28" r="1"/%3E%3Ccircle cx="129" cy="28" r="1"/%3E%3Ccircle cx="139" cy="28" r="1"/%3E%3Ccircle cx="148" cy="28" r="1"/%3E%3Ccircle cx="157" cy="28" r="1"/%3E%3Ccircle cx="166" cy="1" r="1"/%3E%3Ccircle cx="175" cy="1" r="1"/%3E%3Ccircle cx="184" cy="1" r="1"/%3E%3Ccircle cx="193" cy="1" r="1"/%3E%3Ccircle cx="203" cy="1" r="1"/%3E%3Ccircle cx="212" cy="1" r="1"/%3E%3Ccircle cx="221" cy="1" r="1"/%3E%3Ccircle cx="230" cy="1" r="1"/%3E%3Ccircle cx="239" cy="1" r="1"/%3E%3Ccircle cx="248" cy="1" r="1"/%3E%3Ccircle cx="257" cy="1" r="1"/%3E%3Ccircle cx="266" cy="1" r="1"/%3E%3Ccircle cx="275" cy="1" r="1"/%3E%3Ccircle cx="285" cy="1" r="1"/%3E%3Ccircle cx="294" cy="1" r="1"/%3E%3Ccircle cx="303" cy="1" r="1"/%3E%3Ccircle cx="312" cy="1" r="1"/%3E%3Ccircle cx="166" cy="10" r="1"/%3E%3Ccircle cx="175" cy="10" r="1"/%3E%3Ccircle cx="184" cy="10" r="1"/%3E%3Ccircle cx="193" cy="10" r="1"/%3E%3Ccircle cx="203" cy="10" r="1"/%3E%3Ccircle cx="212" cy="10" r="1"/%3E%3Ccircle cx="221" cy="10" r="1"/%3E%3Ccircle cx="230" cy="10" r="1"/%3E%3Ccircle cx="239" cy="10" r="1"/%3E%3Ccircle cx="248" cy="10" r="1"/%3E%3Ccircle cx="257" cy="10" r="1"/%3E%3Ccircle cx="266" cy="10" r="1"/%3E%3Ccircle cx="275" cy="10" r="1"/%3E%3Ccircle cx="285" cy="10" r="1"/%3E%3Ccircle cx="294" cy="10" r="1"/%3E%3Ccircle cx="303" cy="10" r="1"/%3E%3Ccircle cx="312" cy="10" r="1"/%3E%3Ccircle cx="166" cy="19" r="1"/%3E%3Ccircle cx="175" cy="19" r="1"/%3E%3Ccircle cx="184" cy="19" r="1"/%3E%3Ccircle cx="193" cy="19" r="1"/%3E%3Ccircle cx="203" cy="19" r="1"/%3E%3Ccircle cx="212" cy="19" r="1"/%3E%3Ccircle cx="221" cy="19" r="1"/%3E%3Ccircle cx="230" cy="19" r="1"/%3E%3Ccircle cx="239" cy="19" r="1"/%3E%3Ccircle cx="248" cy="19" r="1"/%3E%3Ccircle cx="257" cy="19" r="1"/%3E%3Ccircle cx="266" cy="19" r="1"/%3E%3Ccircle cx="275" cy="19" r="1"/%3E%3Ccircle cx="285" cy="19" r="1"/%3E%3Ccircle cx="294" cy="19" r="1"/%3E%3Ccircle cx="303" cy="19" r="1"/%3E%3Ccircle cx="312" cy="19" r="1"/%3E%3Ccircle cx="166" cy="28" r="1"/%3E%3Ccircle cx="175" cy="28" r="1"/%3E%3Ccircle cx="184" cy="28" r="1"/%3E%3Ccircle cx="193" cy="28" r="1"/%3E%3Ccircle cx="203" cy="28" r="1"/%3E%3Ccircle cx="212" cy="28" r="1"/%3E%3Ccircle cx="221" cy="28" r="1"/%3E%3Ccircle cx="230" cy="28" r="1"/%3E%3Ccircle cx="239" cy="28" r="1"/%3E%3Ccircle cx="248" cy="28" r="1"/%3E%3Ccircle cx="257" cy="28" r="1"/%3E%3Ccircle cx="266" cy="28" r="1"/%3E%3Ccircle cx="275" cy="28" r="1"/%3E%3Ccircle cx="285" cy="28" r="1"/%3E%3Ccircle cx="294" cy="28" r="1"/%3E%3Ccircle cx="303" cy="28" r="1"/%3E%3Ccircle cx="312" cy="28" r="1"/%3E%3Ccircle cx="321" cy="1" r="1"/%3E%3Ccircle cx="321" cy="10" r="1"/%3E%3Ccircle cx="321" cy="19" r="1"/%3E%3Ccircle cx="321" cy="28" r="1"/%3E%3C/g%3E%3C/svg%3E%0A');
}
.nav {
    padding: 12px;
    margin-top: 20px;
    background-color: #f6f6f9;
    border-radius: 4px;
}
@media screen and (min-width: 768px) {
    .nav {
        padding: 12px 24px;
    }
}

.profit__title br {
    display: none;
}
@media (min-width: 992px) {
    .nav--header {
        display: block;
        margin-left: 76px;
        padding: 0;
        border-bottom: none;
        background-color: transparent;
    }
}
.nav__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 768px) {
    .nav__list {
        justify-content: space-around;
        gap: 24px;
    }
}

.nav__list + .nav__list {
    margin-top: 24px;
}
.nav__item {
    display: block;
}

@media (max-width: 767.98px) {
    .nav__item {
        /*min-width: 40%;*/
        /*flex: 1;*/
    }
}
@media (min-width: 768px) {
    .nav__item {
        display: inline-block;
    }
    .nav__list--additional .nav__item {
        border-top: none;
    }
}
.nav__link {
    display: block;
    padding: 12px 0;
    font-size: 10px;
    line-height: 1.2;
    color: #04401d;
    text-decoration: none;
}
@media (min-width: 768px) {
    .nav__link {
        display: inline-block;
        padding: 0 10px;
    }
}
@media (hover: hover) {
    .nav__link:hover {
        color: #0036c1;
        text-decoration: underline;
    }
}
.nav__link--header {
    color: #fff;
}
@media (hover: hover) {
    .nav__link--header:hover {
        color: #fff;
        text-decoration: underline;
    }
}
@media (min-width: 992px) {
    .nav__link--header {
        font-size: 0.875rem;
    }
}
[data-jsw-current-page] {
    color: #0036c1;
    pointer-events: none;
}
@media (min-width: 768px) {
    [data-jsw-current-page] {
        text-decoration: underline;
    }
}
.protection {
    margin-top: 28px;
    margin-bottom: 28px;
}
.protection__list {
    display: flex;
    justify-content: space-between;
    max-width: 320px;
    margin-left: auto;
    padding-left: 0;
    list-style: none;
}
@media (min-width: 768px) {
    .protection__list {
        max-width: 100%;
        justify-content: center;
    }
}
@media (min-width: 992px) {
    .protection__list {
        justify-content: flex-end;
    }
}
@media (min-width: 768px) {
    .protection__item {
        display: flex;
        align-items: center;
    }
}
.protection__item:not(:first-of-type) {
    margin-left: 24px;
}
.protection__icon {
    display: flex;
    margin-bottom: 9px;
}
@media (min-width: 768px) {
    .protection__icon {
        margin-bottom: 0;
        margin-right: 6px;
    }
}
.protection__svg-item {
    fill: #fff;
}
.protection__title {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.protection__title span {
    font-size: 12px;
    font-weight: 300;
}
.advantages {
    padding-top: 48px;
    padding-bottom: 48px;
}
@media (min-width: 992px) {
    .advantages {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.advantages :first-child {
    margin-top: 0;
}
.advantages :last-child {
    margin-bottom: 0;
}
.advantages__title {
    margin-top: 24px;
    margin-bottom: 24px;
    color: #04401d;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .advantages__title {
        margin-top: 48px;
        margin-bottom: 48px;
        font-size: 2.75rem;
    }
}
.advantages__list {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 0;
    list-style: none;
}
@media (min-width: 992px) {
    .advantages__list {
        display: flex;
        justify-content: space-between;
    }
}
.advantages__item {
    margin-top: 24px;
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .advantages__item {
        width: 284px;
        margin: 0;
    }
}
.advantages__item-icon {
    display: block;
    width: 52px;
    height: 52px;
}
.advantages__svg {
    width: 100%;
    height: 100%;
}
.advantages__svg-item--1 {
    fill: #04401d;
}
.advantages__svg-item--2 {
    fill: #005605;
}
.advantages__svg-item--3 {
    fill: #f6f6f9;
}
.advantages__icon-caption,
.advantages__item-title {
    margin-top: 12px;
    margin-bottom: 6px;
    color: #005605;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.2;
}
.advantages__item-title {
    margin-top: 6px;
    color: #04401d;
    font-weight: 600;
    font-size: 1.25rem;
}
.advantages__item-content p {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 0.875rem;
    line-height: 1.2;
}
.review {
    background-color: #f6f6f9;
}
@media (min-width: 992px) {
    @supports (display: grid) {
        .review {
            display: grid;
            grid-template-columns: calc(50vw + 375px) 1fr;
            grid-template-rows: min-content;
            background-color: #fff;
        }
    }
    .review::before {
        grid-column: 1/2;
        grid-row: 1/-1;
        content: "";
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-color: #f6f6f9;
        background-image: url(../images/dotted-patterne.svg);
        background-repeat: no-repeat;
        background-position: top 6px right 770px;
        background-size: 332px;
    }
}
.review__content {
    padding-top: 48px;
    padding-bottom: 48px;
}
@media (min-width: 992px) {
    .review__content {
        grid-row: 1/-1;
        grid-column: 1/-1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.review__image {
    border-radius: 20px;
}
@media (min-width: 992px) {
    .review__image {
        width: 346px;
        height: 443px;
    }
}
.review__figure {
    margin: 0;
}
@media (min-width: 992px) {
    .review__figure {
        max-width: 487px;
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
    .review__figure {
        max-width: 645px;
    }
}
.review__quote {
    margin: 24px 0;
    color: #04401d;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .review__quote {
        font-size: 2.75rem;
    }
}
.review__author-quote {
    font-style: normal;
    color: #005605;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.2;
}
.review__author-position {
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.2;
}
.profit {
    padding-top: 48px;
    padding-bottom: 48px;
}
@media (min-width: 768px) {
    .profit {
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: center;
    }
}
.profit :first-child {
    margin-top: 0;
}
.profit :last-child {
    margin-bottom: 0;
}
.profit__title {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #04401d;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .profit__title {
        font-size: 2.75rem;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .profit__title br {
        display: inline;
    }
}
.profit__content {
    max-width: 720px;
    margin: 12px auto 24px;
    font-size: 0.875rem;
    line-height: 1.2;
}
.profit__content p {
    margin-top: 12px;
    margin-bottom: 12px;
}
.profit__btn {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .profit__btn {
        max-width: 220px;
    }
}
.disclosures {
    margin-top: 3.4285714286em;
    margin-bottom: 3.4285714286em;
    font-size: 0.875rem;
    line-height: 1.2;
    color: #696a73;
}
@media (min-width: 768px) {
    .disclosures {
        margin-top: 4.2857142857em;
        margin-bottom: 4.2857142857em;
    }
}
@media (min-width: 992px) {
    .disclosures {
        display: grid;
        grid-template-columns: 1fr 564px;
        grid-template-rows: min-content;
    }
}
.disclosures :first-child {
    margin-top: 0;
}
.disclosures :last-child,
.short-form__row:last-child {
    margin-bottom: 0;
}
.disclosures h2,
.disclosures h3 {
    margin-top: 1.2em;
    margin-bottom: 0.3em;
    font-size: 1.25rem;
    color: #04401d;
}
@media (min-width: 992px) {
    .disclosures h2,
    .disclosures h3 {
        grid-column: 1/2;
        margin-top: 0;
    }
    .disclosures h2:not(:first-child),
    .disclosures h3:not(:first-child) {
        margin-top: 1.2em;
    }
}
.disclosures p {
    margin-top: 0;
    margin-bottom: 0.8571428571em;
}
@media (min-width: 992px) {
    .disclosures p {
        grid-column: 2/3;
        margin-bottom: 1.7142857143em;
        padding-left: 24px;
    }
    .disclosures h2:not(:first-child) + p,
    .disclosures h3:not(:first-child) + p {
        margin-top: 1.7142857143em;
    }
}
.short-form {
    max-width: 380px;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    border: 1px solid #e8e9ef;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 15px 42px rgba(9, 15, 30, 0.08);
}
@media (min-width: 992px) {
    .short-form {
        position: sticky;
        top: 30px;
        margin-bottom: 60px;
    }
}
.short-form__header {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #04401d;
    text-align: center;
}
@media (min-width: 768px) {
    .short-form__header {
        font-size: 24px;
    }
}
.short-form__row {
    margin-bottom: 12px;
}
.short-form .btn {
    width: 100%;
}
.short-form__e-signature {
    font-size: 0.75rem;
    line-height: 1.2;
}
.short-form__e-signature a,
.wysiwyg a {
    color: #0036c1;
    text-decoration: underline;
}
@media (hover: hover) {
    .short-form__e-signature a:hover {
        text-decoration: none;
    }
}
.short-form__ssl-logo {
    text-align: center;
}
.short-form__row--flex {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.short-form__row--flex .btn {
    min-width: initial;
    justify-content: center;
}
.input,
.select {
    width: 100%;
    height: 54px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 4px;
    border: 1px solid #696a73;
    background-color: #fff;
    box-shadow: none;
    font-size: 16px;
    color: #696a73;
    transition-property: background-color, border-color;
    transition-duration: 0.3s;
}
.input::-moz-placeholder,
.select::-moz-placeholder {
    color: inherit;
}
.input::placeholder,
.select::placeholder {
    color: inherit;
}
.input:focus,
.select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
}
.input:focus-visible,
.select:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
}
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icons/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 20px;
}
.select::-ms-expand {
    display: none;
}
.wysiwyg {
    color: #696a73;
    font-size: 1rem;
    line-height: 1.2;
}
.wysiwyg :first-child {
    margin-top: 0;
}
.wysiwyg :last-child {
    margin-bottom: 0;
}
.wysiwyg .page_title {
    display: none;
}
.wysiwyg .h2,
.wysiwyg .h3,
.wysiwyg .h4,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
    font-weight: 600;
    color: #04401d;
}
.wysiwyg .h1,
.wysiwyg h1 {
    margin-top: 0.67em;
    margin-bottom: 0.4285714286em;
    font-weight: 700;
    font-size: 1.75rem;
    color: #04401d;
}
@media (min-width: 992px) {
    .wysiwyg .h1,
    .wysiwyg h1 {
        margin-top: 0.67em;
        margin-bottom: 0.375em;
        font-size: 4rem;
    }
}
.wysiwyg .h2,
.wysiwyg h2 {
    margin-top: 1.2em;
    margin-bottom: 0.3em;
    font-size: 1.25rem;
}
@media (min-width: 992px) {
    .wysiwyg .h2,
    .wysiwyg h2 {
        margin-top: 1em;
        margin-bottom: 0.25em;
        font-size: 1.5rem;
    }
}
.wysiwyg .h3,
.wysiwyg h3 {
    margin-top: 0.6666666667em;
    margin-bottom: 0.3333333333em;
    font-size: 1.125rem;
}
@media (min-width: 992px) {
    .wysiwyg .h3,
    .wysiwyg h3 {
        margin-top: 0.6em;
        margin-bottom: 0.3em;
        font-size: 1.25rem;
    }
}
.wysiwyg .h4,
.wysiwyg h4,
.wysiwyg p {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-size: 1rem;
}
.wysiwyg p {
    margin-top: 0.375em;
    margin-bottom: 0.875em;
    color: currentColor;
}
@media (min-width: 992px) {
    .wysiwyg p {
        margin-top: 0.3333333333em;
        margin-bottom: 0.7777777778em;
        font-size: 1.125rem;
    }
}
.wysiwyg p strong {
    color: #04401d;
}
@media (hover: hover) {
    .wysiwyg a:hover {
        text-decoration: none;
    }
}
.wysiwyg table {
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 15px;
    border-collapse: separate;
    border-spacing: 0;
}
@media (min-width: 768px) {
    .wysiwyg table {
        display: block;
        border: 1px solid #e8e9ef;
        box-shadow: 0 15px 42px rgba(9, 15, 30, 0.08);
        overflow: hidden;
    }
}
@media (max-width: 767.98px) {
    .wysiwyg tbody,
    .wysiwyg tbody tr {
        display: flex;
        flex-direction: column;
    }
    .wysiwyg tbody tr {
        margin-bottom: 24px;
        padding-bottom: 12px;
        border-radius: 15px;
        border: 1px solid #e8e9ef;
        box-shadow: 0 15px 42px rgba(9, 15, 30, 0.08);
        overflow: hidden;
    }
    .wysiwyg tbody tr:first-child {
        display: none;
    }
    .wysiwyg tbody td {
        padding: 0 12px;
        border: 0;
    }
    .wysiwyg tbody td::before {
        content: attr(data-title);
        display: block;
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: 12px;
        padding: 12px;
        color: #fff;
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: uppercase;
        border: 0;
        background-color: #005605;
    }
    .wysiwyg tbody td:not(:first-child) {
        padding-top: 12px;
    }
}
.wysiwyg tr {
    background-color: #fff;
}
.wysiwyg tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}
.wysiwyg tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}
.wysiwyg td span,
.wysiwyg th span {
    display: inline-block;
    word-break: break-word;
}
.wysiwyg th {
    padding: 12px;
    font-weight: 500;
    font-size: 0.875rem;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    background-color: #005605;
    vertical-align: middle;
}
.wysiwyg th:not(:first-child) {
    border-left: 1px solid #fff;
}
.wysiwyg th:not(:last-child) {
    border-right: 1px solid #fff;
}
.auth-form,
.wysiwyg td {
    border: 1px solid #e8e9ef;
}
.wysiwyg td {
    padding: 12px;
    font-size: 0.875rem;
    vertical-align: top;
}
.wysiwyg ol,
.wysiwyg ul {
    padding-left: 20px;
}
.wysiwyg ol {
    list-style: decimal outside;
}
.wysiwyg ul {
    list-style: disc outside url(../images/icons/icon-check-mark.svg);
}
.wysiwyg li {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.auth-form {
    max-width: 400px;
    width: 100%;
    padding: 24px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 15px 42px rgba(9, 15, 30, 0.08);
}
@media (min-width: 768px) {
    .auth-form {
        padding: 50px 40px;
    }
}
.auth-form__row {
    position: relative;
    margin-bottom: 12px;
}
.auth-form__row:last-of-type {
    margin-bottom: 0;
}
.auth-form__sub-title,
.auth-form__title {
    text-align: center;
}
.auth-form__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.5rem;
    color: #04401d;
}
.auth-form__sub-title {
    font-size: 0.875rem;
    color: #696a73;
    line-height: 1.2;
}
.auth-form .btn {
    width: 100%;
    justify-content: center;
}
.auth-form__new-request {
    text-align: center;
}
.auth-form__new-request-link {
    font-size: 1rem;
    color: #696a73;
}
@media (hover: hover) {
    .auth-form__new-request-link:hover {
        text-decoration: none;
    }
}
.copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
}
@media (min-width: 992px) {
    .copyright {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
.copyright__content {
    margin-top: 12px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.8px;
    color: #696a73;
}
@media (min-width: 992px) {
    .copyright__content {
        margin-top: 0;
    }
}
a:link {
    -webkit-tap-highlight-color: rgba(53, 228, 84, 0.15);
}
a:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
}
.btn:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
}
.page-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 0.69px;
    color: #04401d;
}
@media (min-width: 768px) {
    .page-title {
        margin-bottom: 40px;
        font-size: 44px;
    }
}
.icon {
    display: block;
}
.icon--arrow-right {
    width: 37px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/icon-arrow-right.svg);
}

@media (hover: hover) {

}
.btn:active {
    color: #000;
    background-color: #35e454;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
}
.btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
}
.btn:disabled {
    background-color: #ccc;
    box-shadow: none;
    cursor: default;
}
.btn--header {
    display: none;
    min-height: 48px;
    min-width: 163px;
    color: #005605;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #fff;
    border-color: #005605;
}
@media (hover: hover) {
    .btn--header:hover {
        color: #35e454;
        border-color: #35e454;
        background-color: #fff;
    }
    .btn--header:hover .icon {
        fill: #35e454;
        stroke: #35e454;
    }
}
.btn--header:active {
    color: #35e454;
    border-color: #35e454;
}
.btn--header:active .icon {
    fill: #35e454;
    stroke: #35e454;
}
@media (min-width: 992px) {
    .btn--header {
        display: flex;
    }
}
.btn__icon {
    fill: #fff;
    stroke: #fff;
}
.btn__icon--header {
    margin-left: 19px;
    fill: #005605;
    stroke: #005605;
}
.header {
    background-color: #fff;
    box-shadow: 0 15px 42px rgba(29, 39, 130, 0.13);
    z-index: 100;
}
@media (min-width: 768px) {
    .header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: transparent;
        box-shadow: none;
    }
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
}
@media (min-width: 768px) {
    .header__content {
        justify-content: flex-start;
        min-height: 72px;
    }
}

.header__btn {
    margin-left: auto;
}
.logo {
    display: block;
    width: 148px;
    height: 36px;
}
.logos-container {
    display: flex;
    gap: 18px;
}
.main-content {
    padding-top: 48px;
    padding-bottom: 48px;
}
@media (min-width: 768px) {
    .main-content {
        padding-top: 132px;
        padding-bottom: 60px;
    }
    .main-content--short-form {
        padding-top: 96px;
    }
}
@media (min-width: 992px) {
    .main-content--short-form {
        display: grid;
        grid-template-columns: 1fr calc(50vw - 240px);
        grid-template-rows: 643px 1fr;
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .main-content--short-form {
        grid-template-columns: 1fr calc(50vw - 300px);
    }
}
@media (min-width: 992px) {
    .main-content--short-form::after {
        content: "";
        grid-column: 2/3;
        grid-row: 1/2;
        border-bottom-left-radius: 15px;
        background-color: #f6f6f9;
        background-image: url(../images/dotted-patterne.svg);
        background-repeat: no-repeat;
        background-position: left 121px bottom 9px;
        background-size: 332px;
    }
    .main-content--short-form .container {
        grid-column: 1/-1;
        grid-row: 1/-1;
        padding-top: 132px;
        padding-bottom: 60px;
    }
}
.entry {
    min-height: 100vh;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #508c5b;
    background-repeat: no-repeat;
    background-size: 420px;
    background-position: top center;
    background-image: linear-gradient(rgba(108, 125, 158, 0) 646px, #005605 796px),
    url(../images/backgrounds/entry-bg--mobile.jpg);
}
@media (min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .entry {
        background-image: linear-gradient(
                rgba(108, 125, 158, 0) 646px,
                #005605 796px
        ),
        url(../images/backgrounds/entry-bg--mobile@2x.jpg);
    }
}
@media (min-width: 420px) {
    .entry {
        background-size: cover;
        background-image: url(../images/backgrounds/entry-bg--tablet.jpg);
    }
}
@media (min-width: 420px) and (min-device-pixel-ratio: 1.5),
(min-width: 420px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-width: 420px) and (min-resolution: 144dpi) {
    .entry {
        background-image: url(../images/backgrounds/entry-bg--tablet@2x.jpg);
    }
}
@media (min-width: 768px) {
    .entry {
        min-height: auto;
        padding-top: 72px;
        background-position: top center;
        background-size: 1480px;
        background-image: linear-gradient(
                rgba(108, 125, 158, 0) 790px,
                #005605 940px
        ),
        url(../images/backgrounds/entry-bg--desktop.jpg);
    }
}
@media (min-width: 768px) and (min-device-pixel-ratio: 1.5),
(min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-width: 768px) and (min-resolution: 144dpi) {
    .entry {
        background-image: linear-gradient(
                rgba(108, 125, 158, 0) 790px,
                #005605 940px
        ),
        url(../images/backgrounds/entry-bg--desktop@2x.jpg);
    }
}
@media (min-width: 992px) {
    .entry {
        display: grid;
        grid-template-rows: auto 128px;
        grid-template-columns: calc(50vw + 360px) 1fr;
        min-height: 732px;
        padding-top: 0;
        padding-bottom: 0;
        background-size: cover;
    }
}
@media (min-width: 2000px) {
    .entry {
        background-image: url(../images/backgrounds/entry-bg--desktop@2x.jpg);
    }
}
@media (min-width: 992px) {
    .entry::before {
        grid-row: 1 / span 2;
        grid-column: 1 / span 1;
        height: 100%;
        content: "";
        background-color: #508c5b;
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 1480px;
        background-image: linear-gradient(
                rgba(108, 125, 158, 0) 790px,
                #005605 940px
        ),
        url(../images/backgrounds/entry-bg--desktop.jpg);
    }
}
@media (min-width: 992px) and (min-device-pixel-ratio: 1.5),
(min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-width: 992px) and (min-resolution: 144dpi) {
    .entry::before {
        background-image: linear-gradient(
                rgba(108, 125, 158, 0) 790px,
                #005605 940px
        ),
        url(../images/backgrounds/entry-bg--desktop@2x.jpg);
    }
}
@media (min-width: 2000px) {
    .entry::before {
        background-image: linear-gradient(
                rgba(108, 125, 158, 0) 790px,
                #005605 940px
        ),
        url(../images/backgrounds/entry-bg--desktop@2x.jpg);
        background-size: auto, 100%;
    }
}
@media (min-width: 992px) {
    .entry::after {
        grid-area: 1/2/-1/-1;
        height: 100%;
        content: "";
        background-color: #f6f6f9;
        background-image: url(../images/dotted-patterne.svg);
        background-repeat: no-repeat;
        background-position: left 25px bottom 8px;
        background-size: 322px;
    }
    .entry__container {
        display: flex;
        justify-content: space-between;
        grid-column: 1/3;
        grid-row: 1/2;
        padding-top: 96px;
    }
}
.entry__content {
    margin-top: 26px;
    margin-bottom: 26px;
}
@media (min-width: 992px) {
    .entry__content {
        display: flex;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 10px;
    }
}
.entry__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    color: #fff;
}
@media (min-width: 768px) {
    .entry__title {
        font-size: 3.5rem;
    }
}
@media (min-width: 1200px) {
    .entry__title {
        font-size: 4rem;
    }
}
.entry__title-overhead {
    display: block;
    margin-bottom: 12px;
    font-size: 0.875rem;
    font-weight: 500;
}
.entry__form-container {
    min-height: 490px;
    margin-top: 26px;
    margin-bottom: 26px;
}
@media (min-width: 768px) {
    .entry__form-container {
        min-height: 546px;
    }
}
@media (min-width: 992px) {
    .entry__form-container {
        min-width: 540px;
        margin-top: 0;
        margin-bottom: 0;
    }
}
@supports (display: grid) {
    @media (min-width: 992px) {
        .entry__protection {
            grid-area: 2/1 / span 1 / span 1;
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }
        .entry__protection .container {
            margin-right: 0;
            padding-right: 24px;
        }
    }
}
.footer__copyright {
    border-top: 1px solid #e8e9ef;
}
.label__text {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #04401d;
}
.auth-form-holder {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .page--loan header .logo__svg-item-1 {
        fill: #fff;
    }
    .page--loan header .logo__svg-item-2 {
        fill: #d1dbe1;
    }
}
.page--amone .main-content,
.page--even .main-content,
.page--index .main-content,
.page--loan .main-content {
    padding: 0;
    background-color: #fff;
}
.aspects-bc {
    background-color: #e8e9ef;
}
.aspects-bc__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
@media (min-width: 992px) {
    .aspects-bc__content {
        flex-direction: row;
        gap: 70px;
    }
}
.aspects-bc__img {
    display: block;
    width: 290px;
    height: 146px;
}
@media (min-width: 992px) {
    .aspects-bc__img {
        width: 462px;
        height: 230px;
    }
}
.checkmark-list-bc {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (min-width: 992px) {
    .checkmark-list-bc {
        gap: 12px;
    }
}
.checkmark-list-bc__item {
    position: relative;
    display: flex;
    gap: 8px;
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
}
@media (min-width: 992px) {
    .checkmark-list-bc__item {
        font-size: 1.25rem;
    }
}
.checkmark-list-bc__item::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"%3E%3Ccircle cx="8" cy="8" r="8" fill="%23005605"/%3E%3Cpath stroke="%23fff" stroke-linecap="round" stroke-width="2" d="M5 7.818 7.118 10 11 6"/%3E%3C/svg%3E');
}
.certificates-list-bc {
    display: flex;
    gap: 24px;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (min-width: 992px) {
    .certificates-list-bc {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}
.certificates-list-bc__item {
    margin: 0;
}
.certificate-bc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.certificate-bc__img {
    display: block;
    width: 200px;
    height: 96px;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 992px) {
    .certificate-bc__img {
        margin-bottom: 12px;
    }
}
.certificate-bc__img--ola {
    background-size: 146px 56px;
    background-image: url(../images/bad-credit/certificates/ola.jpg);
}
@media (min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .certificate-bc__img--ola {
        background-image: url(../images/bad-credit/certificates/ola@2x.jpg);
    }
}
.certificate-bc__img--secure {
    background-size: 68px 68px;
    background-image: url(../images/bad-credit/certificates/secure.svg);
}
.certificate-bc__img--fees {
    background-size: 78px 78px;
    background-image: url(../images/bad-credit/certificates/fees.svg);
}
.certificate-bc__title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
}
@media (min-width: 992px) {
    .certificate-bc__title {
        font-size: 1.125rem;
    }
}
.certificate-bc__desc {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
}
@media (min-width: 992px) {
    .certificate-bc__desc {
        font-size: 0.875rem;
    }
}
.entry-bc {
    position: relative;
    display: grid;
    place-items: center;
    padding: 18px 0 63px;
    color: #fff;
    background-color: #005605;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/images/entry-bg--mobile.jpg);
}
@media (min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .entry-bc {
        background-image: url(/images/entry-bg--mobile@2x.jpg);
    }
}
@media (min-width: 576px) {
    .entry-bc {
        background-image: url(/images/entry-bg--tablet.jpg);
    }
}
@media (min-width: 576px) and (min-device-pixel-ratio: 1.5),
(min-width: 576px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-width: 576px) and (min-resolution: 144dpi) {
    .entry-bc {
        background-image: url(/images/entry-bg--tablet@2x.jpg);
    }
}

@media screen and (min-width: 768px) {
    .entry-bc {
        padding: 48px 0 63px;
    }
}

@media (min-width: 992px) {
    .entry-bc {
        min-height: 800px;
        color: #fff;
        background-image: url(/images/entry-bg--desktop.jpg);
    }
}
@media (min-width: 992px) and (min-device-pixel-ratio: 1.5),
(min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-width: 992px) and (min-resolution: 144dpi) {
    .entry-bc {
        background-image: url(/images/entry-bg--desktop@2x.jpg);
    }
}
@media (min-width: 992px) {
    .entry-bc::before {
        display: none;
    }
}
@media (min-width: 2000px) {
    .entry-bc {
        background-image: url(/images/entry-bg--desktop-4k.jpg);
    }
}
@media (min-width: 2000px) and (min-device-pixel-ratio: 1.5),
(min-width: 2000px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-width: 2000px) and (min-resolution: 144dpi) {
    .entry-bc {
        background-image: url(/images/entry-bg--desktop-4k@2x.jpg);
    }
}
.entry-bc__content {
    position: relative;
    z-index: 10;
    max-width: 640px;
}
.entry-bc__title {
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
}
@media (min-width: 992px) {
    .entry-bc__title {
        margin-bottom: 2rem;
        font-size: 4rem;
    }
}
.entry-bc__list {
    margin-bottom: 16px;
}
@media (min-width: 992px) {
    .entry-bc__list {
        margin-bottom: 32px;
    }
}
.entry-bc__panel {
    max-width: 480px;
    padding: 16px 15px;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
    border-radius: 12px;
    background-color: #04401d;
}
@media (min-width: 992px) {
    .entry-bc__panel {
        margin-bottom: 2rem;
        color: #696a73;
        background-color: #fff;
    }
}
.entry-bc__btn,
.entry-bc__panel span {
    font-weight: 700;
    color: #35e454;
}
@media (min-width: 992px) {
    .entry-bc__panel span {
        color: #005605;
    }
}
.entry-bc__btn {
    position: relative;
    display: grid;
    place-items: center;
    padding: 14px 45px;
    min-height: 58px;
    width: 100%;
    min-width: 220px;
    max-width: 287px;
    font-size: 1rem;
    color: #005605;
    text-align: center;
    text-decoration: none;
    border: 2px solid #005605;
    border-radius: 10px;
    background-color: #fff;
    transition: background-color 0.3s;
    cursor: pointer;
}
@media (min-width: 992px) {
    .entry-bc__btn {
        color: #fff;
        border-color: #fff;
        background-color: #005605;
    }
}
@media (hover: hover) {
    .entry-bc__btn:hover {
        color: #000;
        text-decoration: none;
        background-color: #35e454;
        box-shadow: 0 15px 22px rgba(29, 39, 130, 0.1);
    }
}
.entry-bc__btn:active {
    color: #000;
    background-color: #35e454;
}
.entry-bc__btn:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
}
.entry-bc__btn:focus:not(:focus-visible),
.peace-panel-bc__btn:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.entry-bc__btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
}
.features-list-bc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (min-width: 992px) {
    .features-list-bc {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: flex-start;
        gap: 30px;
    }
}
.features-list-bc__item {
    margin: 0;
}
.feature-bc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 350px;
}
.feature-bc__img {
    display: block;
    width: 96px;
    height: 96px;
}
@media (min-width: 992px) {
    .feature-bc__img {
        margin-bottom: 12px;
    }
}
.feature-bc__title {
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
}
@media (min-width: 992px) {
    .feature-bc__title {
        font-size: 1.25rem;
    }
}
.feature-bc__desc {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
}
@media (min-width: 992px) {
    .feature-bc__desc {
        font-size: 0.875rem;
    }
}
.legal-text-bc {
    font-weight: 300;
}
.legal-text-bc h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .legal-text-bc h3 {
        margin-bottom: 1.5rem;
        font-size: 1.125rem;
    }
}
.legal-text-bc h3:not(:first-child) {
    margin-top: 1.5rem;
}
@media (min-width: 992px) {
    .legal-text-bc h3:not(:first-child) {
        margin-top: 3rem;
    }
}
.legal-text-bc p {
    font-size: 0.75rem;
    line-height: 1.4;
}
@media (min-width: 992px) {
    .legal-text-bc p {
        font-size: 0.875rem;
    }
}
.legal-text-bc table {
    width: 100%;
}
.legal-text-bc td,
.legal-text-bc th {
    padding: 5px 0;
    font-size: 0.75rem;
    line-height: 1.4;
    border: 0;
    background: 0 0;
}
.legal-text-bc th {
    font-weight: 700;
    text-transform: none;
    text-align: left;
}
@media (min-width: 992px) {
    .legal-text-bc th {
        font-size: 1rem;
    }
    .legal-text-bc td {
        font-size: 0.875rem;
    }
}
.section-bc {
    padding: 32px 0;
}
@media (min-width: 992px) {
    .section-bc {
        padding: 64px 0;
    }
}
.we-do-bc {
    background-color: #696a73;
}

.we-do-bc__title {
    color: #fff;
}

.we-do-bc__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
@media (min-width: 992px) {
    .we-do-bc__content {
        justify-content: space-between;
        gap: 30px;
    }
}

.we-do-bc__title,
.we-do-bc__panel {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .we-do-bc__title,
    .we-do-bc__panel {
        width: calc(50% - 15px);
    }
}

.we-do-bc__panel {
    padding: 16px;
    font-size: 12px;
    line-height: 1.2;
    color: #696a73;
    border-radius: 12px;
    background-color: #e8e9ef;
}
@media (min-width: 992px) {
    .we-do-bc__panel {
        padding: 32px;
    }
}


.steps-bc__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}
@media (min-width: 992px) {
    .steps-bc__content {
        flex-direction: row-reverse;
        gap: 30px;
    }
}
.steps-bc__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 240px;
    flex-shrink: 0;
    border-radius: 12px;
    background-color: #e8e9ef;
}
@media (min-width: 992px) {
    .steps-bc__img {
        width: 540px;
        height: 445px;
    }
}
.steps-bc__img svg {
    width: 256px;
    height: 182px;
}
@media (min-width: 992px) {
    .steps-bc__img svg {
        width: 423px;
        height: 300px;
    }
}
.steps-list-bc {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (min-width: 992px) {
    .steps-list-bc {
        gap: 32px;
    }
}
.step-bc {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step-bc__title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .step-bc__title {
        font-size: 1.25rem;
    }
}

.peace-bc {
    background-color: #e8e9ef;
}
.peace-panel-bc {
    padding: 32px 15px;
    color: #fff;
    border-radius: 12px;
    background-color: #005605;
}
@media (min-width: 992px) {
    .peace-panel-bc {
        padding: 64px;
    }
}
.peace-panel-bc__title {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}
@media (min-width: 992px) {
    .peace-panel-bc__title {
        font-size: 3rem;
    }
}

.peace-panel-bc__desc {
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
}
@media (min-width: 992px) {
    .peace-panel-bc__desc {
        margin-bottom: 32px;
        font-size: 1.125rem;
    }
}
.peace-panel-bc__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 45px;
    min-height: 58px;
    width: 100%;
    max-width: 287px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1rem;
    color: #005605;
    text-align: center;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    transition: background-color 0.3s;
    cursor: pointer;
}
@media (hover: hover) {
    .peace-panel-bc__btn:hover {
        color: #000;
        text-decoration: none;
        background-color: #35e454;
        box-shadow: 0 15px 22px rgba(29, 39, 130, 0.1);
    }
}
.peace-panel-bc__btn:active {
    color: #000;
    background-color: #35e454;
}
.peace-panel-bc__btn:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
}
.peace-panel-bc__btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff;
}

.svg-bc__fill-main-color {
    fill: #005605;
}
.svg-bc__stroke-main-color {
    stroke: #005605;
}
.svg-bc__fill-secondary-color {
    fill: #35e454;
}
.svg-bc__stroke-secondary-color {
    stroke: #35e454;
}
.svg-bc__fill-third-color {
    fill: #35e454;
}
.svg-bc__fill-dark-main-color {
    fill: #04401d;
}
.svg-bc__fill-dark-secondary-color {
    fill: #696a73;
}
#form {
    background: #f1f1f18a;
    border-radius: 12px;
}


.main-content .Calendar__day.-disabled,
.main-content .Calendar__weekDays {
    color: #aca7a7 !important;
}

