.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.section-1 {
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
}

.container-s1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
}

.text-block {
    font-family: Montserrat Alternates, sans-serif;
}

.div-logo {
    width: 20%;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.s1 {
    background-color: #fff;
    background-image: url("../images/leaves.png"), linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)), url("../images/BG.jpg");
    background-position: 0 0, 0 0, 0 0;
    background-size: cover, auto, cover;
    background-attachment: fixed, scroll, fixed;
}

.hero-container {
    justify-content: center;
    align-items: flex-start;
    padding-top: 140px;
    padding-bottom: 140px;
    display: flex;
}

.left {
    width: auto;
}

.right {
    width: auto;
    height: 41.1803%;
    background-image: url("../images/Optiloss_Pills.png");
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    padding-top: 166px;
    padding-bottom: 166px;
    display: flex;
}

.s1-text {
    color: #000;
    text-align: center;
    font-family: Montserrat Alternates, sans-serif;
    font-size: 21px;
}

.s1-text._2 {
    padding-top: 19px;
    padding-bottom: 19px;
    font-family: Montserratalternates, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
}

.s1-text._2.pink {
    color: #000;
    text-align: left;
    text-shadow: none;
    font-size: 28px;
}

.s1-text._2.pink.c {
    text-align: center;
}

.s1-text._2.left {
    text-align: left;
}

.s1-text.new {
    padding-top: 14px;
    padding-bottom: 14px;
}

.column-wrapper {
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    margin-left: 13px;
    margin-right: 13px;
    padding: 12px 18px;
}

.text-block-2 {
    color: #000;
    padding-top: 8px;
    font-family: Montserratalternates, sans-serif;
    font-weight: 500;
}

.text-block-2.bold {
    font-size: 15px;
    font-weight: 700;
}

.columns {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
}

