.text-half-width {
    max-width: 100%;
    margin: 4rem 4rem 6rem 4rem;
}

@media(min-width: 992px) {
    .text-half-width {
        width: 100%;
        max-width: 137rem;
        padding: 0 6rem 0 6rem;
        margin: 2rem 0;
    }

        .text-half-width p {
            width: 50%;
            margin-bottom: 0;
        }
}

.service-list .services {
    max-width: 64em;
    margin: auto;
}

    .service-list .services .service {
        flex-basis: 34rem;
        padding: 2rem;
        margin: 0 0 2rem 0;
    }

@media(min-width: 992px) {
    .service-list .services .service {
        margin: 3rem 0;
    }
}

.service-list {
    padding-top: 4rem;
}

    .service-list.pink {
        background-color: #f6dffb;
    }

    .service-list.yellow {
        background-color: #f6fbdf;
    }

    .service-list.blue {
        background-color: #dfeafb;
    }

    .service-list.petrol {
        background-color: #dffbeb;
    }

    .service-list.anthrazit {
        background-color: #dedede;
    }

    .service-list.white {
        background-color: white;
    }

.services .service .service-icon-background {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background-color: #000;
}

.services .service .pink {
    background-color: #E83363;
    color: white;
}

.services .service .yellow {
    background-color: #E5DC32;
    color: white;
}

.services .service .blue {
    background-color: #3A9FAC;
    color: white;
}

.services .service .petrol {
    background-color: #4C9B8A;
    color: white;
}

.services .service .anthrazit {
    background-color: #4B4B4D;
    color: white;
}

.services .service .white {
    background-color: white;
    color: #E83363;
}

.services .service .button {
    border: none;
}

.services .service .service-title {
    font-weight: bold;
    margin: 1.5rem 0 2rem 0;
}

    .services .service .service-title.pink {
        background-color: transparent;
        color: #E83363;
    }

    .services .service .service-title.yellow {
        background-color: transparent;
        color: #E5DC32;
    }

    .services .service .service-title.blue {
        background-color: transparent;
        color: #3A9FAC;
    }

    .services .service .service-title.petrol {
        background-color: transparent;
        color: #4C9B8A;
    }

    .services .service .service-title.anthrazit {
        background-color: transparent;
        color: #4B4B4D;
    }

    .services .service .service-title.white {
        background-color: transparent;
        color: white;
    }

.services .service .service-description {
    width: 100%;
    text-align: center;
    margin-bottom: auto;
}

.section-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
}

    .section-hero .hero-text {
        padding: 0 6rem 0 4rem;
    }

@media (min-width: 992px) {
    .section-hero .hero-text {
        margin-top: 4rem;
        padding: 0 6rem;
    }
}

.section-hero .hero-text {
    width: 100%;
    max-width: 1485px;
    z-index: 2;
}

.section-hero .hero-image-container {
    padding: 0;
}

.section-hero .hero-image {
    width: 100%;
    z-index: 1;
    margin-top: -19rem;
}

@media (min-width: 992px) {
    .section-hero .hero-image {
        max-width: 1365px;
        margin-top: -8rem;
    }
}


.partner-slider-section {
    padding: 2rem;
}

@media (min-width: 992px) {
    .partner-slider-section {
        padding: 4rem;
    }
}

.services-partners h1 {
    font-size: 34px;
    text-align: center;
}

.slick-slider .slick-arrow {
    z-index: 1;
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background-image: url(/media/bmpdxlw1/arrow-gallery.svg);
    width: 24px;
    height: 34px;
}

.slick-slider .slick-next:before {
    transform: rotate(180deg);
}

.slick-slider .slick-next {
    margin-right: -2.6rem
}

.slick-slider .slick-prev {
    margin-left: -3rem;
}

.color-bar div {
    padding: 3rem;
}

.color-bar .pink {
    background-color: #E83363;
    color: white;
}

.color-bar .yellow {
    background-color: #E5DC32;
    color: white;
}

.color-bar .blue {
    background-color: #3A9FAC;
    color: white;
}

.color-bar .petrol {
    background-color: #4C9B8A;
    color: white;
}

.color-bar .anthrazit {
    background-color: #4B4B4D;
    color: white;
}

.color-bar .white {
    background-color: white;
    color: #E83363;
}

.color-bar p {
    font-weight: bold;
    font-size: 18px;
    color: inherit;
}

.text-bar {
    width: 100%;
    max-width: 1455px;
    margin: 2rem 4rem;
}

@media (min-width: 992px) {
    .text-bar {
        margin: 2rem 6rem;
    }
}

.service-hero {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    overflow: hidden;
}

    .service-hero .hero-text {
        padding: 0 6rem 0 4rem;
        margin: 2rem 0 4rem 0;
    }

@media (min-width: 992px) {
    .service-hero .hero-text {
        margin-top: 4rem;
        padding: 0 6rem;
    }
}

.service-hero .hero-text {
    width: 100%;
    max-width: 1485px;
}

.service-hero .hero-image-container {
    padding: 0;
}

.service-hero .hero-image {
    width: 100%;
    z-index: 1;
    margin-top: -19rem;
}

@media (min-width: 992px) {
    .service-hero .hero-image {
        max-width: 1365px;
        margin-top: -8rem;
    }
}

.service-back-button {
    margin-bottom: 4rem;
}

.service .info-section .title-box h2 {
    text-transform: none;
}

.box-collection {
    display: flex;
    flex-direction: column;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: auto;
}

@media (min-width: 992px) {
    .box-collection {
        grid-template-columns: 1fr 1fr;
        grid-gap: 3rem;
        max-width: 133rem;
        padding: 4rem;
    }
}


