.au-1 {
    margin-top: 0;
    /* background: red; */
    height: 36.3889vw;
    position: relative;
}

.au-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36.3889vw;
    background: url(../img/about-us/au-1-desc.svg) center center no-repeat;
    background-size: cover;
}

.au-1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36.3889vw;
    background: url(../img/about-us/au-1-desc-dots.svg) center center no-repeat;
    background-size: cover;
    /* animation: fadeInOutAU1 6s infinite; */
}

@-webkit-keyframes fadeInOutAU1 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeInOutAU1 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.au-1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

.au-1 .subhead {
    /* font-family: "Geologica", sans-serif; */
    font-family: "Manrope", sans-serif;
    font-weight: 200;
    font-weight: 400;
    font-size: 2.2222vw;
    line-height: 120%;
    color: #e95200;
}

.au-1 h1 {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 5vw;
    line-height: 100%;
    text-align: center;
    color: #1e1e1e;
}

.au-1 .desc {
    margin-top: 1.9444vw;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    text-align: center;
    color: #1e1e1e;
}

.au-1 a {
    position: absolute;
    top: 29.7917vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.au-2 {
    margin-top: 7.2222vw;
}

.au-2 .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50.6944vw;
    grid-template-columns: 1fr 50.6944vw;
}

.au-2 h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 3.6111vw;
    line-height: 100%;
    color: #1e1e1e;
}

.au-2 p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #1e1e1e;
}

.au-2 span {
    font-weight: 700;
    color: #e95200;
}

.au-3 {
    margin-top: 7.2222vw;
}

.au-3 .cont {
    background: #f9f7f7;
    padding: 3.3333vw;
    border-radius: 1.3889vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42.3611vw 33.3333vw;
    grid-template-columns: 42.3611vw 33.3333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.au-3 .cont h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 3.6111vw;
    line-height: 100%;
    color: #1e1e1e;
}

.au-3 .cont .left p {
    margin-top: 1.9444vw;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #1e1e1e;
}

.au-3 .cont .left p strong {
    font-weight: 700;
}

