.front-page-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 10vh;
}

.video-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section1 , .section2 , .section3 , .section4 ,
.section5 , .section6 , .section7 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 95vh;
    max-width: 3840px;
}

.section1-content,
.section2-content,
.section3-content,
.section4-content,
.section5-content,
.section6-content,
.section7-content {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 2560px;
}

.section1-content,
.section2-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.section3-content,
.section4-content,
.section5-content,
.section6-content,
.section7-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5rem;
}

.section1 {
    justify-content: center;
}

.section1-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 60%;
    height: 100%;
    font-family: "Garet-Heavy", sans-serif;
    line-height: clamp(3rem, 5vw, 8rem);
}

.section1-text h1 {
    padding: 0;
    margin: 0;
    font-size: clamp(3rem, 5vw, 7rem);
}

.section1-text .software {
    color: #002a62;
}

.section1-text .comment {
    color: #5271ff;
}

.section1-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    height: 100%;
}

.section1-video .video-container {
    width: 60%;
    height: 60%;
}

.section1-btn {
    background-color: #00bf63;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size:  clamp(1rem, 1.75vw, 3rem);
    letter-spacing: 4px;
    font-family: "Garet-Bold", sans-serif;
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s, border 0.3s ease-in-out, color 0.3s ease-in-out;
}

.section1-btn:hover {
    background-color: white;
    color: #00bf63;
    border: 2px solid #00bf63;
}

.section2-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    width: 60%;
    height: 100%;
    text-align: left;
    padding: 1rem 5rem;
}

.section2-text h1 {
    padding: 0;
    margin: 0;
    font-size: clamp(3rem, 5vw, 7rem);
    color: #002a62;
    font-family: "Garet-Heavy", sans-serif;
}

.section2-text p {
    padding: 0;
    margin: 0;
    font-size: clamp(1rem, 2vw, 4rem);
    color: #000000;
    font-family: 'Garet-Regular', sans-serif;
}

.section2-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 100%;
}

.section2-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    min-height: 95vh;

    background-image: url("../../images/who/who_image_1200x1200.7d172130ba92.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.section2-banner-content h1 {
    padding: 0;
    margin: 0;
    font-size: clamp(3rem, 5vw, 7rem);
    font-family: "Garet-Heavy", sans-serif;
    letter-spacing: 10px;
}

.section3 {
    min-height: 70vh !important;
}

.section3-content {
    padding: 5rem 0;
    gap: 5vh;
}

.section3-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.section3-title h1 {
    padding: 0;
    margin: 0;
    font-size: clamp(3rem, 5vw, 7rem);
    font-family: "Garet-Heavy", sans-serif;
    color: #002a62;
}

.section3-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
}

.section3-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 100%;
    gap: 10px;
    background-color: rgba(166, 166, 166, 0.05);
    border-radius: 14px;
    padding: 20px;
}

.section3-card-icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    height: auto;
}

.section3-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section3-card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.section3-card-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Garet-Heavy', sans-serif;
    color: #002a62;
    text-align: center;
}

.section3-card-title h3 {
    padding: 0;
    margin: 0;
    font-size: clamp(1rem, 2vw, 3rem);
}

.section3-card-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-family: 'Garet-Regular', sans-serif;
    text-align: center;
}

.section3-card-text p {
    padding: 0;
    margin: 0;
    font-size: clamp(1rem, 1.25vw, 3rem);
}

.section4 {
    min-height: 60vh !important;
}

.section4-title, .section4-description {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    font-family: 'Garet-Heavy', sans-serif;
    width: 100%;
}

.section4-title h1 {
    padding: 0;
    margin: 0;
    font-size: clamp(3rem, 5vw, 7rem);
    color: #002a62;
}

.section4-description {
    font-family: 'Garet-Regular', sans-serif;
    max-width: 1200px;
}

.section4-description p {
    padding: 0;
    margin: 0;
    font-size: clamp(1rem, 1.25vw, 3rem);
}

.section4-content-reviews {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 100%;
    padding: 5rem;
}

.section4-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    justify-items: center;
    align-items: center;
    width: 40%;
    height: 100%;
}

.section4-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 90%;
    max-height: 15rem;
    min-height: 9rem;
}

.section4-logo img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.section4-reviews {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    height: 100%;
}

.section4-reviews .review-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    min-width: 50vw;
}

