@font-face {
    font-family: 'Neue Haas Grotesk Display Std';
    font-style: normal;
    font-weight: 700 900;
    src: url("../fonts/Neue Haas Grotesk/EOT/NHaasGroteskTX75Bd.eot");
    src: url("../fonts//Neue Haas Grotesk/EOT/NHaasGroteskTX75Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/Neue Haas Grotesk/WOFF/NHaasGroteskTX75Bd.woff") format("woff");
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Std';
    font-style: normal;
    font-weight: 500 700;
    src: url("../fonts/Neue Haas Grotesk/EOT/NHaasGroteskDS65Md.eot");
    src: url("../fonts//Neue Haas Grotesk/EOT/NHaasGroteskDS65Md.eot?#iefix") format("embedded-opentype"), url("../fonts/Neue Haas Grotesk/WOFF/NHaasGroteskDS65Md.woff") format("woff");
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Std';
    font-weight: 0 400;
    font-style: normal;
    src: url("../fonts/Neue Haas Grotesk/EOT/NHaasGroteskDS55Rg.eot");
    src: url("../fonts/Neue Haas Grotesk/EOT/NHaasGroteskDS55Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/Neue Haas Grotesk/WOFF/NHaasGroteskDS55Rg.woff") format("woff");
}

@font-face {
    font-family: 'Neue Haas Grotesk Text Std';
    font-weight: 0 400;
    font-style: normal;
    src: url("../fonts/Neue Haas Grotesk/EOT/NHaasGroteskTX55Rg.eot");
    src: url("../fonts/Neue Haas Grotesk/EOT/NHaasGroteskTX55Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/Neue Haas Grotesk/WOFF/NHaasGroteskTX55Rg.woff") format("woff");
}

@font-face {
    font-family: 'Neue Haas Grotesk Text Std';
    font-style: normal;
    font-weight: 500 700;
    src: url("../fonts/Neue Haas Grotesk/EOT/NHaasGroteskTX65Md.eot");
    src: url("../fonts//Neue Haas Grotesk/EOT/NHaasGroteskTX65Md.eot?#iefix") format("embedded-opentype"), url("../fonts/Neue Haas Grotesk/WOFF/NHaasGroteskTX65Md.woff") format("woff");
}

.toast-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    border: none;
    font-size: 20px;
    line-height: 1;
    color: #155724;
    cursor: pointer;
}

    .toast-close:hover {
        color: #000;
    }

.main-container {
    overflow: hidden;
}

    .main-container,
    .main-container * {
        box-sizing: border-box;
    }

input,
select,
textarea,
button {
    outline: 0;
}

.main-container {
    margin: 0 auto;
}

