*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #17191c;
}

.home {
    overflow-x: hidden;
}

.home-hero {
    position: relative;
    background: linear-gradient(180deg, #056f69, #38b1a4);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 8.25rem;
    margin-bottom: .57rem;
}

@media(min-width:1024px) {
    .home-hero {
        padding-bottom: 2rem;
        margin-bottom: .66rem;
        background-position: center bottom;
        background-size: auto 11.74rem;
    }
}

/* animation */
@media (max-width:1024px) {
    .hoverhand_mobile {
        animation: animateMove 3.5s infinite 3s;
        -webkit-animation: animateMove 3.5s infinite 3s;
        width: 1.64rem;
        position: absolute;
        left: 0rem;
        bottom: .6rem;
        right: 0.4rem;
        margin: 0 auto;
        transform-origin: bottom;
    }

    .hoverhair_mobile {
        animation: animateHairMove 3.5s infinite 3s;
        -webkit-animation: animateHairMove 3.5s infinite 3s;
        width: 0.45rem;
        position: absolute;
        left: 50%;
        bottom: 22%;
        transform: translate(-50%, 5%);
    }

    .hoverbody_mobile {
        width: 0.8rem;
        position: absolute;
        left: 50%;
        bottom: 3%;
        transform: translate(-50%, 3%);
    }

    @keyframes animateMove {
        0% {
            transform: rotate(0deg) translateX(0) translateY(0%);
        }

        25% {
            transform: rotate(8deg) translateX(0) translateY(-2%);
        }

        50% {
            transform: rotate(0deg) translateX(0) translateY(0%);
        }

        100% {
            transform: rotate(0deg) translateX(0) translateY(0%);
        }
    }

    @-webkit-keyframes animateMove

    /*Safari and Chrome*/
        {
        0% {
            transform: rotate(0deg) translateX(0) translateY(0%);
        }

        25% {
            transform: rotate(8deg) translateX(0) translateY(-2%);
        }

        50% {
            transform: rotate(0deg) translateX(0) translateY(0%);
        }

        100% {
            transform: rotate(0deg) translateX(0) translateY(0%);
        }
    }

    @keyframes animateHairMove {
        0% {
            transform: rotate(0deg) translateX(-50%) translateY(2%);
        }

        25% {
            transform: rotate(8deg) translateX(-50%) translateY(-2%);
        }

        50% {
            transform: rotate(0deg) translateX(-50%) translateY(2%);
        }

        100% {
            transform: rotate(0deg) translateX(-50%) translateY(2%);
        }
    }

    @-webkit-keyframes animateHairMove

    /*Safari and Chrome*/
        {
        0% {
            transform: rotate(0deg) translateX(-50%) translateY(2%);
        }

        25% {
            transform: rotate(8deg) translateX(-50%) translateY(-2%);
        }

        50% {
            transform: rotate(0deg) translateX(-50%) translateY(2%);
        }

        100% {
            transform: rotate(0deg) translateX(-50%) translateY(2%);
        }
    }
}

/* animation */

.home-link {
    z-index: 222222;
    position: fixed;
    top: 34%;
    cursor: pointer;
}

.link {
    position: relative;
    background: rgba(75, 220, 164, .8);
    width: 2.85rem;
    padding: 0.24rem 0.39rem 0.26rem 0.21rem;
    border-radius: 0px .12rem .12rem 0px;
}

.link-close {
    position: absolute;
    top: 0.13rem;
    right: .13rem;
}

.link-close>img {
    width: .2rem;
    height: .2rem;
}

.link__title {
    font-size: .22rem;
    line-height: .3rem;
    font-weight: 600;
    text-shadow: 1px;
}

.link__click {
    text-decoration: underline;
    font-size: .18rem;
    font-weight: 600;
    line-height: .3rem;
}

.home-link--mobile {
    position: relative;
    background-color: #4BDCA4;
}

.home-link--mobile .home-intro__bottom {
    border-top: .5rem solid transparent;
    border-left: 50vw solid #04726d;
    border-right: 50vw solid #04726d
}

.link__box {
    padding: .3rem;
    padding-bottom: 0.5rem;
}

.link--mobile {
    text-align: center;
    color: #17171c;
    font-weight: 600;
    font-size: .22rem;
    line-height: .3rem;
}

.link__click--mobile {
    text-align: center;
    color: #17171c;
    font-weight: 600;
    font-size: .18rem;
    line-height: .3rem;
    text-decoration: underline;
}

.home-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: .4rem 50vw;
    border-style: solid;
    border-color: transparent #17191c;
    transform: translateY(50%);
}

