body{
overflow-x: hidden;
}
*{
    box-sizing: border-box;
}
.TheCode-wrapper{
    width: 100%;
    height: fit-content;
    background-image: -moz-linear-gradient( -120deg, rgb(145,250,255) 0%, rgb(225,131,228) 100%);
    background-image: -webkit-linear-gradient( -120deg, rgb(145,250,255) 0%, rgb(225,131,228) 100%);
    background-image: -ms-linear-gradient( -120deg, rgb(145,250,255) 0%, rgb(225,131,228) 100%);
}
.TheCode-container{
    max-width: 1257;
}
.TheCode-firsat img{
    width: 100%;
}
.TheCode-header{
    display: flex;
    background: #062f87;
    flex-direction: column;
    padding: 48px 0;
}
.TheCode-header .TheCode-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.TheCode-header .TheCode-box img{
    width: 64%;
}
.TheCode-header .TheCode-logo{
    font-size: 54px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    padding-bottom: 32px;
    border-bottom: 5px solid rgb(145, 250, 255);
}

.TheCode-twocols{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
}
.TheCode-twocols img{
    display: block;
    width: 100%;

}

.TheCode-more{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 28px 77.28px 6.72px rgba(116, 44, 118, 0.5);
}
.TheCode-more img{
    width: 100%;
}

.TheCode-slider{
    border-radius:40px;
    background-color: rgb(129, 159, 232);
    box-shadow: 0px 51px 77.28px 6.72px rgba(116, 44, 118, 0.5);
    padding: 26px 28px;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    -ms-border-radius:40px;
    -o-border-radius:40px;
}
.TheCode-slider-title{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 32px;
}
.TheCode-slider-title img{
    max-width: 232px;
    width: 100%;
}
.TheCode-slider {
    position: relative;
}
.TheCode-slider .swiper-pagination{
    bottom: 2px;
}
.TheCode-slider .swiper{
    height: 100%;
    z-index: 999999;
}
.TheCode-slider .swiper-slide{
    height: auto;
}
.TheCode-elsiva img{
    width: 100%;
}
.TheCode-box img{
    display: block;
    width: 100%;
}
.TheCode-treecols{
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.TheCode-onecols img{
    display: block;
    width: 100%;
}
.TheCode-mt32{
    margin-top: 32px;
}
.TheCode-shadow{
    /*filter: drop-shadow(0px 51px 77.28px  rgba(116, 44, 118, 0.5));
    -webkit-filter: drop-shadow(0px 51px 77.28px  rgba(116, 44, 118, 0.5));
    */
}
.swiper-slide:before {
    width: 100%;
    height: 100%;
    content:'';
    position:absolute;
    left:0;
    top:0;
    background:transparent;
    cursor:pointer;
    z-index: 999999;
    pointer-events: none;
}
.d-none{
    display: none;
}

.Thecode-left img, .Thecode-right img{
    max-width: 48px;
    cursor: pointer;
}
 .Thecode-left{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    z-index: 9999999;
}
.TheCode-clear{
    width: 100%;
    height: 16px;
    display: block;
}
.Thecode-right{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    z-index: 9999999;
}
.swiper-slide{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide .TheCode-item img{
    object-fit: fill;
    width: 100%;
    
}
.swiper-slide .TheCode-item{
    position: relative;
    cursor: pointer;
    display: block;
}
.TheCode-item svg{
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    max-width: 48px;
}
/*
.swiper-slide .TheCode-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgb(44, 49, 65) 5%,rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0) 100%);
}
*/
.swiper-slide iframe{
    display: none;
}
.thecode-active .TheCode-item{
    display: none;
}
.thecode-active iframe{
    display: block !important;
}
@media only screen and (max-width: 750px) {
    .TheCode-header{
        padding: 24px 0;
    }
    .d-none{
        display: block;
    }
    .dm-none{
        display: none !important;
    }
    .TheCode-twocols-responsive{
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: stretch;
    }
    .TheCode-col{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .TheCode-col > img{
        display: block;
        width: 100%;
    }
    .TheCode-twocols{
        display: flex;
        flex-direction: row;
        gap:8px;
    }
    .TheCode-slider{
        min-height: 320px;
    }
}
iframe[src*="https://www.youtube.com/embed/"] {
    position: relative !important;
    width: 100% !important;
    max-width: 320px!important;
    aspect-ratio: 9 / 16 !important;
}
.TheCode-wrapper a{
    display: block;
}