.frame {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 40px;
    position: relative;
    min-width: 0;
    padding: 24px 40px 24px 40px;
    background: #ffffff;
    position: fixed;
    z-index: 10000;
    width: 100%;
    border-bottom: 1px solid var(--Foundation-grey-grey-300, #777);

    @media only screen and (max-width: 1024px) {
        padding: 12px 16px;

        &.enabled {
            border-bottom: unset;
        }
    }
}

.content-65 {
    display: flex;
    padding-top: 32px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
    border-top: 1px solid var(--brand-moss-600, #4A773C);

    @media only screen and (max-width: 1024px) {
        flex-direction:column;
        align-items: unset;
        align-content: unset;
    }
}

.acre-logo-rgb {
    flex-shrink: 0;
    position: relative;
    no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.horizontal-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 4px;
    position: relative;
    background-color: #ffffff;
    @media only screen and (max-width: 1024px) {
        display: none;
        top: 66px;
        z-index: 100;
    }

    &.mobile

{
    div: last-child

{
    margin-bottom: 16px;
}

@media only screen and (min-width: 1025px) {
    display: none !important;
}

}

&.desktop {
    .hidden-lg

{
    display: none !important;
}

}
 
}


.tab-button-base-white {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 8px;
    position: relative;
    padding: 8px 12px 8px 12px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 6px;

    @media only screen and (max-width: 1024px) {
        margin: 0px 8px 4px 8px;
        justify-content: unset;
    }
}

    .tab-button-base-white:hover {
        background: #dde8dc;
    }

.tab-button-base {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 8px;
    position: relative;
    padding: 8px 12px 8px 12px;
    background: #dde8dc;
    overflow: hidden;
    border-radius: 6px;

    @media only screen and (max-width: 1024px) {
        margin: 0px 8px 4px 8px;
        justify-content: unset;
    }
    .text-welcome-acre a
    {
        color: #4A773C;
    }
}
.text-welcome-acre {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 16px;
    font-weight: 500;
    line-text-align: left;
}

    .text-welcome-acre a {
        color: #666666;
        font-family: Neue Haas Grotesk Text Std;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;

        @media only screen and (max-width: 1024px) {
            line-height: 24px;
        }
    }
    .text-welcome-acre a:hover {
        color: #4a773c;
    }
        .text-welcome-acre.active {
        color: #4a773c;
        font-family: Neue Haas Grotesk Text Std;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none
    }

.tab-button-base-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 8px;
    position: relative;
    padding: 8px 12px 8px 12px;
    overflow: hidden;
    border-radius: 6px;
}

.text-what-acre {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #666666;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.buttons.button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 6px;
    position: relative;
    padding: 12px 18px 12px 18px;
    background: #4a773c;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);

    @media only screen and (max-width: 1024px) {
        display: none;
    }
}

    .buttons.button:hover {
        background: #3d6332;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px 0 varrgba(16, 24, 40, 0.05);
    }

.tv {
    flex-shrink: 0;
    position: relative;
    no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.text-padding {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    padding: 0 2px 0 2px;
    text-decoration: none;
    font-family: 'Neue Haas Grotesk Text Std';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    flex-basis: auto;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
}

.anchor-style {
    text-decoration: none;
}

.screenshot-am {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    no-repeat center;
    background-size: cover;
    background: black;
    padding-top: 94px;

    @media only screen and (max-width: 1024px) {
        padding-top: 65px;
    }
}

.frame-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    background: linear-gradient(45deg, #2f4b26, #4a773c);
}

.frame-7 {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 80px;
    position: relative;
    padding: 80px 80px 80px 80px;

    @media only screen and (max-width: 1024px) {
        padding: 48px 40px;
        display:block;
    }
}

.frame-8 {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    position: relative;
    no-repeat: center;
    background-size: cover;
    overflow: hidden;

    @media only screen and (max-width: 1024px) {
        padding-bottom: 40px;
        text-align: center;
    }
}

.frame-9 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 32px;
    position: relative;
}

.text-automated-contract-reviews {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #ffffff;
    font-family: Neue Haas Grotesk Display Std;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
    white-space: nowrap;
}


.text-acre {
    position: relative;
    color: #ffffff;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 20px;
    line-height: 30px;
    text-align: left;

    @media only screen and (max-width: 1024px) {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}

.frame-f {
    display: flex;
    align-items: center;
    font-family: 'Neue Haas Grotesk Text Std';
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    background: #ffffff;

    @media only screen and (max-width: 1024px) {
        flex-direction: column-reverse;
    }

    .frame-10

{
    @media only screen and (min-width: 1025px) {
        width: 50%;
    }
}

}

.frame-10 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 40px;
    position: relative;
    /*padding: 80px 80px 80px 80px;*/

    @media only screen and (max-width: 1024px) {
        padding: 24px 40px;
    }
}

.text-how-acre-11 {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #4a773c;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    font-family: 'Neue Haas Grotesk Display Std';

    @media only screen and (max-width: 1024px) {
        line-height: 38px;
        font-size: 30px;
    }
}

.progress-steps-icons-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
}

.step-base {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 12px;
    position: relative;
}

.connector-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 4px;
    position: relative;
    width: 24px;
    padding: 0 0 4px 0;
}

.step-icon-base {
    flex-shrink: 0;
    position: relative;
    width: 24px;
    height: 24px;
    background: #dde8dc;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 0 0 0 #4a773c;
}

.content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    border-radius: 12px;
}

.connector {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    position: relative;
    width: 2px;
    background: #bfbfbf;
    border-radius: 2px;
}

.step-base:last-child .connector {
    width: unset;
    background: none;
}

.text-supporting-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    position: relative;
    padding: 2px 0 24px 0;
    .text

{
    @media only screen and (max-width: 1024px) {
        font-size: 16px;
        line-height: 24px;
    }
}

}

.text {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #3c5f30;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}

.supporting-text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    color: #555555;
    font-size: 20px;
    line-height: 30px;
    text-align: left;

    @media only screen and (max-width: 1024px) {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
}

.step-base-12 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 12px;
    position: relative;
}