@media(min-width:1024px) {
    .home-hero::after {
        border-width: 1rem 50vw;
    }
}

.home-hero-spot {
    background: rgba(26, 192, 172, 0.5);
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 16%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% - 1.24rem));
}




.home-hero__title {
    position: relative;
    z-index: 2;
    padding: .17rem .1rem .23rem .1rem;
    font-weight: 600;
    font-size: .3rem;
    line-height: .4rem;
    overflow: hidden;
    max-width: 3.98rem;
    margin-left: auto;
    margin-right: auto;
}

.home-hero__title strong {
    color: #eac942
}

@media (max-width: 374px) {
    .home-hero__title {
        font-size: .25rem;
    }
}

@media (min-width: 1024px) {
    .home-hero__title {
        padding: .84rem 0 .65rem 0;
        max-width: 10.88rem;
        font-size: .56rem;
        line-height: .7rem;
        text-align: center;
    }
}

@media(min-width:1024px) {
    .home-hero__content .home-form {
        position: relative;
        left: 3.11rem;
        transform: translateX(50%);
        padding-bottom: 0.17rem;
    }
}

.home-hero__date-down img {
    width: 4.33rem
}

.home-hero .box--elfin {
    margin-top: 0;
    text-align: center;
    z-index: 5;
    height: .62rem
}

.home-hero .box--elfin img {
    position: relative;
    left: .07rem;
    bottom: -.04rem
}

.home-hero .border--triangle {
    position: absolute;
    bottom: 0;
    border-top: .4rem solid transparent;
    border-left: 50vw solid #17171c;
    border-right: 50vw solid #17171c
}

@media(min-width:1024px) {
    .home-hero .border--triangle {
        border-top: 1.2rem solid transparent;
        border-left: 50vw solid #17171c;
        border-right: 50vw solid #17171c
    }
}

.home-intro {
    position: relative;
    color: #fff;
    text-align: center;
    padding-bottom: .7rem
}

@media(min-width:1024px) {
    .home-intro {
        padding-bottom: 1.49rem
    }
}

.home-intro__container {
    max-width: 11.58rem;
    padding: 0 .35rem
}

.home-intro__title {
    font-weight: 600;
    font-size: .24rem;
    line-height: .27rem;
    /* white-space: nowrap; */
    margin-bottom: .22rem;
    display: flex;
    justify-content: center;
    position: relative;
    margin-left: -0.17rem;
    width: calc(100% + 0.17rem * 2);
}

@media (max-width: 374px) {
    .home-intro__title {
        font-size: .25rem;
    }
}

@media(min-width:1024px) {
    .home-intro__title {
        display: flex;
        justify-content: center;
        font-size: .55rem;
        line-height: .66rem;
        margin-bottom: .5rem;
        margin-left: 0;
        width: auto;
    }
}

.intro__title .text {
    display: flex;
}

.home-intro__title img {
    width: .553rem;
    position: absolute;
    left: 50%;
    top: .35rem;
    bottom: .11rem;
    transform: translateX(calc(3.82rem - 50%));
}

.home-intro__text {
    font-size: .16rem;
    line-height: .24rem;
    margin-bottom: .7rem;
    white-space: pre-line;
}

@media(min-width:1024px) {
    .home-intro__text {
        font-size: .28rem;
        line-height: .45rem;
        margin-bottom: .67rem;
        white-space: normal;
    }

    .home-intro__text strong {
        font-weight: 600;
        color: #EAC942;
    }
}

.home-intro .app-button {
    max-width: 100%;
    overflow: hidden;
    resize: none;
    border-radius: .12rem;
}

.home-intro .app-button span,
.home-intro .app-button a {
    display: block;
    height: 100%;
    width: 2.72rem;
}

@media(min-width:1024px) {

    .home-intro .app-button span,
    .home-intro .app-button a {
        display: block;
        height: 100%;
        width: 100%;
    }
}

