/*#region common */
.home-page {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #374151;
}

.home-page .ht-container {
    max-width: 1300px;
}

.home-page a {
    color: inherit;
    text-decoration: none;
}

.nowrap {
    white-space: nowrap;
}

.section-p {
    padding: 50px 0;
}

.text-bold {
    font-family: Inter Bold, Arial, sans-serif;
}

.text-semibold {
    font-family: Inter SemiBold, Arial, sans-serif;
}

.text-center {
    text-align: center;
}

.default-title {
    font-family: Inter SemiBold, Arial, sans-serif;
    font-size: 36px;
    text-align: center;
}

@media (max-width: 979px) {
    .default-title {
        font-size: 28px;
    }

    .section-p { 
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .default-title {
        font-size: 24px;
    }

    .section-p { 
        padding: 30px 0;
    }
}
/*#endregion */

/*#region overview */
.overview {
    margin: -50px auto 50px;
    max-width: 1040px;
}
.overview-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.overview-item {
    background-color: #FFF;
    border-radius: 16px;
    overflow: hidden;
    padding: 32px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 10%);
}

.overview-item__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.overview-item__title {
    margin: 40px 0 16px;
    font-size: 18px;
}

.overview-item__link  a {
    display: block;
    margin-bottom: 16px;
}

@media (max-width: 979px) {
    .overview {
        margin: 30px 0;
    }

    .overview-wrap {
        gap: 24px;
    }

    .overview-item {
        padding: 16px;
    }

    .overview-item__link a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .overview-wrap {
        grid-template-columns: 1fr;
    }
}
/*#endregion */

/*#region tutorial */
.tutorial-navbar {
    display: flex;
    width: fit-content;
    margin: 30px auto;
    border-bottom: 1px solid #D1D5DB;
}

.tutorial-navbar__item {
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
}

.tutorial-navbar__item.active {
    font-family: Inter Medium, Arial, sans-serif;
    color: #EA580C;
    border-bottom: 2px solid #EA580C;
}

.tutorial-list {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1040px;
    margin: 0 auto;
}

.tutorial-list.active {
    display: flex;
}

.tutorial-list > div {
    width: 33.33%;
}

.tutorial-item {
    display: block;
    margin: 15px;
    padding: 32px;
    background-color: #FFF;
    border-radius: 16px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 10%);
}

.tutorial-item__title {
    margin-top: 16px;
}

@media (max-width: 767px) {
    .tutorial-list > div {
        width: 100%;
    }
}
/*#endregion */

/* region video  */
.video.common-padding {
    padding: 60px 0;
}

.video {
    position: relative;
    z-index: 2;
}

.video-main>div {
    position: relative;
}

.video-main>div>a {
    cursor: pointer;
    display: block;
    border-radius: 12px;
}

.video-main .hover-video img {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 1;
}

.video-main-title {
    position: absolute;
    left: 32px;
    bottom: 32px;
    font-family: Inter SemiBold, Arial, sans-serif;
    color: #FFF;
}

.small-video-ctn {
    width: 100%;
    padding: 12px;
    border: 16px;
    cursor: pointer;
}

.small-video-ctn>a {
    width: 100%;
    height: fit-content;
    position: relative;
    display: block;
}

.video-text>a {
    color: #fff;
}

.small-video-ctn .hover-video>img {
    width: 35px;
    top: calc(50% - 17.5px);
    left: calc(50% - 17.5px);
}

.video-list {
    overflow: auto;
    padding: 0;
    max-height: 538px;
    margin-left: 16px;
}

.video-container {
    margin-top: 60px;
    display: flex;
}

.small-video-ctn.active {
    color: #3d4251;
    border-radius: 4px;
    background-color: #FFF7ED;
}

.small-video-ctn>a>img {
    border-radius: 4px;
    filter: brightness(0.6);
}

.video-main>div>a>img {
    border-radius: 16px;
    filter: brightness(0.6);
}

.video-watch-more a {
    float: right;
    color: #308B2E;
    font-size: 20px;
    padding-top: 15px;
}

.video-text-title {
    margin-top: 12px;
    font-family: Inter SemiBold, Arial, sans-serif;
    color: #181D27;
}

@media screen and (max-width: 979px) {
    .video-main {
        padding-bottom: 15px;
    }

    .video-container {
        flex-direction: column;
        height: 100%;
        padding: 16px !important;
        margin-top: 30px;
    }

    .video-main {
        width: 100% !important;
    }

    .small-video-ctn {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 16px;
    }

    .video-list {
        margin: 0;
        max-height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .video-main .tab-pane .hover-video img {
        position: absolute;
        top: calc(50% - 50px);
        left: calc(50% - 25px);
        width: 50px;
    }

    .video-list {
        overflow: auto;
        padding: 0;
    }

    .video.common-padding {
        padding: 40px 0;
    }

    .video-main-title,
    .video-text-title {
        font-size: 16px;
    }

    .video-text-desc {
        font-size: 14px;
    }
}

/* endregion  */

/*#region other */
.other-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.other-item {
    background-color: #FFF;
    border: 1px solid #009966;
    text-align: center;
    padding: 50px;
    border-radius: 20px;
}

.other-item-icon {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.other-item-title {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 28px;
    color: #111827;
    margin: 40px 0;
}

.other-item-cta {
    width: fit-content;
    margin: 0 auto;
    background: linear-gradient(90deg, #00A67A 0%, #02E2A0 100%);
    border-radius: 50px;
    padding: 12px 40px;
    color: #FFF;
    font-family: Inter Medium, Arial, sans-serif;
}

@media (max-width: 979px) {
    .other-item {
        padding: 30px;
    }

    .other-item-icon {
        width: 120px;
        height: 120px;
    }

    .other-item-title {
        font-size: 24px;
        margin: 24px 0;
    }

    .other-item-cta {
        padding: 12px 32px;
    }
}

@media (max-width: 767px) {
    .other-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .other-item {
        padding: 24px;
    }
}

/*#endregion*/

