.widget-swiper .swiper-wrapper .swiper-slide .content .bottom-content h3,
.widget-popup-wrapper .widget-popup .widget-popup-content h3 {
    font-size: 24px;
    color: #fee2a6;
    line-height: 1.4;
    margin-bottom: 15px
}

.ai-h2-heading {
    /* font-family: "EuclidCircularA-Light"; */
    font-size: 24px;
    line-height: 1.05;
    margin: .83em 0;
    color: #fff !important;
    line-height: normal
}

.ai-h2-heading>strong {
    /* font-family: "EuclidCircularA-Medium"; */
    color: #46ffd3
}

@media(min-width: 1024px) {
    .ai-h2-heading {
        font-size: 2.125rem
    }
}

.widget {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.vision_component {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background-color: #000; */
    color: #e9e9e9;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    overflow: hidden;
    max-width: 100%
}

.vision_component:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #15012b; */
    animation: gradient 12s ease infinite
}

.vision_component-content {
    font-size: .875rem;
    overflow: hidden;
    max-width: 91.875rem;
    margin-left: auto;
    margin-right: auto
}

.vision_component-content .row {
    position: relative;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px
}

.vision_component-content .row .header {
    text-align: center;
    max-width: 49.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease;
    z-index: 1;
    margin-bottom: 20px
}

.vision_component-content .row .header p {
    color: #fff;
}

.vision_component-content .row .widget-pagination {
    position: static;
    margin: 20px 0 10px;
    text-align: center
}

.vision_component-content .row .swiper-pagination-bullet {
    border: 1px solid #fff;
    opacity: 1
}

.vision_component-content .row .swiper-pagination-bullet-active {
    background: #fff
}

.mobile_video {
    width: 100%
}

.mobile_video .content {
    background: #17042f;
    position: relative;
    width: 60%;
    margin: auto
}

.mobile_video .content svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%
}

.mobile_video .content video {
    mix-blend-mode: lighten
}

@media(min-width: 1024px) {
    .mobile_video {
        display: none
    }
}

.widget-popup-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: none
}

.widget-popup-wrapper.active {
    display: block
}

.widget-popup-wrapper .widget-popup {
    background: #17042f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: all ease .5s;
    position: relative
}

.widget-popup-wrapper .widget-popup video {
    mix-blend-mode: lighten;
    width: 95%;
    position: absolute;
    top: -65%;
    left: 50%;
    transform: translateX(-50%)
}

.widget-popup-wrapper .widget-popup .popup-bg-img {
    position: absolute;
    transform: scale(1.5)
}

.widget-popup-wrapper .widget-popup .widget-popup-content {
    max-width: 560px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
    opacity: 0;
    transform: translateY(30px);
    transition: all ease .3s
}

.widget-popup-wrapper .widget-popup .widget-popup-content.animate {
    transform: translateY(0);
    opacity: 1
}

.widget-popup-wrapper .widget-popup .widget-popup-content .icon {
    margin-bottom: 25px
}

.widget-popup-wrapper .widget-popup .widget-popup-content .icon img {
    margin: auto;
}

.widget-popup-wrapper .widget-popup .widget-popup-content h3 {
    font-size: 40px
}

.widget-popup-wrapper .widget-popup .widget-popup-content span.description {
    /* font-family: "EuclidCircularA-Regular"; */
    font-size: 21px;
    line-height: 1.3
}

.widget-popup-wrapper .widget-popup .widget-popup-content a {
    /* font-family: "EuclidCircularA-Regular"; */
    border: none;
    background: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin: 10px auto 0;
    text-decoration: none;
    cursor: pointer;
}

.widget-popup-wrapper .widget-popup .widget-popup-content a svg {
    transition: all .5s ease
}

.widget-popup-wrapper .widget-popup .widget-popup-content a:hover svg {
    transform: rotate(90deg)
}

.widget-swiper {
    width: 100%;
    padding: 0 20px;
    margin-top: 50px
}

.widget-swiper .swiper-wrapper .swiper-slide {
    cursor: pointer;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    will-change: auto;
    transition: transform .5s ease
}

.widget-swiper .swiper-wrapper .swiper-slide:focus,
.widget-swiper .swiper-wrapper .swiper-slide:active {
    outline: none
}

.widget-swiper .swiper-wrapper .swiper-slide.center {
    display: none
}

.widget-swiper .swiper-wrapper .swiper-slide .content .top-content {
    /* background: #15012b; */
    /* border: 2px solid rgba(0, 0, 0, 0); */
    position: relative;
    text-align: center
}