.home-intro .app-button a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-intro__bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: .6rem solid transparent;
    border-left: 50vw solid #05B3A4;
    border-right: 50vw solid #05B3A4
}

@media(min-width:1024px) {
    .home-intro__bottom {
        border-top: 1.2rem solid transparent;
        border-left: 50vw solid #05B3A4;
        border-right: 50vw solid #05B3A4
    }
}

.home-registered {
    position: relative;
    background: #05b3a4;
}

@media(min-width:1024px) {
    .home-registered .app-button {
        min-height: .71rem;
        border-radius: .12rem;
    }
}


.home-registered__box {
    display: flex;
    justify-content: center;
}

@media(min-width:1024px) {
    .home-registered__box {
        padding-top: 1.42rem;
        padding-bottom: 2.5rem;
    }
}

.home-registered__title--mobile {
    width: 3.40rem;
    padding-top: .18rem;
    padding-bottom: .35rem;
    margin: 0 auto;
    font-size: .24rem;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    line-height: .27rem;
}
.home-registered__title strong,
.home-registered__title--mobile strong{
    color: #eac942;
}

.home-registered__text {
    padding-right: 7rem;
}

.home-registered__title {
    width: 6.68rem;
    font-size: .56rem;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    line-height: .66rem;
    padding-bottom: .22rem;
}

.home-registered__title strong {
    color: #eac942;
}

.home-registered__tag {
    width: 5.9rem;
    font-size: .28rem;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: .34rem;
}
.tag__item--registered{
    display: flex;
    margin-bottom: .15rem;
}
.item__greenCheck img{
    width: .3rem;
    height: .3rem;
    scale: 1.5;
    position: relative;
    top: -.03rem;
}

.border--triangle {
    position: absolute;
    bottom: 0;
    border-top: .6rem solid transparent;
    border-left: 50vw solid #17171c;
    border-right: 50vw solid #17171c
}

@media(min-width:1024px) {
    .border--triangle {
        border-top: 1rem solid transparent;
        border-left: 50vw solid #17171c;
        border-right: 50vw solid #17171c
    }
}

.home-registered .border--triangle {
    border-left: 50vw solid #4bdca4;
    border-right: 50vw solid #4bdca4
}

@media(min-width:1024px) {
    .home-registered .border--triangle {
        display: none;
    }
}

.home-registered .home-form {
    margin-bottom: 1rem;
    max-width: 3.39rem;
}

.home-registered .app-button__content {
    font-size: .19rem;
    line-height: .26rem;
}
.item__greenCheck{
    color: black;
}

@media(min-width:1024px) {
    .home-registered .home-form {
        position: absolute;
        left: 55%;
        /* top: 7.5%; */
        margin-bottom: 0rem;
        max-width: 4.8rem;
    }

    .home-registered .app-button__content {
        font-size: .25rem;
        line-height: .33rem;
    }
}

.home-video {
    margin-bottom: 1.11rem
}

@media(min-width:1024px) {
    .home-video {
        margin-bottom: 2.29rem
    }
}

.home-video__container {
    padding: 0
}

@media(min-width:1024px) {
    .home-video__container {
        padding: 0 .2rem
    }
}

.home-video__title {
    font-weight: 600;
    font-size: .3rem;
    color: #fff;
    text-align: center;
    margin-bottom: .3rem;
}

.home-video__title strong {
    font-weight: 600;
    color: #eac942;
}

@media(min-width:1024px) {
    .home-video__title {
        font-size: .56rem;
        margin-bottom: .72rem;
    }
}

.home-video .video-box {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    padding-top: 56.25%;
    max-height: 1.92rem;
}

@media(min-width:1024px) {
    .home-video .video-box {
        max-height: 8.4rem;
    }
}

.home-video .video-box .iframe {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: block;
}

.blogs__item .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #17171c;
    cursor: pointer;
    padding-top: 50.77%;
    border-radius: .12rem;
}

@media (min-width: 1024px) {
    .blogs__item .image-box {
        max-width: 4.98rem;
        height: 2.85rem;
        width: auto;
    }
}

.blogs__item .image-box img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 3
}

.blogs__item .content-box {
    margin-top: .22rem
}

