/* =========================================================
   Split Feature
   ========================================================= */

.comp-split-feature {
    width: 100%;
    overflow: hidden;
}

.comp-split-feature .split-feature-background {
    width: 100%;
}

.comp-split-feature .comp-split-feature-container {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 700px;
}

.comp-split-feature .comp-split-feature-container.alt {
    flex-direction: row-reverse;
}


/* =========================================================
   Columns
   ========================================================= */

.comp-split-feature .text-content-container,
.comp-split-feature .media-content-container {
    width: 50%;
}

.comp-split-feature .text-content-container {
    display: flex;
    align-items: center;
    padding: 100px 7vw;
}

.comp-split-feature .text-content-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-width: 650px;
}

.comp-split-feature .comp-split-feature-container:not(.alt)
.text-content-inner {
    margin-left: auto;
}

.comp-split-feature .comp-split-feature-container.alt
.text-content-inner {
    margin-right: auto;
}


/* =========================================================
   Text alignment
   ========================================================= */

.comp-split-feature .text-content-container.text-left {
    text-align: left;
}

.comp-split-feature .text-content-container.text-center {
    text-align: center;
}

.comp-split-feature .text-content-container.text-right {
    text-align: right;
}

.comp-split-feature .text-content-container.text-left
.text-content-inner {
    justify-content: flex-start;
}

.comp-split-feature .text-content-container.text-center
.text-content-inner {
    justify-content: center;
}

.comp-split-feature .text-content-container.text-right
.text-content-inner {
    justify-content: flex-end;
}


/* =========================================================
   Title
   ========================================================= */

.comp-split-feature .title {
    width: 100%;
    margin: 0;
    padding: 0 0 20px;

    font-family: apparat-light, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 35px;

    color: #2b2b2b;
    text-transform: uppercase;
}

@media screen and (min-width: 1401px) {
    .comp-split-feature .title {
        font-size: calc(3.4682080925vw - 18.5895953757px);
        line-height: calc(7.1290944123vw - 64.8786127168px);
        padding-bottom: calc(1.9267822736vw - 6.9942196532px);
    }
}

@media screen and (min-width: 1920px) {
    .comp-split-feature .title {
        font-size: 48px;
        line-height: 72px;
        padding-bottom: 30px;
    }
}


/* =========================================================
   Subtitle
   ========================================================= */

.comp-split-feature .text-one {
    width: 100%;
    margin: 0;
    padding: 0 0 30px;

    font-family: apparat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;

    color: #2b2b2b;
}

@media screen and (min-width: 1401px) {
    .comp-split-feature .text-one {
        font-size: calc(0.3853564547vw + 14.6011560694px);
        line-height: calc(1.1560693642vw + 7.8034682081px);
    }
}

@media screen and (min-width: 1920px) {
    .comp-split-feature .text-one {
        font-size: 22px;
        line-height: 30px;
    }
}


/* =========================================================
   Body copy
   ========================================================= */

.comp-split-feature .text-two {
    width: 100%;

    font-family: apparat-light, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;

    color: #2b2b2b;
}

@media screen and (min-width: 1401px) {
    .comp-split-feature .text-two {
        line-height: calc(0.7707129094vw + 13.2023121387px);
    }
}

@media screen and (min-width: 1920px) {
    .comp-split-feature .text-two {
        line-height: 28px;
    }
}

.comp-split-feature .text-two p {
    margin: 0;
    padding: 0 0 15px;
}

.comp-split-feature .text-two > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.comp-split-feature .text-two a {
    color: #000;
    text-decoration: underline;
    transition: opacity 0.5s ease-in-out;
}

.comp-split-feature .text-two a:hover {
    opacity: 0.5;
}


/* =========================================================
   Lists
   ========================================================= */

.comp-split-feature .text-two ul {
    margin: 0;
    padding: 0 0 25px;
    list-style: none;
}

