
@media only screen and (max-width: 767px) {
    .top-navigation {
        position: sticky;
    }
}
.columns {
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: #282828;
}
.columns * {
    box-sizing: inherit;
}
.columns h1,
.columns h2 {
    font-weight: 800;
}
.columns .page-title {
    font-size: 20px;
    font-weight: 800;
}
@media only screen and (min-width: 768px) {
    .columns .page-title {
        font-size: 2.3vw;
    }
}
@media only screen and (min-width: 1264px) {
}
@media only screen and (min-width: 1920px) {
}
.columns .page-text {
    font-size: 14px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1264px) {
    .columns .page-text {
        font-size: 1vw;
    }
}
.columns .someInfo{
    color: #282828;
    text-align: center;
}
.columns .someInfo a{
    color: #282828;
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    .columns .someInfo {
        text-align: left;
        color: #fff;
        position: absolute;
        top: 50%;
        right: 6.3%;
        transform: translateY(-50%);
        border-radius: 26px 13px 26px 13px;
        /*border: 1px solid rgba(255, 255, 255, 0.2);*/
        height: fit-content;
        padding: 8px;
        max-width: 36.8%;
    }
    .columns .someInfo a{
        color: #fff;
    }
    .columns .someInfo.left {
        left: 6.3%;
        right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1263px) {
    .columns .someInfo {
        max-width: 36.7vw;
    }
}
@media only screen and (min-width: 1264px) {
    .columns .someInfo {
        max-width: 35.6vw;
        right: 9.3%;
        padding: 12px;
        border-radius: 32px 17px 32px 17px;
        min-width: 35vw;
    }
}
@media only screen and (min-width: 1920px) {
    .columns .someInfo {
        border-radius: 64px 34px 64px 34px;
    }
}
@media only screen and (max-width: 767px) {
    .columns .someInfo__inner {
        padding: 40px 28px 24px;
    }
    .columns .someInfo__inner h2 {
        margin-top: 0;
        margin-bottom: 12px;
    }
    .columns .someInfo__inner p {
        margin: 0;
    }
}
@media only screen and (min-width: 768px) {
    .columns .someInfo__inner {
        /*background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.2) 99%);*/
        overflow: hidden;
        border-radius: 24px 13px 26px 13px;
        padding: 20px;
    }
    .columns .someInfo__inner h2 {
        margin-top: 0;
        margin-bottom: 12px;
    }
}
@media only screen and (min-width: 1264px) {
    .columns .someInfo__inner {
        padding: 7.3%;
        border-radius: 28px 17px 32px 17px;
    }
}
@media only screen and (min-width: 1920px) {
    .columns .someInfo__inner {
        border-radius: 60px 34px 64px 34px;
    }
}

.page-banner {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .page-banner {
        padding-top: 0;
    }
}
.page-banner .bannerSwiper {
    height: 100%;
    --swiper-theme-color: rgba(26, 26, 26, 0.3);
    --swiper-pagination-color: rgba(26, 26, 26, 0.6);
}
.page-banner .bannerSwiper .swiper-slide {
    position: relative;
}
.page-banner .bannerSwiper .swiper-slide-img {
    height: auto;
    width: 100%;
    object-fit: cover;
    display: block;
}
.page-banner .bannerSwiper .swiper-pagination-bullet-active {
    width: 40px !important;
    border-radius: 4px !important;
}
.page-banner .bannerSwiper__title {
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
    text-align: center;
}
@media only screen and (min-width: 400px) {
    .page-banner .bannerSwiper__title {
        top: 42px;
    }
}
@media only screen and (min-width: 500px) {
    .page-banner .bannerSwiper__title {
        top: 52px;
    }
}
@media only screen and (min-width: 600px) {
    .page-banner .bannerSwiper__title {
        top: 62px;
    }
}
@media only screen and (min-width: 768px) {
    .page-banner .bannerSwiper__title {
        top: 72px;
    }
}
@media only screen and (min-width: 1000px) {
    .page-banner .bannerSwiper__title {
        top: 90px;
    }
}
@media only screen and (min-width: 1264px) {
    .page-banner .bannerSwiper__title {
        top: 100px;
    }
}
@media only screen and (min-width: 1920px) {
    .page-banner .bannerSwiper__title {
        top: 150px;
    }
}

.section-title {
    margin: 40px auto;
    text-align: center;
}
@media only screen and (min-width: 1264px) {
    .section-title {
        margin: 56px auto;
    }
}
@media only screen and (min-width: 1920px) {
    .section-title {
        margin: 88px auto;
    }
}
.section__make > div {
    position: relative;
}
.section__make img {
    display: block;
    width: 100%;
}
.section__video {
    margin-left: 13px;
    margin-right: 13px;
}
@media only screen and (min-width: 768px) {
    .section__video {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 1264px) {
    .section__video {
        margin-left: 32px;
        margin-right: 32px;
    }
}
.section__video__group > div {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.section__video__group > div img {
    display: block;
    width: 100%;
}
.section__video__group > div p {
    flex: 1;
    margin: 0;
    padding: 20px;
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .section__video__group > div {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .section__video__group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        margin-bottom: 24px;
        gap: 24px;
    }
}
@media only screen and (min-width: 1264px) {
    .section__video__group > div {
        border-radius: 16px;
    }
}

.section__choose {
    background-color: #fff;
}
.section__choose__inner {
    padding: 40px 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.section__choose__inner > div {
    background-color: #f5f5f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 112px;
    border-radius: 12px;
    text-align: center;
}
.section__choose__inner > div img {
    width: 28px;
    height: 28px;
}
.section__choose__inner > div p {
    margin-top: 8px;
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .section__choose__inner {
        padding: 48px 24px;
        grid-template-columns: repeat(4, 1fr);
    }
    .section__choose__inner > div p {
        margin-top: 14px;
    }
}
@media only screen and (min-width: 1264px) {
    .section__choose__inner {
        padding: 80px 32px;
        gap: 20px;
    }
    .section__choose__inner > div {
        height: 160px;
    }
    .section__choose__inner > div p {
        margin-top: 20px;
    }
    .section__choose__inner > div img {
        width: 40px;
        height: 40px;
    }
}

.section__video {
    margin-left: 13px;
    margin-right: 13px;
}
@media only screen and (min-width: 768px) {
    .section__video {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 1264px) {
    .section__video {
        margin-left: 32px;
        margin-right: 32px;
    }
}
.section__video__group > div .go-video {
    width: 100%;
    padding-bottom: 50%;
    height: 0;
    position: relative;
}
.section__video__group > div .go-video .go-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.section__video__group > div {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.section__video__group > div img {
    display: block;
    width: 100%;
}
.section__video__group > div p {
    flex: 1;
    margin: 0;
    padding: 20px;
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .section__video__group > div {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .section__video__group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        margin-bottom: 24px;
        gap: 24px;
    }
}
@media only screen and (min-width: 1264px) {
    .section__video__group > div {
        border-radius: 16px;
    }
}
