﻿.adec {
    max-width: 244px
}

.adec-block {
    opacity: 0;
    transition: opacity .5s linear
}

@media screen and (max-width:990.8px) {
    .features-item .adec-block {
        animation: adecOpacity 3s linear infinite
    }
}

@media screen and (min-width:991px) {
    .features-item:hover .adec-block {
        opacity: 1
    }
}

@keyframes adecOpacity {

    0%,
    10%,
    90%,
    to {
        opacity: 0
    }

    40%,
    60% {
        opacity: 1
    }
}

.bothWorlds {
    max-width: 278px
}

.bothWorlds_up {
    transform: translateY(50%);
    opacity: 0;
    transition: .6s ease;
    transition-property: opacity, transform;
    position: relative;
    z-index: 2
}

.bothWorlds_down {
    transform: translateY(-50%);
    transition: transform .6s ease
}

@media screen and (min-width:991px) {

    .features-item:hover .bothWorlds_down,
    .features-item:hover .bothWorlds_up {
        opacity: 1;
        transform: translateY(0)
    }
}

@media screen and (max-width:990.8px) {
    .features-item .bothWorlds_up {
        animation: bothWorldsUp 5s ease infinite
    }

    .features-item .bothWorlds_down {
        animation: bothWorldsDown 5s ease infinite
    }
}