.section4-reviews .review-card .name {
    padding: 0;
    margin: 0;
    font-family: "Garet-Bold", sans-serif;
    font-size: clamp(1rem, 1.25vw, 3rem);
    color: #000;
}

.section4-reviews .review-card .company {
    padding: 0;
    margin: 0;
    font-family: "Garet-Regular", sans-serif;
    font-size: clamp(1rem, 1.25vw, 3rem);
    color: #002a62;
}

.section4-reviews .review-card .rating {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 5px;
}

.section4-reviews .review-card .rating svg {
    width: clamp(1rem, 1.25vw, 3rem);
    height: clamp(1rem, 1.25vw, 3rem);
    color: #ffc30f;
    padding: 0;
    margin: 0;
}

.section4-reviews .review-card .message {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 0;
    text-align: left;
}

.section4-reviews .review-card .message p {
    padding: 0;
    margin: 0;
    font-family: "Garet-Regular", sans-serif;
    font-size: clamp(1rem, 1.25vw, 3rem);
}


.section4-reviews .review-carousel {
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
    display: flex;

    > * {
        flex: 0 0 100%;
    }
}

@media (min-width: 1025px) {

    .section4-reviews .review-carousel {
        &:hover .group {
            animation-play-state: paused;
        }
    }
}

.section4-reviews .review-carousel .group {
    display: flex;
    padding-right: clamp(3rem, 5vw, 7rem);

    flex-shrink: 0;

    will-change: transform;
    animation: scrolling 20s linear infinite;
    gap: 6vw;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.section4-reviews .carousel-actions {
    display: none;
}


.section5-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-family: 'Garet-Heavy', sans-serif;
    color: #002a62;
}

.section5-title h1 {
    padding: 0;
    margin: 0;
    font-size: clamp(3rem, 5vw, 7rem);
}

.section5-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
}

.section5-offers {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 55%;
    height: 100%;
}

.section5-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 100%;
}

.section5-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 60%;
}

.section5-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section5-offers .offers {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 30px;
    padding-left: 20px;
}

.section5-offers .offers .offer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    padding: 1.5vh 2vw 0 0;
}

.section5-offers .offers .bar {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section5-offers .offers .bar>li {
    position: relative;
    min-height: 35%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;

}

.section5-offers .offers .bar>li:before {
    content: '\25CF';
    margin-right: 10px;
    font-size: clamp(2rem, 3vw, 4rem);
    color: #002a62;
    padding-top: clamp(1rem, 1rem, 3rem);
}

.section5-offers .offers .bar>li:after {
    position: absolute;
    left: 1.5rem;
    top: 0;
    content: '';
    border-left: clamp(0.5rem, 0.8vw, 1rem) solid #002a62;
    height: 101%;
}

.section5-offers .offers .bar>li:first-of-type:after {
    top: clamp(30px, 50px, 70px);
}

.section5-offers .offers .bar>li:last-of-type:after {
    top: -85%;
}

.section5-offers .offers .offer .data .title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #002a62;
    font-family: "Garet-Heavy", sans-serif;
    width: 100%;
}

.section5-offers .offers .offer .data .title svg {
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    z-index: 40;
}

.section5-offers .offers .offer .data .title h2 {
    padding: 0;
    margin: 0;
    font-size: clamp(2rem, 2.5vw, 4rem);
    text-align: left;
}

.section5-offers .offers .offer .data .description {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding-left: 2.5vw;
    font-family: "Garet-Regular", sans-serif;
}

.section5-offers .offers .offer .data .description p {
    padding: 0;
    margin: 0;
    font-size: clamp(1rem, 1.5vw, 3rem);
}



.section6-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-family: 'Garet-Heavy', sans-serif;
    color: #002a62;
}

.section6-title h1 {
    padding: 0;
    margin: 0;
    font-size: clamp(3rem, 5vw, 7rem);
}

.section6-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
}

.section6-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
    gap: 20px;
    max-width: 1200px;
}

.section6-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 20px;
}

.section6-card-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: auto;
}

.section6-card-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.section6-card-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-align: center;
    color: #002a62;
    font-family: 'Garet-Heavy', sans-serif;
}

.section6-card-title h2 {
    padding: 0;
    margin: 0;
    font-size: clamp(1.2rem, 1.3vw, 3rem);
}

.section6-card-description {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    gap: 20px;
}

.section6-card-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    font-family: 'Garet-Regular', sans-serif;
}