.connector-wrap-13 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 4px;
    position: relative;
    width: 24px;
    padding: 0 0 4px 0;
}

.step-icon-base-14 {
    flex-shrink: 0;
    position: relative;
    width: 24px;
    background: #dde8dc;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 0 0 0 #4a773c;
}

.text-20 {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #3c5f30;
    font-family: Neue Haas Grotesk Display Std;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    white-space: nowrap;
}

.supporting-text-21 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    color: #555555;
    font-family: Neue Haas Grotesk Display Std;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}

.step-base-22 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 12px;
    position: relative;
}

.connector-wrap-23 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 4px;
    position: relative;
    width: 24px;
    padding: 0 0 4px 0;
}

.step-icon-base-24 {
    flex-shrink: 0;
    position: relative;
    width: 24px;
    background: #dde8dc;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 0 0 0 #4a773c;
}

.supporting-text-28 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    color: #555555;
    font-family: Neue Haas Grotesk Display Std;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}

.frame-29 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 8px;
    position: relative;
    padding: 80px 80px 80px 40px;

    @media only screen and (max-width: 1024px) {
        padding: 48px 40px 0px 40px;
    }
}

.acre-product-shot {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    background-size: cover;
}

.frame-2a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
}

.frame-2b {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
}

.frame-2c {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 80px;
    position: relative;
    margin: 22px 0 0 86.275px;
}

.ai-keyword-recognition {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    color: #ffffff;
    font-family: Neue Haas Grotesk Display Std;
    font-size: 48px;
    line-height: 60px;
    text-align: left;
}

.frame-2d {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 8px;
    position: relative;
    min-width: 0;
    padding: 16px 8px 16px 8px;
    background: #263d1f;
}

.frame-2e {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 12px;
    position: relative;
}

.frame-31 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 32px;
    position: relative;
    margin: 0 auto;

    @media only screen and (max-width: 1024px) {
        padding: 0px 0px 48px 0px;
        width: unset;
    }
}

.frame-32 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    background: #ffffff;
    gap: 16px;

    @media only screen and (min-width: 561px) and (max-width: 1024px) {
        gap: 0px !important;
    }

    @media only screen and (min-width: 349px) and (max-width: 560px) {
        gap: 16px !important;
    }

    @media only screen and (max-width: 348px) {
        gap: 45px !important;
    }

    @media only screen and (min-width: 1025px) and (max-width: 1280px) {
        gap: 35px !important;
    }
}

.frame-33 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    gap: 16px;
    position: relative;

    @media only screen and (max-width: 1024px) {
        height: 50px;
    }
}

.contract-reviews {
    line-height: 44px;
    color: #4a773c;
    font-family: Neue Haas Grotesk Display Std;
    font-size: 36px;
    font-weight: 500;
    text-align: left;

    @media only screen and (max-width: 1024px) {
        font-size: 30px;
        line-height: 38px;
    }
}

.automation-compliance {
    display: block;
    line-height: 30px;
    color: #555;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Neue Haas Grotesk Text Std';

    @media only screen and (max-width: 1024px) {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
}

.demo {
    display: block;
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    color: #555;

    @media only screen and (max-width: 1024px) {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
}

.advanced-automation {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    color: #555555;
    font-family: Neue Haas Grotesk Display Std;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
}

.showcase-features {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 32px;
    color: #555555;
    font-family: Neue Haas Grotesk Display Std;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    white-space: nowrap;
}

.frame-34 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
}

.frame-35 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
}

.check-icon {
    flex-shrink: 0;
    position: relative;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 16px;
}

.check-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    overflow: hidden;
}

.flag-risks-inconsistencies {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 32px;
    color: #555555;
    font-family: Neue Haas Grotesk Display Std;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    white-space: nowrap;
}

.frame-36 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
}

.check-icon-37 {
    flex-shrink: 0;
    position: relative;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 16px;
}

.standardize-reviews {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 32px;
    color: #555555;
    font-family: Neue Haas Grotesk Display Std;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    white-space: nowrap;
}

.frame-39 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
}

.check-icon-3a {
    flex-shrink: 0;
    position: relative;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 16px;
}

.cut-review-time {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 32px;
    color: #555555;
    font-family: Neue Haas Grotesk Display Std;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    white-space: nowrap;
}

