:root {
    --custom-size: 1 / 1920 * 100vw;
    --custom-size-20-40: clamp(20px, 40* var(--custom-size), 40px);
    --custom-size-10-20: clamp(10px, 20* var(--custom-size), 20px);
    --theme-color: #777AF2;
    --theme-color-bg: #F8FBFE;
}

p+p {
    margin-top: 1.25em;
}

br.mobile {
    display: none;
}

img,
svg {
    max-width: 100%;
}

.flex {
    display: flex;
}

.flex-jcsb {
    display: flex;
    justify-content: space-between;
}

.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-aic {
    display: flex;
    align-items: center;
}

.flex-jcc {
    display: flex;
    justify-content: center;
}

.img-layout {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.lxl-main {
    margin: 0 clamp(10px, 360* var(--custom-size)* 0.8, 360px);
}

.platform,
.card,
.content-clients .sec1 {
    z-index: 1;
    position: relative;
}

.roof {
    background: linear-gradient(270.00deg, rgb(218, 58, 228) 0.074%, rgb(95, 57, 225) 51.91%, rgb(1, 0, 2) 99.934%);
    color: #fff;
    padding: clamp(30px, 78 * var(--custom-size), 78px) 0;
}

.roof .title {
    text-align: center;
    /* font-weight: bold; */
}

.roof .title h1 {
    font-weight: bold;
    font-size: clamp(20px, 30 * var(--custom-size), 30 * var(--custom-size));
    margin-bottom: clamp(20px, 30 * var(--custom-size), 30px);
}

.roof .title p {
    font-size: clamp(16px, 20 * var(--custom-size), 20 * var(--custom-size));
}

.content-clients .roof .title p {
    text-align: left;
}

.roof .detail {
    gap: 4%;
}

.roof .detail .pic,
.roof .detail .txt {
    flex: 1;
}

.roof .detail .pic svg {
    height: clamp(200px, 450 * var(--custom-size), 450px);
}

.roof .detail .txt {
    line-height: 1.5;
    font-size: clamp(16px, 18 * var(--custom-size), 18 * var(--custom-size));
}

.roof .font {
    /* padding-top: clamp(20px, 45 * var(--custom-size), 45px); */
    border-top: 1px solid rgba(255, 255, 255, .5);
    font-size: clamp(16px, 18 * var(--custom-size), 18 * var(--custom-size));
}

.roof .btn-wrap {
    padding: clamp(20px, 45 * var(--custom-size), 45px) 10px;
}

.content-clients .roof .btn-wrap {
    border-top: 1px solid rgba(255, 255, 255, .5);
}

.roof .btn {
    padding: clamp(5px, 10 * var(--custom-size), 10px) clamp(10px, 20 * var(--custom-size), 20px);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 30px;
    cursor: pointer;
    transition: .3s;
    font-size: clamp(10px, 16 * var(--custom-size), 16px);
    text-align: center;
}

.roof .btn+.btn {
    margin-left: clamp(10px, 20 * var(--custom-size), 20px);
}

.roof .btn.active,
.roof .btn:hover {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.card-wrap {
    margin-top: clamp(-78px, -78 * var(--custom-size), -30px);
    position: relative;
}

.card-wrap .card {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    padding: clamp(15px, 45 * var(--custom-size), 45px) clamp(20px, 60 * var(--custom-size), 60px);
    color: #3A374F;
    position: relative;
}

.card-wrap .card+.card {
    margin-top: clamp(30px, 80 * var(--custom-size), 80px);
}

.card-wrap .card .title {
    font-size: clamp(20px, 30 * var(--custom-size), 30 * var(--custom-size));
    font-weight: bold;
}

.card-wrap .card .intro {
    font-size: clamp(14px, 16 * var(--custom-size), 16 * var(--custom-size));
    margin: clamp(5px, 17 * var(--custom-size), 17px) 0 clamp(10px, 26 * var(--custom-size), 26px);
    width: 60%;
}

.card-wrap .card .platform h1 {
    font-size: clamp(18px, 20 * var(--custom-size), 20 * var(--custom-size));
    font-weight: bold;
}

.card-wrap .card .platform .items {
    margin: clamp(5px, 17 * var(--custom-size), 17px) 0 clamp(10px, 26 * var(--custom-size), 26px);
    padding-top: clamp(10px, 26 * var(--custom-size), 26px);
    border-top: 1px solid #E7E7E7;
}

.card-wrap .card .platform .item {
    font-size: 14px;
    position: relative;
    flex: 1;
}

.card-wrap .card .platform .item::after {
    content: '';
    position: absolute;
    top: calc(clamp(-26px, -26 * var(--custom-size), -10px) - 1px);
    left: 0;
    width: clamp(30px, 60 * var(--custom-size), 60px);
    height: 1px;
    background-color: var(--theme-color);
}

.card-wrap .card .platform .item li {
    list-style: initial;
    /* list-style-position: inside; */
    margin-left: 20px;
}

.card-wrap .card .platform .item li::marker {
    color: var(--theme-color);
}

.card-wrap .card .platform .item li a {
    font-weight: bold;
    /* text-decoration: underline; */
    color: var(--theme-color);
}

.card-wrap .card .platform .item li+li {
    margin-top: 10px;
}

.card-wrap .card .explore {
    font-size: clamp(14px, 16 * var(--custom-size), 16 * var(--custom-size));
}

.card-wrap .card .explore a {
    color: var(--theme-color);
    text-decoration: underline;
}

.card-wrap .card .beautify {
    background: url(../images/gemini/card-bg1.jpeg) no-repeat;
    background-size: contain;
    width: 30%;
    aspect-ratio: 5 / 2;
    position: absolute;
    top: 0;
    right: -1px;
}

.card-wrap .card .beautify img {
    width: 33.5%;
    position: absolute;
    bottom: -35%;
    left: 24%;
}

.animation-icon {
    opacity: 0;
}

svg {
    --duration: 4s;
    --delay: .15s;
    --xy-v-1: 200px;
    --xy-i-1: calc(var(--xy-v-1) / 1.414);
    --xy-v-2: 50px;
    --xy-i-2: calc(var(--xy-v-2) / 1.414);
}

svg.active .animation-icon {
    animation-fill-mode: forwards, forwards;
    animation-timing-function: cubic-bezier(0.11, 0.78, 0.58, 1), cubic-bezier(0.11, 0.78, 0.58, 1);
}

svg.active .animation-icon1 {
    animation-name: breathe_1_1, breathe_2_1;
    animation-duration: var(--duration), calc(var(--duration) * 0.25);
    animation-delay: 0s, calc(var(--duration) + var(--delay) * 7 + var(--duration) * 0.25);
}

@keyframes breathe_1_1 {
    0% {
        transform: translateY(calc(var(--xy-v-1)));
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

svg.active .animation-icon2 {
    animation-name: breathe_1_2, breathe_2_2;
    animation-duration: var(--duration), calc(var(--duration) * 0.25);
    animation-delay: calc(var(--delay)), calc(var(--duration) + var(--delay) * 7 + var(--duration) * 0.25);
}

@keyframes breathe_1_2 {
    0% {
        transform: translate3d(calc(-1*var(--xy-i-1)), calc(var(--xy-i-1)), 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

svg.active .animation-icon3 {
    animation-name: breathe_1_3, breathe_2_3;
    animation-duration: var(--duration), calc(var(--duration) * 0.25);
    animation-delay: calc(var(--delay)*2), calc(var(--duration) + var(--delay) * 7 + var(--duration) * 0.25);
}

@keyframes breathe_1_3 {
    0% {
        transform: translateX(calc(-1*var(--xy-v-1)));
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

svg.active .animation-icon4 {
    animation-name: breathe_1_4, breathe_2_4;
    animation-duration: var(--duration), calc(var(--duration) * 0.25);
    animation-delay: calc(var(--delay)*3), calc(var(--duration) + var(--delay) * 7 + var(--duration) * 0.25);
}

@keyframes breathe_1_4 {
    0% {
        transform: translate3d(calc(-1*var(--xy-i-1)), calc(-1*var(--xy-i-1)), 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

svg.active .animation-icon5 {
    animation-name: breathe_1_5, breathe_2_5;
    animation-duration: var(--duration), calc(var(--duration) * 0.25);
    animation-delay: calc(var(--delay)*4), calc(var(--duration) + var(--delay) * 7 + var(--duration) * 0.25);
}

@keyframes breathe_1_5 {
    0% {
        transform: translateY(calc(-1*var(--xy-v-1)));
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

svg.active .animation-icon6 {
    animation-name: breathe_1_6, breathe_2_6;
    animation-duration: var(--duration), calc(var(--duration) * 0.25);
    animation-delay: calc(var(--delay)*5), calc(var(--duration) + var(--delay) * 7 + var(--duration) * 0.25);
}

@keyframes breathe_1_6 {
    0% {
        transform: translate3d(calc(var(--xy-i-1)), calc(-1*var(--xy-i-1)), 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

svg.active .animation-icon7 {
    animation-name: breathe_1_7, breathe_2_7;
    animation-duration: var(--duration), calc(var(--duration) * 0.25);
    animation-delay: calc(var(--delay)*6), calc(var(--duration) + var(--delay) * 7 + var(--duration) * 0.25);
}

@keyframes breathe_1_7 {
    0% {
        transform: translateX(calc(var(--xy-v-1)));
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

svg.active .animation-icon8 {
    animation-name: breathe_1_8, breathe_2_8;
    animation-duration: var(--duration), calc(var(--duration) * 0.25);
    animation-delay: calc(var(--delay)*7), calc(var(--duration) + var(--delay) * 7 + var(--duration) * 0.25);
}

@keyframes breathe_1_8 {
    0% {
        transform: translate3d(calc(var(--xy-i-1)), calc(var(--xy-i-1)), 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes breathe_2_1 {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    100% {
        transform: translateY(calc(-1*var(--xy-v-2)));
        opacity: 0;
    }
}

@keyframes breathe_2_2 {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        transform: translate3d(calc(var(--xy-i-2)), calc(-1*var(--xy-i-2)), 0);
        opacity: 0;
    }
}

@keyframes breathe_2_3 {
    0% {
        transform: translateX(0px);
        opacity: 1;
    }

    100% {
        transform: translateX(calc(var(--xy-v-2)));
        opacity: 0;
    }
}

@keyframes breathe_2_4 {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        transform: translate3d(calc(var(--xy-i-2)), calc(var(--xy-i-2)), 0);
        opacity: 0;
    }
}

@keyframes breathe_2_5 {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    100% {
        transform: translateY(calc(var(--xy-v-2)));
        opacity: 0;
    }
}

@keyframes breathe_2_6 {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        transform: translate3d(calc(-1*var(--xy-i-2)), calc(var(--xy-i-2)), 0);
        opacity: 0;
    }
}

@keyframes breathe_2_7 {
    0% {
        transform: translateX(0px);
        opacity: 1;
    }

    100% {
        transform: translateX(calc(-1*var(--xy-v-2)));
        opacity: 0;
    }
}

@keyframes breathe_2_8 {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        transform: translate3d(calc(-1*var(--xy-i-2)), calc(-1*var(--xy-i-2)), 0);
        opacity: 0;
    }
}

.content-clients .roof {
    padding-top: 0;
    background: linear-gradient(38deg, rgb(218, 58, 228) 0.074%, rgb(95, 57, 225) 51.91%, rgb(1, 0, 2) 99.934%);
}

.content-clients .roof .title {
    width: 100%;
    text-align: center;
    margin-right: 5%;
    padding: 6% 0;
}

.content-clients .roof .title h1 {
    font-size: clamp(20px, 30 * var(--custom-size), 30 * var(--custom-size));
}

.content-clients .roof .detail {
    margin: 0;
}

.content-clients .card-wrap .card .title {
    text-align: center;
}

.content-clients .card1 .item .icon {
    width: clamp(60px, 80 * var(--custom-size), 80px);
    aspect-ratio: 1;
    border-radius: 50%;
    margin: 0 auto;
}

.content-clients .card1 .item .icon img {
    max-width: 50%;
}

.content-clients .card1 .item:nth-child(2n+1) .icon {
    background-color: #6A3BE4;
}

.content-clients .card1 .item:nth-child(2n) .icon {
    background-color: #8862E9;
}

.content-clients .card-wrap .item h1 {
    font-size: clamp(18px, 20 * var(--custom-size), 20 * var(--custom-size));
    margin: clamp(10px, 15 * var(--custom-size), 15px) 0 clamp(5px, 10 * var(--custom-size), 10px);
    font-weight: bold;
    text-align: center;
    /* height: clamp(20px, 40 * var(--custom-size), 40px); */
    height: 2em;
    line-height: 1.1em;
}

.content-clients .card-wrap .item h2 {
    font-size: clamp(16px, 18 * var(--custom-size), 18 * var(--custom-size));
    font-weight: normal;
    margin-bottom: clamp(15px, 20 * var(--custom-size), 20px);
    text-align: center;
}

.content-clients .card-wrap .item p {
    font-size: clamp(14px, 16 * var(--custom-size), 16 * var(--custom-size));
}
.content-clients .card-wrap .item p a {
    font-weight: bold;
    /* text-decoration: underline; */
    color: var(--theme-color);
}
.content-clients .card-wrap .item p a:hover {
    text-decoration: underline;
}

.content-clients .card-wrap .card .platform .items {
    --column: 3;
    --gap: clamp(10px, 30 * var(--custom-size), 30px);
    gap: var(--gap);
    flex-wrap: wrap;
}

.content-clients .card-wrap .card .platform .items ul {
    margin-top: 5px;
    /* margin-left: 10px; */
}

.content-clients .card-wrap .card .platform .items ul li+li {
    margin-top: 3px;
}

.content-clients .card-wrap .card .platform .items ul a:hover {
    color: var(--theme-color);
    text-decoration: underline;
}

.content-clients .card-wrap .card .platform .item {
    width: calc((100% - (var(--column) - 1) * var(--gap)) / var(--column));
    flex: initial;
}

.content-clients .card-wrap .card .platform .item::after {
    content: unset;
}

.card-wrap .card2 {
    box-shadow: unset;
}

.content-clients .card-wrap .card2 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.content-clients .card-wrap .card2 .platform .items {
    --column: 2;
    border-top: unset;
}

.content-clients .card-wrap .card2 .platform .item {
    background-color: #F7F8FB;
    padding: clamp(10px, 20 * var(--custom-size), 20px);
    box-sizing: border-box;
}

.content-clients .card-wrap .card2 .platform .item .icon {
    width: clamp(40px, 60 * var(--custom-size), 60px);
    flex-shrink: 0;
    margin-right: 10px;
    align-items: center;
}

.content-clients .card-wrap .card2 .item h1 {
    margin-top: 0;
    height: auto;
}

.content-clients .sec1 {
    padding: clamp(20px, 50* var(--custom-size), 50px) 0;
    background: url(../images/gemini/bg1.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: clamp(20px, 50* var(--custom-size), 50px);
}

.content-clients .title {
    font-size: clamp(20px, 30 * var(--custom-size), 30px);
    font-weight: normal;
    text-align: center;
}

.content-clients .demo {
    background: linear-gradient(124.93deg, rgb(218, 58, 228) -10.128%, rgb(95, 57, 225) 45.764%, rgb(1, 0, 2) 97.546%);
    padding: 5%;
    margin-top: clamp(15px, 43 * var(--custom-size), 43px);
    color: #fff;
}

.content-clients .demo .txt,
.content-clients .demo .video {
    width: 48%;
}

.content-clients .demo .txt h1 {
    font-weight: bold;
    font-size: clamp(18px, 20 * var(--custom-size), 20 * var(--custom-size));
    margin-bottom: clamp(10px, 20 * var(--custom-size), 20px);
}

.content-clients .demo .txt p {
    font-size: clamp(14px, 16 * var(--custom-size), 16 * var(--custom-size));
    margin: clamp(10px, 20 * var(--custom-size), 20px) 0;
}

.content-clients .link-wrap .link-btn {
    border-radius: 5px;
    margin-right: 20px;
    border: 1px solid #fff;
    padding: clamp(6px, 12 * var(--custom-size), 12px) clamp(12px, 24 * var(--custom-size), 24px);
    white-space: nowrap;
    color: #fff;
    transition: .3s;
    font-size: clamp(16px, 16* var(--custom-size), 16* var(--custom-size));
}

.content-clients .link-wrap .link-btn:hover {
    background-color: #fff;
    color: var(--theme-color);
}

.content-clients .link-wrap .link-btn svg path {
    transition: .3s;
}

.content-clients .link-wrap .link-btn:hover svg path {
    fill: var(--theme-color);
}

.content .video {
    justify-content: flex-end;
}

.content .video {
    justify-content: center;
    gap: clamp(10px, 26* var(--custom-size), 26px);
    ;
}

.content .video-wrap {
    position: relative;
    cursor: pointer;
}

.content .video-wrap .video-img {
    display: block;
}

.content .video-wrap .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: clamp(40px, 60* var(--custom-size), 60px);
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #6A3BE4;
    transition: .3s;
}

.action--site-core_modernization .content .video-wrap .play {
    background-color: #fff;
}

.content .video-wrap .play img {
    margin-left: 5px;
}

.content .video-wrap:hover .play {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
}

.content-clients .sec1 .intro {
    margin: clamp(30px, 80* var(--custom-size), 80px) 0 clamp(5px, 20* var(--custom-size), 20px);
    text-align: center;
}

.content-clients .sec1 .intro p {
    margin-top: clamp(10px, 20* var(--custom-size), 20px);
    font-size: clamp(18px, 20* var(--custom-size), 20* var(--custom-size));
    font-weight: bold;
}

.content-clients .sec1 .intro img {
    width: 245px;
    display: block;
    margin: 20px auto;
    transform: translateX(-8px);
}

.content-clients .sec1 .intro .link-btn {
    width: 155px;
    color: #3A374F;
    border-color: #3A374F;
    margin-top: clamp(20px, 30* var(--custom-size), 30px);
    font-size: clamp(16px, 16* var(--custom-size), 16* var(--custom-size));
    margin-right: 0;
}

.content-clients .sec1 .intro .link-btn:hover {
    background: linear-gradient(90.00deg, rgb(164, 58, 226), rgb(131, 56, 226) 100%), rgb(105, 58, 228);
    color: #fff;
    border-color: transparent;
}

.content-clients .sec1 .intro .link-btn path {
    fill: #3A374F;
}

.content-clients .sec1 .intro .link-btn:hover path {
    fill: #fff;
}

.particles {
    height: 100%;
}

.core-clients {
    margin-top: clamp(30px, 78* var(--custom-size), 78px);
}

.movetop {
    width: 56px;
    height: 55px;
    background: url(../images/gotop_icon.png) no-repeat;
    background-position: 0 0;
    cursor: pointer;
    position: fixed;
    right: 30px;
    top: 700px;
    z-index: 999;
    overflow: hidden;
    display: none;
}

.movetop:hover {
    background: url(../images/gotop_icon.png) no-repeat;
    background-position: 0 -55px;
}

@media (max-width: 1680px) {
    :root {
        --custom-size: 1 / 1920 * 100vw * 1.2;
    }
}

@media (max-width: 1440px) {
    .movetop {
        top: auto;
        bottom: 95px;
    }
}

@media (max-width: 1080px) {
    .lxl-main {
        margin: 0 10px;
    }
}

@media (max-width: 960px) {
    :root {
        --custom-size: 1 / 1920 * 100vw * 4;
    }

    .content-clients .card-wrap .card .platform .items {
        --column: 1;
        --gap: 20px;
    }

    .content-clients .demo {
        flex-direction: column;
    }

    .content-clients .link-wrap .link-btn {
        margin-right: 0;
    }

    .content-clients .demo .txt,
    .content-clients .demo .video {
        width: 100%;
        text-align: center;
    }

    .content .video {
        justify-content: center;
    }

    .content-clients .link-wrap {
        justify-content: center;
        margin: 20px 0;
    }

    .roof .btn-wrap {
        overflow-x: auto;
        justify-content: flex-start;
    }

    .roof .btn {
        white-space: nowrap;
    }

    .roof .btn+.btn {
        margin-left: 5px;
    }

    .roof .detail {
        flex-direction: column;
    }

    .card-wrap .card .intro {
        width: 100%;
    }

    .roof .detail .txt {
        margin-bottom: 20px;
    }

    .card-wrap .card .platform .items {
        flex-direction: column;
    }

    .card-wrap .card .platform .item {
        font-size: clamp(14px, 18 * var(--custom-size), 18 * var(--custom-size));
        width: 100%;
        margin-bottom: 50px;
    }

    .content-clients .card-wrap .card .platform .item {
        margin-bottom: 20px;
    }

    .card-wrap .card+.card {
        margin-top: 20px;
    }

    .content-clients .card-wrap .item h1 {
        height: auto;
    }

    .card-wrap .card {
        padding: clamp(15px, 45* var(--custom-size), 45px) clamp(20px, 10* var(--custom-size), 60px);
    }

    .content_position {
        display: none;
    }

    .content-clients .sec1 .intro img {
        width: 280px;
    }

    .content-clients .sec1 .intro .link-btn {
        width: 185px;
    }

    .card-wrap .card .platform .item li {
        margin-left: 30px;
    }
}