@media(min-width:1024px) {
    .blogs__item .content-box {
        margin-top: .34rem;
        text-align: left;
        max-width: 4.98rem;
    }
}

.blogs__item .title {
    font-size: .22rem;
    font-weight: 600;
    line-height: .27rem;
    margin-bottom: .05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(min-width:1024px) {
    .blogs__item .title {
        margin-bottom: .4rem;
        font-size: .32rem;
        line-height: .37rem;
        font-weight: 600;
    }
}

.blogs__item .content {
    font-size: .18rem
}

@media(min-width:1024px) {
    .blogs__item .content {
        font-size: .22rem;
        line-height: .34rem;
    }
}

.blogs__item .link--more {
    color: #38B1A4;
    font-size: .18rem
}

@media(min-width:1024px) {
    .blogs__item .link--more {
        font-size: .22rem;
        line-height: .3rem;
    }
}

.blogs__item .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden
}

@media(min-width:1024px) {
    .blogs__item .app-swiper .swiper-pagination {
        display: none
    }
}

.home-blogs {
    color: #fff;
    text-align: center;
    margin-bottom: 1.07rem
}

.home-blogs .swiper-container {
    visibility: hidden;
}

.home-blogs .swiper-container.swiper-initialized {
    visibility: visible;
}

@media(max-width:1023px) {
    .home-blogs__container {
        padding: 0 .375rem
    }
}

@media(min-width:1024px) {
    .home-blogs {
        margin-bottom: 2.29rem
    }
}

.home-blogs__title {
    font-weight: 600;
    font-size: .3rem;
    margin-bottom: .34rem
}

@media(min-width:1024px) {
    .home-blogs__title {
        font-size: .55rem;
        margin-bottom: .77rem;
    }
}

.home-question .border--triangle {
    border-top: 0.6rem solid transparent;
    border-left: 50vw solid #056F69;
    border-right: 50vw solid #056F69
}

@media(min-width:1024px) {
    .home-question .border--triangle {
        border-top: 1.2rem solid transparent;
        border-left: 50vw solid #056F69;
        border-right: 50vw solid #056F69
    }
}

.home-question {
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding-bottom: 1.4rem;
}

.home-question .swiper-container {
    width: calc(100vw - .73rem);
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    position: relative;
}

.home-question .swiper-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(.73rem / 2 + 1px);
    background-color: #17171c;
    transform: translateX(-100%);
    z-index: 50;
}

@media(min-width:1024px) {
    .home-question {
        padding-bottom: 2.4rem
    }

    .home-question .swiper-container {
        overflow: hidden;
        width: auto;
        transform: none;
    }

    .home-question .swiper-container::before {
        display: none;
    }
}

.home-question__container {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1024px) {
    .home-question__container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.home-question__swiper {
    margin-bottom: .55rem;
    overflow: hidden;
}

.home-question .swiper-slide {
    width: calc(100vw - .73rem);
}

@media (max-width: 1023px) {
    .home-question .swiper-slide {
        width: calc(100vw - .73rem) !important;
    }
}

@media(min-width:1024px) {
    .home-question__swiper {
        margin-bottom: 1.1rem
    }

    .home-question .swiper-slide {
        /* width: 5.36rem !important; */
        width: auto;
    }
}

.home-question .swiper-container {
    visibility: hidden;
}

.home-question .swiper-container.swiper-initialized {
    visibility: visible;
}

.home-question__title {
    font-weight: 600;
    font-size: .3rem;
    margin-bottom: .37rem;
    width: 3.02rem;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width:1024px) {
    .home-question__title {
        font-size: .55rem;
        margin-bottom: 0.93rem;
        width: auto;
        line-height: .66rem;
    }
}

.home-question__item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #04726d;
    min-height: 1.48rem;
    border-radius: .3rem;
    font-size: .22rem;
    line-height: .27rem;
    font-weight: 600;
    padding: .2rem;
    cursor: pointer;
}

