* {
    margin: 0;
    outline: none;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-bg {
    background: #0b0b0b;
    opacity: 0.8;
    overflow: hidden;
    z-index: 1042;
}
.mfp-bg,
.mfp-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.mfp-wrap {
    -webkit-backface-visibility: hidden;
    outline: none !important;
    z-index: 1043;
}
.mfp-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    left: 8px;
    margin-top: -0.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    z-index: 1046;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.mfp-close {
    color: #fff;
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: -16px;
    text-align: center;
    text-decoration: none;
    top: -44px;
    width: 44px;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: -43px;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%;
}
.mfp-counter {
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}
.mfp-arrow {
    -webkit-tap-highlight-color: transparent;
    height: 110px;
    margin: -55px 0 0;
    opacity: 0.65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    border: inset transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 35px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    width: 0;
}
.mfp-arrow:after {
    border-bottom-width: 13px;
    border-top-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-bottom-width: 21px;
    border-top-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    border-right: 27px solid #3f3f3f;
    margin-left: 25px;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}
.mfp-iframe-scaler iframe {
    background: #000;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
img.mfp-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
    width: auto;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-figure:after {
    background: #444;
    bottom: 40px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%;
}
.mfp-title {
    word-wrap: break-word;
    color: #f3f3f3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        bottom: 0;
        top: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, 0.6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px;
    }
}
@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
}
.white-popup {
    background: transparent;
    margin: 44px auto;
    max-width: 800px;
    padding: 0;
    position: relative;
    width: auto;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
#hva235 {
    color: #000;
    font-family: neue-haas-grotesk-display, sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38;
    width: 100%;
}
@media screen and (min-width: 750px) {
    #hva235 {
        font-size: 18px;
        line-height: 1.33;
    }
}
#hva235 strong {
    font-weight: 700;
}
#hva235 a,
#hva235 a:hover {
    text-decoration: none;
}
#hva235 p {
    margin: 0;
}
#hva235 h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px;
}
@media screen and (min-width: 750px) {
    #hva235 h2 {
        font-size: 40px;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 h2 {
        margin: 0 0 30px;
    }
}
#hva235 h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
#hva235 .undrline {
    position: relative;
    z-index: 1;
}
#hva235 .undrline:after {
    background: #c00;
    bottom: 5px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
