body {
  background: rgba(0, 36, 43, 1);
  color: rgba(251, 240, 234, 1);
}

main {
  font-family: "Inter", sans-serif;
}

.main-bottom-blur {
  background: rgba(53, 250, 180, 1) !important;
}

.logo-wrapper {
  filter: none !important;
}

header nav {
  background: rgba(19, 19, 19, 0.42) !important;
  border: 1px solid rgba(185, 185, 185, 1);
}

.nav-header-a {
  color: rgba(251, 240, 234, 1);
}
.nav-header-a:hover,
.nav-header-a.active {
  color: rgba(251, 240, 234, 1) !important;
  text-decoration-color: rgba(251, 240, 234, 1);
}

.top-image {
  position: absolute;
  background-image: url(../icons/solutions/top.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 1197px;
  top: 0;
  object-fit: cover;
  background-position: top;
  background-size: cover;
  z-index: -999;
}

.top-section {
  height: 120vh;
  position: relative;
}

.top-section-title {
  height: 80%;
  align-content: center;
  h1 {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    font-size: var(--fs-display);
    line-height: clamp(44px, 7vw, 98px);
    letter-spacing: -6%;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    span {
      color: rgba(53, 250, 180, 1);
    }
  }
}

.top-section-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #00242b 6.25%, rgba(0, 36, 43, 0) 100%);
}

.top-cta-container {
  position: absolute;
  bottom: 280px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.cta-wrap {
  position: relative;
  width: 666px;
  height: 107px;
  text-decoration: none;
  border-radius: 74px;
  background: rgba(19, 19, 19, 0.52);
  border: 2px solid rgba(84, 118, 117, 1);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  padding: 26px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}

.cta-wrap::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 30px;
  width: 264px;
  height: 54px;
  border-radius: 48px;
  background: rgba(53, 250, 180, 1);
  backdrop-filter: blur(31.6px);
  -webkit-backdrop-filter: blur(31.6px);
  box-shadow: none;
  transition:
    left 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .cta-wrap:hover::before {
    left: 293px;
    width: 339px;
    background: rgba(53, 250, 180, 1);
    box-shadow: 0px 1px 21.9px 0px rgba(0, 0, 0, 0.21);
  }
}

.cta-pill {
  position: relative;
  z-index: 1;
  height: 54px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  line-height: 90px;
  letter-spacing: -3%;
  white-space: nowrap;
  transition: color 0.35s ease;
  pointer-events: none;
  user-select: none;
}

.cta-pill.left {
  width: 264px;
  color: rgba(0, 0, 0, 1);
}

.cta-pill.right {
  width: 339px;
  color: rgba(255, 255, 255, 1);
}

@media (hover: hover) and (pointer: fine) {
  .cta-wrap:hover .cta-pill.left {
    color: rgba(255, 255, 255, 1);
  }
  .cta-wrap:hover .cta-pill.right {
    color: rgba(0, 0, 0, 1);
  }
}


.top-section-blur {
    width: 474px;
    height: 474px;
    position: absolute;
    left: -136px;
    bottom: -173px;
    background: rgba(16, 78, 84, 1);
    filter: blur(150px);
    border-radius: 50%;
    z-index: 1;
}

.ads-security-section {
    position: relative;
}

.ads-security-container {
    height: 70vh;
    padding: 0 120px 0 120px;

    img {
        width: 787.9999389648438px;
        height: 219.20449829101562px;
        z-index: 2;
    }
    p {
        font-weight: 300;
        font-size: var(--fs-body-lg);
        line-height: clamp(20px, 2.5vw, 33px);
        letter-spacing: -6%;
        z-index: 2;

        span {
            font-weight: 500;
        }
    }
}

.ads-security-blur {
    width: 474px;
    height: 474px;
    position: absolute;
    right: -115px;
    bottom: 0;
    background: rgba(16, 78, 84, 1);
    filter: blur(150px);
    border-radius: 50%;
    z-index: 1;
}

.about-gate-section {
    position: relative;

    .about-gate-container {
        min-height: 170vh;
        margin-bottom: 500px;

        .about-gate-title {
            text-align: center;

            h1 {
                position: relative;
                font-weight: 550;
                font-size: var(--fs-display);
                letter-spacing: -6%;
                margin-bottom: 45px;
                z-index: 1;

                span {
                    color: rgba(3, 1, 41, 1);
                    background-color: rgba(53, 250, 180, 1);
                    border-radius: 89px;
                    padding: 0 50px;
                }
            }

            p {
                position: relative;
                font-weight: 350;
                font-size: clamp(24px, 3.5vw, 48px);
                line-height: clamp(30px, 4.5vw, 60px);
                letter-spacing: -6%;
                z-index: 1;
                margin-bottom: 90px;
            }
        }

        .about-gate-cards {
            position: relative;
            padding: 0 150px 0 150px;
            height: 1116px;
            gap: 34px;

            h1, p, span {
                position: relative;
                z-index: 1;
            }

            .gate-row {
                align-self: center;
                z-index: 1;

                .gate-card {
                    width: 517px;
                    border-radius: 18px;
                    padding: 50px;
                }
                .card-x {
                    height: 624px;
                    background-color: rgba(255, 255, 255, 1);
                    color: rgba(13, 13, 13, 1);

                    .card-top-text {
                        margin-bottom: 60px;

                        h1 {
                            font-weight: 600;
                            font-size: var(--fs-hero);
                            line-height: 0.85;
                            letter-spacing: -6%;
                        }
                        p {
                            font-weight: 600;
                            font-size: var(--fs-body-lg);
                            line-height: clamp(18px, 2.5vw, 32px);
                            letter-spacing: -6%;
                            align-self: flex-end;
                        }
                    }

                    .card-bottom-text {
                        p {
                            font-weight: 600;
                            font-size: clamp(20px, 2.8vw, 36px);
                            line-height: clamp(20px, 2.8vw, 36px);
                            letter-spacing: -6%;

                            span {
                                font-weight: 500;
                                font-size: clamp(16px, 2vw, 24px);
                                line-height: clamp(16px, 2vw, 24px);
                                letter-spacing: -6%;
                            }
                        }
                    }
                }
                .card-y {
                    border: 2px solid rgba(31, 197, 153, 1);
                    background-color: transparent;
                    padding: 30px;
                    height: 537px;
                    transition: all 150ms ease-out;

                    .card-top-text {
                        color: rgba(255, 255, 255, 1);
                        margin-bottom: 60px;

                        h1 {
                            font-weight: 600;
                            font-size: var(--fs-hero);
                            line-height: 0.85;
                            letter-spacing: -6%;

                            span {
                                font-weight: 600;
                                font-size: clamp(64px, 9vw, 128px);
                                line-height: 0.85;
                                letter-spacing: -6%;
                            }
                        }
                    }
                    &:hover {
                        background: rgba(255, 255, 255, 1);
                        border: none;
                        
                        h1, p, span {
                            color: rgba(13, 13, 13, 1);
                        }
                    }

                    .card-bottom-text {
                        color: rgba(255, 255, 255, 1);

                        p {
                            font-weight: 500;
                            font-size: clamp(16px, 2vw, 24px);
                            line-height: clamp(16px, 2vw, 24px);
                            letter-spacing: -6%;
                            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);

                            span {
                                font-weight: 600;
                                font-size: clamp(20px, 2.8vw, 36px);
                                line-height: clamp(20px, 2.8vw, 36px);
                                letter-spacing: -6%;
                            }
                        }
                    }
                }
                
            }
            .gate-row-2 {
                gap: 34px;
            }

            .about-gate-blur {
                position: absolute;
                width: 820px;
                height: 587px;
                border-radius: 50%;
                background: rgba(53, 250, 180, 1);
                filter: blur(250px);
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }
        }
    }
}

