.atf-about {
    padding: 0px 0px 70px;
}

.atf-about .image-wrapper {
    width: 100%;
    height: 496px;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    position: relative;
    padding: 0px 27px 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.atf-about .image-wrapper .img-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.atf-about .image-wrapper .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    pointer-events: none;
    z-index: 1;
}

.atf-about .image-wrapper .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.atf-about .image-wrapper .content .breadcrumb {
    position: static;
    margin: 0px;
}

.atf-about h1 {
    color: white;
    text-align: center;
    margin: 0px;
    line-height: 90%;
}

.atf-about .big-mat-wrapper {
    height: 139px;
    width: 183px;
    border-radius: 0px 0px 16px 16px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.atf-about .big-mat-wrapper span {
    font-size: 14px;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary);
}

.atf-about .big-mat-wrapper span b {
    font-weight: 900;
}

.atf-about .big-mat-wrapper img {
    margin-top: 17px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.atf-about .text-wrapper {
    margin-top: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.atf-about .text-wrapper p {
    text-align: center;
    font-weight: 400;
    margin: 0px;
    line-height: 100%;
}

.atf-about .text-wrapper p b,
.atf-about .text-wrapper p strong {
    color: var(--primary);
}

.atf-about .text-wrapper br {
    display: none;
}

.section-pilars {
    padding: 0px 0px;
}

.section-pilars .inner {
    padding: 68px 0px 70px;
    background: url('/assets/img/noise.svg') var(--dark-grey);
    background-blend-mode: soft-light;
    border-radius: 20px;
}

.section-pilars .heading {
    color: var(--secondary);
    margin-bottom: 32px;
}

.section-pilars h2 {
    font-weight: 400;
    text-align: center;
    line-height: 90%;
    margin-bottom: 45px;
}

.section-pilars h2 b {
    color: var(--secondary);
}

.section-pilars .pilars-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    overflow: scroll;
    flex-wrap: nowrap;
    padding: 0px calc((100vw - 100%) / 2);
    margin: 0px calc((100vw - 100%) / -2);
}

.section-pilars .pilars-container::-webkit-scrollbar {
    display: none;
}

.section-pilars .pilars-container .pilar {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 33px;
    background: white;
    border-radius: 20px;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    transition: all 0.8s ease-in-out;
    cursor: pointer;
    max-width: 90%;
    min-height: 385px;
}

.section-pilars .pilars-container .pilar.active {
    width: 100%;
    transition: all 0.8s ease-in-out;
}

.section-pilars .pilars-container .pilar .img-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 33px;
    pointer-events: none;
}

.section-pilars .pilars-container .pilar img {
    height: 68px;
    width: 68px;
    padding: 11px;
    object-fit: contain;
    border-radius: 12px;
    pointer-events: none;
    background: url('/assets/img/noise.svg') var(--dark-grey);
    background-blend-mode: soft-light;
}

.section-pilars .pilars-container .pilar .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 60%;
    margin-bottom: 0px;
    color: var(--secondary);
    pointer-events: none;
}

.section-pilars .pilars-container .pilar .text {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
    pointer-events: none;
}

.section-pilars .pilars-container .pilar .text b {
    color: var(--secondary);
}

.section-pilars .pilars-container .pilar.active .text {
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
}

.section-team {
    padding: 70px 0px 70px;
}

.section-team .heading {
    justify-content: flex-start;
    text-align: start;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--dark-grey);
    width: 100%;
    font-size: 20px;
    margin-bottom: 32px;
}

.section-team .h4 {
    font-weight: 400;
}

.section-team .h4 b {
    color: var(--primary);
}

.section-team .team-slider {
    margin-top: 40px;
}

.section-image {
    padding: 0px 0px;
    height: 599px;
}

