
@media (max-width: 767px),
screen and (max-width: 812px) and (orientation: landscape) {
    .next-button {
        width: 44px;
        height: 44px
    }
}

.btn-cta-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.btn-cta-center,
.hbso__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hbso__cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.hbso__card {
    padding: 0 0 40px;
    width: 100%
}

.hbso__card_shadow-wrapper {
    border-radius: 4px;
    display: block;
    text-decoration: none
}

.hbso__card:hover .hbso__card_shadow-wrapper,
.hbso__card_shadow-wrapper:active,
.hbso__card_shadow-wrapper:focus {
    -webkit-box-shadow: 0 16px 32px -4px rgba(40, 40, 50, .28);
    box-shadow: 0 16px 32px -4px rgba(40, 40, 50, .28)
}

.hbso__card_inner {
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #59666f;
    border-radius: 4px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1
}

.hbso__card_image {
    bottom: 0;
    height: 100%;
    left: 0;
    max-width: none;
    mix-blend-mode: luminosity;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0
}

.hbso__card_overlay {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(40, 40, 50, 0)), to(#282832));
    background: -o-linear-gradient(top, rgba(40, 40, 50, 0) 50%, #282832 100%);
    background: linear-gradient(180deg, rgba(40, 40, 50, 0) 50%, #282832);
    -webkit-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    z-index: 1
}

.hbso__card_overlay,
.hbso__card_overlay-cirlce {
    bottom: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.hbso__card_overlay-cirlce {
    background-color: #df6b6b;
    border-radius: 100%;
    max-height: 250px;
    max-width: 250px;
    mix-blend-mode: multiply;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 2
}

.hbso__card:hover .hbso__card_overlay-cirlce {
    -webkit-transform: scale(300%);
    -ms-transform: scale(300%);
    transform: scale(300%)
}

.hbso__card_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 3
}

.hbso__card_title {
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    line-height: 32px
}

.hbso__card_button {
    background-color: #fafafa;
    border-radius: 4px;
    border: 1px solid #c4c9cc;
    color: #1d1d24;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 10px;
    vertical-align: middle
}

.hbso__card_top {
    margin-bottom: auto
}

.hbso__card_top-duration {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 10px
}

.hbso__card_top-duration svg {
    color: #a41034;
    margin-right: 6px
}

.hbso__card_topic {
    margin-bottom: 10px
}

.hbso__card_cta {
    background-color: #df6b6b;
    color: #1d1d24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 20px -20px -80px;
    padding: 18px 20px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hbso__card:hover .hbso__card_cta {
    height: auto;
    margin-bottom: -20px
}

.hbso__card_cta svg {
    max-height: 30px
}

@media (min-width:425px) {
    .hbso__card_overlay-cirlce {
        max-height: 360px;
        max-width: 360px
    }
}

@media (min-width:768px) {
    .hbso__cards {
        margin-left: -15px;
        margin-right: -15px
    }

    .hbso__card {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 410px;
        padding: 0 15px 50px
    }
}


html, body {
    overflow: unset;
}

.itemlist{
    height: auto !important;
}

.courses-section-seven .first-container{
    margin: auto;
    width: 100%;
    max-width: 91%;
}

#site-content {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.kt-hidden{
    display: none;
}