.opportunities-section{
    font-family: 'Inter', sans-serif;
    margin-bottom: 200px;

    .opportunities-container {
        position: relative;
        width: 100%;
        min-height: 1811px;
        background-color: rgba(254, 255, 255, 1);
        color: rgba(3, 1, 41, 1);
        z-index: 1;

        .op-top {
            padding: 30px 60px 140px 60px;

            p {
                font-weight: 400;
                font-size: var(--fs-label);
                line-height: clamp(22px, 3vw, 42px);
                letter-spacing: -6%;
                margin-bottom: 36px;
            }
            h1 {
                font-weight: 600;
                font-size: var(--fs-display);
                line-height: clamp(44px, 6vw, 80px);
                letter-spacing: -6%;
            }
        }

        .op-cards-container {
            margin-bottom: 150px;

            .op-cards-row {
                width: fit-content;
                align-self: center;

                .op-card {
                    width: 341px !important;
                    height: 305px;
                    border: none;
                    outline: 2px solid rgba(84, 84, 84, 1);
                    outline-offset: -1px;
                    border-radius: 18px;
                }
                .op-card-1-1, .op-card-1-3, 
                .op-card-2-2, .op-card-2-4 {
                    display: flex;
                    align-items: center;
                    overflow: hidden;
                    img {
                        border-radius: 18px;
                        object-position: left;
                        transition: all 0.6s linear(0, 0.271 8.8%, 0.542 19.9%, 0.837 34.2%, 1 44.7%, 0.943 51.1%, 0.925 57.5%, 0.937 63.1%, 1 77.4%, 0.991 84.2%, 1);
                        &:hover {
                            transform: scale(1.25);
                        }
                    }
                }
                .op-card-1-1 img:hover {object-position: 0 25px;}
                .op-card-1-3 img:hover {object-position: 25px 0;}
                .op-card-2-4 img:hover {object-position: 0 -25px;}

                .op-card-1-2, .op-card-1-4,
                .op-card-2-1, .op-card-2-3 {
                    padding: 0 0 26px 15px;
                    align-content: end;

                    p {
                        position: relative;
                        margin: 0;
                        font-weight: 500;
                        font-size: clamp(20px, 2.8vw, 36px);
                        line-height: clamp(20px, 2.8vw, 36px);
                        letter-spacing: -6%;
                        z-index: 1;
                    }
                }
                    
                &.op-row-1 {
                    .op-card-1-2 {background: rgba(255, 229, 152, 1);}
                    .op-card-1-4 {background: rgba(53, 250, 180, 1);}
                }
                &.op-row-2 {
                    .op-card-2-3 {
                        position: relative;
                        .op-card-2-3-blur {
                            position: absolute;
                            left: 97px;
                            top: 55px;
                            width: 176px;
                            height: 176px;
                            background: rgba(53, 250, 180, 0.74);
                            border-radius: 50%;
                            filter: blur(61.7px);
                        }
                    }
                }
            }
        }

        .op-text-container {
            padding-left: 64px;

            h1 {
                color: rgba(3, 1, 41, 1);
                font-weight: 600;
                font-size: var(--fs-display);
                line-height: 0.8;
                letter-spacing: -6%;
                margin-bottom: 80px;


                span {
                    background: rgba(53, 250, 180, 1);
                    padding: 0 40px 16px 40px;
                    border-radius: 89px;
                }
            }

            p {
                color: rgba(35, 35, 35, 1);
                font-weight: 400;
                font-size: var(--fs-h2);
                line-height: clamp(36px, 5.5vw, 76px);
                letter-spacing: -6%;
            }
        }
        .op-inf {
            position: absolute;
            width: 500px;
            height: 826px;
            background-image: url(../icons/solutions/Infinity-Strip.png);
            bottom: -200px;
            right: -50px;
            z-index: 1;
            background-repeat: no-repeat;
            background-position: right center;
        }
    }
}

