




@media (min-width: 992px) {

    .ps-lg-6 {
        padding-left: 4rem !important;
    }

    .ps-lg-7 {
        padding-left: 5rem !important;
    }

    .pe-lg-6 {
        padding-right: 4rem !important;
    }

    .pe-lg-7 {
        padding-right: 5rem !important;
    }

    .pt-lg-6 {
        padding-top: 4rem !important;
    }

    .pt-lg-7 {
        padding-top: 5rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 4rem !important;
    }

    .pb-lg-7 {
        padding-bottom: 5rem !important;
    }

}

/**
 * System stuff
 */
.ac-banner-big-header {
    font-size:1.6rem !important;
    line-height: 2.0rem !important;
    color: white;
    font-family: Montserrat !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: left;
}

.ac-banner-header {
    font-size:1.3rem !important;
    line-height: 1.6rem !important;
    color: white;
    font-family: Montserrat !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: left;
}
.ac-banner-text-sm-thin {
    font-size:0.8rem !important;
    line-height: 1.2rem;
    color: white;
    font-family: "Open Sans" !important;
    font-weight: 300;
    text-align: left;
}

.ac-banner-text-mid-thin {
    font-size:1.0rem !important;
    line-height: 1.4rem;
    color: white;
    font-family: "Open Sans" !important;
    font-weight: 300;
    text-align: left;
}

/*
font-size: 0.7rem !important;
line-height: 1.3rem;
 */

.ac-whitebox-small-subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 0.7rem !important;
    line-height: 1.0rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #DE3564 !important;
    padding-top:2rem;
    margin-bottom: 0.5rem;
}

.ac-whitebox-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 1.4rem !important;
    line-height: 1.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ac-whitebox-bodytext {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 0.9rem !important;
    line-height: 1.32rem !important;
    color: #69769C;
}

.ac-text-centered {
    text-align: center;
    width:100%;
}

.ac-parallax-content-centerv {
    display:flex;
    justify-content: center;
}

.ac-content-pad-20ph {
    padding-left: calc(5vw);
    padding-right: calc(5vw);
}

.ac-365 {
    max-width: 60%;
    width: 60%;
    object-fit: contain;
    height: auto;
    position: absolute;
    bottom: -2%;
    right: 0%;
}

