/* stylelint-disable value-list-comma-newline-after */

/* === === === SectionFocus === === === */

.SectionFocus {
  --height: 1100px;
  position: relative;
  overflow: hidden;
  max-height: var(--height);
  margin: 20px;
  border-radius: 20px;
  background-color: var(--clr-blue);
}

@media screen and (min-width: 1026px) {

.SectionFocus {
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    background-color: initial;
}
  }

@media screen and (min-width: 1367px) {

.SectionFocus {
    --height: 1300px;
}
  }

.SectionFocus-content {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}

@media screen and (min-width: 1026px) {

.SectionFocus-content {
    flex-direction: row;
}
  }

@media screen and (min-width: 1026px) {

.SectionFocus-stageWrapper {
    height: calc(1200px - 97px);
}
  }

@media screen and (min-width: 1026px) {

.SectionFocus-stage {
    overflow: hidden;
    max-height: 100%;
}
  }

@media screen and (max-width: 992px) {
    .SectionFocus-collection .OfferCard--extended {
      min-width: 0;
      min-width: initial;
      max-width: none;
      max-width: initial;
    }
  }

.SectionFocus-waves {
  position: relative;
  z-index: 10;
  display: none;
  width: 100%;
}

@media screen and (min-width: 1026px) {

.SectionFocus-waves {
    display: block;
}
  }

.SectionFocus-headlines {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 1026px) {

.SectionFocus-headlines {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-bottom: 0;
    margin-bottom: initial;
    transform: translateX(-50%);
}
  }

.SectionFocus-subline {
  text-shadow: rgb(255, 255, 255) 2px 0 0, rgb(255, 255, 255) 1.75517px 0.958851px 0,
    rgb(255, 255, 255) 1.0806px 1.68294px 0, rgb(255, 255, 255) 0.141474px 1.99499px 0,
    rgb(255, 255, 255) -0.832294px 1.81859px 0, rgb(255, 255, 255) -1.60229px 1.19694px 0,
    rgb(255, 255, 255) -1.97998px 0.28224px 0, rgb(255, 255, 255) -1.87291px -0.701566px 0,
    rgb(255, 255, 255) -1.30729px -1.5136px 0, rgb(255, 255, 255) -0.421592px -1.95506px 0,
    rgb(255, 255, 255) 0.567324px -1.91785px 0, rgb(255, 255, 255) 1.41734px -1.41108px 0,
    rgb(255, 255, 255) 1.92034px -0.558831px 0;
}

.SectionFocus-headline {
  text-shadow: rgb(255, 255, 255) 2px 0 0, rgb(255, 255, 255) 1.75517px 0.958851px 0,
    rgb(255, 255, 255) 1.0806px 1.68294px 0, rgb(255, 255, 255) 0.141474px 1.99499px 0,
    rgb(255, 255, 255) -0.832294px 1.81859px 0, rgb(255, 255, 255) -1.60229px 1.19694px 0,
    rgb(255, 255, 255) -1.97998px 0.28224px 0, rgb(255, 255, 255) -1.87291px -0.701566px 0,
    rgb(255, 255, 255) -1.30729px -1.5136px 0, rgb(255, 255, 255) -0.421592px -1.95506px 0,
    rgb(255, 255, 255) 0.567324px -1.91785px 0, rgb(255, 255, 255) 1.41734px -1.41108px 0,
    rgb(255, 255, 255) 1.92034px -0.558831px 0;
}

.SectionFocus-inner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 30px 15px;
}

.SectionFocus-inner::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 31px;
    background-image: url('../Images/HeroSection-wave.svg');
    background-size: cover;
    transform: translateY(-100%);
  }

@media screen and (min-width: 1026px) {

.SectionFocus-inner {
    flex-direction: row;
}

    .SectionFocus-inner::before {
      content: '';
      position: absolute;
      top: -97px;
      left: 0;
      width: 50%;
      height: calc(100% + 97px);
      background-image: linear-gradient(90deg, rgba(17, 67, 117, 0.3) 3.91%, rgba(17, 67, 117, 0) 97.87%);
      transform: translateY(0);
    }
  }

@media screen and (min-width: 1026px) {

.SectionFocus-image {
    position: absolute;
    height: var(--height);
}
  }

.SectionFocus-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 30px;
}

@media screen and (min-width: 1026px) {

.SectionFocus-menu {
    align-items: center;
    justify-content: initial;
    margin-top: 0;
}
  }

@media screen and (min-width: 769px) {

.SectionFocus-menu {
    margin-right: 30px;
    margin-left: 40px;
}
  }

@media screen and (min-width: 1026px) {

.SectionFocus-menu {
    margin-right: 60px;
    margin-left: 70px;
}
  }

.SectionFocus-button {
  background: transparent;
  transform: rotate(-90deg);
}

@media screen and (min-width: 1026px) {

.SectionFocus-button {
    transform: none;
    transform: initial;
}
  }

.SectionFocus-button + .SectionFocus-button {
  margin-left: 18px;
}

@media screen and (min-width: 1026px) {

.SectionFocus-button + .SectionFocus-button {
    margin-top: 18px;
    margin-left: 0;
}
  }

.SectionFocus-menuButtons {
  display: flex;
}

@media screen and (min-width: 1026px) {

.SectionFocus-menuButtons {
    flex-direction: column;
}
  }