.colored-box {
    width: 100%;
    height: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-areas:
        "icon text"
        "button button";
    -ms-grid-columns: 90px 1fr;
    grid-template-columns: 90px 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    justify-items: flex-start;
    padding: 2rem 2rem 0.5rem 2rem;
}

@media (min-width: 420px) {
    .colored-box {
        padding: 3rem 4rem 2.5rem 4rem;
    }
}

@media (min-width: 992px) {
    .colored-box {
        min-height: 193px;
        max-width: 610px;
        display: -ms-grid;
        display: grid;
        grid-template-areas:
            "icon text"
            "unused button";
        -ms-grid-columns: 90px 1fr;
        grid-template-columns: 90px 1fr;
        -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
    }
}

.colored-box.pink {
    background-color: #E83363;
    color: white;
}

    .colored-box.pink .box-icon-container svg .cls-1 {
        stroke: white;
    }

    .colored-box.pink .box-icon-container svg .cls-2 {
        fill: white;
    }

.colored-box.yellow {
    background-color: #E5DC32;
    color: white;
}

    .colored-box.yellow .box-icon-container svg .cls-1 {
        stroke: white;
    }

    .colored-box.yellow .box-icon-container svg .cls-2 {
        fill: white;
    }

.colored-box.blue {
    background-color: #3A9FAC;
    color: white;
}

    .colored-box.blue .box-icon-container svg .cls-1 {
        stroke: white;
    }

    .colored-box.blue .box-icon-container svg .cls-2 {
        fill: white;
    }

.colored-box.petrol {
    background-color: #4C9B8A;
    color: white;
}

    .colored-box.petrol .box-icon-container svg .cls-1 {
        stroke: white;
    }

    .colored-box.petrol .box-icon-container svg .cls-2 {
        fill: white;
    }

.colored-box.anthrazit {
    background-color: #4B4B4D;
    color: white;
}

    .colored-box.anthrazit .box-icon-container svg .cls-1 {
        stroke: white;
    }

    .colored-box.anthrazit .box-icon-container svg .cls-2 {
        fill: white;
    }

.colored-box.white {
    background-color: white;
    color: #E83363;
}

    .colored-box.white .box-icon-container svg .cls-1 {
        stroke: #E83363;
    }

    .colored-box.white .box-icon-container svg .cls-2 {
        fill: #E83363;
    }

.colored-box .box-icon-container {
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.colored-box .box-icon {
    max-width: 57px;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
}


.colored-box .box-subtext {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: text;
    color: inherit;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 1.25;
    padding-bottom: 2rem;
}

.colored-box .button-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: button;
    max-width: min-content;
}

.colored-box .button {
    line-height: 4rem;
    border: none;
    flex: 1 1 auto;
}

@media (min-width: 992px) {
    .colored-box .button {
        margin: 0 1.5rem 1rem 0;
    }
}

@media (min-width: 992px) {
    .colored-box .box-subtext {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .colored-box .button-container {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }
}

.nav-link.nav-highlight {
    background-color: #E83363;
    border-color: #E83363;
    color: white;
}

.news-slider-container {
    max-width: 137rem;
    width: 100%;
}

    .news-slider-container .slick-dots li {
        width: 15px;
        margin: 0;
    }

        .news-slider-container .slick-dots li button:before {
            width: 10px;
            height: 10px;
            color: transparent;
            opacity: 1;
            border: 1px solid #E83363;
            border-radius: 100%;
        }

        .news-slider-container .slick-dots li.slick-active button:before {
            width: 12px;
            height: 12px;
            opacity: 1;
            color: transparent;
            background-color: #E83363;
        }

    .news-slider-container .slick-slider .slick-next {
        margin-right: 1rem;
    }

    .news-slider-container .slick-slider .slick-prev {
        margin-left: 1rem;
    }

.page-content {
    height: 100%;
}

.hero-classic {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas:
        "illu"
        "hello";
    grid-template-rows: 250px;
    align-items: center;
}

@media (min-width: 992px) {
    .hero-classic {
        grid-template-areas: "hello illu";
        grid-template-columns: 3fr 3fr;
        -ms-grid-columns: 3fr 3fr;
        grid-template-rows: 1fr;
    }
}

.hero-classic .hero-text-classic {
    grid-area: hello;
    max-width: 40em;
    margin: 0 auto;
    padding: 4rem;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

@media (min-width: 992px) {
    .hero-classic .hero-text-classic {
        text-align: right;
        margin-right: 4rem;
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
}

.hero-classic .hero-image-classic {
    grid-area: illu;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    background: #E83363;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: 400px;
}

@media (min-width: 992px) {
    .hero-classic .hero-image-classic {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
}

.job .container {
    -ms-grid-column: 2;
    grid-column: 2;
    max-width: 80%;
    margin-right: auto;
    margin-left: 0;
}

@media (min-width: 992px) {
    .job .container {
        padding-left: 0;
        padding-right: 6rem;
    }
}


.abi-widget-wrapper {
    position: fixed !important;
    opacity: 0;
    height: 0;
    pointer-events: none;
    bottom: -1000px;
    right: 0;
    z-index: 300;
    transition: all .5s ease-in-out;
    background-color: #E83363;
    padding-bottom: 3rem;
}

.abi-widget-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: white;
    height: 3rem;
    width: 100%;
    font-size: 3rem;
}

    .abi-widget-header > button {
        font-size: 3rem;
        padding: 1rem;
        height: 100%;
        margin: 0;
        line-height: 0;
    }

.abi-widget-wrapper.active {
    opacity: 1;
    height: 100%;
    width: 100%;
    pointer-events: all;
    bottom: 0;
}

@media (min-width: 420px) {
    .abi-widget-wrapper {
        width: 400px !important;
        height: 650px !important;
        right: 1rem;
        border: solid 2px white;
    }
}
