@font-face {
  font-family: Myriadpro light;
  src: url('../fonts/MyriadPro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

.section {
  border: 12px solid #3f3fef;
  position: relative;
}

.section.hero-section {
  justify-content: flex-start;
  align-items: center;
  height: 85vh;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 702px;
  display: flex;
}

.heading {
  color: #1e3c96;
  text-align: center;
  text-transform: uppercase;
  background-color: #e4fe92;
  width: 442px;
  min-width: 442px;
  position: static;
}

.paragraph {
  color: #fff;
  width: 442px;
  max-width: 100%;
  margin-bottom: 0;
  font-family: myriad-pro, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 135%;
}

.image {
  width: 442px;
}

.hero-container {
  z-index: 3;
  flex: 1;
  max-width: 1600px;
  padding: 120px 60px 180px;
  display: flex;
  position: relative;
}

.youtube {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-overlay {
  z-index: 1;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.hero-background {
  z-index: 2;
  background-image: url('../images/hero-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.button {
  z-index: 10;
  float: none;
  color: #19368f;
  letter-spacing: .8px;
  text-indent: 2px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #f674fe;
  padding: 8px 12px 14px;
  font-family: myriad-pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: fixed;
  inset: 70px auto auto -67px;
  transform: rotate(90deg);
}

.hero-video {
  background-color: #1e3c96;
}

.hero-video-toggle {
  z-index: 3;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #fff;
  padding: 10px;
  font-family: myriad-pro-condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  inset: auto 40px 40px auto;
}

.footer-section {
  background-color: #09113b;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1600px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.footer-card-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Antonio, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.footer-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  padding: 0;
}

.footer-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #c5d5f31a;
  padding: 40px 30px;
}

.footer-card-desc {
  color: #fff;
  margin-bottom: 0;
  font-family: myriad-pro-condensed, sans-serif;
  font-size: 20px;
  line-height: 125%;
}

.footer-card-button {
  aspect-ratio: auto;
  color: #1e3c96;
  text-align: center;
  background-color: #fff0;
  padding: 15px 30px;
  font-family: myriad-pro-condensed, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
  transform: translate(0);
}

.footer-card-button-wrapper {
  background-color: #0000;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 0;
  transform: skew(0deg);
}

.footer-links-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.footer-link {
  color: #fff;
  border: 1px #000;
  margin-top: 0;
  padding-bottom: 0;
  font-family: myriad-pro-condensed, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  -webkit-text-decoration: underline #e4fe92;
  text-decoration: underline #e4fe92;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-section {
  background-image: url('../images/video-layer.png'), linear-gradient(#131396 80%, #3f3fef);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-left: 12px solid #3f3fef;
  border-right: 12px solid #3f3fef;
  padding-top: 120px;
  padding-bottom: 46px;
}

.video-container {
  width: 100%;
  max-width: 1600px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.large-video-stack {
  margin-bottom: 60px;
  padding: 0;
  position: static;
}

.video-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Antonio, sans-serif;
  font-size: 52px;
  line-height: 110%;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Myriadpro light, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.video-text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.quotation {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-2 {
  width: 312px;
}

.quotation-text {
  background-image: url('../images/blue-speech-bubble.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 312px;
  max-width: 100%;
  height: 206px;
  padding: 35px 20px 40px 80px;
  display: block;
  position: relative;
}

.quotation-text.smaller {
  background-position: 50% 100%;
  width: 312px;
  height: 160px;
}

.image-3 {
  position: absolute;
  top: 20px;
  left: 16px;
}

.paragraph-3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Myriadpro light, Arial, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 110%;
}

.image-4 {
  z-index: 1;
  width: 250px;
  margin-top: -60px;
  margin-left: auto;
  display: block;
  position: relative;
}

.quotation-name-position {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -40px;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: auto;
  right: 0;
  transform: rotate(-5deg);
}

.quotation-name {
  color: #000;
  text-transform: uppercase;
  background-image: linear-gradient(#f674fe, #f674fe);
  padding: 6px 10px 8px;
  font-family: Antonio, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.quotation-name.lime {
  background-image: linear-gradient(#e4fe92, #e4fe92);
}

.quotation-name.yellow {
  background-image: linear-gradient(#ffc20e, #ffc20e);
}

.quotation-position {
  color: #000;
  letter-spacing: .4px;
  text-transform: uppercase;
  background-image: linear-gradient(#f674fe, #f674fe);
  padding: 5px 15px;
  font-family: Antonio, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.quotation-position.lime {
  background-image: linear-gradient(#e4fe92, #e4fe92);
  font-weight: 500;
}

.quotation-position.yellow {
  background-image: linear-gradient(#ffc20e, #ffc20e);
  font-weight: 500;
}

.video-modal-wrapper {
  justify-content: center;
  align-items: center;
}

.image-5 {
  background-image: url('../images/video-modal-bg.png');
  background-position: 0 0;
  background-size: auto;
}

.video-lightbox-lg {
  border-radius: 100%;
  width: 100%;
  height: 0;
  padding-top: 100%;
  display: block;
  position: relative;
}

.large-play-button {
  z-index: 2;
  margin: auto;
  position: absolute;
  inset: 0;
}

.three-videos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 0;
  padding: 0 0 12px 12px;
}

.small-play-button {
  background-image: url('../images/video-placeholder-01.jpg');
  background-position: 0 0;
  background-size: auto;
  margin: auto;
  position: absolute;
  inset: 0;
  box-shadow: 0 1px 5px #00000040;
}

.lightbox-link {
  background-image: url('../images/video-placeholder-04.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 0%;
  padding-top: 62.5%;
  position: relative;
}

.video-wrapper {
  border: 2px solid #f674fe;
  box-shadow: -12px 12px #f674fe;
}

.video-wrapper.lime {
  border-color: #e4fe92;
  box-shadow: -12px 12px #e4fe92;
}

.video-wrapper.yellow {
  border-color: #ffc20e;
  box-shadow: -12px 12px #ffc20e;
}

.lightbox-link-2 {
  background-image: url('../images/video-placeholder-02.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  padding-top: 62.5%;
  position: relative;
}

.lightbox-link-3 {
  background-image: url('../images/video-placeholder-03.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  padding-top: 62.5%;
  position: relative;
}

.view-more-videos-btn {
  color: #1e3c96;
  text-transform: uppercase;
  background-color: #1c263000;
  padding: 15px 30px;
  font-family: myriad-pro-condensed, sans-serif;
  font-size: 24px;
  line-height: 100%;
  position: static;
}

.view-more-videos-btn-wrapper {
  position: static;
}

.view-more-videos-btn-wrapper.pink {
  float: right;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.view-more-videos-btn-wrapper.lime, .view-more-videos-btn-wrapper.yellow {
  float: right;
  margin-bottom: 6px;
  display: inline-block;
}

.lightbox-link-4 {
  width: 100%;
  position: relative;
}

.video-lightbox {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
}

.small-video-modal-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video {
  position: absolute;
}

.quote-bubble {
  z-index: 2;
  background-image: url('../images/pink-speech-bubble.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 135px;
  position: absolute;
  inset: 0% 0% auto;
}

.three-videos-wrapper {
  z-index: 10;
  margin-bottom: 40px;
  position: relative;
  overflow: visible;
}

.special-box-shadow-text {
  font-family: myriad-pro, sans-serif;
  box-shadow: inset 0 -20px 0 -4px #2e2aa4;
}

.large-modal-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.video-layer {
  z-index: 1;
  background-image: radial-gradient(circle, #0000, #131396 70%);
  position: absolute;
  inset: 0%;
}

.small-video-speech-bubble {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  background-image: url('../images/pink-speech-bubble_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 130px;
  height: 159px;
  margin: auto;
  padding: 10px 10px 35px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.small-video-speech-bubble.lime {
  background-image: url('../images/lime-speech-bubble.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 179px;
  display: flex;
}

.small-video-speech-bubble.lime.fourth {
  width: 120px;
  height: 154px;
}

.small-video-speech-bubble.lime.sixth {
  width: 130px;
  height: 159px;
}

.small-video-speech-bubble.yellow {
  background-image: url('../images/yellow-speech-bubble.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 169px;
  display: flex;
}

.small-video-speech-bubble.yellow.seventh, .small-video-speech-bubble.yellow.eighth {
  width: 120px;
  height: 139px;
}

.small-video-speech-bubble.yellow.nineth {
  width: 135px;
  height: 164px;
}

.small-video-speech-bubble.first {
  width: 125px;
  height: 154px;
}

.small-video-speech-bubble.second {
  width: 110px;
  height: 129px;
}

.small-video-speech-bubble.third {
  width: 132px;
  height: 161px;
}

.speech-bubble-quote {
  color: #1e3c96;
  letter-spacing: -.5px;
  text-transform: uppercase;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-family: Myriadpro light, Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 125%;
}

.block-quote {
  color: #1e3c96;
  text-align: right;
  text-transform: uppercase;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-family: myriad-pro, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.speech-bubble-author {
  color: #1e3c96;
  text-align: right;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 0;
  font-family: myriad-pro, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-family: myriad-pro, sans-serif;
}

.large-video-embed {
  background-image: none;
  background-size: auto;
  min-width: 0;
  position: relative;
  inset: 0%;
}

.large-video-wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.large-video {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.large-video-layer {
  position: absolute;
  inset: 0%;
}

.large-video-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.large-modal-collage-video {
  z-index: 1;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-6 {
  z-index: 5;
  cursor: pointer;
  width: 78px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 40px;
}

.small-video-title {
  color: #19368f;
  background-color: #fff;
  padding: 5px 10px;
  font-family: myriad-pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: absolute;
  inset: auto auto 16px 0%;
}

.small-video-title.lime {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #e4fe92;
}

.small-video-title.yellow {
  color: #000;
  background-color: #ffc20e;
}

@media screen and (max-width: 991px) {
  .section.hero-section {
    height: auto;
    min-height: auto;
    display: block;
  }

  .div-block {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .paragraph {
    font-size: 24px;
  }

  .hero-container {
    padding: 80px 40px 100px;
  }

  .youtube {
    aspect-ratio: auto;
    width: 100vw;
    height: 100vh;
    inset: 0%;
    overflow: hidden;
  }

  .hero-overlay {
    background-image: none;
  }

  .footer-section {
    padding: 40px 0;
  }

  .footer-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-card-heading {
    font-size: 48px;
  }

  .footer-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-card-button {
    font-size: 18px;
  }

  .video-section {
    padding-top: 80px;
  }

  .video-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .large-video-stack {
    position: relative;
  }

  .video-lightbox-lg {
    background-image: radial-gradient(circle, #0000, #131396 70%), url('../images/video-modal-bg.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex: 0 auto;
    align-self: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 100%;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .three-videos {
    padding-left: 8px;
    padding-right: 0;
  }

  .video-wrapper {
    box-shadow: -8px 8px #f674fe;
  }

  .three-videos-wrapper {
    margin-bottom: 36px;
  }

  .image-6 {
    bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    width: 100%;
    font-size: 22px;
  }

  .image {
    width: 100%;
  }

  .hero-container {
    padding: 300px 30px 40px;
  }

  .youtube {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 50%;
    position: absolute;
    inset: 0%;
  }

  .hero-overlay {
    background-image: linear-gradient(#0d215c66, #0d215c66);
    overflow: visible;
  }

  .hero-background {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-links-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .video-section {
    padding-top: 60px;
    overflow: visible;
  }

  .video-container {
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .quotation {
    margin-left: auto;
    margin-right: auto;
  }

  .video-lightbox-lg {
    background-size: auto, cover;
  }

  .large-play-button {
    width: 100px;
  }

  .three-videos {
    float: left;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 26px;
    text-decoration: none;
    overflow: scroll;
  }

  .small-play-button {
    width: 50px;
  }

  .video-wrapper {
    box-shadow: -6px 6px #f674fe;
  }

  .video-wrapper.yellow {
    box-shadow: -6px 6px #ffc20e;
  }

  .view-more-videos-btn-wrapper.pink {
    margin-bottom: 6px;
    margin-right: 10px;
  }

  .view-more-videos-btn-wrapper.lime, .view-more-videos-btn-wrapper.yellow {
    margin-right: 10px;
  }

  .video-lightbox {
    width: 216px;
    height: 146px;
    padding-top: 0%;
  }

  .body {
    overflow: visible;
  }

  .three-videos-wrapper {
    margin-bottom: 24px;
    margin-left: -30px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 50px;
    overflow: auto;
  }

  .small-video-speech-bubble {
    display: none;
  }

  .small-video-speech-bubble.lime {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .image-6 {
    width: 70px;
  }

  .small-video-title {
    bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading {
    width: 100%;
    max-width: 442px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 20px;
  }

  .image {
    width: 100%;
  }

  .hero-container {
    padding: 220px 20px 40px;
  }

  .youtube {
    aspect-ratio: 1;
    height: 50%;
    position: absolute;
    top: 0%;
  }

  .hero-overlay {
    overflow: visible;
  }

  .button {
    padding-top: 6px;
    padding-bottom: 10px;
    left: -60px;
  }

  .footer-container, .video-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4 {
    float: none;
    margin-right: auto;
    padding-left: 0;
  }

  .quotation-name-position {
    margin-right: 10px;
  }

  .quotation-position {
    font-size: 12px;
  }

  .three-videos {
    padding-left: 6px;
    padding-right: 26px;
  }

  .body {
    overflow: visible;
  }

  .three-videos-wrapper {
    margin-left: -20px;
    margin-right: -30px;
    padding-left: 20px;
    padding-right: 30px;
  }

  .image-6 {
    width: 60px;
    margin-top: 30px;
    display: block;
    position: relative;
    bottom: 20px;
  }

  .small-video-title, .small-video-title.lime, .small-video-title.yellow {
    font-size: 15px;
  }
}

#w-node-_4f933f6b-cf3a-1e25-d704-f1dcabdf3d66-4c449ab1 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
}

#w-node-_8324b39e-6faf-a1ec-dbc5-aba1e18782e7-4c449ab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_95680d6f-eb27-3f1d-b5be-2b74dfba3689-4c449ab1 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
}

#w-node-_95680d6f-eb27-3f1d-b5be-2b74dfba369d-4c449ab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e8234304-242c-a51d-a853-aa4d7d5d9e71-4c449ab1 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
}

#w-node-e8234304-242c-a51d-a853-aa4d7d5d9e85-4c449ab1, #w-node-_501c80f3-b91c-3f19-e23b-e2c2941b22d6-4c449ab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_4f933f6b-cf3a-1e25-d704-f1dcabdf3d66-4c449ab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_95680d6f-eb27-3f1d-b5be-2b74dfba3689-4c449ab1, #w-node-e8234304-242c-a51d-a853-aa4d7d5d9e71-4c449ab1 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 2fr;
  }

  #w-node-_501c80f3-b91c-3f19-e23b-e2c2941b22d6-4c449ab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4f933f6b-cf3a-1e25-d704-f1dcabdf3d66-4c449ab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_95680d6f-eb27-3f1d-b5be-2b74dfba3689-4c449ab1, #w-node-e8234304-242c-a51d-a853-aa4d7d5d9e71-4c449ab1 {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-_501c80f3-b91c-3f19-e23b-e2c2941b22d6-4c449ab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Myriadpro light';
  src: url('../fonts/MyriadPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}