.au-3 .cont .right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.0417vw 1fr 1.0417vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.0417vw;
    height: 23.6111vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.au-3 .cont .right .box {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.au-3 .cont .right .box .head {
    font-family: "Geologica", sans-serif;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #1e1e1e;
    margin-bottom: 0.6944vw;
}

.au-3 .cont .right .box .plug {
    background: #1e1e1e;
    border-radius: 0.6944vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0.5556vw;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    height: 3.6806vw;
}

.au-3 .cont .right .box .plug p {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1.3889vw;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.au-3 .cont .right .box .plug p span {
    font-weight: 400;
    font-size: 0.8333vw;
    display: block;
    margin-top: -0.4861vw;
}

.au-3 .cont .right .box:last-child .plug {
    background: #e95200;
}

.au-3 .cont .right .box:nth-child(1) .plug.active {
    height: 5.5556vw;
}

.au-3 .cont .right .box:nth-child(2) .plug.active {
    height: 7.6389vw;
}

.au-3 .cont .right .box:nth-child(3) .plug.active {
    height: 20.8333vw;
}

.au-3 .cont .right .box:nth-child(1) .plug {
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
}

.au-3 .cont .right .box:nth-child(2) .plug {
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
}

.au-3 .cont .right .box:nth-child(3) .plug {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
}

.au-4 {
    margin-top: 3.4028vw;
}

.au-4 .cont {
    background: #1E1E1E;
    border-radius: 1.3889vw;
    padding: 3.3333vw;
    position: relative;
    overflow: hidden;
}

.au-4 .cont:before {
    content: '';
    background: url(../img/about-us/au-4-png-1.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 44.3056vw;
    height: 29.5139vw;
}

.au-4 .cont .left {
    max-width: 40.9722vw;
}

.au-4 .cont h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 3.6111vw;
    line-height: 100%;
    color: #fff;
    margin-bottom: 1.9444vw;
}

.au-4 .cont .p1,
.au-4 .cont .p2 {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #fff;
}

.au-4 .cont .p2 {
    margin-top: 2.0833vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 2.8472vw;
}

.au-4 .cont .p2 svg {
    width: 5.2083vw;
    min-width: 5.2083vw;
    height: auto;
}

.au-5 {
    margin-top: 9.3056vw;
}

.au-5 h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 3.6111vw;
    line-height: 100%;
    color: #1e1e1e;
}

.au-5 .desc {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #1e1e1e;
    max-width: 50.6944vw;
    margin-top: 1.9444vw;
}

.au-5 .cont {
    margin-top: 3.3333vw;
    background: #E95200;
    border-radius: 1.3889vw 1.3889vw 0 0;
    padding-top: 3.3333vw;
    ;
}

.au-5 .cont .box {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0vw;
    border-radius: 1.3889vw;
    padding: 0.6944vw 2.4306vw;
}

.au-5 .cont .box .line {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 29.8611vw 43.75vw;
    grid-template-columns: 29.8611vw 43.75vw;
    padding: 1.3889vw 0;
    border-bottom: 0.0694vw solid rgba(30, 30, 30, 0.5);
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.au-5 .cont .box .line:last-child {
    border: none;
}

.au-5 .cont .box .line .left {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #1e1e1e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 1.3889vw;
}

.au-5 .cont .box .line .left .svg {
    width: 3.0556vw;
    height: auto;
}

.au-5 .cont .box .line .right {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #1e1e1e;
}

.au-5 .cont .desc-2 {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #fff;
    max-width: 61.1111vw;
    margin-top: 1.9444vw;
}

.au-5 .cont .desc-2 strong {
    font-weight: 700;
}

.au-6 {
    background: #E95200;
    border-radius: 0 0 1.3889vw 1.3889vw;
    padding-top: 7.2222vw;
}

.au-6 h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 3.6111vw;
    line-height: 100%;
    color: #fff;
}

.au-6 .decs {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #fff;
    max-width: 55.5556vw;
    margin-top: 1.9444vw;
}

.au-6 .cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.6944vw 1fr 0.6944vw 1fr 0.6944vw 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0.6944vw;
    margin: 3.4028vw 0 3.3333vw;
}

.au-6 .cont .box {
    background: #fff;
    border-radius: 1.3889vw;
    padding: 2.0833vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.au-6 .cont .box .h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #1e1e1e;
    max-width: 16.6667vw;
}

.au-6 .cont .box .p {
    margin-top: 0.8333vw;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 0.9722vw;
    line-height: 130%;
    color: #1e1e1e;
}

.au-6 .cont .box img {
    width: 11.3889vw;
    height: auto;
    margin: auto;
    margin-top: 1.0417vw;
}

.au-7 {
    margin-top: 9.375vw;
}

.au-7 h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 3.6111vw;
    line-height: 100%;
    color: #1e1e1e;
    margin-bottom: 2.9167vw;
}

.au-7 span {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 130%;
    color: rgba(30, 30, 30, 0.35);
}

.au-7 span.highlighted {
    color: #1e1e1e;
}

.au-8 {
    margin-top: 8.8194vw;
}

.au-8 h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 3.6111vw;
    line-height: 100%;
    color: #1e1e1e;
}

.au-8 .l1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.au-8 .l1 p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    color: #1e1e1e;
    max-width: 38.1944vw;
}

.au-8 .l1 p strong {
    font-weight: 700;
}

.au-8 .l2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.6944vw 1fr 0.6944vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 5.1389vw;
    grid-gap: 0.6944vw;
}

.au-8 .l2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0vw;
    border-radius: 1.3889vw;
    overflow: hidden;
    background: #f9f7f7;
}

.au-8 .l2 a svg {
    width: 100%;
    height: auto;
}

.au-8 .l2 a .bottom {
    border-top: 0.0694vw solid rgba(30, 30, 30, 0.35);
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 5.6944vw;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 1.25vw;
    line-height: 120%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #1e1e1e;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.au-8 .l2 a:hover .bottom {
    color: #E95200;
}

