/* ------------------------- SECTION ------------------------- */
.intro-section {
    padding: 20rem 0 0;
    height: 82.5rem;
    margin-bottom: 14rem;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .intro-section {
        height: auto;
        padding: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .intro-section .container {
        padding: 11rem 2rem 15.5rem;
    }
}

.intro__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .intro__box {
        flex-wrap: wrap;
    }
}

.intro__slider {
    flex-shrink: 0;
    position: relative;
}

@media screen and (max-width: 575px) {
    .intro__slider {
        order: 1;
    }
}

.intro__slider-box {
    width: 51.5rem;
    height: 49.5rem;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .intro__slider-box {
        width: 33.5rem;
        height: 32.5rem;
    }
}

.intro__slider-item {
    position: relative;
}

.intro__slider-item .slide__img {
    width: 100%;
}

.intro__slider-item .slide__text {
    position: absolute;
    left: 0;
    bottom: 5rem;
}

@media screen and (max-width: 575px) {
    .intro__slider-item .slide__text {
        left: 0.5rem;
        bottom: 3rem;
    }
}

.intro__slider-item .slide__text .slide__toptitle {
    margin-bottom: 0.3rem;
    font-size: 1.6rem;
    color: #686868;
}

@media screen and (max-width: 575px) {
    .intro__slider-item .slide__text .slide__toptitle {
        font-size: 1rem;
        margin: 0;
    }
}

.intro__slider-item .slide__text .slide__title {
    font-size: 2rem;
    font-weight: 600;
    color: #111111;
}

@media screen and (max-width: 575px) {
    .intro__slider-item .slide__text .slide__title {
        font-size: 1.3rem;
    }
}

.intro__slider-arrows {
    position: absolute;
    bottom: 1rem;
    left: -0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .intro__slider-arrows {
        left: 0.5rem;
        bottom: 0;
    }
}

.intro__slider-arrows .arrow {
    margin-right: 4rem;
}

@media screen and (max-width: 575px) {
    .intro__slider-arrows .arrow {
        margin-right: 2.5rem;
    }
}

.intro__slider-arrows .arrow .img-svg {
    width: 1.2rem;
    height: 2.3rem;
}

@media screen and (max-width: 575px) {
    .intro__slider-arrows .arrow .img-svg {
        width: 0.9rem;
    }
}

.intro__slider-arrows .arrow:hover .img-svg path {
    stroke: #568BCC;
}

.intro__text {
    flex-grow: 1;
    padding-left: 5rem;
    padding-top: 4rem;
}

