/* --- BODY OVERIDES --- */
body:not(.page-template-template-home) {
    background-image: url('../images/smplr-wht-bg.svg')!important;
    background-repeat: repeat-x!important;
    background-position: top 130px center;
    background-size: cover;
    background-color: #000;
}
select {
    background: none!important;
    padding: 10px 0!important;
}
select::after,
.hs-fieldtype-select .input::after {
    right: 3px!important;
}
#contact-form form {
    padding: 25px 0!important;
}
.single-insights .position-relative h1 {
    padding-top: 30px!important;
}

/* --- BUTTON OVERRIDES --- */
.button {
    border-width: 5px!important;
}

/* --- FOOTER OVERIDES --- */
.footer-nav-inner,
.footer-nav-inner-left {
    display: flex;
}


/* --- NAV OVERIDES --- */

.nav-wrapper {
    background-color: #000!important;
}
.nav-wrapper #logo path {
    fill: #FFF!important;
}
.navigation > li:not(.menu-item-has-children) > a::before,
.navigation > li.menu-item-has-children > a::before {
    background-color: #8854FC!important;
}
.navigation > li > a {
    font-family: AeonikProRegular!important;
    text-transform: none!important;
}
.navigation > li > a::after {
    width: 12px!important;
    height: 12px!important;
    background-size: contain!important;
    top: 0!important;
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cpath id='Path_139' data-name='Path 139' d='M5%2C0l5%2C6H0Z' fill='%23FFFFFF' transform='translate(10 6) rotate(180)'/%3E %3C/svg%3E ")!important;*/
}
.navigation > li.smplr-hp23-contact > a {
    position: relative!important;
}
.navigation > li.smplr-hp23-contact > a::before {
    content: ''!important;
    position: absolute!important;
    z-index: 9!important;
    height: 10px!important;
    background-color: #000!important;
    width: 100%!important;
    bottom: 0!important;
    transition: width 0.4s!important;
    border-bottom: 5px solid #8854FC!important;
}
.navigation > li.smplr-hp23-contact > a:hover::before {
    width: 0!important;
}
.navigation > li.smplr-hp23-legacy-search,
.container-outer {
    display: none!important;
}
.smplr-hp23-contact a {
   transition: 0.5s all;
}
#smplr-search-icon {
    cursor: pointer;
}
#smplr-search-icon svg {
    width: 23px!important;
    height: 23px!important;
}
.searchform {
    background-color: #000!important;
}
.searchform input {
    color: #FFF!important;
}

/* --- FOOTER OVERIDES --- */
#subscribe {
    background-color: #000;
}
.site-footer {
    padding-top: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
.footer-nav {
    margin: 0!important;
    max-width: 100%!important;
}
.footer-nav a, 
.site-info, 
.site-footer .contact-details p {
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}
.site-footer .contact-details p {
    line-height: 2!important;
}
.site-footer h5,
.site-footer h5 a {
    font-size: 18px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 1.4!important;
    margin: 0 0 15px 0!important;
}
.site-footer .contact-details p, 
.site-footer .contact-details a {
    color: #FFF!important;
}
.site-footer .contact-details a:hover {
    opacity: 0.7!important;
}
.site-footer .contact-details #social {
  display: flex!important;
}
.simplr-social-icon {
    font-size: 0!important;
    display: inline-block!important;
    width: 18px!important;
    height: 18px!important;
    background-position: left bottom!important;
    background-repeat: no-repeat!important;
    margin: 0 1rem 0 0!important;
}
.simplr-social-icon.twitter {
    background-image: url(../images/new-twitter-icon.svg);
    background-size: 87%!important;
}
.simplr-social-icon.linkedin {
    background-image: url(../images/linkedin-icon.svg);
    background-size: cover!important;
}
#legal {
    border-top: none!important;
    padding-top: 0!important;
    margin-top: 0!important;
}
.site-info {
    max-width: 100%!important;
}