._50-button {
    width: 50%;
    text-align: center;
    background-color: #f49819;
    border-radius: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-family: Montserratalternates, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

._50-button:hover {
    background-color: #8cb12f;
}

._50-button:active {
    background-color: #617f16;
}

._50-button.step-1 {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
}

._50-button.step-1:active {
    background-color: #617f16;
}

.div-block-2 {
    text-align: left;
    padding-top: 13px;
    padding-bottom: 13px;
}

.div-block-2.center {
    text-align: center;
}

.div-block-3 {
    width: 100%;
    max-width: 100%;
    padding-bottom: 90px;
}

.image {
    width: 133%;
    height: 200%;
    max-width: none;
}

.image-2 {
    max-width: none;
}

.image-wrapper {
    width: 100%;
    height: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    display: block;
}

.image-wrapper.form {
    padding-top: 0;
    padding-bottom: 0;
}

.column {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.s2 {
    background-image: linear-gradient(rgba(227, 246, 174, 0.57), rgba(227, 246, 174, 0.57)), url("../images/Your-paragraph-text-2.jpg");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
}

.container {
    padding-top: 85px;
    padding-bottom: 85px;
}

.bold-text {
    color: #e8318a;
    font-size: 36px;
}

.text-block-3 {
    font-family: Montserratalternates, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.text-block-3.small {
    color: #96b540;
    margin-top: 20px;
    font-size: 14px;
    line-height: 17px;
}

.text-block-3.small-copy {
    color: #000;
    margin-top: 20px;
    font-size: 14px;
    line-height: 17px;
}

.text-block-3.name {
    color: #000;
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
    line-height: 17px;
}

.text-block-3.name._2 {
    color: #e8318a;
    font-size: 24px;
    font-weight: 700;
}

.column-2 {
    padding-left: 40px;
    padding-right: 40px;
}

.image-3 {
    max-width: 150%;
    transform: scale3d(1none, 1none, 1none);
    transform-style: preserve-3d;
    transition: all 0.2s;
}

.image-3:hover {
    transform: scale(0.9);
}

.image-3._100 {
    max-width: 100%;
}

.image-4 {
    border-radius: 20px;
    box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.2);
}

.image-wrapper-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.text-block-4 {
    text-align: center;
    font-family: Montserratalternates, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
}

.bold-text-2 {
    color: #e8318a;
    font-size: 35px;
}

.bold-text-3 {
    color: #e8318a;
    font-size: 36px;
}

.text-block-3-copy {
    text-align: center;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Montserratalternates, sans-serif;
    font-size: 21px;
    line-height: 31px;
}

.text-block-3-copy.small {
    color: #96b540;
    margin-top: 20px;
    font-size: 14px;
    line-height: 17px;
}

.colored-box {
    text-align: center;
    background-color: #8cb12f;
    border-radius: 20px;
    margin-bottom: 11px;
    margin-left: 13px;
    margin-right: 13px;
    padding: 25px 18px;
}

.colored-box:hover {
    background-color: #f49819;
}

.colored-box.pink {
    background-color: #c7328a;
}

.colored-box.orange {
    background-color: #f49819;
}

.text-block-2-copy {
    color: #fff;
    padding-top: 0;
    font-family: Montserratalternates, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.text-block-3-copy-copy {
    color: #000;
    text-align: center;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Montserratalternates, sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
}

.text-block-3-copy-copy.small {
    color: #96b540;
    margin-top: 20px;
    font-size: 14px;
    line-height: 17px;
}

.text-block-3-copy {
    outline-offset: 0px;
    color: #000;
    outline: 3px dotted #96b540;
    margin-top: 38px;
    margin-bottom: 0;
    font-family: Montserratalternates, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}

.text-block-3-copy.small {
    color: #96b540;
    margin-top: 20px;
    font-size: 14px;
    line-height: 17px;
}

.bold-text-4 {
    color: #e8318a;
}

.s4 {
    background-color: #fff;
    background-image: url("../images/leaves.png"), linear-gradient(rgba(227, 246, 174, 0.81), rgba(227, 246, 174, 0.81)), url("../images/3_1.png");
    background-position: 0 0, 0 0, 0 0;
    background-size: cover, auto, cover;
    background-attachment: fixed, scroll, scroll;
}

.container-s4 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 85px;
    padding-bottom: 85px;
    display: flex;
}

.right-2 {
    width: auto;
    text-align: center;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: block;
}

.benefits-wrapper {
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    display: block;
}

.benefits-box {
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    flex-wrap: wrap;
    order: 1;
    align-self: auto;
    align-items: center;
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px;
    display: block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.image-8 {
    align-self: auto;
    margin-right: 0;
    display: block;
}

.div-block-6 {
    padding-top: 9px;
    padding-bottom: 9px;
}

.image-9 {
    max-width: 80%;
}

.text-block-5 {
    padding-top: 0;
    font-family: Montserratalternates, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.columns-2 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.s5 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.89), rgba(255, 255, 255, 0.89)), url("../images/2_1.png");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
}

.small {
    padding: 85px 129px;
}

.text-block-3-centered {
    color: #000;
    text-align: center;
    font-family: Montserratalternates, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.text-block-3-centered.small {
    color: #96b540;
    margin-top: 20px;
    font-size: 14px;
    line-height: 17px;
}

.text-block-3-centered.success {
    font-size: 21px;
    line-height: 32px;
}

.text-block-3-centered.success-white {
    color: #fff;
}

.s3 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.89), rgba(255, 255, 255, 0.89)), url("../images/Your-paragraph-text-2_1.jpg");
    background-position: 0 0, 0 0;
    background-size: auto, cover;
}

.image-center {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}

.bold-text-5 {
    color: #e8318a;
}

.div-block-7 {
    width: 50%;
    height: 20%;
    float: none;
    color: #96b540;
    text-align: center;
    object-fit: contain;
    background-color: #80a627;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
}

.divider {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 42px;
    padding-bottom: 42px;
    display: flex;
}

.wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}

.s6 {
    background-color: #fff;
    background-image: linear-gradient(rgba(227, 246, 174, 0.81), rgba(227, 246, 174, 0.81)), url("../images/3_1.png");
    background-position: 0 0, 0 0;
    background-size: auto, cover;
}

.container-s6 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 85px;
    padding-bottom: 85px;
    display: block;
}

.items {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px 20px;
    transition: all 0.2s;
    box-shadow: 0 9px #96b540;
}

.items:hover {
    transform: translate(0, -7px);
}

.div-block-10 {
    text-align: center;
}

.div-block-11 {
    padding-top: 0;
    padding-bottom: 0;
}

.text-block-6 {
    padding-top: 23px;
    padding-bottom: 23px;
    font-family: Montserratalternates, sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.text-block-6.pink {
    color: #e8318a;
    font-size: 24px;
}

.text-block-6-copy {
    font-family: Montserratalternates, sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.image-10 {
    max-width: 50%;
}

.items-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.s7 {
    background-image: linear-gradient(#fff, #fff);
}

.container-2 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.columns-3 {
    padding-top: 45px;
    padding-bottom: 30px;
}

.column-3 {
    padding: 19px 21px;
}

.bold-text-6 {
    font-size: 20px;
    line-height: 19px;
}

.s8 {
    background-color: #fff;
    background-image: url("../images/leaves.png"), linear-gradient(rgba(227, 246, 174, 0.81), rgba(227, 246, 174, 0.81)), url("../images/3_1.png");
    background-position: 0 0, 0 0, 0 0;
    background-size: contain, auto, cover;
    background-attachment: fixed, scroll, scroll;
}

.testimonial-content {
    max-width: 460px;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 40px;
    display: flex;
}

.testimonial-author-name {
    color: #e8318a;
    font-family: Montserratalternates, sans-serif;
    font-size: 21px;
    font-weight: 700;
}

.testimonial-quote {
    margin-bottom: 32px;
    font-family: Montserratalternates, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.testimonial-image-two {
    width: 350px;
    height: 400px;
    object-fit: cover;
    background-image: url("../images/background-image.svg");
    background-position: 0 0;
    background-size: auto;
    border-radius: 20px;
}

.testimonial-quote-icon {
    margin-bottom: 24px;
}

.testimonial-author-image-three {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 24px;
}

.testimonial-slider-two {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 8px;
    padding-bottom: 8px;
}

.container-3 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 85px;
    padding-bottom: 85px;
}

.testimonial-slider-arrow {
    display: none;
}

.testimonial-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 16px;
}

.testimonial-info-two {
    align-items: center;
    display: flex;
}

.testimonial-slider-nav {
    margin-top: 24px;
    font-size: 10px;
    position: static;
    bottom: -60px;
}

.testimonial-slide {
    background-color: #fff;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px 12px 64px;
    display: flex;
}

.bold-text-7 {
    color: #e8318a;
    font-size: 36px;
}

.text-block-7 {
    padding-top: 6px;
    font-family: Montserratalternates, sans-serif;
}

.s9 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.89), rgba(255, 255, 255, 0.89)), url("../images/2_1.png");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
}

.bold-text-8 {
    color: #e8318a;
    font-size: 36px;
}

.bold-text-8.success {
    font-size: 56px;
}

.image-11 {
    border-radius: 20px;
}

.container-3-copy-pink {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 85px;
    padding-bottom: 85px;
}

.s10 {
    background-color: #fff;
    background-image: linear-gradient(rgba(255, 228, 201, 0.85), rgba(255, 228, 201, 0.85)), url("../images/3_1.png");
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
}

