:root {
  --white: white;
  --black: black;
}

body {
  color: #0f1923;
  background-color: #ff4655;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

a {
  color: #0bd2ff;
  text-decoration: underline;
}

.container {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.container.left {
  z-index: 2;
  justify-content: flex-start;
}

.container.center {
  flex-direction: column;
  justify-content: center;
}

.container.left {
  justify-content: flex-start;
}

.content {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.content.center {
  text-align: center;
  align-items: center;
  max-width: none;
}

.content.center.faq {
  padding-right: 0;
}

.content.faq {
  color: #fcfcfc;
  text-align: center;
  background-color: #0000;
  align-items: center;
  max-width: 1080px;
  height: auto;
}

.content.grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  display: grid;
}

.credits-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.btn-icon {
  width: 24px;
  height: 24px;
}

.btn {
  grid-column-gap: 10px;
  color: #fcfcfc;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.btn.store-secondary {
  background-color: #374ca9;
  background-image: linear-gradient(#374ca9, #273583);
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.btn.store-secondary:hover {
  background-image: none;
  box-shadow: 0 0 40px #374ca980, 0 4px 4px #0003;
}

.btn.store-secondary.small {
  color: #111;
  background-image: linear-gradient(#ede9e5, #f8f7f5);
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.btn.store-secondary.small:hover {
  background-image: linear-gradient(#1a6b86, #0f5666);
  box-shadow: 0 4px 4px #0003;
}

.btn.valorant {
  color: #01050e;
  background-color: #ffba00;
  background-image: linear-gradient(#ffba00, #e68d10);
  transition: all .3s;
  box-shadow: 0 4px 4px #0003;
}

.btn.valorant:hover {
  background-image: none;
  box-shadow: 0 0 40px #ffba0080, 0 4px 4px #0003;
}

.btn.valorant.big {
  background-image: linear-gradient(166deg, #ff7462, #ff3945);
  border: 2px solid #ff4655;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
}

.btn.valorant.big:hover {
  box-shadow: 0 0 40px #ff000080, 0 4px 4px #0003;
}

.btn-buyarea {
  width: 100%;
  margin-top: 40px;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.faq {
  height: auto;
}

.section.footer {
  padding-top: 0;
}

.section.valorant {
  background-image: linear-gradient(#ece8e3, #ece8e3);
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #111;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
}

.navlink {
  color: #fcfcfc;
  text-align: center;
  padding: 28px 20px;
  text-decoration: none;
  transition: all .3s;
}

.navlink:hover {
  color: #ff4655;
}

.navlink.w--current {
  color: #fcfcfc;
  border-bottom: 4px solid #ff4655;
  padding-bottom: 24px;
}

.navlink.hide {
  display: none;
}

.brand {
  width: 178px;
  height: 40px;
}

.faq-p {
  background-color: #111;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.faq {
  white-space: normal;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-img {
  z-index: 2;
  color: #ff4655;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.faq-icon {
  z-index: 2;
  color: #ff4655;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  position: absolute;
  inset: auto 0% auto auto;
}

.toggle-text {
  z-index: 2;
  color: #fff;
  width: 100%;
  max-width: 920px;
  margin-left: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.faq-body {
  z-index: 1;
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  color: #fff;
  padding: 0 30px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.faq-answer {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.faq-content {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-footer {
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
}

.social-icon {
  height: 16px;
}

.social-icon.instagram, .social-icon.twitch {
  width: 18px;
  height: 18px;
}

.social-icon.twitter {
  width: 19px;
  height: 18px;
}

.social-icon.facebook, .social-icon.youtube {
  width: 18px;
  height: 18px;
}

.social-icon.discord {
  width: 19px;
  height: 18px;
}

.social-icon.tiktok {
  width: 16px;
  height: 19px;
}

.social-icon.bluesky {
  width: 18px;
  height: 16px;
}

.social-icon.threads {
  width: 18px;
  height: 18px;
}

.social-icon.x {
  width: 18px;
  height: 16px;
}

.brand-white {
  width: 138px;
  height: 30px;
}

.footer-link {
  color: #fcfcff80;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fcfcfc;
}

.copyright {
  color: #fff;
  align-self: center;
  margin-left: 10px;
  font-size: 14px;
}

.footer-container {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.footer-container.footer {
  border-top: 2px solid #fff;
  padding-top: 80px;
}

.dropdown {
  display: none;
}

.navlinks {
  background-color: #0000;
  display: block;
  position: static;
}

.header {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.header.giftcard {
  grid-row-gap: 40px;
}

.youtube {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.btn-droparea {
  display: none;
}

.credits-select-area {
  width: 100%;
}

.carousel-slider {
  margin-right: 6%;
}

.valorant-btn {
  grid-column-gap: 8px;
  color: #111;
  text-align: center;
  background-color: #0000;
  border: 3px solid #1d1c1c;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.valorant-btn:hover {
  color: #ff4655;
  border-color: #ff4655;
}

.valorant-btn.valorant-btn--active {
  color: #fcffff;
  background-color: #ff4655;
  border-color: #ff9b8f;
  justify-content: space-between;
  align-items: center;
}

.valorant-render {
  width: 100%;
  max-width: 720px;
}

.credit-description {
  text-align: right;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.credit-price {
  text-align: left;
  width: 100%;
  max-width: 110px;
  font-size: 28px;
}

.credit-price.riot-points {
  max-width: 100px;
  font-size: 20px;
}

.valorant-logo {
  width: 100%;
  max-width: 350px;
}

.btn-socialmedia {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.btn-socialmedia:hover {
  background-color: #5865f2;
}

.btn-socialmedia.twitch:hover {
  background-color: #9146ff;
}

.btn-socialmedia.instagram:hover {
  background-color: #f00075;
}

.btn-socialmedia.facebook:hover {
  background-color: #1778f2;
}

.btn-socialmedia.youtube:hover {
  background-color: red;
}

.btn-socialmedia.twitter:hover {
  background-color: #1d9bf0;
}

.btn-socialmedia.tiktok:hover {
  background-color: #010101;
}

.btn-socialmedia.x:hover {
  background-color: #242424;
}

.btn-socialmedia.bluesky:hover {
  background-color: #0085ff;
}

.btn-socialmedia.threads:hover {
  background-color: #0a0a0a;
}

.footer-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  line-height: 24px;
  display: grid;
}

.footer-title {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.company {
  color: #fff;
  max-width: 310px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.container-2 {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.content-wrap {
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.disclaimer-2 {
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
  font-style: italic;
  line-height: 150%;
}

.disclaimer-2.center {
  text-align: left;
}

.container-3 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.container-apple {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 80px;
  display: flex;
  position: relative;
}

.text-red {
  color: #ff4655;
  font-weight: 600;
}

.bold-text-2 {
  font-weight: 600;
}

.footer-social-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq-icon {
    max-width: none;
    display: block;
    overflow: visible;
  }

  .footer-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .carousel-slider {
    height: 432px;
  }

  .valorant-btn {
    align-items: center;
    display: flex;
  }

  .valorant-render {
    max-width: 759px;
  }

  .credit-price {
    text-align: left;
    width: 100%;
    max-width: 110px;
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 120%;
  }

  h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
  }

  .container.left {
    grid-row-gap: 80px;
    text-align: center;
    text-align: center;
    justify-content: center;
  }

  .content {
    align-items: center;
    max-width: none;
    font-size: 20px;
  }

  .btn-buyarea {
    z-index: 2;
    position: relative;
  }

  .navbar {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content min-content;
    grid-auto-columns: 1fr;
    padding: 4px 16px 4px 40px;
    display: grid;
  }

  .navlink {
    color: #fff;
    text-align: left;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
  }

  .navlink:hover {
    color: #ff4655;
  }

  .navlink.w--current {
    color: #fff;
    border-bottom-style: none;
    border-left: 4px solid #ff4655;
    padding-bottom: 14px;
    padding-left: 36px;
  }

  .faq-img {
    width: 24px;
    height: 24px;
  }

  .faq-icon {
    width: 24px;
  }

  .toggle-text {
    margin-right: 20px;
    font-size: 18px;
    line-height: 150%;
  }

  .faq-answer {
    padding-left: 32px;
    font-size: 14px;
    line-height: 150%;
  }

  .brand-footer {
    justify-content: center;
  }

  .footer-nav {
    text-align: left;
  }

  .footer-container.footer {
    text-align: center;
    text-align: center;
  }

  .dropdown {
    z-index: 1;
    grid-column-gap: 20px;
    color: #fcfcfc;
    align-items: center;
    padding-right: 20px;
    display: flex;
  }

  .dropdown.w--open {
    color: #ff4655;
    background-color: #292929;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .navlinks {
    display: none;
  }

  .navlinks.w--open {
    background-color: #292929;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    width: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    right: 0;
    box-shadow: 0 2px 20px #0003;
  }

  .menu-icon {
    width: 24px;
    height: 24px;
  }

  .menu, .navigation {
    order: 1;
  }

  .header {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .header.giftcard {
    z-index: 2;
    text-align: left;
    position: relative;
  }

  .btn-droparea {
    width: 100%;
    padding-left: 20px;
    display: none;
  }

  .credits-select-area {
    z-index: 999;
    text-align: left;
  }

  .valorant-btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .valorant-render {
    top: -60px;
    right: -20px;
  }

  .footer-content {
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    font-size: 12px;
    line-height: 20px;
  }

  .company {
    max-width: none;
  }

  .grid {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .container-2 {
    align-self: center;
  }

  .content-wrap {
    align-items: center;
    max-width: none;
    font-size: 20px;
  }

  .disclaimer-2 {
    text-align: left;
    width: 100%;
  }

  .disclaimer-2.center {
    text-align: center;
  }

  .container-apple {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h6 {
    font-size: 18px;
  }

  .container {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.left {
    align-items: center;
  }

  .container.center {
    justify-content: flex-start;
    align-items: center;
  }

  .content {
    grid-row-gap: 20px;
    align-items: center;
    font-size: 16px;
  }

  .credits-list._2col {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .btn-buyarea {
    margin-top: 0;
  }

  .navbar {
    grid-template-columns: 1fr max-content;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    top: 0;
  }

  .brand {
    width: 133.5px;
    height: 30px;
  }

  .toggle-text {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }

  .brand-footer {
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown {
    padding: 13px;
  }

  .header {
    grid-row-gap: 12px;
    align-items: center;
  }

  .header.giftcard {
    grid-row-gap: 20px;
    align-items: flex-start;
    width: 100%;
  }

  .btn-droparea {
    padding-top: 20px;
    display: block;
  }

  .btn-navarea {
    display: none;
  }

  .valorant-render {
    top: -120px;
    right: 0;
  }

  .credit-description {
    font-size: 14px;
  }

  .credit-price {
    max-width: 80px;
    font-size: 20px;
  }

  .credit-price.riot-points {
    max-width: 72px;
    font-size: 14px;
  }

  .valorant-logo {
    max-width: 300px;
  }

  .footer-content {
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .company {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrap {
    grid-row-gap: 20px;
    height: 100%;
    font-size: 16px;
  }

  .container-3 {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-apple {
    align-items: flex-start;
    padding: 60px 40px;
  }

  .footer-social-nav {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .credits-list._2col {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .btn.valorant.big {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-buyarea {
    margin-top: 20px;
  }

  .faq-img {
    display: none;
  }

  .toggle-text {
    max-width: 230px;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .faq-body-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-answer {
    padding-left: 0;
  }

  .footer-container.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header.giftcard {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .credits-select-area {
    text-align: center;
  }

  .carousel-slider {
    margin-right: 12px;
  }

  .valorant-btn {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
    border-width: 2px;
    flex-direction: column;
    padding: 16px 8px;
    font-size: 14px;
  }

  .valorant-render {
    max-width: 140px;
    display: none;
    top: -140px;
    left: 20px;
    right: auto;
  }

  .credit-description {
    text-align: center;
    width: 100%;
  }

  .credit-price {
    width: auto;
    max-width: none;
  }

  .credit-price.riot-points {
    text-align: center;
    width: 100%;
    max-width: none;
    font-size: 16px;
  }

  .valorant-logo {
    max-width: 250px;
  }

  .btn-socialmedia.tiktok:hover {
    background-color: #111314;
  }

  .footer-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .content-wrap {
    text-align: center;
    height: auto;
  }

  .disclaimer-2 {
    text-align: center;
    font-size: 12px;
  }

  .container-apple {
    padding: 50px 20px;
  }

  .footer-social-nav {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }
}

#w-node-_5c7ae5fa-5f5c-f329-6cce-1939deb2172c-5c399c79 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5c7ae5fa-5f5c-f329-6cce-1939deb21732-5c399c79 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d7fc05c6-fac3-07d4-d2d9-0bad978e9861-5c399c79, #w-node-_602dce01-b1e2-b893-301f-e2144a8e6bc1-5c399c79, #w-node-_73cf3a07-2571-b2e6-431d-6b940396ca69-5c399c79, #w-node-aefcafcb-d48a-c2bb-d470-5d4fc056a4b6-5c399c79, #w-node-_0ddc44bf-bc13-35ea-cac3-ecedf1b66eaf-5c399c79, #w-node-_3c13376f-d97d-0f10-e414-27abf6c035d0-5c399c79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c7ae5fa-5f5c-f329-6cce-1939deb21740-5c399c79 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_66b644c0-c32c-e9c8-f5cf-78e4843a305d-5c399c79 {
  grid-area: 1 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_11f44c17-dc93-bb24-135c-44bae2fb48a5-5c399c79 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5c7ae5fa-5f5c-f329-6cce-1939deb21732-5c399c79, #w-node-_5c7ae5fa-5f5c-f329-6cce-1939deb21740-5c399c79 {
    grid-column-end: 3;
  }

  #w-node-_66b644c0-c32c-e9c8-f5cf-78e4843a305d-5c399c79 {
    grid-row-end: 2;
    align-self: end;
  }

  #w-node-_11f44c17-dc93-bb24-135c-44bae2fb48a5-5c399c79 {
    order: 9999;
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_11f44c17-dc93-bb24-135c-44bae2fb48c3-5c399c79, #w-node-_11f44c17-dc93-bb24-135c-44bae2fb48d5-5c399c79, #w-node-_11f44c17-dc93-bb24-135c-44bae2fb48e7-5c399c79, #w-node-_11f44c17-dc93-bb24-135c-44bae2fb4905-5c399c79 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_11f44c17-dc93-bb24-135c-44bae2fb48a5-5c399c79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_11f44c17-dc93-bb24-135c-44bae2fb48c3-5c399c79, #w-node-_11f44c17-dc93-bb24-135c-44bae2fb48d5-5c399c79, #w-node-_11f44c17-dc93-bb24-135c-44bae2fb48e7-5c399c79, #w-node-_11f44c17-dc93-bb24-135c-44bae2fb4905-5c399c79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5c7ae5fa-5f5c-f329-6cce-1939deb2172c-5c399c79 {
    grid-column-end: 3;
  }

  #w-node-_11f44c17-dc93-bb24-135c-44bae2fb48a5-5c399c79 {
    grid-column: span 2 / span 2;
  }

  #w-node-_93f189b5-b013-2c77-d01d-e84787ba0f3d-5c399c79, #w-node-_93f189b5-b013-2c77-d01d-e84787ba0f3f-5c399c79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Redob';
  src: url('../fonts/Redob-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}