body {
    background: url(../images/bg-home-v3.webp) top center no-repeat;
    background-size: auto 780px;
}

@media screen and (max-width: 991px) {
    body {
        background-size: auto 680px;
    }
}

.header_homev3 {
    padding-top: 88px;
    color: #16526A;
    margin-bottom: 216px;
}

@media screen and (max-width: 991px) {
    .header_homev3 {
        text-align: center;
        padding-top: 40px;
        margin-bottom: 64px !important;
    }
    .header_homev3__buttons{
        justify-content:center;
    }
}

h1 {
    color: #16526A;
    margin-bottom: 32px;
    font-size: 56px;
    letter-spacing: -2px;
    line-height: 64px;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
        letter-spacing: -1px;
        line-height: 48px;
        margin-bottom: 24px;
    }
}

h1 span {
    color: #FB3467;
}

h2 {
    color: #16526A;
    font-weight: 800;
}

.header_homev3__subtagline {
    margin-bottom: 32px;
    font-size: 22px;
    line-height: 28px;
}

@media screen and (max-width: 991px) {
    .header_homev3__subtagline {
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px;
    }
}

.header_homev3__illustration {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .header_homev3__illustration {
        margin-top: 24px;
    }
}

.home_v3_main {
    background: url(../images/home/bg-footer-special.webp) bottom center no-repeat;
    background-size: 1942px auto;
}

@media screen and (max-width: 991px) {
    .home_v3_main {
        background: none;
    }
}

.banner_features {
    background: rgba(255, 255, 255, 0);
    border-radius: 32px;
    padding: 40px 48px;
    box-shadow: 0 16px 56px rgb(0 0 0 / 16%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    margin-bottom: 88px;
    margin-top: -120px;
    color: #16526A;
    font-size: 16px;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .banner_features {
        padding: 32px;
        margin-bottom: 64px;
        margin-top: -40px;
    }
}

.banner_features__header {
    font-size: 22px;
    line-height: 32px;
    float: left;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .banner_features__header {
        font-size: 18px;
        line-height: 28px;
        float: inherit;
        margin-bottom: 24px;
    }
}

.banner_features__list {
    display: inline-block;
    margin-left: 32px;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .banner_features__list {
        display: block;
        margin-left: 0;
    }
}

.banner_features__list ul li {
    margin-bottom: 8px;
    font-weight: 600;
}

.banner_features__list ul li:before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    background: url(../images/icon-tick-pink.svg) center no-repeat;
    background-size: contain;
    margin-bottom: 2px;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .banner_features__list ul li:last-child {
        margin-bottom: 0;
    }
}

.section_home_highlight {
    margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
    .section_home_highlight {
        margin-bottom: 134px;
    }
}

.section_home_highlight__pre_heading {
    font-size: 16px;
    font-weight: 600;
    color: #FB3467;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.section_home_highlight--margin_v2 .section_home_highlight__pre_heading {
    margin-top: 88px;
}

@media screen and (max-width: 991px) {
    .section_home_highlight--margin_v2 .section_home_highlight__pre_heading {
        margin-top: 0;
    }
}

.section_home_highlight h2 {
    text-align: left !important;
}

.section_home_highlight__body {
    color: #16526A;
}

.section_home_highlight__body p {
    margin-bottom: 1rem;
}

.section_home_highlight__mike_in_action,
.section_home_highlight__image {
    text-align: center;
}

.section_home_highlight__mike_in_action__tag {
    position: absolute;
    display: inline-block;
    color: #FB3467;
    bottom: 9px;
    pointer-events: none;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 10;
    width: 220px;
    text-align: center;
    left: 50%;
    margin-left: -110px;
}

@media screen and (max-width: 991px) {
    .section_home_highlight__mike_in_action__tag {
        top: 54%;
    }
}

.section_home_highlight__mike_in_action__tag:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 8px;
    right: -40px;
    width: 47px;
    height: 90px;
    background: url(../images/home/arrow-top-curve-pink.webp) center no-repeat;
    background-size: contain;
}

@media screen and (max-width: 991px) {
    .section_home_highlight__mike_in_action__tag:after {
        top: -78px;
    }
}



.section_home_highlight__mike_in_action__bg {
    width: 100%;
    height: 330px;
}

@media screen and (max-width: 1199px) {
    .section_home_highlight__mike_in_action__bg {
        height: 280px;
    }
}

@media screen and (max-width: 991px) {
    .section_home_highlight__mike_in_action__bg {
        height: 250px;
    }
}

.section_home_highlight__image img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .section_home_highlight__image img {
        width: 70%;
    }
}

.topics_section {
    background: url(../images/home/bg-topic-section.webp) 50% 0 no-repeat;
    background-size: 1920px;
    margin: 80px 0px;
}

.topics_section__header {
    text-align: center;
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.56px;
    color: #16526A;
    font-weight: 800;
}

