body {
    --shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.15);
    --border-base: rgba(0, 0, 0, 0.175);
}
/* SECTION HERO 1.0 */
.hero-bss {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding-bottom: 15px;
}
.hero-bss-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: ; */
}
.hero-bss-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, var(--color-ak-action), transparent);
}
.hero-bss-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-bss-content {
    position: relative;
}
.hero-bss-content .graph {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.hero-bss-content .is-title {
    font-size: clamp(1rem, 3rem - 1.5vh, 2.875rem);
    font-weight: bolder;
    color: var(--color-ak-light);
    text-shadow: 0px 0px 2px var(--color-ak-action);
    padding-top: 16px;
    margin-bottom: 20px;
}
.hero-bss-content .is-title strong {
    color: var(--color-ak-primary);
    font-size: clamp(1rem, 3rem - .8vh, 4.375rem);
}
.hero-bss-content .is-subtitle, .hero-bss-content h1+p {
    font-size: clamp(1rem, 1rem + .2vh, 2rem);
    font-weight: normal;
    color: var(--color-ak-light);
    text-align: justify;
    width: 80%;
}
.hero-bss-content .activation-links {
    margin-top: calc(20px + 4vh);
}
.hero-bss-content .activation-links .card {
    background-color: var(--color-ak-primary);
    color: var(----color-ak-dark);
    border-radius: 40px;
    border: 1px solid var(--color-ak-primary);
    padding: 1rem;
    position: relative;
    height: 100%;
    width: fit-content;
}
.hero-bss-content .activation-links .card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: inherit;
    border-radius: inherit;
    display: block;
    transition: all ease-in-out .15s;
}
.hero-bss-content .activation-links .card-link :where(button, a) {
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: transparent;
    font-size: 1px;
    border: none;
}
.hero-bss-content .activation-links .card-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0;
}
.hero-bss-content .activation-links .card-title h3 {
    font-weight: 900;
    font-size: clamp(1.2rem, 1rem + .5vw, 2.5rem);
    letter-spacing: -1px;
    transform: scaleY(1.5);
    pointer-events: none;
    margin-bottom: 0;
}
.hero-bss-content .activation-links .card-title image {
    transform: scaleY(1);
}
.hero-bss-content .activation-links .card-text {
    font-size: clamp(0.75rem, 0.875rem - 1vh, 1rem);
}
.hero-bss-content .activation-links .card:hover {
    box-shadow: var(--shadow);
    background-color: var(--color-ak-primary);
}
.hero-bss-content .activation-links .card:hover .card-link {
    display: block;
    border-width: 2px;
    border-color: var(--color-ak-primary);
}
.hero-bss-content .activation-links .card:hover .card-title {
    color: var(----color-ak-dark);
}
.hero-bss-content .activation-links .card:hover .card-text {
    color: var(----color-ak-dark);
}
.hero-bss-content .graph .card {
    width: calc(84px + 2vw);
    height: calc(84px + 2vw);
    border-radius: 50%;
    overflow: hidden;
}
.hero-bss-content .graph .card.child-1 {
    background-color: var(--color-ak-primary);
}
.hero-bss-content .graph .card.child-2 {
    background-color: var(--color-ak-action);
}
.hero-bss-content .graph .card.child-3 {
    background-color: var(--color-ak-light);
}
.hero-bss-content .graph .card.child-4 {
    background-color:var(----color-ak-dark);
}
.hero-bss-content .graph .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (width <= 768px) {
    .hero-bss {
        height: auto;
    }
    .hero-bss-content {
        position: relative;
        padding-bottom: 10px;
    }
    .hero-bss-content .activation-links .card {
        padding: 12px;
    }
    .hero-bss-content .activation-links .card-title {
        font-weight: bold;
        font-size: 1rem;
    }
    .hero-bss-content .activation-links {
        margin-top: auto;
    }
    .hero-bss-content .activation-links .row > * {
        margin-bottom: 10px;
    }
    .hero-bss-content .graph .card {
        width: 62px;
        height: 62px;
        border-radius: 50%;
        overflow: hidden;
    }
}
@media screen and (width <= 568px){
    .hero-bss-content .is-title {
        font-size: 1.75rem;
    }
    .hero-bss-content .is-subtitle {
        font-size: 1rem;
    }
}