.frame-3c {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 40px;
    position: relative;
    padding: 80px 80px 80px 80px;
}

.frame-3d {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 32px;
    position: relative;
}

.acre-form {
    display: flex;
    gap: 40px;
    align-items: center;

    @media only screen and (max-width: 1024px) {
        padding: 0px 40px 48px 40px;
    }

    @media only screen and (max-width: 1024px) {
        padding: 0px 40px 48px 40px;
        display:block;
        width:100%;
    }
}

    .acre-form > div, .acre-form > form {
        flex: 1;

        @media only screen and (max-width: 1024px) {
            border-top: 3px solid #4A773C;
            padding-top: 40px;
        }
    }

.frame-3e {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
}

.input-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 6px;
    position: relative;
    margin-bottom: 24px;
}

.input-with-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 6px;
    position: relative;
}

.label-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2px;
    position: relative;
    font-family: 'Neue Haas Grotesk Text Std';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #444;
}

.label {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 20px;
    color: #444444;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
}

.asterisk {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 20px;
    color: #4a773c;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
}

.input-field-3f {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 8px;
    position: relative;
    padding: 10px 14px 10px 14px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(10, 12, 18, 0.05);
}

.content-40 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 8px;
    position: relative;
}

.text-enter-name {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #999;
    background: #FFF;
    font-family: 'Neue Haas Grotesk Text Std';
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.text-enter-name-date {
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #999;
    background: #FFF;
    font-family: 'Neue Haas Grotesk Text Std';
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.form-recaptcha {
    color: #444;
    font-family: "Neue Haas Grotesk Text Std";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-top: 24px;
}

.input-field-41 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 6px;
    position: relative;
}

.input-with-label-42 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 6px;
    position: relative;
}

.label-wrapper-43 {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2px;
    position: relative;
}

.label-company {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 20px;
    color: #444444;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
}

.asterisk-44 {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 20px;
    color: #4a773c;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
}

.input {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 8px;
    position: relative;
    padding: 10px 14px 10px 14px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(10, 12, 18, 0.05);
}

.dropdown-text {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #444444;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.text-input {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 8px;
    position: relative;
    padding: 10px 14px 10px 12px;
}

.text-enter-phone-number {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #666666;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.input-dropdown {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 8px;
    position: relative;
}

.input-with-label-50 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 6px;
    position: relative;
}

.label-wrapper-51 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2px;
    position: relative;
}

.label-preferred-date {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 20px;
    color: #444444;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
}

.input-52 {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 8px;
    position: relative;
    padding: 10px 14px 10px 14px;
    background: #ffffff;
    border: 1px solid #999999;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(10, 12, 18, 0.05);
}

.content-53 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 8px;
    position: relative;
}

.text-select {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #666666;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.input-dropdown-55 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 8px;
    position: relative;
}

.input-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 6px;
    position: relative;
}

.label-wrapper-56 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2px;
    position: relative;
}

.label-57 {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 20px;
    color: #444444;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
}

.input-58 {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 8px;
    position: relative;
    padding: 10px 14px 10px 14px;
    background: #ffffff;
    border: 1px solid #999999;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(10, 12, 18, 0.05);
}

.content-59 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 8px;
    position: relative;
}

.text-select-5a {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #666666;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.checkbox {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 12px;
    position: relative;
}

.input-5e {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 20px;
    padding: 2px 0 0 0;
}

.checkbox-base {
    flex-shrink: 0;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #999999;
    overflow: hidden;
    border-radius: 6px;
}

.text-supporting {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 2px;
    position: relative;
}

.consent-text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    color: #444444;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 16px;
    font-weight: 500 !important;
    gap: 10px;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 40px;
    position: relative;
    padding: 80px 80px 80px 80px;
    background: linear-gradient(45deg, #263d1f, #3c5f30);
    overflow: hidden;

    @media only screen and (max-width: 1024px) {
        padding: 48px 32px;
    }
}

.frame-66 {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 40px;
    position: relative;
    min-width: 0;
}

.acre-logo {
    flex-shrink: 0;
    position: relative;
    width: 185px;
    height: 80px;
    no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.frame-67 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 8px;
    position: relative;
    padding: 0 0 0 0;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 32px;
    position: relative;
    min-width: 0;
    max-width: 1280px;
}

.content-68 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-wrap: wrap;
    flex-shrink: 0;
    position: relative;
    padding: 32px 0 0 0;
    border-bottom: 1px solid #4a773c;
}