.accordion-section {
    font-family: 'Inter', sans-serif;
    position: relative;

    .ac-blur {
        position: absolute;
        width: 562px;
        height: 587px;
        background: rgba(53, 250, 180, 0.33);
        filter: blur(250px);
        z-index: 0;
        border-radius: 50%;
        left: -187px;
        top: -200px;
    }

    .accordion-container {
        min-height: 120vh;

        .accordion {
            border-radius: 0;

            .accordion-item {
                background: transparent;
                border: 0;

                &.item-first {.accordion-button {margin-top: 0;}}
                &.item-last {.accordion-button {border-bottom: 2px solid rgba(194, 194, 194, 0.48);}}

                .accordion-header {
                    transition: all 0.3s ease;
                    background: rgba(0, 36, 43, 1);

                    .ac-btn-header {
                        padding: 0 36px;

                        .accordion-button {
                            background: transparent;
                            color: rgba(255, 255, 255, 1);
                            border-top: 2px solid rgba(194, 194, 194, 0.48);
                            border-radius: 0;
                            margin-top: -2px;
                            gap: 247px;
                            font-weight: 400;
                            font-size: clamp(24px, 3.5vw, 48px);
                            line-height: 98px;
                            letter-spacing: -6%;
                            padding-left: 15px;
                            z-index: 1;

                            &:focus {
                                box-shadow: none;
                                outline: none;
                            }
                            &::after {display: none;}
                            &::before {
                                content: '+';
                                margin-left: auto;
                                font-size: clamp(24px, 3.5vw, 48px);
                                font-weight: 500;
                                flex-shrink: 0;
                                order: 3;
                            }
                            &:not(.collapsed) {
                                color: rgba(0, 0, 0, 1);
                                box-shadow: none;
                                border-bottom: none;
                                &::before {
                                    content: '×';
                                }
                            }
                        }
                    }
                }

                .accordion-collapse {
                    background: rgba(61, 241, 178, 1);

                    .accordion-body {
                        &.ac-body-1 {
                            padding: 40px 40px 100px 66px;

                            .tags-cloud {
                                display: flex;
                                flex-wrap: wrap;
                                gap: 23px;
                                align-items: center;
                            }

                            .tag {
                                display: inline-flex;
                                align-items: center;
                                padding: 20px 40px;
                                border-radius: 100px;
                                border: 3px solid rgba(0, 0, 0, 0.8);
                                background: transparent;
                                font-size: clamp(20px, 3vw, 41px);
                                font-weight: 500;
                                color: rgba(0, 0, 0, 1);
                                line-height: 0.8;
                                white-space: nowrap;
                            }

                            .tag--white {
                                background: rgba(255, 255, 255, 1);
                                border-color: transparent;
                            }
                        }

                        &.ac-body-2 {
                            padding: 0 70px 0 60px;
                            .ac-2-row {
                                gap: 31px;

                                .ac-2-col {
                                    color: rgba(0, 0, 0, 1);
                                    font-weight: 450;
                                    font-size: clamp(24px, 3.5vw, 48px);
                                    line-height: clamp(30px, 4.5vw, 61px);
                                    letter-spacing: -6%;
                                    margin-top: 20px;
                                    margin-bottom: 150px;

                                    .row-block {
                                        width: 550px;
                                        align-content: center;
                                        justify-items: center;

                                        &.row-block-white {
                                            background: rgba(255, 255, 255, 1);
                                            border-radius: 42px;
                                            z-index: 1;
                                        }
                                        &.row-block-green {
                                            background: rgba(255, 255, 255, 0.46);
                                            border: 2px solid rgba(76, 114, 117, 1);
                                            backdrop-filter: blur(52.5px);
                                            border-radius: 42px;
                                            z-index: 2;
                                        }
                                        &.block-1 {
                                            height: 273px;
                                            margin-bottom: -27px;                            
                                        }
                                        &.block-2 {
                                            height: 193px;
                                        }
                                        &.block-3 {
                                            height: 246px;
                                            margin-bottom: -35px;
                                            backdrop-filter: blur(95.0999984741211px) !important;
                                        }
                                        &.block-4 {
                                            height: 230px;
                                        }
                                        &.block-5 {
                                            height: 241px;
                                            margin-bottom: -21px;  
                                        }
                                        &.block-6 {
                                            height: 221px;
                                        }
                                    }
                                }
                            }
                        }
                        &.ac-body-3 {
                            .ac-3-row {
                                padding: 0 30px !important;
                                margin-bottom: 80px;

                                .ac-3-block {
                                    position: relative;
                                    background: rgba(255, 255, 255, 1);
                                    color: rgba(0, 0, 0, 1);
                                    width: 634px;
                                    height: 822px;
                                    border-radius: 42px;
                                    padding-top: 50px;
                                    padding-left: 48px;
                                    overflow: hidden;

                                    &.ac-3-cblock {
                                        height: 680px;
                                        align-self: center;
                                        z-index: 1;
                                        background: rgba(255, 255, 255, 0.46);
                                        border: 2px solid rgba(116, 198, 206, 1);
                                        backdrop-filter: blur(47.55px);
                                        margin-left: -40px;
                                        margin-right: -40px;
                                        padding-top: 172px;
                                        padding-left: 75px;
                                    }

                                    h1 {
                                        font-weight: 600;
                                        font-size: var(--fs-h2);
                                        line-height: clamp(32px, 4.8vw, 67px);
                                        letter-spacing: -6%;
                                        margin-bottom: 32px;
                                    }

                                    p {
                                        color: rgba(62, 62, 62, 1);
                                        font-weight: 400;
                                        font-size: clamp(20px, 2.8vw, 36px);
                                        line-height: clamp(26px, 3.8vw, 51px);
                                        letter-spacing: -6%;
                                    }

                                    img {
                                        position: absolute;
                                        object-fit: cover;
                                        bottom: -25px;
                                    }
                                }
                            }
                        }
                        &.ac-body-4 {
                            .ac-4-col {
                                padding-left: 30px;
                                gap: 205px;
                                .ac-4-content {
                                    .ac-4-block {
                                        position: relative;
                                        display: block;
                                        width: 634px;
                                        height: 358px;
                                        border-radius: 42px;
                                        padding: 36px 30px;

                                        &.block-green {
                                            background: rgba(24, 136, 125, 0.52);
                                            border: 2px solid rgba(31, 161, 186, 1);
                                            backdrop-filter: blur(29px);
                                        }
                                        &.block-white {
                                            background: rgba(255, 255, 255, 0.46);
                                            border: 2px solid rgba(116, 198, 206, 1);
                                            backdrop-filter: blur(47.5px);
                                            color: rgba(13, 13, 13, 1);                                          
                                            .block-title-content {
                                                .block-number {
                                                    background: rgba(40, 40, 40, 1) !important;
                                                    color: rgba(255, 255, 255, 1) !important;
                                                }
                                            }
                                            .block-text {
                                                color: rgba(13, 13, 13, 1);
                                            }
                                        }
                                        .block-blur {
                                            position: absolute;
                                            width: 176px;
                                            height: 176px;
                                            background: rgba(53, 250, 180, 0.62);
                                            border-radius: 50%;
                                            filter: blur(60px);
                                            z-index: 0;
                                            bottom: 66px;
                                            right: 61px;
                                        }

                                        &.block-2 {
                                            left: 292px;
                                            margin-top: -80px;
                                        }
                                        &.block-3 {
                                            left: 519px;
                                            margin-top: -51px;
                                        }
                                        &.block-5 {
                                            left: 284px;
                                            margin-top: -45px;
                                        }

                                        .block-title-content {
                                            position: relative;
                                            height: 91px;
                                            display: flex;
                                            align-items: center;
                                            margin-bottom: 30px;
                                            z-index: 2;

                                            .block-number {
                                                position: relative;
                                                display: flex;
                                                color: rgba(0, 0, 0, 1);
                                                font-weight: 400;
                                                font-size: clamp(20px, 3vw, 40px);
                                                line-height: 0.8;
                                                width: 91px;
                                                height: 91px;
                                                border-radius: 50%;
                                                align-items: center;
                                                justify-content: center;
                                                background: rgba(255, 255, 255, 1);
                                                margin-right: 28px;
                                                z-index: 2;
                                                p {
                                                    margin-bottom: 0;
                                                    width: 58px;
                                                    height: 76px;
                                                    display: flex;
                                                    justify-content: center;
                                                    align-items: center;
                                                }
                                            }
                                            .block-title {
                                                position: relative;
                                                font-weight: 500;
                                                font-size: clamp(24px, 3.5vw, 48px);
                                                line-height: 0.8;
                                                letter-spacing: -6%;
                                                margin-bottom: 0;

                                            }
                                        }
                                        .block-text {
                                            position: relative;
                                            color: rgba(255, 255, 255, 1);
                                            font-weight: 400;
                                            font-size: clamp(20px, 2.8vw, 36px);
                                            line-height: clamp(26px, 3.8vw, 51px);
                                            letter-spacing: -6%;
                                            z-index: 2;
                                        }
                                    }
                                }
                            }
                        }
                        &.ac-body-5 {
                            .ac-4-row {
                                padding-left: 30px;
                                padding-right: 40px;
                                margin-bottom: 110px;
                                gap: 24px;

                                .ac-5-content {
                                    &.col-1 {
                                        width: 653px;
                                        gap: 13px;
                                    }

                                    .ac-5-card {
                                        height: 387px;
                                        border-radius: 42px;
                                        
                                        &.card-1 {
                                            background-image: url(../icons/solutions/web-card.png);
                                            background-repeat: no-repeat;
                                            padding: 48px;

                                            .card-1-title {
                                                color: rgba(255, 255, 255, 1);
                                                font-weight: 600;
                                                font-size: var(--fs-h2);
                                                line-height: clamp(32px, 4.8vw, 67px);
                                                letter-spacing: -6%;
                                                text-shadow: 0px 4px 8.7px rgba(0, 0, 0, 1);
                                            }
                                        }
                                        &.card-2 {
                                            position: relative;
                                            overflow: hidden;
                                            height: 358px;
                                            background: rgba(24, 136, 125, 0.52);
                                            border: 2px solid rgba(31, 161, 186, 1);
                                            backdrop-filter: blur(39.35px);
                                            padding-top: 36px;
                                            padding-left: 43px;

                                            .card-2-title {
                                                position: relative;
                                                height: 91px;
                                                align-items: center;
                                                z-index: 1;
                                                gap: 28px;
                                                margin-bottom: 29px;

                                                .plus {
                                                    width: 91px;
                                                    height: 91px;
                                                    display: flex;
                                                    align-items: center;
                                                    justify-content: center;
                                                    background: #fff;
                                                    border-radius: 50%;
                                                    img {
                                                        width: 31px;
                                                        height: 31px;
                                                    }
                                                }
                                                .title {
                                                    position: relative;
                                                    z-index: 1;
                                                    color: rgba(255, 255, 255, 1);
                                                    font-weight: 500;
                                                    font-size: clamp(24px, 3.5vw, 48px);
                                                    line-height: 98px;
                                                    letter-spacing: -6%;
                                                    margin-bottom: 0;
                                                }
                                            }
                                            .card-2-text {
                                                position: relative;
                                                z-index: 1;
                                                font-weight: 400;
                                                font-size: var(--fs-body-lg);
                                                line-height: clamp(22px, 3.2vw, 45px);
                                                letter-spacing: -6%;
                                                color: rgba(255, 255, 255, 1);
                                            }
                                            .card-2-blur {
                                                position: absolute;
                                                width: 235px;
                                                height: 235px;
                                                background: rgba(53, 250, 180, 0.48);
                                                filter: blur(61.5px);
                                                border-radius: 50%;
                                                top: 45px;
                                                right: 50px;
                                            }
                                        }
                                        &.card-3 {
                                            position: relative;
                                            width: 100%;
                                            height: 758px;
                                            background-image: url(../icons/solutions/admin-panel.png);
                                            background-repeat: no-repeat;
                                            background-size: cover;

                                            .card-3-title {
                                                padding-left: 65px;
                                                padding-top: 47px;
                                                color: rgba(0, 0, 0, 1);
                                                font-weight: 600;
                                                font-size: var(--fs-h2);
                                                line-height: clamp(32px, 4.8vw, 67px);
                                                letter-spacing: -6%;
                                            }
                                            .card-3-content {
                                                position: absolute;
                                                z-index: 2;
                                                bottom: 32px;
                                                right: 28px;
                                                width: 648px;
                                                height: 292px;
                                                background: rgba(255, 255, 255, 0.46);
                                                border: 2px solid rgba(91, 109, 111, 1);
                                                backdrop-filter: blur(47.55px);
                                                border-radius: 26px;
                                                color: rgba(13, 13, 13, 1);
                                                padding-left: 40px;
                                                padding-top: 10px;

                                                h1 {
                                                    font-weight: 500;
                                                    font-size: clamp(24px, 3.5vw, 48px);
                                                    line-height: 98px;
                                                    letter-spacing: -6%;
                                                }
                                                p {
                                                    font-weight: 400;
                                                    font-size: clamp(16px, 2.2vw, 30px);
                                                    line-height: clamp(20px, 3.1vw, 43px);
                                                    letter-spacing: -6%;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                        &.ac-body-6 {
                            .ac-6-row {
                                padding-left: 30px;
                                padding-right: 40px;
                                margin-bottom: 55px;
                                .ac-6-block {
                                    width: 634px;
                                    background: rgba(255, 255, 255, 1);
                                    border-radius: 42px;
                                    color: rgba(0, 0, 0, 1);

                                    &.ac-6-start {
                                        background-image: url(../icons/solutions/wi-fi.png);
                                        height: 822px;
                                        padding: 50px;
                                    }
                                    &.ac-6-center {
                                        height: 599px;
                                        align-self: center;
                                        background: rgba(255, 255, 255, 0.46);
                                        border: 2px solid rgba(116, 198, 206, 1);
                                        backdrop-filter: blur(47.55px);
                                        margin-left: -41px;
                                        margin-right: -46px;
                                        z-index: 2;
                                        padding: 109px 80px;
                                    }
                                    &.ac-6-end {
                                        height: 632px;
                                        position: relative;
                                        overflow: hidden;
                                        img {
                                            object-fit: cover;
                                            position: absolute;
                                            bottom: 0;
                                            right: -30px;
                                        }
                                    }

                                    h1 {
                                        font-weight: 600;
                                        font-size: var(--fs-h2);
                                        line-height: clamp(32px, 4.8vw, 67px);
                                        letter-spacing: -6%;
                                        margin-bottom: 35px;
                                    }
                                    p {
                                        font-weight: 400;
                                        font-size: clamp(20px, 2.8vw, 36px);
                                        line-height: clamp(26px, 3.8vw, 51px);
                                        letter-spacing: -6%;
                                    }
                                }
                            }
                        }
                        &.ac-body-7 {
                            .ac-7-row {
                                padding: 0;
                                margin-bottom: 100px;
                                gap: 10px;
                                .block {
                                    width: 447px;
                                    color: rgba(13, 13, 13, 1);
                                    font-size: clamp(24px, 3.5vw, 48px);
                                    font-weight: 500;
                                    letter-spacing: -6%;

                                    .image-block {
                                        width: 447px;
                                        height: 466px;
                                        border-radius: 42px;
                                    }
                                    .title-1 {
                                        height: 200px;
                                        border-radius: 39px;
                                        background: rgba(255, 255, 255, 1);
                                        margin-top: -80px;
                                        padding-left: 36px;
                                        padding-top: 36px;
                                        line-height: 100%;
                                    }
                                    .title-2 {
                                        height: 178px;
                                        background: rgba(255, 255, 255, 0.46);
                                        border: 2px solid rgba(116, 198, 206, 1);
                                        border-radius: 42px;
                                        backdrop-filter: blur(47.55px);
                                        padding-left: 36px;
                                        padding-top: 28px;
                                        line-height: 1.2;
                                    }
                                    &.block-7-1 {
                                        .image-block {
                                            background-image: url(../icons/solutions/7-1.png);
                                        }
                                        .title-2 {
                                            margin-top: -19px;
                                        }
                                    }   
                                    &.block-7-2 {
                                        .image-block {
                                            background-image: url(../icons/solutions/7-2.png);
                                        }
                                        .title-2 {
                                            margin-top: -34px;
                                        }
                                    }
                                    &.block-7-3 {
                                        .image-block {
                                            background-image: url(../icons/solutions/7-3.png);
                                        }
                                        .title-1 {
                                            height: 140px;
                                        }
                                        .title-2 {
                                            margin-top: -29px;
                                        }
                                    }
                                    &.block-7-4 {
                                        .image-block {
                                            background-image: url(../icons/solutions/7-4.png);
                                        }
                                    }
                                }
                            }
                        }
                        &.ac-body-8 {
                            .ac-8-row {
                                padding-left: 10px;
                                gap: 237px;
                                margin-bottom: 106px;

                                .ac-8-content {
                                    position: relative;
                                    .ac-8-block {
                                        position: relative;
                                        display: block;
                                        width: 634px;
                                        height: 342px;
                                        border-radius: 42px;
                                        padding-top: 36px;
                                        padding-left: 30px;

                                        &.block-green {
                                            background: rgba(24, 136, 125, 0.52);
                                            border: 2px solid rgba(31, 161, 186, 1);
                                            backdrop-filter: blur(29.35px);
                                        }
                                        &.block-white {
                                            background: rgba(255, 255, 255, 1);
                                            border: 2px solid rgba(116, 198, 206, 1);
                                            backdrop-filter: blur(47.55px);
                                            color: rgba(13, 13, 13, 1);
                                            left: 292px;
                                            margin-top: -50px;
                                            z-index: 2;
                                            .block-title-content {
                                                .block-number {
                                                    background: rgba(40, 40, 40, 1) !important;
                                                    color: rgba(255, 255, 255, 1) !important;
                                                }
                                                .block-title {
                                                    color: rgba(13, 13, 13, 1);
                                                }
                                            }
                                            .block-text {
                                                color: rgba(13, 13, 13, 1);
                                            }
                                        }
                                        .block-blur {
                                            position: absolute;
                                            width: 176px;
                                            height: 176px;
                                            background: rgba(53, 250, 180, 0.62);
                                            border-radius: 50%;
                                            filter: blur(60px);
                                            z-index: 0;
                                            top: 100px;
                                            right: 89px;
                                        }
                                        .block-title-content {
                                            position: relative;
                                            height: 91px;
                                            display: flex;
                                            align-items: center;
                                            margin-bottom: 30px;
                                            z-index: 2;

                                            .block-number {
                                                position: relative;
                                                display: flex;
                                                color: rgba(0, 0, 0, 1);
                                                font-weight: 400;
                                                font-size: clamp(20px, 3vw, 40px);
                                                line-height: 0.8;
                                                width: 91px;
                                                height: 91px;
                                                border-radius: 50%;
                                                align-items: center;
                                                justify-content: center;
                                                background: rgba(255, 255, 255, 1);
                                                margin-right: 28px;
                                                z-index: 2;
                                                p {
                                                    margin-bottom: 0;
                                                    width: 58px;
                                                    height: 76px;
                                                    display: flex;
                                                    justify-content: center;
                                                    align-items: center;
                                                }
                                            }
                                            .block-title {
                                                color: rgba(255, 255, 255, 1);
                                                position: relative;
                                                font-weight: 500;
                                                font-size: clamp(20px, 3.1vw, 42px);
                                                line-height: 0.8;
                                                letter-spacing: -6%;
                                                margin-bottom: 0;
                                                z-index: 2;
                                            }
                                        }
                                        .block-text {
                                            position: relative;
                                            color: rgba(255, 255, 255, 1);
                                            font-weight: 400;
                                            font-size: clamp(20px, 2.8vw, 36px);
                                            line-height: clamp(26px, 3.8vw, 51px);
                                            letter-spacing: -6%;
                                            z-index: 2;
                                        }
                                    }
                                }
                            }
                        }
                        &.ac-body-9 {
                            .ac-9-row {
                                margin-bottom: 136px;
                                .ac-9-content {
                                    position: relative; 
                                    gap: 27px;
                                    z-index: 1;

                                    &.ac-9-col-1 {
                                        align-items: flex-end;
                                    }
                                    .ac-9-block {
                                        position: relative;
                                        display: flex;
                                        height: 167px;
                                        border-radius: 42px;
                                        align-items: center;
                                        justify-content: center;

                                        &.block-1 {
                                            width: 653px;
                                            margin-right: 24px;
                                        }
                                        &.block-3 {
                                            width: 752px;
                                        }
                                        &.block-2 {
                                            width: 917px;
                                        }
                                        &.block-4 {
                                            width: 688px;
                                            margin-left: 100px;
                                        }
                                        &.block-green {
                                            background: rgba(24, 136, 125, 0.52);
                                            border: 2px solid rgba(31, 161, 186, 1);
                                            backdrop-filter: blur(29.35px);
                                        }
                                        &.block-white {
                                            background: rgba(255, 255, 255, 1);
                                            border: 2px solid rgba(116, 198, 206, 1);
                                            backdrop-filter: blur(47.55px);
                                            .block-title-content {
                                                .block-number {
                                                    background: rgba(40, 40, 40, 1) !important;
                                                    color: rgba(255, 255, 255, 1) !important;
                                                }
                                                .block-title {
                                                    color: rgba(13, 13, 13, 1);
                                                }
                                            }
                                        }
                                        .block-blur {
                                            position: absolute;
                                            width: 235px;
                                            height: 235px;
                                            background: rgba(53, 250, 180, 0.62);
                                            border-radius: 50%;
                                            filter: blur(60px);
                                            z-index: 0;
                                            top: -89px;
                                            left: 110px;
                                        }
                                        .block-title-content {
                                            position: relative;
                                            height: 91px;
                                            display: flex;
                                            align-items: center;
                                            margin-bottom: 0;
                                            z-index: 2;

                                            .block-number {
                                                position: relative;
                                                display: flex;
                                                color: rgba(0, 0, 0, 1);
                                                font-weight: 400;
                                                font-size: clamp(20px, 3vw, 40px);
                                                line-height: 0.8;
                                                width: 91px;
                                                height: 91px;
                                                border-radius: 50%;
                                                align-items: center;
                                                justify-content: center;
                                                background: rgba(255, 255, 255, 1);
                                                margin-right: 31px;
                                                z-index: 2;
                                                p {
                                                    margin-bottom: 0;
                                                    width: 58px;
                                                    height: 76px;
                                                    display: flex;
                                                    justify-content: center;
                                                    align-items: center;
                                                }
                                            }
                                            .block-title {
                                                color: rgba(255, 255, 255, 1);
                                                position: relative;
                                                font-weight: 500;
                                                font-size: clamp(24px, 3.5vw, 48px);
                                                line-height: 0.8;
                                                letter-spacing: -6%;
                                                margin-bottom: 0;
                                                z-index: 2;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

.last-section {
    font-family: 'Inter', sans-serif;
    position: relative;

    .last-section-blur {
        position: absolute;
        width: 644px;
        height: 587px;
        background: rgba(53, 250, 180, 0.33);
        filter: blur(250px);
        border-radius: 50%;
        z-index: 0;
        right: -114px;
        top: -541px;
    }
    .last-section-content {
        margin-top: 377px;

        h1 {
            color: rgba(255, 255, 255, 1);
            text-align: center;
            font-weight: 500;
            font-size: var(--fs-display);
            line-height: clamp(48px, 8vw, 111px);
            letter-spacing: -6%;
            margin-bottom: 100px;

            span {
                color: rgba(25, 25, 25, 1);
                background: rgba(53, 250, 180, 1);
                border-radius: 89px;
                padding: 0 50px 12px 50px;
            }
        }
        p {
            text-align: center;
            color: rgba(255, 255, 255, 1);
            font-weight: 400;
            font-size: clamp(20px, 3vw, 40px);
            line-height: clamp(26px, 3.8vw, 52px);
            letter-spacing: -6%;
            margin-bottom: 142px;
        }
    }
}

@media (max-width: 768px) {

    
    main {
        margin-bottom: 120px;
    }

    .main-bottom-blur {
        width: 256px;
        height: 149px;
        background: rgba(53, 250, 180, 1);
        filter: blur(41.4px);
    }

    .logo-wrapper-mobile {
        filter: invert(0) !important;
    }
    .top-image {
        background-image: url(../icons/solutions/top-mobile.png);
        height: 516px;
        z-index: -2;
    }

    .burger-btn span {
        background: rgba(255, 255, 255, 1);
    }

    .top-section {
        display: flex;
        flex-direction: column;
        position: relative;
        height: auto;
        min-height: 421px;
        margin-bottom: 80px;

        .top-section-title {
            margin-top: 300px;
            margin-bottom: 62px;
            
            h1 {
                position: relative;
                z-index: 2;
                font-size: clamp(37px, 11.65vw, 48px);
                font-weight: 500;
                line-height: clamp(36px, 8.2vw, 63px);
            }
        }

        .top-cta-container {
            position: relative;
            bottom: inherit;
            left: inherit;
            transform: inherit;

            .cta-wrap {
                width: 303px;
                height: 153px;
                flex-direction: column !important;
                background: transparent;
                border: none;
                backdrop-filter: none;
                -webkit-backdrop-filter: none;
                border-radius: 0;
                place-self: center;
                gap: 10px;

                &::before {
                    transition: none;
                    top: inherit;
                    left: inherit;
                }

                .cta-pill {
                    font-size: 24px;
                    font-weight: 500;
                    line-height: 90px;
                }
            }
        }

        .top-section-gradient {
            width: 428px;
            height: 158px;
            top: 221px;
            bottom: 0;
            background: linear-gradient(0deg, #00242B 6.25%, rgba(0, 36, 43, 0) 100%);
            z-index: -1;
        }
        .top-section-blur {
            width: 193px;
            height: 193px;
            filter: blur(50px);
            top: 332px;
            left: -61px;
        }
    }

    .about-gate-section {
        .about-gate-container {
            padding: 0 20px;

            margin-bottom: 0;

            .about-gate-title {
                h1 {
                    font-weight: 600;
                    font-size: clamp(37px, 11.65vw, 48px);
                    line-height: clamp(36px, 8.2vw, 63px);
                    margin-bottom: 27px;
                    span {
                        padding: 0 20px;
                    }
                }
                p {
                    font-weight: 500;
                    font-size: clamp(19px, 5.83vw, 24px);
                    line-height: clamp(20px, 3.91vw, 30px);
                    letter-spacing: -3%;
                    margin-bottom: 40px;
                }
            }

            .about-gate-cards {
                height: auto;
                padding: 0;
                flex-direction: column !important;

                .about-gate-blur {
                    width: 592px;
                    height: 423px;
                    background: rgba(53, 250, 180, 1);
                    filter: blur(200px);
                    top: 194px;
                    left: 50%;
                    transform: translateX(-50%);
                }

                .gate-row {
                    &.gate-row-1 {
                        order: 3;
                        height: auto;
                        width: 100%;
                    }
                    &.gate-row-2 {
                        order: 1;
                    }
                    &.gate-row-3 {
                        order: 2;
                        height: auto;
                        width: 100%;
                    }
                    .gate-card {
                        width: 100%;
                        &.card-x {
                            padding: 0;
                            background: inherit;
                            height: auto;
                            color: rgba(255, 255, 255, 1);

                            .card-top-text {
                                text-align: start;
                                margin-bottom: 20px;
                                h1 {
                                    font-weight: 600;
                                    font-size: clamp(99px, 31.07vw, 128px);
                                    letter-spacing: -6%;
                                    margin-bottom: 0;
                                    span {
                                        font-weight: 600;
                                        font-size: clamp(50px, 15.53vw, 64px);
                                        letter-spacing: -6%;
                                    }
                                }
                                p {
                                    margin-bottom: 0;
                                    font-weight: 700;
                                    font-size: clamp(31px, 9.71vw, 40px);
                                    line-height: 1.2;
                                    letter-spacing: -6%;
                                }
                            }
                            .card-bottom-text {
                                p {
                                    font-weight: 400;
                                    font-size: 20px;
                                    line-height: 33px;
                                    letter-spacing: -6%;
                                    margin-bottom: 0;
                                }
                            }
                        }
                        &.card-y {
                            height: 372px;
                            padding: 26px 0 0 23px;
                            background: rgba(24, 136, 125, 0);
                            backdrop-filter: blur(58.7px);

                            .card-top-text {
                                margin-bottom: 0;
                                h1 {
                                    font-size: clamp(99px, 31.07vw, 128px);
                                    font-weight: 600;
                                    line-height: clamp(50px, 12.76vw, 98px);
                                    margin-bottom: -10px;
                                    span {
                                        font-size: clamp(50px, 15.53vw, 64px);
                                        font-weight: 600;
                                        line-height: clamp(50px, 12.76vw, 98px);
                                    }
                                }
                            }
                            .card-bottom-text {
                                p {
                                    font-weight: 400;
                                    font-size: 20px;
                                    line-height: 28px;
                                    span {
                                        font-weight: 600;
                                        font-size: clamp(25px, 7.77vw, 32px);
                                        line-height: clamp(20px, 4.3vw, 33px);
                                        letter-spacing: -6%;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .opportunities-section {
        margin-bottom: 164px;
        .opportunities-container {
            min-height: auto;
            padding-bottom: 100px;
            .op-top {
                padding: 6px 26px 45px;

                p { font-size: 20px; font-weight: 400; line-height: 42px; margin-bottom: 14px; }
                h1 { font-size: clamp(50px, 15.53vw, 64px); font-weight: 600; line-height: clamp(32px, 7.42vw, 57px); margin-bottom: 0; }
            }
            .op-cards-container {
                margin-bottom: 67px;
                justify-content: center;

                .op-cards-row {
                    .op-card {
                        width: 187px !important;
                        height: 189px;
                        outline-offset: -1px;
                        img:hover {
                            transform: inherit !important;
                            object-position: 0 !important;
                        }                   
                        &.op-card-1-2, &.op-card-1-4,
                        &.op-card-2-1, &.op-card-2-3 {
                            padding: 10px 14px;
                            align-content: start;
                            p {
                                font-size: 20px;
                                font-weight: 500;
                                line-height: 22px;
                            }
                        }   
                        &.op-card-2-1 { background: rgba(255, 229, 152, 1); }  
                        &.op-card-1-2 { background: rgba(53, 250, 180, 1); }
                        &.op-card-1-4 {
                            position: relative;
                            background: rgba(255, 255, 255, 1);
                            .op-card-1-4-blur {
                                position: absolute;
                                width: 86px;
                                height: 86px;
                                border-radius: 50%;
                                background: rgba(53, 250, 180, 0.74);
                                filter: blur(23.45px);
                                z-index: 0;
                                top: 54px;
                                left: 49px;
                            }
                        }

                    }
                }
            }
            .op-text-container {
                padding-left: 32px;
                h1 {
                    font-size: 64px;
                    line-height: clamp(32px, 7.42vw, 57px);
                    margin-bottom: 23px;
                    span {
                        margin-top: 8px;
                        margin-left: -18px;
                        display: inline-flex;
                        padding: 10px 18px 20px;
                        margin: 15px 0 5px;
                    }
                }
                p {
                    font-size: 20px;
                    font-weight: 500;
                    line-height: 24px;
                }
            }
            .op-inf {
                width: 300px;
                height: 400px;
                background-size: contain;
                right: 0;
                bottom: -230px;
                background-position: right bottom;
            }
        }
    }
    .accordion-section {
        .ac-blur { display: none; }

        .accordion-container {
            min-height: auto;

            .accordion {
                .accordion-item {
                    .accordion-header {
                        .ac-btn-header {
                            padding: 0 17px !important;

                            .accordion-button {
                                gap: 37px !important;
                                font-size: 20px !important;
                                font-weight: 500 !important;
                                line-height: 16px !important;

                                &::before {
                                    font-size: 36px !important;
                                    font-weight: 300 !important;
                                    line-height: 16px !important;
                                    margin-top: -7px;
                                }
                            }
                        }
                    }
                    .accordion-collapse {
                        .accordion-body {
                            &.ac-body-1 {
                                padding: 33px 15px 46px;

                                .tags-cloud {
                                    gap: 7px !important;

                                    .tag {
                                        padding: 10px 17px 13px 20px;
                                        border-radius: 49px;
                                        font-size: 16px;
                                        line-height: 10px;
                                        border-width: 2px;
                                        letter-spacing: -6%;
                                        order: 20;

                                        &:nth-child(1) { order: 0; }
                                        &:nth-child(2) { display: none; }
                                        &:nth-child(3) { display: none; }
                                        &:nth-child(4) { order: 7; }
                                        &:nth-child(5) { display: none; }
                                        &:nth-child(6) { display: none; }
                                        &:nth-child(7) { display: none; }
                                        &:nth-child(8) { order: 6; }
                                        &:nth-child(9) { order: 2; }
                                        &:nth-child(10) { order: 3; }
                                        &:nth-child(11) { display: none; }
                                        &:nth-child(12) { order: 9; }
                                        &:nth-child(13) { order: 5; }
                                        &:nth-child(14) { order: 8; }
                                        &:nth-child(15) { order: 4; }
                                        &:nth-child(16) { order: 1; }
                                    }
                                }
                            }
                            &.ac-body-2 {
                                padding: 30px 15px 54px !important;

                                .ac-2-row {
                                    gap: 0 !important;

                                    .ac-2-col {
                                        gap: 12px;
                                        margin-top: 0;
                                        margin-bottom: 0;
                                        font-size: 16px;
                                        font-weight: 500;
                                        line-height: 19px;

                                        .row-block {
                                            width: 180px;
                                            border-radius: 10px !important;
                                            align-content: start;
                                            justify-items: start;

                                            &.block-1 {
                                                height: 102px;
                                                margin-bottom: 0;
                                                padding: 17px 20px;
                                            }
                                            &.block-2 {
                                                height: 102px;
                                                margin-bottom: 0;
                                                padding: 17px 20px;
                                            }
                                            &.block-3 {
                                                width: 179px;
                                                height: 77px !important;
                                                margin-top: -7px;
                                                margin-bottom: -7px;
                                                padding: 17px 0 0 19px;
                                            }
                                            &.block-4 {
                                                width: 179px;
                                                height: 77px !important;
                                                margin-top: -7px;
                                                margin-bottom: -7px;
                                                padding: 17px 0 0 19px;
                                                margin-left: 0.5px;
                                            }
                                            &.block-5 {
                                                height: 70px;
                                                padding: 16px 20px;
                                            }
                                            &.block-6 {
                                                height: 70px;
                                                padding: 14px 20px;
                                            }
                                        }
                                    }
                                }
                            }
                            &.ac-body-3 {
                                .ac-3-row {
                                    padding: 40px 0;
                                    margin-bottom: 0;
                                    flex-direction: column !important;
                                    gap: 22px;

                                    .ac-3-block {
                                        align-self: center;
                                        width: 272px;
                                        height: 84px !important;
                                        padding: 0;
                                        border-radius: 10px;
                                        margin: 0 !important;
                                        padding: 0 !important;
                                        text-align: center;
                                        align-content: center;

                                        &.ac-3-cblock {
                                            height: 84px;
                                            backdrop-filter: blur(26.25px);
                                            border: 1px solid rgba(76, 114, 117, 1);
                                        }
                                        h1 {
                                            font-size: 24px;
                                            font-weight: 600;
                                            line-height: 26px;
                                            margin-bottom: 0;
                                        }
                                        p { display: none; }
                                    }
                                }
                            }
                            &.ac-body-4 {
                                padding: 19px 15px 32px;
                                overflow-y: hidden;

                                .ac-4-col {
                                    position: relative;
                                    padding: 0;
                                    gap: 8px;

                                    .ac-4-block {
                                        display: flex;
                                        flex-direction: row;
                                        width: 273px;
                                        height: 61px;
                                        border-radius: 10px;
                                        padding: 12px;
                                        justify-content: space-between;
                                        align-items: center;
                                        z-index: 1;
                                        p {
                                            position: relative;
                                            z-index: 2;
                                            margin: 0;
                                            font-size: 20px;
                                            font-weight: 500;
                                            line-height: 10px;
                                            letter-spacing: -6%;
                                        }
                                        .block-number {
                                            font-size: 16px;
                                            font-weight: 500;
                                            line-height: 10px;
                                            letter-spacing: -6%;
                                            width: 37px;
                                            height: 37px;
                                            place-content: center;
                                            text-align: center;
                                            background: #fff;
                                            border-radius: 50%;
                                            padding-right: 1px;
                                        }

                                        &.block-green {
                                            background: rgba(24, 136, 125, 0.52);
                                            border: 1px solid rgba(31, 161, 186, 1);
                                            backdrop-filter: blur(29.35px);
                                            padding-right: 29px;
                                            color: rgba(255, 255, 255, 1);
                                            .block-number { color: #000; }
                                        }
                                        &.block-white {
                                            align-self: end;
                                            background: rgba(255, 255, 255, 0.46);
                                            border: 1px solid rgba(116, 198, 206, 1);
                                            backdrop-filter: blur(47.55px);
                                            padding-left: 29px;
                                            color: rgba(0, 0, 0, 1);

                                            .block-number {
                                                order: 1;
                                                background: rgba(40, 40, 40, 1);
                                                color: rgba(255, 255, 255, 1);
                                            }
                                            
                                        }
                                    }
                                    .blur-1 {
                                        position: absolute;
                                        width: 122px;
                                        height: 122px;
                                        background: rgba(53, 250, 180, 0.62);
                                        filter: blur(40px);
                                        border-radius: 50%;
                                        top: 16px;
                                        left: 50%;
                                        transform: translateX(-50%);
                                        z-index: 0;
                                    }
                                    .blur-2 {
                                        position: absolute;
                                        width: 122px;
                                        height: 122px;
                                        background: rgba(53, 250, 180, 0.62);
                                        filter: blur(40px);
                                        border-radius: 50%;
                                        bottom: -40px;
                                        left: 50%;
                                        transform: translateX(-50%);
                                        z-index: 0;
                                    }
                                }
                            }
                            &.ac-body-5 {
                                padding: 0;
                                .ac-4-row {
                                    flex-direction: column !important;
                                    padding: 37px 15px 33px;
                                    gap: 8px;
                                    margin-bottom: 0;

                                    .ac-5-content {
                                        &.col-1 {
                                            width: 100%;
                                            gap: 0;
                                        }

                                        .ac-5-card {
                                            height: 167px !important;
                                            border-radius: 10px !important;

                                            &.card-1 {
                                                background-image: url(../icons/solutions/web-card-mobile.svg);
                                                padding: 0 15px;
                                                align-content: end;

                                                .card-1-title {
                                                    font-size: 24px;
                                                    font-weight: 600;
                                                    line-height: 67px;
                                                    text-shadow: 0px 4px 8.7px rgba(0, 0, 0, 1);
                                                    margin-bottom: 0;
                                                }
                                            }
                                            &.card-3 {
                                                background-image: url(../icons/solutions/admin-panel-mobile.svg);
                                                background-size: contain;
                                                padding: 0 15px;
                                                align-content: end;

                                                .card-3-title {
                                                    font-size: 24px;
                                                    font-weight: 600;
                                                    line-height: 67px;
                                                    text-shadow: 0px 4px 8.7px rgba(0, 0, 0, 1);
                                                    margin-bottom: 0;
                                                    padding: 0;
                                                    text-shadow: none;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                            &.ac-body-6 {
                                padding: 0;
                                
                                .ac-6-row {
                                    flex-direction: column !important;
                                    padding: 40px 0 25px;
                                    align-items: center;
                                    margin-bottom: 0;
                                    gap: 14px;

                                    .ac-6-block {
                                        width: 300px;
                                        border-radius: 10px;

                                        &.ac-6-start {
                                            background-image: url(../icons/solutions/wi-fi-mobile.png);
                                            height: 202px;
                                            padding: 16px 0 0 23px;
                                        }
                                        &.ac-6-center {
                                            margin: 0;
                                            height: 84px;
                                            padding: 14px 23px;
                                        }

                                        h1 {
                                            font-size: 24px;
                                            font-weight: 600;
                                            line-height: 26px;
                                            margin-bottom: 14px;
                                        }
                                        p {
                                            font-size: 15px;
                                            font-weight: 400;
                                            line-height: 17px;
                                            margin-bottom: 0;
                                        }
                                    }
                                }
                            }
                            &.ac-body-7 {
                                padding: 0;
                                
                                .ac-7-row {
                                    padding: 28px 15px 33px;
                                    margin: 0;
                                    gap: 5px;

                                    .ac-7-row-1 {
                                        gap: 5px;

                                        .block {
                                            position: relative;
                                            z-index: 1;
                                            width: 184px;
                                            height: 193px;
                                            font-size: 16px;
                                            line-height: 101% !important;

                                            .image-block {
                                                width: 100%;
                                                height: 100%;
                                                border-radius: 10px;
                                                background-repeat: no-repeat;
                                                background-size: cover;
                                            }
                                            .title-1 {
                                                position: absolute;
                                                width: 100%;
                                                height: 50px;
                                                border-radius: 10px;
                                                bottom: 0;
                                                left: 0;
                                                padding: 9px 10px;
                                                margin-top: 0;
                                            }
                                            &.block-7-1 {
                                                .image-block { background-image: url(../icons/solutions/7-1m.svg); }
                                            }
                                            &.block-7-2 {
                                                .image-block { background-image: url(../icons/solutions/7-2m.svg); }
                                            }
                                            &.block-7-3 {
                                                .image-block { background-image: url(../icons/solutions/7-3m.svg); }
                                            }
                                            &.block-7-4 {
                                                .image-block { background-image: url(../icons/solutions/7-4m.svg); }
                                            }
                                        }
                                    }
                                }
                            }
                            &.ac-body-8 {
                                padding: 0;

                                .ac-8-row {
                                    padding: 40px 0;
                                    gap: 14px;
                                    margin-bottom: 0;
                                    align-items: center;

                                    .ac-8-block {
                                        position: relative;
                                        z-index: 1;
                                        width: 283px;
                                        height: 61px;
                                        border-radius: 10px;
                                        padding: 0;
                                        text-align: center;
                                        align-content: center;
                                        font-size: 24px;
                                        font-weight: 500;
                                        line-height: 17px;
                                        letter-spacing: -6%;

                                        .block-number {
                                            position: absolute;
                                            z-index: 10;
                                            width: 37px;
                                            height: 37px;
                                            border-radius: 50%;
                                            align-content: center;
                                            font-size: 16px;
                                            font-weight: 500;
                                            line-height: 10px;
                                        }

                                        .block-title {
                                            margin-bottom: 0;
                                        }

                                        &:nth-child(odd) {
                                            background: rgba(24, 136, 125, 0.52);
                                            border: 1px solid rgba(31, 161, 186, 1);
                                            backdrop-filter: blur(29.35px);
                                            color: rgba(255, 255, 255, 1);

                                            .block-number {
                                                top: -11px;
                                                left: -17px;
                                                color: rgba(0, 0, 0, 1);
                                                background: rgba(255, 255, 255, 1);
                                            }
                                        }
                                        &:nth-child(even) {
                                            background: rgba(255, 255, 255, 1);
                                            color: rgba(13, 13, 13, 1);

                                            .block-number {
                                                top: -11px;
                                                right: -17px;
                                                color: rgba(255, 255, 255, 1);
                                                background: rgba(0, 0, 0, 1);
                                            }
                                        }
                                    }
                                }
                            }
                            &.ac-body-9 {
                                padding: 0;

                                .ac-9-row {
                                    padding: 40px 0;
                                    gap: 14px;
                                    margin-bottom: 0;
                                    align-items: center;

                                    .ac-9-block {
                                        position: relative;
                                        z-index: 1;
                                        width: 283px;
                                        height: 61px;
                                        border-radius: 10px;
                                        padding: 0;
                                        text-align: center;
                                        align-content: center;
                                        font-size: 24px;
                                        font-weight: 500;
                                        line-height: 24px;
                                        letter-spacing: -6%;

                                        .block-number {
                                            position: absolute;
                                            z-index: 10;
                                            width: 37px;
                                            height: 37px;
                                            border-radius: 50%;
                                            align-content: center;
                                            font-size: 16px;
                                            font-weight: 500;
                                            line-height: 10px;
                                        }

                                        .block-title {
                                            margin-bottom: 0;
                                        }

                                        &:nth-child(odd) {
                                            background: rgba(24, 136, 125, 0.52);
                                            border: 1px solid rgba(31, 161, 186, 1);
                                            backdrop-filter: blur(29.35px);
                                            color: rgba(255, 255, 255, 1);

                                            .block-number {
                                                top: -11px;
                                                left: -17px;
                                                color: rgba(0, 0, 0, 1);
                                                background: rgba(255, 255, 255, 1);
                                            }
                                        }
                                        &:nth-child(even) {
                                            background: rgba(255, 255, 255, 1);
                                            color: rgba(13, 13, 13, 1);

                                            .block-number {
                                                top: -11px;
                                                right: -17px;
                                                color: rgba(255, 255, 255, 1);
                                                background: rgba(0, 0, 0, 1);
                                            }
                                        }
                                        &:nth-child(2) {
                                            height: 74px;
                                            text-align: left;
                                            padding: 11px 17px;

                                            .block-number { text-align: center; }
                                        }
                                        &:nth-child(3) {
                                            height: 70px;
                                            text-align: right;
                                            padding: 8px 19px;

                                            .block-number { text-align: center; }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .last-section {
        .last-section-content {
            margin-top: 127px;
            margin-bottom: 130px;

            h1 {
                font-size: clamp(31px, 9.71vw, 40px);
                font-weight: 500;
                line-height: clamp(28px, 5.99vw, 46px);
                margin-bottom: 33px;

                span {
                    display: inline-block;
                    line-height: clamp(24px, 5.21vw, 40px);
                    padding: 0 16px 6px;
                }
            }
            p {
                font-size: clamp(19px, 5.83vw, 24px);
                font-weight: 500;
                line-height: clamp(20px, 3.91vw, 30px);
                margin-bottom: 85px;
            }
            .bottom-cta-container {
                position: relative;
                bottom: inherit;
                left: inherit;
                transform: inherit;

                .cta-wrap {
                    width: 303px;
                    height: 153px;
                    flex-direction: column !important;
                    background: transparent;
                    border: none;
                    backdrop-filter: none;
                    -webkit-backdrop-filter: none;
                    border-radius: 0;
                    place-self: center;
                    gap: 10px;

                    &::before {
                        transition: none;
                        top: inherit;
                        left: inherit;
                    }

                    .cta-pill {
                        font-size: 24px;
                        font-weight: 500;
                        line-height: 90px;

                        &.left {
                            background: rgba(53, 250, 180, 1);
                            box-shadow: 0px 1px 21.9px 0px rgba(53, 250, 180, 1) !important;
                            backdrop-filter: blur(15.8px);
                        }
                    }
                }
            }
        }
    }
}