/* SECTION WHY US 1.0 */
.whyus-bss {
    position: relative;
}
.whyus-bss-header {
    padding: 40px 20px 20px 10px;
    color: var(----color-ak-dark);;
}
.whyus-bss-header .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20%;
}
.whyus-bss-header .is-title strong {
    color: var(----color-ak-dark);
}
.whyus-bss-header .is-subtitle {
    font-size: 1rem;
}
.whyus-bss-header .text {
    font-size: 0.875rem;
}
.whyus-bss-header .img-box {
    margin-top: 30px;
    width: 350px;
    height: 300px;
    border-radius: .375rem;
    position: relative;
    z-index: 2;
    box-shadow: var(--shadow);
}
.whyus-bss-header .img-box::after {
    content: ' ';
    position: absolute;
    bottom: 100%;
    right: 20%;
    width: 35%;
    height: 30%;
    background-color: var(--color-ak-light);
}
.whyus-bss-header .img-box img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: inherit;
}
.whyus-bss-footer {
    margin-top: calc(-80px + 1vw);
}
.whyus-bss-footer .note {
    background-color: var(--color-ak-primary);
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
    display: flex;
    justify-content: end;
}
.whyus-bss-footer .note h3 {
    font-weight: bold;
    width: 40%;
}
.whyus-bss-footer .services {
    background-color: var(--color-ak-light);
    margin-top: 30px;
    color: var(----color-ak-dark);
    position: relative;
    z-index: 1;
}
.whyus-bss-footer .services::before {
    position: absolute;
    background-color: inherit;
    content: ' ';
    width: 10%;
    height: 100%;
    top: 0;
    right: 100%;
    z-index: -1;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}
.whyus-bss-footer .services ul {
    display: inline-flex;
    row-gap: 20px;
    list-style: none;
    width: 100%;
    height: 100%;
}
.whyus-bss-footer .services li {
    padding: 40px 16px 30px 16px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-width: 100px;
}
.whyus-bss-footer .services li:not(:last-child) {
    border-right: 1px solid rgba(128, 128, 128, 0.162);
}
.whyus-bss-footer .services li i {
    font-size: 1.25rem;
    margin-bottom: 12px;
}
@media screen and (width <= 568px) {
    .whyus-bss-header {
        padding: 20px;
    }
    .whyus-bss-header .content {
        padding-left: initial;
    }
    .whyus-bss-header .img-box {
        margin-top: 15px;
        width: 100%;
        height: 300px;
    }
    .whyus-bss-header .img-box::after {
        bottom: 50%;
        right: auto;
        width: 35%;
        height: 100%;
    }
    .whyus-bss-footer .note {
        padding: 20px;
        margin-bottom: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        justify-content: center;
    }
    .whyus-bss-footer .services {
        margin-top: 0;
    }
    .whyus-bss-footer .services ul {
        gap: 10px;
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
        padding: 0 20px;
        justify-content: space-between;
    }
    .whyus-bss-footer .services li {
        padding: 16px;
        width: calc(50% - 10px);
    }
    .whyus-bss-footer .services li:is(:last-child) {
        border-right: 1px solid rgba(128, 128, 128, 0.162);
    }
}

/* SYSTEM WORK 1.0 */
.system-work-bss {
    position: relative;
}
.system-work-bss .is-title {
    margin: 40px auto;
}
.system-work-bss .card {
    box-shadow: var(--shadow);
}
.system-work-bss .card img {
    width: 80%;
    height: 80%;
    margin-inline: auto;
}

/* LASTES PROJECTS 2.0 */
.lastes-projects.two {
    background-color: var(--color-ak-light);
}
.lastes-projects.two .card {
    background-color: var(--color-ak-light);
}

/* GROUP LINKS 2.0 */
.group-links .widget-button {
    background-color: var(--color-ak-light);
    border-color: var(--border-base);
}

/* MODAL */
.activate-order .modal-header .bg-section {
    filter: opacity(.90) brightness(.90) drop-shadow(0px 0px 0px var(--color-ak-action, black));
}
.activate-order .modal-header .bg-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* MODAL FORM */
.terms-fields small:last-child {
    font-size: xx-small;
}
