/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#solutions-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    gap: 25px;
}
#solutions-wrapper #page-view,
#solutions-wrapper header{
    width: 100%;
    position: relative;
}
header .background-elements>.top-left-angle{
    position: absolute;
    top: 0px;
    left: 0px;

    width: 42px;
    height: 42px;
}
header .background-elements>.top-left-angle>svg{
    width: 100%;
    height: 100%;
}

#solutions-wrapper #header-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
}
#solutions-wrapper #header-wrapper h1{
    font-family: Montserrat;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    position: relative;
    margin: 0;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;

    top: 11px;
    left: 26px;

    color: #452A7C;
}
#solutions-wrapper #header-wrapper #header-wrapper-data-view{
    position: relative;
    left: 16px;
    top: 20px;

    width: 327px;
    max-width: 327px;
    height: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#solutions-wrapper #header-wrapper #header-wrapper-data-view .title{
    font-family: Montserrat;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;

    color: #452A7C;
    margin: 0;

    position: relative;
    top: 42px;
}
#solutions-wrapper #header-wrapper #folders{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    max-width: 750px;
    width: 214px;
    left: 15px;

    position: relative;
}
#solutions-wrapper #header-wrapper #folders>.folder{
    width: 33%;
    height: 120px;

    position: absolute;
}
#solutions-wrapper #header-wrapper #folders>.folder:nth-child(1){
    width: 74px;
    height: 98px;
    top: 24px;
    border-radius: 12px;
}
#solutions-wrapper #header-wrapper #folders>.folder:nth-child(2){
    width: 87px;
    height: 107px;
    position: relative;
    top: 10px;
    left: 40px;
    border-radius: 12px;
    z-index: -1;
}
#solutions-wrapper #header-wrapper #folders>.folder:nth-child(3){
    width: 101px;
    height: 108px;
    left: 75px;
    border-radius: 12px;
    z-index: -2;
}
#solutions-wrapper #header-wrapper #folders>.folder svg{
    width: 100%;
}
#solutions-wrapper #header-wrapper #folders>.folder .desktop-svg{
    display: none;
}
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years,
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-regions{
    display: none;
}
#solutions-wrapper #solutions-selector #solutions-selector-btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #DDE1E6;
    border-radius: 12px;
    margin-bottom: 15px;
    padding: 1px;
}
#solutions-wrapper #solutions-selector #solutions-selector-btns>button{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    border: 0;
    width: 50%;
    padding: 5px;
    border-radius: 12px;
    background-color: unset;
}
#solutions-wrapper #solutions-selector #solutions-selector-btns>button:hover{
    cursor: pointer;
}
#solutions-wrapper #solutions-selector #solutions-selector-btns>button.active{
    background-color: #fff;
    font-weight: 600;
}

#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul,
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-regions ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 8px;

    padding: 0;
    margin: 0;
    list-style: unset;
}
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul li,
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul li>a,

