@media (min-width: 0px){
    html {
        font-size: 10px;
    }
}
@media (min-width: 600px){
    html {
        font-size: 16px;
    }
}
.wrapper {
    overflow: hidden;
    zoom: 90%;
}
@media (max-width: 960px) {
    .wrapper {
        zoom: 100%;
    }
}
body{
    background: #fff;
    color: #66727F;
}
.page-template-page-aetnasysco main{
    overflow: hidden;
}
.container{
    max-width: 1360px;
    padding: 0 40px;
}
.container_v2{
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}
.m-40{
    margin-bottom: 80px;
}
@media only screen and (max-width: 699px){
    .container {
        padding: 0 20px;
    }
    .video-section .container{
        padding: 0;
    }
    .video-section .container>*:not(.video-section-content){
        padding: 0 25px;
    }
    .m-40{
        margin-bottom: 60px;
    }
}
.banner-section .banner-section__info .btn{
    background: #FFB59D;
    color:#66483F;
    height: 58px;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 500;
    white-space: nowrap;
    font-size: 20px;
    border: 2px solid #FFB59D;
}
.banner-section .banner-section__info .btn:hover{
    background: #FFC4B1;
    border: 2px solid #FFC4B1;
}
.banner-section .banner-section__info .btn:active{
    color:#33241F;
    border: 2px solid #FFB59D;
    background: #FFB59D;
}

.btn,.header-menu .btn,.header-dark .header-menu .btn, .form-main .btn{
    background: #355074;
    color:#fff;
    height: 58px;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 500;
    white-space: nowrap;
    font-size: 20px;
    border: 2px solid #355074;
}
.form-main .btn{
    padding: 10px;
}
.btn:hover,.header-menu .btn:hover,.header-dark .header-menu .btn:hover{
    background: #355074;
    border: 2px solid #355074;
    opacity: 0.9;
    color:#fff;
}
.btn:active,.header-menu .btn:active,.header-dark .he2894ader-menu .btn:active{
    color:#e3e3e3;
    border: 2px solid #355074;
    background: #355074;
    opacity: 0.9;
}
@media screen and (max-width: 640px) {
    .btn,.header-menu .btn,.header-dark .header-menu .btn,.banner-section .banner-section__info .btn, .form-main .btn{
        width: 100%;
    }
}
.banner-section .banner-section__info .btn{
    padding: 13px 31px;
    height: 64px;
    font-size: 24px;
    font-weight: 600;
    min-width: 326px;
}
.page-template-page-aetnasysco .banner-section .banner-section__info .btn{
    font-size: 28px;
}
::-webkit-scrollbar {
    width: 14px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background: rgba(36, 47, 80, 0.25);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(36, 47, 80, 0.35);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(36, 47, 80, 0.45);
}

.header{
    padding: 0;
    position: relative;
    background: transparent;
}
.header-content{
    max-width: none;
    padding: 25px 0 25px;
}