@media screen and (min-width: 750px) {
    #hva235 .undrline:after {
        bottom: 8px;
        height: 6px;
    }
}
#hva235 .contr {
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
#hva235 .content {
    margin: 0 auto;
    max-width: 1320px;
    padding-left: 8.2%;
    padding-right: 8.2%;
}
@media screen and (min-width: 1000px) {
    #hva235 .content {
        padding-left: 64px;
        padding-right: 64px;
    }
}
#hva235 .bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#hva235 .rw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#hva235 .rw.middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#hva235 .colmn {
    width: 100%;
}
#hva235 a.btn {
    background: #c00;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-top: 30px;
    padding: 14px 24px;
    text-align: center;
    text-decoration: none;
}
@media screen and (min-width: 1000px) {
    #hva235 a.btn {
        padding: 17px 40px;
    }
}
#hva235 a.btn:after {
    background-image: url(../images/icon-arrow-boxed.png);
    background-size: contain;
    content: "";
    display: inline-block;
    height: 22px;
    margin-left: 17px;
    vertical-align: -5px;
    width: 22px;
}
@media screen and (min-width: 1000px) {
    #hva235 a.btn:after {
        height: 31px;
        margin-left: 22px;
        vertical-align: -9px;
        width: 31px;
    }
}
#hva235 a.btn:hover {
    text-decoration: none;
}
#hva235 .sec-01 * {
    color: #000;
}
#hva235 .sec-01.bg {
    background-image: url(../images/img-header-bg-mobile.webp);
    background-position: 50% 97%;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-01.bg {
        background-image: url(../images/img-header-bg.webp);
        background-position: 66% 50%;
    }
}
#hva235 .sec-01 .content {
    padding-bottom: 75%;
    padding-top: 25px;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-01 .content {
        padding-bottom: 19%;
        padding-top: 60px;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 .sec-01 .content {
        padding-bottom: 16%;
        padding-top: 4.5%;
    }
}
#hva235 .sec-01 .content-wrap {
    max-width: 358px;
}
@media screen and (min-width: 1000px) {
    #hva235 .sec-01 .content-wrap {
        max-width: 580px;
    }
}
@media screen and (min-width: 1200px) {
    #hva235 .sec-01 .content-wrap {
        max-width: 710px;
    }
}
#hva235 .sec-01 h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 16px;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-01 h1 {
        font-size: 62px;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 .sec-01 h1 {
        font-size: 70px;
        margin-bottom: 40px;
    }
}
#hva235 .sec-01 p {
    max-width: 250px;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-01 p {
        font-size: 24px;
        line-height: 1.25;
        max-width: 710px;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 .sec-01 p {
        margin-bottom: 5px;
    }
}
#hva235 .sec-01 img {
    display: block;
    margin-bottom: 40px;
    width: 278px;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-01 img {
        margin-bottom: 60px;
        width: 314px;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 .sec-01 img {
        width: 325px;
    }
}
#hva235 .sec-02 {
    background: #f0f0f0;
    bottom: auto;
    margin: 0 auto 0 50%;
    min-width: 280px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s;
    width: 100%;
    z-index: 2;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-02 {
        min-width: 740px;
    }
}
#hva235 .sec-02 * {
    color: #000;
}
#hva235 .sec-02 .content {
    max-width: 780px;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-02 .content {
        padding-bottom: 46px;
        text-align: left;
    }
}
#hva235 .sec-02 .rw {
    margin: 0 -18px;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-02 .rw {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
#hva235 .sec-02 .colmn {
    padding: 0 18px;
}
#hva235 .sec-02 .colmn.img {
    padding-bottom: 20px;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-02 .colmn.img {
        padding-bottom: 0;
        width: auto;
    }
    #hva235 .sec-02 .colmn.txt {
        width: auto;
    }
}
#hva235 .sec-02 h3 {
    margin: 0 0 16px;
}
#hva235 .sec-02 img {
    width: 190px;
}
#hva235 .sec-02 .btn {
    margin-top: 24px;
}
#hva235 .sec-03 * {
    color: #000;
}
#hva235 .sec-03 .content {
    padding-top: 40px;
    text-align: center;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-03 .content {
        max-width: 1000px;
        padding-top: 58px;
    }
}
#hva235 .sec-03 p {
    margin: 0 auto;
    max-width: 770px;
}
#hva235 .sec-03 .line {
    background: #b4b4bc;
    display: inline-block;
    height: 4px;
    margin-bottom: 36px;
    margin-top: 40px;
    width: 255px;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-03 .line {
        margin-bottom: 55px;
        margin-top: 60px;
    }
}
#hva235 .sec-04 * {
    color: #000;
}
#hva235 .sec-04 .content {
    padding-bottom: 60px;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-04 .content {
        padding-top: 6px;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 .sec-04 .content {
        padding-bottom: 100px;
    }
}
#hva235 .sec-04 .rw {
    margin: 0 -25px;
}
#hva235 .sec-04 .colmn {
    padding: 40px 25px 0;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-04 .colmn {
        padding-top: 54px;
        width: 50%;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 .sec-04 .colmn {
        padding-top: 60px;
        width: 25%;
    }
}
#hva235 .sec-04 h3 {
    margin: 16px 0 12px;
}
#hva235 .sec-04 img {
    height: 70px;
}
#hva235 .sec-05 * {
    color: #fff;
}
#hva235 .sec-05 .rw {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#hva235 .sec-05 .colmn {
    background-position: 10% 50%;
    margin-bottom: 6px;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-05 .colmn {
        margin-bottom: 10px;
        width: calc(50% - 5px);
    }
}
@media screen and (min-width: 1000px) {
    #hva235 .sec-05 .colmn {
        margin-bottom: 16px;
        position: relative;
        width: calc(50% - 8px);
    }
}
#hva235 .sec-05 .colmn:first-child {
    background-image: url(../images/img-solution-profile.webp);
}
#hva235 .sec-05 .colmn:nth-child(2) {
    background-image: url(../images/img-embrace-future-desktop.webp);
}
#hva235 .sec-05 .colmn-wrap {
    padding: 40px 8.2%;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-05 .colmn-wrap {
        padding: 60px 9.7%;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 .sec-05 .colmn-wrap {
        padding: 74px 15% 175px;
    }
}
@media screen and (min-width: 1300px) {
    #hva235 .sec-05 .colmn-wrap {
        max-width: 76%;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 .sec-05 .btn-wrap {
        bottom: 0;
        position: absolute;
        right: 0;
    }
}
@media screen and (min-width: 750px) {
    #hva235 .sec-06 {
        margin-bottom: 0;
    }
}
#hva235 .sec-06 * {
    color: #fff;
}
#hva235 .sec-06.bg {
    background-image: url(../images/img-esg-tests-desktop.webp);
    background-position: 25% 50%;
}
#hva235 .sec-06 .content {
    padding-bottom: 40px;
    padding-top: 40px;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-06 .content {
        padding-bottom: 80px;
        padding-top: 80px;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 .sec-06 .content {
        padding-bottom: 160px;
        padding-top: 150px;
    }
}
@media screen and (min-width: 750px) {
    #hva235 .sec-06 .content-wrap {
        margin-left: auto;
        max-width: 416px;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 .sec-06 .content-wrap {
        max-width: 505px;
    }
}
#hva235 section.sec-07.sec-slider {
    background: #f0f0f0;
    overflow: hidden;
}
#hva235 section.sec-07.sec-slider * {
    color: #000;
}
#hva235 section.sec-07.sec-slider .header {
    padding: 40px 32px 20px;
    text-align: center;
}
@media screen and (min-width: 750px) {
    #hva235 section.sec-07.sec-slider .header {
        padding: 60px 62px 20px;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 section.sec-07.sec-slider .header {
        padding: 80px 32px 28px;
    }
}
#hva235 section.sec-07.sec-slider .header br {
    display: block;
}
#hva235 section.sec-07.sec-slider .content {
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 1000px) {
    #hva235 section.sec-07.sec-slider .content {
        margin: 0 auto;
        max-width: 1366px;
        padding-left: 0;
    }
}
@media screen and (min-width: 1366px) {
    #hva235 section.sec-07.sec-slider .content {
        padding-left: 0;
    }
}
@media screen and (min-width: 1566px) {
    #hva235 section.sec-07.sec-slider .content {
        max-width: 1566px;
        padding-left: 0;
    }
}
#hva235 section.sec-07.sec-slider .colmn {
    background: #fff;
    display: block;
    width: 293px;
}
@media screen and (min-width: 750px) {
    #hva235 section.sec-07.sec-slider .colmn {
        width: 314px;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 section.sec-07.sec-slider .colmn {
        width: 352px;
    }
}
#hva235 section.sec-07.sec-slider .colmn img {
    width: 100%;
}
#hva235 section.sec-07.sec-slider .colmn .copy-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    text-align: left;
}
@media screen and (min-width: 750px) {
    #hva235 section.sec-07.sec-slider .colmn .copy-container {
        height: 282px;
        padding: 27px;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 section.sec-07.sec-slider .colmn .copy-container {
        height: 100%;
        padding: 30px;
    }
}
#hva235 section.sec-07.sec-slider .colmn .copy-container h2 {
    margin-bottom: 12px;
    text-align: left;
}
@media screen and (min-width: 750px) {
    #hva235 section.sec-07.sec-slider .colmn .copy-container h2 {
        font-size: 24px;
        width: 100%;
    }
}
#hva235 section.sec-07.sec-slider .colmn .copy-container p {
    color: #001933;
    height: 100%;
    margin-bottom: 20px;
}
#hva235 section.sec-07.sec-slider .colmn .copy-container .cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: flex-end;
}
#hva235 section.sec-07.sec-slider .colmn .copy-container .cta a {
    color: #c00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    padding: 4px 9px 0 4px;
}
#hva235 section.sec-07.sec-slider .colmn .copy-container .cta a:after {
    display: none;
}
#hva235 section.sec-07.sec-slider .colmn .copy-container .cta img {
    height: 16px;
    width: 16px;
}
#hva235 section.sec-07.sec-slider .colmn .copy-container .cta_right-arrow {
    margin: 1px 0 0 10px;
}
@media screen and (min-width: 1000px) {
    #hva235 section.sec-07.sec-slider .colmn .copy-container .cta_right-arrow {
        margin: 2px 0 0 10px;
    }
}
#hva235 section.sec-07.sec-slider .slick-list {
    margin-bottom: 30px;
    margin-right: -200px;
    padding-left: 26px;
    padding-right: 217px;
    width: calc(100% + 200px);
}
@media screen and (min-width: 750px) {
    #hva235 section.sec-07.sec-slider .slick-list {
        padding-left: 54px;
        padding-right: 249px;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 section.sec-07.sec-slider .slick-list {
        margin-right: 0;
        max-width: 100%;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }
}
#hva235 section.sec-07.sec-slider .slick-track {
    height: 100%;
}
@media screen and (min-width: 1200px) {
    #hva235 section.sec-07.sec-slider .slick-track {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
    }
}
#hva235 section.sec-07.sec-slider .slick-arrow {
    -ms-flex-negative: 0;
    background: transparent;
    background-image: url(../images/icon-scroll-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    border: none;
    bottom: 2px;
    flex-shrink: 0;
    height: 34px;
    left: 20vw;
    overflow: hidden;
    position: absolute;
    text-indent: -1000px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 34px;
}
@media screen and (min-width: 750px) {
    #hva235 section.sec-07.sec-slider .slick-arrow {
        left: 35vw;
    }
}
@media screen and (min-width: 1200px) {
    #hva235 section.sec-07.sec-slider .slick-arrow {
        display: none !important;
    }
}
#hva235 section.sec-07.sec-slider .slick-arrow.slick-next {
    left: 70vw;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media screen and (min-width: 750px) {
    #hva235 section.sec-07.sec-slider .slick-arrow.slick-next {
        left: 60vw;
    }
}
#hva235 section.sec-07.sec-slider .slick-arrow.slick-disabled {
    cursor: default;
    -webkit-filter: invert(0);
    filter: invert(0);
    outline: none !important;
}
#hva235 section.sec-07.sec-slider .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 22.2px;
    justify-content: center;
    /* left: 116px; */
    padding-bottom: 28px;
    position: absolute;
    width: 126px;
}
@media screen and (max-width: 1200px) {

    #hva235 section.sec-07.sec-slider .slider-wrap{
        width: 100% !important;
    }
    #hva235 section.sec-07.sec-slider .slick-dots {
        left: unset;
    }
}