.comp-split-feature .text-two ul li {
    position: relative;
    padding: 10px 0 10px 30px;

    font-family: apparat-light, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.comp-split-feature .text-two ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;

    width: 20px;
    height: 20px;

    background-image: url("../../img/ashorne_bullet_green.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (min-width: 1401px) {
    .comp-split-feature .text-two ul li {
        padding-left: calc(1.9267822736vw + 3.0057803468px);
        font-size: calc(0.3853564547vw + 10.6011560694px);
        line-height: calc(0.7707129094vw + 13.2023121387px);
    }

    .comp-split-feature .text-two ul li::before {
        width: calc(1.9267822736vw - 6.9942196532px);
        height: calc(1.9267822736vw - 6.9942196532px);
        top: calc(-0.9633911368vw + 25.4971098266px);
    }
}

@media screen and (min-width: 1920px) {
    .comp-split-feature .text-two ul li {
        padding-left: 40px;
        font-size: 18px;
        line-height: 28px;
    }

    .comp-split-feature .text-two ul li::before {
        width: 30px;
        height: 31px;
        top: 9px;
    }
}


/* =========================================================
   Buttons
   ========================================================= */

.comp-split-feature .link-container {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 20px;

    width: 100%;
    padding: 40px 0 0;
}

.comp-split-feature .text-left .link-container {
    justify-content: flex-start;
}

.comp-split-feature .text-center .link-container {
    justify-content: center;
}

.comp-split-feature .text-right .link-container {
    justify-content: flex-end;
}


/* =========================================================
   Media
   ========================================================= */

.comp-split-feature .media-content-container {
    position: relative;
    min-height: 700px;
    overflow: hidden;
}

.comp-split-feature .image-container,
.comp-split-feature .image,
.comp-split-feature .video-container,
.comp-split-feature .media-link {
    display: block;
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
}

.comp-split-feature .image img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.comp-split-feature .video-container iframe {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
    border: 0;
}


/* =========================================================
   Optional text over image
   ========================================================= */

.comp-split-feature .image-container .text {
    position: absolute;
    inset: 0;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;
    pointer-events: none;
}

.comp-split-feature .image-container .text::before {
    content: "";
    position: absolute;
    inset: 0;

    background-color: rgba(0, 0, 0, 0.4);
}

.comp-split-feature .image-container .text span {
    position: relative;
    z-index: 1;

    font-family: apparat, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 4.95px;

    color: #fff;
    text-align: center;
    text-transform: uppercase;
}


/* =========================================================
   Background colour overrides
   ========================================================= */

.comp-split-feature.blue-background .title,
.comp-split-feature.blue-background .text-one,
.comp-split-feature.blue-background .text-two,
.comp-split-feature.blue-background .text-two a,
.comp-split-feature .blue-background .title,
.comp-split-feature .blue-background .text-one,
.comp-split-feature .blue-background .text-two,
.comp-split-feature .blue-background .text-two a {
    color: #000;
}

/* font colour override for black bgd */

.comp-split-feature.blue-background .title,
.comp-split-feature.blue-background .text-one,
.comp-split-feature.blue-background .text-two,
.comp-split-feature.blue-background .text-two a,
.comp-split-feature .blue-background .title,
.comp-split-feature .blue-background .text-one,
.comp-split-feature .blue-background .text-two,
.comp-split-feature .blue-background .text-two a {
    color: #fff;
}


/* =========================================================
   Tablet
   ========================================================= */

@media only screen and (min-width: 980px) and (max-width: 1400px) {
    .comp-split-feature .comp-split-feature-container {
        min-height: 600px;
    }

    .comp-split-feature .text-content-container {
        padding: 80px 5vw;
    }

    .comp-split-feature .media-content-container {
        min-height: 600px;
    }
}


/* =========================================================
   Mobile
   ========================================================= */

@media only screen and (max-width: 979px) {
	.comp-split-feature .text-right .link-container {
    justify-content: center;
}
    .comp-split-feature .comp-split-feature-container,
    .comp-split-feature .comp-split-feature-container.alt {
        flex-direction: column;
        min-height: 0;
    }

    .comp-split-feature .text-content-container,
    .comp-split-feature .media-content-container {
        width: 100%;
    }

    .comp-split-feature .text-content-container {
        padding: 70px 30px;
        text-align: center;
    }

    .comp-split-feature .text-content-inner,
    .comp-split-feature
    .comp-split-feature-container:not(.alt)
    .text-content-inner,
    .comp-split-feature
    .comp-split-feature-container.alt
    .text-content-inner {
        justify-content: center;
        max-width: 700px;
        margin: 0 auto;
    }

    .comp-split-feature .title {
        font-size: 35px;
        line-height: 45px;
        text-align: center;
    }

    .comp-split-feature .text-one {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }

    .comp-split-feature .text-two {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .comp-split-feature .text-two ul {
        text-align: left;
    }

    .comp-split-feature .link-container {
        justify-content: center;
    }

    .comp-split-feature .media-content-container {
        min-height: 500px;
    }
}

@media only screen and (max-width: 600px) {
    .comp-split-feature .text-content-container {
        padding: 60px 24px;
    }

    .comp-split-feature .title {
        font-size: 30px;
        line-height: 39px;
    }

    .comp-split-feature .media-content-container {
        min-height: 400px;
    }
}