.home-question__item>span {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home-question .app-swiper .swiper-pagination {
    margin-top: .31rem
}

@media(min-width:1024px) {
    .home-question__item {
        min-height: 2.62rem;
        font-size: .45rem;
        line-height: .6rem;
    }
}

.home-question .app-button {
    width: 3rem;
    max-width: 100%
}

@media(min-width:1024px) {
    .home-question .app-button {
        width: auto;
        min-width: 5.36rem
    }
}

@media(min-width:1024px) {
    .home-question .app-swiper .swiper-pagination {
        display: none
    }
}

.home-question .item {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.opleider-link {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* home.opleiders */

.swiper {
    visibility: hidden;
}

.swiper.swiper-initialized {
    visibility: visible;
}

.home-opleiders {
    position: relative;
    padding: .58rem 0 .85rem;
    margin-bottom: 1.11rem;
    background-color: #04726d;
    color: #fff;
    text-align: center;
}

@media (min-width: 1024px) {
    .home-opleiders {
        padding: 1.59rem .2rem 1.48rem;
        margin-bottom: 1.75rem;
    }
}

.home-opleiders__wrapper {
    position: relative;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .home-opleiders__wrapper {
        display: inline-block;
        overflow: visible;
    }
}

.home-opleiders__title {
    margin: 0 0 .55rem;
    font-weight: 600;
    font-size: .3rem;
    line-height: .4rem;
    white-space: pre-line;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .home-opleiders__title {
        margin-bottom: .95rem;
        font-size: .55rem;
        line-height: .7rem;
        white-space: normal;
    }
}

.home-opleiders__title strong {
    font-weight: 600;
    color: #eac942;
}

.home-opleiders__swiper {
    margin-bottom: .64rem;
}

.home-opleiders__swiper--desktop {
    display: none;
    max-width: 16.8rem;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .home-opleiders__swiper--mobile {
        display: none;
    }

    .home-opleiders__swiper--desktop {
        display: block;
        max-width: none;
        width: 786px;
        height: calc((786px - 49px * 4) / 5 * 2 + 49px);
        margin: 0 auto 1.43rem;
    }
}

@media (max-width: 1281px) and (min-width: 1024px) {
    .home-opleiders__swiper--desktop {
        width: 990px;
        height: calc((990px - 66px * 4) / 5 * 2 + 90px);
    }
}

@media (min-width: 1281px) {
    .home-opleiders__swiper--desktop {
        width: 1050px;
        height: calc((13.4rem - 56px * 4) / 5 * 2 + 30px);
    }
}

@media (min-width: 1481px) {
    .home-opleiders__swiper--desktop {
        width: 1175px;
        height: calc((13.4rem - 62.9px * 4) / 5 * 2 + 50px);
    }
}

@media (min-width: 1681px) {
    .home-opleiders__swiper--desktop {
        width: 1305px;
        height: calc((13.4rem - 70px * 4) / 5 * 2 + 84px);
    }
}

.home-opleiders__swiper--mobile .swiper-slide,
.home-opleiders__swiper--desktop .swiper-slide-item {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    border-radius: .19rem;
    cursor: pointer;
    width: 2.05rem;
    height: 2.05rem;
}

.home-opleiders__swiper--mobile .swiper-slide {
    width: 1.46rem;
    height: 1.46rem;
}

.home-opleiders__swiper--desktop .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-opleiders__swiper--desktop .swiper-slide-item {
    padding-top: 100%;
}

.home-opleiders .swiper-button-prev,
.home-opleiders .swiper-button-next {
    width: .88rem;
    height: .88rem;
}

.home-opleiders .swiper-button-prev {
    left: -1.5rem;
    transform: translateY(-50%) rotate(180deg);
}

.home-opleiders .swiper-button-prev::after,
.home-opleiders .swiper-button-next::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('/image/swiper-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home-opleiders .swiper-button-next {
    right: -1.5rem;
    transform: translateY(-50%);
}

.home-opleiders .bullets {
    position: absolute;
    width: calc(0.33rem * 5 + 0.16rem * 2 * 4);
    height: 0.33rem;
    left: 50%;
    bottom: calc(.8rem + .6rem);
    transform: translateX(-50%);
    overflow: hidden;
}

.home-opleiders .bullets {
    position: absolute;
    width: calc(0.34rem * 5 + 0.17rem * 2 * 4);
    height: 0.34rem;
    left: 50%;
    bottom: calc(.94rem + .6rem);
    transform: translateX(-50%);
    overflow: hidden;
}



.home-opleiders__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    max-width: 100%;
    min-height: .53rem;
    padding: .15rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: .04rem;
    text-decoration: none;
    font-weight: 600;
    font-size: .16rem;
    color: #020203;
    background-color: #eac942;
}

@media (min-width: 1024px) {
    .home-opleiders__btn {
        width: auto;
        min-width: 5.36rem;
        min-height: 0.94rem;
        padding: 0.25rem 0.3rem;
        border-radius: 0.12rem;
        font-size: .28rem;
    }
}

.home-opleiders__btn:active {
    background-color: #907b28;
}

.home-hero__container {
    width: 100%;
    padding-right: .18rem;
    padding-left: .18rem;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:1024px) {
    .home-hero__container {
        max-width: 16.8rem;
        padding-right: .2rem;
        padding-left: .2rem
    }
}

.home-hero__input {
    width: calc(100% - .36rem);
    max-width: 3.42rem;
    position: relative;
    margin-bottom: 1rem;
    margin-right: .14rem;
    display: flex;
}

@media (max-width: 420px) {
    .home-hero__input {
        margin-right: .0rem;
    }
}

.home-hero__input>input {
    border: .01rem solid #fff;
    border-radius: .09rem;
    padding: 0 .12rem;
    min-height: .4rem;
    line-height: .38rem;
    color: #17191c;
    font-size: .16rem;
    display: block;
    font-weight: 600;
    box-shadow: 0px 0px .06rem 0px rgba(0, 0, 0, 0.16);
    width: 100%;
}

.home-hero__input>input::-webkit-input-placeholder {
    color: #7F7F7F;
}

@media (max-width: 374px) {
    .home-hero__input>input {
        font-size: .14rem;
    }
}

.home-hero__input>img {
    width: .15rem;
    height: .149rem;
    right: 0;
    margin-right: .14rem;
    margin-top: .126rem;
    position: absolute;
}

.home-hero__img {
    position: absolute;
    width: 1.8381rem;
    height: 1.4283rem;
    left: 47%;
    transform: translateX(-50%);
    bottom: 2%;
    z-index: 2;
}

.home-intro__button {
    margin-bottom: .38rem;
}

.home-hero__input--desktop {
    z-index: 2;
    position: relative;
    margin: auto;
    width: 8.72rem;
    height: 2rem;
    background: #04726d;
    border-radius: .2rem;
    text-align: center;
    padding: .35rem .3rem;
}

.home-hero__img--desktop {
    position: absolute;
    bottom: -56%;
    left: -41%;
    width: 3.77rem;
    height: 2.9rem;
    transition: all ease-in-out .5s;
}

.home-footer {
    position: relative;
    background: linear-gradient(180deg, #056f69, #38b1a4);
    padding-top: .5rem;
}

@media(min-width:1024px) {
    .home-footer {
        padding-top: 1rem;
    }
}

.home-footer__title {
    text-align: center;
    font-size: .3rem;
    line-height: .36rem;
    font-weight: 600;
    white-space: pre-line;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .home-footer__title {
        white-space: normal;
        font-size: .55rem;
        line-height: .7rem;
    }
}

.home-footer__title>strong {
    color: #EAC942;
    font-weight: 600;
}

.home-footer__number {
    font-size: .16rem;
    line-height: .24rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: .2rem;
    padding-bottom: .45rem;
}

@media (min-width: 1024px) {
    .home-footer__number {
        font-size: .32rem;
        line-height: .45rem;
        width: 8.62rem;
        margin-top: .25rem;
    }
}

.home-footer__img {
    text-align: center;
    padding-bottom: .09rem;
}

.home-footer__img>img {
    width: 1.48rem;
    height: .95rem;
}

@media (min-width: 1024px) {
    .home-footer__img>img {
        width: 2.13rem;
        height: 1.36rem;
    }
}

.home-footer .app-footer__bottom {
    padding-bottom: .21rem;
}

@media (min-width: 1024px) {
    .home-footer .app-footer__bottom {
        padding: 0 0 .86rem 0;
    }

    .home-footer__img {
        padding-bottom: .43rem;
    }
}

.results-search {
    position: relative;
    max-width: 4.3rem;
    padding: 0 .16rem;
    margin: 0 auto .9rem;
}

.results-search__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 1.04rem;
    padding: .12rem .11rem .09rem;
    border-radius: .12rem;
    background: #04726d;
}

.results-search__input-wrapper {
    display: flex;
    justify-content: space-between;
    height: .4rem;
    padding: 0 0 0 .12rem;
    border: 2px solid #fff;
    border-radius: .09rem;
    box-shadow: 0 0 .06rem rgba(0, 0, 0, .16);
    background: #fff;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .results-search__input-wrapper:hover {
        border-color: #ccc;
    }
}

.results-search__input {
    flex-grow: 1;
    padding: 0;
    border: 0;
    outline: 0;
    margin: 0;
    padding-top: 2px;
    font-weight: 600;
    font-size: .16rem;
    line-height: .19rem;
    font-family: inherit;
    color: #666;
}

.results-search__input::placeholder {
    color: rgba(0, 0, 0, .5);
}

.results-search__input:focus::placeholder {
    color: #ccc;
}

.results-search__input-icon {
    flex-shrink: 0;
    width: .4rem;
    height: .4rem;
    margin: 0 .01rem;
    background: url(/search-results/img/search-icons.png) no-repeat 0 / auto 100%;
    transform: translate(2px, -2px);
    cursor: pointer;
    display: none;
}

.results-search__input-wrapper .icon-search {
    background-position-x: 0;
}

.results-search__input-wrapper:hover .icon-search {
    background-position-x: -.4rem;
}

.results-search__input-wrapper .icon-clear {
    background-position-x: -.8rem;
}

.results-search__input-wrapper input:placeholder-shown~.icon-clear {
    background-position-x: -1.2rem;
}

.results-search__input-wrapper input:placeholder-shown~.icon-search {
    display: block;
}

.results-search__input-wrapper input:not(:placeholder-shown)~.icon-clear {
    display: block;
}

.home__input-wrapper {
    display: flex;
    justify-content: space-between;
    height: .7rem;
    padding: 0.02rem 0 0 .25rem;
    border: 1px solid #fff;
    border-radius: .09rem;
    box-shadow: 0 0 .06rem rgba(0, 0, 0, .16);
    background: #fff;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .home__input-wrapper:hover {
        border-color: #ccc;
    }
}

