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

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-down: 1023px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

.content-wrapper .hero {
  position: relative;
  border-bottom: 1px solid var(--sk-color-orange);
  margin-bottom: 104px;
}
.content-wrapper .hero__pattern {
  position: absolute;
  width: 100%;
  height: calc(100% - 9px);
  top: 9px;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  mix-blend-mode: difference;
}
.content-wrapper .hero__pattern svg {
  width: 100%;
  height: auto;
  display: block;
}
.content-wrapper .hero__block {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px 43px;
}
.content-wrapper .hero__block::before {
  position: absolute;
  content: "";
  top: -305px;
  left: 0;
  background: var(--sk-color-primary);
  width: 100%;
  height: calc(100% + 305px);
  z-index: -1;
}
@media (min-width: 1024px) {
  .content-wrapper .hero__block::before {
    width: calc(50% + 175px);
  }
}
@media (min-width: 1280px) {
  .content-wrapper .hero__block::before {
    width: calc(50% + 200px);
  }
}
.content-wrapper .hero__image {
  border-bottom: 5px solid var(--sk-color-orange);
  max-width: 750px;
  aspect-ratio: 1.5/1;
  display: flex;
  margin: 0 auto 15px;
  width: 100%;
  background-size: 110% 110%;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (min-width: 1024px) {
  .content-wrapper .hero__image {
    position: absolute;
    top: 11px;
    right: 15px;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .content-wrapper .hero__image {
    max-width: 750px;
  }
}
@media (min-width: 1440px) {
  .content-wrapper .hero__image {
    right: 0;
  }
}
.content-wrapper .hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrapper .hero__content {
  max-width: 600px;
  z-index: 3;
  position: relative;
}
@media (min-width: 1024px) {
  .content-wrapper .hero__content {
    margin-left: 35px;
    margin-top: 5px;
    max-width: none;
  }
}
.content-wrapper .hero__content h1,
.content-wrapper .hero__content h2,
.content-wrapper .hero__content h3,
.content-wrapper .hero__content h4,
.content-wrapper .hero__content h5,
.content-wrapper .hero__content h6 {
  color: var(--sk-color-platinum);
  font-family: var(--sk-font-fraunces);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 36px;
}
@media (min-width: 1024px) {
  .content-wrapper .hero__content h1,
  .content-wrapper .hero__content h2,
  .content-wrapper .hero__content h3,
  .content-wrapper .hero__content h4,
  .content-wrapper .hero__content h5,
  .content-wrapper .hero__content h6 {
    max-width: 1150px;
  }
}
.content-wrapper .hero__content > * {
  color: var(--sk-color-moon);
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .content-wrapper .hero__content > * {
    max-width: 500px;
  }
}
.content-wrapper .hero__content :last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .content-wrapper .hero__content.has-image h1 {
    margin-bottom: 120px;
  }
}
@media (min-width: 1280px) {
  .content-wrapper .hero__content.has-image h1 {
    margin-bottom: 187px;
  }
}
.content-wrapper .hero__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 43px;
}
@media (min-width: 1024px) {
  .content-wrapper .hero__buttons {
    margin-left: 35px;
    margin-bottom: 7px;
  }
}
.content-wrapper .hero__buttons > :first-child {
  margin-right: 50px;
}
.content-wrapper .hero__buttons a {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .content-wrapper .hero__buttons a {
    margin-bottom: 0;
  }
}

.hero ~ .carousel-block {
  margin-top: -104px;
}

.hero ~ .team {
  margin-top: -18px;
}

.hero ~ .accordion {
  margin-top: -50px;
}

.home .hero {
  padding-bottom: 100px;
}

.single-post .content-wrapper .hero {
  margin-bottom: 133px;
  padding-bottom: 36px;
}
.single-post .content-wrapper .hero__title {
  color: var(--sk-color-platinum);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  font-family: var(--sk-font-fraunces);
  font-style: italic;
}
@media (min-width: 1024px) {
  .single-post .content-wrapper .hero__title {
    margin-left: 35px;
    margin-top: 5px;
    max-width: none;
    margin-bottom: 8px;
  }
}
.single-post .content-wrapper .hero__title > span:last-of-type::after {
  content: ".";
}
.single-post .content-wrapper .hero__meta {
  font-family: var(--sk-font-bg-semicond);
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: var(--sk-color-moon);
  text-transform: uppercase;
  letter-spacing: -0.45px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .single-post .content-wrapper .hero__meta {
    padding-left: 35px;
    margin-bottom: 38px;
    max-width: 600px;
  }
}
@media (min-width: 1440px) {
  .single-post .content-wrapper .hero__meta {
    margin-top: 0;
    max-width: 836px;
  }
}
.single-post .content-wrapper .hero__buttons {
  margin-top: 44px;
}
.single-post .content-wrapper .share-block {
  display: flex;
  background: var(--sk-color-white);
  align-items: center;
  padding: 13px 20px 13px 30px;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 300px;
}
@media (min-width: 1024px) {
  .single-post .content-wrapper .share-block {
    padding: 13px 20px 13px 30px;
    left: calc(50% + 175px);
    transform: none;
    bottom: -113px;
  }
}
@media (min-width: 1280px) {
  .single-post .content-wrapper .share-block {
    left: calc(50% + 200px);
    transform: none;
    bottom: -76px;
  }
}
.single-post .content-wrapper .share-block h3 {
  font-family: var(--sk-font-primary);
  font-weight: 300;
  font-size: 21px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  color: var(--sk-color-primary);
}
@media (min-width: 1280px) {
  .single-post .content-wrapper .share-block h3 {
    padding-right: 20px;
    margin-bottom: 0;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1440px) {
  .single-post .content-wrapper .share-block h3 {
    padding-right: 100px;
  }
}
.single-post .content-wrapper .share-block a {
  margin-right: 10px;
}
.single-post .content-wrapper .sk-wp-editor {
  overflow: hidden;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .single-post .content-wrapper .content-block ~ .content-block {
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .single-post .content-wrapper .content-block ~ .list-links {
    margin-top: -47px;
  }
  .single-post .content-wrapper .content-block ~ .list-links .list-links-item {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .single-post .content-wrapper .list-links ~ .content-block {
    margin-top: 81px;
  }
}
.single-post .cta-block {
  margin-top: -9px;
}
