* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body, html {
    margin: 0;
    padding: 0;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    background: #F7F7F7;
    margin: auto;
    color: #2F2B36;
}

img {
    width: 100%;
    height: auto;
}

.fx {
    display: flex;
    flex-flow: row wrap;
}

h2 {
    width: 100%;
    font-size: 1.9rem
}

a {
    transition: all .3s;
    margin: .1rem 0 0;
    display: inline-block
}

a:hover {
    color: #4e5481
}

body {
    overflow-x: hidden;
}
.navigation {
    position: fixed;
    z-index: 999;
    top: 1.5rem;
    background: #fff;
    left: 9vw;
    right: 9vw;
    margin: auto;
    border-radius: 50px;
    padding: .7rem 1.2rem;
    align-items: center;
    justify-content: space-between;
}

.navigation a {
    color: #2F2B36;
    text-decoration: none;
    font-size: 16px;
    padding: .5rem 1rem;
}

.navigation a:hover {
    text-shadow: 1px 0 0 #2F2B36;
}

.logo {
    max-width: 80px;
    margin: 0 1rem;
    vertical-align: baseline;
}

.logoLink {
    width: 100%;
    max-width: 80px;
    vertical-align: baseline;
    margin: 6px 0 0 !important;
    align-self: center;
    padding: 0 !important;
}

.btn, a.btn {
    transition: all .3s;
    background: #2F2B36;
    border-radius: 50px;
    color: #fff;
    font-family: inherit;
    border: 1px solid #2F2B36;
    padding: .8rem 3rem;
    text-decoration: none;
    font-size: 18px;
}

.btn:hover, a.btn:hover {
    background: none;
    color: #2F2B36;
}

.navigation a.btn {
    padding: .5rem 2rem;
}

.nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
    display: inline-block;
}

.con {
    margin: auto;
    padding: 0 9vw;
    overflow: hidden;
}

.sec1 {
    padding-top: 10rem;
    padding-bottom: 4rem;
    justify-content: space-between;
    align-items: center;
}

.sec2 {
    background: #EBECF2;
    padding-top: 8rem;
}

.sec3 {
    padding-top: 14rem;
    position: relative;
    padding-right: 0;
}

.sec3 .con {
    overflow: unset;
}

.sec4 {
    background: #EBECF4;
    padding-top: 8rem;
    padding-right: 0;
}

.sec5 {
    margin-top: 10rem;
    background: #76747A;
}

.sec5 .con {
    overflow: unset;
}

.f30 {
    width: 35%;
}

.f30 h2 {
    font-size: 33px;
    font-weight: normal;
    line-height: 1.35;
}

.f30 h3 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.35;
}

.f40 {
    width: 45%;
}

.f60 {
    width: 55%;
}

.f70 {
    padding-left: 2rem;
    width: 65%;
}

.f50 {
    width: 46%;
}

h1 {
    font-size: 4.5vw;
    line-height: 1.25;
    margin-bottom: 1rem;
}

h2 {
    font-size: 65px;
    margin: .5rem 0;
}

h3 {
    font-size: 28px;
    font-weight: normal;
}

header p {
    font-size: 22px;
    max-width: 600px;
}

/*HEADER GRAPHIC*/

.header-graphic {
    width: 461px;
    height: 456px;
}

.graphic-container {
    width: 100%;
    height: 100%;
}

.top-row {
    position: relative;
    height: 33%;
    width: 100%;
}