.footer-text {
    flex-basis: auto;
    position: relative;
    color: #ffffff;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.footer-links {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 16px;
    position: relative;

    @media only screen and (max-width: 1024px) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: nowrap;
        flex-shrink: 0;
        gap: 16px;
        position: relative;
        width: 103px;
    }
}

.footer-link {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #c3d5c1;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}
a.footer-link:focus {
    color: #fff;
}

.carousel-text {
    font-family: Neue Haas Grotesk Display Std;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    width: 650px;

    @media only screen and (min-width: 1024px) and (max-width: 1280px) {
        font-size: 44px;
        line-height: 56px;
        width:556px;
    }
}

#myCarousel.carousel.slide {
    width: 100%;
}

.product-shot {
    flex-shrink: 0;
    position: relative;
    /*width: 518.451px;
  height: 409px;*/
    no-repeat center;
    background-size: cover;
}

.image {
    position: absolute;
    height: 452px;
    top: 0;
    left: 0;
    no-repeat center;
    background-size: cover;
}

.carouse-base {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 100%;
}

.clear-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    border: 1px solid #999999;
    border-radius: 8px;
    position: relative;
    width: 179px;
    padding: 12px 18px;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #444444;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Neue Haas Grotesk Text Std';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    background-color: #ffffff;

    @media only screen and (max-width: 1024px) {
        width: 100%;
    }
}

    .clear-form:hover {
        background-color: #efefef;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px 0 varrgba(16, 24, 40, 0.05);
    }

.demo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 179px;
    padding: 12px 18px;
    background: #4a773c;
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Neue Haas Grotesk Text Std';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;

    @media only screen and (max-width: 1024px) {
        width: 100%;
    }
}

    .demo-button:hover {
        background: #3d6332;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px 0 varrgba(16, 24, 40, 0.05);
    }

    .demo-button:active {
        transform: translateY(0);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    }

    .demo-button:focus {
        outline: 2px solid #ffffff;
        outline-offset: 2px;
    }

.checkbox-value {
    flex-grow: 1;
    flex-basis: auto;
    position: relative;
    height: 32px;
    color: #555555;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 20px;
    line-height: 30px;
    text-align: left;

    @media only screen and (max-width: 1024px) {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        white-space: unset;
        flex-shrink: unset;
        height: unset;
    }

    @media only screen and (min-width: 1025px) and (max-width: 1280px) {
        line-height: 24px;
    }
}

.carousel.slide {
    background: var(--gradient-brand-80060045-deg, linear-gradient(45deg, #2F4B26 0%, #4A773C 100%));

    @media only screen and (max-width: 1024px) {
        display: none;
    }

    .container

{
    @media only screen and (max-width: 1024px) {
        display: block;
    }
}

}

.carousel-inner {
    height: 456px;
    .next, .prev

{
    display: flex;
}

.item {
    height: 456px;
    gap: 60px;
    width: 100%;
    .frame-10

{
    padding: 0px;
    align-self: center;
}

&.active {
    display: flex;
    height: 456px;

    @media only screen and (min-width: 1280px) {
        height: 400px;
    }
}

.img-right, .img-left {
    max-height: 276px;
    align-self: center;
    max-width: 360px;
    margin-bottom: 22px;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    padding: 20px 40px;
}

@media only screen and (min-width: 1280px) {
    padding: 20px 40px;
    height: 400px;
}

}

@media only screen and (min-width: 1280px) {
    height: 400px;
}

}

.carousel-caption {
    position: unset;
}

.carousel-text {
    width: 100%;
    margin-bottom: 22px;
}

.carousel-indicators {
    display: flex;
    margin-bottom: 0;
    bottom: 0;
    background: #263D1F;
    left: unset;
    margin-left: unset;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    li

{
    height: 12px;
    width: 12px;
    display: flex;
    background: #7FA474;
    border: none;
}

.active {
    height: 12px;
    width: 12px;
    background: #FFFFFF;
    outline: 2px solid #FFF;
}

}

.popup-buttons {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 12px;
    position: relative;
    margin: 0 auto;
    padding: 0 24px 24px 24px;
}

.popup-buttons-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 6px;
    position: relative;
    padding: 12px 18px 12px 18px;
    background: #ffffff;
    border: 1px solid #7fa474;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.popup-button-text-padding {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 117px;
    padding: 0 2px 0 2px;
}

.popup-button-text {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 24px;
    color: #3c5f30;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
}

.x-close {
    flex-shrink: 0;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(-/media/601FC08CE4B84904B9DC37B84690D736.ashx) no-repeat center;
    background-size: cover;
    overflow: hidden;
    float: right;
    border: none;
}

.popup-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 16px;
    position: relative;
    margin: 0 auto;

    @media only screen and (max-width: 1024px) {
        width:100%;
    }
}

