:root {
  --dark-1: #4d0f38;
  --light-1: #f3dbf1;
  --captain: #ff00a9;
  --color-3: #ff954d;
  --light-2: #d9d6d8;
  --mid-tone: #666065;
  --color: #c254c3;
  --color-2: #fd4530;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--dark-1);
  background-image: linear-gradient(#ff00a926, #fff);
  font-family: Anaheim, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 31.25px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.s-hero {
  background-image: url('../images/gradient.png'), url('../images/hero.png');
  background-position: 0%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 715px 100%, cover;
  min-height: 600px;
}

.t-p1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.what__subtext {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 400px;
  display: flex;
}

.what__pictogram {
  width: 85px;
  height: 85px;
}

.t-p2--med {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.what__image {
  border-radius: 8px;
  flex: none;
  width: 32%;
}

.what {
  background-color: #172b36;
  border-top: 1px solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 22px;
  padding-bottom: 80px;
  display: flex;
}

.what.no-border {
  border-top-style: none;
}

.what__text {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 66%;
  display: flex;
}

.what__image__wrapper {
  width: 100%;
  padding-top: 150%;
  font-size: 40px;
  position: relative;
}

.partner-logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
}

.partners__wrapper {
  background-image: linear-gradient(#254557, #172b36);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  box-shadow: 6px 6px 8px #0003;
}

.lottie__wrapper {
  border-radius: 8px;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  box-shadow: 6px 6px 8px #0003;
}

.content-wrapper {
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.main-wrapper {
  background-image: linear-gradient(#ff00a926, #fff);
}

.hero {
  color: var(--light-1);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 414px;
  height: 600px;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31.25px;
  font-weight: 400;
  line-height: 40px;
}

.btn {
  background-color: var(--captain);
  color: var(--light-1);
  border-radius: 8px;
  padding: 10px 48px;
  font-weight: 700;
  text-decoration: none;
}

.text-block {
  line-height: 16px;
}

.hero-text {
  margin-top: 14px;
  margin-bottom: 50px;
}

.hero__content {
  grid-column-gap: 102px;
  grid-row-gap: 102px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 568px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.quote {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--dark-1);
  color: var(--color-3);
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  padding: 100px 153px 150px;
  display: flex;
}

.block-quote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 31.25px;
  line-height: 40px;
}

.body {
  background-image: none;
}

.citation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--light-1);
  flex-flow: column;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  display: flex;
}

.citation__image {
  border-radius: 32px;
  width: 64px;
  height: 64px;
  overflow: clip;
}

.s-media {
  padding-bottom: 100px;
}

.author {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--light-1);
  background-image: url('../images/murray-rodgers.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 403px;
  padding-bottom: 25px;
  padding-left: 43px;
  display: flex;
}

.image-quote {
  border-left-style: none;
  width: 611px;
  margin-bottom: 0;
  padding: 0;
  font-size: 47.92px;
  line-height: 52.71px;
}

.retreats {
  padding-bottom: 100px;
}

.retreats-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  padding-top: 50px;
}

.retreat-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.retreat-image {
  border-radius: 8px;
  overflow: clip;
}

.retreats-info {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.s-footer {
  background-color: var(--dark-1);
  color: var(--light-1);
}

.footer {
  color: var(--light-2);
  padding-top: 127px;
  padding-bottom: 27px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.quote-mark {
  width: 46px;
}

.s-hero--mobile {
  background-image: url('../images/mobile-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.s-hero-content--mobile {
  display: none;
}

.media-items {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.media-item {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.media-item__image-wrapper {
  border-right: 1px solid var(--captain);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  display: flex;
}

.media-item__text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 414px;
  display: flex;
}

.media-item__image {
  max-width: 200px;
}

.sharing-group {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: center;
  display: flex;
}

.sharing-line {
  background-color: var(--captain);
  width: 1px;
  height: 55px;
}

.footer-link {
  color: var(--light-2);
}

.contact-link {
  color: var(--captain);
}

@media screen and (max-width: 991px) {
  .s-hero {
    background-position: 0%, 68%;
  }

  .t-p1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .what__subtext {
    max-width: 466px;
  }

  .t-p2--med {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 41.25px;
  }

  .content-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .hero {
    max-width: 290px;
  }

  .quote {
    padding: 80px 100px 120px;
  }

  .block-quote {
    font-size: 26px;
    line-height: 37px;
  }

  .quote-mark {
    width: 32px;
  }

  .s-hero--mobile {
    background-position: 50%;
  }

  .media-item {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .media-item__text {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .s-hero {
    background-image: url('../images/hero.png');
    background-position: 86%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
  }

  .t-p1 {
    font-size: 20px;
    line-height: 30px;
  }

  .what__subtext {
    max-width: 100%;
  }

  .t-p2--med {
    font-size: 25px;
    line-height: 31.25px;
  }

  .t-p2--med.is-bold-smallscreen {
    font-weight: 700;
  }

  .what__image {
    width: 100%;
  }

  .what {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
  }

  .what__text {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
    width: 100%;
  }

  .content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero {
    max-width: 100%;
  }

  .hero__content {
    width: 80%;
  }

  .content-block {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .quote {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 40px 80px;
  }

  .block-quote {
    font-size: 20px;
    line-height: 30px;
  }

  .author {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-quote {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .retreats-grid {
    grid-template-columns: 1fr;
  }

  .s-hero--mobile {
    background-image: none;
    display: block;
  }

  .s-hero-content--mobile {
    background-color: var(--dark-1);
    display: block;
  }

  .hero-content {
    color: var(--light-1);
    padding-top: 40px;
    padding-bottom: 8px;
  }

  .media-items {
    margin-top: 50px;
  }

  .media-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .media-item__image-wrapper {
    border-top: 1px solid var(--captain);
    border-right-style: none;
  }

  .hero-content-mobile {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    color: var(--light-1);
    flex-flow: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }
}


