:root {
  --max-width-desktop: 80rem;
  --brand-yellow: #cf9c00;
  --brand-color: #003;
  --brand-hover: #41436d;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  line-height: 1.2;
}

h2 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.2;
}

.page-wrapper {
  overflow: hidden;
}

.main-wrapper, .section_home-hero {
  position: relative;
}

.section_home-services {
  z-index: 1;
  position: relative;
}

.section_home-why_us, .section_home-projects {
  position: relative;
}

.zelaya-navbar {
  z-index: 10;
  background-color: #000000b3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
  position: fixed;
}

.container-hero {
  max-width: var(--max-width-desktop);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero_video {
  background-image: linear-gradient(90deg, #00000080, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-block {
  position: relative;
}

.padding-global {
  padding-left: 5rem;
  padding-right: 5rem;
}

.padding-global.vertical-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-global.vertical-padding.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
}

.heading-style-h3.text-color-white {
  color: var(--brand-yellow);
}

.container-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  display: flex;
}

.container-large.vertical-padding {
  max-width: var(--max-width-desktop);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-large.bottom-padding {
  padding-bottom: 5rem;
}

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

.services_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--brand-color);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.services_item_container-image {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.button-brand {
  background-color: var(--brand-color);
  color: #fff;
  border-radius: .5rem;
  padding: .875rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  text-decoration: none !important;
}

.button-brand:hover {
  background-color: #40404d;
}

.button-brand.is-learn {
  cursor: pointer;
}

.button-brand.is-learn:hover {
  background-color: var(--brand-hover);
}

.button-brand.is-booking {
  background-color: var(--brand-yellow);
}

.services_item_paragraph {
  color: #fff;
  overflow: hidden;
}

.services_item_paragraph.gsap-hidden {
  height: 0;
}

.services_item_container-paragraph {
  color: #fff;
  overflow: hidden;
}

.services_item_container-paragraph.gsap-hidden {
  height: 0;
}

.services_container {
  max-width: var(--max-width-desktop);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.services_container.vertical-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.why_us_container {
  max-width: var(--max-width-desktop);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.why_us_container.vertical-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.why_us_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.why_us_image {
  aspect-ratio: 1;
  color: #ff0101;
  width: 50%;
}

.why_us_p {
  text-align: center;
}

.heading-style-h4 {
  font-size: 1.5rem;
}

.heading-style-h4.text-align-center.text-color-primary {
  color: var(--brand-yellow);
}

.heading-why-us {
  text-align: center;
  font-size: 1.25rem;
}

.why_us_item_container-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 9.75rem;
  display: flex;
}

.section_home-calendly {
  position: relative;
}

.background-image {
  pointer-events: none;
  background-image: linear-gradient(#efefefb3, #efefefb3), url('../images/360_f_276191479_of9mku9cctu96tkp39ddmuaiydhhi4lm.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  width: 100vw;
  height: 100%;
  position: absolute;
}

.swiper {
  max-width: var(--max-width-desktop);
  width: 100%;
}

.swiper-wrapper {
  display: flex;
  position: relative;
}

.swiper-slide {
  aspect-ratio: 1;
  flex: none;
  height: 100%;
}

.swiper-slide-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.slider-button-right {
  border: 2px solid var(--brand-color);
  background-color: var(--brand-color);
  color: #000;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-right:hover {
  background-color: var(--brand-hover);
  color: #fff;
  background-position: 60%;
}

.swiper-column {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.swiper-wrapper-2 {
  flex: none;
  display: block;
}

.swiper-wrapper-2.basic-slider-list {
  align-items: center;
  display: flex;
}

.swiper-arrow-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-button-left {
  border: 2px solid var(--brand-color);
  background-color: var(--brand-color);
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-left:hover {
  background-color: var(--brand-hover);
  color: #fff;
  background-position: 40%;
}

.basic-swiper {
  width: 100%;
  margin-bottom: 48px;
  overflow: hidden;
}

.no-margin {
  margin-bottom: 0;
  margin-right: 0;
}

.swiper-slide-2 {
  flex: none;
}

.swiper-slide-2.basic-swiperr-item {
  width: 100%;
  height: 320px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1328px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container.flex-center.overflow-none {
  overflow: hidden;
}

.swiper-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.swiper-container {
  max-width: var(--max-width-desktop);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.padding-global-2 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.padding-global-2.vert-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.code-embed {
  width: 100%;
  margin-bottom: 0;
}

.section_home-contact {
  background-color: var(--brand-color);
  position: relative;
}

.default-contact_form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 80rem;
  display: flex;
}

.contact_form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field_container-contact_form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-small {
  color: #000;
  text-align: left;
  font-size: 1rem;
  line-height: 1rem;
}

.field-contact_form {
  color: #000;
  font-size: 1rem;
  line-height: 1rem;
}

.field-contact_form.big {
  height: 7rem;
}

.button-brand-2 {
  color: #000;
  background-color: #2cbfd4;
  border-radius: 16px;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.button-brand-2:hover {
  background-color: #fff;
}

.calendly_container {
  width: 100%;
  max-width: 80rem;
}

.navbar_link {
  color: #fff;
}

.navbar_link.w--current {
  color: var(--brand-yellow);
}

.zelaya-footer {
  background-color: var(--brand-color);
  position: relative;
}

.container-footer_social {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-icon_link {
  order: 1;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-icon_link.w--current {
  flex: none;
  order: 0;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.link-footer {
  width: 32px;
  height: 32px;
}

.footer-icon {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.footer-paragraph {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.brand-logo {
  filter: invert();
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brand {
  height: 4rem;
}

.padding-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.livechat-button {
  background-color: var(--brand-color);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-icon-chat {
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--brand-color);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.footer-icon_logo {
  filter: invert();
}

.padding-footer {
  padding: 2rem 5rem 5rem;
  position: relative;
}

.padding-footer.vertical-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-footer.vertical-padding.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-color-white {
  color: #fff;
}

.hero_heading_container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 80rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.container-header.vertical-padding {
  max-width: var(--max-width-desktop);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-color-grey {
  color: #b2b2b2;
}

.text-color-primary {
  color: var(--brand-color);
}

.button-ghost {
  color: #fff;
  background-color: #0000;
  border: .25rem solid #fff;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  text-decoration: none !important;
}

.button-ghost:hover {
  background-color: #51559b;
}

.button-ghost.is-learn {
  cursor: pointer;
}

.button-ghost.is-learn:hover {
  background-color: var(--brand-hover);
}

.button-ghost.is-booking {
  background-color: #cf9c00;
}

.text-color-yellow {
  color: var(--brand-yellow);
}

.text-color-yellow.subheading-size {
  font-size: 1.75rem;
}

.text-color-blue {
  color: #64a4ff;
}

.preloader {
  z-index: 100;
  width: 100vw;
  height: 100dvh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.preloader_div {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0);
}

.preloader_div.wawa {
  outline-offset: 0px;
  outline: 3px solid #333;
}

.preloader_div-main {
  z-index: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.preloader-logo {
  filter: invert();
  width: 20%;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.slider {
  width: 100%;
}

.right-arrow, .left-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.patch_fix_images {
  display: none;
}

@media screen and (min-width: 1920px) {
  .contact-footer {
    padding-left: 10em;
  }

  .footer-icon_link, .footer-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: center;
    font-size: 4rem;
  }

  h2 {
    text-align: center;
    font-size: 2.5rem;
  }

  h3 {
    text-align: center;
    font-size: 1.75rem;
  }

  p {
    text-align: center;
  }

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

  .padding-global {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .heading-style-h3.text-color-white {
    font-size: 1.75rem;
  }

  .services_container {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .slider-button-right:hover, .slider-button-left:hover {
    background-position: 50%;
  }

  .default-contact_form {
    width: 75%;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .button-brand-2 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .navbar_link {
    text-align: right;
    background-color: #000000b3;
    padding: 1.5rem 4rem 1.5rem 1rem;
    font-size: 1rem;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: #fff;
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    line-height: 1;
  }

  .padding-navbar {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

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

  .nav-menu {
    background-color: #c8c8c800;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1.125rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.vertical-padding.flex-center {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-h3.text-color-white {
    font-size: 1.5rem;
  }

  .why_us_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
    grid-auto-columns: minmax(200px, 1fr);
    display: grid;
  }

  .why_us_item {
    width: 100%;
  }

  .heading-style-h4 {
    font-size: 1.375rem;
  }

  .swiper {
    max-height: 240px;
  }

  .slider-button-right {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .swiper-column {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .slider-button-left {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .basic-swiper {
    margin-bottom: 32px;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .default-contact_form {
    width: 100%;
  }

  .heading {
    font-size: 2rem;
    line-height: 2rem;
  }

  .button-brand-2 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .navbar_link {
    padding-right: 2rem;
  }

  .contact-footer {
    justify-content: center;
    align-items: center;
  }

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

  .footer-container {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .text-color-yellow.subheading-size {
    font-size: 1.25rem;
  }

  .preloader-logo {
    width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .services_container {
    grid-template-columns: minmax(200px, 1fr);
  }

  .why_us_container {
    display: flex;
  }

  .footer-icon_link {
    order: 0;
    max-width: 100%;
    margin: 22px auto 0;
  }

  .footer-icon {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-logo {
    width: 200%;
    max-width: 200%;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }
}

#w-node-c1f12d19-ef3a-96d3-3d16-3802e92a448a-38b9b9a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1f12d19-ef3a-96d3-3d16-3802e92a4496-38b9b9a5 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-c1f12d19-ef3a-96d3-3d16-3802e92a448b-38b9b9a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