#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-regions ul li,
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-regions ul li>a{
    font-family: Montserrat;
    font-weight: 800;
    background-color: #fff;
    border-radius: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 10px;
    color: #452A7C;
    text-decoration: unset;

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;
}
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-regions ul li{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul li.active,
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul li:hover,

#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-regions ul li.active,
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-regions ul li:hover{
    background-color: #b8f3f3;
}
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul li>a,
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-regions ul li>a{
    padding: 0;
    border: 0;
    background-color: unset;
}
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul li>a,
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-regions ul li>a{
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#solutions-wrapper #solutions-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;

    margin-top: 15px;
    z-index: 5;
    position: relative
}
#solutions-wrapper #solutions-list>article{
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    gap: 16px;
    border-radius: 12px;
    border-width: 0.75px;
    border: 1px solid #93959B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    background-color: #FFFFFF;
}
#solutions-wrapper #solutions-list>article .title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 19px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#solutions-wrapper #solutions-list>article .description-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
#solutions-wrapper #solutions-list>article .title>.icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#solutions-wrapper #solutions-list>article .title>span{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0px;
    color: black;
}
#solutions-wrapper #solutions-list>article .description-wrapper .description p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #575857;
    margin: 0;
}
#solutions-wrapper #solutions-selector-desktop{
    display: none;
}
#solutions-wrapper #solutions-list>article .description-wrapper .action>a{
    position: relative;
    padding: 0;
    width: 258.5px;
    height: 62px;
    border-radius: 18.63px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: unset;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#solutions-wrapper #solutions-list>article .description-wrapper .action>a>.background-element{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#solutions-wrapper #solutions-list>article .description-wrapper .action>a>.background-element>.mobile-background{
    display: block;
}
#solutions-wrapper #solutions-list>article .description-wrapper .action>a>.background-element>.desktop-background{
    display: none;
}
#solutions-wrapper #solutions-list>article .description-wrapper .action>a>.background-element svg{
    width: 100%;
    height: 100%;
}
#solutions-wrapper #solutions-list>article .description-wrapper .action>a:hover .background-element svg>path{
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#solutions-wrapper #solutions-list>article .description-wrapper .action>a>span {
    z-index: 1;
    width: 92px;
    height: 20px;
    position: relative;
    top: -5px;
    left: 58px;

    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;

    color: #2A7C68;

}
#solutions-wrapper #solutions-list>article .description-wrapper .action>a:hover .background-element svg>path {
    fill-opacity: 0.9;
}

#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul li,
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul li>a{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #A6A7A8;
    padding: 0;

    background-color: unset;
}
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul li.active{
    background-color: unset;
}
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul li.active>a{
    color: #0C1116;
}
#solutions-wrapper #solutions-selector #solutions-selector-btns{
    margin-top: 24px;
    margin-bottom: 22px;
}
#solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years{
    margin-top: 20px;
}