.cf-success-message {
    color: #fff;
    background-color: #f49819;
    border-radius: 100px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.cf-footer-info {
    color: #fff;
    letter-spacing: -0.48px;
    font-size: 20px;
    line-height: 150%;
}

.cf-form-icon {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
}

.cf-form-heading-28px {
    text-align: center;
    letter-spacing: -0.75px;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: Montserratalternates, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}

.cf-error-message-dark {
    color: #bd333d;
    background-color: rgba(252, 107, 92, 0.3);
    border-radius: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.cf-form-gradient-submit {
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 156%;
}

.cf-form-right-wrapper {
    width: 50%;
}

.cf-footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-top: 48px;
    margin-bottom: 48px;
}

.cf-form-heading {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: Montserratalternates, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}

.s11---form {
    background-image: url("../images/Picture_full_size_assets.jpg");
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
}

.cf-form-paragraph {
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
    font-family: Montserratalternates, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 156%;
}

.cf-form-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
}

.cf-form-left-wrapper {
    width: 40%;
    max-width: 360px;
}

.cf-form-left-wrapper.success {
    width: 50%;
    max-width: 500px;
}

.cf-footer-info-contain {
    align-items: flex-start;
    margin-bottom: 32px;
    text-decoration: none;
    display: flex;
}

.cf-footer-info-contain.last {
    margin-bottom: 0;
}

.cf-send-message-form {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 0;
    padding: 48px;
}