.popup-text {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 28px;
    color: #262626;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    white-space: nowrap;
}

.popup-text-supporting {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    font-family: 'Neue Haas Grotesk Text Std';
    a

{
    color: #4A773C;
    font-size: 14px;
    cursor: grab;
}

}

.popup-frame {
    display: flex;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 4px;
    position: relative;
    padding: 0 0 24px 0;

    @media only screen and (max-width: 1024px) {
        flex-direction:column;
    }
}

.popup-effective-date {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    position: relative;
    width: 574px;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-overflow: initial;
    white-space: nowrap;

    @media only screen and (max-width: 1024px) {
        width:100%;
    }
}

.effective-date-1 {
    position: relative;
    color: #555555;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.popup-supporting-text {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.popup-span {
    position: relative;
    color: #555555;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.popup-scroll {
    max-height: 400px;
    overflow: auto;
}

.demo-request {
    color: #4a773c;
    font-family: "Neue Haas Grotesk Display Std";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    padding-bottom: 24px;

    @media only screen and (max-width: 1024px) {
        font-family: "Neue Haas Grotesk Display Std";
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
    }
}

.horizontal-tabs a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.width-100 {
    width: 100%;
}

.padding-top-100 {
    padding-top: 100px;
}

.icon.hidden-lg {
    right: 20px;
    position: absolute;
    margin-top: 7px;

    @media only screen and (min-width: 1025px) {
        display: none;
    }
}

.frame-5e {
    margin-top: 40px;
    display: flex;
    gap: 16px;

    @media only screen and (max-width: 1024px) {
        margin-top: 49px;
        flex-direction: column;
    }
}


.header-text-description {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #f7f7f7;
    font-family: Neue Haas Grotesk Display Std;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: left;
    white-space: nowrap;

    @media only screen and (max-width: 1024px) {
        font-size: 30px;
        line-height: 38px;
    }
}

.header-text-description-subtext {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 500px;
    color: #ffffff;
    font-family: Neue Haas Grotesk Display Std;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;

    @media only screen and (max-width: 1024px) {
        font-size: 18px;
        line-height: 28px;
    }

    @media only screen and (max-width: 640px) {
        font-family: Neue Haas Grotesk Text Std;
    }
}

.application-of-terms {
    position: relative;
    color: #555555;
    font-family: 'Neue Haas Grotesk Display Std';
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    text-align: left;
}
.application-of-terms-header {
    position: relative;
    font-family: 'Neue Haas Grotesk Display Std',Arial,sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
}
.paragraph-text-bold {
    position: relative;
    color: #555555;
    font-family: 'Neue Haas Grotesk Display Std';
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-align: left;
}

.acknowledge-notice {
    position: relative;
    color: #555555;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.privacy-statement {
    position: relative;
    color: #4a773c;
    font-family: Neue Haas Grotesk Text Std;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-decoration: underline;
}

.cookie-banner {
    width: 100%;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    padding: 32px;
    border-top: 1px solid #999;
    .title-section

{
    display: flex;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    justify-content: space-between;
    gap: 100px;
    svg

{
    align-self: center;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}

}

.description {
    display: block;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cookie-buttons {
    display: flex;
    gap: 16px;
    justify-content: right;
    margin-top: 24px;

    @media only screen and (max-width: 1024px) {
        justify-content: space-between;
    }

    .manage-preferences

{
    border-radius: 8px;
    border: 1px solid #999;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 18px;
}

.allow-cookies {
    padding: 12px 18px;
    padding: 12px 18px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #4A773C;
    box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

}
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    background: black;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.grecaptcha-badge {
    visibility: hidden;
}

.field-validation-error {
    color: #C8102E !important;
    font-family: "Neue Haas Grotesk Text Std" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

.link-button {
    color: #4A773C !important;
    font-family: "Neue Haas Grotesk Text Std";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}