.hero_banner_section_inner {
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    margin-bottom: 120px;
    margin-top: 80px;
    row-gap: 20px
}

.hero_banner_section_inner .hero_banner_section_heading {
    margin-bottom: 12px
}

.hero_banner_section_inner .hero_banner_section_content {
    color: var(--color_blue_50);
    font-family: var(--font_GeneralSans_Medium);
    font-size: 32px;
    font-weight: 500;
    line-height: 40px
}

.hero_banner_section_inner .hero_banner_section_cta_group {
    display: flex;
    gap: 10px;
    margin-top: 32px
}

.hero_banner_section_inner .hero_banner_section_cta_group .btn {
    background-color: var(--color_gray_250);
    padding: 12px 24px 12px 52px;
    position: relative;
    transition: all 0.5s ease;
}

.hero_banner_section_inner .hero_banner_section_cta_group .btn:hover {
    background-color: var(--color_blue_50);
}

.hero_banner_section_inner .hero_banner_section_cta_group .btn .hero_banner_section_cta_group_img {
    height: 40px;
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    border-radius: 100%;
    transition: all 0.5s ease;
}

.hero_banner_section_inner .hero_banner_section_cta_group .btn:hover .hero_banner_section_cta_group_img {
    background-color: var(--color_gray_250);
}

.hero_banner_section_inner .hero_banner_section_left {
    min-width: 632px;
    width: 100%
}

.hero_banner_section_inner .hero_banner_section_right {
    width: 100%
}

.hero_banner_section_inner .hero_banner_section_right_inner {
    position: relative
}

.hero_banner_section_inner .hero_banner_section_right_main {
    margin-left: 105px;
    max-width: 360px
}

.hero_banner_section_inner .hero_banner_section_right_main svg {
    width: 100%
}

.hero_banner_section_inner .hero_banner_section_right_image_top_left_icon {
    left: 111px;
    position: absolute;
    top: 201px
}

.hero_banner_section_inner .hero_banner_section_right_image_top_left {
    border-radius: 16px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0
}

.hero_banner_section_inner .hero_banner_section_right_image_top_right {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: hsla(0, 0%, 100%, .698);
    border-radius: 16px;
    overflow: hidden;
    position: absolute;
    right: -7px;
    top: 74px
}

.hero_banner_section_inner .hero_banner_section_right_image_bottom_right {
    border-radius: 20px;
    bottom: 124px;
    overflow: hidden;
    position: absolute;
    right: 25px;
    z-index: -1
}

.hero_banner_section_inner .hero_banner_section_right_image_bottom_left {
    bottom: 90px;
    display: flex;
    gap: 8px;
    left: -44px;
    position: absolute
}