.cf-borders-text-field {
    height: 60px;
    color: #0d0e10;
    letter-spacing: -0.32px;
    border: 1px solid rgba(13, 14, 16, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 16px 22px;
    font-family: Montserratalternates, sans-serif;
    font-size: 18px;
    line-height: 156%;
}

.cf-borders-text-field:focus {
    border-color: rgba(13, 14, 16, 0.2);
}

.cf-borders-text-field::-ms-input-placeholder {
    color: rgba(13, 14, 16, 0.4);
}

.cf-borders-text-field::placeholder {
    color: rgba(13, 14, 16, 0.4);
}

.cf-borders-text-field.message {
    margin-bottom: 32px;
}

.cf-info-heading {
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}

.cf-white-link {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    transition: all 0.2s;
}

.cf-white-link:hover {
    color: #ffa84b;
    border-bottom-color: #ffa84b;
}

.cf-footer-headings-wrap {
    margin-left: 32px;
}

.cf-form-main-wrapper {
    width: 90%;
    max-width: 1140px;
    background-color: #8cb12f;
    background-image: linear-gradient(rgba(140, 177, 47, 0.87), rgba(140, 177, 47, 0.87)), url("../images/2_1.png");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    border-radius: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 70px 70px 80px;
    font-family: Montserrat, sans-serif;
    display: flex;
}

.cf-form-main-wrapper.success {
    justify-content: center;
    padding-left: 70px;
}

.cf-borders-text-field-dropdown {
    width: 95%;
    height: 60px;
    color: rgba(13, 14, 16, 0.4);
    letter-spacing: -0.32px;
    background-color: #fff;
    border: 1px rgba(13, 14, 16, 0.1);
    border-radius: 8px;
    margin-bottom: 0;
    padding: 16px 22px;
    font-size: 18px;
    line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
    border-color: rgba(13, 14, 16, 0.2);
}

.cf-borders-text-field-dropdown::-ms-input-placeholder {
    color: rgba(13, 14, 16, 0.4);
}

.cf-borders-text-field-dropdown::placeholder {
    color: rgba(13, 14, 16, 0.4);
}

.cf-features-section-1-image-contai {
    object-fit: contain;
    border-radius: 100%;
}

._80-button {
    width: 80%;
    text-align: center;
    background-color: #f49819;
    border-radius: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-family: Montserratalternates, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

._80-button:hover {
    background-color: #8cb12f;
}

._80-button:active {
    background-color: #617f16;
}

._80-button.step-1 {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
}

._100-button {
    width: 100%;
    text-align: center;
    background-color: #f49819;
    border-radius: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-family: Montserratalternates, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

._100-button:hover {
    background-color: #8cb12f;
}

._100-button:active {
    background-color: #617f16;
}

._100-button.step-1 {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
}

.footer {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
}

.brix---container-default {
    max-width: 1218px;
    padding-left: 24px;
    padding-right: 24px;
}

.brix---footer-bottom-v4 {
    color: #6e7191;
    text-align: right;
    border-top: 1px solid #eff0f6;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
}

.brix---grid-footer-logo---paragraph {
    grid-template-rows: auto;
    grid-template-columns: 0.3fr 1fr;
    align-items: center;
}

.brix---footer-logo {
    max-width: 80%;
    transform-style: preserve-3d;
    transition: transform 0.3s;
}

.brix---footer-logo:hover {
    transform: scale3d(0.97, 0.97, 1.01);
}

.brix---mg-bottom-0 {
    margin-bottom: 0;
    font-family: Montserratalternates, sans-serif;
    font-size: 16px;
}

.brix---paragraph-link {
    color: #4a3aff;
    text-decoration: underline;
    transition: color 0.3s;
}

.brix---paragraph-link:hover {
    color: #281ca5;
}

.image-12 {
    max-width: 100%;
}

.column-points {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.image-13,
.image-14,
.image-15 {
    max-width: 50%;
}

.text-block-8 {
    color: red;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    font-family: Montserratalternates, sans-serif;
    font-size: 21px;
    text-decoration: line-through;
    display: flex;
}

.text-block-8.bold {
    color: #008609;
    font-size: 40px;
    font-weight: 700;
    text-decoration: none;
}

.text-block-8.gray {
    color: #747474;
    font-size: 19px;
    text-decoration: none;
}

.bold-text-9 {
    font-size: 25px;
    font-weight: 700;
}

.columns-5 {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 0;
    padding-left: 42px;
    padding-right: 42px;
    display: flex;
}

.image-wrapper-mobile {
    width: 100%;
    height: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    display: none;
}

.image-wrapper-mobile.form {
    padding-top: 0;
    padding-bottom: 0;
}

.columns-6 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.div-block-12 {
    padding-top: 9px;
    padding-bottom: 9px;
}

.image-16 {
    max-width: 80%;
}

.s9-copy {
    background-image: linear-gradient(rgba(255, 255, 255, 0.89), rgba(255, 255, 255, 0.89)), url("../images/2_1.png");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
}

.success-section {
    background-image: linear-gradient(rgba(255, 255, 255, 0.89), rgba(255, 255, 255, 0.89)), url("../images/2_1.png");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-bottom: 123px;
}

.sysf-button {
    color: #fff;
    text-align: center;
    background-color: #2f54eb;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.25s;
    position: relative;
}

.sysf-button:hover {
    background-color: #597ef7;
}

.sysf-button:active {
    background-color: #1d39c4;
}

.sysf-button:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px #2f54eb;
}

.sysf-button.sysf-medium {
    display: block;
    background-color: #f49819;
    border-radius: 6px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    width: 150px;
}

.sysf-button.sysf-medium:hover {
    background-color: #e8318a;
}

.sysf-button.sysf-medium:active {
    background-color: #f49819;
}

.sysf-button.sysf-medium:focus {
    background-color: #d08113;
}

.sysf-form.sysf-form-horizontal {
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
    display: flex;
}

.sysf-input {
    background-color: #fff;
    border: 1px solid #dde1e6;
    border-radius: 6px;
    margin-bottom: 4px;
    font-size: 1rem;
    font-weight: 400;
}

.sysf-input:hover {
    border-color: #85a5ff;
}

.sysf-input:active {
    border-color: #597ef7;
}

.sysf-input:focus {
    background-color: #fff;
    border-color: #2f54eb;
}

.sysf-input::-ms-input-placeholder {
    color: #838d95;
}

.sysf-input::placeholder {
    color: #838d95;
}

.sysf-input.sysf-medium {
    height: 44px;
    margin-bottom: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.sysf-input.sysf-medium.sysf-horizontal {
    margin-bottom: 0;
    margin-right: 8px;
    font-family: Montserratalternates, sans-serif;
}

.sysf-c-t-neutral-90 {
    color: #1e2024;
}

.sysf-body-text {
    color: #636b75;
    margin-top: 0;
}

.sysf-body-text.sysf-s {
    letter-spacing: 0;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.4285;
}

.form-block {
    padding-top: 25px;
}

.columns-7 {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
}

@media screen and (max-width: 991px) {
    .hero-container {
        display: flex;
    }

    .s1-text {
        font-size: 16px;
    }

    .s1-text._2.left {
        font-size: 22px;
        line-height: 31px;
    }

    .column-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    ._50-button {
        width: 100%;
    }

    .div-block-2 {
        text-align: center;
    }

    .container {
        padding-left: 17px;
        padding-right: 17px;
    }

    .bold-text {
        font-size: 31px;
    }

    .column-2 {
        padding-right: 0;
    }

    .image-3 {
        max-width: 100%;
    }

    .bold-text-3 {
        font-size: 30px;
    }

    .small {
        padding-left: 90px;
        padding-right: 90px;
    }

    .s6 {
        padding-left: 27px;
        padding-right: 27px;
    }

    .container-2 {
        padding-left: 21px;
        padding-right: 21px;
    }

    .columns-3 {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .testimonial-quote {
        overflow: visible;
    }

    .container-3 {
        max-width: 728px;
    }

    .testimonial-slide {
        padding-left: 32px;
    }

    .bold-text-7 {
        font-size: 31px;
    }

    .container-3-copy-pink {
        max-width: 728px;
    }

    .cf-form-heading-28px {
        font-size: 32px;
    }

    .cf-form-right-wrapper {
        width: 100%;
    }

    .cf-form-heading {
        font-size: 30px;
    }

    .s11---form {
        padding-left: 29px;
        padding-right: 29px;
    }

    .cf-form-left-wrapper {
        width: 100%;
        max-width: 500px;
        margin-top: 0;
        margin-bottom: 60px;
    }

    .cf-form-main-wrapper {
        max-width: 700px;
        flex-direction: column;
        padding-left: 70px;
    }

    .cf-form-main-wrapper.success {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero-column {
        flex: 0 auto;
        align-self: auto;
        align-items: center;
        display: flex;
    }

    .brix---footer-bottom-v4 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .brix---mg-bottom-0 {
        font-size: 17px;
    }

    .sysf-button.sysf-medium,
    .sysf-input {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .hero-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .s1-text {
        font-size: 19px;
    }

    .s1-text._2.pink,
    .s1-text._2.left {
        text-align: center;
    }

    .text-block-2.bold {
        padding-top: 0;
        font-size: 18px;
    }

    ._50-button {
        width: 80%;
    }

    .column {
        display: none;
    }

    .container {
        padding: 50px 25px;
    }

    .text-block-3 {
        text-align: center;
    }

    .text-block-3.small-copy {
        font-size: 13px;
    }

    .column-2 {
        padding-left: 0;
    }

    .image-4 {
        max-width: 50%;
        text-align: center;
    }

    .image-wrapper-2.success {
        margin-bottom: 36px;
        padding-bottom: 0;
    }

    .container-s4 {
        align-items: center;
        padding-top: 50px;
        padding-bottom: 50px;
        display: block;
    }

    .benefits-box {
        margin-left: 62px;
        margin-right: 62px;
    }

    .div-block-6 {
        max-width: 30%;
    }

    .text-block-5 {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .columns-2 {
        text-align: center;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .small {
        padding-top: 49px;
        padding-bottom: 49px;
    }

    .text-block-3-centered.success {
        font-size: 17px;
        line-height: 27px;
    }

    .container-s6 {
        padding: 50px 70px;
    }

    .items {
        margin-bottom: 46px;
        margin-left: 42px;
        margin-right: 42px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .container-2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .columns-3 {
        display: block;
    }

    .column-3 {
        text-align: center;
    }

    .testimonial-content {
        max-width: none;
        margin-bottom: 40px;
        margin-right: 0;
    }

    .testimonial-quote {
        font-size: 22px;
    }

    .testimonial-image-two {
        width: 100%;
        height: auto;
        display: none;
    }

    .testimonial-quote-icon {
        width: 50px;
        margin-bottom: 16px;
    }

    .container-3 {
        padding: 50px 49px;
    }

    .testimonial-slide {
        flex-direction: column;
        padding: 23px;
    }

    .bold-text-8.success {
        font-size: 40px;
    }

    .container-3-copy-pink {
        padding: 50px;
    }

    .cf-footer-info {
        font-size: 18px;
    }

    .cf-form-heading-28px {
        font-size: 23px;
    }

    .cf-form-heading {
        font-size: 28px;
    }

    .s11---form {
        padding: 49px 18px;
    }

    .cf-send-message-form {
        padding: 40px;
    }

    .cf-borders-text-field {
        margin-bottom: 13px;
    }

    .cf-info-heading {
        margin-bottom: 4px;
    }

    .cf-form-main-wrapper {
        width: 90%;
        padding: 45px 40px;
    }

    ._100-button {
        font-size: 17px;
    }

    .brix---footer-bottom-v4 {
        text-align: center;
    }

    .brix---grid-footer-logo---paragraph {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .brix---footer-logo-wrapper {
        width: 239px;
    }

    .column-4 {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .column-5 {
        display: none;
    }

    .column-points {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        display: block;
    }

    .column-6 {
        display: none;
    }

    .columns-4 {
        text-align: center;
        flex: 0 auto;
    }

    .column-7 {
        flex: 0 auto;
        align-self: auto;
        display: none;
    }

    .column-8,
    .column-9 {
        display: none;
    }

    .image-13,
    .image-14,
    .image-15 {
        max-width: 20%;
    }

    .text-block-8 {
        font-size: 18px;
    }

    .text-block-8.bold {
        font-size: 30px;
    }

    .text-block-8.gray {
        font-size: 17px;
    }

    .image-wrapper-mobile {
        display: block;
    }

    .columns-6 {
        text-align: center;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        display: block;
    }

    .column-11 {
        display: block;
    }

    .div-block-12 {
        max-width: none;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
        display: flex;
    }

    .image-16 {
        width: 15%;
        max-width: none;
        flex: 0 auto;
        order: -1;
        align-self: auto;
        display: block;
    }

    .columns-7 {
        flex-direction: column;
    }

    .column-12 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

@media screen and (max-width: 479px) {
    .hero-container {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .s1-text {
        font-size: 12px;
    }

    .s1-text._2 {
        font-size: 16px;
        line-height: 23px;
    }

    .s1-text._2.pink {
        font-size: 16px;
    }

    .s1-text._2.pink.c,
    .s1-text._2.left {
        font-size: 16px;
        line-height: 23px;
    }

    .text-block-2 {
        font-size: 12px;
    }

    .columns {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    ._50-button {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 16px;
    }

    .container {
        padding: 35px 11px;
    }

    .bold-text {
        font-size: 18px;
    }

    .text-block-3 {
        font-size: 15px;
        line-height: 21px;
        display: none;
    }

    .image-3._100 {
        display: none;
    }

    .image-4 {
        max-width: 80%;
    }

    .text-block-4 {
        font-size: 16px;
        line-height: 30px;
    }

    .bold-text-2 {
        font-size: 18px;
        line-height: 5px;
    }

    .bold-text-3 {
        font-size: 18px;
    }

    .colored-box {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .text-block-2-copy {
        font-size: 14px;
        line-height: 17px;
    }

    .text-block-3-copy-copy {
        font-size: 16px;
        line-height: 25px;
    }

    .container-s4 {
        padding: 35px 11px;
    }

    .benefits-box {
        flex-flow: row;
        align-items: center;
        margin-left: 10px;
        margin-right: 10px;
    }

    .text-block-5 {
        font-size: 15px;
    }

    .small {
        padding: 35px 11px;
    }

    .text-block-3-centered {
        font-size: 15px;
        line-height: 22px;
    }

    .text-block-3-centered.success {
        font-size: 16px;
    }

    .s6 {
        padding-left: 11px;
        padding-right: 11px;
    }

    .container-s6 {
        padding: 35px 0;
    }

    .items {
        margin-left: 0;
        margin-right: 0;
        font-size: 13px;
    }

    .text-block-6 {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .text-block-6-copy {
        font-size: 12px;
        line-height: 18px;
    }

    .items-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    .container-2 {
        padding: 35px 11px;
    }

    .testimonial-quote {
        font-size: 19px;
        line-height: 24px;
    }

    .testimonial-quote-icon {
        width: 30px;
    }

    .testimonial-author-image-three {
        margin-right: 16px;
    }

    .container-3 {
        max-width: none;
        padding: 35px 11px;
    }

    .bold-text-7,
    .bold-text-8 {
        font-size: 18px;
    }

    .bold-text-8.success {
        font-size: 36px;
    }

    .container-3-copy-pink {
        max-width: none;
        padding: 35px 11px;
    }

    .cf-footer-info,
    .cf-form-heading-28px {
        font-size: 16px;
    }

    .cf-form-gradient-submit {
        background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto;
    }

    .cf-form-heading {
        margin-bottom: 16px;
        font-size: 22px;
    }

    .s11---form {
        padding: 35px 11px;
    }

    .cf-form-paragraph {
        margin-bottom: 0;
        font-size: 16px;
    }

    .cf-footer-info-contain {
        align-items: center;
    }

    .cf-send-message-form {
        padding: 20px 16px;
    }

    .cf-borders-text-field {
        height: 40px;
        margin-bottom: 10px;
        padding: 0 14px;
        font-size: 15px;
    }

    .cf-info-heading {
        margin-bottom: 4px;
    }

    .cf-footer-headings-wrap {
        margin-left: 16px;
    }

    .cf-form-main-wrapper {
        padding: 36px 20px 20px;
    }

    .cf-borders-text-field-dropdown {
        padding-left: 14px;
        font-size: 16px;
    }

    ._100-button {
        font-size: 14px;
    }

    .brix---container-default {
        padding-left: 20px;
        padding-right: 20px;
    }

    .brix---footer-bottom-v4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brix---footer-logo {
        width: 50%;
        max-width: 240px;
    }

    .brix---mg-bottom-0 {
        font-size: 11px;
    }

    .column-10 {
        padding-left: 0;
        padding-right: 0;
    }

    .icon,
    .icon-2 {
        display: none;
    }

    .sysf-button.sysf-medium {
        align-self: stretch;
    }

    .sysf-form.sysf-form-horizontal {
        flex-direction: column;
    }

    .sysf-input.sysf-medium {
        margin-bottom: 0.5rem;
    }

    .sysf-input.sysf-medium.sysf-horizontal {
        margin-bottom: 8px;
        margin-right: 0;
    }
}

#w-node-_36e8468a-6048-d706-9bd7-bf8081c8eff0-80811d7c {
    justify-self: start;
}

@media screen and (max-width: 767px) {
    #w-node-_36e8468a-6048-d706-9bd7-bf8081c8eff0-80811d7c {
        justify-self: center;
    }
}

@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-BoldItalic.ttf") format("truetype"), url("../fonts/MontserratAlternates-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-ExtraBold.ttf") format("truetype"), url("../fonts/MontserratAlternates-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Montserratalternates";
    src: url("../fonts/MontserratAlternates-ExtraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