.header-main .justify-content-center{
    max-width: 380px;
}
@media only screen and (max-width: 699px){
    .header {
        padding: 25px 0;
    }
    .header-content{
        padding: 0 !important;
    }
    .header-main .justify-content-center{
        align-items: flex-start;
    }
}
.header.fixed {
    background: #FBF8F7;
    padding: 20px 0;
    position: fixed;
    -webkit-box-shadow: 0 -2px 16px rgb(216 216 216 / 25%);
    box-shadow: 0 -2px 16px rgb(216 216 216 / 25%);
    -webkit-animation: show_header .25s ease-in-out both;
    animation: show_header .25s ease-in-out both;
}
.header.fixed .header-top,
.header.fixed .header-nav_top{
    display: none;
}
.header.fixed .header-main{
    padding: 0;
}
@-webkit-keyframes show_header{
    from{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes show_header{
    from{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.header.show-menu {
    position: fixed;
}

.header-menu{
    justify-content: flex-end;
    flex:1;
}
.header-menu-link {
    color:#66727F;
    margin-right: 25px;
    white-space: nowrap;
}
.header-menu-link.active{
    font-weight: 600;
}
.aetna-logo{
    display: flex;
    align-items: center;
    z-index: 2;
}
.header-logo{
    border-right: 1px #C2C7CC solid;
    display: flex;
    align-items: center;
    padding-right: 25px;
    margin-right: 25px;
    position: relative;
    z-index: 2;
    max-width: 300px;
}
.header-logo img{
    max-width: 100%;
}
.header.fixed{
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
}
.header-top {
    background: #ECFBFA;
    min-height: 56px;
}

@media (max-width: 859px) {
    .header-top {
        display: none;
    }
    .header-menu-link{
        text-transform: capitalize;
    }
}
.header-nav_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 859px) {
    .header-nav_wrap {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 65px;
    }
    .header-nav_wrap .row {
        display: block;
        margin-bottom: 27px;
    }
}
.header-nav_top {
    min-height: 56px;
    padding: 14px 0 0;
    text-align: right;
    position: relative;
    right: 0;
}

.header-nav_top li {
    float: left;
    margin-left: 20px;
    margin-right: 0;
}

.header-nav_top li a {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: 0.025px;
    color: #3B5B80;
}
.header-nav_top li:last-child a{
    margin-right: 0;
}
.header-nav_top li.current-menu-item a{
    font-weight: 700;
}
.show-mobile{
    display: none;
}
@media (max-width: 1080px) {
    .show-mobile{
        display: block;
    }
    .header-top{
        display: none;
    }
}
@media (max-width: 1279px) {
    .header-nav_top li {
        margin-left: 26px;
    }
}

.header-nav_top .row {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 859px) {
    .header-nav_top {
        position: static;
        padding: 55px 62px 12px;
        display: block;
        margin: 0 -61px;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .header-nav_top li {
        margin: 0 0 35px;
    }
    .header-nav_top li a {
        font-size: 16px;
    }
}
.btn-menu .line,
.btn-menu .line:after,
.btn-menu .line::before{
    background: #355074;
}
.btn-menu {
    width: 24px;
    position: relative;
    height: 24px;
    display: none;
    background: none;
    padding: 0;
    right: 0;
    border: 0;
    top:0;
}
.btn-menu.close{
    background: none;
    top:0;
}
.btn-menu .line {
    width: 100%;
    height: 1px;
    background: #3B5B80;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    border-radius: 50px;
    -webkit-transition: all 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    -o-transition: all 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: all 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.btn-menu .line:after {
    content: "";
    width: 100%;
    border-radius: 50px;
    height: 1px;
    top: -7px;
    position: absolute;
    left: 0;
    background: #3B5B80;
    -webkit-transition: all 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    -o-transition: all 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: all 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.btn-menu .line::before {
    content: "";
    width: 100%;
    border-radius: 50px;
    height: 1px;
    top: 7px;
    position: absolute;
    left: 0;
    background: #3B5B80;
    -webkit-transition: all 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    -o-transition: all 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: all 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.btn-menu.close .line {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-menu.close .line::before {
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.btn-menu.close .line::after {
    display: none;
}
.header-menu .header-menu-link.mobile{
    display: none;
}
@media (max-width: 1080px){
    .header-menu{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        font-size: 28px;
        height: 100%;
        min-height: 100vh;
        padding: 145px 40px 15px;
        background: #FBF8F7;
        font-family: 'Commissioner', sans-serif;
    }
    .header-menu .btn{
        margin-bottom: 42px;
    }
    .header-menu.show {
        display: flex;
    }
    .btn-menu {
        display: block;
    }
    .header-menu .header-menu-link.mobile{
        display: block;
    }
}

@media only screen and (max-width: 767px){
    .header-menu {
        min-height: 100vh;
    }
}
@media only screen and (max-width: 699px){
    .header-menu {
        padding: 85px 25px 15px;
    }
}
@media only screen and (max-width: 374px){
    .header-menu {
        font-size: 20px;
        padding: 90px 25px 15px;
    }
}
.page-template-page-aetnasysco-faq .wrapper {
    overflow: visible;
}
.page-template-page-aetnasysco-faq .faq-page-second{
    padding-top: 80px;
}
.page-template-page-aetnasysco-faq main{
    overflow: visible;
}
main{
    padding-top: 0;
}
.page-template-page-aetnasysco main{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
/* banner */
.banner-section{
    background: #355074 url("data:image/svg+xml,%3Csvg width='73' height='400' viewBox='0 0 73 400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M-166.201 0.0648475C-47.4394 -3.27453 16.9469 123.956 51.8613 237.519C84.5508 343.845 86.2711 466.694 -1.87808 534.543C-96.5723 607.431 -233.762 604.301 -326.079 528.425C-405.966 462.764 -379.477 347.781 -349.528 248.805C-316.547 139.812 -280.03 3.26551 -166.201 0.0648475Z' fill='%23FFF0EB'/%3E%3C/svg%3E%0A") no-repeat left bottom;
    padding: 75px 0;
    position: relative;
    display: block;
    overflow: hidden;
    min-height: auto;
}
/*.page-template-page-aetnasysco::before{
    content: '';
    background: url("data:image/svg+xml,%3Csvg width='335' height='669' viewBox='0 0 335 669' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M553.504 51.5731C510.117 21.1748 387.337 -51.7802 194.621 60.0521C26.527 164.113 -44.6223 240.305 28.7989 403.643C102.218 566.977 361.057 675.925 541.146 668.657C721.232 661.383 845.014 648.298 922.552 415.778C950.883 287.875 900.751 211.541 858.613 186.454C792.536 147.114 596.898 81.9632 553.504 51.5731Z' fill='%23ECFBFA'/%3E%3C/svg%3E%0A") no-repeat top right;
    display: block;
    position: absolute;
    top: 250px;
    right: 0;
    height: 669px;
    width: 100%;
    z-index: 0;
}
.page-template-page-aetnasysco::after{
    content: '';
    background: url("data:image/svg+xml,%3Csvg width='202' height='588' viewBox='0 0 202 588' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M212.799 0.0643592C331.561 -3.27502 395.947 123.956 430.861 237.518C463.551 343.845 465.271 466.693 377.122 534.543C282.428 607.43 145.238 604.3 52.9211 528.424C-26.9662 462.764 -0.477283 347.781 29.4722 248.805C62.4527 139.812 98.9701 3.26503 212.799 0.0643592Z' fill='%23FFE1D8'/%3E%3C/svg%3E%0A")  no-repeat top right;
    display: block;
    position: absolute;
    top: 120px;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}*/
.banner-section>*{
    z-index: 1;
}
.banner-section .form-main{
    background: transparent;
    padding: 0;
    width: 100%;
}
.banner-section .container{
    position: static;
    padding-top: 0;
    padding-bottom: 0;
}
.banner-section .container .container{
    padding: 0;
}
/*.banner-section .container:first-child {
    width: 100%;
    position: relative;
    padding-top: 167px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-transition: padding .25s linear;
    -o-transition: padding .25s linear;
    transition: padding .25s linear;
}*/
.banner-section .row {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner-section .row.btn-wrap{
    justify-content: flex-start;
}
.banner-section .row.btn-wrap .btn:first-child{
    margin-right: 40px;
}
.banner-section .row .banner-section__fig{
    flex: 0 0 40%;
    max-width: 40%;
}
.page-template-page-aetnasysco .banner-section .row .banner-section__fig{
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}
.page-template-page-aetnasysco .banner-section .row .banner-section__fig img{
    height: 100%;
    object-fit: cover;
}
.banner-section .fig{
    position: absolute;
    width: 116px;
    height: 138px;
    z-index: 2;
    top: -70px;
    right: 40px;
    background: url(../img/uhc/digital_health.png) no-repeat 0 0 ;
}
.banner-section__info{
    flex:0 0 56%;
    max-width: 56%;
    padding: 0 30px 0 0;
}
.social .banner-section__info{
    flex:0 0 50%;
    max-width: 50%;
    padding: 0 50px 0 0;
}
.banner-section__info p{
    color: #FEFEFE;
    font-weight: 400;
}
.banner-section__info small{
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    margin-top: 40px;
}
.banner-section__info .explanation{
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 148%;
    letter-spacing: 0.03em;
    margin-top: 60px;
}
/*.banner-section__fig{
    margin: -9% -24% 0 0;
}*/
.banner-section__fig .video-banner{
    position: relative;
    padding-bottom: 73.17%;
}
.banner-section__fig .video-banner iframe{
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.banner-section .h1{
    font-family: 'Source Serif Pro', serif;
    color:#355074;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: inherit;
    font-size: 4.3rem;
    margin-top: 0;
}
.page-template-page-aetnasysco .banner-section .h1{
    color: #FEFEFE;
}
.banner-section .text{
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 34px;
}
@media screen and (max-width: 1200px){
    .page-template-page-aetnasysco .banner-section .row .banner-section__fig{
        left: 40%;
    }
}
@media screen and (max-width: 1000px){
    .page-template-page-aetnasysco .banner-section .row .banner-section__fig{
        left: 35%;
    }
}

/* uhc-member-stories banner  */

.page-template-page-aetnasysco-member_stories .banner-section{
    overflow: hidden;
    padding: 84px 0 65px;
    background: #FFF0EB url("data:image/svg+xml,%3Csvg width='83' height='371' viewBox='0 0 83 371' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M-156.201 0.0643592C-37.4394 -3.27502 26.9469 123.956 61.8613 237.518C94.5508 343.845 96.2711 466.693 8.12192 534.543C-86.5723 607.43 -223.762 604.3 -316.079 528.424C-395.966 462.764 -369.477 347.781 -339.528 248.805C-306.547 139.812 -270.03 3.26503 -156.201 0.0643592Z' fill='%23627C99'/%3E%3C/svg%3E%0A") no-repeat left bottom;
    margin-bottom: 80px
}
.page-template-page-aetnasysco-member_stories .banner-section .h1,
.page-template-page-aetnasysco-member_stories .banner-section__info p{
    color: #355074;
}
.page-template-page-aetnasysco-member_stories .banner-section__fig{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.page-template-page-aetnasysco-member_stories .banner-section__fig img{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: max-content;
}
.page-template-page-aetnasysco-member_stories .banner-section__info{
    flex:0 0 49%;
    max-width: 49%;
}
.page-template-page-aetnasysco-member_stories .banner-section .text{
    margin-bottom: 40px;
}

.page-template-page-aetnasysco-member_stories .video-section .container{
    max-width: 1360px;
}
.page-template-page-aetnasysco-member_stories .member-stories-page.container{
    max-width: 1445px;
}
.page-template-page-aetnasysco-member_stories .banner-section .banner-section__info .btn{
    background: #355074;
    color: #FEFEFE;
    border: 2px solid #355074;
}
@media(max-width:1370px){
    .page-template-page-aetnasysco-member_stories .row .banner-section__fig{
        flex:0 0 100%;
        max-width: 100%;
    }
}
@media(max-width:860px){
    .page-template-page-aetnasysco-member_stories .banner-section__fig{
        margin-bottom: -30%;
    }
    .page-template-page-aetnasysco-member_stories .banner-section__fig img{
        max-width: 100%;
    }
    .page-template-page-aetnasysco-member_stories .banner-section{
        padding: 50px 0 0;
    }
}
/*end  uhc-member-stories banner  */
.wrapper-cost{
    position: absolute;
    left: 58%;
    top: 29%;
    transform: translateY(-50%);
    height: 124px;
    width: 140px;
    text-align: center;
    z-index: 10;
}
.wrapper-cost>div{
    color: #355074;
    position: relative;
    z-index: 1;
}
.wrapper-cost-title{
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    padding-top: 20px;
}
.wrapper-cost-descr{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    padding-top: 14px;
}
.wrapper-cost:before{
    background: url("data:image/svg+xml,%3Csvg width='151' height='123' viewBox='0 0 151 123' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.48938 102.683C-7.47647 74.6104 3.02287 38.2429 29.8264 16.2336C55.2944 -4.67916 91.2959 -3.64851 118.625 11.4256C143.953 25.3959 156.857 53.7003 148.091 81.4652C140.336 106.027 111.363 115.025 84.6426 119.058C55.1097 123.515 20.3751 126.854 7.48938 102.683Z' fill='%23D8F7F6'/%3E%3C/svg%3E%0A") no-repeat top left;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.wrapper-cost:after{
    background: url("data:image/svg+xml,%3Csvg width='91' height='10' viewBox='0 0 91 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.99991 7.55101C8.1436 6.1284 15.2583 5.02122 22.3978 4.15813C27.2822 3.56766 32.3887 3.2967 37.5258 2.95543C42.0661 2.65381 46.9107 2.4368 51.6288 2.4505C59.5079 2.47337 67.5552 2.66016 75.3659 3.23783C80.1411 3.59099 84.5406 4.15185 89.0933 4.69086' stroke='%23355074' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat top center;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 114px;
    z-index: 0;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 860px){
    .wrapper-cost{
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        transform-origin: top;
        left: 0;
        bottom: 10%;
        top: auto;
    }
}
.center-btn{
    margin-top: 65px;
    text-align: center;
}
.intro-call_full{
    margin: 5px 0 70px;
    height: 112px;
}
.intro-call_full .row{
    min-height: 112px;
    align-items: center;
    padding: 6.5px 0;
    justify-content: center;
}
.intro-call_full .btn{
    height: auto;
    font-weight: 600;
    padding: 0;
    background: none;
    line-height: 1.6;
    color: #355074;
    border:0;
    text-decoration: underline;
    text-transform: none;
}
.intro-call_full .btn:hover{
    box-shadow: none;
    text-decoration: none;
}
.intro-call_full .h3{
    font-weight: 700;
    font-family: 'Source Serif Pro';
    font-size: 28px;
    line-height: 1.3;
    color: #355074;
    margin: 0 30px;
}
.intro-call_full .h3 br{
    display: none;
}
.intro-call_full_wrap{
    background: #ECFBFA;
}
.intro-call_full .img{
    max-width: 66px;
}
.intro-call_full .img img{
    display: block;
}
@media(min-width:861px){
    .intro-call_full_wrap.fixed{
        position: fixed;
        z-index: 3;
        top:0;
        left: 0;
        width: 100%;
    }
}

@media (max-width: 860px) {

    .intro-call_full {
        height: auto;
        margin: 12px 0 60px;
    }

    .intro-call_full .img img {
        display: none;
    }

    .intro-call_full .h3 {
        text-align: center;
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 26px;
    }

    .intro-call_full .row {
        padding: 18px 0 26px;
    }
    .social .banner-section__info,
    .banner-section__info{
        flex:0 0 auto;
        max-width: 100%;
        padding: 0;
    }
    .banner-section{
        background: none;
        padding-bottom: 0;
    }
    .banner-section .fig{
        display: none;
    }
    .page-template-page-aetnasysco .banner-section .h1{
        color: #355074;
    }
    .banner-section .text p{
        color: #355074;

    }
    .banner-section__fig {
        padding-left: 0;
        max-width: 100%;
        width: 100%;
    }
    .page-template-page-aetnasysco .banner-section .row .banner-section__fig{
        flex: 1;
    }
    .banner-section__fig.video-banner{
        flex:0 0 auto;
        width: 100%;
        padding-bottom: 58%;
        background-size: contain;
        height: auto;
        margin: 0 auto;
        max-width: 500px;
    }
    .banner-section .row.btn-wrap .btn:first-child{
        margin-right: 0;
    }
    .banner-section .banner-section__fig img{
        position: absolute;
        width: auto;
        height: auto;
        max-width: none;
        right: -50%;
    }
    .page-template-page-aetnasysco .banner-section .row .banner-section__info{
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        order: 1;
    }
    .page-template-page-aetnasysco .banner-section .banner-section__info .h1{
        margin-bottom: 40px;
        order: 1;
    }
    .page-template-page-aetnasysco .banner-section .banner-section__info .btn{
        margin-bottom: 40px;
        order: 2;
    }
    .page-template-page-aetnasysco .banner-section .banner-section__info .text{
        margin-bottom: 0;
        order: 3;
    }
    .page-template-page-aetnasysco .banner-section .banner-section__info small{
        color: #355074;
        order: 4;
    }
    .page-template-page-aetnasysco .banner-section .row .banner-section__fig{
        background: linear-gradient(180deg, #2F4660 12.14%, rgba(255, 224, 217, 0.04) 100%);
        order: 3;
        margin-top: 40px;
        position: relative;
        left: 0;
        width: calc(100% + 80px);
        max-width: calc(100% + 80px);
        height: 0;
        padding-bottom: 80%;
        overflow: hidden;
        top: 0;
    }
    .banner-section .banner-section__fig img{
        position: absolute;
        width: 140%;
        height: auto;
        right: -5%;
    }
    .banner-section .row .container{
        order: 2;
    }
    .page-template-page-aetnasysco-member_stories .banner-section{
        background: none;
    }
    .page-template-page-aetnasysco-member_stories .banner-section__info,.page-template-page-aetnasysco-member_stories .row .banner-section__fig{
        flex:1;
        max-width: 100%;
    }
    .page-template-page-aetnasysco-member_stories .row .banner-section__fig{
        background: #FFF0EB;
        margin: 40px -150px 0;
        position: relative;
        width: calc(100% + 80px);
        max-width: calc(100% + 80px);
    }

    .page-template-page-aetnasysco-member_stories .banner-section__fig img{
        display: block;
        bottom: 0;
        position: static;
        top: auto;
        margin-left: -80px;
        width: calc(100% + 80px);
    }
}
@media (max-width: 768px) {
    .center-btn{
        margin-top: 40px;
    }
    .column-section_item:nth-child(2)+.center-btn{
        margin-top: 0 !important;
    }
    .banner-section__fig.video-banner{
        max-width: 500px;
        padding-bottom: 0;
        min-height: 500px;
    }
}
@media (max-width: 540px) {
    /*    .center-btn .btn,
        .column-section_info .btn,
        .how-works-section .btn{
            width: 100%;
            min-width: 100%;
        }*/
    .conditions-section .center-btn{
        margin: 0 25px;
    }
    .banner-section__fig.video-banner{
        max-width: 370px;
        padding-bottom: 0;
        min-height: 370px;
    }
}
@media (max-width: 374px) {
    .banner-section__fig.video-banner{
        max-width: 320px;
        padding-bottom: 0;
        min-height: 320px;
    }
}
.banner-items{
    margin-bottom: 50px;
}
.banner-items .container{
    max-width: 1360px;
}
.banner-items .row{
    flex-direction: row;
    margin: 0 -16px;
}
.banner-items_item{
    flex:0 0 33.333%;
    max-width: 33.333%;
    padding: 0 16px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #66727F;
    font-size: 20px;
}
.banner-items_item .wrap{
    background: #ECFBFA;
    border-radius: 8px;
    padding: 24px;
    height: 100%;
}
.banner-items_item .title{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 6px;
    font-family: 'Source Serif Pro', serif;
    color: #355074;
}
.banner-items_item .wrap p{
    font-weight: 400;
}
.banner-items_item .img{
    margin-bottom: 0px;
    text-align: center;
    min-height: 91px;
}
.banner-items_item .img img{
    display: table;
    margin: 0 auto;
}
.team-section{
    position: relative;
    margin-bottom: 80px;
}
.team-section .img{
    margin: 0 auto 130px;
}
.team-section .img .mobile-img{
    display: none;
}
@media screen and (max-width: 640px){
    .team-section .img .mobile-img{
        display: block;
        text-align: center;
    }
    .team-section .img .desktop-img{
        display: none;
    }
}
.banner-items .h2,
.team-section .h2,
.team-section h2,
.how-works-section .h2,
.how-works-section h2,
.conditions-section .h2,
.conditions-section h2,
.quotes-section .h2,
.quotes-section h2,
.questions-info h2,
.questions-info .h2,
.section-health-support h2,
.faq-page h2,
.appointment-wrapper h2,
.chronic_conditions-section h2,
.no-suffer-section h2,
.experts h2,
.video-section h2{
    margin-bottom: 16px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.1;
    text-align: center;
    position: relative;
    z-index: 1;
    text-transform: inherit;
    color: #355074;
}
@media screen and (min-width: 780px){
    .banner-items .h2{
        margin-bottom: 50px;
    }
}
.team-section .text-wrap,.how-works-section .text-wrap,.conditions-section .text-wrap{
    font-weight: 400;
    font-size: 24px;
    line-height: 1.68;
    text-align: center;
    letter-spacing: 1px;
    color: #66727F;
    margin-bottom: 55px;
}
.page-template-page-aetnasysco-how-works .team-section .text-wrap{
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.conditions-section .text-wrap{
    font-size: 20px;
}
.team-section_symptoms{
    display: flex;
    font-weight: 400;
    margin: 0 auto;
    font-size: 28px;
    line-height: 158%;
    letter-spacing: 0.03em;
    color: #66727F;
    align-items: center;
    position: relative;
    max-width: 1054px;
}
.team-section_symptoms .wrapper-percent {
    width: 50%;
}
.team-section_symptoms::before{
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    width: 0;
    border-right: 3px dashed #64DED9;
    position: absolute;
    top: 0;
}
.team-section_symptoms p{
    padding: 0 50px;
    font-weight: 400;
    font-size: 28px;
    line-height: 158%;
    text-align: center;
}
.team-section_symptoms p b,
.team-section_symptoms p span,
.team-section_symptoms p strong{
    color:#3B5B80;
    font-weight: 700;
}
.team-section_symptoms .num{
    flex:0 0 50%;
    font-weight: 700;
    font-size: 140px;
    display: flex;
    align-items: center;
    color: #3B5B80;
    margin-bottom: 15px;
    justify-content: center;
    line-height: 80%;
    font-family: 'Source Serif Pro', serif;
    background-size: cover;
    background-repeat: no-repeat;
}
.how-works-section{
    margin: 0 auto;
    position: relative;
}
.how-works-section .container{
    max-width: 1360px;
}
@media(min-width:990px){
    .how-works-section .fig1,
    .how-works-section .fig2{
        display: none;
    }
}
.how-works-section{
    background: #ECFBFA;
    border-radius: 8px;
    padding: 60px 0 34px;
    max-width: 1445px;
    width: 100%;
    margin: 80px auto 0;
}
.how-works-section h2,
.how-works-section .h2{
    font-size: 51px;
    margin-bottom: 76px;
}
.how-works-section::before{
    display: none;
}
.how-works-section .text-wrap{
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.how-works_items{
    display: flex;
    position: relative;
    z-index: 1;
    margin: 0 -31px;
    flex-wrap: wrap;
    justify-content: center;
}
.how-works-section+.container .center-btn{
    margin: 60px 0;
}
.how-works_item{
    counter-increment: counter;
    flex:0 0 33.33%;
    max-width: 33.33%;
    padding: 0 45px;
}
.how-works_item_img{
    display: none;
}
.how-works_item_info{
    padding: 62px 20px 45px 30px;
    background: #FEFEFE;
    border-radius: 8px;
    position: relative;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #66727F;
}
.how-works_item_info p{
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}
.how-works_item_info::before{
    content: counter(counter);
    font-weight: 700;
    font-size: 41.5814px;
    color: #fff;
    font-family: 'Source Serif Pro', serif;
    position: absolute;
    height: 102px;
    width: 102px;
    line-height: 77px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top:-36px;
}
.how-works_item:first-child .how-works_item_info::before{
    background: url("data:image/svg+xml,%3Csvg width='102' height='102' viewBox='0 0 102 102' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.5696 0.000158212C73.398 0.0578697 92.2648 16.5863 99.2245 38.3118C106.086 59.7298 100.237 84.1854 81.555 96.725C64.4915 108.178 43.2264 99.1538 26.6248 87.0416C10.1839 75.0466 -4.2447 57.6779 1.15105 38.0639C7.24589 15.9086 27.5754 -0.0579723 50.5696 0.000158212Z' fill='%233DD6D0'/%3E%3C/svg%3E%0A") no-repeat center center;
    background-size: contain;
    width: 78px;
    height: 78px;
}
.how-works_item:nth-child(2) .how-works_item_info::before{
    background: url("data:image/svg+xml,%3Csvg width='109' height='100' viewBox='0 0 109 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.3238 0.235577C82.7735 1.36603 99.1713 13.6495 105.533 32.0598C112.312 51.6797 109.613 74.1809 93.3195 87.0464C74.9189 101.576 49.3243 104.891 29.8722 91.8019C8.12842 77.1711 -6.27263 50.6973 2.7192 26.0841C11.0496 3.2816 39.0829 -1.17334 63.3238 0.235577Z' fill='%23FFB59D'/%3E%3C/svg%3E%0A") no-repeat center center;
    background-size: contain;
    width: 83px;
    height: 77px;
}
.how-works_item:nth-child(3) .how-works_item_info::before{
    background: url("data:image/svg+xml,%3Csvg width='110' height='104' viewBox='0 0 110 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9648 18.3222C33.1798 3.14451 52.7023 -3.07186 71.3844 2.44046C91.2938 8.31495 108.045 23.5788 109.057 44.3147C110.2 67.7321 98.0356 90.4939 76.0838 98.7292C51.5459 107.935 21.6305 104.285 6.81438 82.6715C-6.91179 62.6479 5.74076 37.2387 20.9648 18.3222Z' fill='%23355074'/%3E%3C/svg%3E%0A") no-repeat center center;
    background-size: contain;
    width: 83px;
    height: 77px;
}
.how-works_item_info .h3,.how-works_item_info h3{
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.48;
    color: #2F4966;
    text-align: center;
}
@media (max-width: 1270px){
    .how-works-section {
        margin: 80px 40px 97px;
        width: auto;
    }
    .how-works_items{
        margin: 0 -20px;
    }
    .how-works_item{
        padding: 0 20px;
    }
    .how-works_item_info .h3, .how-works_item_info h3{
        font-size: 22px;
    }
    .how-works_item_info{
        font-size: 20px;
    }
}
@media(max-width:860px){
    .header-content{
        padding: 25px 0;
    }
    .how-works_item_info{
        text-align: left;
    }
    .how-works_item:nth-child(1)::before,
    .how-works_item:nth-child(2)::before{
        display: none;
    }
    .how-works_item:nth-child(3){
        margin-bottom: 0;
    }
    .how-works_item{
        flex:0 0 100%;
        max-width: 100%;
    }
}
@media(max-width:767px){
    .how-works_items .how-works_item.row{
        flex-direction: column;
    }
    .team-section_symptoms .wrapper-percent{
        width: 100%;
    }
}

.conditions-section{
    background-repeat: no-repeat;
    padding: 60px 0 120px;
    background-size: contain;
    position: relative;
    z-index: 1;
}
.conditions-section .fig{
    display: none;
    width: 44px;
    height: 40px;
    position: absolute;
    top: 14%;
    right: 6%;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='44' height='40' viewBox='0 0 44 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.6304 13.7267C45.4791 23.4849 36.9668 31.968 28.316 37.2511C21.5564 41.3794 13.1293 40.4539 6.88522 35.5567C1.07033 30.9961 -0.63754 23.2941 1.50043 16.2199C3.91139 8.24244 9.23209 0.822698 17.5347 0.319409C27.9867 -0.314169 39.6877 3.64617 42.6304 13.7267Z' fill='%23355074'/%3E%3C/svg%3E%0A");
}
.conditions-section .container{
    max-width: 1370px;
}
.conditions-section .h2,.conditions-section h2{
    text-align: center;
    max-width: 1370px;
    padding: 0 15px;
    margin: 0 auto 12px;
}
.conditions-section .container .row{
    padding: 0 27px;
}
.conditions-item{
    padding: 0 15px;
}
.conditions-section .row{
    flex-wrap: wrap;
    justify-content: center;
}
.conditions-item .text{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #66727F;
}
.conditions-item .img{
    min-height: 151px;
    display: flex;
    margin-bottom: 8px;
    align-items: center;
    justify-content: center;
}

.conditions-section-v2{
    padding-bottom: 80px;
}
.conditions-section-v2 .h2,.conditions-section-v2 h2{
    margin-bottom: 52px;
}

.conditions-section-v2 .conditions-item .text{
    color:#355074;
    font-size: 24px;
    font-weight: 600;
    max-width: 290px;
    margin: 15px auto 0;
}

.conditions-section-v2 .conditions-item{
    flex:0 0 33.333%;
    max-width: 33.333%;
}
@media screen and (max-width: 768px){
    .conditions-section-v2 .conditions-item{
        flex:0 0 100%;
        max-width: 100%;
    }
    .conditions-section-v2 .conditions-item .text{
        font-size: 16px;
    }
    .conditions-section-v2{
        padding-top: 40px !important;
    }
    .conditions-section-v2 .conditions-item{
        margin-bottom: 40px;
    }
}

.column-section{
    margin-top: -6%;
    overflow-x: clip;
    padding-bottom: 140px;
}
.column-section .container{
    max-width: 1360px;
}
.column-section::before{
    display: none;
}
.column-section_item{
    align-items: center;
    position: relative;
}
.column-section_item:nth-child(1){
    padding: 80px 0 0;
    z-index: 2;
}
.column-section_item .figure{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='44' height='40' viewBox='0 0 44 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.6309 13.7265C45.4796 23.4848 36.9673 31.9678 28.3165 37.251C21.5568 41.3792 13.1298 40.4538 6.88571 35.5566C1.07082 30.996 -0.637051 23.2939 1.50092 16.2198C3.91188 8.24232 9.23258 0.822576 17.5352 0.319287C27.9872 -0.314291 39.6882 3.64605 42.6309 13.7265Z' fill='%23355074'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 0;
    z-index: 0;
    bottom: 0;
    width: 44px;
    height: 40px;
    background-size: contain
}
.column-section_info{
    padding: 80px 0;
}
.column-section_info .btn{
    margin-top: 40px;
}
.column-section_item:nth-child(2){
    margin-top: -6%;
}
.column-section_item:nth-child(2)+.center-btn{
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.column-section_item:nth-child(2)::before{
    background-image: none;
    right: 0;
    left: auto;
    bottom: -4%;
    background-repeat: no-repeat;
    top:auto;
    width: 1908px;
    height: 917px;
}
.column-section_item:nth-child(2) .column-section_img{
    order: 1;
    width: 60%;
    text-align: right;
    flex: 0 0 60%;
    max-width: 550px;
}
.column-section_item:nth-child(2) .column-section_info{
    order: 2;
    margin-right: 0;
    width: 40%;
    margin-left: 40px;
    flex: 0 0 40%;
    max-width: 40%;
}
.column-section_item:nth-child(2) .column-section_info::before{
    background: url("data:image/svg+xml,%3Csvg width='648' height='523' viewBox='0 0 648 523' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M632.617 95.0644C686.811 217.556 581.549 339.064 477.964 423.984C380.98 503.492 253.533 557.742 145.099 494.737C28.6144 427.054 -26.6985 282.572 13.0536 153.849C47.4535 42.4578 178.738 21.0004 294.799 9.98835C422.607 -2.13814 580.674 -22.3392 632.617 95.0644Z' fill='%23FFD3C4'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
    background-size: contain;
    content: '';
    position: absolute;
    width: 140%;
    height: 130%;
    top: -10%;
    right: -15%;
    z-index: 0;
}

.column-section_item:nth-child(2) .column-section_info>div{
    position: relative;
    z-index: 1;
}
.column-section_img{
    max-width: 60%;
    flex:0 0 60%;
    position: relative;
    z-index: 1;
}
.column-section_img img{
    position: relative;
    z-index: 1;
}
.column-section_info{
    max-width: 40%;
    flex:0 0 40%;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    margin-right: 70px;
    letter-spacing: 0.03em;
    color: #66727F;
}
.column-section_info .h3{
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 32px;
    font-weight: 700;
    font-family: 'Source Serif Pro', serif;
    color: #355074;
}
.column-section_info p{
    line-height: 1.7;
    width: 90%;
}
.column-section_info p strong{
    color: #2F4966;
}
@media screen and (max-width: 640px){
    /*.column-section .column-section_item:nth-child(1).row::before{
        background: url("data:image/svg+xml,%3Csvg width='648' height='523' viewBox='0 0 648 523' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M632.617 95.0644C686.811 217.556 581.549 339.064 477.964 423.984C380.98 503.492 253.533 557.742 145.099 494.737C28.6144 427.054 -26.6985 282.572 13.0536 153.849C47.4535 42.4578 178.738 21.0004 294.799 9.98835C422.607 -2.13814 580.674 -22.3392 632.617 95.0644Z' fill='%23FFD3C4'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
        background-size: contain;
        content: '';
        display: block;
        top: 30%;
        width: 85%;
        height: 100%;
        position: absolute;
    }*/
    .column-section_item:nth-child(2) .column-section_info::before{
        display: none;
    }
    .column-section_info p{
        width: 100%;
    }
}
.quotes-section{
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.quotes-section .container{
    max-width: 1525px;
    padding: 0 40px;
}
.quotes-items{
    margin-bottom: 50px;
}
.quotes-item{
    background: #355074;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom:88px;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.68;
    color: #FFE1D8;
    padding-top: 22px;
    justify-content: space-between;
}
.page-template-page-aetnasysco-how-works .quotes-item:first-child{
    justify-content: flex-start;
}
.page-template-page-aetnasysco-how-works .quotes-item:first-child .quote{
    left: 0;
}
.quotes-section .btn{
    margin: 40px auto 0;
    display: table;
}
.quotes-section .h2,.quotes-section h2{
    margin-bottom: 42px;
}
.quotes-item:nth-child(even) .quote{
    order: 1;
    width: 73%;
}
.quotes-img{
    width: auto;
    max-width: 600px;
    margin-top: auto;
    margin-right: 32px;
}
.quotes-img img{
    width: 100%;
    display: block;
}
.quotes-item:nth-child(even){
    position: relative;
}
.quotes-item:nth-child(even) .quotes-img{
    order: 2;
    margin-right: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.quotes-item:nth-child(even){
    padding-top: 0;
}
.quotes-item:nth-child(odd) q::before{
    color: #FFF0EB;
}
.quotes-item:nth-child(odd) .quote{
    color: #FFE1D8;
    padding-top: 50px;
    left: -50px;
}
.quotes-item:nth-child(even) .quote{
    color: #D8F7F6;
}
.quotes-item:nth-child(even) q::before{
    color: #D8F7F6;
}
.quotes-item:nth-child(even) .quote{
    padding: 75px 0 50px 120px;
}
.quotes-item:nth-child(odd) .quote .name{
    color: #FEFEFE;
}
.quotes-item:nth-child(even) .quote .name{
    color: #FFFFFF;
}
.quote{
    font-weight: 400;
    font-size: 24px;
    line-height: 1.7;
    position: relative;
    letter-spacing: 0.03em;
    color: #FFE1D8;
    padding: 60px 0 50px;
    width: 57%;
}
.page-template-page-aetnasysco-how-works .quotes-item:first-child .quote{
    left: 0;
}
.quote q{
    position: relative;
}
.quote q::before{
    position: absolute;
    content: '“';
    font-weight: 700;
    font-size: 96.0667px;
    font-family: 'Source Serif Pro', serif;
    line-height: 1;
    left: -60px;
    top: 0;
    bottom: auto;
    height: 30px;
}
.quote q::after{
    display: none;
}
.quote b{
    color:#355074;
    font-weight: 600;
}
.quote .name{
    font-family: 'Source Serif Pro', serif;
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.3;
    color: #355074;
}

.questions-section{
    padding: 80px 0 140px;
    background: none;
}
.questions-section .row{
    align-items: center;
}
.questions-img{
    margin-right: 175px;
}
.questions-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex:0 0 688px;
    padding: 20px 20px 20px 110px;
    min-height: 676px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: center;
    color: #66727F;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='688' height='676' viewBox='0 0 688 676' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M662.251 168.277C709.294 262.415 685.392 371.973 641.547 467.642C598.254 562.107 533.277 663.797 429.98 675.089C333.776 685.606 281.432 574.66 204.945 515.369C130.93 457.993 11.2945 435.83 1.22316 342.724C-9.13964 246.924 88.3596 181.972 162.183 120.043C235.652 58.4097 312.967 -8.07754 408.421 1.12965C514.513 11.3629 614.606 72.9345 662.251 168.277Z' fill='%23F0F4FB'/%3E%3C/svg%3E%0A");
}
.questions-info h2,.questions-info .h2{
    margin-bottom: 24px;
}
.questions-info p a{
    color: #66727F;
    font-weight: 400;
    white-space: nowrap;
}
footer{
    background: #355074;
    padding: 32px 0;
    color: #F0F4FB;
}
.footer-copy{
    line-height: 24px;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #818D9B;
}
.soc {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
footer .soc a{
    background-color: #FFFFFF;
}
footer .soc a:hover{
    background-color: rgba(255,255,255,0.5);
}
.footer-text{
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 15px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    max-width: 825px;
}
.footer-copy .row {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 25px;
}
.footer-copy a{
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.025em;
    margin: 0 12px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    color:#fff;
}

@keyframes soar1 {
    0%,
    100% {
        transform: translate(0);
    }
    50% {
        transform:translate(-5px,10px);
    }
}

@keyframes soar2 {
    0%,
    100% {
        transform: translate(0);
    }
    50% {
        transform:translate(10px,5px);
    }
}

@keyframes soar3 {
    0%,
    100% {
        transform: translate(0);
    }
    50% {
        transform:translate(0px,15px);
    }
}


/*
* end Footer
*/
/*
* model window
*/
.model-window {
    background-color: rgba(59, 91, 128, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    left: 0;
    top: 0;
}

@media (max-height: 500px) and (min-width: 700px) {
    .model-window {
        overflow-y: scroll;
    }
}

.model-window .model {
    position: absolute;
    background: #fff url("data:image/svg+xml,%3Csvg width='430' height='150' viewBox='0 0 430 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M466.962 21.2176C471.325 36.1656 458.286 49.1602 445.034 57.2531C434.68 63.5768 421.771 62.1592 412.206 54.6575C403.299 47.6715 400.682 35.8733 403.958 25.0368C407.651 12.8168 415.801 1.45101 428.519 0.680058C444.53 -0.290473 462.454 5.77608 466.962 21.2176Z' fill='%23355074'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.8503 132.932C29.7021 139.275 24.1688 144.789 18.5455 148.223C14.1515 150.907 8.67363 150.305 4.61478 147.122C0.834913 144.158 -0.27526 139.151 1.11449 134.552C2.68169 129.367 6.14032 124.544 11.5373 124.217C18.3314 123.805 25.9374 126.379 27.8503 132.932Z' fill='%23FFC4B1'/%3E%3C/svg%3E%0A") no-repeat right bottom;
    background-size: contain;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 608px;
    padding:  35px;
    border: 1px solid #FBF8F7;
    border-radius: 12px;
}

@media only screen and (max-width: 699px) {
    .model-window .model {
        width: 100%;
        height: auto;
        padding: 50px 15px 40px;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-radius: 0;
    }
    .model-window {
        overflow-y: scroll;
        background: #fff;
    }
    .model-window .model{
        border:0;
    }
}

@media (max-height: 480px) {
    .model-window .model {
        padding-bottom: 25px;
    }
}

@media (max-height: 500px) and (min-width: 700px) {
    .model-window .model {
        top: 10px;
        margin-bottom: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.model-window .model-close {
    background: url(img/svg/close.svg) no-repeat center;
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    background-size: 40px;
}

.model-window .model-ok{
    display: none;
}
.model-window .model-ok .title{
    margin-bottom: 50px;
}
.model-window .model-ok .btn{
    display: table;
    margin: 0 auto;
}

@media only screen and (max-width: 699px) {
    .model-window .model-close {
        top: 10px;
        width: 24px;
        background-size: 32px;
        height: 24px;
        right: 10px;
    }
}

.model-window .model-close:hover {
    opacity: 0.6;
}

.model-window .model form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.model-window .model .btn-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-top: 30px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.model-window .model .btn-wrap .btn {
    line-height: 21px;
    height: 41px;
    min-width: 208px;
}

.model-window .model .select-wrap {
    position: relative;
}

.model-window .model .select-wrap label {
    font-size: 14px;
    color: #AFB6BE;
    font-weight: 500;
    letter-spacing: 0.06em;
    -webkit-transition: opacity 0.24s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    -o-transition: opacity 0.24s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: opacity 0.24s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

.model-window .model .select-wrap label .error-text {
    display: none;
}

.model-window .model .select-wrap.error .select2-container .select2-selection--single {
    border-color: #E63C5A;
}

.model-window .model .select-wrap.error label {
    opacity: 1;
    color: #E63C5A;
}

.model-window .model .select-wrap.error label .error-text {
    padding-left: 4px;
    display: inline-block;
}

.model-window .model .input-wrap {
    margin-bottom: 25px;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    position: relative;
    max-width: 100%;
}

@media (max-height: 480px) {
    .model-window .model .input-wrap {
        margin-bottom: 30px;
    }
}

.model-window .model .input-wrap span {
    display: block;
}

.model-window .model .input-wrap input, .model-window .model .input-wrap textarea {
    padding: 0 4px;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #AFB6BE;
    height: 40px;
    line-height: 38px;
    color: #2F4660;
    border-width: 0 0 2px;
}

.model-window .model .input-wrap input.wpcf7-not-valid, .model-window .model .input-wrap textarea.wpcf7-not-valid {
    border-color: #CA3103!important;
}

.model-window .model .input-wrap textarea {
    height: 160px;
    line-height: 20px;
    padding-top: 15px;
}

@media (max-height: 480px) {
    .model-window .model .input-wrap textarea {
        height: 100px;
    }
}

.model-window .model .input-wrap label {
    font-size: 14px;
    color: #AFB6BE;
    font-weight: 500;
    letter-spacing: 0.06em;
    -webkit-transition: opacity 0.24s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    -o-transition: opacity 0.24s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: opacity 0.24s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

.model-window .model .input-wrap label .error-text {
    display: none;
    padding-left: 4px;
}

.model-window .model .input-wrap label.animate-label {
    opacity: 1;
}

.model-window .model .input-wrap label.anim {
    color:#3DD6D0;
}
.model-window .model .input-wrap label.anim input{
    border-bottom: 2px solid #3DD6D0;
}

.model-window .model .input-wrap label.error{
    color: #CA3103;
}
.model-window .model .input-wrap label.error input{
    border-bottom: 2px solid #CA3103;
}
.model-window .model .input-wrap.error label {
    color: #CA3103;
    opacity: 1;
}

.model-window .model .input-wrap.error label .error-text {
    display: inline-block;
}

.model-window .model .input-wrap.error:after {
    content: "!";
    position: absolute;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    height: 20px;
    text-align: center;
    text-indent: 1px;
    right: 10px;
    top: 10px;
    background: #E63C5A;
}

.model-window .model .input-wrap.error input, .model-window .model .input-wrap.error textarea {
    border-color: #E63C5A;
}

@media only screen and (max-width: 699px) {
    .model-window .model .textarea-wrap {
        margin-bottom: 0;
    }
    .model-window .model .input-wrap{
        margin-bottom: 20px;
    }
}

.model-window .model .selection {
    height: 100%;
    display: block;
}

.model-window .model .input-wrap.w50, .model-window .model .select-wrap.w50 {
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
    flex: 0 0 48%;
    max-width: 48%;
}

@media only screen and (max-width: 699px) {
    .model-window .model .input-wrap.w50, .model-window .model .select-wrap.w50 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
    }
}

@media (max-height: 480px) {
    .model-window .model .input-wrap.w50, .model-window .model .select-wrap.w50 {
        -ms-flex: 0 0 48%;
        -webkit-box-flex: 0;
        flex: 0 0 48%;
        max-width: 48%;
    }
}

.model-window .model.input-wrap.select {
    border: 0;
}

.model-window .model-title {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #818D9B;
    margin-bottom: 40px;
}

@media only screen and (max-width: 699px) {
    .model-window .model-title {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
}

.model-window .model .title {
    font-family: 'Source Serif Pro', serif;
    color: #355074;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 28px;
    display: block;
    line-height: 1.2;
    text-align: center;
}
.model-window .model-body{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}
.model-window .model-body strong{
    color: #354864;
}
.model-window .model-body input{
    border: 2px solid #D8DEE6;
    border-radius: 8px;
    color: #2F4966;
    display: block;
    height: 42px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    padding: 0 15px;
    max-width: 307px;
    width: 100%;
    margin: 15px auto 40px;
}
@media only screen and (max-width: 699px) {
    .model-window .model .title {
        font-size: 28px;
    }
}

@media (min-width: 1080px) and (max-height: 620px) {
    .model-window .model {
        padding: 20px 35px;
    }
    .model-window .model .input-wrap {
        margin-bottom: 30px;
    }
}



@media(max-width:1640px){
    .team-section,.conditions-section{
        background-size: 110%;
    }
    .how-works-section .fig2{
        right: 4%;
        top:22%;
    }
    .how-works-section .fig1{
        left: 7%;
        top: 0;
    }

    .column-section_item:nth-child(2){
        padding: 0;
    }
    .column-section_item:nth-child(2)::before{
        height: 786px;
        background-size: 100% 100%;
        width: 1406px;
    }
    /*.column-section_item:nth-child(1)::before{
        height: 740px;
        width: 1450px;
        top:4%;
        background-size: 100% 100%;
    }*/
    .conditions-section{
        background-position: right center;
    }
    .quotes-items{
        margin-bottom: 5px;
    }
}

@media(max-width:1440px){
    .banner-section .h1{
        font-size: 4rem;
    }
}
@media(max-width:1279px){
    .header-logo{
        max-width: max-content;
    }
    .banner-items_item .title{
        font-size: 26px;
    }
    .banner-items_item .img{
        margin-bottom: 15px;
    }
    .banner-items_item{
        font-size: 18px;
    }
    .column-section_item:nth-child(2)::before{
        bottom: -16%;
    }
    /*.column-section_item:nth-child(2){
        padding: 100px 60px 200px 0;
    }*/
    .column-section_info .h3{
        font-size: 43px;
    }
    .quotes-item:nth-child(even) .quote{
        padding-top: 35px;
    }
    .questions-info{
        background-size: contain;
        flex: 0 0 550px;
        background-repeat: no-repeat;
        background-position: center;
        max-width: 550px;
    }
}
@media(min-width:1081px){
    .header-menu{
        padding-left:10px;
    }
}
@media(max-width:1080px){
    .header-menu.show{
        display: flex;
    }
    .header-menu{
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='1242' height='810' viewBox='0 0 1242 810' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M275.547 0.11849C394.395 4.05739 451.732 129.524 488.378 242.65C524.88 355.33 550.73 489.207 457.757 562.593C356.196 642.758 210.341 621.636 107.18 543.541C10.2385 470.155 -21.6166 343.079 14.3665 226.94C52.0946 105.169 148.136 -4.10422 275.547 0.11849Z' fill='%23ECFBFA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M945.759 264.519C1067.74 268.825 1183.56 329.432 1223.65 444.717C1266.28 567.341 1234.32 711.519 1126.1 783.221C1028.11 848.139 911.29 782.345 814.34 715.891C703.97 640.239 562.734 551.184 600.14 422.71C639.298 288.218 805.77 259.578 945.759 264.519Z' fill='%23FFF8F5'/%3E%3C/svg%3E%0A");
        background-position: center;
    }
    .header-menu-link{
        font-size: 22px;
        color: #3B5B80;
        margin-bottom: 42px;
    }
    .aetnasysco-logo{
        position: relative;
        top:2px;
        z-index: 1;
        margin-right: auto;
    }
    .banner-section .h1{
        margin-bottom: 24px;
    }
    .team-section_symptoms .num{
        font-size: 120px;
    }
    .team-section_symptoms{
        font-size: 22px;
    }
    .conditions-section .row{
        flex-wrap: wrap;
        flex-direction: row;
    }
    .how-works-section .fig2 {
        right: -5%;
        top: 4%;
    }
    .column-section_info .h3{
        font-size: 34px;
    }
    .column-section_info{
        margin-right: 30px;
    }
    .column-section_item:nth-child(2) .column-section_info{
        margin-left: 30px;
    }
    .quotes-item:nth-child(even) .quotes-img{
        position: relative;
    }
}
@media(max-width:979px){
    .question-block .questions-img{
        position: relative !important;
        top: 0 !important;
        text-align: center;
        width: 100% !important;
        margin-top: 30px;
    }
    .question-block .questions-img img{
        transform: translateY(0) !important;
        width: 40%;
    }
    .questions-info{
        min-height: 550px;
        margin: 0 auto;
    }
    .questions-section{
        padding-bottom: 100px;
    }
    .question-block .title,
    .question-block .description{
        padding-right: 0 !important;
    }
    .column-section_item:nth-child(2)::before {
        height: 667px;
        bottom: 3%;
    }
}
@media(max-width:940px){
    .column-section_item:nth-child(2)::before{
        bottom: -7%;
    }
}
@media(max-width:860px){
    .banner-section .h1{
        font-size: 42px;
    }
    .page-template-page-aetnasysco-member_stories .banner-section .h1{
        font-size: 44px;
    }
    .column-section_info{
        display: flex;
        max-width: 100%;
    }
    .banner-section .row{
        align-items: center;
        flex-wrap: nowrap;
    }
    .align-self{
        align-self: center;
    }
    .column-section .column-section_item:nth-child(1).row{
        flex-direction: row;
    }
    .column-section_item:nth-child(1){
        padding-bottom: 0;
    }
    .quotes-items{
        margin-bottom: 40px;
    }
    .quotes-item{
        padding-top: 60px;
        flex-direction: column;
    }
    .quotes-item:nth-child(odd) .quotes-img img{
        margin-left: -15%;
    }
    .quotes-item:nth-child(even) .quotes-img img{
        margin-left: -35%;
    }
    .quotes-img{
        margin: 25px 0 0;
    }
    .quotes-img img{
        max-width: 150%;
        width: 150%;
    }
    .page-template-page-aetnasysco-how-works .quotes-item:first-child .quotes-img img{
        width: 130%;
    }
    .quote{
        order: 1;
        padding-top: 0;
        flex:auto;
        width: 100%;
    }
    .quotes-item:nth-child(even){
        padding-top: 60px;
    }
    .quotes-item:nth-child(odd) .quote{
        padding: 0 30px 0 80px;
        left: 0;
    }
    .quote .name{
        font-size: 26px;
        margin-left: 0;
        margin-bottom: 16px;
        font-family: 'Source Serif Pro', serif;
    }
    .quotes-item:nth-child(even) .quote{
        order: 1;
        padding: 0 30px 0 80px;
        width: 100%;
    }
    .quotes-item:nth-child(even) .quotes-img{
        order: 2;
        margin-right: auto;
        margin-left: 0;
        width: 100%;
    }
    .quotes-item .quotes-img{
        position: relative;
        order: 2;
        width: auto;
    }
    .quote q {
        position: relative;
        display: block;
    }
    .quote q::before{
        left: -55px;
        top: 0;
    }
    .quotes-section .h2, .quotes-section h2{
        padding-left: 0;
    }
    .column-section_item:nth-child(2)::before{
        height: auto;
    }
    .column-section_item:nth-child(2) .column-section_img,
    .column-section_item:nth-child(2) .column-section_info{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media(max-width:840px){
    .column-section_item:nth-child(2){
        padding: 100px 60px 0 0;
    }
    .column-section_item:nth-child(2)::before {
        height: 575px;
        background-size: contain;
        background-position: right;
        bottom: -13%;
    }
    .column-section{
        padding-bottom: 40px;
    }
}
@media(max-width:769px){
    .header-main {
        padding-top: 0;
    }
    .banner-section{
        background-position: -37% bottom;
        padding-top: 30px;
    }
    .banner-section .container,
    .banner-section > .container:nth-child(1){
        padding-top: 0;
    }
    .banner-section__fig{
        margin-top: 40px;
        width: 100%;
    }
    .banner-section__info{
        flex:1;
        max-width: 100%;
    }
    .banner-section__info h1{
        text-align: center;
    }
    .banner-items .row{
        flex-wrap: wrap;
    }
    .banner-items_item{
        flex:0 0 100%;
        margin-bottom: 32px;
        max-width: 100%;
    }
    .team-section{
        background: none;
    }
    .team-section .text-wrap, .how-works-section .text-wrap{
        font-size: 20px;
    }
    .team-section .h2,
    .team-section h2,
    .how-works-section .h2,
    .how-works-section h2,
    .conditions-section .h2,
    .conditions-section h2,
    .quotes-section .h2,
    .quotes-section h2,
    .questions-info h2,
    .questions-info .h2,
    .section-health-support h2{
        font-size: 50px;
    }
    .team-section_symptoms .num{
        font-size: 86px;
        background: none;
        min-height: auto;
        flex:1;
        position: relative;
        line-height: 0.76;
        margin: 0 0 24px;
    }
    .team-section_symptoms *{
        position: relative;
        z-index: 1;
    }
    .team-section_symptoms{
        margin: 50px auto;
        font-size: 20px;
        position: relative;
        text-align: center;
        flex-direction: column;
        z-index: 1;
    }
    .team-section_symptoms .wrapper-percent:first-child{
        padding-bottom: 80px;
    }
    .team-section_symptoms::before{
        border-right: none;
        border-bottom: 3px dashed #64DED9;
        top: 50%;
        width: 100%;
        left: 0;
        height: 0;
    }
    .how-works-section::before{
        height: 1116px;
        width: 932px;
        transform: translate(-61%,-40%);
        background-image: url("data:image/svg+xml,%0A%3Csvg width='932' height='1116' viewBox='0 0 932 1116' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M196.883 208.087C298.946 114.264 400.285 -3.32787 539.159 0.949867C687.228 5.51081 828.959 100.146 901.683 229.797C968.502 348.919 903.462 487.506 887.995 622.846C871.772 764.803 914.814 930.628 810.506 1027.64C701.768 1128.78 529.025 1131.55 385.944 1089.81C258.362 1052.58 181.158 935.201 109.321 823.058C44.5357 721.924 -13.1492 611.712 3.73223 493.149C20.5906 374.748 109.089 288.793 196.883 208.087Z' fill='%23FFF8F5'/%3E%3C/svg%3E%0A");
    }

    .conditions-section{
        margin-bottom: 80px;
        padding-top: 65px;
    }
    .conditions-item{
        margin-bottom: 70px;
    }
    .conditions-section .fig{
        left: -20px;
        right: auto;
        top:50%;
    }
    .conditions-section{
        padding: 0;
        background-size: 160vw;
    }
    .column-section{
        position: relative;
    }
    .column-section .fig1{
        position: absolute;
        width: 75px;
        height: 69px;
        top:1%;
        right: -20px;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='75' height='69' viewBox='0 0 75 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.5714 0.162548C56.9542 0.942559 68.2371 9.41817 72.6142 22.1213C77.2788 35.659 75.4218 51.1848 64.2106 60.062C51.5497 70.0872 33.9388 72.3745 20.5543 63.3433C5.59295 53.2481 -4.31603 34.9811 1.87101 17.9981C7.60291 2.2643 26.8919 -0.809606 43.5714 0.162548Z' fill='%23FFB59D'/%3E%3C/svg%3E%0A");
        animation: soar2 6s ease-in-out infinite;
    }
    .column-section .fig2{
        position: absolute;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='141' height='141' viewBox='0 0 141 141' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M69.9051 0.000218705C101.462 0.0799963 127.543 22.9281 137.163 52.9605C146.648 82.5677 138.563 116.374 112.738 133.708C89.15 149.54 59.7542 137.066 36.8049 120.322C14.0777 103.741 -5.86767 79.7313 1.59116 52.6178C10.0164 21.9913 38.1189 -0.0801382 69.9051 0.000218705Z' fill='%233DD6D0'/%3E%3C/svg%3E%0A");
        width: 141px;
        height: 141px;
        top: 40%;
        left: -115px;
        animation: soar1 6s ease-in-out infinite;
    }
    .column-section_item:nth-child(1),
    .column-section_item:nth-child(2){
        padding: 0;
    }
    .column-section_item:nth-child(1){
        margin-bottom: 121px;
    }
    .column-section_item:nth-child(2) .column-section_img{
        margin: 0;
    }
    .column-section_item:nth-child(2) .column-section_info{
        margin: 0;
        padding: 30px 0 60px;
    }
    .column-section_img{
        order: 1 !important;
    }
    .column-section_info{
        order: 2 !important;
    }
    .column-section-v2 .column-section_info{
        order: 0 !important;
        padding: 40px 0;
    }
    .column-section_item{
        flex-direction: column;
    }
    .column-section_info{
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin: 0;
    }
    .column-section .column-section_item:nth-child(1).row {
        flex-direction: column;
        margin-bottom: 0;
        position: relative;
        z-index: 3;
    }
    .column-section .column-section_item:nth-child(1).row {
        flex-direction: column;
        position: relative;
        z-index: 3;
    }
    .column-section .column-section_item:nth-child(1) .column-section_img{
        order: 2!important;
        flex:0 0 70%;
        margin-left: auto;
        max-width: 70%;
    }
    .column-section_item:nth-child(2) .column-section_img, .column-section_item:nth-child(2) .column-section_info{
        flex:0 0 70%;
        max-width: 70%;
        z-index: 5;
    }
    .column-section .column-section_item:nth-child(1) .column-section_info{
        order: 1!important;
        padding-top: 20px;
    }
    .column-section_item .figure{
        width: calc(120% + 50px);
        height: 503px;
        position: absolute;
        left: 50%;
        top:auto;
        z-index: -1;
        bottom: -40%;
        transform: translateX(-50%);
        background: url("data:image/svg+xml,%0A%3Csvg width='584' height='503' viewBox='0 0 584 503' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' d='M392.004 259.126C407.097 184.926 334.26 130.577 266.779 96.2284C203.598 64.0686 126.654 49.5451 74.4081 97.4657C18.2825 148.944 5.23471 235.423 42.7722 301.688C75.2556 359.032 150.347 354.983 215.768 347.01C287.81 338.23 377.538 330.244 392.004 259.126Z' fill='%2364DED9'/%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M512.525 154.496C550.23 239.717 476.996 324.253 404.929 383.334C337.455 438.65 248.787 476.393 173.346 432.559C92.3046 385.47 53.8219 284.95 81.4785 195.394C105.411 117.896 196.75 102.968 277.497 95.3065C366.416 86.8697 476.387 72.8153 512.525 154.496Z' fill='%23FFD3C4'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
        background-size: contain;
    }
    .text-center_mobile{
        text-align: center;
    }
}
@media (max-width: 990px) {
    .how-works_items{
        margin-top: 40px;
    }
    .how-works_item{
        margin: 0 auto;
        flex-direction: column;
    }
    .how-works_item:nth-child(2) .how-works_item_img{
        margin-bottom: 0;
        max-width: 132px;
    }
    .how-works_item:nth-child(3) .how-works_item_img{
        order: inherit;
        position: relative;
        top: 0;
    }
    .how-works_item:nth-child(3) .how-works_item_info{
        flex: 1;
        max-width: 100%;
    }
    .how-works_item_info{
        height: 100%;
        max-width: 100%;
        padding: 62px 20px 35px 20px;
    }
    .how-works_item_img{
        margin-bottom: 24px;
        width: 132px;
        max-width: 132px;
    }
    .how-works_item_info .h3, .how-works_item_info h3{
        font-size: 24px;
    }
    .how-works_items .how-works_item.row{
        align-items: flex-start;
    }
    .how-works-section h2, .how-works-section .h2{
        font-size: 32px;
    }
}
@media (max-width: 860px){
    .how-works_item {
        margin-bottom: 50px;
    }
    .quotes-section .container{
        padding: 0 25px;
    }
}

@media(max-width:699px){
    .how-works-section{
        margin: 80px 25px;
    }
    .column-section-v2 .column-section_item:nth-child(2) .column-section_info{
        width: 100% !important;
        order: 2 !important;
    }
}
@media(max-width:639px){
    .banner-items .h2,
    .team-section .h2,
    .team-section h2,
    .how-works-section .h2,
    .how-works-section h2,
    .conditions-section .h2,
    .conditions-section h2,
    .quotes-section .h2,
    .quotes-section h2,
    .questions-info h2,
    .questions-info .h2,
    .section-health-support h2,
    .faq-page h2,
    .appointment-wrapper h2,
    .chronic_conditions-section h2,
    .no-suffer-section h2,
    .experts h2,
    .video-section h2{
        font-size: 34px;
    }
    .banner-section__info p{
        font-size: 17px;
        line-height: 25px;
    }
    .page-template-page-aetnasysco .banner-section__info p{
        font-size: 22px;
        line-height: 34px;
    }
    .page-template-page-aetnasysco-member_stories .banner-section__info p{
        font-size: 22px;
        line-height: 33px;
    }
    .how-works_item_info{
        width: 100%;
    }
    .team-section .text-wrap, .how-works-section .text-wrap{
        font-size: 20px;
    }
    .header-logo::after{
        height: 20px;
    }
    .header-logo{
        padding-right: 15px;
        margin-right: 15px;
    }
    .header-logo img{
        max-width: 141px;
    }
    .aetnasysco-logo{
        max-width: 96px;
    }
    /*.banner-section__fig{
        margin: 0 -50px -20%;
        width: calc(100% + 100px);
    }*/
    .banner-items{
        margin-bottom: 80px;
    }
    .banner-items_item{
        font-size: 20px;
    }
    .banner-items_item .title{
        font-size: 30px;
    }
    .team-section{
        background: none;
    }
    .team-section .img{
        margin: 0 -30px;
    }
    .team-section.team-section-v2{
        margin: 0;
        padding-bottom: 40px;
    }
    .team-section.team-section-v2 .img{
        margin: 0;
    }
    .conditions-section{
        background-size: 230vw;
        background-position: 96% 26%;
    }
    .question-block{
        margin: 40px 0 60px !important;
    }
    .question-block .wrapper-question-block{
        padding: 30px !important;
    }
    .question-block .email-block,
    .question-block .phone-block {
        font-size: 18px !important;
        padding-left: 0 !important;
        padding-top: 0;
        text-align: center;
    }
    .question-block .email-block::before,
    .question-block .phone-block::before{
        height: 32px !important;
        width: 32px !important;
        left: 50% !important;
        margin-left: -16px;
        background-size: contain !important;
    }
    .question-block .btn{
        font-size: 16px;
    }
    .question-block .title{
        font-size: 30px !important;
        margin-bottom: 25px !important;
        text-align: center !important;
    }
    .question-block .title br{
        display: none;
    }
    .how-works-section{
        padding-top: 20px;
        margin-bottom: 100px;
    }
    .quotes-item{
        margin: 0 -25px 60px;
        border-radius: 0;
    }
}

@media(max-width:570px){
    .banner-section{
        max-height: max-content;
    }
    .banner-section .banner-section__info .btn{
        margin-bottom: 2px;
    }
    .questions-section{
        padding-top: 0;
        padding-bottom: 40px;
    }
    .questions-info{
        padding: 20px 50px;
        flex:0 0 calc(100% + 100px);
        margin: 0 -50px;
    }
    .column-section .fig1{
        z-index: 1;
    }
    .column-section_item:nth-child(2)::before{
        width: 498px;
        left: 50%;
        transform: translateX(-45%);
        bottom: -17%;
    }
    .column-section_info .h3{
        margin-bottom: 24px;
    }
    footer .soc{
        margin-bottom: 36px;
    }
    .footer-copy .row{
        padding-top: 14px;
        justify-content: center;
    }
    .footer-copy .row li{
        flex:0 0 100%;
        margin-bottom: 12px;
        text-align: center;
        max-width: 100%;
    }
    .team-section_symptoms p{
        font-size: 20px;
        padding: 0;
    }
}

@media(max-width:540px){
    .question-block .email-block a{
        white-space: nowrap;
    }
}

@media(max-width:440px){
    .banner-section .banner-section__info .btn{
        width: 100%;
    }
    .header-menu-link{
        font-size: 1.7rem;
    }
    .aetnasysco-logo{
        max-width: 76px;
    }
    .header-logo img{
        max-width: 115px;
    }
    .banner-section{
        background-position: -44% bottom;
    }
    .conditions-section{
        background-size: 360vw;
        background-position: 96% 30%;
    }
    .column-section_info{
        padding: 40px 0;
    }
    .column-section-v2 .column-section_item:nth-child(1){
        padding-top: 40px !important;
    }
    .column-section_item:nth-child(1) .column-section_img{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .column-section-v2 .column-section_item:nth-child(1) .column-section_img{
        max-width: 80%;
        flex: 0 0 80%;
    }
    .column-section_item:nth-child(2)::before{
        bottom:-5%;
    }
    .quotes-section .btn{
        width: 100%;
    }
    .quote{
        margin-top: -10px;
    }
    .banner-items_item .wrap{
        padding: 15px;
    }
    .banner-items_item .title{
        font-size: 28px;
    }
    .banner-items_item p{
        font-size: 18px;
    }
}
@media(max-width:350px){
    .column-section_item:nth-child(1) .column-section_img{
        margin-right: 0;
    }
    .btn, .header-menu .btn, .header-dark .header-menu .btn, .banner-section .banner-section__info .btn{
        font-size: 18px;
    }
}
.container-faq .col-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.71%;
    flex: 0 0 25.71%;
    max-width: 25.71%;
    padding-bottom: 24px;
}

.container-faq .col-8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74.29%;
    flex: 0 0 74.29%;
    max-width: 74.29%;
}
@media only screen and (min-width: 860px){
    .container-faq .col-4 h2{
        display: none;
    }
}
@media only screen and (max-width: 860px){
    .row{
        flex-direction: column;
    }
    .footer-logos.row{
        flex-direction: inherit;
    }
    .menu{
        margin: 16px 0 0 16px;
    }
    .menu a.show_active{
        border: none !important;
    }
    .container-faq .col-4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container-faq .col-8{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.faq-page{
    background-color: transparent;
}
.faq-page .faq-item .accordion-item{
    border-bottom: none;
}
.faq-page-second .container {
    max-width: 1270px;
}
.container-faq h2{
    color: #355074;
    font-family: 'Source Serif Pro';
    font-size: 48px;
    line-height: 1.4;
    margin: 0 0 15px 16px;
    text-align: left;
}
.faq-page-second{
    padding-top: 0;
    padding-bottom: 100px;
}
.faq-page-second h1{
    color: #355074;
    font-family: 'Source Serif Pro';
    font-weight: 700;
    margin-bottom: 80px;
    text-align: left;
}
.faq-page-second h1::after{
    display: none;
}
.faq-page-second .faq-item .accordion-title{
    color: #3B5B80;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.faq-page-second .faq-item .accordion-item{
    border: none;
    padding: 16px;
}
@media screen and (max-width: 860px){
    .page-template-page-aetnasysco-faq .faq-page-second{
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .faq-page-second h1{
        margin-bottom: 30px;
    }
    .faq-page-second .faq-item .accordion-item br{
        display: none;
    }
}
.faq-page .faq-item{
    margin-bottom: 8px;
}
.faq-page-second .faq-item .accordion-content{
    padding-right: 20px;
}
.menu li{
    margin-bottom: 12px;
}
.menu a{
    color: #3B5B80;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.menu a.active,
.menu a.show_active{
    border-bottom: 2px solid #3DD6D0;
}
.faq-page-second .faq-item .accordion-title:after{
    display: none;
}
.faq-page-second .faq-item .accordion-title::before{
    background: url(../img/svg/arrow.svg) no-repeat top right;
    background-size: 100% 100%;
    border-radius: 0;
    height: 9px;
    right: 0;
    width: 18px;
}
.faq-page .faq-item .accordion-title{
    padding-right: 20px;
    margin: 0;
}
.faq-page .faq-item .accordion-title.openedQuestion{
    font-weight: 500;
}
.faq-page-second .faq-item .open-item .accordion-title::before{
    display: block;
    transform: rotate(-180deg);
}
.page-template-page-firefly-faq .container{
    max-width: 1200px;
}
.accordion-item{
    border-radius: 8px;
    padding: 16px;
}
.open-item{
    background: #fff;
    margin-bottom: 16px;
}
.faq-page-second .faq-item .accordion-content{
    color: #66727F;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 8px 0 0;
}
.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.remark{
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #66727F;
    margin-bottom: 48px;

}
@media (min-width: 1024px) {
    .remark {
        padding: 0 60px;
    }
    .page-template-page-aetnasysco-member_stories main {
        padding-top: 0;
    }
}
.form-main form{
    margin: 0;
}
.banner-section__info .form-main{
    background: none;
    padding: 0;
}
.banner-section__info .form-main .input-wrap{
    margin-bottom: 32px;
}
.form-main .input-wrap label{
    color: #66727F;
    font-size: 20px;
    font-weight: 400;
}
body .quiz_section .mlw_qmn_question{
    font-size: 14px;
    color: #66727F;
    font-weight: 500;
    letter-spacing: 0.06em;
    -webkit-transition: opacity 0.24s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    -o-transition: opacity 0.24s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: opacity 0.24s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.quiz_section input[type="text"]{
    background: transparent !important;
    border-radius: 0 !important;
    color: #66727F !important;
    padding: 0 4px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border: 2px solid #AFB6BE !important;
    height: 40px !important;
    line-height: 38px !important;
    border-width: 0 0 2px !important;
    width: 100% !important;
    margin-bottom: 32px;
    max-width: 406px;
}
.quiz_section input[name="contact_field_3"]{
    color: transparent !important;
}
.qmn_quiz_container .quiz_section .select-wrap{
    top: 25px;
    left: 0;
    position: absolute;
    width: 100%;
}
.qmn_quiz_container .quiz_section select,
.qmn_quiz_container select:hover{
    font-family: 'Commissioner', sans-serif;
    letter-spacing: 1px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #66727F !important;
    padding: 0 4px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    width: calc(100% - 8px);
}
.quiz_section .qsm-contact-type-email{
    position: relative;
    width: 48%;
}
.qmn_quiz_container input[type="text"]:hover,
.qmn_quiz_container input[type="text"]:focus,
.quiz_section.qmn_error input[type="text"]{
    background: transparent !important;
    border-bottom-color: #3DD6D0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.quiz_section{
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    margin: 0 auto !important;
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
    padding: 0 !important;
}
.qsm_contact_div{
    margin: 0 !important;
}
.quiz_section .qsm-contact-type-text{
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0 !important;
    position: relative;
}
.mlw_qmn_message_before,
#mlw_error_message_bottom,
.quiz_section.qmn_error:after,
#mlw_error_message{
    display: none !important;
}
.quiz_section.quiz_end .qsm-submit-btn{
    color: #66483F !important;
    margin: 24px 0 0 !important;
    background: #FFB59D !important;
    border-radius: 65px !important;
    padding: 16px 32px !important;
    height: 56px !important;
    font-size: 20px!important;
    line-height: 24px !important;
}
.quiz_section.quiz_end .qsm-submit-btn:hover{
    background: #FFC4B1 !important;
    color: #33241F !important;
    cursor: pointer;
}
.form-main input::-webkit-input-placeholder {
    opacity: 0 !important;
    transition: inherit !important;
}
.form-main input::-moz-placeholder {
    opacity: 0 !important;
    transition: inherit !important;
}
.form-main input:-ms-input-placeholder {
    opacity: 0 !important;
    transition: inherit !important;
}
.form-main input:-moz-placeholder {
    opacity: 0 !important;
    transition: inherit !important;
}
.qsm-results-page{
    color: #2F4660;
}
.quiz_section.qmn_error input[type="text"].has-error{
    border-color: #A22702 !important;
}
.qsm_question.has-error{
    color: #A22702 !important;
}
.error-msg{
    color: #A22702;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: 8px;
}
.form-section-page.form-main .input-wrap input, .input-wrap textarea, .form-main.bg-light .input-wrap input, .form-main.bg-light .input-wrap textarea,
.banner-section__info .form-main .btn{
    margin: 0;
    background: #3DD6D0;
    border-radius: 65px;
    padding: 16px 32px;
    height: 56px;
    line-height: 24px;
}
.banner-section__info .form-main .btn{
    min-width: 212px;
    padding: 16px 22px;
}
.banner-section__info .form-main .input-wrap input,
.form-main .input-wrap input{
    color: #66727F;
}
@media only screen and (min-width: 699px){
    .wpcf7-form-control-wrap{
        max-width: 406px;
    }
}
.video-section{
    margin: 0;
}
.video-section .container{
    max-width: 1106px;
}
.page-template-page-aetnasysco-how-works .video-section .container_v2{
    margin: 0 auto;
    max-width: 1010px;
}
@media (max-width: 769px){
    .video-section{
        margin: 0 0 40px;
        padding: 40px 0 0;
    }
}
.video-section-content{
    position: relative;
    padding-bottom: 56%;
}
.video-section-content iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
@media (max-width: 769px) {
    .video-section .center-btn{
        margin-top: 60px;
    }
}
.question-block{
    margin: 80px 0;
}
.question-block .container{
    max-width: 1525px;
}
.question-block .wrapper-question-block{
    background: #355074 no-repeat center right 60px;
    border-radius: 15px;
    padding: 60px 175px;
    position: relative;
}
.question-block-container{
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}
.wrapper-question-block .center-btn{
    text-align: left;
}
.question-block .btn{
    background: #FFB59D;
    color: #66483F;
    min-width: 240px;
    font-weight: 700;
}
.question-block .title{
    color: #FFD3C4;
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 50px;
    text-align: left;
    padding-right: 25%;
}
.question-block .description{
    font-weight: 400;
    font-size: 26px;
    line-height: 147.7%;
    color: #FEFEFE;
    margin-bottom: 30px;
    padding-right: 25%;
}
.question-block .email-block,
.question-block .phone-block{
    color: #FEFEFE;
    font-family: 'Commissioner';
    font-weight: 400;
    font-size: 31px;
    line-height: 140%;
    position: relative;
    /*padding-left: 69px;*/
}
.question-block .email-block{
    margin-bottom: 10px;
}
.question-block .email-block a,
.question-block .phone-block a{
    color: #FEFEFE;
    text-decoration: none;
    font-weight: 00;
}
.question-block .phone-block p{
    margin-bottom: 10px;
}
/*.question-block .email-block::before,
.question-block .phone-block::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    width: 42px;
}
.question-block .email-block::before{
    background: url("data:image/svg+xml,%3Csvg width='45' height='36' viewBox='0 0 45 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.7812 0C43.1104 0 45 1.96559 45 4.39034C45 5.77146 44.376 7.07027 43.3125 7.90261L24.1875 22.8298C23.1855 23.6072 21.8145 23.6072 20.8125 22.8298L1.6875 7.90261C0.625166 7.07027 0 5.77146 0 4.39034C0 1.96559 1.88877 0 4.21875 0H40.7812ZM19.125 25.1713C21.1289 26.7353 23.8711 26.7353 25.875 25.1713L45 10.2441V29.2689C45 32.4976 42.4775 35.1227 39.375 35.1227H5.625C2.51807 35.1227 0 32.4976 0 29.2689V10.2441L19.125 25.1713Z' fill='%2364DED9'/%3E%3C/svg%3E%0A") no-repeat center center;

}
.question-block .phone-block::before{
    background: url("data:image/svg+xml,%3Csvg width='45' height='48' viewBox='0 0 45 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.9339 35.6724L42.8903 44.9636C42.6032 46.2771 41.5024 47.1961 40.2129 47.1961C18.0369 47.1943 0 28.2799 0 5.02409C0 3.6728 0.876264 2.51693 2.12891 2.21736L10.9891 0.0742828C12.2795 -0.239297 13.598 0.463078 14.1341 1.7445L18.2232 11.7455C18.7012 12.9235 18.3788 14.296 17.4339 15.1053L12.7014 19.09C15.6882 25.4704 20.6352 30.658 26.7213 33.792L30.5959 28.833C31.3595 27.8393 32.6782 27.4955 33.8015 28.0057L43.3386 32.2928C44.4857 32.9255 45.2328 34.3266 44.9339 35.6724Z' fill='%2364DED9'/%3E%3C/svg%3E%0A") no-repeat center center;
}*/
.question-block .questions-img{
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    width: 20%;
}
.question-block .questions-img img{
    transform: translateY(-50%);
}
@media screen and (max-width: 640px){
    .question-block .email-block a,
    .question-block .phone-block a,
    .question-block .email-block span,
    .question-block .phone-block span{
        display: block;
    }
}
@media (max-width: 1130px) {
    .question-block .email-block,
    .question-block .phone-block{
        font-size: 26px;
    }
}
@media (max-width: 1024px) {
    .wrapper-question-block .center-btn{
        margin: 40px 0 0;
    }
}
@media screen and (max-width: 640px) {
    .question-block .description {
        font-size: 16px !important;
        text-align: center;
    }
}
@media (max-width: 321px) {
    .question-block .wrapper-question-block{
        padding: 20px 10px !important;
    }
    .question-block .email-block,
    .question-block .phone-block{
        font-size: 18px !important;
        line-height: 140% !important;
        padding-left: 0 !important;
        padding-top: 0;
        text-align: center;
    }
}
@media(max-width:386px){
    .question-block .title{
        font-size: 25px !important;
        text-align: center;
    }
}
@media(max-width:380px){
    .questions-info{
        min-height: 450px;
    }
}
.section-health-support{
    overflow: hidden;
    margin: 0 auto 112px;
    position: relative;
    background: #FFF0EB;
    border-radius: 8px;
    padding: 50px 50px 100px;
    max-width: 1445px;
}
.section-health-support .container{
    padding: 0;
    max-width: 1280px;
}
.section-health-support .wrapper-support{
    width:60%;
}
.section-health-support h2{
    text-align: left;
    margin-bottom: 30px;
}
.section-health-support .wrapper-support .descr{
    max-width: 84%;
}
.section-health-support .wrapper-support p{
    color: #355074;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.68;
    letter-spacing: 0.02em;
}
.section-health-support .btn {
    margin-top: 60px;
    width: 60%;
}
.wrapper-support-img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.wrapper-support-img img{
    display: block;
    z-index: 2;
    position: relative;
}
.wrapper-support-img::before,
.wrapper-support-img::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;

}
.wrapper-support-img::before{
    background: url("data:image/svg+xml,%3Csvg width='623' height='477' viewBox='0 0 623 477' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M3.71074 321.783C-21.5079 197.802 100.196 106.991 212.95 49.5978C318.518 -4.13794 447.083 -28.4052 534.381 51.6652C628.162 137.681 649.963 282.178 587.242 392.9C532.965 488.715 407.494 481.95 298.183 468.628C177.809 453.958 27.8818 440.615 3.71074 321.783Z' fill='%2364DED9'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
    background-size: contain;
    top: 37%;
    left: 0;
}
.wrapper-support-img::after{
    background: url("data:image/svg+xml,%3Csvg width='648' height='523' viewBox='0 0 648 523' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:multiply' opacity='0.7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M632.616 95.0644C686.81 217.556 581.549 339.064 477.964 423.984C380.98 503.492 253.533 557.742 145.099 494.737C28.6139 427.054 -26.699 282.572 13.0531 153.849C47.453 42.4578 178.738 21.0004 294.799 9.98835C422.606 -2.13813 580.673 -22.3392 632.616 95.0644Z' fill='%23FFD3C4'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;
    background-size: contain;
    top: 79%;
    left: -14%;
}
@media(max-width:1270px){
    .section-health-support{
        margin: 0 40px 97px;
    }
    .wrapper-support-img{
        width: 52%;
    }
    .section-health-support .wrapper-support{
        width: 70%;
    }
}
@media (max-width: 990px) {
    .section-health-support{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 30px 30px 0;
    }
    .section-health-support .wrapper-support{
        padding: 40px 0;
        width: 100%;
    }
    .wrapper-support-img{
        width: 55%;
        position: relative;
        top: 0;
        margin: 0 -30px 0 -30px;
        left: auto;
        text-align: center;
    }
    .wrapper-support-img img{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .section-health-support .wrapper-support{
        padding-top: 0;
    }
    .section-health-support .wrapper-support p{
        font-size: 20px;
    }
    .wrapper-support-img{
        width: 80%;
    }
    .section-health-support .wrapper-support .descr{
        max-width: max-content;
    }
    .wrapper-support-img::before{
        top: 17%;
        left: -50%;
    }
    .wrapper-support-img::after{
        top: 0;
        left: 0;
    }
}
@media(max-width:699px){
    .section-health-support{
        margin: 0 25px 60px;
    }
    .section-health-support .btn{
        margin: 40px auto 0;
        display: block;
        width: 100%;
    }
}
@media(max-width:540px){
    .wrapper-support-img{
        width: calc(100% + 60px);
    }
    .wrapper-support-img img{
        max-width: min-content;
    }
}



footer .soc a{
    background: #FFFFFF url(../img/svg/soc-sprite-dark.svg) no-repeat;
}
footer .soc-linkedin a{
    background-position: 0 -160px;
}
footer .soc-twitter a{
    background-position: 1px -40px;
}
footer .soc-instagram a{
    background-position: 0 -80px;
}
footer .soc-facebook a{
    background-position: 0 -120px;
}
.banner-stories .container {
    min-height: 620px;
}
.banner .row {
    position: relative;
}
.banner-stories .banner-info {
    padding-top: 60px;
    flex: 0 0 43%;
    max-width: 43%;
    position: static;
    z-index: 2;
}

.page-template-page-member-stories-aeo main {
    padding-top: 160px;
}

.banner-stories .banner-info .h1,
.banner-stories .banner-info h1 {
    font-weight: 700;
    font-size: 4.375rem;
    color: #355074;
    line-height: 1.2;
    font-family: 'Source Serif Pro', serif;
    margin-bottom: 40px;
}
.banner-stories .banner-img {
    position: absolute;
    right: 0;
    top: 0;
    flex: 0 0 57%;
    max-width: 57%;
    padding-left: 40px;
    z-index: 1;
}
.banner-stories .banner-info .text {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.025em;
    margin-bottom: 45px;
    max-width: 650px;
}
.stories-main {
    padding: 0 0 88px;
    margin-bottom: 0;
}
.stories-main>.container {
    position: relative;
}
.stories-main > .container > .row {
    margin: 60px 0 30px;
    flex-wrap: wrap;
}
.stories-main>.container>.row:first-child {
    align-items: center;
}
.stories-main_info, .stories-main_img {
    flex: 0 0 50%;
    max-width: 50%;
}
.stories-main_info .h2, .stories-main_info h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 400;
    color: #355074;
    font-family: 'Source Serif Pro', serif;
    margin-bottom: 24px;
}
.stories-main_info .sub-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 24px;
    letter-spacing: 0.025em;
    color: #66727F;
}
.stories-main_info, .stories-main_img {
    flex: 0 0 50%;
    max-width: 50%;
}
.stories-main_img img {
    position: absolute;
    transform: translate(0, -50%);
    right: 0;
    width: 45%;
}
.stories-main_info .h3, .stories-main_info h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 25px;
    line-height: 1.3;
    font-family: 'Source Serif Pro', serif;
    position: relative;
    color: #355074;
}
.stories-main_info .h3::before, .stories-main_info h3::before {
    font-weight: 700;
    font-size: 96px;
    line-height: 1;
    position: absolute;
    left: -55px;
    top: -20px;
    color: #FFB59D;
}
@media screen and (max-width: 1300px){
    .stories-main_info .h3::before,
    .stories-main_info h3::before{
        left: -55px;
        top: 0;
    }
    .stories-main_info .h3,
    .stories-main_info h3{
        text-indent: 55px;
    }
}
.stories-main_v2 .stories-main_info,
.stories-main_v3 .stories-main_info{
    flex:0 0 60%;
    max-width: 60%;
}
.stories-main_v2 .stories-main_img,
.stories-main_v3 .stories-main_img{
    flex:0 0 40%;
    max-width: 40%;
}
.stories-main_v2 .stories-main_img img,
.stories-main_v3 .stories-main_img img{
    width: 40%;
}
.stories-main_v3 .stories-main_img img{
    width: 35%;
}
.stories-main_info .h3::before, .stories-main_info h3::before {
    content: "“";
}
.stories-main_info h3::after, .stories-main_info .h3::after {
    content: "”";
}
.stories-main_info .stories-main_quote {
    font-family: 'Commissioner';
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.025em;
}
.stories-main_quote p:first-child:before {
    content: "“";
}
.stories-main_quote p:last-child::after {
    content: "”";
}
.stories-main_quote::before,
.stories-main_quote::after{
    display: none;
}
.stories-main_list {
    position: relative;
}
.stories-main_v4 .stories-main_info{
    padding: 60px 0 52px 70px;

}
.stories-main_v4 >.container>.row:first-child{
    position: relative;
    overflow: hidden;
    background: #F0F4FB;
    margin-bottom: 0;
    border-radius: 8px;
}
.stories-main.white >.container>.row:first-child{
    background: #FFF8F5;
}
.stories-main.white .stories-main_img img{
    right: 2%;
}
.stories-main_v4 >.container>.row:first-child + .stories-main_list{
    margin-top: 20px;
}
.stories-main_v4 .stories-main_info .h2,
.stories-main_v4 .stories-main_info h2{
    font-weight: 700;
    font-size: 56px;
    line-height: 1.1;
    color: #355074;

}
.stories-main_v4 .stories-main_info .h3::before,
.stories-main_v4 .stories-main_info h3::before{
    color:#355074;
    top: 4px;
}
.stories-main_v4.white .stories-main_info{
    max-width: 55%;
    flex:0 0 55%;
}
.stories-main_v4 .stories-main_img img{
    bottom: 0;
    right: 5%;
    width: auto;
    display: block;
    transform: none;
}
.stories-main_v4 + .video-section{
    padding: 0 0 70px;
}

@media(max-width:860px){
    .stories-main{
        padding: 0 0 10px;
    }
    .stories-main_v4 + .video-section{
        margin-bottom: 0;
    }
    .member-stories-page::before{
        display: none;
    }
    .stories-main_v4 >.container>.row:first-child{
        flex-direction: column;
    }
    .stories-main_v4 .stories-main_info{
        padding: 42px 42px 0;
        flex:1;
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
    .stories-main_v4 .stories-main_info .h2,
    .stories-main_v4 .stories-main_info h2{
        text-align: center;
        order: 1;
    }
    .stories-main_v4 .stories-main_img{
        order: 6;
        margin: 40px 0 0 auto;
        font-size: 0;
        text-align: right;
        width: 100%!important;
    }
    .stories-main_v4 .stories-main_info .h3,
    .stories-main_v4 .stories-main_info h3{
        font-size: 28px;
        padding-left: 30px;
        text-indent: 0;
        order: 4;
    }
    .stories-main_info .h3::before, .stories-main_info h3::before{
        font-size: 76px;
        left: -8px;
    }
    .stories-main_info .stories-main_quote{
        font-size: 20px;
    }
    .stories-main_v4 .sub-title{
        text-align: center;
        order: 2;
    }
    .stories-main_v4 .stories-main_info .stories-main_quote{
        padding-left: 30px;
        order: 5;
    }
    .stories-main_v4 .stories-main_img img{
        position: static!important;
        width: auto!important;
        display: inline-block;
    }
    .stories-main_info .h2, .stories-main_info h2{
        margin-bottom: 0;
    }
    .page-template-page-aetnasysco-member_stories .wrapper-before .title h3,
    .page-template-page-aetnasysco-member_stories .wrapper-outcome .title h3{
        text-align: center;
    }
}

@media(max-width:767px){
    .stories-main_v4 .stories-main_info{
        padding: 25px 25px 0;
    }
}
@media(max-width:476px){
    .stories-main_info .h2,
    .stories-main_info h2{
        font-size: 36px !important;
    }
    .page-template-page-aetnasysco-member_stories .stories-main_info .stories-main_quote{
        font-size: 20px !important;
        padding-left: 25px;
        letter-spacing: 0;
    }
    .page-template-page-aetnasysco-member_stories .stories-main_info .stories-main_quote br,
    .stories-main_quote p:first-child:before{
        display: none;
    }
    .page-template-page-aetnasysco-member_stories .stories-main_v4 .stories-main_img{
        width: calc(120% + 50px) !important;
        max-width: calc(120% + 50px) !important;
        margin-left: -20%;
    }
    .page-template-page-aetnasysco-member_stories .stories-main_v4 .stories-main_img img{
        position: relative !important;
        left: -70px;
        width: 100% !important;
    }
    .page-template-page-aetnasysco-member_stories .stories-main_v4 .stories-main_img_v2{
        width: calc(150% + 50px) !important;
        max-width: calc(150% + 50px) !important;
        margin-left: -40%;
    }
    .page-template-page-aetnasysco-member_stories .stories-main_v4 .stories-main_img_v3{
        width: calc(130% + 50px) !important;
        max-width: calc(130% + 50px) !important;
        margin-left: -25%;
    }
}
.wrapper-before {
    background: #D8F7F6;
    border-radius: 8px 0 0 0;
    padding: 42px 42px 0;
    width: 36%;
}
.wrapper-before .title h3, .wrapper-outcome .title h3 {
    font-family: 'Source Serif Pro';
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    color: #355074;
    margin-bottom: 20px;
}
.wrapper-before .descr p, .wrapper-outcome .descr p {
    color: #355074;
    font-family: 'Commissioner';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.wrapper-outcome {
    background: #ECFBFA;
    border-radius: 0 8px 0 0;
    padding: 42px 42px 0;
    width: 64%;
}
.wrapper-before-list {
    background: #D8F7F6;
    border-radius: 0 0 0 8px;
    padding: 0 42px 42px 42px;
    width: 36%;
}
.wrapper-outcome-list {
    background: #ECFBFA;
    border-radius: 0 0 8px 0;
    padding: 0 42px 42px 42px;
    width: 64%;
}
.wrapper-before-list::before{
    content: '';
    background: url("data:image/svg+xml,%0A%3Csvg width='1075' height='116' viewBox='0 0 1075 116' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1073.51 91.5236C1074.05 91.3631 1074.37 90.7883 1074.21 90.2399C1074.05 89.6915 1073.47 89.3771 1072.92 89.5376L1073.51 91.5236ZM840.273 113.775L840.238 114.81L840.273 113.775ZM620.282 84.8766L620.506 83.8665L620.506 83.8665L620.282 84.8766ZM433.437 36.4806L433.698 35.4794L433.698 35.4794L433.437 36.4806ZM289.47 7.53568L289.345 8.56275L289.47 7.53568ZM119.236 6.13523L119.111 5.10817L119.236 6.13523ZM4.92175 46.3931C5.28689 45.9535 5.22656 45.3012 4.78699 44.936C4.34743 44.5709 3.69508 44.6312 3.32994 45.0708L4.92175 46.3931ZM9.19355 39.373C8.74985 39.7331 8.68208 40.3847 9.04218 40.8284C9.40229 41.2721 10.0539 41.3399 10.4976 40.9798L9.19355 39.373ZM16.8898 36.4399C17.3733 36.1354 17.5185 35.4966 17.214 35.013C16.9094 34.5295 16.2706 34.3844 15.787 34.6889L16.8898 36.4399ZM22.7964 30.6861C22.2896 30.9501 22.0928 31.575 22.3568 32.0817C22.6208 32.5885 23.2457 32.7853 23.7525 32.5213L22.7964 30.6861ZM30.8773 29.0896C31.399 28.8565 31.633 28.2446 31.3999 27.7229C31.1668 27.2011 30.5549 26.9671 30.0332 27.2002L30.8773 29.0896ZM37.4397 24.1056C36.9075 24.3139 36.645 24.9142 36.8533 25.4463C37.0616 25.9784 37.6618 26.2409 38.194 26.0326L37.4397 24.1056ZM45.6443 23.2854C46.184 23.0978 46.4694 22.5081 46.2818 21.9683C46.0941 21.4286 45.5044 21.1432 44.9647 21.3308L45.6443 23.2854ZM52.5797 18.8249C52.0341 18.9949 51.7296 19.575 51.8996 20.1205C52.0696 20.6661 52.6497 20.9706 53.1953 20.8006L52.5797 18.8249ZM60.8264 18.5437C61.3765 18.3893 61.6973 17.8181 61.5429 17.2679C61.3885 16.7177 60.8173 16.3969 60.2671 16.5514L60.8264 18.5437ZM67.9934 14.489C67.4395 14.6295 67.1044 15.1925 67.2449 15.7464C67.3855 16.3002 67.9484 16.6353 68.5023 16.4948L67.9934 14.489ZM76.2353 14.6283C76.7922 14.5005 77.1401 13.9453 77.0123 13.3884C76.8845 12.8314 76.3294 12.4835 75.7724 12.6113L76.2353 14.6283ZM83.5976 10.9037C83.038 11.0197 82.6784 11.5674 82.7944 12.1269C82.9104 12.6865 83.458 13.046 84.0176 12.93L83.5976 10.9037ZM91.8202 11.3939C92.3819 11.289 92.7523 10.7486 92.6474 10.1869C92.5425 9.62513 92.0021 9.25478 91.4403 9.35966L91.8202 11.3939ZM99.32 7.9656C98.7564 8.05989 98.3759 8.59323 98.4702 9.15684C98.5645 9.72044 99.0978 10.1009 99.6614 10.0066L99.32 7.9656ZM107.524 8.76453C108.089 8.68044 108.479 8.15406 108.395 7.58884C108.311 7.02362 107.784 6.63359 107.219 6.71769L107.524 8.76453ZM115.141 5.61034C114.574 5.68451 114.175 6.20395 114.249 6.77056C114.323 7.33717 114.843 7.73638 115.409 7.66221L115.141 5.61034ZM123.588 6.66349C124.156 6.59879 124.564 6.08607 124.499 5.51831C124.435 4.95054 123.922 4.54272 123.354 4.60743L123.588 6.66349ZM131.854 3.70603C131.285 3.76192 130.869 4.26825 130.925 4.83695C130.981 5.40565 131.488 5.82137 132.056 5.76548L131.854 3.70603ZM140.54 4.9956C141.11 4.94815 141.533 4.44803 141.485 3.87856C141.438 3.3091 140.938 2.88592 140.368 2.93338L140.54 4.9956ZM148.889 2.2846C148.319 2.32397 147.888 2.81803 147.928 3.38811C147.967 3.9582 148.461 4.38842 149.031 4.34906L148.889 2.2846ZM157.534 3.82052C158.104 3.78893 158.541 3.30079 158.509 2.73022C158.478 2.15965 157.99 1.72272 157.419 1.75431L157.534 3.82052ZM165.954 1.33836C165.384 1.36245 164.94 1.8448 164.964 2.41574C164.988 2.98667 165.471 3.42998 166.042 3.4059L165.954 1.33836ZM174.555 3.10122C175.127 3.08439 175.576 2.6077 175.559 2.03651C175.542 1.46531 175.066 1.01591 174.494 1.03274L174.555 3.10122ZM183.037 0.833958C182.466 0.843751 182.01 1.31487 182.02 1.88622C182.03 2.45758 182.501 2.91282 183.073 2.90303L183.037 0.833958ZM191.592 2.80825C192.163 2.80529 192.624 2.33966 192.621 1.76823C192.618 1.1968 192.153 0.73595 191.581 0.738901L191.592 2.80825ZM200.125 0.744834C199.554 0.741115 199.087 1.20134 199.084 1.77276C199.08 2.34419 199.54 2.81044 200.111 2.81416L200.125 0.744834ZM208.632 2.91843C209.203 2.92867 209.675 2.47381 209.685 1.90246C209.695 1.33111 209.24 0.859632 208.669 0.849389L208.632 2.91843ZM217.21 1.0505C216.639 1.03386 216.162 1.48342 216.146 2.05462C216.129 2.62582 216.579 3.10236 217.15 3.119L217.21 1.0505ZM225.666 3.41422C226.237 3.43716 226.718 2.99288 226.741 2.4219C226.764 1.85092 226.32 1.36946 225.749 1.34652L225.666 3.41422ZM234.284 1.73606C233.713 1.7069 233.227 2.14591 233.198 2.71661C233.169 3.2873 233.608 3.77358 234.178 3.80274L234.284 1.73606ZM242.684 4.28335C243.254 4.31867 243.745 3.88493 243.78 3.31459C243.816 2.74424 243.382 2.25325 242.812 2.21794L242.684 4.28335ZM251.338 2.79186C250.768 2.75042 250.272 3.17886 250.231 3.74879C250.19 4.31873 250.618 4.81435 251.188 4.85579L251.338 2.79186ZM259.682 5.51916C260.251 5.56671 260.752 5.14362 260.799 4.57416C260.847 4.0047 260.424 3.50451 259.854 3.45697L259.682 5.51916ZM268.364 4.21359C267.795 4.15991 267.29 4.5776 267.237 5.14651C267.183 5.71543 267.601 6.22014 268.169 6.27381L268.364 4.21359ZM276.65 7.12027C277.218 7.18011 277.728 6.76792 277.788 6.19962C277.847 5.63132 277.435 5.12211 276.867 5.06227L276.65 7.12027ZM285.356 6.00322C284.789 5.93714 284.275 6.34372 284.209 6.91132C284.143 7.47893 284.549 7.99263 285.117 8.05871L285.356 6.00322ZM293.393 9.06701C293.96 9.13904 294.478 8.73788 294.55 8.17099C294.622 7.60411 294.221 7.08617 293.654 7.01414L293.393 9.06701ZM301.76 8.08444C301.194 8.00687 300.672 8.40294 300.594 8.9691C300.517 9.53525 300.913 10.0571 301.479 10.1347L301.76 8.08444ZM309.55 11.2803C310.116 11.3634 310.641 10.9724 310.725 10.407C310.808 9.84161 310.417 9.31596 309.851 9.23293L309.55 11.2803ZM317.934 10.4594C317.369 10.371 316.84 10.757 316.752 11.3216C316.663 11.8861 317.049 12.4155 317.614 12.5039L317.934 10.4594ZM325.666 13.8035C326.229 13.8972 326.762 13.5161 326.856 12.9524C326.95 12.3887 326.569 11.8558 326.005 11.7621L325.666 13.8035ZM334.061 13.1388C333.498 13.04 332.962 13.4161 332.863 13.979C332.764 14.5418 333.14 15.0782 333.703 15.177L334.061 13.1388ZM341.728 16.6227C342.29 16.7265 342.829 16.3551 342.933 15.7932C343.037 15.2312 342.666 14.6915 342.104 14.5877L341.728 16.6227ZM350.137 16.1075C349.576 15.9989 349.033 16.3656 348.924 16.9267C348.816 17.4877 349.182 18.0305 349.743 18.1392L350.137 16.1075ZM357.745 19.7229C358.305 19.8362 358.851 19.4739 358.964 18.9138C359.077 18.3537 358.715 17.8078 358.155 17.6946L357.745 19.7229ZM366.158 19.3461C365.599 19.2285 365.05 19.5864 364.933 20.1456C364.815 20.7048 365.173 21.2535 365.732 21.3711L366.158 19.3461ZM373.706 23.0809C374.264 23.2028 374.816 22.849 374.938 22.2907C375.059 21.7324 374.706 21.181 374.147 21.0591L373.706 23.0809ZM382.126 22.8307C381.568 22.7049 381.014 23.0548 380.889 23.6122C380.763 24.1696 381.113 24.7235 381.67 24.8493L382.126 22.8307ZM389.622 26.6724C390.179 26.8019 390.735 26.4557 390.865 25.8991C390.994 25.3426 390.648 24.7864 390.091 24.6569L389.622 26.6724ZM398.044 26.5333C397.488 26.4004 396.93 26.7432 396.797 27.299C396.664 27.8548 397.007 28.413 397.563 28.5459L398.044 26.5333ZM405.493 30.4657C406.048 30.6017 406.608 30.262 406.744 29.707C406.88 29.1519 406.54 28.5918 405.985 28.4558L405.493 30.4657ZM413.915 30.4198C413.36 30.2811 412.799 30.618 412.66 31.1723C412.521 31.7267 412.858 32.2885 413.412 32.4273L413.915 30.4198ZM421.323 34.4258C421.877 34.5669 422.44 34.2325 422.582 33.6787C422.723 33.125 422.388 32.5617 421.835 32.4205L421.323 34.4258ZM429.746 34.4529C429.192 34.3098 428.628 34.6422 428.485 35.1954C428.341 35.7486 428.674 36.3131 429.227 36.4563L429.746 34.4529ZM437.067 38.4987C437.62 38.6435 438.186 38.3129 438.331 37.7601C438.475 37.2073 438.145 36.6418 437.592 36.4969L437.067 38.4987ZM445.37 38.5458C444.818 38.3995 444.252 38.7288 444.105 39.2812C443.959 39.8337 444.288 40.4 444.841 40.5462L445.37 38.5458ZM452.613 42.6125C453.165 42.7599 453.732 42.4318 453.879 41.8797C454.027 41.3276 453.699 40.7605 453.146 40.6131L452.613 42.6125ZM460.917 42.6951C460.365 42.5468 459.797 42.8739 459.649 43.4257C459.501 43.9775 459.828 44.5452 460.379 44.6935L460.917 42.6951ZM468.143 46.7868C468.694 46.9359 469.263 46.6096 469.412 46.0579C469.561 45.5063 469.235 44.9382 468.683 44.7891L468.143 46.7868ZM476.447 46.8925C475.896 46.7428 475.327 47.0686 475.178 47.62C475.028 48.1715 475.354 48.7399 475.905 48.8896L476.447 46.8925ZM483.666 50.9987C484.217 51.1487 484.786 50.8234 484.936 50.272C485.086 49.7206 484.76 49.152 484.209 49.0019L483.666 50.9987ZM491.969 51.1145C491.418 50.9644 490.849 51.2896 490.699 51.841C490.549 52.3924 490.874 52.9611 491.426 53.1112L491.969 51.1145ZM499.186 55.2241C499.737 55.3741 500.306 55.0488 500.456 54.4974C500.606 53.946 500.281 53.3774 499.729 53.2273L499.186 55.2241ZM507.49 55.3373C506.938 55.1875 506.37 55.5132 506.22 56.0646C506.07 56.6161 506.396 57.1846 506.948 57.3343L507.49 55.3373ZM514.711 59.4388C515.263 59.5881 515.831 59.2619 515.98 58.7103C516.129 58.1587 515.803 57.5905 515.251 57.4413L514.711 59.4388ZM523.015 59.5364C522.463 59.3878 521.895 59.7148 521.747 60.2666C521.598 60.8184 521.925 61.3861 522.477 61.5346L523.015 59.5364ZM530.247 63.6191C530.799 63.7666 531.366 63.4387 531.514 62.8867C531.661 62.3346 531.334 61.7675 530.781 61.6199L530.247 63.6191ZM538.551 63.6885C537.999 63.542 537.432 63.8711 537.286 64.4235C537.139 64.9758 537.468 65.5423 538.021 65.6887L538.551 63.6885ZM545.799 67.741C546.352 67.8861 546.918 67.5557 547.063 67.003C547.208 66.4503 546.877 65.8846 546.325 65.7395L545.799 67.741ZM554.105 67.7706C553.552 67.6271 552.987 67.9591 552.843 68.5122C552.7 69.0653 553.032 69.6301 553.585 69.7736L554.105 67.7706ZM561.375 71.783C561.929 71.9249 562.492 71.5911 562.634 71.0376C562.776 70.484 562.442 69.9203 561.889 69.7784L561.375 71.783ZM569.679 71.7607C569.125 71.6207 568.562 71.9564 568.422 72.5104C568.282 73.0645 568.618 73.627 569.172 73.767L569.679 71.7607ZM576.979 75.7237C577.533 75.8616 578.094 75.5238 578.232 74.9692C578.37 74.4147 578.033 73.8533 577.478 73.7155L576.979 75.7237ZM585.282 75.6395C584.727 75.5038 584.167 75.8439 584.032 76.399C583.896 76.9541 584.236 77.514 584.791 77.6497L585.282 75.6395ZM592.611 79.543C593.167 79.6763 593.725 79.3339 593.858 78.7782C593.992 78.2225 593.649 77.664 593.094 77.5307L592.611 79.543ZM600.915 79.3879C600.359 79.2572 599.802 79.6021 599.671 80.1584C599.54 80.7147 599.885 81.2716 600.442 81.4024L600.915 79.3879ZM608.282 83.2252C608.839 83.3533 609.394 83.0056 609.522 82.4487C609.65 81.8918 609.302 81.3365 608.745 81.2085L608.282 83.2252ZM616.58 82.9897C616.023 82.8644 615.469 83.2148 615.344 83.7724C615.219 84.3299 615.569 84.8834 616.127 85.0087L616.58 82.9897ZM624.229 86.8064C624.787 86.9287 625.339 86.5752 625.461 86.017C625.584 85.4588 625.23 84.9072 624.672 84.785L624.229 86.8064ZM633.024 86.5876C632.465 86.4687 631.915 86.8254 631.796 87.3844C631.678 87.9433 632.034 88.4928 632.593 88.6117L633.024 86.5876ZM640.96 90.3646C641.519 90.4801 642.067 90.12 642.182 89.5604C642.298 89.0007 641.938 88.4534 641.378 88.3379L640.96 90.3646ZM649.747 90.0376C649.187 89.9256 648.642 90.2891 648.53 90.8495C648.418 91.4098 648.781 91.9549 649.341 92.0669L649.747 90.0376ZM657.738 93.7172C658.299 93.8256 658.841 93.4587 658.95 92.8976C659.058 92.3365 658.691 91.7938 658.13 91.6854L657.738 93.7172ZM666.516 93.278C665.955 93.1732 665.414 93.5437 665.309 94.1054C665.205 94.6672 665.575 95.2075 666.137 95.3123L666.516 93.278ZM674.549 96.8533C675.111 96.9544 675.649 96.5804 675.75 96.018C675.851 95.4556 675.477 94.9177 674.915 94.8166L674.549 96.8533ZM683.327 96.3001C682.764 96.2027 682.228 96.5802 682.131 97.1433C682.034 97.7064 682.411 98.2418 682.974 98.3392L683.327 96.3001ZM691.408 99.7682C691.972 99.8618 692.504 99.4806 692.598 98.9169C692.692 98.3532 692.31 97.8203 691.747 97.7268L691.408 99.7682ZM700.173 99.0956C699.608 99.0059 699.078 99.3907 698.988 99.9551C698.899 100.519 699.284 101.05 699.848 101.139L700.173 99.0956ZM708.3 102.453C708.865 102.538 709.392 102.15 709.478 101.585C709.564 101.02 709.175 100.492 708.61 100.407L708.3 102.453ZM717.059 101.659C716.494 101.577 715.969 101.969 715.887 102.535C715.805 103.1 716.198 103.625 716.763 103.707L717.059 101.659ZM725.234 104.901C725.8 104.979 726.322 104.583 726.399 104.017C726.477 103.451 726.081 102.929 725.515 102.851L725.234 104.901ZM733.976 103.982C733.409 103.909 732.89 104.308 732.817 104.875C732.743 105.442 733.143 105.961 733.709 106.034L733.976 103.982ZM742.195 107.106C742.762 107.176 743.278 106.772 743.348 106.205C743.417 105.638 743.014 105.122 742.447 105.052L742.195 107.106ZM750.927 106.061C750.359 105.995 749.846 106.402 749.781 106.97C749.715 107.538 750.122 108.051 750.69 108.116L750.927 106.061ZM759.194 109.064C759.762 109.125 760.272 108.714 760.333 108.146C760.395 107.578 759.984 107.067 759.415 107.006L759.194 109.064ZM767.907 107.888C767.338 107.831 766.831 108.246 766.774 108.815C766.717 109.383 767.132 109.89 767.701 109.947L767.907 107.888ZM776.214 110.766C776.783 110.819 777.287 110.4 777.339 109.831C777.392 109.262 776.973 108.758 776.404 108.706L776.214 110.766ZM784.908 109.459C784.339 109.411 783.838 109.833 783.79 110.403C783.742 110.972 784.164 111.473 784.734 111.521L784.908 109.459ZM793.261 112.21C793.83 112.254 794.328 111.828 794.372 111.258C794.416 110.688 793.989 110.191 793.42 110.147L793.261 112.21ZM801.937 110.769C801.367 110.73 800.872 111.16 800.833 111.73C800.794 112.3 801.224 112.794 801.794 112.834L801.937 110.769ZM810.332 113.391C810.903 113.426 811.394 112.992 811.428 112.422C811.463 111.851 811.029 111.36 810.459 111.326L810.332 113.391ZM818.981 111.814C818.41 111.784 817.923 112.222 817.892 112.792C817.862 113.363 818.3 113.85 818.87 113.881L818.981 111.814ZM827.413 114.303C827.984 114.329 828.467 113.887 828.493 113.317C828.519 112.746 828.078 112.262 827.507 112.236L827.413 114.303ZM836.037 112.59C835.466 112.568 834.985 113.014 834.964 113.585C834.942 114.156 835.388 114.636 835.959 114.658L836.037 112.59ZM844.432 114.941C845.003 114.958 845.48 114.508 845.496 113.937C845.513 113.366 845.063 112.889 844.492 112.872L844.432 114.941ZM852.874 113.081C852.303 113.069 851.83 113.523 851.818 114.094C851.806 114.665 852.26 115.138 852.831 115.15L852.874 113.081ZM861.232 115.287C861.804 115.294 862.273 114.837 862.279 114.265C862.286 113.694 861.829 113.225 861.257 113.218L861.232 115.287ZM869.642 113.285C869.07 113.282 868.605 113.744 868.603 114.315C868.601 114.887 869.063 115.352 869.634 115.354L869.642 113.285ZM878.036 115.35C878.607 115.347 879.068 114.882 879.066 114.311C879.063 113.739 878.598 113.278 878.026 113.281L878.036 115.35ZM886.41 113.207C885.838 113.214 885.381 113.683 885.389 114.255C885.396 114.826 885.865 115.283 886.437 115.276L886.41 113.207ZM894.836 115.131C895.408 115.119 895.861 114.646 895.849 114.075C895.836 113.503 895.363 113.05 894.792 113.062L894.836 115.131ZM903.173 112.847C902.602 112.864 902.152 113.341 902.17 113.913C902.187 114.484 902.663 114.933 903.235 114.916L903.173 112.847ZM911.631 114.629C912.202 114.607 912.648 114.126 912.626 113.555C912.604 112.984 912.123 112.539 911.552 112.561L911.631 114.629ZM919.928 112.203C919.357 112.23 918.916 112.714 918.943 113.285C918.97 113.856 919.455 114.297 920.026 114.27L919.928 112.203ZM928.416 113.838C928.987 113.806 929.424 113.318 929.392 112.747C929.36 112.177 928.871 111.74 928.301 111.772L928.416 113.838ZM936.669 111.266C936.099 111.303 935.667 111.796 935.704 112.366C935.741 112.936 936.233 113.368 936.803 113.331L936.669 111.266ZM945.185 112.749C945.755 112.706 946.183 112.21 946.14 111.64C946.098 111.07 945.602 110.643 945.032 110.685L945.185 112.749ZM953.388 110.026C952.819 110.074 952.396 110.574 952.443 111.143C952.491 111.713 952.991 112.136 953.561 112.088L953.388 110.026ZM961.929 111.348C962.498 111.295 962.916 110.79 962.863 110.222C962.81 109.653 962.306 109.234 961.737 109.288L961.929 111.348ZM970.077 108.467C969.508 108.526 969.095 109.034 969.154 109.603C969.213 110.171 969.721 110.584 970.29 110.525L970.077 108.467ZM978.645 109.617C979.213 109.552 979.621 109.04 979.556 108.472C979.491 107.904 978.979 107.496 978.411 107.561L978.645 109.617ZM986.736 106.567C986.169 106.638 985.766 107.155 985.837 107.722C985.908 108.289 986.425 108.691 986.992 108.62L986.736 106.567ZM995.327 107.532C995.894 107.455 996.29 106.933 996.213 106.367C996.136 105.801 995.614 105.404 995.048 105.481L995.327 107.532ZM1003.35 104.3C1002.78 104.384 1002.39 104.91 1002.47 105.476C1002.56 106.041 1003.08 106.431 1003.65 106.347L1003.35 104.3ZM1011.95 105.062C1012.52 104.971 1012.9 104.44 1012.81 103.876C1012.72 103.311 1012.19 102.928 1011.63 103.019L1011.95 105.062ZM1019.88 101.632C1019.32 101.731 1018.95 102.267 1019.04 102.83C1019.14 103.392 1019.68 103.769 1020.24 103.671L1019.88 101.632ZM1028.51 102.167C1029.07 102.061 1029.44 101.52 1029.33 100.959C1029.23 100.397 1028.69 100.028 1028.13 100.134L1028.51 102.167ZM1036.35 98.5158C1035.79 98.6303 1035.43 99.177 1035.54 99.7369C1035.66 100.297 1036.21 100.658 1036.77 100.543L1036.35 98.5158ZM1044.99 98.7924C1045.55 98.6689 1045.9 98.1166 1045.78 97.5586C1045.66 97.0007 1045.1 96.6484 1044.55 96.7719L1044.99 98.7924ZM1052.7 94.8941C1052.15 95.0271 1051.81 95.5854 1051.94 96.1412C1052.07 96.6969 1052.63 97.0396 1053.19 96.9066L1052.7 94.8941ZM1061.34 94.8753C1061.89 94.732 1062.23 94.1673 1062.08 93.6141C1061.94 93.061 1061.37 92.7288 1060.82 92.8721L1061.34 94.8753ZM1068.91 90.688C1068.36 90.8426 1068.04 91.4139 1068.2 91.9641C1068.35 92.5142 1068.92 92.8349 1069.47 92.6803L1068.91 90.688ZM2.69218 49.4988C3.32079 48.4604 4.06485 47.4246 4.92175 46.3931L3.32994 45.0708C2.4146 46.1727 1.6092 47.2918 0.92188 48.4272L2.69218 49.4988ZM10.4976 40.9798C12.3932 39.4413 14.5295 37.9264 16.8898 36.4399L15.787 34.6889C13.3678 36.2125 11.1627 37.7749 9.19355 39.373L10.4976 40.9798ZM23.7525 32.5213C25.9945 31.3532 28.3728 30.2085 30.8773 29.0896L30.0332 27.2002C27.4945 28.3344 25.0786 29.497 22.7964 30.6861L23.7525 32.5213ZM38.194 26.0326C40.5906 25.0945 43.0764 24.1782 45.6443 23.2854L44.9647 21.3308C42.3734 22.2318 39.8626 23.1572 37.4397 24.1056L38.194 26.0326ZM53.1953 20.8006C55.6782 20.027 58.2237 19.2744 60.8264 18.5437L60.2671 16.5514C57.6464 17.287 55.0821 18.0453 52.5797 18.8249L53.1953 20.8006ZM68.5023 16.4948C71.036 15.852 73.6152 15.2295 76.2353 14.6283L75.7724 12.6113C73.1374 13.216 70.5429 13.8422 67.9934 14.489L68.5023 16.4948ZM84.0176 12.93C86.5866 12.3975 89.1887 11.8852 91.8202 11.3939L91.4403 9.35966C88.7957 9.85346 86.1802 10.3684 83.5976 10.9037L84.0176 12.93ZM99.6614 10.0066C102.26 9.57193 104.881 9.15766 107.524 8.76453L107.219 6.71769C104.565 7.11264 101.93 7.52885 99.32 7.9656L99.6614 10.0066ZM115.409 7.66221C116.723 7.49029 118.04 7.32362 119.362 7.16229L119.111 5.10817C117.784 5.27022 116.46 5.43764 115.141 5.61034L115.409 7.66221ZM119.362 7.16229C120.768 6.99063 122.176 6.82438 123.588 6.66349L123.354 4.60743C121.937 4.76894 120.522 4.93584 119.111 5.10817L119.362 7.16229ZM132.056 5.76548C134.875 5.48847 137.703 5.232 140.54 4.9956L140.368 2.93338C137.521 3.17061 134.683 3.428 131.854 3.70603L132.056 5.76548ZM149.031 4.34906C151.859 4.15376 154.694 3.97773 157.534 3.82052L157.419 1.75431C154.57 1.91204 151.726 2.08864 148.889 2.2846L149.031 4.34906ZM166.042 3.4059C168.877 3.28631 171.715 3.1849 174.555 3.10122L174.494 1.03274C171.645 1.11668 168.798 1.2184 165.954 1.33836L166.042 3.4059ZM183.073 2.90303C185.912 2.85435 188.753 2.82291 191.592 2.80825L191.581 0.738901C188.734 0.753609 185.885 0.785142 183.037 0.833958L183.073 2.90303ZM200.111 2.81416C202.955 2.83266 205.795 2.86757 208.632 2.91843L208.669 0.849389C205.825 0.798394 202.976 0.763388 200.125 0.744834L200.111 2.81416ZM217.15 3.119C219.994 3.20188 222.834 3.30044 225.666 3.41422L225.749 1.34652C222.909 1.23244 220.062 1.13361 217.21 1.0505L217.15 3.119ZM234.178 3.80274C237.023 3.94806 239.858 4.10843 242.684 4.28335L242.812 2.21794C239.979 2.04255 237.136 1.88176 234.284 1.73606L234.178 3.80274ZM251.188 4.85579C254.032 5.06258 256.864 5.28388 259.682 5.51916L259.854 3.45697C257.029 3.22107 254.19 2.9992 251.338 2.79186L251.188 4.85579ZM268.169 6.27381C271.013 6.54211 273.841 6.82444 276.65 7.12027L276.867 5.06227C274.05 4.76566 271.215 4.48259 268.364 4.21359L268.169 6.27381ZM285.117 8.05871C286.532 8.22337 287.941 8.39141 289.345 8.56275L289.595 6.50862C288.188 6.33681 286.775 6.16832 285.356 6.00322L285.117 8.05871ZM289.345 8.56275C290.698 8.72798 292.048 8.89609 293.393 9.06701L293.654 7.01414C292.305 6.8428 290.953 6.67427 289.595 6.50862L289.345 8.56275ZM301.479 10.1347C304.186 10.5056 306.877 10.8877 309.55 11.2803L309.851 9.23293C307.171 8.83928 304.474 8.45627 301.76 8.08444L301.479 10.1347ZM317.614 12.5039C320.314 12.9268 322.998 13.3601 325.666 13.8035L326.005 11.7621C323.331 11.3177 320.641 10.8833 317.934 10.4594L317.614 12.5039ZM333.703 15.177C336.394 15.6493 339.068 16.1314 341.728 16.6227L342.104 14.5877C339.438 14.0954 336.758 13.6122 334.061 13.1388L333.703 15.177ZM349.743 18.1392C352.425 18.6584 355.092 19.1865 357.745 19.7229L358.155 17.6946C355.497 17.1571 352.824 16.6279 350.137 16.1075L349.743 18.1392ZM365.732 21.3711C368.404 21.9334 371.061 22.5036 373.706 23.0809L374.147 21.0591C371.498 20.4807 368.835 19.9095 366.158 19.3461L365.732 21.3711ZM381.67 24.8493C384.333 25.4505 386.984 26.0585 389.622 26.6724L390.091 24.6569C387.449 24.0419 384.794 23.433 382.126 22.8307L381.67 24.8493ZM397.563 28.5459C400.217 29.1807 402.86 29.8209 405.493 30.4657L405.985 28.4558C403.349 27.8101 400.703 27.169 398.044 26.5333L397.563 28.5459ZM413.412 32.4273C416.059 33.0897 418.696 33.7561 421.323 34.4258L421.835 32.4205C419.204 31.7502 416.565 31.083 413.915 30.4198L413.412 32.4273ZM429.227 36.4563C430.546 36.7976 431.862 37.1395 433.176 37.4819L433.698 35.4794C432.383 35.1367 431.065 34.7945 429.746 34.4529L429.227 36.4563ZM433.176 37.4819C434.475 37.8202 435.772 38.1592 437.067 38.4987L437.592 36.4969C436.295 36.1571 434.998 35.818 433.698 35.4794L433.176 37.4819ZM444.841 40.5462C447.436 41.2331 450.026 41.9219 452.613 42.6125L453.146 40.6131C450.559 39.9223 447.967 39.233 445.37 38.5458L444.841 40.5462ZM460.379 44.6935C462.97 45.39 465.558 46.0879 468.143 46.7868L468.683 44.7891C466.097 44.09 463.508 43.3919 460.917 42.6951L460.379 44.6935ZM475.905 48.8896C478.493 49.5921 481.08 50.2952 483.666 50.9987L484.209 49.0019C481.623 48.2983 479.036 47.5951 476.447 46.8925L475.905 48.8896ZM491.426 53.1112C494.012 53.8156 496.599 54.52 499.186 55.2241L499.729 53.2273C497.142 52.5233 494.556 51.8189 491.969 51.1145L491.426 53.1112ZM506.948 57.3343C509.534 58.0366 512.121 58.7382 514.711 59.4388L515.251 57.4413C512.662 56.7408 510.075 56.0394 507.49 55.3373L506.948 57.3343ZM522.477 61.5346C525.064 62.2308 527.654 62.9258 530.247 63.6191L530.781 61.6199C528.189 60.9269 525.6 60.2323 523.015 59.5364L522.477 61.5346ZM538.021 65.6887C540.609 66.3749 543.201 67.0591 545.799 67.741L546.325 65.7395C543.729 65.058 541.138 64.3742 538.551 63.6885L538.021 65.6887ZM553.585 69.7736C556.176 70.4461 558.772 71.116 561.375 71.783L561.889 69.7784C559.288 69.1119 556.694 68.4426 554.105 67.7706L553.585 69.7736ZM569.172 73.767C571.767 74.4225 574.369 75.0748 576.979 75.7237L577.478 73.7155C574.871 73.0672 572.271 72.4155 569.679 71.7607L569.172 73.767ZM584.791 77.6497C587.389 78.2846 589.996 78.9158 592.611 79.543L593.094 77.5307C590.481 76.9042 587.878 76.2737 585.282 75.6395L584.791 77.6497ZM600.442 81.4024C603.045 82.0143 605.658 82.622 608.282 83.2252L608.745 81.2085C606.126 80.606 603.516 79.999 600.915 79.3879L600.442 81.4024ZM616.127 85.0087C617.435 85.3025 618.745 85.5952 620.058 85.8867L620.506 83.8665C619.195 83.5754 617.886 83.2831 616.58 82.9897L616.127 85.0087ZM620.058 85.8867C621.445 86.1946 622.835 86.5012 624.229 86.8064L624.672 84.785C623.28 84.4802 621.891 84.174 620.506 83.8665L620.058 85.8867ZM632.593 88.6117C635.368 89.2019 638.157 89.7864 640.96 90.3646L641.378 88.3379C638.58 87.7606 635.795 87.177 633.024 86.5876L632.593 88.6117ZM649.341 92.0669C652.127 92.6235 654.926 93.1738 657.738 93.7172L658.13 91.6854C655.323 91.1428 652.528 90.5934 649.747 90.0376L649.341 92.0669ZM666.137 95.3123C668.928 95.8331 671.732 96.3469 674.549 96.8533L674.915 94.8166C672.103 94.311 669.303 93.798 666.516 93.278L666.137 95.3123ZM682.974 98.3392C685.773 98.8232 688.585 99.2997 691.408 99.7682L691.747 97.7268C688.928 97.259 686.121 96.7833 683.327 96.3001L682.974 98.3392ZM699.848 101.139C702.654 101.585 705.471 102.023 708.3 102.453L708.61 100.407C705.786 99.9779 702.974 99.5408 700.173 99.0956L699.848 101.139ZM716.763 103.707C719.576 104.114 722.399 104.512 725.234 104.901L725.515 102.851C722.685 102.462 719.867 102.065 717.059 101.659L716.763 103.707ZM733.709 106.034C736.527 106.401 739.356 106.758 742.195 107.106L742.447 105.052C739.613 104.705 736.789 104.348 733.976 103.982L733.709 106.034ZM750.69 108.116C753.514 108.442 756.349 108.758 759.194 109.064L759.415 107.006C756.576 106.701 753.746 106.385 750.927 106.061L750.69 108.116ZM767.701 109.947C770.529 110.23 773.366 110.503 776.214 110.766L776.404 108.706C773.562 108.443 770.729 108.17 767.907 107.888L767.701 109.947ZM784.734 111.521C787.567 111.761 790.409 111.991 793.261 112.21L793.42 110.147C790.573 109.928 787.736 109.699 784.908 109.459L784.734 111.521ZM801.794 112.834C804.631 113.03 807.477 113.216 810.332 113.391L810.459 111.326C807.609 111.151 804.768 110.965 801.937 110.769L801.794 112.834ZM818.87 113.881C821.709 114.032 824.556 114.173 827.413 114.303L827.507 112.236C824.656 112.106 821.814 111.966 818.981 111.814L818.87 113.881ZM835.959 114.658C837.383 114.711 838.81 114.762 840.238 114.81L840.308 112.741C838.882 112.694 837.458 112.643 836.037 112.59L835.959 114.658ZM840.238 114.81C841.634 114.856 843.032 114.9 844.432 114.941L844.492 112.872C843.095 112.832 841.7 112.788 840.308 112.741L840.238 114.81ZM852.831 115.15C855.625 115.207 858.426 115.253 861.232 115.287L861.257 113.218C858.457 113.184 855.662 113.138 852.874 113.081L852.831 115.15ZM869.634 115.354C872.431 115.364 875.232 115.363 878.036 115.35L878.026 113.281C875.228 113.294 872.433 113.295 869.642 113.285L869.634 115.354ZM886.437 115.276C889.235 115.239 892.035 115.191 894.836 115.131L894.792 113.062C891.997 113.122 889.202 113.17 886.41 113.207L886.437 115.276ZM903.235 114.916C906.034 114.832 908.834 114.737 911.631 114.629L911.552 112.561C908.76 112.669 905.967 112.764 903.173 112.847L903.235 114.916ZM920.026 114.27C922.826 114.138 925.623 113.994 928.416 113.838L928.301 111.772C925.514 111.928 922.723 112.071 919.928 112.203L920.026 114.27ZM936.803 113.331C939.603 113.15 942.397 112.955 945.185 112.749L945.032 110.685C942.251 110.891 939.463 111.085 936.669 111.266L936.803 113.331ZM953.561 112.088C956.359 111.854 959.149 111.608 961.929 111.348L961.737 109.288C958.963 109.546 956.18 109.793 953.388 110.026L953.561 112.088ZM970.29 110.525C973.086 110.236 975.872 109.933 978.645 109.617L978.411 107.561C975.645 107.876 972.866 108.178 970.077 108.467L970.29 110.525ZM986.992 108.62C989.785 108.272 992.564 107.909 995.327 107.532L995.048 105.481C992.292 105.857 989.521 106.219 986.736 106.567L986.992 108.62ZM1003.65 106.347C1006.44 105.933 1009.2 105.505 1011.95 105.062L1011.63 103.019C1008.88 103.461 1006.12 103.888 1003.35 104.3L1003.65 106.347ZM1020.24 103.671C1023.02 103.185 1025.78 102.684 1028.51 102.167L1028.13 100.134C1025.4 100.649 1022.65 101.148 1019.88 101.632L1020.24 103.671ZM1036.77 100.543C1039.54 99.9766 1042.28 99.393 1044.99 98.7924L1044.55 96.7719C1041.84 97.37 1039.11 97.9513 1036.35 98.5158L1036.77 100.543ZM1053.19 96.9066C1055.94 96.248 1058.66 95.5709 1061.34 94.8753L1060.82 92.8721C1058.15 93.5644 1055.44 94.2384 1052.7 94.8941L1053.19 96.9066ZM1069.47 92.6803C1070.83 92.2998 1072.17 91.9142 1073.51 91.5236L1072.92 89.5376C1071.6 89.9261 1070.26 90.3095 1068.91 90.688L1069.47 92.6803Z' fill='%233DD6D0'/%3E%3C/svg%3E%0A") no-repeat top left;
    position: absolute;
    width: calc(100% - 84px);
    padding-bottom: 11%;
    background-size: contain;
}
.wrapper-before-list .list li, .wrapper-outcome-list .list li {
    color: #355074;
    font-family: 'Commissioner';
    font-weight: 700;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    max-width: 148px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}
.wrapper-before-list .list li::before{
    background: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.46582' width='24' height='24' rx='12' fill='%23FFB59D'/%3E%3Cpath d='M4.46582 12C4.46582 7.59375 8.02832 4 12.4658 4C16.8721 4 20.4658 7.59375 20.4658 12C20.4658 16.4375 16.8721 20 12.4658 20C8.02832 20 4.46582 16.4375 4.46582 12ZM12.4658 15C14.1221 15 15.4658 13.6562 15.4658 12C15.4658 10.3438 14.1221 9 12.4658 9C10.7783 9 9.46582 10.3438 9.46582 12C9.46582 13.6562 10.7783 15 12.4658 15Z' fill='%23FEFEFE'/%3E%3C/svg%3E%0A") no-repeat 0 0;
}
.wrapper-outcome-list .list li::before{
    background: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.46582' width='24' height='24' rx='12' fill='%2323374D'/%3E%3Cpath d='M4.46582 12C4.46582 7.59375 8.02832 4 12.4658 4C16.8721 4 20.4658 7.59375 20.4658 12C20.4658 16.4375 16.8721 20 12.4658 20C8.02832 20 4.46582 16.4375 4.46582 12ZM16.0596 10.625C16.4033 10.2812 16.4033 9.75 16.0596 9.40625C15.7158 9.0625 15.1846 9.0625 14.8408 9.40625L11.4658 12.7812L10.0596 11.4062C9.71582 11.0625 9.18457 11.0625 8.84082 11.4062C8.49707 11.75 8.49707 12.2812 8.84082 12.625L10.8408 14.625C11.1846 14.9688 11.7158 14.9688 12.0596 14.625L16.0596 10.625Z' fill='%23FEFEFE'/%3E%3C/svg%3E%0A") no-repeat 0 0;
}
.wrapper-before-list .list li::before,
.wrapper-outcome-list .list li::before{
    content: '';
    display: block;
    position: absolute;
    height: 24px;
    width: 24px;
    background-size: contain;
}
.wrapper-before-list .list li.item-1::before{
    top: -8px;
    left: 44.18%;
}
.wrapper-outcome-list .list li::before{
    left: 50%;
    margin-left: -12px;
}
.wrapper-outcome-list .list li:first-child{
    padding-top: 15%;
}
.wrapper-outcome-list .list li:first-child::before{
    top: 20%;
}
.wrapper-outcome-list .list li:nth-child(2){
    padding-top: 20%;
}
.wrapper-outcome-list .list li:nth-child(2)::before{
    top: 41%;
}
.wrapper-outcome-list .list li:nth-child(3){
    padding-top: 20%;
}
.wrapper-outcome-list .list li:nth-child(3)::before{
    top: 41%;
}

.stories-main_v2 .wrapper-before-list .list li.item-1{
    padding-top: 50px;
}
.stories-main_v2 .wrapper-before-list .list li.item-1::before{
    top: 0;
}
.stories-main_v2 .wrapper-before-list .list li.item-2{
    padding-top: 50px;
}
.stories-main_v2 .wrapper-before-list .list li.item-2::before{
    top: -7px;
    left: 44.18%;
}
.stories-main_v2 .wrapper-outcome-list .list li:first-child{
    padding-top: 15%;
}
.stories-main_v2 .wrapper-outcome-list .list li:first-child::before{
    top: 15%;
}
.stories-main_v2 .wrapper-outcome-list .list li:nth-child(2){
    padding-top: 20%;
}
.stories-main_v2 .wrapper-outcome-list .list li:nth-child(2)::before{
    top: 29%;
}
.stories-main_v2 .wrapper-outcome-list .list li:nth-child(3){
    padding-top: 20%;
}
.stories-main_v2 .wrapper-outcome-list .list li:nth-child(3)::before{
    top: 35%;
}
.stories-main_v2 .wrapper-outcome-list .list li:nth-child(4){
    padding-top: 20%;
}
.stories-main_v2 .wrapper-outcome-list .list li:nth-child(4)::before{
    top: 33%;
}
.stories-main_v3 .wrapper-before-list .list li.item-1{
    padding-top: 50px;
}
.stories-main_v3 .wrapper-before-list .list li.item-1::before{
    top: 0;
}
.stories-main_v3 .wrapper-before-list .list li.item-2{
    padding-top: 50px;
}
.stories-main_v3 .wrapper-before-list .list li.item-2::before{
    top: -7px;
    left: 44.18%;
}
.stories-main_v3 .wrapper-outcome-list .list li:first-child{
    padding-top: 15%;
}
.stories-main_v3 .wrapper-outcome-list .list li:first-child::before{
    top: 15%;
}
.stories-main_v3 .wrapper-outcome-list .list li:nth-child(2){
    padding-top: 20%;
}
.stories-main_v3 .wrapper-outcome-list .list li:nth-child(2)::before{
    top: 30%;
}
.stories-main_v3 .wrapper-outcome-list .list li:nth-child(3){
    padding-top: 20%;
}
.stories-main_v3 .wrapper-outcome-list .list li:nth-child(3)::before{
    top: 38%;
}
.stories-main_v3 .wrapper-outcome-list .list li:nth-child(4){
    padding-top: 20%;
}
.stories-main_v3 .wrapper-outcome-list .list li:nth-child(4)::before{
    top: 35%;
}

@media (max-width: 960px) {
    .wrapper-outcome-list .list li:nth-child(2)::before {
        top: 34%;
    }
    .wrapper-outcome-list .list li:nth-child(3)::before {
        top: 33%;
    }
    .stories-main_v2 .wrapper-outcome-list .list li:nth-child(2)::before{
        top: 30%;
    }
    .stories-main_v2 .wrapper-outcome-list .list li:nth-child(3)::before {
        top: 36%;
    }
    .stories-main_v2 .wrapper-outcome-list .list li:nth-child(4)::before {
        top: 34%;
    }
    .stories-main_v3 .wrapper-outcome-list .list li:nth-child(2)::before{
        top: 30%;
    }
    .stories-main_v3 .wrapper-outcome-list .list li:nth-child(3)::before {
        top: 36%;
    }
    .stories-main_v3 .wrapper-outcome-list .list li:nth-child(4)::before {
        top: 34%;
    }
}
@media (max-width: 860px) {
    .quiz-section-stories .quiz-info {
        padding: 0 20px 0 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    h2, .h2 {
        font-size: 34px !important;
    }
    .page-template-page-member-stories-aeo main {
        padding-top: 100px;
    }
    .banner-stories{
        margin-bottom: 60px;
    }
    .banner-stories .banner-info {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
    }
    .banner-stories .figure{
        display: none;
    }
    .banner-stories .banner-info{
        flex:0 0 100%;
        padding-top: 0;
        max-width: 100%;
    }
    .banner-stories .banner-info .h1, .banner-stories .banner-info h1{
        font-size: 53px;
        margin-bottom: 32px;
    }
    .banner-stories .banner-img{
        position: relative;
        flex: 0 0 100%;
        max-width: 100%;
        width: 80%;
        padding: 0;
        margin: 0 auto;
    }
    .banner-info .btn {
        width: 230px;
        margin: 0 auto;
        display: block;
    }
    .stories-main_info, .stories-main_img{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .stories-main_img{
        text-align: center;
    }
    .stories-main_img img{
        position: relative !important;
        width: 60% !important;
        transform: translate(0, 0) !important;
    }
    .wrapper-before,
    .wrapper-outcome,
    .wrapper-before-list,
    .wrapper-outcome-list{
        width: 100%;
    }
    .wrapper-before{
        order: 1;
    }
    .wrapper-before-list{
        order: 2;
        position: relative;
        overflow: hidden;
    }
    .wrapper-outcome{
        order: 3;
        z-index: 1;
    }
    .wrapper-outcome-list{
        order: 4;
        position: relative;
        overflow: hidden;
    }
    .wrapper-outcome-list::before{
        content: '';
        background: url("data:image/svg+xml,%0A%3Csvg width='1075' height='116' viewBox='0 0 1075 116' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1073.51 91.5236C1074.05 91.3631 1074.37 90.7883 1074.21 90.2399C1074.05 89.6915 1073.47 89.3771 1072.92 89.5376L1073.51 91.5236ZM840.273 113.775L840.238 114.81L840.273 113.775ZM620.282 84.8766L620.506 83.8665L620.506 83.8665L620.282 84.8766ZM433.437 36.4806L433.698 35.4794L433.698 35.4794L433.437 36.4806ZM289.47 7.53568L289.345 8.56275L289.47 7.53568ZM119.236 6.13523L119.111 5.10817L119.236 6.13523ZM4.92175 46.3931C5.28689 45.9535 5.22656 45.3012 4.78699 44.936C4.34743 44.5709 3.69508 44.6312 3.32994 45.0708L4.92175 46.3931ZM9.19355 39.373C8.74985 39.7331 8.68208 40.3847 9.04218 40.8284C9.40229 41.2721 10.0539 41.3399 10.4976 40.9798L9.19355 39.373ZM16.8898 36.4399C17.3733 36.1354 17.5185 35.4966 17.214 35.013C16.9094 34.5295 16.2706 34.3844 15.787 34.6889L16.8898 36.4399ZM22.7964 30.6861C22.2896 30.9501 22.0928 31.575 22.3568 32.0817C22.6208 32.5885 23.2457 32.7853 23.7525 32.5213L22.7964 30.6861ZM30.8773 29.0896C31.399 28.8565 31.633 28.2446 31.3999 27.7229C31.1668 27.2011 30.5549 26.9671 30.0332 27.2002L30.8773 29.0896ZM37.4397 24.1056C36.9075 24.3139 36.645 24.9142 36.8533 25.4463C37.0616 25.9784 37.6618 26.2409 38.194 26.0326L37.4397 24.1056ZM45.6443 23.2854C46.184 23.0978 46.4694 22.5081 46.2818 21.9683C46.0941 21.4286 45.5044 21.1432 44.9647 21.3308L45.6443 23.2854ZM52.5797 18.8249C52.0341 18.9949 51.7296 19.575 51.8996 20.1205C52.0696 20.6661 52.6497 20.9706 53.1953 20.8006L52.5797 18.8249ZM60.8264 18.5437C61.3765 18.3893 61.6973 17.8181 61.5429 17.2679C61.3885 16.7177 60.8173 16.3969 60.2671 16.5514L60.8264 18.5437ZM67.9934 14.489C67.4395 14.6295 67.1044 15.1925 67.2449 15.7464C67.3855 16.3002 67.9484 16.6353 68.5023 16.4948L67.9934 14.489ZM76.2353 14.6283C76.7922 14.5005 77.1401 13.9453 77.0123 13.3884C76.8845 12.8314 76.3294 12.4835 75.7724 12.6113L76.2353 14.6283ZM83.5976 10.9037C83.038 11.0197 82.6784 11.5674 82.7944 12.1269C82.9104 12.6865 83.458 13.046 84.0176 12.93L83.5976 10.9037ZM91.8202 11.3939C92.3819 11.289 92.7523 10.7486 92.6474 10.1869C92.5425 9.62513 92.0021 9.25478 91.4403 9.35966L91.8202 11.3939ZM99.32 7.9656C98.7564 8.05989 98.3759 8.59323 98.4702 9.15684C98.5645 9.72044 99.0978 10.1009 99.6614 10.0066L99.32 7.9656ZM107.524 8.76453C108.089 8.68044 108.479 8.15406 108.395 7.58884C108.311 7.02362 107.784 6.63359 107.219 6.71769L107.524 8.76453ZM115.141 5.61034C114.574 5.68451 114.175 6.20395 114.249 6.77056C114.323 7.33717 114.843 7.73638 115.409 7.66221L115.141 5.61034ZM123.588 6.66349C124.156 6.59879 124.564 6.08607 124.499 5.51831C124.435 4.95054 123.922 4.54272 123.354 4.60743L123.588 6.66349ZM131.854 3.70603C131.285 3.76192 130.869 4.26825 130.925 4.83695C130.981 5.40565 131.488 5.82137 132.056 5.76548L131.854 3.70603ZM140.54 4.9956C141.11 4.94815 141.533 4.44803 141.485 3.87856C141.438 3.3091 140.938 2.88592 140.368 2.93338L140.54 4.9956ZM148.889 2.2846C148.319 2.32397 147.888 2.81803 147.928 3.38811C147.967 3.9582 148.461 4.38842 149.031 4.34906L148.889 2.2846ZM157.534 3.82052C158.104 3.78893 158.541 3.30079 158.509 2.73022C158.478 2.15965 157.99 1.72272 157.419 1.75431L157.534 3.82052ZM165.954 1.33836C165.384 1.36245 164.94 1.8448 164.964 2.41574C164.988 2.98667 165.471 3.42998 166.042 3.4059L165.954 1.33836ZM174.555 3.10122C175.127 3.08439 175.576 2.6077 175.559 2.03651C175.542 1.46531 175.066 1.01591 174.494 1.03274L174.555 3.10122ZM183.037 0.833958C182.466 0.843751 182.01 1.31487 182.02 1.88622C182.03 2.45758 182.501 2.91282 183.073 2.90303L183.037 0.833958ZM191.592 2.80825C192.163 2.80529 192.624 2.33966 192.621 1.76823C192.618 1.1968 192.153 0.73595 191.581 0.738901L191.592 2.80825ZM200.125 0.744834C199.554 0.741115 199.087 1.20134 199.084 1.77276C199.08 2.34419 199.54 2.81044 200.111 2.81416L200.125 0.744834ZM208.632 2.91843C209.203 2.92867 209.675 2.47381 209.685 1.90246C209.695 1.33111 209.24 0.859632 208.669 0.849389L208.632 2.91843ZM217.21 1.0505C216.639 1.03386 216.162 1.48342 216.146 2.05462C216.129 2.62582 216.579 3.10236 217.15 3.119L217.21 1.0505ZM225.666 3.41422C226.237 3.43716 226.718 2.99288 226.741 2.4219C226.764 1.85092 226.32 1.36946 225.749 1.34652L225.666 3.41422ZM234.284 1.73606C233.713 1.7069 233.227 2.14591 233.198 2.71661C233.169 3.2873 233.608 3.77358 234.178 3.80274L234.284 1.73606ZM242.684 4.28335C243.254 4.31867 243.745 3.88493 243.78 3.31459C243.816 2.74424 243.382 2.25325 242.812 2.21794L242.684 4.28335ZM251.338 2.79186C250.768 2.75042 250.272 3.17886 250.231 3.74879C250.19 4.31873 250.618 4.81435 251.188 4.85579L251.338 2.79186ZM259.682 5.51916C260.251 5.56671 260.752 5.14362 260.799 4.57416C260.847 4.0047 260.424 3.50451 259.854 3.45697L259.682 5.51916ZM268.364 4.21359C267.795 4.15991 267.29 4.5776 267.237 5.14651C267.183 5.71543 267.601 6.22014 268.169 6.27381L268.364 4.21359ZM276.65 7.12027C277.218 7.18011 277.728 6.76792 277.788 6.19962C277.847 5.63132 277.435 5.12211 276.867 5.06227L276.65 7.12027ZM285.356 6.00322C284.789 5.93714 284.275 6.34372 284.209 6.91132C284.143 7.47893 284.549 7.99263 285.117 8.05871L285.356 6.00322ZM293.393 9.06701C293.96 9.13904 294.478 8.73788 294.55 8.17099C294.622 7.60411 294.221 7.08617 293.654 7.01414L293.393 9.06701ZM301.76 8.08444C301.194 8.00687 300.672 8.40294 300.594 8.9691C300.517 9.53525 300.913 10.0571 301.479 10.1347L301.76 8.08444ZM309.55 11.2803C310.116 11.3634 310.641 10.9724 310.725 10.407C310.808 9.84161 310.417 9.31596 309.851 9.23293L309.55 11.2803ZM317.934 10.4594C317.369 10.371 316.84 10.757 316.752 11.3216C316.663 11.8861 317.049 12.4155 317.614 12.5039L317.934 10.4594ZM325.666 13.8035C326.229 13.8972 326.762 13.5161 326.856 12.9524C326.95 12.3887 326.569 11.8558 326.005 11.7621L325.666 13.8035ZM334.061 13.1388C333.498 13.04 332.962 13.4161 332.863 13.979C332.764 14.5418 333.14 15.0782 333.703 15.177L334.061 13.1388ZM341.728 16.6227C342.29 16.7265 342.829 16.3551 342.933 15.7932C343.037 15.2312 342.666 14.6915 342.104 14.5877L341.728 16.6227ZM350.137 16.1075C349.576 15.9989 349.033 16.3656 348.924 16.9267C348.816 17.4877 349.182 18.0305 349.743 18.1392L350.137 16.1075ZM357.745 19.7229C358.305 19.8362 358.851 19.4739 358.964 18.9138C359.077 18.3537 358.715 17.8078 358.155 17.6946L357.745 19.7229ZM366.158 19.3461C365.599 19.2285 365.05 19.5864 364.933 20.1456C364.815 20.7048 365.173 21.2535 365.732 21.3711L366.158 19.3461ZM373.706 23.0809C374.264 23.2028 374.816 22.849 374.938 22.2907C375.059 21.7324 374.706 21.181 374.147 21.0591L373.706 23.0809ZM382.126 22.8307C381.568 22.7049 381.014 23.0548 380.889 23.6122C380.763 24.1696 381.113 24.7235 381.67 24.8493L382.126 22.8307ZM389.622 26.6724C390.179 26.8019 390.735 26.4557 390.865 25.8991C390.994 25.3426 390.648 24.7864 390.091 24.6569L389.622 26.6724ZM398.044 26.5333C397.488 26.4004 396.93 26.7432 396.797 27.299C396.664 27.8548 397.007 28.413 397.563 28.5459L398.044 26.5333ZM405.493 30.4657C406.048 30.6017 406.608 30.262 406.744 29.707C406.88 29.1519 406.54 28.5918 405.985 28.4558L405.493 30.4657ZM413.915 30.4198C413.36 30.2811 412.799 30.618 412.66 31.1723C412.521 31.7267 412.858 32.2885 413.412 32.4273L413.915 30.4198ZM421.323 34.4258C421.877 34.5669 422.44 34.2325 422.582 33.6787C422.723 33.125 422.388 32.5617 421.835 32.4205L421.323 34.4258ZM429.746 34.4529C429.192 34.3098 428.628 34.6422 428.485 35.1954C428.341 35.7486 428.674 36.3131 429.227 36.4563L429.746 34.4529ZM437.067 38.4987C437.62 38.6435 438.186 38.3129 438.331 37.7601C438.475 37.2073 438.145 36.6418 437.592 36.4969L437.067 38.4987ZM445.37 38.5458C444.818 38.3995 444.252 38.7288 444.105 39.2812C443.959 39.8337 444.288 40.4 444.841 40.5462L445.37 38.5458ZM452.613 42.6125C453.165 42.7599 453.732 42.4318 453.879 41.8797C454.027 41.3276 453.699 40.7605 453.146 40.6131L452.613 42.6125ZM460.917 42.6951C460.365 42.5468 459.797 42.8739 459.649 43.4257C459.501 43.9775 459.828 44.5452 460.379 44.6935L460.917 42.6951ZM468.143 46.7868C468.694 46.9359 469.263 46.6096 469.412 46.0579C469.561 45.5063 469.235 44.9382 468.683 44.7891L468.143 46.7868ZM476.447 46.8925C475.896 46.7428 475.327 47.0686 475.178 47.62C475.028 48.1715 475.354 48.7399 475.905 48.8896L476.447 46.8925ZM483.666 50.9987C484.217 51.1487 484.786 50.8234 484.936 50.272C485.086 49.7206 484.76 49.152 484.209 49.0019L483.666 50.9987ZM491.969 51.1145C491.418 50.9644 490.849 51.2896 490.699 51.841C490.549 52.3924 490.874 52.9611 491.426 53.1112L491.969 51.1145ZM499.186 55.2241C499.737 55.3741 500.306 55.0488 500.456 54.4974C500.606 53.946 500.281 53.3774 499.729 53.2273L499.186 55.2241ZM507.49 55.3373C506.938 55.1875 506.37 55.5132 506.22 56.0646C506.07 56.6161 506.396 57.1846 506.948 57.3343L507.49 55.3373ZM514.711 59.4388C515.263 59.5881 515.831 59.2619 515.98 58.7103C516.129 58.1587 515.803 57.5905 515.251 57.4413L514.711 59.4388ZM523.015 59.5364C522.463 59.3878 521.895 59.7148 521.747 60.2666C521.598 60.8184 521.925 61.3861 522.477 61.5346L523.015 59.5364ZM530.247 63.6191C530.799 63.7666 531.366 63.4387 531.514 62.8867C531.661 62.3346 531.334 61.7675 530.781 61.6199L530.247 63.6191ZM538.551 63.6885C537.999 63.542 537.432 63.8711 537.286 64.4235C537.139 64.9758 537.468 65.5423 538.021 65.6887L538.551 63.6885ZM545.799 67.741C546.352 67.8861 546.918 67.5557 547.063 67.003C547.208 66.4503 546.877 65.8846 546.325 65.7395L545.799 67.741ZM554.105 67.7706C553.552 67.6271 552.987 67.9591 552.843 68.5122C552.7 69.0653 553.032 69.6301 553.585 69.7736L554.105 67.7706ZM561.375 71.783C561.929 71.9249 562.492 71.5911 562.634 71.0376C562.776 70.484 562.442 69.9203 561.889 69.7784L561.375 71.783ZM569.679 71.7607C569.125 71.6207 568.562 71.9564 568.422 72.5104C568.282 73.0645 568.618 73.627 569.172 73.767L569.679 71.7607ZM576.979 75.7237C577.533 75.8616 578.094 75.5238 578.232 74.9692C578.37 74.4147 578.033 73.8533 577.478 73.7155L576.979 75.7237ZM585.282 75.6395C584.727 75.5038 584.167 75.8439 584.032 76.399C583.896 76.9541 584.236 77.514 584.791 77.6497L585.282 75.6395ZM592.611 79.543C593.167 79.6763 593.725 79.3339 593.858 78.7782C593.992 78.2225 593.649 77.664 593.094 77.5307L592.611 79.543ZM600.915 79.3879C600.359 79.2572 599.802 79.6021 599.671 80.1584C599.54 80.7147 599.885 81.2716 600.442 81.4024L600.915 79.3879ZM608.282 83.2252C608.839 83.3533 609.394 83.0056 609.522 82.4487C609.65 81.8918 609.302 81.3365 608.745 81.2085L608.282 83.2252ZM616.58 82.9897C616.023 82.8644 615.469 83.2148 615.344 83.7724C615.219 84.3299 615.569 84.8834 616.127 85.0087L616.58 82.9897ZM624.229 86.8064C624.787 86.9287 625.339 86.5752 625.461 86.017C625.584 85.4588 625.23 84.9072 624.672 84.785L624.229 86.8064ZM633.024 86.5876C632.465 86.4687 631.915 86.8254 631.796 87.3844C631.678 87.9433 632.034 88.4928 632.593 88.6117L633.024 86.5876ZM640.96 90.3646C641.519 90.4801 642.067 90.12 642.182 89.5604C642.298 89.0007 641.938 88.4534 641.378 88.3379L640.96 90.3646ZM649.747 90.0376C649.187 89.9256 648.642 90.2891 648.53 90.8495C648.418 91.4098 648.781 91.9549 649.341 92.0669L649.747 90.0376ZM657.738 93.7172C658.299 93.8256 658.841 93.4587 658.95 92.8976C659.058 92.3365 658.691 91.7938 658.13 91.6854L657.738 93.7172ZM666.516 93.278C665.955 93.1732 665.414 93.5437 665.309 94.1054C665.205 94.6672 665.575 95.2075 666.137 95.3123L666.516 93.278ZM674.549 96.8533C675.111 96.9544 675.649 96.5804 675.75 96.018C675.851 95.4556 675.477 94.9177 674.915 94.8166L674.549 96.8533ZM683.327 96.3001C682.764 96.2027 682.228 96.5802 682.131 97.1433C682.034 97.7064 682.411 98.2418 682.974 98.3392L683.327 96.3001ZM691.408 99.7682C691.972 99.8618 692.504 99.4806 692.598 98.9169C692.692 98.3532 692.31 97.8203 691.747 97.7268L691.408 99.7682ZM700.173 99.0956C699.608 99.0059 699.078 99.3907 698.988 99.9551C698.899 100.519 699.284 101.05 699.848 101.139L700.173 99.0956ZM708.3 102.453C708.865 102.538 709.392 102.15 709.478 101.585C709.564 101.02 709.175 100.492 708.61 100.407L708.3 102.453ZM717.059 101.659C716.494 101.577 715.969 101.969 715.887 102.535C715.805 103.1 716.198 103.625 716.763 103.707L717.059 101.659ZM725.234 104.901C725.8 104.979 726.322 104.583 726.399 104.017C726.477 103.451 726.081 102.929 725.515 102.851L725.234 104.901ZM733.976 103.982C733.409 103.909 732.89 104.308 732.817 104.875C732.743 105.442 733.143 105.961 733.709 106.034L733.976 103.982ZM742.195 107.106C742.762 107.176 743.278 106.772 743.348 106.205C743.417 105.638 743.014 105.122 742.447 105.052L742.195 107.106ZM750.927 106.061C750.359 105.995 749.846 106.402 749.781 106.97C749.715 107.538 750.122 108.051 750.69 108.116L750.927 106.061ZM759.194 109.064C759.762 109.125 760.272 108.714 760.333 108.146C760.395 107.578 759.984 107.067 759.415 107.006L759.194 109.064ZM767.907 107.888C767.338 107.831 766.831 108.246 766.774 108.815C766.717 109.383 767.132 109.89 767.701 109.947L767.907 107.888ZM776.214 110.766C776.783 110.819 777.287 110.4 777.339 109.831C777.392 109.262 776.973 108.758 776.404 108.706L776.214 110.766ZM784.908 109.459C784.339 109.411 783.838 109.833 783.79 110.403C783.742 110.972 784.164 111.473 784.734 111.521L784.908 109.459ZM793.261 112.21C793.83 112.254 794.328 111.828 794.372 111.258C794.416 110.688 793.989 110.191 793.42 110.147L793.261 112.21ZM801.937 110.769C801.367 110.73 800.872 111.16 800.833 111.73C800.794 112.3 801.224 112.794 801.794 112.834L801.937 110.769ZM810.332 113.391C810.903 113.426 811.394 112.992 811.428 112.422C811.463 111.851 811.029 111.36 810.459 111.326L810.332 113.391ZM818.981 111.814C818.41 111.784 817.923 112.222 817.892 112.792C817.862 113.363 818.3 113.85 818.87 113.881L818.981 111.814ZM827.413 114.303C827.984 114.329 828.467 113.887 828.493 113.317C828.519 112.746 828.078 112.262 827.507 112.236L827.413 114.303ZM836.037 112.59C835.466 112.568 834.985 113.014 834.964 113.585C834.942 114.156 835.388 114.636 835.959 114.658L836.037 112.59ZM844.432 114.941C845.003 114.958 845.48 114.508 845.496 113.937C845.513 113.366 845.063 112.889 844.492 112.872L844.432 114.941ZM852.874 113.081C852.303 113.069 851.83 113.523 851.818 114.094C851.806 114.665 852.26 115.138 852.831 115.15L852.874 113.081ZM861.232 115.287C861.804 115.294 862.273 114.837 862.279 114.265C862.286 113.694 861.829 113.225 861.257 113.218L861.232 115.287ZM869.642 113.285C869.07 113.282 868.605 113.744 868.603 114.315C868.601 114.887 869.063 115.352 869.634 115.354L869.642 113.285ZM878.036 115.35C878.607 115.347 879.068 114.882 879.066 114.311C879.063 113.739 878.598 113.278 878.026 113.281L878.036 115.35ZM886.41 113.207C885.838 113.214 885.381 113.683 885.389 114.255C885.396 114.826 885.865 115.283 886.437 115.276L886.41 113.207ZM894.836 115.131C895.408 115.119 895.861 114.646 895.849 114.075C895.836 113.503 895.363 113.05 894.792 113.062L894.836 115.131ZM903.173 112.847C902.602 112.864 902.152 113.341 902.17 113.913C902.187 114.484 902.663 114.933 903.235 114.916L903.173 112.847ZM911.631 114.629C912.202 114.607 912.648 114.126 912.626 113.555C912.604 112.984 912.123 112.539 911.552 112.561L911.631 114.629ZM919.928 112.203C919.357 112.23 918.916 112.714 918.943 113.285C918.97 113.856 919.455 114.297 920.026 114.27L919.928 112.203ZM928.416 113.838C928.987 113.806 929.424 113.318 929.392 112.747C929.36 112.177 928.871 111.74 928.301 111.772L928.416 113.838ZM936.669 111.266C936.099 111.303 935.667 111.796 935.704 112.366C935.741 112.936 936.233 113.368 936.803 113.331L936.669 111.266ZM945.185 112.749C945.755 112.706 946.183 112.21 946.14 111.64C946.098 111.07 945.602 110.643 945.032 110.685L945.185 112.749ZM953.388 110.026C952.819 110.074 952.396 110.574 952.443 111.143C952.491 111.713 952.991 112.136 953.561 112.088L953.388 110.026ZM961.929 111.348C962.498 111.295 962.916 110.79 962.863 110.222C962.81 109.653 962.306 109.234 961.737 109.288L961.929 111.348ZM970.077 108.467C969.508 108.526 969.095 109.034 969.154 109.603C969.213 110.171 969.721 110.584 970.29 110.525L970.077 108.467ZM978.645 109.617C979.213 109.552 979.621 109.04 979.556 108.472C979.491 107.904 978.979 107.496 978.411 107.561L978.645 109.617ZM986.736 106.567C986.169 106.638 985.766 107.155 985.837 107.722C985.908 108.289 986.425 108.691 986.992 108.62L986.736 106.567ZM995.327 107.532C995.894 107.455 996.29 106.933 996.213 106.367C996.136 105.801 995.614 105.404 995.048 105.481L995.327 107.532ZM1003.35 104.3C1002.78 104.384 1002.39 104.91 1002.47 105.476C1002.56 106.041 1003.08 106.431 1003.65 106.347L1003.35 104.3ZM1011.95 105.062C1012.52 104.971 1012.9 104.44 1012.81 103.876C1012.72 103.311 1012.19 102.928 1011.63 103.019L1011.95 105.062ZM1019.88 101.632C1019.32 101.731 1018.95 102.267 1019.04 102.83C1019.14 103.392 1019.68 103.769 1020.24 103.671L1019.88 101.632ZM1028.51 102.167C1029.07 102.061 1029.44 101.52 1029.33 100.959C1029.23 100.397 1028.69 100.028 1028.13 100.134L1028.51 102.167ZM1036.35 98.5158C1035.79 98.6303 1035.43 99.177 1035.54 99.7369C1035.66 100.297 1036.21 100.658 1036.77 100.543L1036.35 98.5158ZM1044.99 98.7924C1045.55 98.6689 1045.9 98.1166 1045.78 97.5586C1045.66 97.0007 1045.1 96.6484 1044.55 96.7719L1044.99 98.7924ZM1052.7 94.8941C1052.15 95.0271 1051.81 95.5854 1051.94 96.1412C1052.07 96.6969 1052.63 97.0396 1053.19 96.9066L1052.7 94.8941ZM1061.34 94.8753C1061.89 94.732 1062.23 94.1673 1062.08 93.6141C1061.94 93.061 1061.37 92.7288 1060.82 92.8721L1061.34 94.8753ZM1068.91 90.688C1068.36 90.8426 1068.04 91.4139 1068.2 91.9641C1068.35 92.5142 1068.92 92.8349 1069.47 92.6803L1068.91 90.688ZM2.69218 49.4988C3.32079 48.4604 4.06485 47.4246 4.92175 46.3931L3.32994 45.0708C2.4146 46.1727 1.6092 47.2918 0.92188 48.4272L2.69218 49.4988ZM10.4976 40.9798C12.3932 39.4413 14.5295 37.9264 16.8898 36.4399L15.787 34.6889C13.3678 36.2125 11.1627 37.7749 9.19355 39.373L10.4976 40.9798ZM23.7525 32.5213C25.9945 31.3532 28.3728 30.2085 30.8773 29.0896L30.0332 27.2002C27.4945 28.3344 25.0786 29.497 22.7964 30.6861L23.7525 32.5213ZM38.194 26.0326C40.5906 25.0945 43.0764 24.1782 45.6443 23.2854L44.9647 21.3308C42.3734 22.2318 39.8626 23.1572 37.4397 24.1056L38.194 26.0326ZM53.1953 20.8006C55.6782 20.027 58.2237 19.2744 60.8264 18.5437L60.2671 16.5514C57.6464 17.287 55.0821 18.0453 52.5797 18.8249L53.1953 20.8006ZM68.5023 16.4948C71.036 15.852 73.6152 15.2295 76.2353 14.6283L75.7724 12.6113C73.1374 13.216 70.5429 13.8422 67.9934 14.489L68.5023 16.4948ZM84.0176 12.93C86.5866 12.3975 89.1887 11.8852 91.8202 11.3939L91.4403 9.35966C88.7957 9.85346 86.1802 10.3684 83.5976 10.9037L84.0176 12.93ZM99.6614 10.0066C102.26 9.57193 104.881 9.15766 107.524 8.76453L107.219 6.71769C104.565 7.11264 101.93 7.52885 99.32 7.9656L99.6614 10.0066ZM115.409 7.66221C116.723 7.49029 118.04 7.32362 119.362 7.16229L119.111 5.10817C117.784 5.27022 116.46 5.43764 115.141 5.61034L115.409 7.66221ZM119.362 7.16229C120.768 6.99063 122.176 6.82438 123.588 6.66349L123.354 4.60743C121.937 4.76894 120.522 4.93584 119.111 5.10817L119.362 7.16229ZM132.056 5.76548C134.875 5.48847 137.703 5.232 140.54 4.9956L140.368 2.93338C137.521 3.17061 134.683 3.428 131.854 3.70603L132.056 5.76548ZM149.031 4.34906C151.859 4.15376 154.694 3.97773 157.534 3.82052L157.419 1.75431C154.57 1.91204 151.726 2.08864 148.889 2.2846L149.031 4.34906ZM166.042 3.4059C168.877 3.28631 171.715 3.1849 174.555 3.10122L174.494 1.03274C171.645 1.11668 168.798 1.2184 165.954 1.33836L166.042 3.4059ZM183.073 2.90303C185.912 2.85435 188.753 2.82291 191.592 2.80825L191.581 0.738901C188.734 0.753609 185.885 0.785142 183.037 0.833958L183.073 2.90303ZM200.111 2.81416C202.955 2.83266 205.795 2.86757 208.632 2.91843L208.669 0.849389C205.825 0.798394 202.976 0.763388 200.125 0.744834L200.111 2.81416ZM217.15 3.119C219.994 3.20188 222.834 3.30044 225.666 3.41422L225.749 1.34652C222.909 1.23244 220.062 1.13361 217.21 1.0505L217.15 3.119ZM234.178 3.80274C237.023 3.94806 239.858 4.10843 242.684 4.28335L242.812 2.21794C239.979 2.04255 237.136 1.88176 234.284 1.73606L234.178 3.80274ZM251.188 4.85579C254.032 5.06258 256.864 5.28388 259.682 5.51916L259.854 3.45697C257.029 3.22107 254.19 2.9992 251.338 2.79186L251.188 4.85579ZM268.169 6.27381C271.013 6.54211 273.841 6.82444 276.65 7.12027L276.867 5.06227C274.05 4.76566 271.215 4.48259 268.364 4.21359L268.169 6.27381ZM285.117 8.05871C286.532 8.22337 287.941 8.39141 289.345 8.56275L289.595 6.50862C288.188 6.33681 286.775 6.16832 285.356 6.00322L285.117 8.05871ZM289.345 8.56275C290.698 8.72798 292.048 8.89609 293.393 9.06701L293.654 7.01414C292.305 6.8428 290.953 6.67427 289.595 6.50862L289.345 8.56275ZM301.479 10.1347C304.186 10.5056 306.877 10.8877 309.55 11.2803L309.851 9.23293C307.171 8.83928 304.474 8.45627 301.76 8.08444L301.479 10.1347ZM317.614 12.5039C320.314 12.9268 322.998 13.3601 325.666 13.8035L326.005 11.7621C323.331 11.3177 320.641 10.8833 317.934 10.4594L317.614 12.5039ZM333.703 15.177C336.394 15.6493 339.068 16.1314 341.728 16.6227L342.104 14.5877C339.438 14.0954 336.758 13.6122 334.061 13.1388L333.703 15.177ZM349.743 18.1392C352.425 18.6584 355.092 19.1865 357.745 19.7229L358.155 17.6946C355.497 17.1571 352.824 16.6279 350.137 16.1075L349.743 18.1392ZM365.732 21.3711C368.404 21.9334 371.061 22.5036 373.706 23.0809L374.147 21.0591C371.498 20.4807 368.835 19.9095 366.158 19.3461L365.732 21.3711ZM381.67 24.8493C384.333 25.4505 386.984 26.0585 389.622 26.6724L390.091 24.6569C387.449 24.0419 384.794 23.433 382.126 22.8307L381.67 24.8493ZM397.563 28.5459C400.217 29.1807 402.86 29.8209 405.493 30.4657L405.985 28.4558C403.349 27.8101 400.703 27.169 398.044 26.5333L397.563 28.5459ZM413.412 32.4273C416.059 33.0897 418.696 33.7561 421.323 34.4258L421.835 32.4205C419.204 31.7502 416.565 31.083 413.915 30.4198L413.412 32.4273ZM429.227 36.4563C430.546 36.7976 431.862 37.1395 433.176 37.4819L433.698 35.4794C432.383 35.1367 431.065 34.7945 429.746 34.4529L429.227 36.4563ZM433.176 37.4819C434.475 37.8202 435.772 38.1592 437.067 38.4987L437.592 36.4969C436.295 36.1571 434.998 35.818 433.698 35.4794L433.176 37.4819ZM444.841 40.5462C447.436 41.2331 450.026 41.9219 452.613 42.6125L453.146 40.6131C450.559 39.9223 447.967 39.233 445.37 38.5458L444.841 40.5462ZM460.379 44.6935C462.97 45.39 465.558 46.0879 468.143 46.7868L468.683 44.7891C466.097 44.09 463.508 43.3919 460.917 42.6951L460.379 44.6935ZM475.905 48.8896C478.493 49.5921 481.08 50.2952 483.666 50.9987L484.209 49.0019C481.623 48.2983 479.036 47.5951 476.447 46.8925L475.905 48.8896ZM491.426 53.1112C494.012 53.8156 496.599 54.52 499.186 55.2241L499.729 53.2273C497.142 52.5233 494.556 51.8189 491.969 51.1145L491.426 53.1112ZM506.948 57.3343C509.534 58.0366 512.121 58.7382 514.711 59.4388L515.251 57.4413C512.662 56.7408 510.075 56.0394 507.49 55.3373L506.948 57.3343ZM522.477 61.5346C525.064 62.2308 527.654 62.9258 530.247 63.6191L530.781 61.6199C528.189 60.9269 525.6 60.2323 523.015 59.5364L522.477 61.5346ZM538.021 65.6887C540.609 66.3749 543.201 67.0591 545.799 67.741L546.325 65.7395C543.729 65.058 541.138 64.3742 538.551 63.6885L538.021 65.6887ZM553.585 69.7736C556.176 70.4461 558.772 71.116 561.375 71.783L561.889 69.7784C559.288 69.1119 556.694 68.4426 554.105 67.7706L553.585 69.7736ZM569.172 73.767C571.767 74.4225 574.369 75.0748 576.979 75.7237L577.478 73.7155C574.871 73.0672 572.271 72.4155 569.679 71.7607L569.172 73.767ZM584.791 77.6497C587.389 78.2846 589.996 78.9158 592.611 79.543L593.094 77.5307C590.481 76.9042 587.878 76.2737 585.282 75.6395L584.791 77.6497ZM600.442 81.4024C603.045 82.0143 605.658 82.622 608.282 83.2252L608.745 81.2085C606.126 80.606 603.516 79.999 600.915 79.3879L600.442 81.4024ZM616.127 85.0087C617.435 85.3025 618.745 85.5952 620.058 85.8867L620.506 83.8665C619.195 83.5754 617.886 83.2831 616.58 82.9897L616.127 85.0087ZM620.058 85.8867C621.445 86.1946 622.835 86.5012 624.229 86.8064L624.672 84.785C623.28 84.4802 621.891 84.174 620.506 83.8665L620.058 85.8867ZM632.593 88.6117C635.368 89.2019 638.157 89.7864 640.96 90.3646L641.378 88.3379C638.58 87.7606 635.795 87.177 633.024 86.5876L632.593 88.6117ZM649.341 92.0669C652.127 92.6235 654.926 93.1738 657.738 93.7172L658.13 91.6854C655.323 91.1428 652.528 90.5934 649.747 90.0376L649.341 92.0669ZM666.137 95.3123C668.928 95.8331 671.732 96.3469 674.549 96.8533L674.915 94.8166C672.103 94.311 669.303 93.798 666.516 93.278L666.137 95.3123ZM682.974 98.3392C685.773 98.8232 688.585 99.2997 691.408 99.7682L691.747 97.7268C688.928 97.259 686.121 96.7833 683.327 96.3001L682.974 98.3392ZM699.848 101.139C702.654 101.585 705.471 102.023 708.3 102.453L708.61 100.407C705.786 99.9779 702.974 99.5408 700.173 99.0956L699.848 101.139ZM716.763 103.707C719.576 104.114 722.399 104.512 725.234 104.901L725.515 102.851C722.685 102.462 719.867 102.065 717.059 101.659L716.763 103.707ZM733.709 106.034C736.527 106.401 739.356 106.758 742.195 107.106L742.447 105.052C739.613 104.705 736.789 104.348 733.976 103.982L733.709 106.034ZM750.69 108.116C753.514 108.442 756.349 108.758 759.194 109.064L759.415 107.006C756.576 106.701 753.746 106.385 750.927 106.061L750.69 108.116ZM767.701 109.947C770.529 110.23 773.366 110.503 776.214 110.766L776.404 108.706C773.562 108.443 770.729 108.17 767.907 107.888L767.701 109.947ZM784.734 111.521C787.567 111.761 790.409 111.991 793.261 112.21L793.42 110.147C790.573 109.928 787.736 109.699 784.908 109.459L784.734 111.521ZM801.794 112.834C804.631 113.03 807.477 113.216 810.332 113.391L810.459 111.326C807.609 111.151 804.768 110.965 801.937 110.769L801.794 112.834ZM818.87 113.881C821.709 114.032 824.556 114.173 827.413 114.303L827.507 112.236C824.656 112.106 821.814 111.966 818.981 111.814L818.87 113.881ZM835.959 114.658C837.383 114.711 838.81 114.762 840.238 114.81L840.308 112.741C838.882 112.694 837.458 112.643 836.037 112.59L835.959 114.658ZM840.238 114.81C841.634 114.856 843.032 114.9 844.432 114.941L844.492 112.872C843.095 112.832 841.7 112.788 840.308 112.741L840.238 114.81ZM852.831 115.15C855.625 115.207 858.426 115.253 861.232 115.287L861.257 113.218C858.457 113.184 855.662 113.138 852.874 113.081L852.831 115.15ZM869.634 115.354C872.431 115.364 875.232 115.363 878.036 115.35L878.026 113.281C875.228 113.294 872.433 113.295 869.642 113.285L869.634 115.354ZM886.437 115.276C889.235 115.239 892.035 115.191 894.836 115.131L894.792 113.062C891.997 113.122 889.202 113.17 886.41 113.207L886.437 115.276ZM903.235 114.916C906.034 114.832 908.834 114.737 911.631 114.629L911.552 112.561C908.76 112.669 905.967 112.764 903.173 112.847L903.235 114.916ZM920.026 114.27C922.826 114.138 925.623 113.994 928.416 113.838L928.301 111.772C925.514 111.928 922.723 112.071 919.928 112.203L920.026 114.27ZM936.803 113.331C939.603 113.15 942.397 112.955 945.185 112.749L945.032 110.685C942.251 110.891 939.463 111.085 936.669 111.266L936.803 113.331ZM953.561 112.088C956.359 111.854 959.149 111.608 961.929 111.348L961.737 109.288C958.963 109.546 956.18 109.793 953.388 110.026L953.561 112.088ZM970.29 110.525C973.086 110.236 975.872 109.933 978.645 109.617L978.411 107.561C975.645 107.876 972.866 108.178 970.077 108.467L970.29 110.525ZM986.992 108.62C989.785 108.272 992.564 107.909 995.327 107.532L995.048 105.481C992.292 105.857 989.521 106.219 986.736 106.567L986.992 108.62ZM1003.65 106.347C1006.44 105.933 1009.2 105.505 1011.95 105.062L1011.63 103.019C1008.88 103.461 1006.12 103.888 1003.35 104.3L1003.65 106.347ZM1020.24 103.671C1023.02 103.185 1025.78 102.684 1028.51 102.167L1028.13 100.134C1025.4 100.649 1022.65 101.148 1019.88 101.632L1020.24 103.671ZM1036.77 100.543C1039.54 99.9766 1042.28 99.393 1044.99 98.7924L1044.55 96.7719C1041.84 97.37 1039.11 97.9513 1036.35 98.5158L1036.77 100.543ZM1053.19 96.9066C1055.94 96.248 1058.66 95.5709 1061.34 94.8753L1060.82 92.8721C1058.15 93.5644 1055.44 94.2384 1052.7 94.8941L1053.19 96.9066ZM1069.47 92.6803C1070.83 92.2998 1072.17 91.9142 1073.51 91.5236L1072.92 89.5376C1071.6 89.9261 1070.26 90.3095 1068.91 90.688L1069.47 92.6803Z' fill='%233DD6D0'/%3E%3C/svg%3E%0A") no-repeat bottom left;
        position: absolute;
        width: 688px;
        padding-bottom: 85px;
        background-size: contain;
        transform: rotate(270deg);
        transform-origin: bottom left;
        left: 150px;
        bottom: 0;
    }
    .wrapper-before-list::before{
        transform: rotate(90deg);
        transform-origin: top left;
        left: 84px;
        width: 688px;
        padding-bottom: 85px;
    }
    .wrapper-before-list .list li,
    .wrapper-outcome-list .list li{
        margin-left: 84px;
        width: 150px;
        max-width: 150px;
    }
    .wrapper-outcome-list .list li{
        padding-top: 20px !important;
        margin-left: 150px;
    }
    .wrapper-before-list .list li.item-1::before{
        top: 50%;
        left: -56px;
    }
    .wrapper-outcome-list .list li::before{
        left: -50%;
        margin-left: 0;
        top: 50% !important;
    }
    .wrapper-outcome-list .list li:first-child::before{
        left: -85px;
    }
    .wrapper-outcome-list .list li:nth-child(2)::before{
        left: -119px;
    }
    .wrapper-outcome-list .list li:nth-child(3)::before{
        left: -125px;
    }
    .wrapper-outcome-list .list .row{
        flex-direction: column;
    }
    .stories-main_v2 .wrapper-before-list .list .row{
        flex-direction: column;
    }
    .stories-main_v2 .wrapper-before-list .list li.item-1,
    .stories-main_v2 .wrapper-before-list .list li.item-2{
        padding-top: 20px;
    }
    .stories-main_v2 .wrapper-before-list .list li.item-1::before{
        top: 50%;
        transform: translateY(-50%);
    }
    .stories-main_v2 .wrapper-before-list .list li.item-2::before{
        top: 50%;
        transform: translateY(-50%);
        left: -70px;
    }
    .stories-main_v2 .wrapper-outcome-list .list li:first-child::before{
        left: -61px;
    }
    .stories-main_v2 .wrapper-outcome-list .list li:nth-child(2)::before{
        left: -82px;
    }
    .stories-main_v2 .wrapper-outcome-list .list li:nth-child(3)::before{
        left: -110px;
    }
    .stories-main_v2 .wrapper-outcome-list .list li:nth-child(4)::before{
        left: -128px;
    }
    .stories-main_v3 .wrapper-before-list .list .row{
        flex-direction: column;
    }
    .stories-main_v3 .wrapper-before-list .list li.item-1,
    .stories-main_v3 .wrapper-before-list .list li.item-2{
        padding-top: 20px;
    }
    .stories-main_v3 .wrapper-before-list .list li.item-1::before{
        top: 50%;
        transform: translateY(-50%);
    }
    .stories-main_v3 .wrapper-before-list .list li.item-2::before{
        top: 50%;
        transform: translateY(-50%);
        left: -70px;
    }
    .stories-main_v3 .wrapper-outcome-list .list li:first-child::before{
        left: -61px;
    }
    .stories-main_v3 .wrapper-outcome-list .list li:nth-child(2)::before{
        left: -82px;
    }
    .stories-main_v3 .wrapper-outcome-list .list li:nth-child(3)::before{
        left: -110px;
    }
    .stories-main_v3 .wrapper-outcome-list .list li:nth-child(4)::before{
        left: -128px;
    }
}
.wrapper-before-list .list li span,
.wrapper-outcome-list .list li span{
    display: block;
    margin-bottom: 8px;
}
@media (max-width: 640px) {
    .wrapper-before{
        padding: 38px 20px 0;
    }
    .wrapper-outcome{
        padding: 20px 20px 0;
    }
    .wrapper-before-list{
        padding: 0 20px 20px 20px;
    }
    .wrapper-outcome-list{
        padding: 0 20px 20px 20px;
    }
    .wrapper-outcome-list::before{
        left: 106px;
    }
    .wrapper-before-list::before{
        left: 62px;
    }
    .wrapper-outcome-list .list li{
        margin-left: 94px;
    }
    .wrapper-outcome-list .list li:first-child::before {
        left: -56px;
    }
    .wrapper-outcome-list .list li:nth-child(2)::before {
        left: -88px;
    }

    .wrapper-outcome-list .list li:nth-child(3)::before {
        left: -91px;
    }
    .stories-main_v2 .wrapper-outcome-list .list li{
        margin-left: 110px;
    }
    .stories-main_v2 .wrapper-outcome-list .list li:first-child::before{
        left: -45px;
    }
    .stories-main_v2 .wrapper-outcome-list .list li:nth-child(2){
        margin-left: 80px;
    }
    .stories-main_v2 .wrapper-outcome-list .list li:nth-child(2)::before{
        left: -38px;
    }
    .stories-main_v2 .wrapper-outcome-list .list li:nth-child(3){
        margin-left: 55px;
    }
    .stories-main_v2 .wrapper-outcome-list .list li:nth-child(3)::before{
        left: -43px;
    }
    .stories-main_v2 .wrapper-outcome-list .list li:nth-child(4){
        margin-left: 55px;
    }
    .stories-main_v2 .wrapper-outcome-list .list li:nth-child(4)::before{
        left: -50px;
    }
    .stories-main_v3 .wrapper-outcome-list .list li{
        margin-left: 110px;
    }
    .stories-main_v3 .wrapper-outcome-list .list li:first-child::before{
        left: -45px;
    }
    .stories-main_v3 .wrapper-outcome-list .list li:nth-child(2){
        margin-left: 80px;
    }
    .stories-main_v3 .wrapper-outcome-list .list li:nth-child(2)::before{
        left: -35px;
    }
    .stories-main_v3 .wrapper-outcome-list .list li:nth-child(3){
        margin-left: 55px;
    }
    .stories-main_v3 .wrapper-outcome-list .list li:nth-child(3)::before{
        left: -45px;
    }
    .stories-main_v3 .wrapper-outcome-list .list li:nth-child(4){
        margin-left: 55px;
    }
    .stories-main_v3 .wrapper-outcome-list .list li:nth-child(4)::before{
        left: -52px;
    }
    .quiz-section-stories .quiz-img{
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top: 40px;
    }
    .banner-stories .banner-img{
        width: 100%;
    }
}
.page-template-page-member-stories-aeo .video-section {
    padding: 0 0 80px;
}
.page-template-page-member-stories-aeo .video-section .container{
    max-width: 1270px;
}
.member-stories-page{
    text-align: center;
    position: relative;
}
.member-stories-page.container{
    max-width: 1150px;
}
.member-stories-page::before{
    content: '';
    border-top: 4px dashed #3DD6D0;
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    margin-top: -2px;
    left: 0;
    z-index: 0;
}
.member-stories-page .center-btn{
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 0;
}
.quiz-section {
    padding: 60px 0 90px;
    position: relative;
}
.quiz-section .row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.quiz-info {
    margin-top: 6%;
    padding: 0 20px 0 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
}

.quiz-info .h2, .quiz-info h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #355074;
    font-family: 'Source Serif Pro', serif;
    margin-bottom: 54px;
}

@media (max-width: 1023px) {
    .quiz-section .row {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .quiz-img {
        max-width: 45%;
    }
    .quiz-info .h2, .quiz-info h2 {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .quiz-section {
        padding: 60px 0;
    }
    .quiz-section .row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .quiz-img {
        max-width: 404px;
    }
    .quiz-info {
        padding: 0;
        margin: 0 0 22px;
        max-width: 100% !important;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
    }
    .quiz-info .btn {
        margin: 0 auto;
        display: table;
    }
    .quiz-info .h2, .quiz-info h2 {
        text-align: center;
        margin-bottom: 40px;
    }
}
.quiz-section-stories .quiz-info .text {
    margin-bottom: 40px;
    font-family: 'Commissioner';
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0.025em;
}
.video-img .img img{
    width: 100%;
    height: auto;
}
.grecaptcha-badge{
    opacity: 0;
}
.banner-plan{
    background: #B1EFEC;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
}
.banner-plan p{
    color: #355074;
    font-size: 21px;
    line-height: 34px;
    padding: 0;
}
@media screen and (max-width: 585px){
    .banner-plan{
        padding: 10px 0;
    }
    .banner-plan p{
        margin-bottom: 0;
        font-size: 12px;
        line-height: 18px;
        padding-left: 0;
        padding-right: 10px;
    }
    .intro-call_full .btn{
        width: 100%;
    }
    .banner-section .row.social .banner-section__fig{
        max-width: 100%;
    }
    .banner-plan p strong{
        display: inline;
        text-decoration: underline;
    }
    .banner-plan p strong::after{
        display: none;
    }
}
.custom-select-head{
    background: transparent;
    box-shadow: none;
    border-bottom: 2px solid #A8B7C8;
    border-radius: 0;
    padding: 0;
}
.custom-select-value{
    font-size: 14px;
    color: #C4C4C4;
    width: 100%;
    height: 40px;
    padding: 11px 0;
    line-height: 21px;
    font-weight: 400;
}
.custom-select-option{
    font-size: 20px;
    height: 43px;
    line-height: 21px;
    color: #66727F;
}
.custom-select-wrapper.custom-select-is-open .custom-select-options{
    border: 1px solid #aaa;
    background: #fff;
    box-shadow: none;
    font-size: 20px;
    color: #66727F;
    line-height: 21px;
}
.custom-select-options{
    box-shadow: none;
}
.custom-select-option-selected,
.custom-select-option:hover{
    background: rgba(61, 214, 208, 0.1);
}
.custom-select-head::after{
    content: '';
    border-color: #818D9B transparent transparent transparent;
    border-style: solid;
    border-width: 18px 12px 0 12px;
    position: absolute;
    right: 10px;
    top: 11px;
}
.form-main .btn{
    border-radius: 27px;
    margin: 20px 0 0;
}
.wpcf7-form-control-wrap{
    position: relative;
}
.wpcf7-form-control-wrap .error{
    color: #EA4417;
    position: absolute;
    top:44px;
    display: none;
    font-size: 14px;
    left: 0;
}
.form-main .input-wrap .errorField::after{
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #EA4417;
}
.appointment-wrapper .form-hint-success h2{
    text-align: left;
}
.form-hint-success,
.form-hint-error{
    color: #66727F;
    display: none;
    padding: 10px 15px;
    margin: 40px auto 15px;
    width: 100%;
    text-align: left;
}
.form-main .input-wrap input:-webkit-autofill,
.form-main .input-wrap input:-webkit-autofill:hover,
.form-main .input-wrap input:-webkit-autofill:focus,
.form-main .input-wrap input:-webkit-autofill{
    -webkit-text-fill-color: #66727F;
}
.logo-rgs {
    margin: 0 auto 80px;
}
.logo-rgs .partners-logo-wrapper img:first-child{
    border-right:  1px solid #C2C7CC;
    padding-right: 40px;
}
.partners-logo-wrapper{
    display: flex;
}
.partners-logo-wrapper img:first-child{
    padding-right: 35px;
}
.partners-logo-wrapper img:last-child{
    padding-left: 35px;
}
@media screen and (max-width: 476px){
    .partners-logo-wrapper img{
        max-width: 45%;
        height: auto;
    }
    .logo-rgs .partners-logo-wrapper img:first-child{
        border: none;
        padding-right: 15px;
    }
    .logo-rgs .partners-logo-wrapper img:last-child{
        padding-left: 15px;
    }
}
.slick-arrow{
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 35px;
    height: calc(100% - 73px);
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-size: contain;
    top: 0
}
.experts-slider .slick-arrow {
    height: 225px
}

.slick-prev{
    background: url("data:image/svg+xml,%3Csvg width='27' height='51' viewBox='0 0 27 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.1509 0.999999L2 25.1509L26.1509 49.3018' stroke='%238BE6E3' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center center;
    left: 0;
    z-index: 1;
}
.slick-next{
    background: url("data:image/svg+xml,%3Csvg width='27' height='51' viewBox='0 0 27 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.15088 49.3018L25.3018 25.1509L1.15088 0.999997' stroke='%238BE6E3' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center center;
    right: 0;
    z-index: 1;
}
.video-section.banner-video-section{
    margin-bottom: 125px;
    padding-bottom: 70px;
}
.banner-video-section{
    padding: 100px 0;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='206' height='722' viewBox='0 0 206 722' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M-253.84 269.126C-268.933 194.926 -196.096 140.577 -128.615 106.228C-65.4339 74.0686 11.5096 59.5451 63.756 107.466C119.882 158.944 132.929 245.423 95.3919 311.688C62.9085 369.032 -12.1834 364.983 -77.6041 357.01C-149.646 348.23 -239.374 340.244 -253.84 269.126Z' fill='%23899DB3'/%3E%3Cg style='mix-blend-mode:multiply' opacity='0.3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M103.616 222.064C157.81 344.556 52.548 466.064 -51.0368 550.984C-148.021 630.492 -275.468 684.742 -383.902 621.737C-500.387 554.054 -555.699 409.572 -515.947 280.849C-481.547 169.458 -350.263 148 -234.202 136.988C-106.394 124.862 51.6726 104.661 103.616 222.064Z' fill='%23FFB59D'/%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%0A%3Csvg width='182' height='866' viewBox='0 0 182 866' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' fill-rule='evenodd' clip-rule='evenodd' d='M108.294 468.549C167.17 411.861 258.837 446.779 329.182 488.39C395.044 527.349 452.801 589.053 439.369 664.387C424.941 745.315 353.694 807.244 271.595 811.386C200.549 814.969 160.786 744.205 130.196 679.983C96.5091 609.26 51.8642 522.882 108.294 468.549Z' fill='%23899DB3'/%3E%3Cg style='mix-blend-mode:multiply' opacity='0.3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M123.359 542.539C58.6658 425.253 152.904 295.01 248.67 201.361C338.333 113.68 460.551 48.4979 574.077 101.784C696.032 159.026 763.762 298.121 735.413 429.825C710.881 543.797 581.974 576.648 467.32 597.762C341.062 621.013 185.365 654.953 123.359 542.539Z' fill='%23FFB59D'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-color: #D8F7F6;
    background-position: left bottom, right 30%;
    background-repeat: no-repeat, no-repeat;
}

.banner-video-section h1,.banner-video-section .h1{
    text-align: center;
    margin-bottom: 0;
    font-size: 54px;
    font-family: 'Source Serif Pro', serif;
    color:#355074;
    font-weight: 700;
}
.banner-video-section .center-btn{
    margin: 32px 0 50px;
}
.banner-video-section .bottom-btn{
    margin: 53px 0 0;
}
.banner-video-section .center-btn .btn{
    background: #355074;
    min-width: 230px;
    border-color:#355074;
    padding: 8px 20px;
    color: #FEFEFE;
}
.banner-video-section .center-btn .btn:hover{
    background: transparent;
    color:#355074;
}
.team-section-v2{
    background: none;
    padding-bottom: 80px;
}
.team-section-v2 .container{
    max-width: 1280px;
}
.team-section-v2 .fig{
    display: none;
}
.team-section-v2 .center-btn{
    margin-top: 60px;
}
.team-section.team-section-v2 .img{
    margin-bottom: 60px;
}
.column-section-v2{
    padding-bottom: 90px;
}
.column-section-v2 .column-section_info {
    max-width: 50%;
    flex: 0 0 50%;
    color:#66727F;
    margin-right: 0;
}
.column-section-v2 .column-section_info p{
    width: 90%;
}
.column-section-v2 .column-section_info b{
    color:#2F4966;
}
.column-section-v2 .column-section_img {
    max-width: 50%;
    flex: 0 0 50%;
}
.column-section-v2 .column-section_item:first-child .column-section_img::before{
    background: url("data:image/svg+xml,%3Csvg width='374' height='286' viewBox='0 0 374 286' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' d='M371.004 193.127C386.097 118.927 313.26 64.578 245.779 30.2294C182.598 -1.93043 105.654 -16.4539 53.4081 31.4667C-2.71753 82.9453 -15.7653 169.424 21.7722 235.689C54.2556 293.033 129.347 288.984 194.768 281.011C266.81 272.231 356.538 264.245 371.004 193.127Z' fill='%23899DB3'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 286px;
    width: 374px;
    z-index: 0;
}

.column-section-v2 .column-section_img img{
    position: relative;
    z-index: 1;
}
.column-section-v2 .column-section_item:nth-child(2) .column-section_info {
    order: 2;
    margin-right: 0;
    width: 50%;
    margin-left: 20px;
    flex: 0 0 50%;
    max-width: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.column-section-v2 .column-section_item:nth-child(2) .column-section_info:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='685' height='562' viewBox='0 0 685 562' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M667.703 104.784C726.357 237.646 616.387 367.692 507.788 458.249C406.11 543.036 271.941 600.213 156.588 530.987C32.6699 456.622 -27.4083 300.002 13.2106 161.445C48.3606 41.5427 186.948 19.817 309.552 9.20283C444.565 -2.48559 611.486 -22.5601 667.703 104.784Z' fill='%23B1EFEC'/%3E%3C/svg%3E%0A");
    background-size: contain;
    content: '';
    position: absolute;
    z-index: -1;
    width: 685px;
    height: 562px;
    top: -16%;
    background-repeat: no-repeat;
    right: -18%;
}
.column-section-v2 .column-section_item:nth-child(1) {
    padding: 80px 0 0;
    z-index: 2;
    margin-bottom: 0;
}
.column-section-v2 .column-section_item:nth-child(2) {
    margin-top: -12%;
    justify-content: center;
    z-index: 1;
}
.column-section-v2 .column-section_item:nth-child(2) .column-section_img {
    order: 1;
    width: 40%;
    text-align: right;
    flex: 0 0 40%;
    max-width: 40%;
    z-index: 3;
}

.column-section-v2 .column-section_item .figure{
    display: none;
}
@media screen and (max-width: 860px){
    .column-section-v2 .column-section_item:first-child .column-section_img::before{
        background-image: url("data:image/svg+xml,%3Csvg width='319' height='258' viewBox='0 0 319 258' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M311.383 47.3198C338.062 107.621 286.243 167.438 235.249 209.243C187.505 248.384 124.765 275.091 71.3839 244.074C14.0397 210.754 -13.1902 139.628 6.37928 76.2589C23.314 21.4221 87.944 10.8589 145.08 5.4378C207.997 -0.53194 285.812 -10.4767 311.383 47.3198Z' fill='%23FFD3C4'/%3E%3C/svg%3E%0A");
        bottom: -30px;
    }
}
.trust-proven-section{
    position: relative;
    z-index: 1;
}
.trust-proven-section .container{
    max-width: 1525px;
}
.trust-proven-section .h2{
    font-size: 54px;
    line-height: 1.2;
    margin: 0 auto 32px;
    font-weight: 700;
    font-family: 'Source Serif Pro', serif;
    color: #355074;
    max-width: 760px;
}
.trust-proven-item {
    padding: 0 30px;
    flex:0 0 33.333%;
    max-width: 33.333%;
}

.trust-proven-item .text{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FEFEFE;
}
.trust-proven-item .h3,.trust-proven-item h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #B1EFEC;
    margin-bottom: 140px;
}
.trust-proven-items{
    position: relative;
    background: #355074;
    border-radius: 8px;
    overflow: hidden;
    padding: 40px 55px;
}
.trust-proven-items::after{
    content: "";
    position: absolute;
    top:14%;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center;
    background: url("data:image/svg+xml,%3Csvg width='1102' height='123' viewBox='0 0 1102 123' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.6802 68.7823C99.8013 31.0879 204.531 13.2947 313.117 24.5474C425.699 36.2142 512.459 73.3728 616.297 94.0339C765.101 123.642 982.421 111.484 1059.68 50.5569' stroke='%23ECFBFA' stroke-width='5.01665' stroke-linecap='round' stroke-dasharray='13.38 13.38'/%3E%3Crect width='38.5007' height='38.5007' rx='19.2503' transform='matrix(0.999495 0.0317665 -0.0284031 0.999597 26.4883 45.7781)' fill='%23FFB59D'/%3E%3Cpath d='M32.2067 64.5944C32.3084 62.1901 32.9542 60.0539 34.1441 58.1858C35.3349 56.2843 36.9151 54.7964 38.8848 53.7221C40.8211 52.6468 42.9923 52.1307 45.3983 52.1737C47.8024 52.2835 49.9403 52.9366 51.8121 54.133C53.7172 55.3304 55.2101 56.916 56.2908 58.8897C57.3724 60.83 57.8958 63.0034 57.8608 65.4097C57.7591 67.814 57.1133 69.9502 55.9235 71.8183C54.7327 73.7198 53.1524 75.2077 51.1827 76.282C49.2464 77.3573 47.0753 77.8735 44.6693 77.8304C42.2651 77.7206 40.1272 77.0675 38.2554 75.8711C36.3503 74.6737 34.8574 73.0881 33.7767 71.1144C32.6951 69.1741 32.1718 67.0008 32.2067 64.5944ZM44.8971 69.8127C46.2676 69.8228 47.4166 69.3912 48.3441 68.5179C49.2717 67.6446 49.7716 66.5236 49.8439 65.1549C49.8494 63.7842 49.4141 62.6335 48.5378 61.7028C47.6615 60.7722 46.5391 60.2684 45.1705 60.1914C43.8 60.1813 42.6509 60.6129 41.7234 61.4862C40.7959 62.3596 40.2959 63.4806 40.2236 64.8492C40.2181 66.2199 40.6535 67.3707 41.5298 68.3013C42.406 69.232 43.5285 69.7358 44.8971 69.8127Z' fill='%23FEFEFE'/%3E%3Crect width='36.4055' height='38.4988' rx='18.2028' transform='matrix(0.999495 0.0317665 -0.0284031 0.999597 528.094 61)' fill='%23FFB59D'/%3E%3Cpath d='M532.765 79.7819C532.867 77.3776 533.513 75.2414 534.703 73.3733C535.893 71.4718 537.474 69.9839 539.443 68.9096C541.38 67.8343 543.551 67.3182 545.957 67.3612C548.361 67.471 550.499 68.1241 552.371 69.3205C554.276 70.5179 555.769 72.1035 556.849 74.0772C557.931 76.0175 558.454 78.1909 558.419 80.5972C558.318 83.0015 557.672 85.1377 556.482 87.0058C555.291 88.9073 553.711 90.3952 551.741 91.4695C549.805 92.5448 547.634 93.061 545.228 93.0179C542.824 92.9081 540.686 92.255 538.814 91.0586C536.909 89.8612 535.416 88.2756 534.335 86.3019C533.254 84.3616 532.73 82.1883 532.765 79.7819ZM545.456 85.0002C546.826 85.0103 547.975 84.5787 548.903 83.7054C549.83 82.8321 550.33 81.7111 550.403 80.3424C550.408 78.9717 549.973 77.821 549.096 76.8903C548.22 75.9597 547.098 75.4559 545.729 75.3789C544.359 75.3688 543.21 75.8004 542.282 76.6737C541.354 77.5471 540.855 78.6681 540.782 80.0367C540.777 81.4074 541.212 82.5582 542.088 83.4888C542.965 84.4195 544.087 84.9233 545.456 85.0002Z' fill='%23FEFEFE'/%3E%3Crect width='36.4055' height='38.4988' rx='18.2028' transform='matrix(0.999495 0.0317665 -0.0284031 0.999597 1043.09 30)' fill='%23FFB59D'/%3E%3Cpath d='M1047.76 48.7819C1047.87 46.3776 1048.51 44.2414 1049.7 42.3733C1050.89 40.4718 1052.47 38.9839 1054.44 37.9096C1056.38 36.8343 1058.55 36.3182 1060.96 36.3612C1063.36 36.471 1065.5 37.1241 1067.37 38.3205C1069.27 39.5179 1070.77 41.1035 1071.85 43.0772C1072.93 45.0175 1073.45 47.1909 1073.42 49.5972C1073.32 52.0015 1072.67 54.1377 1071.48 56.0058C1070.29 57.9073 1068.71 59.3952 1066.74 60.4695C1064.8 61.5448 1062.63 62.061 1060.23 62.0179C1057.82 61.9081 1055.68 61.255 1053.81 60.0586C1051.91 58.8612 1050.42 57.2756 1049.33 55.3019C1048.25 53.3616 1047.73 51.1883 1047.76 48.7819ZM1060.45 54.0002C1061.83 54.0103 1062.97 53.5787 1063.9 52.7054C1064.83 51.8321 1065.33 50.7111 1065.4 49.3424C1065.41 47.9717 1064.97 46.821 1064.1 45.8903C1063.22 44.9597 1062.1 44.4559 1060.73 44.3789C1059.36 44.3688 1058.21 44.8004 1057.28 45.6737C1056.35 46.5471 1055.85 47.6681 1055.78 49.0367C1055.78 50.4074 1056.21 51.5582 1057.09 52.4888C1057.96 53.4195 1059.09 53.9233 1060.45 54.0002Z' fill='%23FEFEFE'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
    background-size: contain;
    width: calc(75%);
    height: 113px;
}

@media(max-width:1270px){
    .trust-proven-items:after{
        width: 70%;
        height: 98px;
        background-size: 100% 100%;
    }
    .trust-proven-items{
        padding:40px 25px 55px;
    }
    .trust-proven-item{
        padding:0 20px;
    }
}

@media(max-width:860px){
    .trust-proven-items{
        padding-left: 120px;
    }
    .trust-proven-items::after{
        transform-origin: center;
        left: 12%;
        top: 50%;
        width: 80%;
        transform: translate3d(-50%, -50%, 0) rotate(90deg);
    }
    .trust-proven-item{
        flex:1;
        margin-bottom: 40px;
        max-width: 500px;
    }

    .trust-proven-item .h3, .trust-proven-item h3{
        margin-bottom:5px;
        text-align:left;
    }
}

@media(max-width:767px){
    .trust-proven-items::after{
        width: 550px;
    }
}

@media(max-width:639px){
    .banner-video-section h1,
    .banner-video-section .h1{
        font-size: 32px;
    }
    .banner-video-section{
        padding: 40px 0 100px;
    }
    .video-section.banner-video-section{
        margin-bottom: 60px;
    }
    .trust-proven-items{
        padding-left:100px;
    }
    .trust-proven-items::after{
        width: 620px;
        left:15%;
    }
    .trust-proven-item{
        padding-right:0;
    }
    .column-section-v2 .column-section_item:nth-child(2) .column-section_img {
        width: 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .column-section-v2 .column-section_item:nth-child(2)::before{
        background: url("data:image/svg+xml,%3Csvg width='374' height='286' viewBox='0 0 374 286' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' d='M371.004 193.126C386.097 118.926 313.26 64.5771 245.779 30.2284C182.598 -1.9314 105.654 -16.4549 53.4081 31.4657C-2.71753 82.9444 -15.7653 169.423 21.7722 235.688C54.2556 293.032 129.347 288.983 194.768 281.01C266.81 272.23 356.538 264.244 371.004 193.126Z' fill='%2364DED9'/%3E%3C/svg%3E%0A") no-repeat top 30px left;
        background-size: contain;
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: auto;
        transform: translateX(0);

    }
}
@media(max-width:479px){
    .column-section-v2 .column-section_img{
        max-width: 80%;
        flex: 0 0 80%;
    }
    .trust-proven-items::after{
        width: 720px;
        left:15%;
        top:42%;
    }
}
@media(max-width:404px){
    .trust-proven-item{
        padding:0;
    }
    .trust-proven-items{
        padding:30px 25px 20px 100px;
    }
}
@media(max-width:375px){
    .trust-proven-item .h3, .trust-proven-item h3{
        font-size: 20px;
    }
    .trust-proven-item .text{
        font-size: 16px;
    }
    .trust-proven-items::after{
        width: 544px;
    }
    .trust-proven-item{
        margin-bottom: 25px;
    }
}
.slider-info-section{
    overflow: hidden;
}
.slider-info-section .center-btn{
    margin-top: 60px;
}
.slider-info.slick-slider {
    margin-left: -12%;
    margin-right: -12%;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='937' height='857' viewBox='0 0 937 857' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M688.056 226.193C781.278 350.267 716.153 500.22 640.889 610.094C570.42 712.966 461.613 793.513 333.826 743.31C196.551 689.379 95.1271 541.575 93.0009 394.846C91.161 267.872 214.349 222.344 325.819 190.751C448.571 155.96 598.707 107.272 688.056 226.193Z' fill='%23FFD3C4'/%3E%3Cpath opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' d='M931.609 491.576C941.995 575.812 882.44 653.163 813.714 702.859C750.183 748.798 668.56 756.639 592.795 736.573C521.918 717.802 466.641 667.026 432.723 601.955C397.989 535.321 373.657 453.631 411.463 388.697C447.078 327.526 529.524 326.224 599.448 315.593C658.352 306.638 715.629 306.549 768.29 334.449C838.5 371.647 921.877 412.65 931.609 491.576Z' fill='%238BE6E3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position:center 60%;
}

.slider-info .slick-list {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
    padding-left: 15%!important;
    padding-right: 15%!important;
}

.slider-info .slick-track {
    max-width: 100%!important;
    transform: translate3d(0, 0, 0)!important;
    perspective: 100px;
}

.slider-info .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100%!important;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s, opacity 0.7s;
}

.slider-info .slick-snext,
.slider-info .slick-sprev,
.slider-info .slick-snext2,
.slider-info .slick-sprev2{
    display: block;
}

.slider-info .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}

.slider-info .slick-snext {
    opacity: 1;
    transform: translate3d(55%, 5%, -45px);
    z-index: 1;
    perspective: 1000px;
}
.slider-info  .slick-snext2 {
    opacity: 1;
    transform: translate3d(20%, 0, -20px);
    z-index: 0;
    perspective: 1000px;
}

.slider-info  .slick-sprev {
    opacity: 1;
    transform: translate3d(-55%, 5%, -45px);
}

.slider-info .slick-sprev2 {
    opacity: 1;
    transform: translate3d(-20%, 0, -20px);
}

.slider-info .slick-current .title{
    opacity: 1;
    visibility: visible;
    transition-delay:0.5s;
}
.slider-info .img{
    text-align: center;
}
.slider-info .img img{
    max-width: 360px;
    width: 100%;
}
.slider-info_item .title{
    max-width:570px;
    margin:0 auto;
    display: table;
    font-size: 56px;
    line-height: 1.3;
    text-align: center;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    visibility: hidden;
    color: #355074;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    margin-bottom:60px;
}


@media(max-width:1270px) and (min-width:639px){
    /* // slider 3d */
    .slider-info .slick-list{
        padding:3% 10% 5%!important;
        zoom: 0.8;
    }
    .slider-info_item .title{
        font-size:67px;
        max-width:700px;
    }
}

@media(max-width:860px) and (min-width:639px){
    .slider-info .slick-sprev {
        opacity: 1;
        transform: translate3d(-50%, 5%, -35px);
    }
    .slider-info .slick-snext {
        opacity: 1;
        transform: translate3d(50%, 5%, -35px);
    }
    .slider-info .slick-list{
        zoom:0.65;
    }
    .slider-info.slick-slider{
        background-size: contain;
    }
}

@media(max-width:639px){
    .slider-info-section{
        margin-top: 80px;
    }
    .slider-info .slick-list{
        zoom:1;
        padding:0!important;
    }
    .slider-info.slick-slider{
        background:none;
        margin:0;
    }
    .slider-info .img{
        padding:0 25px;
    }
    .slider-info_item .title{
        font-size:42px;
        margin:0 0 30px;
    }
    .slider-info .img{
        max-width:50%;
        margin:0 auto;
    }
}

@media(max-width:479px){
    .slider-info_item .title{
        font-size:34px;
    }
}
.page-template-page-aetnasysco-how-bill .banner-section .banner-section__info .btn,
.page-template-page-aetnasysco-how-bill .banner-section .btn{
    width: auto;
    min-width: 190px;
    background: #FFB59D;
    border-color: #FFB59D;
    color: #66483F;
}
.page-template-page-aetnasysco-how-bill .banner-section {
    background: #355074 url("data:image/svg+xml,%3Csvg width='73' height='400' viewBox='0 0 73 400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M-166.201 0.0648475C-47.4394 -3.27453 16.9469 123.956 51.8613 237.519C84.5508 343.845 86.2711 466.694 -1.87808 534.543C-96.5723 607.431 -233.762 604.301 -326.079 528.425C-405.966 462.764 -379.477 347.781 -349.528 248.805C-316.547 139.812 -280.03 3.26551 -166.201 0.0648475Z' fill='%23FFF0EB'/%3E%3C/svg%3E%0A") no-repeat left bottom;
    padding: 70px 0;
}
.page-template-page-aetnasysco-how-bill .banner-section .row .banner-section__fig{
    width: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    flex:auto;
}
.page-template-page-aetnasysco-how-bill .banner-section .container{
    position: static;
}
.page-template-page-aetnasysco-how-bill .banner-section .h1{
    color:#FEFEFE;
    text-transform: none;
}
.page-template-page-aetnasysco-how-bill .banner-section .center-btn{
    display: none;
}
@media (max-width: 860px){
    .page-template-page-aetnasysco-how-bill .banner-section .text{
        order: 3;
    }
    .page-template-page-aetnasysco-how-bill .banner-section .h1{
        color: #355074;
        font-size: 34px;
        text-align: center;
        order: 1;
    }
    .page-template-page-aetnasysco-how-bill .banner-section .banner-section__info{
        display: flex;
        flex-direction: column;
    }
    .page-template-page-aetnasysco-how-bill .banner-section .banner-section__info .btn{
        margin: 0 auto;
        display: table;
    }
    .page-template-page-aetnasysco-how-bill .banner-section .row .banner-section__fig{
        background-color: transparent;
        position: static;
        height: auto;
        margin: 40px -40px 0;
        width: calc(100% + 80px);
        max-width: initial;
    }
    .page-template-page-aetnasysco-how-bill .banner-section .row .banner-section__fig img{
        position: static;
        display: block;
        width: 130%;
        margin-left: -15%;
    }
    .page-template-page-aetnasysco-how-bill .banner-section{
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    .page-template-page-aetnasysco-how-bill .banner-section .center-btn{
        display: table;
        margin: -30px auto;
        position: relative;
        z-index: 2;
    }
    .page-template-page-aetnasysco-how-bill .banner-section{
        background-color: transparent;
        overflow: visible;
        background-image: none;
        margin-bottom: 0;
    }
    .page-template-page-aetnasysco-how-bill .banner-section .banner-section__info .btn,
    .page-template-page-aetnasysco-how-bill .banner-section  .btn{
        height: 58px;
        line-height: 34px;
        font-size: 20px;
        background: #355074;
        border-color: #355074;
        color: #FEFEFE;
        width: 100%;
        order: 2;
        margin-bottom: 35px;
    }
}
@media (max-width: 449px){
    .page-template-page-aetnasysco-how-bill .banner-section .row .banner-section__fig{
        position: relative;
        margin: 20px -25px 0;
        width: calc(100% + 50px);
        max-width: inherit;
    }
    .page-template-page-aetnasysco-how-bill .banner-section .h1{
        font-size: 34px;
    }
}
.page-template-page-aetnasysco-how-bill .trust-proven-section .center-btn{
    margin-top: 30px;
}
.page-template-page-aetnasysco-how-bill .trust-proven-section{
    padding: 60px 0;
}
.page-template-page-aetnasysco-how-bill .trust-proven-items{
    padding-bottom: 140px;
}
.page-template-page-aetnasysco-how-bill .trust-proven-section .text-wrap,.column-figure-section .text-wrap{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 1px;
    color: #66727F;
    margin: 0 auto 55px;
    max-width: 900px;
}
.page-template-page-aetnasysco-how-bill .faq-page.faq-section .container {
    border-top: 3px dashed #64DED9;
    border-bottom: 3px dashed #64DED9;
    padding-bottom: 60px;
    padding-top: 60px;
}
@media(min-width:860px){
    .page-template-page-aetnasysco-how-bill .faq-page h2 br{
        display: none;
    }
}
@media(max-width:860px){
    .page-template-page-aetnasysco-how-bill .trust-proven-items::after{
        display: none;
    }
    .page-template-page-aetnasysco-how-bill .trust-proven-item:first-child{
        margin-bottom: 50px;
    }
    .page-template-page-aetnasysco-how-bill .trust-proven-item:nth-child(2)::after{
        display: none;
    }
    .page-template-page-aetnasysco-how-bill .trust-proven-item:last-child::before{
        top:0;
    }
    .page-template-page-aetnasysco-how-bill .trust-proven-item::after{
        content: attr(data-mob-line);
        position: absolute;
        background: #D8F7F6;
        line-height: 1.6;
        padding: 5px 10px;
        font-weight: 700;
        bottom: 0px;
        font-size: 18px;
        text-align: center;
        left: 0;
        right: 0;
        color: #355074;
    }
    .trust-proven-footer-items{
        display: none;
    }
    .page-template-page-aetnasysco-how-bill .trust-proven-items{
        padding-bottom: 60px;
    }
    .page-template-page-aetnasysco-how-bill .trust-proven-item .h3,
    .page-template-page-aetnasysco-how-bill .trust-proven-item h3{
        position: relative;
    }
    .page-template-page-aetnasysco-how-bill .trust-proven-item .h3::after{
        content: "";
        position: absolute;
        background: #D8F7F6;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        top: 11px;
        left: -35px;
    }
    .page-template-page-aetnasysco-how-bill .trust-proven-item{
        margin-bottom: 0;
        padding: 0 30px 60px;
        position: relative;
    }
    .page-template-page-aetnasysco-how-bill .trust-proven-item::before{
        content: "";
        background: #D8F7F6;
        width: 3px;
        position: absolute;
        left: 0;
        bottom: 0;
        top:18px;
    }
}

@media(max-width:639px){
    .page-template-page-aetnasysco-how-bill .trust-proven-items{
        padding-left: 40px;
        padding-bottom: 40px;
    }
    .page-template-page-aetnasysco-how-bill .trust-proven-item::after{
        font-size: 16px;
        line-height: 1.2;
    }
}
@media(max-width:439px){
    .page-template-page-aetnasysco-how-bill .trust-proven-item{
        padding-right: 0;
    }
    .page-template-page-aetnasysco-how-bill .trust-proven-items{
        padding-left: 25px;
    }
    .page-template-page-aetnasysco-how-bill .trust-proven-item::after{
        font-size: 14px;
    }
}
.trust-proven-footer-items{
    padding: 0 85px;
    position: relative;
    z-index: 2;
    top:-100px;
}

.trust-proven-footer-items .item{
    width: calc(33.333% - 30px);
    max-width: calc(33.333% - 30px);
    font-weight: 700;
    font-size: 20px;
    background: #D8F7F6;
    padding: 10px 14px;
    color:#355074;
    margin-right: 30px;
    text-align: center;
}
.trust-proven-footer-items .item:nth-child(2){
    width: 66.666%;
    max-width:66.666%;
    margin-left: 30px;
    margin-right: 0;
}
.column-ibs-section{
    padding: 75px 0;
}
.column-ibs-section .center-btn{
    margin-top: 20px;
}
.column-ibs-section h2, .column-ibs-section .h2{
    margin-bottom: 28px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 1.1;
    text-align: left;
    position: relative;
    z-index: 1;
    text-transform: inherit;
    color: #355074;
}
.column-ibs-section .img{
    flex:0 0 40%;
    max-width: 40%;
    margin-left: 0%;
}
.column-ibs-section .info{
    flex:1;
    padding-left: 30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.68;
    letter-spacing: 0.03em;
    color: #66727F;
}
.column-ibs-section .info p{
    margin-bottom: 28px;
}
.column-ibs-section .info p b,
.column-ibs-section .info p strong{
    color:#2F4966;
}
.column-ibs-section .info p:last-child{
    margin-bottom: 0;
}
.column-ibs-section .info q{
    font-size: 14px;
    color:#66727F;
    font-style: italic;
    display: block;
}
.column-ibs-section .info q a{
    color:#66727F;
    text-decoration: underline;
}
.column-ibs-section .info q a:hover{
    text-decoration: none;
}
.column-ibs-section .info q::before,
.column-ibs-section .info q::after{
    content: '';
}

@media(max-width:1279px){
    .column-ibs-section .img{
        margin-left: 0;
        flex:0 0 35%;
        max-width: 35%;
    }
}

@media(max-width:860px){
    .column-ibs-section{
        padding: 30px 0 70px;
    }
    .column-ibs-section h2, .column-ibs-section .h2{
        margin-bottom: 30px;
        text-align: center;
    }
    .column-ibs-section .row{
        flex-wrap: wrap;
    }
    .column-ibs-section .img{
        margin-left: 0;
        order: 2;
        flex:0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .column-ibs-section .info{
        font-size: 20px;
        flex:0 0 100%;
        margin-bottom: 30px;
        max-width: 100%;
        padding: 0;
        order: 1;
    }
}
.column-figure-section .img{
    text-align: center;
}
.column-figure-section .img img{
    width: 100%;
}
.column-figure-section .center-btn{
    margin-top: 60px;
}
.column-figure-section h2,.column-figure-section .h2,
.table-responsive-section h2,.table-responsive-section .h2{
    margin-bottom: 28px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.1;
    position: relative;
    z-index: 1;
    text-transform: inherit;
    color: #355074;
}
.table-responsive-section{
    padding: 70px 0 5rem;
}
.table-responsive-section .table{
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 31px;
    position: relative;
}
.table-responsive-section em{
    font-size: 16px;
    color: #66727F;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 22px;
}
.table-responsive-section .center-btn{
    margin-top: 40px;
}
.table-responsive-section .table .th{
    min-height: 79px;
    background: #355074;
    font-size: 22px;
    border-left: 1px solid #C2C7CC;
    border-right: 1px solid #C2C7CC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #FFE1D8;
    padding: 0 15px;
}
.table-responsive-section .table .td{
    padding: 13px 40px;
    border-left: 1px solid #C2C7CC;
    border-right: 1px solid #C2C7CC;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.45;
    color: #355074;
    min-height: 114px;
    border-bottom: 1px solid #C2C7CC;
}
.table-responsive-section .table-responsive,
.table-responsive-section .table .td > div{
    display: flex;
}
.table-responsive-section .table .td > div{
    align-items: center;
}
.sidebar-table{
    flex:0 0 272px;
}
.table-responsive-section .table-responsive .check{
    width: 38px;
    height: 27px;
    flex:0 0 38px;
    display: inline-block;
    margin-right: 30px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='38' height='27' viewBox='0 0 38 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.2048 0.792368C38.2651 1.84717 38.2651 3.55173 37.2048 4.60654L15.4893 26.2089C14.4289 27.2637 12.7154 27.2637 11.6551 26.2089L0.794991 15.4077C-0.264997 14.3529 -0.264997 12.6484 0.794991 11.5935C1.85515 10.5387 3.57373 10.5387 4.63405 11.5935L13.4958 20.4792L33.3706 0.792368C34.4309 -0.264123 36.1444 -0.264123 37.2048 0.792368Z' fill='%233DD6D0'/%3E%3C/svg%3E%0A");
}
.sidebar-table .td:last-child{
    border-bottom-left-radius: 8px;
}
.table-responsive-section .table-responsive .table-responsive-item{
    flex:0 0 50%;
    margin-left: -1px;
    max-width: 50%;
}
.table-responsive-section .table-responsive .table-responsive-item:last-child .td:last-child{
    border-bottom-right-radius: 8px;
}

.table-responsive-section .slick-dots{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.table-responsive-section .slick-dots li{
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 0;
    overflow: hidden;
    margin: 0 10px;
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
}
.table-responsive-section .slick-dots li.slick-active{
    background: #fff;
}
.table-responsive-section .slick-dots li button{
    width: 100%;
    background: none;
    cursor: pointer;
    font-size: 0;
    height: 100%;
    border:0;
}

@media(max-width:1279px){
    .table-responsive-section .table .td{
        font-size: 17px;
        padding: 12px 25px;
        line-height: 1.2;
    }
    .table-responsive-section .table .th{
        padding: 10px 25px;
        font-size: 18px;
    }
    .sidebar-table{
        flex:0 0 190px;
        max-width: 190px;
    }
    .table-responsive-section .table-responsive .check{
        margin-right: 20px;
    }
}

@media(max-width:1023px){
    .table-responsive-section .table .td{
        font-size: 17px;
        padding: 10px 15px;
        line-height: 1.2;
    }
    .table-responsive-section .table .th{
        text-align: center;
        padding: 10px 15px;
        font-size: 18px;
    }
    .sidebar-table{
        flex:0 0 190px;
        max-width: 190px;
    }
    .table-responsive-section .table-responsive .check{
        margin-right: 20px;
    }
}

@media(max-width:859px){
    .table-responsive-section .table{
        padding-bottom: 70px;
    }
    .table-responsive-section .table-responsive{
        flex:0 0 calc(100vw - 210px);
        position: static;
        max-width: calc(100vw - 210px);
        display: block;
    }
    .table-responsive-section .table-responsive .table-responsive-item{
        max-width: 100%;
    }
    .table-responsive-section .table{
        margin-bottom: 60px;
    }
    .table-responsive-section .table .td{
        justify-content: center;
        font-size: 16px;
    }
    .sidebar-table{
        flex:0 0 130px;
    }
}
@media(max-width:699px){
    .table-responsive-section .table-responsive{
        flex:0 0 calc(100vw - 180px);
        position: static;
        max-width: calc(100vw - 180px);
        display: block;
    }
}
@media(max-width:449px){
    .table-responsive-section .table .th{
        font-size: 16px;
    }
    .table-responsive-section .table-responsive{
        flex:0 0 calc(100vw - 170px);
        position: static;
        max-width: calc(100vw - 170px);
        display: block;
    }
    .table-responsive-section .table .td{
        font-size: 14px;
        padding: 10px;
    }
    .sidebar-table{
        flex:0 0 120px;
    }
    .table-responsive-section .table-responsive .check{
        width: 28px;
        height: 20px;
        flex:0 0 28px;
        background-size: cover;
    }
}


@media(max-width:369px){
    .table-responsive-section .table .th{
        font-size: 14px;
    }
    .table-responsive-section .table-responsive .check{
        width: 20px;
        height: 14px;
        flex:0 0 20px;
        background-size: cover;
    }
    .table-responsive-section .table-responsive .check + p{
        margin-top: 6px;
    }
    .table-responsive-section .table .td > div{
        display: block;
    }
    .table-responsive-section .table .td{
        font-size: 13px;
        line-height: 1.1;
    }
    .table-responsive-section .table-responsive{
        flex:0 0 calc(100vw - 150px);
        position: static;
        max-width: calc(100vw - 150px);
        display: block;
    }
    .sidebar-table{
        flex:0 0 100px;
    }
}
.appointment-wrapper{
    background: #FFF0EB no-repeat right center;
    background-size: auto 80%;
    overflow: hidden;
    margin: 0 auto 100px;
    min-height: 530px;
    position: relative;
    border-radius: 8px;
    padding: 50px 50px;
    max-width: 1445px;
    display: flex;
    align-items: center;
}
.appointment-wrapper .container{
    display: flex;
    align-items: center;
    max-width: 1280px;
    margin: 0;
}
.appointment-wrapper .form-main{
    background: transparent;
    padding: 0;
    width: 80%;
}
.appointment-wrapper .h2{
    text-align: left;
}
.appointment-wrapper .description{
    color: #355074;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 50px;
}
@media screen and (max-width: 860px){
    .appointment-wrapper{
        background-position: right bottom;
        background-size: 300px;
        padding: 50px 0 350px;
    }
    .appointment-wrapper .form-main{
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .appointment-wrapper{
        background-position: right bottom -100px;
        background-size: 120%;
        padding: 50px 0 350px;
    }
}
/*.pop-up_wrapper{
    display: flex;
    background: #FEFEFE;
    border-radius: 8px;
    height: 424px;
    align-items: center;
    position: fixed;
    z-index: 10;
    width: 100%;
    max-width: 900px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
}
.pop-up_wrapper .description{
    text-align: center;
    padding: 0 45px;
    margin: 0 auto;
}
.pop-up_wrapper .title{
    font-family: 'Source Serif Pro', serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #355074;
    margin-bottom: 45px;
}
.pop-up_wrapper .title::after{
    content: '';
    display: block;
    margin: 0 auto;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='347' height='19' viewBox='0 0 347 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.30016 16.5114C27.3168 12.5186 55.1371 9.44089 83.0586 7.06195C102.16 5.43445 122.136 4.72413 142.23 3.81299C159.99 3.00769 178.942 2.4484 197.402 2.54773C228.231 2.71361 259.719 3.35068 290.288 5.10333C308.977 6.17484 326.199 7.83592 344.019 9.43642' stroke='%233DD6D0' stroke-width='4.93333' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat center bottom;
    background-size: contain;
    width: 300px;
    max-width: 80%;
}
.pop-up_wrapper .img{
    background: #FFF0EB;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    height: 100%;
    width: 390px;
}
.pop-up_wrapper .close{
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4081 3.41559C20.189 2.6347 20.189 1.36655 19.4081 0.585663C18.6272 -0.195221 17.359 -0.195221 16.5782 0.585663L10 7.17008L3.41559 0.59191C2.6347 -0.188974 1.36655 -0.188974 0.585663 0.59191C-0.195221 1.37279 -0.195221 2.64095 0.585663 3.42183L7.17008 10L0.59191 16.5844C-0.188974 17.3653 -0.188974 18.6335 0.59191 19.4143C1.37279 20.1952 2.64095 20.1952 3.42183 19.4143L10 12.8299L16.5844 19.4081C17.3653 20.189 18.6335 20.189 19.4143 19.4081C20.1952 18.6272 20.1952 17.359 19.4143 16.5782L12.8299 10L19.4081 3.41559Z' fill='%23355074'/%3E%3C/svg%3E%0A") no-repeat top left;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.overflow{
    display: none;
    background: #2F4966;
    opacity: .6;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
@media screen and (max-width: 940px){
    .pop-up_wrapper{
        display: block;
        height: auto;
        width: 80%;
    }
    .pop-up_wrapper .title{
        font-size: 25px;
        line-height: 32px;
        padding-top: 35px;
        margin-bottom: 100px;
    }
    .pop-up_wrapper .img{
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
        height: 300px;
        width: 100%;
        text-align: center;
    }
    .pop-up_wrapper .img img{
        height: auto;
        margin: -100px auto 0;
        width: 80%;
        max-width: 300px;
    }
    .pop-up_wrapper .btn{
        position: absolute;
        width: 80%;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
    }
}*/
.page-template-page-aetnasysco-treat .banner-section .row .banner-section__fig{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.page-template-page-aetnasysco-treat .banner-section .row .banner-section__fig img{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: max-content;
}
.page-template-page-aetnasysco-treat .banner-section .banner-section__info .btn{
    min-width: 326px;
}
.page-template-page-aetnasysco-treat .banner-section .banner-section__info .btn:hover{
    color: #355074 !important;
    opacity: 0.9;
}
.page-template-page-aetnasysco-treat .banner-section{
    background: #355074 url("data:image/svg+xml,%3Csvg width='83' height='276' viewBox='0 0 83 276' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M-156.201 0.0643592C-37.4394 -3.27502 26.9469 123.956 61.8613 237.518C94.5508 343.845 96.2711 466.693 8.12192 534.543C-86.5723 607.43 -223.762 604.3 -316.079 528.424C-395.966 462.764 -369.477 347.781 -339.528 248.805C-306.547 139.812 -270.03 3.26503 -156.201 0.0643592Z' fill='%238BE6E3'/%3E%3C/svg%3E%0A") no-repeat left bottom;
    margin-bottom: 0;
    padding: 0 0 70px;
    min-height: 465px;
}
.page-template-page-aetnasysco-treat .banner-section__info{
    padding-top: 70px;
    position: static;
}
.page-template-page-aetnasysco-treat .banner-section .h1{
    color: #FEFEFE;
}
.conditions-section_v2{
    padding-bottom: 40px;
}
.conditions-section_v2 .description p{
    text-align: center;
    font-size: 24px;
    line-height: 168%;
    color: #66727F;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}
.conditions-section_v2 .row{
    display: flex;
    flex-wrap: wrap;
}
.conditions-section_v2 .row .col{
    flex: 0 0 33.33%;
    display: flex;
    flex-wrap: nowrap;
    padding-right: 15px;
    margin: 25px 0;
}
.conditions-section_v2 .col>div{
    flex: 0 0 50%;
}
.conditions-section_v2 .col .img{
    margin-right: 15px;
    max-width: 150px;
}
.conditions-section_v2 .col .description{
    flex: 1 1 auto;
}
.conditions-section_v2 .col .description p{
    color: #66727F;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 0;
}
.conditions-section_v2 .center-btn{
    margin-top: 20px;
}
@media screen and (max-width: 1025px){
    .conditions-section_v2 .row .col{
        flex: 0 0 50%;
    }
}
@media screen and (max-width: 860px){
    .conditions-section .container .row{
        padding: 0;
    }
}
@media screen and (max-width: 640px){
    .conditions-section_v2 .row .col{
        flex: 0 0 100%;
    }
    .conditions-section_v2 .row .col{
        padding-right: 0;
    }
    .conditions-section_v2 .description p{
        font-size: 20px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 640px){
    .conditions-section_v2 .col .img{
        flex: 0 0 40%;
    }
    .conditions-section_v2 .row .col{
        margin: 22px 0;
    }
}
.chronic_conditions-section .description{
    max-width: 810px;
    margin: 0 auto 40px;
}
.chronic_conditions-section .h2,
.chronic_conditions-section h2{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.chronic_conditions-section .description p{
    color: #66727F;
    font-size: 24px;
    line-height: 168%;
    text-align: center;
}
.chronic_conditions-section .row{
    display: flex;
    align-items: center;
}
.chronic_conditions-section .row>div{
    flex: 0 0 50%;
}
.chronic_conditions-section .text li{
    color: #66727F;
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 15px;
    padding-left: 60px;
}
.chronic_conditions-section .text li:nth-child(even){
    background: url("data:image/svg+xml,%3Csvg width='39' height='40' viewBox='0 0 39 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2814 0.742506C28.4936 1.05649 34.1807 6.14585 36.6271 12.9629C39.384 20.6454 39.898 29.8084 33.5401 34.9028C26.389 40.6328 16.1274 40.7129 8.71424 35.329C1.25777 29.9136 -1.946 20.0997 1.20745 11.4209C4.0761 3.52601 12.9168 0.37835 21.2814 0.742506Z' fill='%23FFB59D'/%3E%3Cpath d='M29.4419 12.7784C29.9163 13.316 29.9163 13.8378 29.4419 14.3437L16.9196 26.866C16.4137 27.3404 15.8919 27.3404 15.3543 26.866L8.90344 20.4151C8.46073 19.9092 8.46073 19.3874 8.90344 18.8499C9.44102 18.4071 9.97859 18.4071 10.5162 18.8499L16.1607 24.4944L27.8767 12.7784C28.4142 12.3357 28.936 12.3357 29.4419 12.7784Z' fill='%2366483F'/%3E%3C/svg%3E%0A") no-repeat 0 0;
    background-size: 38px;
}
.chronic_conditions-section .text li:nth-child(odd){
    background: url("data:image/svg+xml,%3Csvg width='39' height='45' viewBox='0 0 39 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.3151 6.44809C27.4801 6.05513 36.4367 11.598 38.6917 20.0649C40.6505 27.42 32.8844 32.5516 26.4646 37.0479C19.8561 41.6764 12.0112 47.9137 5.25407 43.4841C-1.75937 38.8864 0.188806 29.2851 2.89917 21.5995C5.49811 14.2299 10.1582 6.79782 18.3151 6.44809Z' fill='%233DD6D0'/%3E%3Cpath d='M30.2001 18.4925C30.6745 19.0301 30.6745 19.5519 30.2001 20.0578L17.6778 32.5801C17.1719 33.0545 16.6501 33.0545 16.1125 32.5801L9.66162 26.1293C9.21891 25.6233 9.21891 25.1015 9.66162 24.564C10.1992 24.1213 10.7368 24.1213 11.2743 24.564L16.9189 30.2085L28.6348 18.4925C29.1724 18.0498 29.6942 18.0498 30.2001 18.4925Z' fill='%23185653'/%3E%3C/svg%3E%0A") no-repeat 0 0;
    background-size: 38px;
}
.chronic_conditions-section .text li:last-child{
    margin-bottom: 0;
}
.chronic_conditions-section .text li strong{
    color: #355074;
}
.chronic_conditions-section .row .img{
    text-align: center;
}
.chronic_conditions-section .center-btn{
    margin-top: 40px;
}
@media screen and (max-width: 768px){
    .chronic_conditions-section .row .img{
        display: none;
    }
    .chronic_conditions-section .text li{
        font-size: 22px;
        line-height: 31px;
    }
    .chronic_conditions-section .h2,
    .chronic_conditions-section h2{
        max-width: 100%;
    }
}
.no-suffer-section{
    margin: 60px 0;
}
.no-suffer-section .row .col:first-child{
    background: url("data:image/svg+xml,%3Csvg width='472' height='453' viewBox='0 0 472 453' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M403.399 148.09C439.137 229.944 384.289 304.695 328.91 355.721C277.061 403.495 206.889 433.608 142.761 388.241C73.8716 339.505 36.6062 243.305 53.9622 161.207C68.9814 90.1625 142.662 81.5297 208.121 79.0725C280.205 76.3667 369.144 69.6364 403.399 148.09Z' fill='%23FFB59D'/%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M28.8624 206.197C42.9044 133.055 129.499 110.88 203.735 104.892C273.241 99.2851 348.665 114.872 378.254 178.015C410.04 245.846 389.542 329.391 330.597 375.617C279.588 415.62 212.799 383.833 156.276 352.096C94.0327 317.147 15.4036 276.301 28.8624 206.197Z' fill='%23899DB3'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
    background-size: 100%;
    flex: 0 0 40%;
}
.no-suffer-section .row{
    align-items: center;
}
.no-suffer-section .row .col:last-child{
    flex: 0 0 60%;
}
.no-suffer-section .text-decoration{
    color: #355074;
    font-size: 24px;
    text-align: center;
    padding-bottom: 85.85%;
    position: relative;
}
.no-suffer-section .text-decoration>*{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.no-suffer-section .text-decoration span{
    display: block;
    font-family: 'Source Serif Pro', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 120px;
    line-height: 1;
}
.no-suffer-section .description p{
    color: #66727F;
    font-size: 22px;
    line-height: 34px;
}
.no-suffer-section .description p strong{
    color: #2F4966;
}
.no-suffer-section .center-btn{
    margin-top: 40px;
}
@media screen and (max-width: 860px){
    .no-suffer-section .row .col:first-child{
        flex: 0 0 100%;
        width: 100%;
    }
}
.experts {
    padding: 40px 0 20px
}

.experts-slider {
    padding: 0 50px;
    margin-bottom: 90px
}

.experts-slider .slick-list {
    margin: 0 -16px
}

.experts-slider_item {
    padding: 0 16px
}

.experts-slider_item .img {
    margin-bottom: 30px
}

.experts-slider_item .h3,.experts-slider_item h3 {
    font-size: 30px;
    font-family: 'Source Serif Pro',serif;
    line-height: 1.3;
    color: #355074
}

.experts-slider_item .stars {
    margin-bottom: 16px
}

.experts-slider_item .stars img {
    display: block
}

.experts-slider_item .desk {
    font-size: 20px;
    line-height: 1.6;
    color: #66727F
}

.experts-slider_item .desk b, .experts-slider_item .desk strong {
    color: #355074;
}

.experts-slider_item .state {
    font-family: 'Source Serif Pro',serif;
    font-weight: 700;
    line-height: 1.3;
    color: #355074;
    font-size: 22px;
    margin-bottom: 16px
}

.experts-slider_item .img img {
    display: block
}

@media(max-width: 639px) {
    .experts-slider {
        margin:0 auto;
        max-width: 360px
    }

    .experts-slider .slick-list {
        margin: 0 -5px
    }

    .experts-slider_item {
        padding: 0 5px
    }

    .experts-slider .slick-arrow {
        height: 51px;
        top: 94px
    }
}

@media(max-width: 374px) {
    .experts-slider {
        margin:0 auto;
        max-width: 320px;
        padding: 0 30px
    }

    .experts-slider .slick-list {
        margin: 0 -5px
    }

    .experts-slider_item {
        padding: 0 5px
    }

    .experts-slider .slick-arrow {
        height: 51px;
        top: 88px
    }

    .experts-slider .slick-arrow.slick-next {
        right: -10px
    }

    .experts-slider .slick-arrow.slick-prev {
        left: -10px
    }
}
@media(max-width:860px){
    .page-template-page-aetnasysco-treat .banner-section .row .banner-section__fig{
        background: transparent;
        height: auto;
        position: relative;
        max-width: 100%;
    }
    .page-template-page-aetnasysco-treat .banner-section .row .banner-section__fig img{
        display: block;
        position: relative;
        height: auto;
        width: 100%;
        right: 0;
        max-width: 100%;
    }
    .banner-section__info{
        flex:1;
        max-width: 100%;
    }
    .page-template-page-aetnasysco-treat .banner-section{
        background: transparent;
        padding-bottom: 40px;
        overflow: visible;
    }
    .page-template-page-aetnasysco-treat .banner-section .h1{
        color: #355074;
        text-align: center;
    }
}
@media(max-width:769px){
    .page-template-page-aetnasysco-treat .banner-section{
        margin-bottom: 0;
    }
    .page-template-page-aetnasysco-treat .conditions-section{
        margin-top: 0;
    }
}
@media(max-width:699px){
    .page-template-page-aetnasysco-treat .banner-section .row .banner-section__fig{
        max-width: calc(100% + 40px);
        width: calc(100% + 40px)
    }
}
.more-conditions .title{
    color: #66727F;
    font-size: 20px;
    margin: 30px 0 20px;
    text-align: center;
}
.more-conditions-list{
    column-count: 3;
    column-gap: 20px;
    padding-left: 20px;
    margin-bottom: 80px;
}
.more-conditions-list li{
    color: #66727F;
    font-size: 17px;
    line-height: 140%;
    list-style: disc;
}
@media(max-width:990px){
    .more-conditions-list {
        column-count: 2;
    }
}
@media(max-width:740px){
    .more-conditions-list {
        column-count: 1;
    }
}