.container {
    width: 100%;
    max-width: 1712px;
}

img {
    width: auto;
}

.title {
    color: var(--Natural_Boring-900, #111012);
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.title span {
    color: var(--Primary_Boring-500, #4C17E1);
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#section1 {
}

#section1 > .container {
    min-height: max-content;
}

#section2 {
    padding-top: 200px;
    padding-bottom: 100px;
}

#section2 .container {
    position: relative;
}

#section2 .img_life {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

#section2 .content {
    color: var(--Natural_Boring-800, #3C3A40);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    max-width: 545px;
    margin-top: 32px;
}

#section2 .content > div {
    margin-bottom: 24px;
}

#section3 {
    padding-top: 200px;
}

#section3 .text-right {
    color: var(--Natural_Boring-800, #3C3A40);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px; /* 150% */
    max-width: 754px;
}

#section3 .text-right span {
    color: var(--Primary_Boring-500, #4C17E1);

}

#section3 .video > video {
    width: 100%;
    height: 758px;
    border-radius: 20px;
}

.card_ss4 {
    border-radius: 40px;
    border: 1px solid var(--Natural_Boring-200, #E3E1E8);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}

.card_ss4 > div > .title {
    color: var(--Natural_Boring-800, #3C3A40);
    font-family: "Lato" !important;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
    margin-bottom: 12px;
}

#section3 {
    padding-top: 200px;
    padding-bottom: 189px;
}

#section3 .video {
    margin-top: 60px;
}

#section3 .video > iframe {
    width: 100%;
    height: 758px;
    border-radius: 20px;
}

#section5 {
    padding-top: 200px;
    padding-bottom: 189px;
}

.description {
    color: var(--Natural_Boring-800, #3C3A40);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    max-width: 707px;
    margin-bottom: 40px;
}

.carousel-inner {
    padding: 1em;
}

.card {
    margin: 0 .5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}

.carousel-control-prev, .carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    transform: translateY(-50%);
    position: relative;
}

@media (min-width: 768px) {
    .carousel-inner {
        display: flex;
    }

    .carousel-item {
        margin-right: 0;
        flex: 0 0 25.333333%;
        display: block;
    }
}

.card-team .name {
    color: var(--Natural_Boring-800, #3C3A40);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px; /* 150% */
    text-align: center;
    margin-top: 44px;
}

.btn-arrow {
    padding: 8px;
    border-radius: 20px;
    border: 1px solid var(--Natural_Boring-500, #A3A1AB);
    cursor: pointer;
}

.btn-arrow:hover {
    background: var(--Natural_Boring-800, #3C3A40);

}

.btn-arrow:hover svg > path {
    stroke: #F6F5F7;
}

.navbar-nav .nav-link.active {
    color: var(--Primary_Boring-500, #4C17E1);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
}

.nav-link {
    color: var(--Natural_Boring-600, #85828C);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    padding: 0 !important;
    display: flex;
}

.btn-custom {
    border-radius: 16px;
    background: var(--Primary_Boring-500, #4C17E1);
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
}

.footer {
    padding: 64px 0;
    background-color: #111012;
}

.menu-footer {
    display: flex;
    flex-direction: row;
    gap: 49px;
}

.menu-footer .nav-link {
    color: var(--Natural_Boring-100, #EFEDF2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.div-stroke {
    border: 1px solid #D2D0D9;
    height: 80px;
}

@media (max-width: 1440px) {
    .container {
    }

    img {
        width: 100%;
    }
}

@media (max-width: 1919px) {
    .container {
    }
}

@media (max-width: 1903px) {
    .container {
        max-width: 1230px;
    }

    #section4 img {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }

    #section3 .video > video {
        height: 168px;
    }
}

@media (max-width: 768px) {
    #section1 {
        margin-top: 100px !important;
    }

    .card-team .name {
        font-size: 20px;
        margin-top: 10px;
        line-height: unset;
    }

    .title, .title span {
        font-size: 36px;
    }

    #section2 {
        padding-top: 100px;
        padding-bottom: 0px;
    }

    #section3 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #section3 .video {
        margin-top: 30px;
    }

    #section3 .video iframe {
        height: 300px;
    }


    #section3 .text-right {
        font-size: 16px;
        line-height: normal;
    }

    #section3 .div_info {
        flex-direction: column;
        gap: 0px !important;
        align-items: start !important;
    }

    .div-stroke {
        border: none;
        height: 0px;
    }

    #section4 {
        font-family: "Lato";
    }

    #section4 .reverse {
        margin-top: 12px;
        display: flex;
        flex-direction: column-reverse;
        gap: 12px;
    }

    #section5 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .footer .div-icon-network {
        display: flex;
        flex-wrap: wrap;
        gap: 0 !important;
    }

    .footer .div-icon-network div {
        width: 50%;
        margin-bottom: 15px;
    }

    .footer .div-icon-network div svg {
        width: 24px;
        height: 24px;
    }

    .footer .sub-logo {
        margin-bottom: 0 !important;
    }

    .footer .div-logo {
        margin-bottom: 40px;
    }

    .menu-footer {
        gap: 15px;
    }

    .btn-arrow {
        padding: 6px;
        border-radius: 15px;
    }

    .btn-arrow.carousel-control-prev-cus {
        margin-right: 12px !important;
    }

    .btn-arrow svg {
        width: 25px;
        height: 25px;
    }

}