:root {
  --wp--preset--color---primary: $primary;
  --wp--preset--color---secondary: $secondary;
  --wp--preset--color---white: $white;
  --wp--preset--color---black: $black;
  --wp--preset--color---light-grey: $light_grey;
  --font-default: "Inter", sans-serif;
  --font-primary: "Noto Sans", sans-serif;
  --font-size-default: 16px;
  --font-weight-default: 400;
  --line-height-default: 1.633;
}

body {
  --wp--preset--font-size--medium: 18px;
}

/**  end vars */
.wp-block-acf-hero-slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 100vw;
  height: 80vh;
  max-height: 713px;
  transition: height 0.4s;
  display: flex;
  justify-content: flex-end;
  background-color: #F4F2FA;
  padding: 0;
}
@media (max-width: 768px) {
  .wp-block-acf-hero-slider {
    height: 50vh;
    min-height: 50vh;
  }
}
@media (max-width: 375px) {
  .wp-block-acf-hero-slider {
    height: 30vh;
    min-height: 30vh;
  }
}
.wp-block-acf-hero-slider .app__block-media.full {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .wp-block-acf-hero-slider .app__block-media.full {
    height: 100%;
  }
}
@media (max-width: 375px) {
  .wp-block-acf-hero-slider .app__block-media.full {
    height: 100%;
  }
}
.wp-block-acf-hero-slider .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.wp-block-acf-hero-slider .hero-bg > img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-acf-hero-slider .slider {
  position: relative;
}
.wp-block-acf-hero-slider .shell {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  margin: auto;
  z-index: 2;
}
@media (max-width: 1023px) {
  .wp-block-acf-hero-slider .shell {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .wp-block-acf-hero-slider .shell {
    padding: 0;
  }
}
.wp-block-acf-hero-slider .shell .app__block-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0px;
  flex: 1;
  width: 100%;
}
.wp-block-acf-hero-slider .shell .app__block-inner > * {
  flex: 1 1 50%;
  max-width: 50%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .wp-block-acf-hero-slider .shell .app__block-inner > * {
    max-width: 100%;
  }
}
.wp-block-acf-hero-slider .shell .app__block-inner > :only-child {
  flex-basis: 100%;
  max-width: 100%;
}
.wp-block-acf-hero-slider .shell .app__block-inner .app__block-media {
  position: relative;
  height: auto;
  width: 100%;
  /* 1:1 Aspect Ratio */
  /* Just for visibility */
}
.wp-block-acf-hero-slider .shell .app__block-inner .app__block-media > img {
  width: 100% !important;
  height: auto !important;
}
.wp-block-acf-hero-slider .shell .app__block-inner .app__block-content {
  position: relative;
  display: flex;
  flex: 1;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  padding: 32px 16px;
  background-color: rgba(244, 242, 250, 0.5);
}
.wp-block-acf-hero-slider .shell .app__block-inner .app__block-content .brand-mark-wrapper {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 5;
}
.wp-block-acf-hero-slider .shell .app__block-inner .app__block-content .brand-mark-wrapper .brand-mark {
  height: 48px;
}
.wp-block-acf-hero-slider .shell .app__block-inner .app__block-content .brand-mark-wrapper .brand-mark img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .wp-block-acf-hero-slider .shell .app__block-inner .app__block-content .brand-mark-wrapper {
    display: none;
  }
}
.wp-block-acf-hero-slider .shell .app__block-inner .app__block-content .kicker {
  color: #003D51;
}
.wp-block-acf-hero-slider .shell .app__block-inner .app__block-content h1 {
  color: #003D51;
  text-align: left;
  margin-bottom: 0;
  font-size: 48px;
  max-width: 90%;
}
@media (max-width: 1023px) {
  .wp-block-acf-hero-slider .shell .app__block-inner .app__block-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .wp-block-acf-hero-slider .shell .app__block-inner .app__block-content h1 {
    font-size: 28px;
  }
}
.wp-block-acf-hero-slider .shell .app__block-inner .app__block-content p {
  color: var(--wp--preset--color---primary);
}
@media (max-width: 1023px) {
  .wp-block-acf-hero-slider .shell .app__block-inner .app__block-content p {
    font-size: 18px;
  }
}
.wp-block-acf-hero-slider .shell .app__block-inner .app__block-content .tagwrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  gap: 32px;
  flex-wrap: wrap;
  row-gap: 8px;
}
.wp-block-acf-hero-slider .shell .app__block-inner .app__block-content .tagwrapper .tag {
  color: var(--wp--preset--color---secondary);
  font-size: 0.85rem;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 2px solid var(--wp--preset--color---secondary);
}
.wp-block-acf-hero-slider.style1 {
  position: relative;
  padding: 0 !important;
  margin-bottom: 0 !important;
  min-height: 320px;
  background-color: #F4F2FA;
}
.wp-block-acf-hero-slider.style1 .wp-block-acf-masthead-inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wp-block-acf-hero-slider.style1 .shell {
  position: relative;
  z-index: 2;
}
.wp-block-acf-hero-slider.style1 .shell.wp-block-columns {
  gap: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.wp-block-acf-hero-slider.style1 .shell .masthead-content {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #003D51;
  margin-bottom: 10px;
  max-width: 510px;
}
.wp-block-acf-hero-slider .slider {
  height: 100%;
  width: 100%;
}
.wp-block-acf-hero-slider .slider .slick-list,
.wp-block-acf-hero-slider .slider .slick-track,
.wp-block-acf-hero-slider .slider .slick-slide,
.wp-block-acf-hero-slider .slider .slick-slide > div,
.wp-block-acf-hero-slider .slider .slider__slide {
  height: 100%;
}
.wp-block-acf-hero-slider .slider .slick-slide {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}
.wp-block-acf-hero-slider .slider .slick-active,
.wp-block-acf-hero-slider .slider .slick-current {
  opacity: 1 !important;
  visibility: visible;
}
.wp-block-acf-hero-slider .slider .slider__slide {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.wp-block-acf-hero-slider .slider .slider__slide img,
.wp-block-acf-hero-slider .slider .slider__slide picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
.wp-block-acf-hero-slider .slick-dots {
  z-index: 1000;
  margin-left: 0;
}
.wp-block-acf-hero-slider .slick-dots li::before() {
  content: "" !important;
  background-image: none !important;
}