/* --- GENERAL --- */
.page-template-template-home {
    background-color: #000!important;
}
.smplr-hp23-main {
   overflow-x: hidden!important;
}
.smplr-hp23-main div {
    box-sizing: border-box;
}
.smplr_hp23-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap:0
}
img.lazy {
	width: 100%;
	filter: blur(8px);
	transition: filter .6s
}
img.lazy.lazyloaded {
	filter:blur(0)
}
.smplr-hp23-hide-stuff {
    display: none!important
}
/* --- LANDING --- */
.smplr-hp23-landing-content,
section#insights {
   overflow-y: hidden
}
.loading-content {
    opacity: 0;
    filter: blur(4px);
    transition: 0.5s all;
}
.loading-content.loaded-content {
    opacity: 1;
    filter: blur(0);
}
.smplr-hp23-landing-container {
    display: flex;
}
.smplr-hp23-landing-container p  {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}
.smplr-hp23-landing-content,
section#insights {
    position: relative;
}
.smplr-hp23-content-fader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #000;
    animation: loader-animation 2s ease-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.smplr-hp23-intro {
    opacity: 0.8;
}
.smplr-hp23-landing-container p strong {
    font-weight: 500;
}
.smplr-hp23-landing-container .h1 {
    font-family: AeonikProMedium;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.739px;
    margin: 0!important
}
.smplr-hp23-landing-container .h1, 
.smplr-hp23-landing-container strong,  
.smplr-hp23-landing-container p {
    color: #FFF;
}
.smplr-hp23-btn.button {
    margin: 30px 0 0 0!important;
    border-bottom: 5px solid #8854fc!important;
    transition: 0.5s all!important;
    font-size: 19px!important;
    line-height: 1.2!important;
    font-weight: 700!important;
}
.smplr-hp23-view-all.smplr-hp23-btn.button {
    margin: 80px 0 0 0!important;
    position: relative;
}
.button.cta1-btn,
.button.cta2-btn {
    transition: 0.5s all!important;
}
.smplr-hp23-btn.button:hover,
.button.cta1-btn:hover,
.button.cta2-btn:hover {
    color: #FFF!important;
    padding: 10px 30px 10px 0;
}
.smplr-hp23-video-container {
    padding: 0;
    grid-area: 1 / 1 / 7 / 11;
    overflow: hidden;
}
.smplr-hp23-video-container video {
    width: auto;
    margin: 0;
}
.smplr-hp23-play {
    grid-area: 6 / 2 / 7 / 4;
    animation: purple-animation 3s ease-in;
    animation-delay: 700ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    position: relative;
    transition: 0.5s all;
}
.smplr-hp23-play:hover {
    opacity: 0.9;
}
.smplr-hp23-play a {
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    position: relative;
    animation: play-animation 1s ease-in;
    animation-delay: 1100ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.smplr-hp23-play a span {
    position: relative;
}
.smplr-hp23-play a span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url("../images/smplr-play-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s all;
}
.smplr-hp23-play a:hover span::after {
    right: -5px;
}
/* ROW 1 */
.pos-1-1-vid {
    grid-area: 1 / 1 / 2 / 3;
}
.pos-1-1-img {
    grid-area: 1 / 1 / 2 / 2;
}
.pos-1-1-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 100ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-2-1-img {
    grid-area: 1 / 2 / 2 / 3;
}
.pos-2-1-img.active  {
    animation: loader-animation 3s ease-out;
    animation-delay: 200ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-3-1-vid, .pos-3-1-img {
    grid-area: 1 / 3 / 2 / 4;
}
.pos-3-1-vid {
    animation: light-purple-animation 3s ease-out;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-3-1-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-4-1-vid, .pos-4-1-img {
    grid-area: 1 / 4 / 2 / 5;
}
.pos-4-1-vid, .pos-4-1-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 400ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-5-1-vid, .pos-5-1-img  {
    grid-area: 1 / 5 / 2 / 6;
}
.pos-5-1-img.active  {
    animation: loader-animation 3s ease-out;
    animation-delay: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.pos-5-1-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-6-1-vid, .pos-6-1-img {
    grid-area: 1 / 6 / 2 / 7;
}
.pos-6-1-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 600ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-6-1-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 600ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-7-1-vid, .pos-7-1-img {
    grid-area: 1 / 7 / 2 / 8;
}
.pos-7-1-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 700ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-7-1-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 700ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-8-1-vid, .pos-8-1-img {
    grid-area: 1 / 8 / 2 / 9;
}
.pos-8-1-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 800ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-8-1-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 800ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-9-1-vid, .pos-9-1-img {
    grid-area: 1 / 9 / 2 / 10;
}
.pos-9-1-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 900ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-9-1-img.active {
    animation: pink-opacity-animation 3s ease-out;
    animation-delay: 900ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-10-1-vid, .pos-10-1-img {
    grid-area: 1 / 10 / 2 / 11;
}
.pos-10-1-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 1000ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-10-1-img {
    opacity: 0.99999!important;
}
/* ROW 2 */
.pos-1-2-vid, .pos-1-2-img {
    grid-area: 2 / 1 / 3 / 2;
}
.pos-1-2-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 200ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-1-2-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 200ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-2-2-vid, .pos-2-2-img {
    grid-area: 2 / 2 / 3 / 3;
}
.pos-2-2-vid {
    animation: purple-animation 3s ease-out;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-2-2-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-3-2-vid, .pos-3-2-img {
    grid-area: 2 / 3 / 3 / 4;
}
.pos-3-2-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 400ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-3-2-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 400ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-4-2-vid, .pos-4-2-img {
    grid-area: 2 / 4 / 3 / 5;
}
.pos-4-2-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-4-2-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-5-2-vid, .pos-5-2-img {
    grid-area: 2 / 5 / 3 / 6;
}
.pos-5-2-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 600ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-5-2-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 600ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-6-2-vid, .pos-6-2-img {
    grid-area: 2 / 6 / 3 / 7;
}
.pos-6-2-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 700ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-6-2-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 700ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-7-2-vid, .pos-7-2-img {
    grid-area: 2 / 7 / 3 / 8;
}
.pos-7-2-vid, .pos-7-2-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 800ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-8-2-vid, .pos-8-2-img {
    grid-area: 2 / 8 / 3 / 9;
}
.pos-8-2-vid, .pos-8-2-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 900ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-9-2-vid, .pos-9-2-img {
    grid-area: 2 / 9 / 3 / 10;
}
.pos-9-2-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 1000ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-9-2-img.active {
    animation: burgandy-opacity-animation 3s ease-out;
    animation-delay: 1000ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-10-2-vid , .pos-10-2-img {
    grid-area: 2 / 10 / 3 / 11;
}
.pos-10-2-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 1100ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-10-2-img.active {
    animation: pink-opacity-animation 3s ease-out;
    animation-delay: 1100ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

/* ROW 3 */
.pos-1-3-vid, .pos-1-3-img {
    grid-area: 3 / 1 / 4 / 2;
}
.pos-1-3-vid {
    animation: light-purple-opacity-animation 3s ease-out;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-1-3-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-2-3-vid, .pos-2-3-img {
    grid-area: 3 / 2 / 4 / 3;
}
.pos-2-3-vid, .pos-2-3-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 400ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-3-3-vid, .pos-3-3-img {
    grid-area: 3 / 3 / 4 / 4;
}
.pos-3-3-vid, .pos-3-3-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-4-3-vid, .pos-4-3-img {
    grid-area: 3 / 4 / 4 / 5;
}
.pos-4-3-vid, .pos-4-3-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 600ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-5-3-vid, .pos-5-3-img {
    grid-area: 3 / 5 / 4 / 6;
}
.pos-5-3-vid, .pos-5-3-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 700ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-6-3-vid, .pos-6-3-img {
    grid-area: 3 / 6 / 4 / 7;
}
.pos-6-3-vid, .pos-6-3-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 800ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-7-3-vid, .pos-7-3-img {
    grid-area: 3 / 7 / 4 / 8;
}
.pos-7-3-vid, .pos-7-3-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 900ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-8-3-vid, .pos-8-3-img {
    grid-area: 3 / 8 / 4 / 9;
}
.pos-8-3-vid, .pos-8-3-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 1000ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-9-3-vid, .pos-9-3-img {
    grid-area: 3 / 9 / 4 / 10;
}
.pos-9-3-vid, .pos-9-3-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 1100ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-10-3-vid, .pos-10-3-img {
    grid-area: 3 / 10 / 4 / 11;
}
.pos-10-3-vid, .pos-10-3-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 1200ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
/* ROW 4 */
.pos-1-4-vid, .pos-1-4-img {
    grid-area: 4 / 1 / 5 / 2;
}
.pos-1-4-vid {
    animation: light-purple-animation 3s ease-out;
    animation-delay: 400ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-1-4-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 400ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-2-4-vid, .pos-2-4-img {
    grid-area: 4 / 2 / 5 / 3;
}
.pos-2-4-vid {
    animation: light-purple-opacity-animation 3s ease-out;
    animation-delay: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-2-4-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-3-4-vid, .pos-3-4-img {
    grid-area: 4 / 3 / 5 / 4;
}
.pos-3-4-vid, .pos-3-4-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 600ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-4-4-vid, .pos-4-4-img {
    grid-area: 4 / 4 / 5 / 5;
}
.pos-4-4-vid, .pos-4-4-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 700ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-5-4-vid, .pos-5-4-img {
    grid-area: 4 / 5 / 5 / 6;
}
.pos-5-4-vid, .pos-5-4-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 800ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-6-4-vid, .pos-6-4-img {
    grid-area: 4 / 6 / 5 / 7;
}
.pos-6-4-vid, .pos-6-4-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 900ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-7-4-vid, .pos-7-4-img {
    grid-area: 4 / 7 / 5 / 8;
}
.pos-7-4-vid, .pos-7-4-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 1000ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-8-4-vid, .pos-8-4-img {
    grid-area: 4 / 8 / 5 / 9;
}
.pos-8-4-vid, .pos-8-4-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 1100ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-9-4-vid, .pos-9-4-img {
    grid-area: 4 / 9 / 5 / 10;
}
.pos-9-4-vid, .pos-9-4-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 1200ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-10-4-vid, .pos-10-4-img {
    grid-area: 4 / 10 / 5 / 11;
}
.pos-10-4-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 1300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-10-4-img.active {
    animation: pink-opacity-animation 3s ease-out;
    animation-delay: 1300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

/* ROW 5 */
.pos-1-5-vid, .pos-1-5-img {
    grid-area: 5 / 1 / 6 / 2;
}
.pos-1-5-vid {
    animation: purple-animation 3s ease-out;
    animation-delay: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-1-5-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-2-5-vid, .pos-2-5-img  {
    grid-area: 5 / 2 / 6 / 3;
}
.pos-2-5-vid, .pos-2-5-img.active  {
    animation: loader-animation 3s ease-out;
    animation-delay: 600ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-3-5-vid, .pos-3-5-img {
    grid-area: 5 / 3 / 6 / 4;
}
.pos-3-5-vid, .pos-3-5-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 700ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-4-5-vid, .pos-4-5-img {
    grid-area: 5 / 4 / 6 / 5;
}
.pos-4-5-vid, .pos-4-5-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 800ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-5-5-vid, .pos-5-5-img {
    grid-area: 5 / 5 / 6 / 6;
}
.pos-5-5-vid {
    animation: purple-opacity-animation 3s ease-out;
    animation-delay: 900ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-5-5-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 900ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-6-5-vid, .pos-6-5-img {
    grid-area: 5 / 6 / 6 / 7;
}
.pos-6-5-vid, .pos-6-5-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 1000ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-7-5-vid, .pos-7-5-img {
    grid-area: 5 / 7 / 6 / 8;
}
.pos-7-5-vid, .pos-7-5-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 1100ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-8-5-vid, .pos-8-5-img {
    grid-area: 5 / 8 / 6 / 9;
}
.pos-8-5-vid, .pos-8-5-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 1200ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-9-5-vid, .pos-9-5-img {
    grid-area: 5 / 9 / 6 / 10;
}
.pos-9-5-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 1300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-9-5-img.active {
    animation: pink-opacity-animation 3s ease-out;
    animation-delay: 1300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-10-5-vid, .pos-10-5-img {
    grid-area: 5 / 10 / 6 / 11;
}
.pos-10-5-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 1400ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-10-5-img {
    opacity: 0.99999!important;
}
/* ROW 6 */
.pos-1-6-vid, .pos-1-6-img {
    grid-area: 6 / 1 / 7 / 2;
}
.pos-1-6-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 600ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-2-6-img {
    grid-area: 6 / 2 / 7 / 3;
}
.pos-2-6-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 700ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-3-6-img {
    grid-area: 6 / 3 / 7 / 4;
}
.pos-3-6-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 800ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-4-6-vid, .pos-4-6-img {
    grid-area: 6 / 4 / 7 / 5;
}
.pos-4-6-vid {
    animation: light-purple-opacity-animation 3s ease-out;
    animation-delay: 900ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-4-6-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 900ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-5-6-vid, .pos-5-6-img {
    grid-area: 6 / 5 / 7 / 6;
}
.pos-5-6-vid, .pos-5-6-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 1000ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-6-6-vid, .pos-6-6-img {
    grid-area: 6 / 6 / 7 / 7;
}
.pos-6-6-vid {
    animation: purple-animation 3s ease-out;
    animation-delay: 1100ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-6-6-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 1100ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-7-6-vid, .pos-7-6-img {
    grid-area: 6 / 7 / 7 / 8;
}
.pos-7-6-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 1200ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-7-6-img.active {
    animation: pink-opacity-animation 3s ease-out;
    animation-delay: 1200ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-8-6-vid, .pos-8-6-img {
    grid-area: 6 / 8 / 7 / 9;
}
.pos-8-6-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 1300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-8-6-img {
    opacity: 0.99999;
}
.pos-8-6-img.active {
    animation: pink-animation 3s ease-out;
    animation-delay: 1300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-9-6-vid, .pos-9-6-img {
    grid-area: 6 / 9 / 7 / 10;
}
.pos-9-6-vid, .pos-9-6-img.active {
    animation: loader-animation 3s ease-out;
    animation-delay: 1400ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-10-6-vid, .pos-10-6-img {
    grid-area: 6 / 10 / 7 / 11;
}
.pos-10-6-vid {
    animation: loader-animation 3s ease-out;
    animation-delay: 1500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.pos-10-6-img {
    opacity: 0.99999;
}
.pos-10-6-img.active {
    animation: burgandy-animation 3s ease-out;
    animation-delay: 1500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.smplr-hp23-video-block {
    z-index: 1;
}
/*.smplr-hp23-image-block.opacity-7 {
    opacity: 0.999;
}
.smplr-hp23-video-block.opacity-7, .smplr-hp23-image-block.active.opacity-7 {
    opacity: 0.7;
}*/
@keyframes fadein-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes loader-animation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes play-animation {
    0% {
        opacity: 0;
        margin-left: -50px
    }
    100% {
        opacity: 1;
        margin: 0
    }
}
@keyframes purple-animation {
    0% {
        background-color: #000;
    }
    100% {
        background-color: #312880;
    }
}
@keyframes light-purple-animation {
    0% {
        background-color: #000;
    }
    100% {
        background-color: #8854FC;
    }
}
@keyframes purple-opacity-animation {
    0% {
        background-color: #000;
        opacity: 1;
    }
    100% {
        background-color: #312880;
        opacity: 0.7
    }
}
@keyframes light-purple-opacity-animation {
    0% {
        background-color: #000;
        opacity: 1
    }
    100% {
        background-color: #8854FC;
        opacity: 0.7
    }
}
@keyframes pink-opacity-animation {
    0% {
        background-color: #CE0099;
        opacity: 1;
    }
    100% {
        background-color: #CE0099;
        opacity: 0.7
    }
}
@keyframes pink-animation {
    0% {
        background-color: #CE0099;
        opacity: 1;
    }
    100% {
        background-color: #CE0099;
        opacity: 1
    }
}
@keyframes burgandy-opacity-animation {
    0% {
        background-color: #CE0099;
        opacity: 1
    }
    100% {
        background-color: #7A0C4F;
        opacity: 0.7
    }
}
@keyframes burgandy-animation {
    0% {
        background-color: #CE0099;
        opacity: 1;
    }
    100% {
        background-color: #7A0C4F;
        opacity: 1;
    }
}
.smplr-hp23-video-block.purple,
.smplr-hp23-video-block.light-purple,
.smplr-hp23-video-block.black {
    background-color: #000;
}
.smplr-hp23-image-block.pink,
.smplr-hp23-image-block.burgandy  {
    background-color: #CE0099;
}

/* --- INSIGHTS --- */
.smplr-hp23-insights-container h3 {
    color: #FFF!important;
    font-size: 32px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 36px!important;
    letter-spacing: 0.568px!important;
}
.smplr-hp23-insights-slider, .smplr-hp23-relationships-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}
.swiper {
    cursor: grab;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: 100;
}
.swiper.active {
    height: auto;
    bottom: 0;
}
.bx-viewport li a.pointer-events {
    pointer-events: none;
    z-index: 0;
}
.bx-viewport li a.pointer-events img {
    z-index: 0;
}
.smplr-hp23-insights-slider li h4 {
    color: #FFF!important;
    font-size: 20x!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 26px!important;
    width: 95%!important;
    margin: 0 0 20px 0!important;
}

@media (min-width: 600px) {
    .smplr-hp23-insights-slider li h4 {
        font-size: 24px!important;
        line-height: 32px!important;
    }
}

.smplr-hp23-btn.read-more {
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    margin: 0!important;
    position: relative;
    border-bottom: none!important;
}
.smplr-hp23-insights-slider .smplr-hp23-insight-thumbnail {
    width: 100%;
    padding: 33%;
    max-height: 280px;
    position: relative;
    overflow: hidden;
    background-color: #222;
    margin-bottom: 20px;
}

@media (min-width: 960px) {
    .smplr-hp23-insights-slider .smplr-hp23-insight-thumbnail {
        margin-bottom: 40px;
    }
}


.smplr-hp23-insights-slider .smplr-hp23-insight-thumbnail img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* --- LIFE @ --- */
section#life {
    background-color: #CE0099;
    margin-top: calc(4vw + 40px);
}
.smplr-hp23-life-container {
    display: flex;
}
.smplr-hp23-life-image-container {
    padding: 0;
    grid-area: 1 / 1 / 7 / 11;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.smplr-hp23-life-image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s all;
}
.smplr-hp23-life-image-container.active img {
    opacity: 1;
}
.smplr-hp23-life-content {
    display: flex;
    align-items: center;
}
.smplr-hp23-life-content h3,
.smplr-hp23-industries-container h3,
.smplr-hp23-relationships-container h3,
.smplr-hp23-cta-container h3 {
    color: #FFF!important;
    font-size: 32px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 36px!important;
    letter-spacing: 0.568px!important;
    margin: 0 0 35px 0!important;
}
.smplr-hp23-life p {
    color: #FFF!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; 
    margin: 0 0 20px 0!important;
}
.smplr-hp23-life .button {
    margin: 0!important;
}
.smplr-hp23-btn.button.life {
   border-bottom: 5px solid #FFF!important;
}

/* --- INDUSTRIES --- */
.smplr-hp23-industries-slider {
    margin: 0;
}
.smplr-hp23-industries-slider li {
    margin: 0;
    padding: 0;
}
.smplr-hp23-btn.industry {
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.599px;
    padding: 0 0 10px 0;
    position: relative;
}
.smplr-hp23-btn.industry::before {
    content: '';
    position: absolute;
    z-index: 9;
    height: 20px;
    width: 0;
    transition: width 0.4s;
    border-bottom: 5px solid #8854FC!important;
}
.smplr-hp23-btn.industry:hover::before {
    width: 100%;
}
.smplr-hp23-btn.industry::after {
    content: '';
    position: absolute;
    background-image: url('../images/simplr-arrow.svg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 90%;
    transition: 0.5s all;
}

/* --- RELATIONSHIPS --- */
#relationships {
    background-color: #FFF!important
}
.smplr-hp23-relationships-container h3 {
    color: #000!important
}
.smplr-hp23-relationships-slider {
    display: flex;
    align-items: center;
}

/* --- CTA --- */
#call-to-action {
    background-color: #FFF;
}
.smplr-hp23-cta-container h3 {
    color: #000!important
}
.smplr-hp23-cta {
    display: flex;
    align-items: center;
}
.smplr-hp23-cta-image {
    overflow: hidden;
}
.smplr-hp23-cta-image-inner {
    width: 100%;
    padding-top: 75%;
    position: relative
}
.smplr-hp23-cta-image-inner img {
    position: absolute;
    width: auto;
    max-width: 999px;
    height: 100%;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.smplr-hp23-cta-content {
    display: flex;
    align-items: center;
}
.smplr-hp23-btn.button.cta {
    color: #000!important;
    margin: 0!important;
    background-image: url('../images/icons/arrow-right-BLACK.png')!important;
}

/* --- SUBS --- */

/* --- SLIDER --- */
.bx-wrapper {
	position: relative;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bxslider {
    margin: 0;
    padding: 0;
}
ul.bxslider {
    list-style: none;
}
.bx-viewport {
/*fix other elements on the page moving (on Chrome)*/
    transform: translatez(0);
    height: fit-content!important;
    padding-bottom: 0!important;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -120px;
}
.smplr-hp23-relationships .bx-wrapper .bx-pager,
.smplr-hp23-relationships .bx-wrapper .bx-controls-auto {
    bottom: 30px;
}
/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('../images/smplr-loader.svg') center center no-repeat #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #FFF;
    padding:0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    outline: 0;
    border-radius: 7.5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #8854FC;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    zoom: 1;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
	border-radius: 999px;
}
.bx-wrapper .bx-prev {
	left: 15px;
	transform: rotate(90deg);

}
.bx-wrapper .bx-next {
	right: 15px;
	transform: rotate(-90deg);
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	opacity: 0.5;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	overflow: hidden;
	bottom: 15px;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9999;
	background-image: url(../images/arrow-blk-dwn-icon.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* --- MEDIA QUERIES --- */
@media (max-width: 410px) {
    .smplr-hp23-btn.industry {
        display: inline-block;
        max-width: 80%;
    }
    .smplr-hp23-btn.industry::after {
        top: 14px;
        margin-top: 0;
    }
    .smplr-hp23-btn.industry::before {
        bottom: -5px;
    }
}
@media (min-width: 411px) {
    .smplr-hp23-btn.industry::after {
        top: 50%;
    }
    .smplr-hp23-btn.industry::before {
        bottom: -5px;
    }
}
@media (max-width: 576px) {
    .smplr-hp23-video-container video {
        height: 100%;
    }
    .smplr-hp23-landing-container, .smplr-hp23-life-container, .smplr-hp23-cta {
        flex-wrap: wrap;
    }
    .smplr-hp23-landing-video {
        width: 100%;
        order: 1;
        padding-left: 30px!important;
        max-height: 230px;
    }
    .smplr-hp23-landing-content {
        order: 2;
        width: 100%;
        padding-top: 60px;
        padding-left: 30px!important;
        padding-right: 60px!important;
    }
    .smplr-hp23-landing-content-inner {
        margin-top: 20px;
    }
    .site-info {
        padding: 0 30px!important;
    }
    footer #legal span {
        display: block!important;
        width: 100%!important;
        margin: 0 0 15px 0!important;
    }
    .footer-nav {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    .smplr-hp23-life-image {
        width: 100%
    }
    .smplr-hp23-life-content {
        padding: 40px;
        width: 100%
    }
    .smplr-hp23-subscribe-container {
        padding: 60px 30px;
    }
    .smplr-hp23-industries-container, .smplr-hp23-relationships-container {
        padding: 60px 30px;
    }
    .smplr-hp23-insights-container {
        padding: 60px 30px 0 30px;
    }
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        left: 0;
        bottom: -40px;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        margin: 0 20px 0 0!important;
    }
    .smplr-hp23-life-image-container img {
        width: 100%;
        height: auto;
    }
    .smplr-hp23-btn.industry {
        font-size: 18px;
        line-height: 20px;
    }
    .smplr-hp23-btn.industry::after {
        right: -20px;
        margin-top: -7.5px;
        width: 10px;
        height: 10px;
    }
    .smplr-hp23-btn.industry:hover::after {
        right: -30px;
    }
    .smplr-hp23-cta-image {
        width: 100%;
        padding: 0 30px;
    }
    .smplr-hp23-cta-content {
        padding: 30px 30px 60px 30px;
    }
    .footer-nav .row div {
        flex: 0 0 50%!important;
        max-width: 50%!important;
    }
    .site-footer .contact-details #social {
        margin: 40px 0 20px 0!important;
    }
    .search-mobile #search-icon svg {
        fill: #FFF!important;
    }
    .search-mobile #search-icon svg path {
        stroke: #FFF!important;
    }
    .menu-opener span {
        background-color: #FFF!important;
    }
    .navigation > li.smplr-hp23-contact > a::before {
        display: none!important;
    }
    .navigation > li > a::after {
        background-image: url(../images/smplr-dwn-blk-arrow.svg)!important;
    }
    .smplr-hp23-play a {
        font-size: 0;
    }
    .smplr-hp23-play a span {
        padding-left: calc(50% - 16px);
    }
    .smplr-hp23-play a span::after {
        margin: -10px 0 0 0;
        width: 16px;
        height: 20px;
    }
    .smplr-hp23-landing-content-heading {
        margin: 0 0 30px 0;
    }
    .smplr-hp23-insights {
        position: relative;
    }
    .smplr-hp23-industries-slider {
        margin: 0;
        padding: 0;
    }
    .smplr-hp23-industries-slider li {
        margin: 0 0 15px 0;
        padding: 0;
    }
    .smplr-hp23-industries-slider li:last-child {
        margin: 0;
        padding: 0;
    }
    .smplr-hp23-relationships-slider {
        flex-wrap: wrap;
        gap: 30px
    }
    .smplr-hp23-relationships-slider li {
        max-width: 85px;
        max-height: 45px;
    }
    .smplr-hp23-relationships-slider li img, .smplr-hp23-relationships-slider li svg {
        width: auto;
        max-height: 45px;
    }
    .smplr-hp23-image-block.active {
        animation: none;
        animation-delay: 0;
        animation-fill-mode: none;
    }
    .pos-10-6-img.active {
        opacity: 0.999!important;
    }
    .pos-9-2-img.active,
    .pos-10-6-img.active,
    .pos-7-6-img.active {
        background-color: #7A0C4F;
    }
    .pos-9-2-img.active,
    .pos-9-1-img.active,
    .pos-10-2-img.active,
    .pos-10-4-img.active,
    .pos-9-5-img.active,
    .pos-7-6-img.active {
        opacity: 0.7!important;
    }
    .smplr-hp23-insight-thumbnail a {
        pointer-events: none!important;
    }
    .footer-nav-inner {
        flex-wrap: wrap;
    }
    .footer-nav-inner-left {
        gap: 30px;
        flex-wrap: wrap;
    }
    .footer-nav-column {
        width: calc(50% - 30px)
    }
    .footer-nav-column.contact-details {
        margin-top: 60px;
        width: 100%
    }
    .navigation > li.smplr-hp23-search {
        display: none; 
    }
    .image-with-freetext__image-wrapper,
    .image-with-advanced-freetext__image-wrapper,
    .image-with-freetext-alternative__image-wrapper {
        height: 240px!important;
    }
}

@media only screen and (min-width: 577px) and (max-width: 991px) {
    .smplr-hp23-video-container video {
        height: 100%;
    }
    .smplr-hp23-landing-container {
        flex-wrap: wrap;
    }
    .smplr-hp23-landing-video {
        order: 1;
        padding-left: 30px!important;
    }
    .smplr-hp23-landing-content {
        order: 2;
        width: 100%;
        padding-top: 60px;
        padding-left: 30px!important;
        padding-right: 60px!important;
    }
    .smplr-hp23-landing-content-inner {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .smplr-hp23-landing-content-heading {
        width: 100%;
        /*padding-right: 30px;*/
        margin: 0 0 30px 0;
    }
    .smplr-hp23-landing-content-introduction {
        width: 100%;
       /*padding-left: 30px*/
    }
    .site-info {
        padding: 15px!important;
    }
    .footer-nav {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    .smplr-hp23-life-image {
        width: 100%;
    }
    .smplr-hp23-life-content {
        padding: 40px;
        width: 100%
    }
    .smplr-hp23-subscribe-container {
        padding: 60px 30px!important;
    }
    .smplr-hp23-industries-container, .smplr-hp23-relationships-container {
        padding: 80px 30px 90px 30px;
    }
    .smplr-hp23-insights-container {
        padding: 60px 30px 0 30px;
    }
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        width: 100%;
    }
    /*
    .smplr-hp23-life-image-container img {
        width: auto;
        max-width: 999px;
        height: 100%;
    } */
    .smplr-hp23-life-image-container img {
        width: 100%;
        height: auto;
    }
    .smplr-hp23-btn.industry {
        font-size: 18px;
        line-height: 20px;
    }
    .smplr-hp23-btn.industry::after {
        right: -20px;
        margin-top: -7.5px;
        width: 10px;
        height: 10px;
    }
    .smplr-hp23-btn.industry:hover::after {
        right: -30px;
    }
    .smplr-hp23-cta-image {
        width: 25%;
        min-width: 320px;
        max-width: 410px;
        max-height: 300px;
    }
    .smplr-hp23-cta {
        align-items: flex-start;
    }
    .smplr-hp23-cta-content {
        padding: 0 30px 60px 30px;
    }
    .footer-nav .row div {
        flex: 0 0 20%!important;
        max-width: 20%!important;
    }
    .site-footer .contact-details #social {
        margin: 40px 0 20px 0!important;
    }
    .search-mobile #search-icon svg {
        fill: #FFF!important;
    }
    .search-mobile #search-icon svg path {
        stroke: #FFF!important;
    }
    .menu-opener span {
        background-color: #FFF!important;
    }
    .navigation > li > a::after {
        background-image: url(../images/smplr-dwn-blk-arrow.svg)!important;
    }
    .navigation > li.smplr-hp23-contact > a::before {
        display: none!important;
    }
    .smplr-hp23-play a {
        font-size: 14px;
    }
    .smplr-hp23-play a span {
        padding-right: 30px;
    }
    .smplr-hp23-play a span::after {
        margin-top: -8px;
        width: 12px;
        height: 18px;
    }
    .smplr-hp23-relationships-slider {
        justify-content: space-between;
        gap: 40px
    }
    .smplr-hp23-relationships-slider li {
        max-width: 100px;
        max-height: 48px;
    }
    .smplr-hp23-relationships-slider li img, .smplr-hp23-relationships-slider li svg {
        width: auto;
        max-height: 48px;
    }
    .smplr-hp23-image-block.active {
        animation: none;
        animation-delay: 0;
        animation-fill-mode: none;
    }
    .pos-10-6-img.active {
        opacity: 1!important;
    }
    .pos-9-2-img.active,
    .pos-9-1-img.active,
    .pos-10-2-img.active,
    .pos-10-4-img.active,
    .pos-9-5-img.active,
    .pos-7-6-img.active {
        opacity: 0.7!important;
    }
    .footer-nav-inner {
        flex-wrap: wrap;
    }
    .footer-nav-inner-left {
        gap: 30px;
        flex-wrap: wrap;
    }
    .footer-nav-column {
        width: calc(50% - 30px)
    }
    .footer-nav-column.contact-details {
        width: 100%
    }
    .navigation > li.smplr-hp23-search {
        display: none; 
    }
    .image-with-freetext__image-wrapper,
    .image-with-advanced-freetext__image-wrapper,
    .image-with-freetext-alternative__image-wrapper {
        height: 300px!important;
    }
    footer .copyright {
        float: none!important;
    }
    
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 26px!important;
        margin-bottom: 30px!important;
    }
    h2.small {
        font-size: 18px!important;
    }
    .header-one,
    .header-two,
    .header-three,
    .header-four,
    .header-five,
    .header-six,
    .header-seven {
        margin:0!important;
    }
    .header-one__title,
    .header-two__title,
    .header-three__title,
    .header-four__title,
    .header-five__title,
    .header-six__title,
    .header-seven__title {
        margin-bottom: 0!important;
    }
    .header-three__sub-title {
        margin-bottom: 20px!important;
    }
    .header-three__title {
        margin-top: 0!important;
    }
    .page-id-3643 .header-three {
        margin-bottom: 50px!important;
    }
    .header-one__introduction-text,
    .header-two__introduction-text,
    .header-three__introduction-text,
    .header-four__introduction-text,
    .header-five__introduction-text,
    .header-six__introduction-text,
    .header-seven__introduction-text {
        margin-top: 40px!important;
    }
    .header-one__content,
    .header-two__content,
    .header-three__content,
    .header-four__content,
    .header-five__content,
    .header-six__content,
    .header-seven__content {
       order: 2!important;
    }
    .header-one__image,
    .header-two__image,
    .header-three__image,
    .header-four__image,
    .header-five__image,
    .header-six__image,
    .header-seven__image {
       order: 1!important;
       height: 180px!important;
       max-height: 180px!important;
       padding: 0!important;
    }
    .header-one__content .btn,
    .header-two__content .btn,
    .header-three__content .btn,
    .header-four__content .btn,
    .header-five__content .btn,
    .header-six__content .btn,
    .header-seven__content .btn {
        margin: 30px 0 0 0!important;
    }
    .header-one .button,
    .header-two .button,
    .header-three .button,
    .header-four .button,
    .header-five .button,
    .header-six .button,
    .header-seven .button {
        margin:30px 30px 0 0!important;
    }
    .btn {
        margin: calc(50px - 1.5rem) 0 50px 0!important;
    }
    .event-listings .btn {
        margin: 20px 0 0 0!important;
    }
    .btn.image-with-advanced-freetext__cta {
        /*margin: calc(50px - 1.5rem) 0 0 0!important;*/
    }
    button#loadMorePosts {
        margin: 0 0 15px 0!important;
    }
    .image-with-freetext,
    .image-with-advanced-freetext {
        padding-top: 0!important;
    }
    .image-with-advanced-freetext {
        padding-bottom: 0!important;
    }
    .quote-with-cta {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .image-with-freetext-alternative {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .image-with-freetext-alternative__image-wrapper {
        margin: 0 auto 30px auto!important;
    }
    .image-with-freetext-alternative__text-wrapper, 
    .image-with-freetext__text-wrapper, 
    .image-with-advanced-freetext__text-wrapper {
        padding: 15px!important;
        order: 1!important
    }
    .image-with-freetext__image-wrapper,
    .image-with-advanced-freetext__image-wrapper {
        order: -1!important;
        /*margin-top: -50px!important;*/
        margin-bottom: 30px!important;
    }
    .postid-6107 .image-with-advanced-freetext__image-wrapper {
        background-position: top center!important;
    }
    .image-with-freetext-alternative__image-wrapper {
        order: -1!important;
        margin-bottom: 30px!important;
    }
    .newsletter-banner .text {
        padding: 40px 0 0 0!important;
    }
    .newsletter-banner .text .btn {
        margin: 10px 0 0 0!important;
    }
    .accreditations {
        padding-top: 50px!important;
        padding-bottom: 50px!important;
    }
    .accreditations__heading {
        margin-bottom: 20px!important;
        line-height: 1!important;
    }
    .accreditations__image {
        margin: 0 15px 15px 0!important;
        width: 200px!important;
        height: auto;
        max-width: none!important;
        max-height: none!important;
    }
    .steppep-column__item,
    .steppep-column__image {
        margin: 0 0 15px 0!important;
    }
    .steppep-column {
        padding-top: 25px!important;
        padding-bottom: 25px!important;
    }
    .steppep-column__item:last-child {
        margin: 0!important;
    }
    .postid-3445 .steppep-column {
        padding-bottom: 0!important;
    }
    .postid-3445 .steppep-column__item:last-child .btn {
        margin-bottom: 60px!important
    }
    .simple-quote {
        padding-top: 15px!important;
        padding-bottom: 30px!important
    }
    .impact-block__image {
        margin: 15px 0 0 0!important
    }
    .our-clients.container {
        padding-top: 35px!important;
    }
    .page-id-2897 .our-clients.container {
        padding-top: 0!important;
    }
    .searchform input[type="search"], 
    .searchform input[type="text"] {
        font-size: 1.25em!important;
    }
    .single-case_study .post-header,
    .single-insights .post-header {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .single-case_study .post-header h1,
    .single-insights .post-header h1 {
        padding-top: 0!important;
        margin: 0!important;
    }
    .single-insight h2 {
        margin-top: 60px!important;
    }
    #insightPosts h2,
    #filter .btn,
    .contact-content {
        margin-bottom: 0!important;
    }
    #insightPosts article:last-child {
        /*margin: 0!important;*/
    }
    .hbspt-form form {
        padding-bottom: 0!important
    }
   .contact-nav .nav-content {
        margin: 30px 0!important;
        max-width: none!important;
        width: 100%!important;
    }
    .page-id-3189 #numbers {
        padding-bottom: 30px!important;
    }
    .page-id-3189 .first-image .order-last {
        order: -1!important;
        margin-bottom: 30px!important;
    }
    .tab_drawer_heading:last-of-type {
        border-width: 0!important;
        padding-bottom: 35px!important;
    }
    .tab_drawer_heading.d_active:last-of-type {
        border-width: 3px!important;
    }
    .values .tab_drawer_heading:last-of-type {
        padding-top: 20px!important;
        padding-bottom: 0!important;
    }
    .values .tab_drawer_heading:last-of-type::before {
        top: 22px!important;
    }
    .values .tab_drawer_heading.d_active:last-of-type {
        padding-bottom: 20px!important;
    }
    .page-id-3189 .tab_content .image-with-freetext__image-wrapper {
        margin-top: 30px!important;
        margin-bottom: 15px!important;
    }
    .page-id-3189 .tab_content ul {
        margin-bottom: 15px!important;
    }
    .page-id-3189 .splide__list .d-flex {
       flex-wrap: wrap!important;
    }
    .page-id-3189 .team-quote-img {
       width: 100%!important;
       min-width: 100%!important;
       max-width: 100%!important;
       margin-bottom: 30px!important;
    }
    .simplr-hide-on-mobile {
        display: none!important;
    }
    .page-id-3189 .splide__list .d-flex .mw-70ch {
        padding: 0!important;
    }
    .page-id-3189 .tab_content .image-with-freetext__text-wrapper {
        padding: 15px 25px!important;
        margin: 0!important;
    }
    .page-id-3189 #expander-content {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .giving-back .tab_content h2 {
        margin-top: 15px!important;
    }
    .page-id-3189 #numbers .display-3 {
        min-width: 170px
    }
    .giving-back .tab_drawer_heading {
        padding: 30px 0!important;
    }
    .giving-back .tab_drawer_heading:before {
        top: 33px!important;
    }
    .smplr-hp23-life-container {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 992px) {
    .header-one .button,
    .header-two .button,
    .header-three .button,
    .header-four .button,
    .header-five .button,
    .header-six .button,
    .header-seven .button {
        margin:30px 30px 0 0!important;
    }
    .navigation > li > a::after {
        background-image: url(../images/smplr-dwn-arrow.svg)!important;
    }
    .navigation .row {
        background: #000!important;
        border-top: 1px solid #222!important;
    }
    .navigation .row li span,
    .navigation .row li strong {
        color: #EEE!important;
    }
    .navigation .nav-cta {
        background: #222!important;
    }
    .navigation > li > a {
        color: #FFF!important;
    }
    .smplr-hp23-landing-container {
        justify-content: space-between;
        align-items: center;
    }
    .smplr-hp23-landing-video {
        width: 600px;
        height: 360px;
    }
    .smplr-hp23-video-container video {
        height: 360px;
    }
    .smplr-hp23-life-image,
    .smplr-hp23-life-content, 
    .smplr-hp23-life-image-container {
        height: 360px;
    }
    .smplr-hp23-life-container {
        align-items: center;
    }
    .smplr-hp23-life-content {
        padding-left: 100px;
    }
    .smplr-hp23-life-image {
        width: 600px;
    }
    .smplr-hp23-life-content {
        max-width: 360px;
    }
    .smplr-hp23-landing-content {
        width: calc(100% - 600px);
    }
    .smplr-hp23-landing-container .h1 {
        font-size: 40px;
        line-height: 43px;
    }
    .site-info {
        margin: 30px 0 0 0!important;
        padding: 30px!important;
    }
    .footer-nav {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    .smplr-hp23-landing-content {
        padding-left: 30px!important;
        padding-right: 60px!important;
    }
    .smplr-hp23-subscribe-container {
        padding: 80px 30px!important;
    }
    .smplr-hp23-industries-container, .smplr-hp23-relationships-container {
        padding: 80px 30px 90px 30px;
    }
    .smplr-hp23-insights-container {
        padding: 60px 30px 0 30px;
    }
    .smplr-hp23-cta-image {
        width: 25%;
        min-width: 320px;
        max-width: 410px;
        max-height: 300px;
    }
    .smplr-hp23-industries-slider {
        padding: 0 25px 0 0;
    }
    .smplr-hp23-btn.industry {
        font-size: 20px;
        line-height: 30px;
    }
    .smplr-hp23-btn.industry::after {
        right: -25px;
        margin-top: -8px;
        width: 12.5px;
        height: 12.5px;
    }
    .smplr-hp23-btn.industry:hover::after {
        right: -35px;
    }
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        width: calc(100vw - 30px);
    }
    .smplr-hp23-life-image-container img {
        width: 100%;
        height: auto;
    }
    .smplr-hp23-industries-slider {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .site-footer .contact-details #social {
        margin: 110px 0 20px 0!important;
    }
    .nav-wrapper .logo svg {
        max-width: 140px !important;
        width: 100% !important;
        height: auto !important;
    }
    .smplr-hp23-play a {
        font-size: 16px;
    }
    .smplr-hp23-play a span {
        padding-right: 36px;
    }
    .smplr-hp23-play a span::after {
        margin-top: -10px;
        width: 16px;
        height: 20px;
    }
    .smplr-hp23-cta-content {
        width: 75%;
        max-width: 680px;
        padding-left: 100px;
    }
    .contact-details {
        align-self: flex-end!important;
        margin-left: auto!important;
        max-width: 310px!important;
    }
    .smplr-hp23-landing-content-heading {
        margin: 30px 0;
    }
    .smplr-hp23-relationships-slider {
        gap: 120px
    }
    .smplr-hp23-relationships-slider li {
        max-width: 120px;
        max-height: 48px;
    }
    .smplr-hp23-relationships-slider li img, .smplr-hp23-relationships-slider li svg {
        width: auto;
        max-height: 48px;
    }
    .footer-nav-inner {
        justify-content: space-between;
    }
    .footer-nav-inner-left {
        gap: 30px;
    }
    .navigation > li.smplr-hp23-search {
        display: flex!important;
        align-items: center;
        justify-content: center;
        padding-left: 0!important;
    }
    .contact-nav .nav-content {
        max-width: 384px!important;
    }
    .opportunities-container {
        padding-left: 3rem!important;
    }
}

@media only screen and (min-width: 1100px) {
    .smplr-hp23-landing-video {
        width: 700px;
        height: 420px;
    }
    .smplr-hp23-video-container video {
        height: 420px;
    }
    .smplr-hp23-life-image,
    .smplr-hp23-life-content, 
    .smplr-hp23-life-image-container {
        height: 420px;
    }
    .smplr-hp23-life-image {
        width: 700px;
    }
    .smplr-hp23-life-content {
        max-width: 420px;
    }
    .smplr-hp23-landing-content {
        width: calc(100% - 700px);
    }
    .smplr-hp23-landing-container .h1 {
        font-size: 45px;
        line-height: 48px;
    }
    .smplr-hp23-industries-slider {
        padding: 0 30px 0 0;
    }
    .smplr-hp23-btn.industry {
        font-size: 22px;
        line-height: 34px;
    }
    .smplr-hp23-btn.industry::after {
        right: -30px;
        margin-top: -10px;
        width: 15px;
        height: 15px;
    }
    .smplr-hp23-btn.industry:hover::after {
        right: -40px;
    }
    .bx-wrapper .bx-controls-auto {
        width: calc(92vw - 80px);
    }
    .footer-nav-inner-left {
        gap: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1072px) {
    .page-id-3189 .giving-back ul.tabs li {
        line-height: 1.2!important;
    }
    .page-id-3189 .giving-back ul.tabs li span::after {
        bottom: -30px!important;
    }
    .page-id-3189 #numbers .display-3 {
        font-size: 4rem;
        min-width: 150px
    }
}
@media only screen and (min-width: 1073px) {
    .page-id-3189 #numbers .display-3 {
        min-width: 170px
    }
}
@media only screen and (min-width: 1300px) {
    .site-info, 
    .footer-nav {
        max-width: 1440px!important;
        margin:0 auto!important;
    }
    .site-info {
        padding-left: 35px!important;
        padding-right: 35px!important;
    }
    .footer-nav {
        padding-left: 50px!important;
        padding-right: 50px!important;
    }
    .smplr-hp23-landing-content {
        width: calc(100% - 800px);
        padding-left: calc(4vw + 40px)!important;
        padding-right: calc(4vw + 40px)!important;
    }
    .smplr-hp23-subscribe-container {
        padding: 80px 50px!important;
        max-width: 1440px;
        margin: 0 auto;
    }
    .smplr-hp23-industries-container, .smplr-hp23-relationships-container {
        padding: 80px calc(4vw + 40px) 90px calc(4vw + 40px);
    }
    .smplr-hp23-insights-container {
        padding: 60px calc(4vw + 40px) 0 calc(4vw + 40px);
    }
    .smplr-hp23-landing-container .h1 {
        font-size: 48px;
        line-height: 50px;
    }
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        width: calc(92vw - 80px);
    }
    .smplr-hp23-landing-content {
        width: calc(100% - 800px);
    }
    .smplr-hp23-landing-video {
        width: 800px;
        height: 480px;
    }
    .smplr-hp23-video-container video {
        height: 480px;
    }
    .smplr-hp23-life-image,
    .smplr-hp23-life-content, 
    .smplr-hp23-life-image-container {
        height: 480px;
    }
    .smplr-hp23-life-image {
        width: 800px;
    }
    .smplr-hp23-life-content {
        max-width: 480px;
    }
    .footer-nav-inner-left {
        gap: 60px;
    }
}
@media only screen and (min-width: 1400px) {
    .smplr-hp23-landing-content {
        width: calc(100% - 800px);
    }
    .smplr-hp23-landing-video {
        width: 850px;
        height: 510px;
    }
    .smplr-hp23-video-container video {
        height: 510px;
    }
    .smplr-hp23-life-image,
    .smplr-hp23-life-content, 
    .smplr-hp23-life-image-container {
        height: 510px;
    }
    .smplr-hp23-life-image {
        width: 850px;
    }
    .smplr-hp23-life-content {
        max-width: 510px;
    }
    .smplr-hp23-landing-container .h1 {
        font-size: 50px;
        line-height: 53px;
        max-width: 90%;
    }
    .smplr-hp23-industries-slider {
        padding: 0 36px 0 0;
    }
    .smplr-hp23-btn.industry {
        font-size: 24px;
        line-height: 36px;
    }
    .smplr-hp23-btn.industry::after {
        right: -36px;
        margin-top: -12px;
        width: 18px;
        height: 18px;
    }
    .smplr-hp23-btn.industry:hover::after {
        right: -46px;
    }
    .footer-nav-inner-left {
        gap: 70px;
    }
}

@media only screen and (min-width: 1600px) {
    .smplr-hp23-landing-video {
        width: 900px;
        height: 540px;
    }
    .smplr-hp23-video-container video {
        height: 540px;
    }
    .smplr-hp23-life-image,
    .smplr-hp23-life-content, 
    .smplr-hp23-life-image-container {
        height: 540px;
    }
    .smplr-hp23-landing-content {
        width: calc(100% - 850px);
    }
    .footer-nav-inner-left {
        gap: 90px;
    }

}