@media screen and (max-width: 575px) {
    .intro__text {
        order: 0;
        padding: 0;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .intro__text-title {
        font-size: 2rem;
    }
}

.intro__text-title b {
    font-weight: 600;
}

.intro__text-subtitle {
    margin: 1rem 0 4rem;
    font-size: 1.8rem;
}

@media screen and (max-width: 575px) {
    .intro__text-subtitle {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }

    .intro__text-subtitle br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .intro__text .t-btn {
        position: absolute;
        bottom: 5.5rem;
        left: 2.8rem;
    }
}

/* ------------------------- SECTION ------------------------- */
.trigger-section {
    margin-bottom: 5rem;
}

@media screen and (max-width: 575px) {
    .trigger-section {
        margin-bottom: 0;
    }
}

.trigger__box {
    padding: 5rem;
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 0 0 30px 0 rgba(171, 171, 171, 0.1);
    position: relative;
}

@media screen and (max-width: 575px) {
    .trigger__box {
        padding: 3rem 1rem 3rem;
    }
}

.trigger__box-subtitle {
    margin: 1.5rem 0 0;
    width: 66rem;
    font-size: 1.8rem;
}

@media screen and (max-width: 575px) {
    .trigger__box-subtitle {
        width: 27rem;
        margin: 0.5rem auto 3rem;
        font-size: 1.4rem;
        text-align: center;
    }
}

@media screen and (min-width: 575px) {
    .trigger__box .t-btn {
        position: absolute;
        right: 5rem;
        bottom: 6rem;
    }
}

/* ------------------------- SECTION ------------------------- */
.support-section {
    text-align: center;
    padding-bottom: 10rem;
}

@media screen and (max-width: 575px) {
    .support-section {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
}

@media screen and (min-width: 575px) {
    .support-section__title br {
        display: none;
    }
}

.support-section__subtitle {
    margin: 1rem 0 3rem;
}

@media screen and (max-width: 575px) {
    .support-section__subtitle {
        padding: 0 2rem;
        margin-bottom: 2em;
    }
}

.support__box {
    text-align: left;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

a.support__item:hover {
    transform: scale(1.03);
}

.support__item {
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 0 0 30px 0 rgba(171, 171, 171, 0.1);
    padding: 2rem;
    overflow: hidden;
    position: relative;
    height: 11.6rem;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .support__item {
        width: 100% !important;
        height: auto;
        margin-bottom: 2rem;
    }
}

.support__item:nth-child(1) {
    width: 33.5rem;
    height: 25rem;
    padding-top: 3rem;
}

@media screen and (max-width: 575px) {
    .support__item:nth-child(1) {
        height: 23rem;
        padding-top: 2rem;
    }
}

.support__item:nth-child(1) .support__item-number {
    left: -2rem;
    bottom: -4rem;
}

.support__item:nth-child(1) .support__item-img {
    border-radius: 1rem;
    display: block;
    width: 23.5rem;
    bottom: 0;
    right: 0;
    position: absolute;
}

.support__item:nth-child(1) .support__item-img img {
    margin-left: auto;
    border-radius: 1rem;
}

.support__item:nth-child(2) {
    width: 33.5rem;
}

.support__item:nth-child(2) .support__item-number {
    right: -1.5rem;
    bottom: -3.7rem;
}

@media screen and (max-width: 575px) {
    .support__item:nth-child(2) .support__item-number {
        bottom: -4.5rem;
    }
}

.support__item:nth-child(3) {
    width: 45rem;
}

@media screen and (max-width: 575px) {
    .support__item:nth-child(3) {
        height: 18rem;
    }
}

.support__item:nth-child(3) .support__item-number {
    top: -2.5rem;
    right: -1rem;
}

@media screen and (max-width: 575px) {
    .support__item:nth-child(3) .support__item-number {
        top: 7.5rem;
        right: 11rem;
        font-size: 10rem;
    }
}

.support__item:nth-child(3) .support__item-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15.5rem;
    border-radius: 1rem;
}

@media screen and (max-width: 575px) {
    .support__item:nth-child(3) .support__item-img {
        width: 14.5rem;
    }
}

@media screen and (max-width: 575px) {
    .support__item:nth-child(4) {
        padding-bottom: 4rem;
    }
}

@media screen and (min-width: 575px) {
    .support__item:nth-child(4) {
        width: 53.5rem;
        margin-left: auto;
        margin-right: 1.3rem;
        margin-top: -11.6rem;
    }
}

.support__item:nth-child(4) .support__item-number {
    right: -2.5rem;
    bottom: -3.5rem;
}

@media screen and (max-width: 575px) {
    .support__item:nth-child(4) .support__item-number {
        bottom: -6rem;
    }
}

@media screen and (min-width: 575px) {
    .support__item:nth-child(5) {
        width: 25.5rem;
        margin-top: -11.6rem;
        padding: 0 2.5rem;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}

@media screen and (max-width: 575px) {
    .support__item:nth-child(5) {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background: none;
        box-shadow: none;
    }

    .support__item:nth-child(5) .support__item-title {
        font-size: 1.6rem;
        color: #598DCD;
        font-weight: 500;
        text-decoration: underline;
    }

    .support__item:nth-child(5) .t-link span {
        display: none;
    }
}

.support__item-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 2rem;
    font-weight: 600;
    color: #111111;
}

@media screen and (max-width: 575px) {
    .support__item-title {
        font-size: 1.8rem;
    }
}

.support__item-title img {
    width: 2rem;
    margin-right: 1rem;
}

.support__item-subtitle {
    margin: 0.5rem 0 0;
}

.support__item-number {
    font-size: 11rem;
    font-weight: 700;
    background: linear-gradient(180deg, #e4e4e4 0%, rgba(228, 228, 228, 0.37) 81.77%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
}