.home__input {
    width: 7.2rem;
    padding: 0;
    border: 0;
    outline: 0;
    margin: 0;
    font-weight: 600;
    font-size: .28rem;
    line-height: .4rem;
    font-family: inherit;
    color: #17191C;
}

.home__input-wrapper:focus {
    border: 1px solid #cccccc;
    opacity: .6;
}

.home__input::placeholder {
    color: #000000;
    opacity: .5;
}

.home__input:focus::placeholder {
    color: #CCCCCC;
}

.home__input-icon {
    flex-shrink: 0;
    width: .345rem;
    height: .345rem;
    margin: 0.02rem .01rem;
    background: url("/image/home/hd-search.png") no-repeat 0 / auto 100%;
    transform: translate(-.25rem, .14rem);
    cursor: pointer;
    display: none;
}

.home__input-wrapper .icon-search {
    background-position-x: 0;
}

.home__input:focus:placeholder-shown~.home__input-icon {
    background-position-x: -.7rem;
}

.home__input-wrapper .icon-clear {
    background-position-x: -.35rem;
}

.home__input-wrapper input:placeholder-shown~.icon-clear {
    background-position-x: -.7rem;
}

.home__input-wrapper input:placeholder-shown~.icon-search {
    display: block;
}

.home__input-wrapper input:not(:placeholder-shown)~.icon-clear {
    display: block;
}