.ac-col-reverse {
    flex-direction: column-reverse;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .ac-col-reverse {
        flex-direction: row;
    }

    .ac-content-pad-20ph {
        padding-left: calc(10vw);
        padding-right: calc(10vw);
    }

    .ac-365 {
        max-width: 70%;
        width: 70%;
        object-fit: contain;
        height: auto;
        position: absolute;
        bottom: -15%;
        right: -3%;
    }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .ac-content-pad-20ph {
        padding-left: calc(20vw);
        padding-right: calc(20vw);
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .ac-whitebox-small-subtitle {
        font-size: 0.7rem !important;
        line-height: 1.1rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .ac-banner-big-header {
        font-size:2.6rem !important;
        line-height: 2.8rem !important;
    }
    .ac-banner-header {
        font-size:1.6rem !important;
        line-height: 1.8rem !important;
    }
    .ac-banner-text-sm-thin {
        font-family: "Open Sans" !important;
        font-weight: 300;
    }
    .ac-banner-text-mid-thin {
        font-size:1.34rem !important;
        line-height: 1.6rem;
    }
    .ac-whitebox-small-subtitle {
        font-size: 0.8rem !important;
        line-height: 1.2rem;
    }

    .ac-whitebox-title {
        font-size: 1.6rem !important;
        line-height: 2.4rem;
    }

    .ac-whitebox-bodytext {
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
}

.ac-container-align-right {
    display:flex;
    flex-flow:row;
    justify-content: flex-end;
    align-items: flex-end;
}

.ac-container-align-left {
    display:flex;
    flex-flow:row;
    justify-content: flex-start;
    align-items: flex-start;
}

.ac-container-align-center {
    display:flex;
    flex-flow:row;
    justify-content: center;
    align-items: center;
}

.ac-button-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ac-section-button-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}


.ac-news-carousel {
    height:30rem;
}

.ac-news-carousel .carousel-caption {
    top: 0%;
    bottom: 12%;
    padding-top:0px;
}

.news-carousel-item .card-img-r {
    position:relative;
    height:10rem;
}

.news-carousel-item .card-img-r > img {
    border-radius: 10px;
}

@media (min-width: 992px) {

    .ac-news-carousel .carousel-control-next,
    .ac-news-carousel .carousel-control-prev {
        margin-top: -40px;
    }

    .ac-news-carousel .carousel-control-next-icon,
    .ac-news-carousel .carousel-control-prev-icon {
        background: none;
    }


    .ac-news-carousel .carousel-control-prev-icon:before,
    .ac-news-carousel .carousel-control-next-icon:before {
        color: #DE3564;
        font-family: mcfw-linearicons;
        font-size: 5rem;
        margin-top: -3rem;
    }

    .ac-news-carousel .carousel-control-prev-icon:before {
        content: '\e93b';
    }

    .ac-news-carousel .carousel-control-next-icon:before {
        content: '\e93c';
    }
}


@media (min-width: 576px) {
    .ac-news-carousel {
        height:30rem;
    }

}


@media (min-width: 1200px) {

    .news-carousel-item .card-img-r {
        position:relative;
        height:22rem;
    }

    .ac-news-carousel {
        height:34rem;
    }

    .news-carousel-item .card-img-r {
        position:relative;
        height:24rem;
    }

}


.ac-text-left {
    text-align: left;
}

.ac-button-width-170 {
    max-width: 100%;
    text-align: center;
    justify-content: center;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .ac-button-width-170 {
        max-width: 170px;
    }
}


.mcfw-pl-10p {
    padding-left:calc(10vw);
}
.mcfw-pr-10p {
    padding-right:calc(10vw);
}

.mcfw-col-v-center {
    justify-content: center;
}

.mcfw-col-h-center {
    align-items: center;
}



/* ------- */


.ac-button-salmon-light {
    color: rgba(222, 40, 83, 1);
    min-width: 100px;
    border:0px;
    background: rgba(222, 53, 100, 0.05);
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 12px;
    /*border-radius: 0px;*/
    width: 100%;
}

.ac-button-salmon-light:hover {
    color: rgba(222, 40, 83, 1);
    background: rgba(222, 53, 100, 0.15);
    font-weight: 500;
}

.ac-button-salmon-border {
    color: rgba(222, 40, 83, 1);
    min-width: 100px;
    border:2px solid rgba(222, 40, 83, 1);;
    background: #fff;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 12px;
    /*border-radius: 0px;*/
    width: 100%;
}

.ac-button-salmon-border:hover {
    color: rgba(222, 40, 83, 1);
    background: rgba(222, 53, 100, 0.15);
    font-weight: 500;
}


.ac-button-white-bordered {
    color: white;
    min-width: 100px;
    border:2px solid white;
    background: transparent;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 12px;
    /*border-radius: 0px;*/
    width: 100%;
}

.ac-button-white-bordered:hover {
    color: white;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 500;
}



/* ------- */

.ac-mobile-hidden {

}

.ac-only-mobile {
    display: none;
}


@media (max-width: 576px) {
    .ac-mobile-hidden {
        display: none;
    }

    .ac-only-mobile {
        display: flex;
    }

}


@media (max-width: 576px) {
    .carousel-caption {
        --bs-gutter-x: 1.5rem;
        left:0px;
        right:0px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

.ac-parallax-small {
    padding-bottom: 33%;
    display:flex;
    justify-content: center;
}
.ac-parallax-medium {
    padding-bottom: 50%;
    display:flex;
    justify-content: center;
}

.ac-parallax-big {
    padding-bottom: 66%;
    display:flex;
    justify-content: center;
}

.ac-parallax-huge {
    padding-bottom: 80%;
    display:flex;
    justify-content: center;
}

@media (min-width: 768px) {

    .ac-parallax-small {
        padding-bottom: 20%;
    }
    .ac-parallax-medium {
        padding-bottom: 20%;
    }

    .ac-parallax-big {
        padding-bottom: 30%;
    }

    .ac-parallax-huge {
        padding-bottom: 40%;
    }

}

.b-animate {

}

.split-lines {

}

.split-lines .line {
    overflow: hidden;
}

.ac-border-radius-10 {
    border-radius: 10px;
}

.mcfw-textalign-left {
    text-align: left;
}

.mcfw-textalign-right {
    text-align: right;
}