body {
  overflow-x: hidden;
}
.hero {
  display: flex;
  background-color: var(--canary);
  position: relative;
  margin-bottom: 50px;
  background-image: url("media/blue-bear-background.png");
  background-color: rgba(255, 234, 0, 0.85);

  background-size: cover;
}
.hero-wave {
  position: absolute;
  bottom: 0;
}

.hero-text-wrapper {
  flex-basis: 60%;
  position: relative;
}

.welcome-bubble {
  background: rgba(255, 255, 255, 0.9);
  width: 85%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 20px;
}

.welcome-bubble h1 {
  font-size: 3.5rem;
  margin-bottom: 10px;
  color: var(--logoBlue);
}
.welcome-bubble h1 span {
  font-size: 2.5rem;
  display: block;
  color: var(--logoBlue);
}

.welcome-bubble a {
  display: inline-block;
  position: relative;
}

.hero-video-wrapper {
  flex-basis: 40%;
  height: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}

.promo-video {
  position: relative;
  width: 87%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  border: 5px solid var(--darkCanary);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.intro {
  margin-top: 0px;
  box-sizing: border-box;
  padding: 40px 0;
  background-image: url(media/blue-bear-background.png);
  background-color: rgba(255, 255, 255, 0.8);
  background-size: cover;
  background-blend-mode: lighten;
  background-position: bottom;
}
.intro h2 {
  text-align: center;
  font-size: 3rem;
  color: var(--logoBlue);
  margin-bottom: 30px;
}

.intro p {
  width: 80%;
  text-align: center;
  margin: 10px auto;
}

.intro-p {
  margin-bottom: 40px !important;
}

.intro p span {
  display: block;
  margin-bottom: 20px;
  width: 75%;
  margin: 0 auto 20px auto;
}

.values {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px;

  margin: 0 auto;
}

.value-card {
  flex: 1 1 calc(33.333% - 30px);
  text-align: center;
  margin-bottom: 30px;
}

.value-card p {
  text-align: center;
}

.value-card img {
  margin-bottom: 30px;
  width: 100px;
}

.value-card h3 {
  color: var(--logoBlue);
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 0.03rem;
  margin-bottom: 10px;
}

.cedar-description {
  margin-top: 90px;
  background-image: url("media/blue-bear-background.png");
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  padding-bottom: 90px;
}
.description-header {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 70px;
  color: var(--logoBlue);
}

.description-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px;
}

.description-img-wrapper {
  flex: 1 1 calc(50% - 30px);

  position: relative;
}
.description-img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.description-text-wrapper {
  flex: 1 1 calc(50% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
}

.description-text-wrapper p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.description-text-wrapper h3 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: var(--logoBlue);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.description-text-wrapper p span {
  color: var(--logoBlue);
  font-weight: bolder;
}

.description-text-wrapper p {
  margin-bottom: 40px;
}

.description-links-wrapper {
  width: 95%;
  margin: 0 auto;
}

.description-links-wrapper a {
  margin-right: 10px;
}

.ethos {
  background-image: url("media/blue-bear-background.png");
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  padding-bottom: 90px;
}

.ethos-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: nowrap;
  gap: 30px;
  padding: 30px;
  position: relative;
}

.ethos-img-wrapper {
  flex: 1 1 calc(50% - 30px);

  position: relative;
}

.ethos-img {
  position: relative;
  width: 420px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.ethos-text-wrapper {
  flex-basis: 70%;
  position: relative;
  top: 26%;

  min-width: 0;
}

.ethos-text-wrapper h3 {
  font-size: 2.5rem;
  text-align: center;
  color: var(--logoBlue);
  margin-bottom: 30px;
}
/* .ethos-text-wrapper h1 span {
} */

.slide-wrapper {
  width: 100%;
  margin: 0 auto;

  position: relative;
}

.slide-wrapper img {
  width: 50px;
  position: absolute;
  left: 5%;
}

.slide-wrapper p {
  position: relative;
  width: 80%;
  left: 80px;
  font-size: 1.1rem;
}

.slide:hover {
  cursor: grab !important;
}

.swiper-btn {
  color: var(--lapis);
  font-size: 5px !important;
  font-weight: 1000;
}
.swiper-btn:hover {
  color: var(--lightLapis);
}

:root {
  --swiper-navigation-size: 20px;
}

.widgets {
  margin-top: 25px;
}

.widgets-wrapper {
  /* display: flex; */
  justify-content: space-between;
  gap: 30px;
  padding: 0 30px;
}

.review-wrapper {
  flex-basis: 57%;
  margin-top: 40px;
}

.review-wrapper h3 {
  text-align: center;
  font-size: 3rem;
  color: var(--logoBlue);
}

.review {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.guides-wrapper {
  flex-basis: 38%;
  background-color: var(--lapis);
  color: white;
}

@media (max-width: 994px) {
  .description-links-wrapper a {
    display: block;
    margin-bottom: 10px;
  }

  .value-card {
    flex-basis: 45%;
  }
}

@media (max-width: 920px) {
  .description-wrapper {
    display: block;
  }

  .description-text-wrapper {
    margin-top: 30px;
    display: block;
  }
  .description-text-wrapper h3 {
    text-align: center;
  }

  .description-links-wrapper {
    width: fit-content;
  }
  .description-links-wrapper a {
    display: inline;
  }

  .ethos-wrapper {
    display: block;
  }

  .ethos-text-wrapper {
    position: static;
    margin-top: 30px;
  }

  .widgets-wrapper {
    display: block;
  }
}

@media (max-width: 767px) {
  .hero {
    display: block;
  }

  .hero-text-wrapper {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .welcome-bubble {
    width: 85%;
    top: 0;
    transform: translate(-50%, 0);
  }

  .welcome-bubble h1 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
  }

  .welcome-bubble h1 span {
    font-size: 1.6rem;
  }

  .welcome-bubble a {
    display: block;
  }

  .promo-video {
    width: 95%;
  }
}

@media (max-width: 500px) {
  .hero-wave {
    display: none;
  }
  .values {
    display: block;
  }
  .description-links-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .description-img-wrapper img {
    width: 300px;
  }

  .description-links-wrapper a {
    display: block;
    margin-bottom: 10px;
  }

  .description-wrapper {
    margin-bottom: 100px;
  }

  .block h3 {
    font-size: 1.6rem;
  }

  .ethos-img-wrapper {
    margin-top: 50px;
  }
  .ethos-img-wrapper img {
    width: 300px;
  }

  .slide-wrapper img {
    display: None;
  }

  .slide-wrapper p {
    width: 80%;
    margin: 0 auto;
    position: static;
  }
}