/* @media screen and (min-width: 769px) and (max-width: 1024px) {
    #hva235 section.sec-07.sec-slider .slick-dots {
        left: 441px;
    }
} */


@media screen and (min-width: 1200px) {
    #hva235 section.sec-07.sec-slider .slick-dots {
        display: none;
    }
}
#hva235 section.sec-07.sec-slider .slick-dots li {
    -ms-flex-item-align: center;
    align-self: center;
    height: 7px;
    margin-right: 6px;
}
@media screen and (min-width: 1200px) {
    #hva235 section.sec-07.sec-slider .slick-dots li {
        display: none;
    }
}
#hva235 section.sec-07.sec-slider .slick-dots li:last-child {
    margin-right: 0;
}
#hva235 section.sec-07.sec-slider .slick-dots button {
    background: #b4b4bc;
    border: none;
    border-radius: 50%;
    height: 7px;
    overflow: hidden;
    text-indent: -1000px;
    width: 7px;
}
#hva235 section.sec-07.sec-slider .slick-dots .slick-active button {
    background: #c00;
}
#hva235 section.sec-07.sec-slider .slider-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (min-width: 750px) {
    #hva235 section.sec-07.sec-slider .slider-wrap {
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 1200px) {
    #hva235 section.sec-07.sec-slider .slider-wrap {
        gap: 40px;
        margin-bottom: 60px;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 100px;
        padding-left: 0;
        width: 100%;
    }
}
#hva235 section.sec-07.sec-slider .slide {
    display: block;
}
#hva235 section.sec-07.sec-slider .slide-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0 8px;
    min-height: 372px;
    min-width: 293px;
    width: 293px;
}
@media screen and (min-width: 750px) {
    #hva235 section.sec-07.sec-slider .slide-wrap {
        min-width: 314px;
        width: 314px;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 section.sec-07.sec-slider .slide-wrap {
        margin: 0 20px;
        min-width: 352px;
        width: 352px;
    }
}
#hva235 section.sec-07.sec-slider .slide-wrap .col-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
#hva235 section.sec-07.sec-slider a {
    border-bottom: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.14;
    padding: 0 0 7px;
}
@media screen and (min-width: 1000px) {
    #hva235 section.sec-07.sec-slider a {
        font-size: 18px;
    }
}
#hva235 section.sec-07.sec-slider a:after {
    background-image: url(../images/icon-scroll-right.svg);
    background-size: cover;
    content: "";
    display: inline-block;
    height: 17.1px;
    margin-left: 22px;
    top: calc(50% - 8.55px);
    vertical-align: middle;
    width: 17.1px;
}
#hva235 section.sec-07.sec-slider .line {
    background: #fff;
    margin-bottom: 0;
}
#hva235 .sec-08 * {
    color: #000;
}
#hva235 .sec-08.bg {
    background-image: url(../images/img-contact-us-bg-desktop.webp);
    background-position: 0 40%;
}
@media screen and (min-width: 554px) {
    #hva235 .sec-08.bg {
        background-position: 50% 40%;
    }
}
#hva235 .sec-08 .content {
    padding-bottom: 40px;
    padding-top: 40px;
}
@media screen and (min-width: 750px) {
    #hva235 .sec-08 .content {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}
@media screen and (min-width: 1000px) {
    #hva235 .sec-08 .content {
        padding-bottom: 80px;
        padding-top: 80px;
    }
}
@media screen and (min-width: 1500px) {
    #hva235 .sec-08 .content {
        padding-bottom: 5.6%;
        padding-top: 5.6%;
    }
}
#hva235 .sec-08 p {
    max-width: 429px;
}
#hva235 body.no-webp .sec-01.bg {
    background-image: url(../images/img-header-bg-mobile.jpg);
}
@media screen and (min-width: 750px) {
    #hva235 body.no-webp .sec-01.bg {
        background-image: url(../images/img-header-bg.jpg);
    }
}
#hva235 body.no-webp .sec-05 .colmn:first-child {
    background-image: url(../images/img-solution-profile.jpg);
}
#hva235 body.no-webp .sec-05 .colmn:nth-child(2) {
    background-image: url(../images/img-embrace-future.jpg);
}
#hva235 body.no-webp .sec-06.bg {
    background-image: url(../images/img-esg-tests-desktop.jpg);
}
#hva235 body.no-webp .sec-08.bg {
    background-image: url(../images/img-contact-us-bg-desktop.jpg);
}
#hva235 .slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#hva235 .slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#hva235 .slick-list:focus {
    outline: none;
}
#hva235 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
#hva235 .slick-slider .slick-list,
#hva235 .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#hva235 .slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
}
#hva235 .slick-track:after,
#hva235 .slick-track:before {
    content: "";
    display: table;
}
#hva235 .slick-track:after {
    clear: both;
}
.slick-loading #hva235 .slick-track {
    visibility: hidden;
}
#hva235 .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] #hva235 .slick-slide {
    float: right;
}
#hva235 .slick-slide img {
    display: block;
}
#hva235 .slick-slide.slick-loading img {
    display: none;
}
#hva235 .slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized #hva235 .slick-slide {
    display: block;
}
.slick-loading #hva235 .slick-slide {
    visibility: hidden;
}
.slick-vertical #hva235 .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}
#hva235 .slick-arrow.slick-hidden {
    display: none;
}
/*# sourceMappingURL=styles.min.css.map */