.section-image img {
    border-radius: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.section-maps {
    padding-top: 70px;
    padding-bottom: 0px;
}

.section-maps h2 {
    font-size: 26px;
    line-height: 100%;
}

.section-cta {
    padding: 40px 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-cta p {
    font-weight: 400;
    text-align: center;
    margin-bottom: 29px;
}

.section-cta p b {
    color: var(--primary);
}

.section-cta .btn {
    width: fit-content;
    margin: 0px auto;
}


@media screen and (min-width: 768px) {
    .section-pilars .pilars-container .pilar {
        max-width: 65%;
    }
}

@media screen and (min-width: 992px) {

    .atf-about {
        padding: 17px 29px 100px;
    }

    .atf-about .image-wrapper {
        width: 100%;
        height: 496px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        padding: 0px 27px 23px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .atf-about .image-wrapper .img-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .atf-about .image-wrapper .overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.60);
        pointer-events: none;
        z-index: 1;
    }

    .atf-about .image-wrapper .content {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 70px;
    }

    .atf-about .image-wrapper .content .breadcrumb {
        position: absolute;
    }

    .atf-about h1 {
        color: white;
        text-align: center;
        margin: 0px;
        line-height: 74px;
    }

    .atf-about .big-mat-wrapper {
        height: 139px;
        width: 183px;
        border-radius: 0px 0px 16px 16px;
        background: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 25px;
    }

    .atf-about .big-mat-wrapper span {
        font-size: 14px;
        font-weight: 700;
        line-height: 90%;
        text-transform: uppercase;
        text-align: center;
        color: var(--primary);
    }

    .atf-about .big-mat-wrapper span b {
        font-weight: 900;
    }

    .atf-about .big-mat-wrapper img {
        margin-top: 17px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .atf-about .text-wrapper {
        margin-top: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .atf-about .text-wrapper p {
        text-align: center;
        font-weight: 400;
        margin: 0px;
        line-height: 100%;
    }

    .atf-about .text-wrapper p b {
        color: var(--primary);
    }

    .atf-about .text-wrapper br {
        display: block;
    }

    .section-pilars {
        padding: 0px 29px;
    }

    .section-pilars .inner {
        padding: 68px 0px 72px;
        background: url('/assets/img/noise.svg') var(--dark-grey);
        background-blend-mode: soft-light;
        border-radius: 20px;
    }

    .section-pilars .heading {
        color: var(--secondary);
        margin-bottom: 46px;
    }

    .section-pilars h2 {
        font-weight: 400;
        text-align: center;
        line-height: 90%;
        margin-bottom: 78px;
    }

    .section-pilars h2 b {
        color: var(--secondary);
    }

    .section-pilars .pilars-container {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 24px;
        overflow: auto;
        flex-wrap: wrap;
        padding: 0px;
        margin: 0px;
    }
    
    .section-pilars .pilars-container .pilar {
        display: flex;
        padding: 24px;
        flex-direction: column;
        justify-content: space-between;
        gap: 33px;
        background: white;
        border-radius: 20px;
        flex-shrink: 0;
        width: calc(29% - 16px);
        height: 410px;
        transition: all 0.8s ease-in-out;
        cursor: pointer;
        max-width: 100%;
        min-height: 0px;
    }
    
    .section-pilars .pilars-container .pilar.active {
        width: calc(41.6% - 16px);
        transition: all 0.8s ease-in-out;
    }

    .section-pilars .pilars-container .pilar .img-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 33px;
        pointer-events: none;
    }
    
    .section-pilars .pilars-container .pilar img {
        height: 68px;
        width: 68px;
        padding: 11px;
        object-fit: contain;
        border-radius: 12px;
        pointer-events: none;
        background: url('/assets/img/noise.svg') var(--dark-grey);
        background-blend-mode: soft-light;
    }
    
    .section-pilars .pilars-container .pilar .title {
        font-size: 32px;
        font-weight: 700;
        line-height: 60%;
        margin-bottom: 0px;
        color: var(--secondary);
        pointer-events: none;
    }
    
    .section-pilars .pilars-container .pilar .text {
        font-size: 20px;
        line-height: 100%;
        font-weight: 500;
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
        pointer-events: none;
    }

    .section-pilars .pilars-container .pilar .text b {
        color: var(--secondary);
    }
    
    .section-pilars .pilars-container .pilar.active .text {
        opacity: 1;
        transition: opacity 0.8s ease-in-out;
    }

    .section-team {
        padding: 116px 100px 136px;
    }

    .section-team .heading {
        justify-content: flex-start;
        text-align: start;
        padding-bottom: 11px;
        border-bottom: 1px solid var(--dark-grey);
        width: 100%;
        font-size: 20px;
        margin-bottom: 40px;
    }

    .section-team .h4 {
        font-weight: 400;
    }

    .section-team .h4 b {
        color: var(--primary);
    }

    .section-team .team-slider {
        margin-top: 73px;
    }

    .section-image {
        padding: 0px 29px;
        height: 599px;
    }

    .section-image img {
        border-radius: 20px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

    .section-maps {
        padding-bottom: 0px;
    }

    .section-maps h2 {
        font-size: 26px;
        line-height: 100%;
    }

    .section-cta {
        padding: 69px 0px 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-cta p {
        font-weight: 400;
        text-align: center;
        margin-bottom: 29px;
    }

    .section-cta p b {
        color: var(--primary);
    }

    .section-cta .btn {
        width: fit-content;
        margin: 0px auto;
    }
}