/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl-1800: 1800px;
  --breakpoint-xl-1700: 1700px;
  --breakpoint-xl-l: 1600px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

.content-wrapper .simple-hero {
  position: relative;
  background: var(--sk-color-deep-green);
  overflow: hidden;
  padding-left: var(--sk-container-padding);
  padding-right: var(--sk-container-padding);
}
@media (min-width: 1024px) {
  .content-wrapper .simple-hero {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .content-wrapper .simple-hero {
    min-height: 496px;
  }
}
.content-wrapper .simple-hero__block {
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .content-wrapper .simple-hero__block {
    flex-direction: row;
  }
}
.content-wrapper .simple-hero__block-right {
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .content-wrapper .simple-hero__block-right {
    margin: 0;
  }
}
.content-wrapper .simple-hero__block-left {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .content-wrapper .simple-hero__block-left {
    margin: 0;
  }
}
.content-wrapper .simple-hero .sk-container {
  max-width: 1000px;
  padding: 199px 0 0 0;
  position: relative;
}
.content-wrapper .simple-hero__title h1 {
  font-family: var(--sk-font--marcellus);
  padding-bottom: 0;
  max-width: 451px;
  font-weight: 400;
  font-size: var(--sk-text--h1);
  line-height: 1;
  letter-spacing: 0;
  margin-top: 10px;
  color: var(--sk-color-deep-green-opacity);
}
@media (min-width: 1024px) {
  .content-wrapper .simple-hero__title h1 {
    padding-bottom: 21px;
    margin-top: 18px;
    line-height: 50px;
  }
}
.content-wrapper .simple-hero__subtitle_block {
  align-items: center;
}
.content-wrapper .simple-hero__subtitle {
  font-family: var(--sk-font--poppins);
  color: var(--sk-color-cream);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 10px;
}
.content-wrapper .simple-hero__text em {
  font-family: var(--sk-font-primary);
  font-weight: 200;
  font-size: 25px;
  line-height: 25px;
  padding-bottom: 5px;
  color: var(--sk-color-clay);
  display: block;
}
@media (min-width: 1024px) {
  .content-wrapper .simple-hero__text em {
    padding-bottom: 33px;
  }
}
.content-wrapper .simple-hero__text p {
  font-family: var(--sk-font--poppins);
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}
.content-wrapper .simple-hero__hero-line {
  width: 50px;
  height: 2px;
  background-color: var(--sk-color-cream);
}
.content-wrapper .simple-hero-counter {
  margin-top: 34px;
}
@media (max-width: 512px) {
  .content-wrapper .simple-hero-counter {
    margin-top: 20px;
  }
}
.content-wrapper .simple-hero .sk-text-container {
  align-items: center;
  justify-content: space-between;
  margin: 0 0 45px 0;
}
@media (min-width: 1024px) {
  .content-wrapper .simple-hero .sk-text-container {
    margin: 0 50px 45px 50px;
  }
}
@media (min-width: 1280px) {
  .content-wrapper .simple-hero .sk-text-container {
    margin: 0 auto 45px auto;
  }
}
.content-wrapper .simple-hero .sk-text-block {
  margin: 0 50px 0 0;
}
@media (min-width: 1280px) {
  .content-wrapper .simple-hero .sk-text-block {
    margin: 55px 50px 0 0;
  }
}