@keyframes bothWorldsUp {

    0%,
    10%,
    80%,
    to {
        transform: translateY(50%);
        opacity: 0
    }

    40%,
    60% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes bothWorldsDown {

    0%,
    10%,
    80%,
    to {
        transform: translateY(-50%)
    }

    40%,
    60% {
        transform: translateY(0);
        opacity: 1
    }
}

.migrate {
    max-width: 251px
}

.migrate-stroke {
    stroke-dasharray: 608 608;
    stroke-dashoffset: 608;
    transition: stroke-dashoffset .75s ease-in
}

@media screen and (min-width:991px) {
    .features-item:hover .migrate-stroke {
        stroke-dashoffset: 0;
        transition-duration: 1.2s
    }

    .features-item:hover .migrate-stroke:nth-child(2) {
        transition-delay: .05s
    }

    .features-item:hover .migrate-stroke:nth-of-type(3) {
        transition-delay: .1s
    }

    .features-item:hover .migrate-stroke:nth-of-type(4) {
        transition-delay: .15s
    }
}

@media screen and (max-width:990.8px) {
    .features-item .migrate-stroke {
        animation: migrateStroke 6s ease infinite
    }

    .features-item .migrate-stroke:nth-child(2) {
        animation-delay: .05s
    }

    .features-item .migrate-stroke:nth-of-type(3) {
        animation-delay: .1s
    }

    .features-item .migrate-stroke:nth-of-type(4) {
        animation-delay: .15s
    }
}

@keyframes migrateStroke {

    0%,
    10% {
        stroke-dashoffset: 608
    }

    40%,
    60% {
        stroke-dashoffset: 0
    }

    80%,
    to {
        stroke-dashoffset: -608
    }
}

.ownerless {
    max-width: 334px
}

.ownerless-block {
    transition: transform 1.5s ease
}

@media screen and (min-width:991px) {
    .features-item:hover .ownerless-block {
        transform: translateY(-100%)
    }
}

@media screen and (max-width:990.8px) {
    .features-item .ownerless-block {
        animation: ownerlessTransform 4s ease infinite
    }
}

@keyframes ownerlessTransform {

    0%,
    10% {
        transform: translateY(0)
    }

    40%,
    60% {
        transform: translateY(-100%)
    }

    80%,
    to {
        transform: translateY(-200%)
    }
}

.prcf {
    max-width: 268px
}

.prcf-circle {
    transform: scale(0);
    transition: transform .5s linear;
    transform-origin: center
}

@media screen and (min-width:991px) {
    .features-item:hover .prcf-circle {
        transform: scale(1)
    }
}

@media screen and (max-width:990.8px) {
    .features-item .prcf-circle {
        animation: prcfAppear 5s ease infinite
    }
}

@keyframes prcfAppear {

    0%,
    10% {
        transform: scale(0);
        opacity: 1
    }

    40%,
    60% {
        transform: scale(1);
        opacity: 1
    }

    80%,
    to {
        transform: scale(1);
        opacity: 0
    }
}

.community {
    margin: 0 -28px
}

@media screen and (max-width:564.8px) {
    .community {
        margin: 0 -21px
    }
}

@media screen and (min-width:991px) {
    .community-circle {
        transition: transform 1s ease
    }

    .features-item:hover .community-circle:first-child {
        transform: translateY(-15px)
    }

    .features-item:hover .community-circle:nth-child(2) {
        transform: translateY(-10px)
    }

    .features-item:hover .community-circle:nth-child(3) {
        transform: translateY(-24px)
    }

    .features-item:hover .community-circle:nth-child(4) {
        transform: translateY(-7px)
    }

    .features-item:hover .community-circle:nth-child(5) {
        transform: translateY(-28px)
    }
}

@media screen and (max-width:990.8px) {
    .community-circle {
        animation: communityCircleRotation 5s linear infinite
    }

    .community-circle:nth-child(2) {
        animation-delay: .2s
    }

    .community-circle:nth-child(3) {
        animation-delay: .4s
    }

    .community-circle:nth-child(4) {
        animation-delay: .6s
    }

    .community-circle:nth-child(5) {
        animation-delay: .8s
    }

    .community-circle:nth-child(odd) {
        animation-direction: reverse
    }
}

@keyframes communityCircleRotation {
    0% {
        transform: rotate(0deg) translateX(8px) rotate(0deg)
    }

    to {
        transform: rotate(1turn) translateX(8px) rotate(-1turn)
    }
}

.composable {
    max-width: 355px
}

.composable-circle {
    opacity: 0;
    transition: opacity .7s ease
}

@media screen and (min-width:991px) {
    .features-item:hover .composable-circle {
        opacity: 1
    }

    .features-item:hover .composable-circle:nth-child(2) {
        transition-delay: .05s
    }

    .features-item:hover .composable-circle:nth-child(3) {
        transition-delay: .1s
    }

    .features-item:hover .composable-circle:nth-child(4) {
        transition-delay: .15s
    }

    .features-item:hover .composable-circle:nth-child(5) {
        transition-delay: .2s
    }
}

@media screen and (max-width:990.8px) {
    .features-item .composable-circle {
        animation: composableAppear 2.5s ease infinite
    }

    .features-item .composable-circle:nth-child(2) {
        animation-delay: .05s
    }

    .features-item .composable-circle:nth-child(3) {
        animation-delay: .1s
    }

    .features-item .composable-circle:nth-child(4) {
        animation-delay: .15s
    }

    .features-item .composable-circle:nth-child(5) {
        animation-delay: .2s
    }
}

@keyframes composableAppear {

    0%,
    10%,
    80%,
    to {
        opacity: 0
    }

    40%,
    60% {
        opacity: 1
    }
}

.unite {
    max-width: 325px;
    width: 100%
}

.unite-triangle-right {
    margin-left: -4px
}

@media screen and (min-width:991px) {
    .unite-triangle-left {
        transform: translateX(-8%);
        transition: transform .75s ease
    }

    .unite-triangle-right {
        transform: translateX(8%);
        transition: transform .75s ease
    }

    .features-item:hover .unite-triangle-left,
    .features-item:hover .unite-triangle-right {
        transform: translate(0)
    }
}

@media screen and (max-width:990.8px) {
    .features-item .unite-triangle-left {
        animation: triangleLeft 3s ease infinite
    }

    .features-item .unite-triangle-right {
        animation: triangleRight 3s ease infinite
    }
}

@keyframes triangleLeft {

    0%,
    10%,
    80%,
    to {
        transform: translateX(-8%)
    }

    40%,
    60% {
        transform: translateX(0)
    }
}

@keyframes triangleRight {

    0%,
    10%,
    80%,
    to {
        transform: translateX(8%)
    }

    40%,
    60% {
        transform: translateX(0)
    }
}

.boosted {
    max-width: 349px
}

.boosted-plus {
    stroke-dasharray: 41 41;
    stroke-dashoffset: -41;
    transition: stroke-dashoffset 1s ease
}

@media screen and (min-width:991px) {
    .features-item:hover .boosted-plus {
        stroke-dashoffset: 0
    }
}

@media screen and (max-width:990.8px) {
    .features-item .boosted-plus {
        animation: boostedPlus 2.5s ease infinite
    }
}

@keyframes boostedPlus {

    0%,
    10% {
        stroke-dashoffset: -41
    }

    40%,
    60% {
        stroke-dashoffset: 0
    }

    80%,
    to {
        stroke-dashoffset: 41
    }
}

.forever {
    max-width: 272px
}

.forever-arrow {
    opacity: 0;
    transition: opacity .75s ease
}

@media screen and (min-width:991px) {
    .features-item:hover .forever-arrow {
        opacity: 1
    }

    .features-item:hover .forever-arrow:nth-child(2) {
        transition-delay: .1s
    }

    .features-item:hover .forever-arrow:nth-child(3) {
        transition-delay: .2s
    }

    .features-item:hover .forever-arrow:nth-child(4) {
        transition-delay: .3s
    }
}

@media screen and (max-width:990.8px) {
    .features-item .forever-arrow {
        animation: foreverArrow 1.5s ease infinite
    }

    .features-item .forever-arrow:nth-child(2) {
        animation-delay: .1s
    }

    .features-item .forever-arrow:nth-child(3) {
        animation-delay: .2s
    }

    .features-item .forever-arrow:nth-child(4) {
        animation-delay: .3s
    }
}

@keyframes foreverArrow {

    0%,
    to {
        opacity: 0
    }

    40%,
    60% {
        opacity: 1
    }
}

.AlethiaFeatures_features__Yjbhd {
    padding: 40px 0 30px
}

.AlethiaFeatures_features_suptitle__gp0h7 {
    font: 600 14px/1.2 Public Sans;
    letter-spacing: .04em;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 36px
}

.AlethiaFeatures_features_wrapper__Rmu41 {
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px 20px;
    gap: 16px 20px
}

.AlethiaFeatures_features_item__w6HIa {
    padding: 28px 28px 36px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden
}

.AlethiaFeatures_features_animation__L6Eci {
    width: 100%;
    display: flex;
    justify-content: center
}

.AlethiaFeatures_features_item_top__w4N3B {
    padding-bottom: 28px
}

.AlethiaFeatures_features_item_index__jVrhs {
    font: 600 14px/1.2 Public Sans;
    letter-spacing: .04em;
    color: #00D8D6
}

.AlethiaFeatures_features_item_title__s_p6_ {
    max-width: 300px;
    margin-top: 24px;
    font: 500 50px/.9 Clash Display;
    letter-spacing: normal;
    color: #191e28
}

.AlethiaFeatures_features_item_text__q2U8t {
    padding-top: 28px;
    font: 400 18px/1.255 Public Sans;
    letter-spacing: -.01em;
    color: #0b101b
}

.AlethiaFeatures_features_item_disabled__4cisk {
    margin-top: 16px;
    height: 34px;
    font: 500 16px/1.255 Clash Display;
    letter-spacing: -.02em;
    color: #fff;
    background: #00D8D6;
    padding: 2px 12px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center
}

@media screen and (max-width:1720px) {
    .AlethiaFeatures_features_item_title__s_p6_ {
        font-size: 42px
    }
}

@media screen and (max-width:1319.8px) {
    .AlethiaFeatures_features_animation__L6Eci {
        max-height: 200px
    }

    .AlethiaFeatures_features_item_title__s_p6_ {
        font-size: 36px
    }
}

@media screen and (max-width:990.8px) {
    .AlethiaFeatures_features_wrapper__Rmu41 {
        grid-template-columns: 1fr 1fr;
        align-items: stretch
    }
}

@media screen and (max-width:767.8px) {
    .AlethiaFeatures_features_wrapper__Rmu41 {
        grid-template-columns: 1fr
    }

    .AlethiaFeatures_features_suptitle__gp0h7 {
        text-align: center
    }
}

@media screen and (max-width:564.8px) {
    .AlethiaFeatures_features_item__w6HIa {
        padding: 21px 21px 24px;
        border-radius: 20px
    }

    .AlethiaFeatures_features_animation__L6Eci {
        max-height: 190px
    }

    .AlethiaFeatures_features_item_title__s_p6_ {
        font-size: 36px
    }

    .AlethiaFeatures_features_item_text__q2U8t {
        font-size: 16px
    }
}

@media screen and (max-width:359.98px) {
    .AlethiaFeatures_features_item_title__s_p6_ {
        font-size: 28px
    }
}

.GwynethFeatures_features__Spl9F {
    padding: 40px 0 30px
}

.GwynethFeatures_features_suptitle__R1VoB {
    font: 600 14px/1.2 Public Sans;
    letter-spacing: .04em;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 36px
}

.GwynethFeatures_features_wrapper__Yt2CU {
    display: grid;
    grid-gap: 16px;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr
}

.GwynethFeatures_features_item__CW2E0 {
    background: #fff;
    border-radius: 10px;
    padding: 28px 28px 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden
}

@media screen and (min-width:991px) {
    .GwynethFeatures_features_item__CW2E0:first-child {
        grid-column: 1/span 1;
        grid-row: 1/span 2
    }

    .GwynethFeatures_features_item__CW2E0:nth-child(2) {
        grid-column: 2/span 1;
        grid-row: 1/span 1
    }

    .GwynethFeatures_features_item__CW2E0:nth-child(3) {
        grid-column: 3/span 1;
        grid-row: 1/span 2
    }
}

.GwynethFeatures_features_animation__RHQ2N {
    width: 100%;
    display: flex;
    justify-content: center
}

.GwynethFeatures_features_item_top___axms {
    padding-bottom: 28px
}

.GwynethFeatures_features_item_index__pTNqv {
    font: 600 14px/1.2 Public Sans;
    letter-spacing: .04em;
    color: #00D8D6
}

.GwynethFeatures_features_item_title__ZWkAE {
    margin-top: 24px;
    font: 500 50px/.9 Clash Display;
    letter-spacing: normal;
    color: #191e28
}

.GwynethFeatures_features_item_text__K8VVn {
    padding-top: 28px;
    font: 400 18px/1.255 Public Sans;
    letter-spacing: -.01em;
    color: #0b101b
}

@media screen and (max-width:1720px) {
    .GwynethFeatures_features_item_title__ZWkAE {
        font-size: 42px
    }
}

@media screen and (max-width:1319.8px) {
    .GwynethFeatures_features_animation__RHQ2N {
        max-height: 200px
    }

    .GwynethFeatures_features_item_title__ZWkAE {
        font-size: 36px
    }
}

@media screen and (max-width:990.8px) {
    .GwynethFeatures_features_wrapper__Yt2CU {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width:767.8px) {
    .GwynethFeatures_features_wrapper__Yt2CU {
        grid-template-columns: 1fr
    }

    .GwynethFeatures_features_suptitle__R1VoB {
        text-align: center
    }
}

@media screen and (max-width:564.8px) {
    .GwynethFeatures_features_item__CW2E0 {
        padding: 21px 21px 24px;
        border-radius: 20px
    }

    .GwynethFeatures_features_animation__RHQ2N {
        max-height: 190px
    }

    .GwynethFeatures_features_item_title__ZWkAE {
        font-size: 36px
    }

    .GwynethFeatures_features_item_text__K8VVn {
        font-size: 16px
    }
}

@media screen and (max-width:359.98px) {
    .GwynethFeatures_features_item_title__ZWkAE {
        font-size: 28px
    }
}

.Subscribe_subscribe__5YqQt {
    padding: 45px 0 12px
}

.HeroTemplate_hero__dG_Qz {
    padding: 96px 18px 48px
}

.HeroTemplate_hero_wrapper__jMMeW {
    padding: 0 100px;
    max-width: 1476px;
    width: 100%;
    margin: 0 auto;
    background: url(../image/hero-bg1.webp);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.HeroTemplate_hero_container__WZHmz {
    padding: 56px 0 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

@media screen and (min-width:768px) {
    .HeroTemplate_hero_container__WZHmz {
        border-left: 1px solid rgba(0, 0, 0, .12);
        border-right: 1px solid rgba(0, 0, 0, .12)
    }

    .HeroTemplate_hero_container__WZHmz:after,
    .HeroTemplate_hero_container__WZHmz:before {
        content: "";
        display: block;
        width: 1px;
        height: calc(100% - 46px);
        top: 0;
        position: absolute
    }

    .HeroTemplate_hero_container__WZHmz:before {
        left: 100px;
        border-left: 1px solid rgba(0, 0, 0, .12)
    }

    .HeroTemplate_hero_container__WZHmz:after {
        right: 100px;
        border-right: 1px solid rgba(0, 0, 0, .12)
    }
}

.HeroTemplate_hero_logo__6x7ln {
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative
}

@media screen and (min-width:768px) {
    .HeroTemplate_hero_logo__6x7ln {
        border-top: 1px solid rgba(0, 0, 0, .12)
    }

    .HeroTemplate_hero_logo__6x7ln:after {
        content: "";
        display: block;
        width: 100vw;
        height: 1px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .12)
    }
}

.HeroTemplate_hero_logo_image__5kM9o {
    height: 25px
}

.HeroTemplate_hero_content__m_nFP {
    width: 100%;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative
}

@media screen and (min-width:768px) {

    .HeroTemplate_hero_content__m_nFP:after,
    .HeroTemplate_hero_content__m_nFP:before {
        content: "";
        display: block;
        width: 100px;
        height: 100%;
        position: absolute;
        top: 0;
        background: url(../image/hero-lines.svg);
        background-size: 100px auto
    }

    .HeroTemplate_hero_content__m_nFP:before {
        right: 100%
    }

    .HeroTemplate_hero_content__m_nFP:after {
        left: 100%
    }
}

.HeroTemplate_hero_title__z1ALP {
    max-width: 10.25em;
    font: 500 80px/1 Clash Display;
    letter-spacing: -.02em;
    color: #191e28
}

.HeroTemplate_hero_text__ZqIFf {
    margin-top: 32px;
    max-width: 530px;
    font: 400 18px/1.255 Public Sans;
    letter-spacing: -.01em;
    color: #0b101b
}

.HeroTemplate_hero_icon__GFbRd {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 34px 0;
    position: relative
}

@media screen and (min-width:768px) {

    .HeroTemplate_hero_icon__GFbRd:after,
    .HeroTemplate_hero_icon__GFbRd:before {
        content: "";
        display: block;
        width: 100vw;
        height: 1px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }

    .HeroTemplate_hero_icon__GFbRd:before {
        border-top: 1px solid rgba(0, 0, 0, .12);
        top: 0
    }

    .HeroTemplate_hero_icon__GFbRd:after {
        border-bottom: 1px solid rgba(0, 0, 0, .12);
        bottom: 0
    }
}

.HeroTemplate_hero_icon_image__I8iBx {
    width: 32px
}

@media screen and (max-width:1319.8px) {
    .HeroTemplate_hero_title__z1ALP {
        font-size: 68px
    }

    .HeroTemplate_hero_text__ZqIFf {
        margin-top: 24px
    }
}

@media screen and (min-width:991px)and (max-height:800px) {
    .HeroTemplate_hero_title__z1ALP {
        font-size: 65px
    }

    .HeroTemplate_hero_content__m_nFP {
        padding: 50px 0
    }
}

@media screen and (max-width:767.8px) {
    .HeroTemplate_hero_wrapper__jMMeW {
        padding: 52px 0;
        position: relative
    }

    .HeroTemplate_hero_wrapper__jMMeW:after,
    .HeroTemplate_hero_wrapper__jMMeW:before {
        content: "";
        display: block;
        width: 52.4%;
        height: 52px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        border-left: .5px solid rgba(0, 0, 0, .12);
        border-right: .5px solid rgba(0, 0, 0, .12);
        background: url(../image/hero-lines@mob.svg);
        background-size: auto 100
    }

    .HeroTemplate_hero_wrapper__jMMeW:before {
        top: 0
    }

    .HeroTemplate_hero_wrapper__jMMeW:after {
        bottom: 0
    }

    .HeroTemplate_hero_container__WZHmz {
        padding: 30px 0
    }

    .HeroTemplate_hero_title__z1ALP {
        font-size: 55px
    }

    .HeroTemplate_hero_text__ZqIFf {
        font-size: 16px
    }

    .HeroTemplate_hero_content__m_nFP {
        padding: 54px 0
    }

    .HeroTemplate_hero_container__WZHmz,
    .HeroTemplate_hero_icon__GFbRd,
    .HeroTemplate_hero_logo__6x7ln {
        border-top: 1px solid rgba(0, 0, 0, .12);
        border-bottom: 1px solid rgba(0, 0, 0, .12)
    }

    .HeroTemplate_hero_icon__GFbRd {
        padding: 15px
    }
}

@media screen and (max-width:564.8px) {
    .HeroTemplate_hero_title__z1ALP {
        font-size: 44px
    }
}

.AboutTemplate_about__kN_fa {
    padding: 175px 0 195px
}

.AboutTemplate_about_wrapper__5vXgU {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.AboutTemplate_about_taiko__fAZjC {
    width: 642px;
    aspect-ratio: 1/.554;
    background: url(../image/taiko-holder.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.AboutTemplate_about_taiko__fAZjC:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-49.8%, -50%);
    width: 242.52%;
    aspect-ratio: 1/.29351;
    background: url(../image/bg-grid.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-mask: radial-gradient(#000, #000, transparent);
    mask: radial-gradient(#000, #000, transparent)
}

.AboutTemplate_about_taiko_inner__VqXy_ {
    height: 100%;
    aspect-ratio: 1.17/1;
    position: relative;
    background: linear-gradient(90deg, transparent 0, rgba(0, 216, 214, .25));
    background-size: 50% 100%;
    background-position: -100% 0;
    background-repeat: no-repeat;
    animation: AboutTemplate_bgAnimation__7__iB 6s ease-out infinite
}

@keyframes AboutTemplate_bgAnimation__7__iB {
    0% {
        background-position: -100% 0
    }

    30%,
    to {
        background-position: 200% 0
    }
}

.AboutTemplate_about_taiko_img__W99VA {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    aspect-ratio: 1;
    width: 74%
}

.AboutTemplate_about_left__uxWjU {
    position: relative;
    z-index: 2;
    max-width: 260px
}

.AboutTemplate_about_label__Yf99y {
    font: 600 14px/1.2 Public Sans;
    letter-spacing: .04em;
    color: #00D8D6;
    text-transform: uppercase
}

.AboutTemplate_about_title__p0EzB {
    margin-top: 30px;
    font: 500 85px/.9 Clash Display;
    letter-spacing: -.02em;
    color: #000
}

.AboutTemplate_about_right__rr8IR {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    max-width: 320px
}

.AboutTemplate_about_text__2r1LC {
    font: 500 28px/.95 Clash Display;
    letter-spacing: normal;
    color: #0b101b
}

.AboutTemplate_about_subtext__nbQwW {
    margin-top: 28px;
    font: 400 18px/1.2 Public Sans;
    letter-spacing: -.02em;
    color: rgba(11, 16, 27, .6)
}

@media screen and (max-width:1319.8px) {
    .AboutTemplate_about_taiko__fAZjC {
        width: 500px
    }

    .AboutTemplate_about_title__p0EzB {
        font-size: 68px
    }

    .AboutTemplate_about_text__2r1LC {
        font-size: 24px
    }

    .AboutTemplate_about_right__rr8IR {
        max-width: 280px
    }

    .AboutTemplate_about_subtext__nbQwW {
        font-size: 16px
    }
}

@media screen and (max-width:1123.8px) {
    .AboutTemplate_about__kN_fa {
        padding: 70px 0 120px;
        overflow: hidden
    }

    .AboutTemplate_about_wrapper__5vXgU {
        flex-direction: column;
        align-items: center;
        justify-content: unset;
        gap: 40px
    }

    .AboutTemplate_about_taiko__fAZjC {
        position: relative;
        inset: auto;
        transform: none
    }

    .AboutTemplate_about_left__uxWjU {
        text-align: center;
        max-width: 350px
    }

    .AboutTemplate_about_right__rr8IR {
        text-align: center;
        max-width: 400px
    }

    .AboutTemplate_about_subtext__nbQwW {
        margin-top: 24px
    }
}

@media screen and (max-width:767.8px) {
    .AboutTemplate_about_title__p0EzB {
        font-size: 55px
    }

    .AboutTemplate_about_text__2r1LC {
        font-size: 28px
    }
}

@media screen and (max-width:564.8px) {
    .AboutTemplate_about_taiko__fAZjC {
        width: 460px
    }
}

.ExploreTemplate_explore__hjUcW {
    padding: 30px 0
}

.ExploreTemplate_explore_wrapper__1DwuF {
    position: relative;
    overflow: hidden;
    border-radius: 30px
}

.ExploreTemplate_explore_image__2Y0P8 {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    height: 655px
}

.ExploreTemplate_explore_content__mxePX {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 840px;
    padding-left: 22px
}

.ExploreTemplate_explore_content__mxePX:before {
    content: "";
    display: block;
    width: 44px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff
}

.ExploreTemplate_explore_suptitle__8qCd1 {
    font: 600 14px/1.2 Public Sans;
    letter-spacing: .04em;
    color: #00D8D6;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-top: 24px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-radius: 0 20px 0 0
}

.ExploreTemplate_explore_suptitle__8qCd1:after,
.ExploreTemplate_explore_suptitle__8qCd1:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: transparent;
    border-radius: 0 0 0 20px;
    box-shadow: -10px 10px 0 10px #fff
}

.ExploreTemplate_explore_suptitle__8qCd1:before {
    left: -22px;
    bottom: 100%
}

.ExploreTemplate_explore_suptitle__8qCd1:after {
    left: 100%;
    bottom: 0
}

.ExploreTemplate_explore_title__6_uzf {
    margin-top: 20px;
    font: 500 60px/1.1 Clash Display;
    letter-spacing: -.02em;
    color: #22282b;
    padding-right: 24px;
    position: relative;
    z-index: 2;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    filter: url(#goo);
    background: #fff;
    display: inline
}

.ExploreTemplate_explore_text__zw5NX {
    max-width: 320px;
    font: 400 16px/1.255 Public Sans;
    letter-spacing: -.01em;
    color: rgba(11, 16, 27, .8);
    background: #fff;
    padding: 20px 20px 20px 0;
    position: relative;
    display: inline-block
}

.ExploreTemplate_explore_text__zw5NX:after,
.ExploreTemplate_explore_text__zw5NX:before {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    left: 100%;
    background: transparent;
    border-radius: 20px 0 0 0;
    box-shadow: -.5em -.5em 0 .5em #fff
}

.ExploreTemplate_explore_text__zw5NX:before {
    top: 0
}

.ExploreTemplate_explore_text__zw5NX:after {
    bottom: 0;
    transform: rotate(-90deg)
}

@media screen and (min-width:991px)and (max-height:780px) {
    .ExploreTemplate_explore_image__2Y0P8 {
        height: 580px
    }

    .ExploreTemplate_explore_title__6_uzf {
        font-size: 52px
    }
}

@media screen and (max-width:1123.8px) {
    .ExploreTemplate_explore_title__6_uzf {
        font-size: 48px
    }
}

@media screen and (max-width:767.8px) {
    .ExploreTemplate_explore_wrapper__1DwuF {
        border: none
    }

    .ExploreTemplate_explore_content__mxePX {
        padding-left: 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .ExploreTemplate_explore_content__mxePX:before,
    .ExploreTemplate_explore_content__mxePX>br {
        display: none
    }

    .ExploreTemplate_explore_image__2Y0P8 {
        height: 90vw
    }

    .ExploreTemplate_explore_suptitle__8qCd1 {
        max-width: 265px;
        text-align: center;
        padding: 0;
        background: transparent;
        margin-top: -25px
    }

    .ExploreTemplate_explore_suptitle__8qCd1:after,
    .ExploreTemplate_explore_suptitle__8qCd1:before {
        display: none
    }

    .ExploreTemplate_explore_suptitle__8qCd1:before {
        content: "";
        display: block;
        width: 265px;
        height: 44px;
        background: url(../image/explore-suptitle-shape.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        border: none;
        box-shadow: none;
        position: absolute;
        left: 0;
        top: auto;
        right: auto;
        z-index: -1;
        bottom: 0;
        transform: translateY(-5px)
    }

    .ExploreTemplate_explore_title__6_uzf {
        margin-top: 30px;
        filter: none;
        display: block;
        background-color: transparent;
        text-align: center;
        font-size: 36px;
        max-width: 500px;
        padding: 0 10px
    }

    .ExploreTemplate_explore_text__zw5NX {
        margin-top: 30px;
        background: transparent;
        text-align: center;
        padding: 0
    }

    .ExploreTemplate_explore_text__zw5NX:after,
    .ExploreTemplate_explore_text__zw5NX:before {
        display: none !important
    }
}

@media screen and (max-width:564.8px) {
    .ExploreTemplate_explore_title__6_uzf {
        font-size: 32px
    }
}

.FaqTemplate_faq__hiJrS {
    padding: 30px 0 45px
}

.FaqTemplate_faq_wrapper__CuY5L {
    display: flex;
    justify-content: space-between;
    gap: 40px
}

.FaqTemplate_faq_left__gZCyY {
    width: 450px;
    flex-shrink: 0
}

.FaqTemplate_faq_title__u7b2P {
    font: 500 60px/.95 Clash Display;
    letter-spacing: -.02em;
    color: #22282b
}

.FaqTemplate_faq_text__0T2I8 {
    max-width: 340px;
    margin-top: 32px;
    font: 400 18px/1.2 Public Sans;
    letter-spacing: -.02em;
    color: rgba(11, 16, 27, .6)
}

.FaqTemplate_faq_questions__oG6_3 {
    width: calc(100% - 490px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 820px
}

.FaqTemplate_question___bvci {
    background: #fff;
    border-radius: 16px
}

.FaqTemplate_question_button__U3sAc {
    width: 100%;
    padding: 24px;
    font: 500 20px/.95 Clash Display;
    letter-spacing: normal;
    color: #0b101b;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.FaqTemplate_question_button__U3sAc span {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    position: relative;
    transition: transform .2s ease
}

.FaqTemplate_question_button__U3sAc span:after,
.FaqTemplate_question_button__U3sAc span:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #0d091f;
    border-radius: 2px
}

.FaqTemplate_question_button__U3sAc span:before {
    width: 2px;
    height: 100%
}

.FaqTemplate_question_button__U3sAc span:after {
    height: 2px;
    width: 100%
}

.FaqTemplate_question_button__U3sAc.FaqTemplate__active___XsdN span {
    transform: rotate(45deg)
}

.FaqTemplate_question_content__puny2 {
    padding: 0 24px 24px;
    font: 400 18px/1.2 Public Sans;
    letter-spacing: -.02em;
    color: rgba(11, 16, 27, .6)
}

.FaqTemplate_question_content__puny2 p+p {
    margin-top: 1em
}

@media screen and (max-width:1319.8px) {
    .FaqTemplate_faq_title__u7b2P {
        font-size: 52px;
        max-width: 380px
    }
}

@media screen and (max-width:990.8px) {
    .FaqTemplate_faq_wrapper__CuY5L {
        flex-direction: column;
        align-items: flex-start;
        gap: 36px
    }

    .FaqTemplate_faq_text__0T2I8 {
        margin-top: 24px
    }

    .FaqTemplate_faq_left__gZCyY {
        width: 100%
    }

    .FaqTemplate_faq_questions__oG6_3 {
        max-width: 100%;
        width: 100%
    }
}

@media screen and (max-width:767.8px) {
    .FaqTemplate_faq_title__u7b2P {
        font-size: 46px;
        max-width: 7.2em
    }
}

@media screen and (max-width:564.8px) {
    .FaqTemplate_faq_title__u7b2P {
        font-size: 40px
    }
}

@media screen and (max-width:359.98px) {
    .FaqTemplate_faq_title__u7b2P {
        font-size: 36px
    }

    .FaqTemplate_question_button__U3sAc {
        padding: 20px
    }

    .FaqTemplate_question_content__puny2 {
        padding: 0 20px 20px
    }
}

.CardsTemplate_cards__hzvE_ {
    padding: 30px 0
}

.CardsTemplate_cards_wrapper__XWsjy {
    display: grid;
    grid-gap: 20px;
    gap: 20px
}

.CardsTemplate_cards_wrapper__XWsjy.CardsTemplate__3__5sffu {
    grid-template-columns: repeat(3, 1fr)
}

.CardsTemplate_cards_wrapper__XWsjy.CardsTemplate__4__g800f {
    grid-template-columns: repeat(4, 1fr)
}

.CardsTemplate_cards_link__lMP08 {
    padding: 24px 24px 32px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    transition: background .2s ease
}

.CardsTemplate_cards_link__lMP08[href]:hover {
    background: #f7f7f7
}

.CardsTemplate_cards_link_icon__53Z5G {
    width: 112px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center
}

.CardsTemplate_cards_link_title__WrkEq {
    margin-top: auto;
    padding-top: 24px;
    font: 500 32px/.95 Clash Display;
    letter-spacing: normal;
    color: #0b101b
}

.CardsTemplate_cards_link_text__JVrGv {
    margin-top: 24px;
    font: 400 18px/1.2 Public Sans;
    letter-spacing: -.02em;
    color: rgba(11, 16, 27, .6)
}

.CardsTemplate_cards_link_coming__qaUW1 {
    position: absolute;
    top: 50px;
    right: 30px;
    padding: 2px 10px;
    border-radius: 100px;
    background: #00D8D6;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font: 500 16px/1.255 Clash Display;
    letter-spacing: -.02em;
    color: #fff
}

.CardsTemplate_cards_link_link__vbuHJ {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f8f8f8;
    padding: 7px;
    stroke: #00D8D6;
    position: absolute;
    right: 18px;
    top: 18px
}

@media screen and (max-width:1319.8px) {
    .CardsTemplate_cards_wrapper__XWsjy.CardsTemplate__4__g800f {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width:990.8px) {

    .CardsTemplate_cards_wrapper__XWsjy.CardsTemplate__3__5sffu,
    .CardsTemplate_cards_wrapper__XWsjy.CardsTemplate__4__g800f {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width:767.8px) {

    .CardsTemplate_cards_wrapper__XWsjy.CardsTemplate__3__5sffu,
    .CardsTemplate_cards_wrapper__XWsjy.CardsTemplate__4__g800f {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width:564.8px) {
    .CardsTemplate_cards_link__lMP08 {
        padding: 24px 20px 40px
    }

    .CardsTemplate_cards_link_icon__53Z5G {
        width: 80px
    }

    .CardsTemplate_cards_link_coming__qaUW1 {
        top: 50px;
        right: 20px
    }

    .CardsTemplate_cards_link_title__WrkEq {
        font-size: 24px
    }
}