.topics_section__topics__topic {
    margin-bottom: 15px;
    transition: opacity .6s ease;
    z-index: 1;
}

.topics_section__topics__topic__base_card {
    position: relative;
    padding: 30px 32px;
    background: #00709c;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgb(0 0 0/12%);
    cursor: pointer;
    transition: .2s all ease;
    z-index: 2;
    overflow: hidden;
}

.topics_section__topics__topic__icon {
    float: left;
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-right: 16px;
    padding: 6px;
}

.topics_section__topics__topic__name {
    font-size: 18px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 4px;
    width: calc(100% - 120px) !important;
    float: left;
}

.topics_section__topics__topic__desc {
    font-size: 16px;
    float: left;
    width: calc(100% - 120px) !important;
}

.topics_section__topics__topic__over_card {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    margin-left: 15px;
    padding: 30px 32px 10px;
    background: #00709c;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 16px 64px rgb(0 0 0/56%);
    cursor: pointer;
    transition: .2s all ease;
    z-index: 3;
}

.topics_section__topics__topic__list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topics_section__topics__topic__list__item {
    display: inline-block;
    width: 48%;
    margin-bottom: 20px;
}

.topics_section__topics__topic__list__item__icon {
    width: 40px;
    height: 40px;
    padding: 8px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 12px;
    padding: 6px;
}

.topics_section__topics__topic__list__item__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.topics_section__topics__topic__list__item__desc {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, .56);
    float: left;
    width: calc(100% - 52px) !important;
}

.topics_section__topics__topic__list__item__desc__name {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.footer_special {
    display: inherit !important;
    background-color: transparent;
    text-align: center;
    color: #16526A;
    padding-top: 68px;
    font-size: 22px;
    padding-bottom: 130px;
}

@media screen and (max-width: 991px) {
    footer.footer_special {
        margin-top: 66px;
        margin-bottom: 50px;
        min-height: inherit;
        padding-top: 0;
        font-size: 16px;
        padding-bottom: 0px;
    }
}

footer.footer_special h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
    footer.footer_special h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

.btn-lg-extra {
    line-height: 64px;
    padding: 0 20px;
    font-size: 20px;
    border-radius: 40px;
}

.btn-link {
    background: 0 0 !important;
    color: #00709c !important;
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
}

.btn-link--right:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon-arrow-right-link.svg)50% no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 4px;
}

@media screen and (max-width: 991px) {
    .btn-link--right:after {
        transform: rotate(90deg);
    }
}

.section_home_highlight__mike_in_action .video {
    position: absolute;
    left: 15%;
    right: 9px;
    width: 70%;
    height: 75%;
    z-index: 5;
    top: 11px;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_home_highlight__mike_in_action .video {
        height: 33%;
        top: 12px;
        left: 15%;
        right: 0;
        width: 70%;
    }
}

.section_home_highlight__mike_in_action .video div:first-child {
    height: 100%;
    max-height: 100% !important;
    background-color: #333;
}

.sales_page_section_ratings__card {
    position: relative;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 32px 32px 52px;
    margin-bottom: 60px;
}

.sales_page_section_ratings__card__stars {
    width: 100%;
    height: 24px;
    background: url(../images/rating-5-stars.svg)no-repeat;
    background-size: auto 24px;
    margin-bottom: 12px;
}

.sales_page_section_ratings__card__profile {
    position: absolute;
    left: 32px;
    bottom: -36px;
    width: 72px;
    height: 72px;
    background: #eee;
    border-radius: 50%;
}

.sales_page_section_ratings__card__profile img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
}

.sales_page_section_ratings__card__text {
    font-size: 14px;
    line-height: 22px;
    color: #24292e;
}

.sales_page_section_ratings__card--video {
    margin-bottom: 30px;
    background-color: #333;
    background-size: cover;
    background-position: 50%;
    position: relative;
    cursor: pointer;
    transition: all .4s ease;
    height: 338px;
    overflow: hidden;
}

.sales_page_section_ratings__card--video--small2 {
    height: 232px;
}

.sales_page_section_ratings__card--video:before {
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 1;
    background: url(../images/icon-play-video-circle.svg);
    background-size: contain;
    animation: animationScaleInOut .4s alternate infinite ease;
    transition: all .5s ease;
}

.sales_page_section_ratings__card--video:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .16);
    transition: all .5s ease;
}


.modal-content {
    border: 0;
    border-radius: 16px;
}

#videoModal .modal-body {
    padding: 8px;
}

embed, iframe, object {
    max-width: 100%;
}

#videoModal iframe {
    background: #000;
    border-radius: 8px;
    border: 0;
    width: 100%;
    min-height: 400px;
    margin: 0;
    margin-bottom: -8px;
}
.topics_section__topics__topic__base_card:after {
    content: "";
    display: block;
    position: absolute;
    top: 38px;
    right: 32px;
    width: 40px;
    height: 40px;
    background: url(../images/icon-arrow-circle.svg) no-repeat;
    background-size: contain;
}
