/* --------------------
 Compliance
-------------------- */
.hosting__hero {
    align-items: center;
    background-image: url(../images/commons/com-hero-blue.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .hosting__hero {
        height: 390px;
        padding-bottom: 0;
    }
}

.hosting__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-pack: center;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 15px 90px;
    width: 100%;
}

@media (min-width: 768px) {
    .hosting__hero-container {
        padding: 15px 30px;
    }
}

.hosting__hero__title {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .hosting__hero__title {
        font-size: 3.2rem;
    }
}

.hosting__hero__desc {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0;
    text-align: center;
    width: 100%;
}

.hosting__hero__nav {
    background-color: rgba(255, 255, 255, .7);
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    height: auto;
    margin: 0;
    width: 100%;
}

.hosting__hero__nav-container {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1060px;
    padding: 0;
}

@media (min-width: 768px) {
    .hosting__hero__nav-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.hosting__hero__nav__item {
    padding: 0;
    position: relative;
    width: 50%;
}

@media (min-width: 768px) {
    .hosting__hero__nav__item {
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .hosting__hero__nav__item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.hosting__hero__nav__item__link {
    align-items: center;
    background-color: rgba(0, 132, 255, 0);
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #595757;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    font-size: 1.2rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    padding: 10px 8px;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .hosting__hero__nav__item__link {
        font-size: 1.4rem;
        padding: 15px 10px;
    }
}

.hosting__hero__nav__item__link:hover, .hosting__hero__nav__item__link:focus {
    background-color: rgba(0, 132, 255, .5);
    color: #ffffff;
}


.hosting__title {
    background-color: #f5c800;
    font-size: 2rem;
    margin: 30px 0 50px;
    position: relative;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .hosting__title {
        font-size: 2.6rem;
    }
}

.hosting__title:after {
    background-color: #f5c800;
    bottom: -35px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 80px;
}

@media (min-width: 768px) {
    .hosting__title:after {
        bottom: -45px;
        height: 50px;
        width: 100px;
    }
}

.hosting__list {
    padding: 0px 0px 60px;
}

@media (min-width: 768px) {
    .hosting__list {
        padding-bottom: 120px;
        padding-top: 60px;
    }
}

.hosting__list-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .hosting__list-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.hosting__list__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 60px 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .hosting__list__title {
        font-size: 2.6rem;
        text-align: left;
    }
}

.hosting__list__title__text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .hosting__list__title__text {
        padding-left: 55px;
    }
}

.hosting__list__title__text:before {
    background-image: url(../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .hosting__list__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        width: 45px;
    }
}

.hosting__list__main__item {
    margin: 0 0 40px;
}

.hosting__list__main__item:last-child {
    margin-bottom: 0;
}

.hosting__list__main__item__title {
    background-color: rgba(51, 172, 255, .7);
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 5px 15px 5px 45px;
    position: relative;
}

@media (min-width: 768px) {
    .hosting__list__main__item__title {
        font-size: 2.0rem;
        padding-left: 80px;
    }
}

.hosting__list__main__item__title:before {
    background-image: url(../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    content: '';
    display: block;
    height: 25px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
}

@media (min-width: 768px) {
    .hosting__list__main__item__title:before {
        left: 30px;
    }
}

.hosting__list__main__item__content {
    font-size: 1.4rem;
    letter-spacing: .08em;
    line-height: 2.2;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .hosting__list__main__item__content {
        font-size: 1.6rem;
        padding-left: 40px;
        padding-right: 30px;
    }
}

.hosting__list__main__item__content__list {
    counter-reset: counter_1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hosting__list__main__item__content__list > li {
    counter-increment: counter_1;
    margin: 0;
    padding: 0 0 0 1.8em;
    position: relative;
}

.hosting__list__main__item__content__list > li:before {
    content: counter(counter_1) '.';
    left: 0;
    position: absolute;
    top: 0;
}

.hosting__list__main__item__content__list > li > ul {
    counter-reset: counter_2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hosting__list__main__item__content__list > li > ul > li {
    counter-increment: counter_2;
    margin: 0;
    padding: 0 0 0 1.6em;
    position: relative;
}

.hosting__list__main__item__content__list > li > ul > li:before {
    border: 1px solid #595757;
    border-radius: 50%;
    content: counter(counter_2);
    font-size: 20.8px;
    font-size: 1.3rem;
    height: 1.3em;
    left: 0;
    line-height: 1.3em;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 1.3em;
}

.hosting__list__main__item__content__list--indent {
    padding: 0 0 0 30px;
}


.hosting__list__main__item__content__latest {
    font-size: 1.2rem;
    line-height: 2.2;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .hosting__list__main__item__content__latest {
        font-size: 1.4rem;
        padding-left: 40px;
        padding-right: 30px;
    }
}