.hero_banner_section_inner .hero_banner_section_right_image_bottom_left:before {
    background: linear-gradient(-90deg, hsla(0, 0%, 100%, 0), #fff 95%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 88px
}

.hero_banner_section_inner .hero_banner_section_right_image_bottom_left_item {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 8px
}

.hero_banner_section_inner .hero_banner_section_right_image_bottom_left_item img {
    border-radius: 6px;
    margin-bottom: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 72px
}

.hero_banner_section_inner .hero_banner_section_right_image_bottom_left_item .title {
    color: #23262d;
    font-family: var(--font_GeneralSans_Medium);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 16px
}

@media (max-width:1439px) {
    .hero_banner_section_inner {
        margin-bottom: 90px;
        margin-top: 72px
    }

    .hero_banner_section_inner .hero_banner_section_right_image_top_left {
        left: -40px;
        top: -50px
    }

    .hero_banner_section_inner .hero_banner_section_right_image_bottom_left {
        left: -134px
    }

    .hero_banner_section_inner .hero_banner_section_right_image_top_right {
        right: -37px;
        top: 34px
    }

    .hero_banner_section_inner .hero_banner_section_right_image_top_left_icon {
        left: 51px;
        top: 161px
    }

    .hero_banner_section_inner .hero_banner_section_right_main {
        margin-left: auto;
        margin-right: auto;
        max-width: 330px
    }

    .hero_banner_section_inner .hero_banner_section_right_image_bottom_right {
        right: -25px
    }
}

@media (max-width:1199px) {
    .hero_banner_section {
        overflow: hidden
    }

    .hero_banner_section_inner {
        margin-bottom: 75px;
        margin-top: 64px
    }

    .hero_banner_section_inner .hero_banner_section_left {
        min-width: 460px
    }

    .hero_banner_section_inner .hero_banner_section_right_image_top_right {
        right: -67px;
        top: 54px
    }

    .hero_banner_section_inner .hero_banner_section_right_image_top_left_icon {
        left: 31px;
        top: 161px
    }

    .hero_banner_section_inner .hero_banner_section_right_image_bottom_left {
        bottom: 40px;
        left: -104px
    }

    .hero_banner_section_inner .hero_banner_section_content {
        font-size: 30px;
        line-height: 36px
    }
}

@media (max-width:991px) {
    .hero_banner_section_inner {
        flex-direction: column-reverse;
        margin-bottom: 50px;
        margin-top: 56px
    }

    .hero_banner_section_inner .hero_banner_section_right {
        max-width: 440px
    }

    .hero_banner_section_inner .hero_banner_section_left {
        min-width: auto
    }

    .hero_banner_section_inner .hero_banner_section_heading {
        text-align: center
    }

    .hero_banner_section_inner .hero_banner_section_content {
        font-size: 28px;
        line-height: 34px;
        text-align: center
    }

    .hero_banner_section_inner .hero_banner_section_cta_group {
        justify-content: center
    }
}

@media (max-width:767px) {
    .hero_banner_section_inner {
        margin-bottom: 20px;
        margin-top: 48px
    }

    .hero_banner_section_inner .hero_banner_section_content {
        font-size: 24px;
        line-height: 32px
    }
}

@media (max-width:640px) {
    .hero_banner_section_inner {
        margin-bottom: 0
    }

    .hero_banner_section_inner .hero_banner_section_right {
        max-width: none
    }

    .hero_banner_section_inner .hero_banner_section_right_main {
        max-width: 330px;
        width: 44.8vw
    }

    .hero_banner_section_inner .hero_banner_section_right_image_top_left_icon {
        height: 10.9333333333vw;
        left: 23.7333333333vw;
        top: 30.6666666667vw;
        width: 10.9333333333vw
    }

    .hero_banner_section_inner .hero_banner_section_right_image_top_left {
        border-radius: 2.1333333333vw;
        height: 18.4vw;
        left: 5.3333333333vw;
        top: 4.5333333333vw;
        width: 26.4vw
    }

    .hero_banner_section_inner .hero_banner_section_right_image_top_right {
        border-radius: 2.1333333333vw;
        height: 24.5333333333vw;
        right: 0;
        top: 14.4vw;
        width: 33.6vw
    }

    .hero_banner_section_inner .hero_banner_section_right_image_bottom_right {
        border-radius: 2.6666666667vw;
        bottom: 11.7333333333vw;
        height: 19.7333333333vw;
        right: 6.4vw;
        width: 28.5333333333vw
    }

    .hero_banner_section_inner .hero_banner_section_right_image_bottom_left {
        bottom: 5.3333333333vw;
        gap: 1.3333333333vw;
        height: 19.2vw;
        left: -16.5333333333vw;
        width: 63.7333333333vw
    }

    .hero_banner_section_inner .hero_banner_section_right_image_bottom_left:before {
        background: linear-gradient(-90deg, hsla(0, 0%, 100%, 0), #fff 66%);
        width: 36.8vw
    }

    .hero_banner_section_inner .hero_banner_section_right_image_bottom_left_item {
        padding: 1.3333333333vw
    }

    .hero_banner_section_inner .hero_banner_section_right_image_bottom_left_item img {
        border-radius: 1.0666666667vw;
        height: 12.2666666667vw;
        margin-bottom: 1.3333333333vw;
        -o-object-fit: cover;
        object-fit: cover;
        width: 12.2666666667vw
    }

    .hero_banner_section_inner .hero_banner_section_right_image_bottom_left_item .title {
        font-size: 1.6vw;
        line-height: 2.6666666667vw
    }
}

@media (max-width:479px) {
    .hero_banner_section_inner .hero_banner_section_cta_group {
        justify-content: space-between
    }

    .hero_banner_section_inner .hero_banner_section_cta_group .btn {
        min-width: calc(50% - 8px)
    }
}

@media (max-width:374px) {
    .hero_banner_section_inner .hero_banner_section_cta_group {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: space-between
    }

    .hero_banner_section_inner .hero_banner_section_cta_group .btn {
        width: 100%
    }
}

/*# sourceMappingURL=hero_banner.css.map */