.home__suggest {
    display: none;
    text-align: left;
    width: 93%;
    max-height: 4.71rem;
    left: .3rem;
    padding: .2rem 0.3rem;
    top: 1.14rem;
    position: absolute;
    background: #ffffff;
    border-radius: .09rem;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    z-index: 111;
    overflow: auto;
}


/* .home__searchbox {
    padding: 0 .3rem;
    max-height: 3rem;
    overflow: auto;
} */

.home__item {
    max-width: 7.52rem;
    padding: .14rem 0 .12rem;
    font-size: .25rem;
    line-height: .25rem;
    font-weight: 600;
    color: #17191C;
    border-bottom: 1px solid #cccccc;
    opacity: .7;
    cursor: pointer;
}

.home__item:first-of-type {
    padding-top: 0;
}

.home__item:hover {
    opacity: 1;
}

.home__meer {
    display: none;
    font-weight: 400;
    font-size: .22rem;
    color: #000000;
    padding-top: .1rem;
    opacity: .7;
    /* padding-left: .3rem; */
}

.home__meer:hover {
    opacity: 1;
}

.checkbox__group {
    min-height: .3rem;
    margin-top: .29rem;
    margin-right: .1rem;
    font-size: .22rem;
    line-height: .3rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
}

.sra-results__checkbox {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.sra-results__checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.sra-results__checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: .3rem;
    height: .3rem;
    background: url("/image/home/Box.webp") no-repeat 0 / auto 100%;
}

