:root {
    --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;
}

.main-container {
    overflow: hidden;
}

    .main-container,
    .main-container * {
        box-sizing: border-box;
    }

input,
select,
textarea,
button {
    outline: 0;
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: relative;
    margin: 0 auto;
    padding-top: 94px;

    @media only screen and (max-width: 1024px) {
        padding-top: 65px;
    }
}

.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;

    @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, var(--default-font-family);
    font-size: 16px;
    font-weight: 500;
    line-text-align: left;
}

    .text-welcome-acre a {
        color: #666666;
        font-family: Neue Haas Grotesk Text Std, var(--default-font-family);
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;

        @media only screen and (max-width: 1024px) {
            line-height: 24px;
        }
    }

    .text-welcome-acre.active {
        color: #4a773c;
        font-family: Neue Haas Grotesk Text Std, var(--default-font-family);
        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, var(--default-font-family);
    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;
    }
}

.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-padding a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        flex-shrink: 0;
        position: relative;
        padding: 0 2px 0 2px;
        text-decoration: none;
    }

.screenshot-am {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    no-repeat center;
    background-size: cover;
    background: black;
}

.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, var(--default-font-family);
    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 Display Std, var(--default-font-family);
    font-size: 24px;
    line-height: 32px;
    text-align: left;

    @media only screen and (max-width: 1024px) {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}

.text-acre-d {
    position: relative;
    color: #ffffff;
    font-family: Neue Haas Grotesk Display Std, var(--default-font-family);
    font-size: 24px;
    line-height: 32px;
    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;
    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-family: Neue Haas Grotesk Display Std, var(--default-font-family);
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;

    @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-family: Neue Haas Grotesk Display Std, var(--default-font-family);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    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-family: Neue Haas Grotesk Display Std, var(--default-font-family);
    font-size: 24px;
    line-height: 32px;
    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, var(--default-font-family);
    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, var(--default-font-family);
    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, var(--default-font-family);
    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, var(--default-font-family);
    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;
}

.frame-33 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    height: 75px;

    @media only screen and (max-width: 1024px) {
        height: 50px;
    }
}

.contract-reviews {
    line-height: 60px;
    color: #4a773c;
    font-family: Neue Haas Grotesk Display Std, var(--default-font-family);
    font-size: 48px;
    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: 32px;
    color: #555;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;

    @media only screen and (max-width: 1024px) {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
    }
}

.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, var(--default-font-family);
    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, var(--default-font-family);
    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, var(--default-font-family);
    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, var(--default-font-family);
    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, var(--default-font-family);
    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;
}

.request-demo {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    flex-basis: auto;
    background: #4a773c;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
}

.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-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.label {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 20px;
    color: #444444;
    font-family: Neue Haas Grotesk Text Std, var(--default-font-family);
    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, var(--default-font-family);
    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 var(--Enbridge-Gray-300, #999);
    background: var(--Base-White, #FFF);
    /* Shadows/shadow-xs */
    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 var(--Enbridge-Gray-300, #999);
    background: var(--Base-White, #FFF);
    /* Shadows/shadow-xs */
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.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, var(--default-font-family);
    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, var(--default-font-family);
    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, var(--default-font-family);
    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, var(--default-font-family);
    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, var(--default-font-family);
    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, var(--default-font-family);
    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, var(--default-font-family);
    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, var(--default-font-family);
    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, var(--default-font-family);
    font-size: 16px;
    font-weight: 500 !important;
    
    gap: 10px;
}

.frame-5f {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
}

.button-60 {
    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);
}

.-padding-62 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    padding: 0 2px 0 2px;
}

.request-demo-63 {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #ffffff;
    font-family: Neue Haas Grotesk Text Std, var(--default-font-family);
    font-size: 16px;
    font-weight: 500;
    
    white-space: nowrap;
}

.button-64 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 6px;
    position: relative;
    padding: 12px 18px 12px 18px;
    background: #ffffff;
    border: 1px solid #999999;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.text-padding-65 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    padding: 0 2px 0 2px;
}

.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, var(--default-font-family);
    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, var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    
    white-space: nowrap;
}

.footer-link-69 {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #c3d5c1;
    font-family: Neue Haas Grotesk Text Std, var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    
    white-space: nowrap;
}

.footer-link-6a {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #c3d5c1;
    font-family: Neue Haas Grotesk Text Std, var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    
    white-space: nowrap;
}

.language-focus {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    color: #ffffff;
    font-family: Neue Haas Grotesk Display Std, var(--default-font-family);
    font-size: 48px;
    font-weight: 450;
    line-height: 60px;
    text-align: left;
}

#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', var(--default-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;

    @media only screen and (max-width: 1024px) {
        width: 100%;
    }
}

.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', var(--default-font-family);
    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 Display Std, var(--default-font-family);
    font-size: 24px;
    
    line-height: 32px;
    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;
    }
}

.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 {
    .next, .prev

{
    display: flex;
}

.item {
    padding-top: 22px;
    padding-bottom: 42px;
    &.active

{
    display: flex;
}

.img-right {
    max-height: 409px;
    padding-right: 80px;
    align-self: center;
    max-width: 500px;
}

.img-left {
    max-height: 409px;
    padding-left: 80px;
    align-self: center;
    max-width: 500px;
}

}
}

.carousel-caption {
    position: unset;
}

.carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
    background: #263D1F;
    left: unset;
    margin-left: unset;
    width: 100%;
    li

{
    height: 8px;
    width: 8px;
}

.active {
    height: 10px;
    width: 10px;
}

}

.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, var(--default-font-family);
    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, var(--default-font-family);
    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;
    
    a {
        color: #4A773C;
        font-size: 14px;
    }
}

.popup-frame {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 4px;
    position: relative;
    padding: 0 0 8px 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, var(--default-font-family);
    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, var(--default-font-family);
    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, var(--default-font-family);
    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, var(--default-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.popup-scroll {
    max-height: 400px;
    overflow: auto;
}

.demo-request {
    color: #4a773c;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;

    @media only screen and (max-width: 1024px) {
        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, var(--default-font-family);
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    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, var(--default-font-family);
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;

    @media only screen and (max-width: 1024px) {
        font-size: 18px;
        line-height: 28px;
    }
}

.application-of-terms {
    position: relative;
    color: #555555;
    font-family: Neue Haas Grotesk Text Std, var(--default-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.acknowledge-notice {
    position: relative;
    color: #555555;
    font-family: Neue Haas Grotesk Text Std, var(--default-font-family);
    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, var(--default-font-family);
    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;
}