.section6-card-section p,
.section6-card-section li {
    padding: 0;
    margin: 0;
    font-size: clamp(0.8rem, 1vw, 2.5rem);
}

.section6-card-section ul {
    margin: 0;
}

.section6-card-section .accent {
    font-family: "Garet-Bold", sans-serif;
}

.section7 {
    min-height: 60vh;
    padding-bottom: 10vh;
}

.section7-content {
    justify-content: space-evenly;
    min-height: 60vh;
}

.section7-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-align: center;
    max-width: 1200px;
}

.section7-title h1 {
    padding: 0;
    margin: 0;
    font-size: clamp(3rem, 5vw, 7rem);
    font-family: "Garet-Heavy", sans-serif;
    color: #002a62;
}

.section7-title p {
    padding: 0;
    margin: 0;
    font-size: clamp(2rem, 2vw, 4rem);
    font-family: "Garet-Regular", sans-serif;
}

.section7-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
}

.section7-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 900px;
    gap: 50px;
}

.contact-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #002a62;
    color: #ffffff;
    border-radius: 50px;
    padding: 15px 30px;
    margin: 0;
    border: none;
    font-size: clamp(2rem, 1.75vw, 3rem);
    font-family: "Garet-Bold", sans-serif;
    width: 100%;
    height: 100%;
}

.section7-hide {
    display: none !important;
}

.section7-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    height: 100%;
}

.section7-close-container {
    position: relative;
    width: 100%;
}

.section7-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    box-shadow: none;
    color: #002a62;
    border: none;
    padding: 0;
    margin: 0;
}

.section7-close svg {
    width: 5rem;
    height: 5rem;
    fill: #002a62;
}

.section7-overlay-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.section7-overlay-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    height: 100%;
    gap: 30px;
}

.section7-overlay-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    min-height: 80vh;
}

.section7-overlay-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-family: 'Garet-ExtraBold', sans-serif;
}

.section7-overlay-title h1 {
    padding: 0;
    margin: 0;
    font-size: clamp(3rem, 5vw, 7rem);
    color: #002a62;
}

.section7-call-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
}

.section7-call-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
}

.section7-call-text h2 {
    padding: 0;
    margin: 0;
    font-size: clamp(1rem, 1.5vw, 3rem);
}

.section7-call-text .position {
    color: #000000;
}

.section7-call-text .accent {
    font-family: "Garet-Bold", sans-serif;
}

.section7-call-text a {
    cursor: pointer;
    color: #000000;
    transition: color 0.2s ease-in-out;
}

.section7-call-text a:hover {
    color: #002a62;
}

.section7-overlay-content .section7-video {
    height: 100%;
    width: 100%;
}

.section7-overlay-response {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 60%;
    gap: 50px;
}

.section7-overlay-response h2 {
    padding: 0;
    margin: 0;
    font-size: clamp(1rem, 1.5vw, 3rem);
    font-family: "Garet-Bold", sans-serif;
    max-width: 800px;
}

.section7-overlay-response .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
}

.section7-overlay-response .icon svg {
    width: 10rem;
    height: 10rem;
    fill: #00bf63;
}

.section7-overlay-failed svg {
    fill: #CC3434 !important;
}

.section7-overlay-failed button {
    background-color: #CC3434 !important;
}

@media (min-width: 1920px) {
    .section5-offers .offers .bar>li:after {
        left: 1.3rem;
    }
}

@media (max-width: 2560px) {
    .section5-offers .offers .bar>li:last-of-type:after {
        top: -70%;
    }
}


@media (min-width: 1981px) and (max-width: 2560px) {
    .section3-cards, .section4-description {
        max-width: 1920px;
    }

    .section7-actions {
        max-width: 1200px;
        gap: 50px;
    }
}

@media (min-width: 2561px) {
    .section3-cards, .section4-description, .section6-cards, .section7-title {
        max-width: 2560px;
    }

    .section3-content {
        gap: 5rem;
    }

    .section5 {
        min-height: 70vh;
    }

    .section5-offers .offers .bar>li:before {
        padding-top: clamp(1rem, 2rem, 3rem);
    }

    .section5-offers .offers .bar>li:after {
        left: 1.5rem;
    }

    .section5-offers .offers .bar>li:last-of-type:after {
        top: -50%;
    }

    .section6 {
        min-height: 70vh !important;
    }

    .section7-video {
        max-width: 700px;
    }

    .section7-actions {
        max-width: 1300px;
        gap: 50px;
    }
}