.widget-swiper .swiper-wrapper .swiper-slide .content .top-content video {
    display: none;
    mix-blend-mode: lighten
}

.widget-swiper .swiper-wrapper .swiper-slide .content .top-content img,
.widget-swiper .swiper-wrapper .swiper-slide .content .top-content svg {
    position: static
}

.widget-swiper .swiper-wrapper .swiper-slide .content .top-content img {
    margin: auto auto 15px;
}

.widget-swiper .swiper-wrapper .swiper-slide .content .bottom-content {
    text-align: center;
    background: #17042f;
}

.widget-swiper .swiper-wrapper .swiper-slide .content .bottom-content h3 {
    /* font-family: "EuclidCircularA-Semibold"; */
    margin: 15px 0
}

.widget-swiper .swiper-wrapper .swiper-slide .content .bottom-content .text-content {
    max-width: calc(100% - 2rem);
    margin: auto;
    color: #fff;
}

.widget-swiper .swiper-wrapper .swiper-slide .content .bottom-content .cta {
    font-weight: var(--typography-font-weight-button);
    border-radius: 25px;
    background: #33ff94;
    padding: 5px 10px;
    font-size: 10px;
    color: #232323;
    text-decoration: none;
    margin-top: 15px;
    display: none;
    transition: all .5s ease;
    line-height: 2;
}

.widget-swiper .swiper-wrapper .swiper-slide,
.widget-swiper .swiper-wrapper .top-content {
    overflow: hidden
}

@media(min-width: 1024px) {
    .widget-swiper {
        margin-top: 0
    }

    .widget-swiper .swiper-wrapper {
        width: 100%;
        align-items: center;
        padding-top: 20px
    }

    .widget-swiper .swiper-wrapper .swiper-slide {
        flex: 1
    }

    .widget-swiper .swiper-wrapper .swiper-slide:hover:not(.center) {
        transform: scale(1.05)
    }

    .widget-swiper .swiper-wrapper .swiper-slide:hover:not(.center) .content .bottom-content h3 {
        color: #fee2a6
    }

    .widget-swiper .swiper-wrapper .swiper-slide:hover:not(.center) .content .bottom-content .cta {
        background: #fff
    }

    .widget-swiper .swiper-wrapper .swiper-slide.center {
        display: block;
        flex: 1.7;
        cursor: initial
    }

    .widget-swiper .swiper-wrapper .swiper-slide.center .content .top-content svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 60%
    }

    .widget-swiper .swiper-wrapper .swiper-slide:not(.center) .content .top-content video {
        transform: scale(1.4)
    }

    .widget-swiper .swiper-wrapper .swiper-slide:not(.center) .content .bottom-content h3 {
        /* font-family: "EuclidCircularA-Medium" */
    }

    .widget-swiper .swiper-wrapper .swiper-slide:nth-child(2),
    .widget-swiper .swiper-wrapper .swiper-slide:nth-last-child(2) {
        transform: translateY(-20px)
    }

    .widget-swiper .swiper-wrapper .swiper-slide:nth-child(2):hover,
    .widget-swiper .swiper-wrapper .swiper-slide:nth-last-child(2):hover {
        transform: translateY(-20px) scale(1.05)
    }

    .widget-swiper .swiper-wrapper .swiper-slide:last-child {
        transform: translateY(-10px)
    }

    .widget-swiper .swiper-wrapper .swiper-slide:last-child:hover {
        transform: translateY(-10px) scale(1.05)
    }

    .widget-swiper .swiper-wrapper .swiper-slide .content .top-content video {
        display: block
    }

    .widget-swiper .swiper-wrapper .swiper-slide .content .bottom-content h3 {
        max-width: 140px;
        font-size: 14px;
        margin: 0 auto;
        color: #fff
    }

    .widget-swiper .swiper-wrapper .swiper-slide .content .bottom-content .text-content {
        display: none
    }

    .widget-swiper .swiper-wrapper .swiper-slide .content .bottom-content .cta {
        display: inline-block
    }

    .widget-swiper .widget-pagination {
        display: none
    }
}

@media(max-width: 480px) {
    .widget-swiper {
        padding: 0
    }
}

.ui-swipe {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%
}

.ui-swipe>svg {
    width: 2.25rem;
    height: auto;
    margin: auto;
}

@media(min-width: 1024px) {
    .ui-swipe {
        display: none
    }
}