@media (min-width: 1024px) {
    .sra-results__checkbox:hover .sra-results__checkbox-checkmark {
        background-position-x: -.3rem;
    }
}

.sra-results__checkbox-input[disabled]~.sra-results__checkbox-checkmark {
    background-position-x: -.64rem;
}

.sra-results__checkbox-input:checked~.sra-results__checkbox-checkmark {
    background-position-x: -.95rem;
}

.sra-results__checkbox-input[disabled]~.checkbox__text {
    color: #ccc;
}

.sra-results__checkbox-input[disabled]~.checkbox__totalcount {
    color: #ccc;
}

.checkbox__text {
    margin-left: .4rem;
}

.hoverbody {
    position: absolute;
    left: 1.33rem;
    width: 1.63rem;
    height: 1.81rem;
    top: 1.14rem;
}

.hoverhair {
    position: absolute;
    top: 1.2rem;
    left: 1.65rem;
    z-index: 2;
    width: 0.83rem;
    height: 0.23rem;
    transition: all ease-in-out .4s;
}

.hoverhand {
    position: absolute;
    width: 3.77rem;
    height: 2.20rem;
    top: -0.04rem;
    left: -0.1rem;
    transition: all ease-in-out .4s;
}

.home-hero__img--desktop:hover .hoverhand {
    transform: rotate(8deg) translateX(3%) translateY(-2%);
    transition: all ease-in-out .4s;
}

.home-hero__img--desktop:hover .hoverhair {
    top: 1.14rem;
    transition: all ease-in-out .4s;
}

.home-opleiders .bullets {
    position: absolute;
    width: calc(0.34rem * 5 + 0.17rem * 2 * 4);
    height: 0.34rem;
    left: 50%;
    bottom: calc(.94rem + .6rem);
    transform: translateX(-50%);
    overflow: hidden;
}

.home-opleiders .bullet {
    position: absolute;
    left: 50%;
    width: 0.34rem;
    height: 0.34rem;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s;
}

.home-opleiders .bullet:nth-child(1) {
    transform: translateX(calc(-50% - (0.34rem + 0.17rem * 2) * 4)) scale(0.5);
}

.home-opleiders .bullet:nth-child(2) {
    transform: translateX(calc(-50% - (0.34rem + 0.17rem * 2) * 3)) scale(0.5);
}

.home-opleiders .bullet:nth-child(3) {
    transform: translateX(calc(-50% - (0.34rem + 0.17rem * 2) * 2)) scale(0.5);
}

.home-opleiders .bullet:nth-child(4) {
    transform: translateX(calc(-50% - (0.34rem + 0.17rem * 2))) scale(0.7354);
}

.home-opleiders .bullet:nth-child(5) {
    transform: translateX(-50%) scale(1);
    background-color: #1dac80;
}

.home-opleiders .bullet:nth-child(6) {
    transform: translateX(calc(-50% + (0.34rem + 0.17rem * 2))) scale(0.7354);

}

.home-opleiders .bullet:nth-child(7) {
    transform: translateX(calc(-50% + (0.34rem + 0.17rem * 2) * 2)) scale(0.5);
}

.home-opleiders .bullet:nth-child(8) {
    transform: translateX(calc(-50% + (0.34rem + 0.17rem * 2) * 3)) scale(0.5);
}

.home-opleiders .bullet:nth-child(9) {
    transform: translateX(calc(-50% + (0.34rem + 0.17rem * 2) * 4)) scale(0.5);
}