.split-hero-section-block {
position: relative;
overflow: hidden;
z-index: 2;
}
/*.split-hero-section-block::after {
    background: rgba(1, 1, 1, 0.25);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/



.split-hero-section-block .column-wrap {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    top: 0;
    z-index: 10;
}
.split-hero-section-block .background-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.split-hero-section-block .background-image img {
height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.split-hero-section-block .background-image::after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #fff;
opacity: 0.3;
}


.hero-overlay-container-inner {
    position: relative;
    padding-left: 40px;
    font-family: 'Fira Sans', sans-serif;
}
.split-hero-section-block .hero-overlay-container-wrap {
padding: 60px;
}
.hero-overlay-container-inner strong, .hero-overlay-container-inner h1, .hero-overlay-container-inner h2, .hero-overlay-container-inner h3, .hero-overlay-container-inner h4 {
    color: #fff !important;
    font-weight: 800;
}
.hero-overlay-container-inner p {
font-weight: 600;
font-size: 1.1em;
}
.hero-overlay-container-inner::before {
content: "";
background: #fff;
width: 10px;
height: 100%;
position: absolute;
left: 0;
top: 0;
}


/* Height */
.hero-height-full-screen .hero-image-wrap img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    min-height: 450px;
}
.hero-height-medium .hero-image-wrap img {
    max-height: 66.66666vh;
    width: 100%;
    object-fit: cover;
    min-height: 450px;
}
.hero-height-narrow .hero-image-wrap img {
    height: 55.55555vh;
    width: 100%;
    object-fit: cover;
    min-height: 450px;
}


/* Content alignment */
.hero-content-alignment-center .hero-overlay-container-outer {
	text-align: left;
}
.hero-content-alignment-left .hero-overlay-container-outer {
	text-align: left;
}
.hero-content-alignment-right .hero-overlay-container-outer {
	text-align: left;
}

.hero-content-alignment-center .block-inner {
	justify-content: center;
}
.hero-content-alignment-left .block-inner {
	justify-content: flex-start;
}
.hero-content-alignment-right .block-inner {
	justify-content: flex-end;
}

.hero-content-alignment-center .hero-buttons-container-inner, .hero-content-alignment-left .hero-buttons-container-inner, .hero-content-alignment-right .hero-buttons-container-inner {
    justify-content: flex-start;   
}


.split-hero-section-block .column {
  position: relative;
  box-sizing: border-box;
  padding: 100px;
}
.split-hero-section-block .column.column-one {
  padding-right: 50px;
}
.split-hero-section-block .column.column-two {
  padding-left: 50px;
}
.split-hero-section-block .heading {
    margin-bottom: 0;
}

/* Buttons */
.hero-buttons-container {
    margin-top: 40px;
    padding-left: 40px;
}
.hero-buttons-container-inner {
	display: flex;
}
.hero-buttons-container-inner button {
	margin-left: 7.5px;
	margin-right: 7.5px;
}
.hero-buttons-container-inner button:first-of-type {
	margin-left: 0;
}
.hero-buttons-container-inner button:last-of-type {
	margin-right: 0;
} 
.hero-buttons-container button {
    min-width: 245px;
}

.hero-overlay-container-outer a, .hero-overlay-container-outer a:hover {
color: #fff !important;
text-decoration: underline;
}
.hero-overlay-container-outer .lsb-button  a:hover {
color: #26356c !important;
text-decoration: none;
}
/* Slider */

/* Slider nav */
.hero-slider-nav-outer {
    max-width: 1920px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.hero-slider-nav-inner {
    line-height: 0;
    width: 100%;
}
#prev-hero, #next-hero {
    position: relative;
    padding: 0;
    border: none;
        pointer-events: all;
    background: none;
    outline: none;
-webkit-animation: fadein ease 1.4s;
animation: fadein ease 1.4s;
}
#prev-hero {
    position: relative;
    left: 0;
}
#next-hero {
    float: right;
    position: relative;
    right: 0;
}
#prev-hero svg, #next-hero svg {
    height: 104px;
    opacity: 1;
    color: #fff;
    transition: all 0.3s ease;
    width: 90px;
    display: block;
}
#prev-hero svg:hover, #next-hero svg:hover {
    opacity: 1;
}



.split-hero-section-block .tns-nav {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.split-hero-section-block .tns-nav button {
    border-radius: 30px;
    width: 13px;
    height: 13px;
    padding: 0;
    background: none;
    border: 1px solid #FFF;
    margin-left: 4px;
    margin-right: 4px;
}
.split-hero-section-block .tns-nav button.tns-nav-active {
    background: #fff;
}



.tablet-hero-image-show, .tablet-hero-image, .mobile-hero-image {
    display: none;
}
@media all and (max-width: 1820px) {
.split-hero-section-block  #prev-hero svg, .split-hero-section-block  #next-hero svg {
    max-width: 60px;    
    }
}
@media all and (max-width: 1640px) {
.hero-overlay-container-inner::before {
    width: 7px;
}
.hero-buttons-container button {
    min-width: 230px;
}
}
@media all and (max-width: 1366px) {
.split-hero-section-block  #prev-hero svg, .split-hero-section-block  #next-hero svg {
    max-width: 50px;    
    }
.split-hero-section-block .tns-nav button {
    width: 11px;
    height: 11px;
}
.hero-buttons-container button {
    min-width: 210px;
}
}
@media all and (max-width: 1024px) {
.split-hero-section-block  #prev-hero svg, .split-hero-section-block  #next-hero svg {
    max-width: 40px;    
    }
.split-hero-section-block .tns-nav button {
    width: 9px;
    height: 9px;
}
.hero-buttons-container button {
    min-width: 175px;
}
}

@media all and (max-width: 768px) {
.desktop-hero-image {
    display: none;
}
.tablet-hero-image, .tablet-hero-image-show {
    display: block;
}
}
@media all and (max-width: 767px) {
.split-hero-section-block .column-wrap {
    grid-template-columns: 1fr;
    gap: 70px;
}
.content-block.split-hero-section-block .column {
    padding: 70px;
}
.split-hero-section-block .column.column-one {
    padding-bottom: 0 !important;
}
.split-hero-section-block .column.column-two {
    padding-top: 0 !important;
}
}
@media all and (max-width: 480px) {
.hero-overlay-container-inner {
    padding-left: 25px;
}
.hero-overlay-container-inner::before {
    width: 5px;
}
.tablet-hero-image {
    display: none;
}
.mobile-hero-image {
    display: block;
}
.content-block.split-hero-section-block .column {
    padding: clamp(25px, 5vw, 100px);
}
.split-hero-section-block .column-wrap {
    gap: 50px;
}
.split-hero-section-block .column.column-one {
    padding-top: 50px !important;
}
.split-hero-section-block .column.column-two {
    padding-bottom: 50px !important;
}
}