.top-row-item1 {
    position: absolute;
    left: 0;
    width: 45%;
    height: 100%;
    border-radius: 107px 0;
    background: #EBEFEA;
    background: linear-gradient(270deg, #EDF1E9 0%, #DCDEF8 100%);
    transition: transform 0.3s ease-in-out;
    z-index: 99;
}

.top-row-item2 {
    position: absolute;
    left: 0;
    width: 45%;
    height: 100%;
    border-radius: 107px 0;
    background: #EBECF3;
    transition: transform 0.3s ease-in-out;
    z-index: 9;
}

.top-row-item3 {
    position: absolute;
    left: 0;
    width: 45%;
    height: 100%;
    border-radius: 107px 0;
    background: #76747B;
}

.top-row-item4 {
    position: absolute;
    right: 0;
    width: 55%;
    height: 100%;
    border-radius: 0 0 0 107px;
    background: #ECECF4;
    transition: width 0.3s ease-in-out;
}

.header-graphic:hover .top-row-item1 {
    transform: translateX(40%);
}

.header-graphic:hover .top-row-item2 {
    transform: translateX(20%);
}

.header-graphic:hover .top-row-item4 {
    width: 37%;
}

.middle-row {
    position: relative;
    height: 33%;
    width: 100%
}

.middle-row-item1 {
    position: absolute;
    left: 0;
    width: 65%;
    height: 100%;
    border-radius: 0 78px 78px 0;
    background: #BCBDC9;
}

.middle-row-item2 {
    position: absolute;
    right: 0;
    width: 35%;
    height: 100%;
    border-radius: 80px;
    background: #EBEFEA;
    background: linear-gradient(270deg, #F5F7E4 0%, #E1E2EE 100%);
    transition: transform 0.3s ease-in-out;
    z-index: 99;
}

.middle-row-item3 {
    position: absolute;
    right: 0;
    width: 35%;
    height: 100%;
    border-radius: 80px;
    background: #76747B;
    transition: transform 0.3s ease-in-out;
    z-index: 9
}

.middle-row-item4 {
    position: absolute;
    right: 0;
    width: 35%;
    height: 100%;
    border-radius: 80px;
    background: #ECECF4;
}

.header-graphic:hover .middle-row-item2 {
    transform: translateX(-70%);
}

.header-graphic:hover .middle-row-item3 {
    transform: translateX(-35%);
}

.last-row {
    display: flex;
    height: 33%;
    width: 100%;
}

.last-row-item1 {
    width: 34%;
    height: 100%;
    border-radius: 0 0 0 107px;
    background: #EBEFEA;
    background: linear-gradient(180deg, #D9DBFC 0%, #F4F6E8 100%);
}

.last-row-item2 {
    width: 16%;
    height: 100%;
    background-color: #FFF;
    transition: background-color 0.5s ease-in-out;
}

.last-row-item3 {
    width: 16%;
    height: 100%;
    background: #BCBDC9;
    transition: background-color 0.5s ease-in-out;
}

.last-row-item4 {
    width: 40%;
    height: 100%;
    border-radius: 0 78px 78px 0;
    background: #ECECF4;
}

.header-graphic:hover .last-row-item2 {
    background-color: #EBECF3;
}

.header-graphic:hover .last-row-item3 {
    background-color: #EBECF3;
}

/*HEADER GRAPHIC END*/

.tag {
    min-width: 114px;
    text-align: center;
    background: #2F2B36;
    display: inline-block;
    padding: .5rem 1rem;
    font-size: 13px;
    border-radius: 0 20px 0 0;
    letter-spacing: .1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.adItems {
    margin-top: 4rem;
}

.adItem {
    padding: 1.5rem 0;
    border-top: 1px solid #B1B0B6;
    transition: all .3s;
}

.adItem:hover {
    background: #77747b;
    color: #fff;
}

.adItem .fx {
    padding: 0 9vw;
    margin: auto;
    align-items: center;
}

.adItem .fx p:first-of-type {
    width: 20%;
    font-weight: bold;
    font-size: 68px;
}

.adItem .fx h3 {
    width: 20%;
    padding-right: 2rem;
}

.adItem .fx p:last-of-type {
    width: 60%;
    font-size: 18px;
    max-width: 680px;
}

.jSB {
    justify-content: space-between;
}

.conIC {
    width: 67vw;
    max-width: 1000px;
}

.fx.jSB.conIC img {
    margin-top: 5rem;
    object-fit: cover;
    max-width: 400px;
}

.fx.jSB.conIC div {
    width: calc(100% - 400px);
    padding-left: 7vw;
}

.disB {
    margin-bottom: 5rem;
}

.abs {
    position: absolute;
    top: 15rem;
    bottom: 0;
    width: 30%;
    left: 70vw;
    z-index: -1;
}

.imgPos {
    position: sticky;
    right: 0;
    top: 4rem;
}

.imgPos svg {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.colorBG {
    background: #76747A;
    padding: 6vw 12vw 6vw 6vw;
    border-radius: 0 210px 0 0;
    font-size: 27px;
    margin-top: 4rem;
    font-weight: 300;
    color: #fff;
}

.contact {
    padding: 4rem 0 0;
}

.contactInner {
    margin-top: -10rem;
    border-radius: 50px 50px 0 0;
    background: #EBECF2;
    padding: 5vw 6vw;
}

footer {
    background: #76747A;
    color: #fff;
}

.form input, .form textarea {
    background: none;
    font-size: 18px;
    border: none;
    padding: .7rem 0;
    outline: none;
    width: 100%;
    font-family: inherit;
    margin-top: .6rem;
    border-bottom: 2px solid #7A7882;
}

.form label {
    padding: .5rem 0;
    display: block;
}

.form-row-flex {
    display: flex;
}

.form-row-50 {
    width: 50%;
}

.form > div {
    margin: 1rem 0;
}

.form-row-50:nth-child(odd) {
    margin-right: .7rem;
}

.form-row-50:nth-child(even) {
    margin-left: .7rem;
}

.form-error {
    font-size: 13px;
    color: #BA3534;
    padding-left: 1.3rem !important;
    position: relative;
}

.form-error:before {
    content: 'i';
    position: absolute;
    width: 13px;
    height: 13px;
    border: 1px solid #BA3534;
    border-radius: 50%;
    left: 0;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}

.form p {
    font-size: 15px;
    color: #555159;
}

.form-button_submit {
    transition: all .3s;
    background: #2F2B36;
    border-radius: 50px;
    width: 100%;
    color: #fff;
    font-family: inherit;
    margin-top: 1rem;
    border: 1px solid #2F2B36;
    padding: .65rem 2rem;
    text-decoration: none;
    font-size: 18px;
}

.form-button_submit:hover {
    background: none;
    color: #2F2B36;
}

footer .fx {
    max-width: 750px;
    padding: 4rem 0;
    margin: auto;
}

footer {
    font-size: 17px;
}

footer .fx p:first-of-type {
    font-weight: bold;
    text-transform: uppercase;
}

footer .fx p:nth-child(2) {
    font-weight: 300;
    margin: .4rem 0;
    line-height: 2;
}

footer .fx div:nth-child(3) p {
    margin-bottom: .8rem;
}

footer .fx a {
    display: block;
    font-weight: 300;
    text-decoration: none;
    margin: .45rem 0;
    line-height: 1.6;
    color: #fff;
}

footer .sub {
    border-top: 2px solid #fff;
    text-align: center;
    color: #fff;
    padding: 2rem 0;
}

footer .sub a {
    text-decoration: none;
    font-weight: 300;
    color: #fff;
}

footer a:hover {
    text-shadow: 1px 0 0 #fff;
}

.burger {
    display: none;
}

.imp a {
    color: #4e5481;
}

.imp a:hover {
    text-shadow: 1px 0 0 #4e5481;
}

.imp.sec2 .fx {
    padding: 3rem 9vw
}

.form-success {
    text-transform: uppercase;
    background: #6d73a4;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 30px;
    margin-bottom: 2rem;
}

/*ERROR PAGE*/

.error-page-form {
    background: #76747A;
}

.error-page-form .con {
    overflow: unset;
}

.all-in-one-sec {
    background: #fff;
    padding: 80px 0 250px 0;
}

.all-in-one-sec p {
    margin: 0 0 40px 0;
}

.product-overview {
    position: relative;
    display: flex;
    border-radius: 0 0 133px 0;
    background: #EBECF2;
    padding: 0 24px;
    margin: 0 -48px;
}

.product-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    flex: 1;
}

.product-item:nth-child(1) {
    flex: 2;
}

.product-item:nth-child(2) {
    flex: 2;
}

.product-item:nth-child(3) {
    flex: 2;
}

.product-item:nth-child(4) {
    flex: 3;
}

.product-item:nth-child(5) {
    flex: 2;
}

.product-item:not(:last-child)::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #B1B0B6;
}

.product-item h3 {
    color: #2F2B36;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 146.187%;
    margin: 0;
}

.product-item p {
    color: #2F2B36;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.187%;
    margin: 0;
}

.hero {
    position: relative;
}

.error-graphic {
    position: absolute;
    right: 68px;
    bottom: -150px;
    width: 310px;
    height: 300px;
    z-index: 1;
}

/*ERROR PAGE END*/

@media (max-width: 1120px) {
    .all-in-one-sec {
        padding-top: 0 !important;
    }

    .all-in-one-sec p {
        margin: 0;
    }

    .all-in-one-content {
        background: #EBECF2;
        padding-top: 80px;
        padding-bottom: 24px;
    }

    .product-overview {
        flex-direction: column;
        padding: 32px 24px;
    }

    .product-item {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .product-item:not(:last-child)::before {
        display: none;
    }

    .product-item:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 1px;
        background-color: #B1B0B6;
    }
}


@media (min-width: 1920px) {
    h1 {
        font-size: 72px;
    }
}

@media (max-width: 1190px) {
    .fx.jSB.conIC img {
        max-width: none;
        width: 100%;
        max-height: 600px;
        margin-top: 0;
        object-position: top center;
    }

    .fx.jSB.conIC div {
        width: 100%;
        padding: 0;
        margin: 4rem 0 6rem;
    }

    .conIC {
        width: 60%;
    }

    .abs {
        width: 30%;
        left: 70vw;
    }

    h1 {
        font-size: 5vw;
    }

    h2 {
        font-size: 4.5vw;
    }

    .adItem .fx p:first-of-type {
        width: 70px;
        font-size: 45px;
        margin: 1rem 0;
    }

    .adItem .fx h3 {
        width: calc(100% - 70px);
        margin-bottom: 1.05rem;
        hyphens: auto;
    }

    .adItem .fx p:last-of-type {
        width: 100%;
        max-width: none;
    }

    .f30, .f70 {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 1041px) {
    .sec1 {
        padding-bottom: 10rem;
    }

    .sec1 .f50 {
        width: 100%;
    }

    .sec1 .header-graphic {
        display: none;
    }

}

@media (max-width: 930px) {
    .abs {
        width: 40vw;
        left: 58vw;
    }

    .f40 {
        width: 100%;
        margin-bottom: 2rem;
    }

    .f60 {
        width: 100%;
    }
}

@media (max-width: 780px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 50px;
    }

    .f50 {
        width: 100%;
        margin: 0 0 4rem;
    }

    .sec1 {
        padding-top: 8rem;
        padding-bottom: 2rem;
    }

    .adItem .fx p:first-of-type {
        width: 100%;
        font-size: 45px;
        margin: 1rem 0 .5rem;
    }

    .adItem .fx h3 {
        width: 100%;
        margin-top: 0;
        padding-right: 0;
        margin-bottom: 1.05rem;
        hyphens: auto;
    }

    .adItem .fx p:last-of-type {
        width: 100%;
        max-width: none;
    }

    .conIC {
        width: 100%;
        flex-flow: column-reverse;
    }

    .sec3 {
        padding-right: 9vw;
        padding-top: 9rem;
    }

    .abs {
        display: none;
    }

    .disB {
        margin-bottom: 0;
    }

    .fx.jSB.conIC img {
        max-height: 750px;
        margin-left: -9vw;
        margin-right: 0;
        width: calc(100% + 27vw);
    }

    .colorBG {
        background: none;
        padding: 0 9vw 6rem 0;
        color: #2F2B36;
        font-weight: normal;
        font-size: 20px;
    }

    .error-graphic {
        display: none;
    }
}

@media (max-width: 630px) {
    .product-overview {
        flex-direction: column;
        padding: 32px 16px;
        padding-top: 0;
        border-radius: 0;
    }

    .product-item {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .fx.jSB.conIC img {
        width: 100vw;
        left: -2rem;
        position: relative;
        margin: 0;
    }


    .form-row-50 {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .form-row-flex {
        flex-flow: row wrap;
        margin-top: .5rem;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 43px;
    }

    footer .fx {
        display: block;
    }

    footer .fx > div {
        margin: 3.5rem 0;
    }

    .nav-links {
        position: fixed;
        background: #F7F7F7;
        top: 0;
        right: -100%;
        width: 100%;
        transition: all .3s;
        bottom: 0;
        display: flex;
        flex-flow: column;
        text-align: center;
        padding: 8rem 9vw;
        align-items: center;
        margin-top: 0;
    }

    .nav-links.nav-active {
        right: 0;
    }

    .navigation a {
        margin: 1rem 0;
        font-size: 22px;
    }

    .burger {
        position: relative;
        z-index: 3;
        width: 48px;
        height: 38px;
        padding: .5rem;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

    .burger span {
        height: 3px;
        width: 100%;
        background: #000;
        transition: all .3s;
    }

    .burger.toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 9px;
    }

    .burger.toggle span:nth-child(2) {
        visibility: hidden;
        opacity: 0;
    }

    .burger.toggle span:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        bottom: 9px;
    }

    .con, .adItem .fx, .imp.sec2 .fx {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .contactInner {
        padding: 2rem;
    }

    .colorBG {
        padding-right: 0;
    }
}

@media (max-width: 460px) {
    header p {
        font-size: 20px;
    }

    h1 {
        font-size: 10.15vw;
    }

    h2 {
        font-size: 35px;
    }
}