:root {
  --light-blue: #5691ff;
  --blue: #2b4980;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h2 {
  color: #2b4980;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Eightiescomeback, Georgia, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

p {
  color: #2b4980;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.header-goes-here {
  z-index: 99;
  background-color: #29bbf5;
  height: 104px;
  position: fixed;
  inset: 0% 0% auto;
}

.ofelia-about-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  max-width: 920px;
  margin-top: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 16px;
  display: flex;
  position: relative;
}

.about_wrapper {
  background-image: url('../images/bg-home-content-centered.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.video_wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.content_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px 32px;
  display: flex;
}

.benefits_grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefits_card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #b3d9ff;
  border-radius: 16px;
  flex-flow: column;
  align-items: center;
  height: auto;
  padding: 24px;
  display: flex;
}

.benefits_card.large {
  background-color: var(--light-blue);
}

.title {
  color: var(--blue);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.title.white {
  color: #fff;
}

.heading {
  color: var(--blue);
}

.small {
  font-size: 16px;
  line-height: 24px;
}

.small.white {
  color: #fff;
}

.form-goes-here {
  background-color: #f85f5f;
  height: 500px;
}

.footer-goes-here {
  background-color: #141414;
  height: 300px;
}

@media screen and (max-width: 767px) {
  .benefits_grid {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 32px;
    line-height: 32px;
  }
}

#w-node-_1dfebc33-44de-7ef2-a29b-d0480213674e-da4bf235 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_1dfebc33-44de-7ef2-a29b-d0480213674e-da4bf235 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Eightiescomeback';
  src: url('../fonts/EightiesComeback-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}