.footer-above-section {
    padding-top: 147px;
}
.fas-wrapper {
    z-index: 12;
}
.fas-form-wrapper {
    padding: 64px;
}
.fas-image img {
    max-width: none;
    min-height: 100%;
    width: auto!important;
}
.footer-above-section .form-title {
    margin-bottom: 32px!important;
}
.footer-above-section form input[type=submit] {
   margin-top: 32px;
}
.footer-above-section form .hs-form-field>label {
    font-size: 16px;
    line-height: 29px;
}
.footer-above-section form input[type='text'],
.footer-above-section form input[type='password'],
.footer-above-section form input[type='datetime'],
.footer-above-section form input[type='datetime-local'],
.footer-above-section form input[type='date'],
.footer-above-section form input[type='month'],
.footer-above-section form input[type='time'],
.footer-above-section form input[type='week'],
.footer-above-section form input[type='number'],
.footer-above-section form input[type='email'],
.footer-above-section form input[type='url'],
.footer-above-section form input[type='search'],
.footer-above-section form input[type='tel'],
.footer-above-section form input[type='color'],
.footer-above-section form input[type='file'],
.footer-above-section form textarea,
.footer-above-section form select {
    font-size: 16px;
    line-height: 29px;
}
body form ul.hs-error-msgs li label {
    font-size: 16px;
    line-height: 29px;
}
body form ul.hs-error-msgs:before {
    top: 1px;
}
{# Main footer #}
.footer .container {
    max-width: 1430px;
}
.footer-vertor {
    max-height: 270px;
    bottom: 100%;
    pointer-events: none;
}
.footer__main {
    padding: 128px 0;
}
.main-footer__logo {
    margin-bottom: 40px;
    width: fit-content;
}
.footer__block {
    gap: 64px;
}
.footer__menu-section-trigger {
    font-family: Poppins,sans-serif;
    color: var(--orange)!important;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.footer__menu-section-content ul li {
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding:0;
}
.footer__menu-section-content ul li:not(:last-child) {
    margin-bottom: 16px!important;
}
.footer ul li:before {
    display: none;
}
.footer__menu-section-content ul li a,
.footer__menu-section-content span a,
.footer__bottom ul li a {
    text-decoration: none;
    color: var(--white);
}
.footer__menu-section-content ul li a:hover,
.footer__menu-section-content span a:hover,
.footer__bottom ul li a:hover {
    text-decoration: underline!important;
    color: var(--white);
}
.footer__bottom {
    padding: 32px 0;
    border-top: 1px solid #303D4B;
}
.footer__bottom-links {
    gap: 32px;
}
.footer__bottom-links ul {
    row-gap: 15px;
    column-gap: 32px;
}
.footer__bottom-links ul li,
.footer__bottom-links span,
.website-by a {
    font-size: 16px;
    line-height: 29px;
    padding: 0!important;
}
.website-by a,
.website-by a:hover {
    color: var(--white);
}
.footer-form-wrapper {
    background: #192837;
    border: 1px solid #303D4B;
    padding: 32px;
}
.footer-form-wrapper > div {
    gap: 32px;
}
.footer-form-wrapper form {
    max-width: 100%;
    display: none;
    margin-top: 16px;
}
.footer-form-wrapper .close-form {
    height: 3em;
    width: 3em;
    font-size: 8px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.footer-form-wrapper .close-form:before,
.footer-form-wrapper .close-form:after {
    pointer-events: none;
    display: block;
    content: '';
    width: 100%;
    background-color: var(--white);
    height: 0.25em;
    position: absolute;
    transform: rotate(135deg);
}
.footer-form-wrapper .close-form:after {
    transform: rotate(-135deg);
}
.footer-form-wrapper :is(h2, h3, h4, h5, h6, p:not(:last-child, :only-child):first-child) {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom:0;
}
.footer-form-wrapper :is(p, span) {
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -0.02em;
}
body .footer__main form .hs-form-field > label,
body .footer__main form ul.hs-error-msgs li label {
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -0.02em;
}
body .footer__main form input[type='text'],
body .footer__main form input[type='password'],
body .footer__main form input[type='datetime'],
body .footer__main form input[type='datetime-local'],
body .footer__main form input[type='date'],
body .footer__main form input[type='month'],
body .footer__main form input[type='time'],
body .footer__main form input[type='week'],
body .footer__main form input[type='number'],
body .footer__main form input[type='email'],
body .footer__main form input[type='url'],
body .footer__main form input[type='search'],
body .footer__main form input[type='tel'],
body .footer__main form input[type='color'],
body .footer__main form input[type='file'],
body .footer__main form textarea,
body .footer__main form select {
    background-color: var(--light-grey);
    color: var(--black);
}
body .footer__main form input[type='text']:focus,
body .footer__main form input[type='password']:focus,
body .footer__main form input[type='datetime']:focus,
body .footer__main form input[type='datetime-local']:focus,
body .footer__main form input[type='date']:focus,
body .footer__main form input[type='month']:focus,
body .footer__main form input[type='time']:focus,
body .footer__main form input[type='week']:focus,
body .footer__main form input[type='number']:focus,
body .footer__main form input[type='email']:focus,
body .footer__main form input[type='url']:focus,
body .footer__main form input[type='search']:focus,
body .footer__main form input[type='tel']:focus,
body .footer__main form input[type='color']:focus,
body .footer__main form input[type='file']:focus,
body .footer__main form textarea:focus,
body .footer__main form select:focus {
    background-color: var(--light-grey)!important;
    border: 1px solid transparent;
    outline: transparent;
}
body .footer__main form ::-webkit-input-placeholder {
    color: rgba(15, 15, 15, 0.5);
}
body .footer__main form ::-moz-placeholder {
    color: rgba(15, 15, 15, 0.5);
}
body .footer__main form :-ms-input-placeholder {
    color: rgba(15, 15, 15, 0.5);
}
body .footer__main form :focus::-webkit-input-placeholder {
    color: rgba(15, 15, 15, 0.5);
}
body .footer__main form :focus::-moz-placeholder {
    color: rgba(15, 15, 15, 0.5);
}
body .footer__main form :focus:-ms-input-placeholder {
    color: rgba(15, 15, 15, 0.5);
}
body .footer__main form input[type=submit] {
    margin-top: 40px;
}
body .footer__main .submitted-message {
    margin-top: 16px;
}

@media only screen and (min-width: 1918px) {
    .footer-vertor {
        max-height: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    .fas-form-wrapper {
        padding: 32px;
    }
}
@media only screen and (max-width: 991px) {
    .footer-above-section {
        padding-top: 64px;
    }
    .fas-form-wrapper {
       background: var(--off-white);
    }
    .fas-wrapper > div.bg-off-white {
        background: transparent;
    }
    .fas-image img {
        max-width: 100%!important;
        width: 100%!important;
    }
    .footer .container {
        padding-left: 1.112rem;
        padding-right: 1.112rem;
    }
    .footer__main {
        padding: 32px 0;
    }
    .main-footer__logo {
        margin-bottom: 54px;
    }
    .footer-form-wrapper {
        padding: 16px;
    }
    .footer-form-wrapper :is(h2, h3, h4, h5, h6, p:not(:last-child, :only-child):first-child) {
        margin-bottom: 16px;
    }
    .footer-form-wrapper > div {
        gap: 16px;
    }
    body .footer__main form input[type=submit] {
        margin-top: 24px;
    }
    .footer__bottom {
        border-top: 1px solid #fff;
        padding: 32px 0 21px 0;
    }
    .footer__menu-section-content ul li:not(:last-child) {
        margin-bottom: 32px!important;
    }
    .footer__block {
        gap: 32px;
    }
    .footer__bottom-links ul {
        row-gap: 32px;
    }
}
@media only screen and (max-width: 575px) {
    .footer-above-section {
        background-color: var(--off-white)!important;
    }
    .fas-form-wrapper {
        padding: 0;
    }
}