#solutions-wrapper #solutions-selector{
    display: none;
}
#solutions-wrapper #solutions-selector.mobile{
    display: block;
}
@media(min-width: 375px){
    #solutions-wrapper #header-wrapper #header-wrapper-data-view {
        left: 32px;
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view .title{
        top: 30px;
        left: -15px;
    }
    #solutions-wrapper #header-wrapper #folders{
        left: -2px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(3){
        left: 113px;
    }
}
@media(min-width: 375px) and (max-width: 376px){
    .page_main_data.solutions>.container{
        padding: 0;
    }

    #solutions-wrapper{
        position: relative;
        margin-top: 114px;
        margin-bottom: 64px;
    }
    #solutions-wrapper header,
    #solutions-wrapper #header-wrapper{
        height: 213px;
    }
    #solutions-wrapper #header-wrapper{
        display: block;
    }
    header .background-elements>.top-left-angle{
        width: 42px;
        height: 42px;
        left: -10px;
    }
    #solutions-wrapper #header-wrapper h1{
        width: 279px;
        height: 58px;
        top: 21px;
        left: 16px;
        position: absolute;
        font-family: Montserrat;
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0px;
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view{
        width: 327px;
        height: 108px;
        top: 105px;
        left: 16px;
    }
    #solutions-wrapper #header-wrapper #folders{
        width: 214px;
        height: 108px;
        left: 113px;
        position: absolute;
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view .title{
        font-family: Montserrat;
        font-weight: 800;
        font-size: 40px;
        line-height: 100%;
        letter-spacing: 0px;
        vertical-align: middle;

        top: 42px;
        left: 0px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(1){
        width: 74px;
        height: 98px;
        top: 43px;
        border-radius: 12px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(2){
        width: 87px;
        height: 107px;
        top: 22px;
        left: 40px;
        border-radius: 12px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(3){
        width: 101px;
        height: 108px;
        left: 113px;
        border-radius: 12px;
    }
    #solutions-wrapper #solutions-selector.mobile{
        position: relative;
        width: 327px;
        height: 54px;
        top: 0px;
        left: 16px;
        gap: 8px;
        margin-top: 26px;
    }

    #solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul{
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    #solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years{
        margin: 0;
    }
    #solutions-wrapper #solutions-list{
        margin-top: 32px;
        row-gap: 20px;
    }
    #solutions-wrapper #solutions-list>article .description-wrapper .description p{
        font-family: Montserrat;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    #solutions-wrapper #solutions-selector #solutions-selector-btns>button.active{
        font-family: Montserrat;
        font-weight: 600;
        font-size: 21.32px;
        line-height: 27.01px;
        letter-spacing: 0px;
        vertical-align: middle;
    }
    #solutions-wrapper #solutions-selector #solutions-selector-btns>button{
        font-family: Montserrat;
        font-weight: 400;
        font-size: 21.32px;
        line-height: 28.43px;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .page_main_data.regional-solutions #solutions-wrapper #solutions-selector.mobile{
        height: auto;
    }
    .page_main_data.regional-solutions #solutions-wrapper #header-wrapper h1{
        top: 25px;
    }
}
@media(min-width: 576px){
    #solutions-wrapper #header-wrapper #folders>.folder svg{
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view {
        left: 60px;
        width: 495px;
        max-width: 495px;
    }
    #solutions-wrapper #header-wrapper h1{
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-size: 32px;
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view .title{
        font-size: 60px;
    }
    #solutions-wrapper #header-wrapper #folders{
        width: 325px;
        left: 35px;
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view{
        height: 160px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(1){
        top: 54px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(2){
        top: 28px;
        left: 70px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(3){
        left: 188px;
    }
}

@media(min-width: 768px){
    #solutions-wrapper #solutions-selector-desktop,
    #solutions-wrapper #solutions-selector{
        display: block;
    }
    #solutions-wrapper #solutions-selector.mobile{
        display: none;
    }
    #solutions-wrapper #solutions-selector-desktop #solutions-selector-data-years-desktop>ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        list-style: none;
        gap: 10px;

        margin-top: 200px;
    }
    #solutions-wrapper #solutions-selector-desktop #solutions-selector-data-years-desktop>ul>li,
    #solutions-wrapper #solutions-selector-desktop #solutions-selector-data-years-desktop>ul>li>a{
        font-family: Montserrat;
        font-weight: 600;
        font-size: 19px;
        line-height: 23px;
        letter-spacing: 0px;
        vertical-align: middle;
        color: #A6A7A8;

        text-decoration: none;
    }
    #solutions-wrapper #solutions-selector-desktop #solutions-selector-data-years-desktop>ul>li.active,
    #solutions-wrapper #solutions-selector-desktop #solutions-selector-data-years-desktop>ul>li.active>a{
        color: #0C1116;
    }
    #solutions-wrapper{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 50px;
    }
    #solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul,
    #solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-regions ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    #solutions-wrapper #header-wrapper #folders{
        left: 0;
    }
    #solutions-wrapper #header-wrapper #folders>.folder>svg{
        display: none;
    }
    #solutions-wrapper #header-wrapper #folders>.folder .desktop-svg{
        display: block;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(1) {
        top: 15px;
        left: 20px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(2) {
        top: -27px;
        left: 87px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(3) {
        left: 188px;
        top: -35px;
    }
    #solutions-wrapper #solutions-selector{
        width: 220px;
    }
    #solutions-wrapper #page-view{
        width: calc(100% - 220px);
    }
}
@media(min-width: 991px){
    #solutions-wrapper #header-wrapper h1{

    }
    #solutions-wrapper #header-wrapper{
        height: 235px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #solutions-wrapper #solutions-list>article .description-wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #solutions-wrapper #solutions-list>article .title>span{
        font-size: 22px;
        line-height: 25px;
    }
    #solutions-wrapper #solutions-list>article .description-wrapper .description p{
        font-size: 17px;
        line-height: 20px;
    }
    #solutions-wrapper #header-wrapper h1{
        font-size: 38px;
        line-height: 40px;
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view h2{
        font-size: 32px;
        line-height: 38px;
    }
    .regional #solutions-wrapper #header-wrapper #header-wrapper-data-view h2{
        font-size: 27px;
        line-height: 32px;
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view .title {
        top: -12px;
        left: -15px;
    }
    #solutions-wrapper #header-wrapper #folders{
        height: 150px;
        left: 175px;
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view{
        width: 650px;
        max-width: 650px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder svg {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(1) {
        top: 30px;
        left: 25px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(2) {
        top: 0px;
        left: 95px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(3) {
        left: 200px;
        top: -15px;
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #solutions-wrapper #solutions-list>article .description-wrapper .action>a>.background-element>.mobile-background{
        display: none;
    }
    #solutions-wrapper #solutions-list>article .description-wrapper .action>a>.background-element>.desktop-background{
        display: block;
    }
    #solutions-wrapper #solutions-list>article .description-wrapper .action>a>span{
        top: -5px;
        left: 107.5px;
    }
    body main.page_main_data.regional-solutions{

    }
    #solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul li{
        padding: 12px 0px;
        border-bottom: 1px solid #CCCDD2;

        border-radius: 0;
    }
    #solutions-wrapper #solutions-selector #solutions-selector-data #solutions-selector-data-years ul li>a{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 1200px) {
    #solutions-wrapper #page-view{
        max-width: 852px;
    }
    header .background-elements>.top-left-angle{
        width: 72px;
        height: 72px;
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view h2 {
        font-size: 55px;
        line-height: 55px;
    }
    .regional #solutions-wrapper #header-wrapper #header-wrapper-data-view h2{
        font-size: 35px;
        line-height: 37px;
    }
    #solutions-wrapper #header-wrapper {
        height: 275px;
    }
    #solutions-wrapper #header-wrapper h1{
        font-family: Montserrat;
        font-weight: 800;
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 0px;
        vertical-align: middle;
        left: 45px;
        top: 16px;
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view .title{
        font-family: Montserrat;
        font-weight: 800;
        font-size: 100px;
        line-height: 100px;
        letter-spacing: 0px;
        vertical-align: middle;
    }
    #solutions-wrapper #header-wrapper #folders{
        width: calc(100% - 100px);
        height: 184px;
        left: 25px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(1){
        width: 202.58547973632812px;
        height: 235.4641571044922px;
        top: 40.02px;
        left: 0px;
        border-radius: 12.85px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(2){
        width: 237.57870483398438px;
        height: 293.3527526855469px;
        top: 17.41px;
        left: 108px;
        border-radius: 12.85px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(3){
        width: 202.58547973632812px;
        height: 235.4641571044922px;
        top: -15px;
        left: 310px;
        border-radius: 12.85px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder svg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view{
        width: 852px;
        max-width: 852px;
        height: 184px;
    }

}
@media(min-width: 1920px){
    header .background-elements>.top-left-angle {
        width: 72px;
        height: 72px;
        top: 0px;
        left: 0px;
    }
    #solutions-wrapper #header-wrapper {
        height: 315px;
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view {
        height: 225px;
        left: 0;
    }
    #solutions-wrapper {
        gap: 68px;
    }
    .solutions>.container{
        max-width: 1127px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(3) {
        top: -5px;
    }
    #solutions-wrapper #header-wrapper h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .regional #solutions-wrapper #header-wrapper #header-wrapper-data-view h2{
        font-size: 32px;
        line-height: 42px;
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view h2 {
        font-size: 100px;
        line-height: 100px;
    }
    #solutions-wrapper #solutions-list{
        margin-top: 40px;
    }
    #solutions-wrapper #header-wrapper #header-wrapper-data-view .title{
        font-family: Montserrat;
        font-weight: 800;
        font-size: 100px;
        line-height: 100px;
        letter-spacing: 0px;
        vertical-align: middle;
        left: 0;
    }
    #solutions-wrapper #solutions-list>article .title>span{
        font-family: Montserrat;
        font-weight: 600;
        font-size: 22px;
        line-height: 25px;
        letter-spacing: 0px;
        vertical-align: middle;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(1){
        top: 38.02px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(2){
        top: 17px;
    }
    #solutions-wrapper #header-wrapper #folders>.folder:nth-child(3){
        top: 0px;
        width: 276.3369445800781px;
        height: 354.1772766113281px;
    }
}