.hero-desc {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-left: 3px solid #0096DD;
}
.hero-desc span {
    font-size: 24px;
    line-height: 140%;
    color: #061C26;
}
.hero-desc span.highlight-text {
    font-family: 'Outfit', sans-serif!important;
    font-weight: 600;
    background: #8fdbff;
    padding-left: 3px;
    padding-right: 3px;
}
.hero-text .hero-candlestick-chart {
    bottom: -100px;
    left: 245px;
    top: unset;
}
.emet-services .emet-advantages__inner {
    max-width: unset;
    text-align: center;
}
.emet-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
}
.emet-services .emet-advantages-list {
    padding: 28px 32px;
    text-align: left;
}
.emet-services .serv-icon {
    width: 60px;
    height: 60px;
}
.emet-services .emet-advantages-list span {
    margin-top: 15px;
    display: block;
    color: #fff;
    font-size: 20px;
}
.emet-advantages-list__body > svg {
    position: absolute;
    width: 80%;
    right: -24px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 0;
}
.request-quote {
    padding-top: 0!important;
}

.how-it-works {
    margin-top: 0!important;
}

.platforms {
    padding-bottom: 100px!important;
}

.options {
    padding-bottom: 100px;
}

.options__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px;
    align-items: center;
}

.options__grid .emet-advantages-list {
    max-width: 100%;
    width: 100%;
    background: #fff;
    padding: 60px 28px;
    height: 100%;
    align-items: center;
    display: flex;
}

.options .emet-advantages-list__body ul {
    gap: 14px;
}

.flex-col {
    display: flex;
    flex-flow: column;
    grid-gap: 20px;
    margin-top: 20px;
}
.flx-1 {
    padding: 24px;
    background: #E0EAF4;
}
.flx-2 {
    padding: 24px;
    background: linear-gradient(138.32deg, #8FDBFF 8.04%, #0096DD 100%);
}
.flx-text {
    max-width: 75%;
}
.flx-text .opt {
    color: #FF181F;
    font-size: 16px;
}
.flx-text h3 {
    font-size: 24px!important;
    color: #061C26;
    line-height: 120%;
    font-weight: 400!important;
}
.testimonial-slider__container {
    padding-bottom: 0!important;
}
.flx-text .sp-text {
    color:#061C2699;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}
.flx-1, .flx-2 {
    position: relative;
}
.flx-1 img, .flx-2 img {
    position: absolute;
    right: 0;
    width: 25%;
    bottom: 0;
}
.flx-2 .opt {
    color:#0096DD;
}
.flx-2 h3 {
    color: #fff!important;
}
.flx-2 .sp-text {
    color: #FFFFFFE5;
}
.options .emet-advantages-list__body svg, .options .emet-advantages-list__body li .ico {
    width: 40px!important;
    height: 40px!important;
    min-width: 40px!important;
}
.fam {
    color: #061C2699;
    font-size: 20px;
    line-height: 140%;
}
.options-block h3 {
    font-weight: 700;
    font-size: 28px;
    color: #061C26;
    line-height: 140%;
}

.options__grid .emet-advantages-list ul li span {
    color: #061C26;
}

.options__grid .emet-advantages-list ul li b {
    color: #061C26;
}
.g1m, .g2m {
    display: none;
}
#advantage {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%)!important;
}
.form-x {
    display: none;
}
#request-quote .form-x {
    display: block;
}
#request-quote .request-quote__wrapper {
    padding: 80px 0 80px;
}
.emet-advantages__media-bg {
    z-index: 0!important;
}
.how-it-works__support-text {
    max-width: unset!important;
}
.request-quote__head span {
    color: #fff;
    z-index: 10;
    margin-top: 20px;
    font-size: 20px;
    display: block;
    line-height: 140%;
    font-weight: 400;
}

.form-x {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

@media (max-width: 1024px) {
    .hero-desc span {
        font-size: 18px;
        line-height: 140%;
        color: #061C26;
    }
    .form-x {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
    }
    .request-quote__head span {
        font-size: 18px;
    }
    .hero-desc {
        max-width: 280px!important;
        display: block;
    }
    .options__grid .emet-advantages-list {
        padding: 28px;
    }
    .flex-col {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
    }
    .flx-1 .g1, .flx-2 .g2 {
        display: none;
    }
    .flx-1, .flx-2 {
        padding-bottom: 0;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
    .flx-text {
        max-width: 100%;
    }
    .g1m, .g2m {
        position: relative!important;
        display: block;
        width: 100%!important;
    }
    .hero-text .hero-candlestick-chart {
        display: none!important;
    }
    .emet-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .emet-services .emet-advantages-list span {
        font-size: 18px;
    }
    .options__grid {
        grid-template-columns: 1fr;
    }
    .options-block h3 {
        font-size: 20px!important;
    }
    .flx-text .sp-text {
        font-size: 16px!important;
    }
}
@media (max-width: 767px) {
    .hero-desc span {
        font-size: 16px;
        line-height: 140%;
        color: #061C26;
    }
    .request-quote__head span {
        font-size: 16px;
    }
    .hero-desc {
        max-width: 100%!important;
        display: block;
    }
    .emet-grid {
        grid-template-columns: 1fr;
    }
    .emet-services .emet-advantages-list span {
        font-size: 16px;
    }
    .emet-services .emet-advantages-list__body {
        display: flex;
        align-items: center;
        grid-gap: 15px;
    }
    .emet-services .emet-advantages-list span{
        margin-top: 0;
    }
    .emet-grid .emet-advantages-list {
        width: 100%;
        max-width: unset;
    }
    .form-x {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
    }
    .emet-services .emet-advantages__body {
        justify-content: center;
    }
    .emet-advantages-list__body > svg {
        width: 70%;
        height: 90%;
    }
}