.au-9 {
    margin-top: 0.6944vw;
}

.au-9 .cont {
    background: #f9f7f7;
    border-radius: 1.3889vw;
    padding: 3.3333vw 0;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 1.9444vw;
}

.au-9 .cont h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 3.6111vw;
    line-height: 100%;
    text-align: center;
    color: #1e1e1e;
}

.au-9 .cont p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 130%;
    text-align: center;
    color: #1e1e1e;
    max-width: 45.1389vw;
}

.au-9 .cont a,
.au-1 a {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 110%;
    text-align: center;
    color: #fff;
    border-radius: 0.6944vw;
    padding: 0.6944vw 1.3889vw;
    background: #e95200;
    min-width: 11.1111vw;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.au-9 .cont a:hover,
.au-1 a:hover {
    background: #CE4800
}
@media(max-width: 700px){
    .au-1 {
        height: 62.5vw;
    }
    
    .au-1:before {
        height: 41.75vw;
        background: url(../img/about-us/au-1-mob.svg) center center no-repeat;
        background-size: cover;
    }
    
    .au-1:after {
        display: none;
    }
    
    .au-1 a {
        top: 52.5vw;
    }
    
    .au-1 h1 {
        font-size: 9vw;
    }
    
    .au-1 .subhead {
        font-size: 5vw;
    }
    
    .au-1 .desc {
        margin-top: 2.5vw;
        font-size: 3.5vw;
    }
    
    .au-2,
    .au-3,
    .au-5 {
        margin-top: 18.75vw;
    }
    
    .au-2 .container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 5vw;
    }
    
    .au-2 h2 {
        font-size: 7vw;
    }
    
    .au-2 p {
        font-size: 3.5vw;
    }
    
    .au-3 .cont {
        padding: 7.5vw;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        border-radius: 5vw;
    }
    
    .au-3 .cont h2 {
        font-size: 7vw;
    }
    
    .au-3 .cont .left p {
        margin-top: 5vw;
        font-size: 3.5vw;
    }
    
    .au-3 .cont .right .box .head {
        font-size: 3.5vw;
    }
    
    .au-3 .cont .right .box .plug {
        border-radius: 2.5vw;
        padding-top: 2vw;
    }
    
    .au-3 .cont .right {
        height: 75vw;
    }
    
    .au-3 .cont .right .box:nth-child(1) .plug.active {
        height: 20vw;
    }
    
    .au-3 .cont .right .box:nth-child(2) .plug.active {
        height: 27.5vw;
    }
    
    .au-3 .cont .right .box .plug p span {
        font-size: 2.5vw;
    }
    
    .au-3 .cont .right .box:nth-child(3) .plug.active {
        height: 65vw;
    }
    
    .au-3 .cont .right .box .plug p {
        font-size: 4vw;
    }
    
    .au-4 .cont:before {
        z-index: 1;
        bottom: 0;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        opacity: 0.3;
    }
    
    .au-4 .cont .left {
        max-width: none;
        position: relative;
        z-index: 99;
    }
    
    .au-4 .cont h2 {
        font-size: 7vw;
        margin-bottom: 5vw;
    }
    
    .au-4 .cont {
        padding: 7.5vw;
        border-radius: 5vw;
    }
    
    .au-4 .cont .p1,
    .au-4 .cont .p2 {
        font-size: 3.5vw;
    }
    
    .au-4 .cont .p2 {
        margin-top: 3.75vw;
        grid-gap: 3.75vw;
    }
    
    .au-4 .cont .p2 svg {
        width: 18.75vw;
        min-width: 18.75vw;
        height: auto;
    }
    
    .au-4 {
        margin-top: 5vw;
    }
    
    .au-5 h2 {
        font-size: 7vw;
    }
    
    .au-5 .desc {
        margin-top: 3.75vw;
        font-size: 3.5vw;
        max-width: none;
    }
    
    .au-5 .cont {
        margin-top: 5vw;
        padding-top: 5vw;
        border-radius: 5vw 5vw 0 0;
    }
    
    .au-5 .cont .box {
        gap: 0vw;
        border-radius: 5vw;
        padding: 2.5vw 8.75vw;
    }
    
    .au-5 .cont .box .line {
        padding: 7.5vw 0;
    }
    
    .au-5 .cont .box .line,
    .au-5 .cont .box .line .left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 5vw;
        font-size: 4.5vw;
    }
    
    .au-5 .cont .box .line .left .svg {
        width: 11vw;
        height: auto;
    }
    
    .au-5 .cont .box .line .right {
        font-size: 3.5vw;
    }
    
    .au-5 .cont .desc-2 {
        font-size: 3.5vw;
        margin-top: 3.75vw;
        max-width: none;
    }
    
    .au-6 {
        padding-top: 18.75vw;
    }
    
    .au-6 .container {
        max-width: none;
    }
    
    .au-6 h2 {
        font-size: 7vw;
        padding: 0 3.75vw;
    }
    
    .au-6 .decs {
        margin-top: 3.75vw;
        font-size: 3.5vw;
        padding: 0 3.75vw;
        max-width: none;
    }
    
    .au-6 .cont {
        grid-gap: 2.5vw;
        margin: 5vw 0 6.25vw;
        padding: 0 3.75vw;
        overflow: auto;
    }
    
    .au-6 .cont::-webkit-scrollbar {
        margin: 0vw;
        background: none;
        width: 0vw;
    }
    
    .au-6 .cont::-webkit-scrollbar-button {
        display: none;
    }
    
    .au-6 .cont::-webkit-scrollbar-track-piece {
        background: rgba(0, 0, 0, 0.0);
    }
    
    .au-6 .cont::-webkit-scrollbar-thumb {
        margin: 0vw;
        background: #e95200;
        border-radius: 2.5vw;
        ;
    }
    
    .au-6 .cont .box {
        border-radius: 5vw;
        padding: 5vw;
        width: 65vw;
    }
    
    .au-6 .cont .box .h3 {
        font-size: 4.5vw;
        max-width: 50vw;
    }
    
    .au-6 .cont .box .p {
        font-size: 3.5vw;
        margin-top: 3.75vw;
    }
    
    .au-6 .cont .box img {
        width: 41vw;
        height: auto;
        margin: auto;
        margin-top: 3.75vw;
    }
    
    .au-7 h2 {
        font-size: 9vw;
        margin-bottom: 7.5vw;
    }
    
    .au-7,
    .au-8 {
        margin-top: 18.75vw;
    }
    
    .au-7 span {
        font-size: 5.5vw;
    }
    
    .au-8 .l1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: 6.25vw;
    }
    
    .au-8 h2 {
        font-size: 7vw;
    }
    
    .au-8 .l1 p {
        font-size: 3.5vw;
        max-width: none;
    }
    
    .au-8 .l2 {
        margin-top: 10vw;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 2.5vw;
    }
    
    .au-8 .l2 a .bottom {
        border-top: 0.25vw solid rgba(30, 30, 30, 0.35);
        min-height: 20.5vw;
        font-size: 4vw;
    }
    
    .au-8 .l2 a {
        border-radius: 5vw;
    }
    
    .au-9 .cont h2 {
        font-size: 7vw;
    }
    
    .au-9 .cont p {
        font-size: 3.5vw;
        max-width: none;
    }
    
    .au-9 .cont a,
    .au-1 a {
        font-size: 3.8647vw;
        border-radius: 2.4155vw;
        padding: 2.4155vw 4.8309vw;
        min-width: 38.6473vw;
    }
    
    .au-9 {
        margin-top: 2.5vw;
    }
    
    .au-9 .cont {
        padding: 7.5vw 7.5vw;
        border-radius: 5vw;
        grid-gap: 5vw;
    }

}