:root {
  --shark: #222;
  --linen: #f5ece1;
  --shark-clear: #333131;
  --shark-light: #494642;
  --white: white;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section_header {
  background-color: var(--shark);
  color: var(--linen);
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section_sobre {
  background-color: var(--shark);
  color: var(--linen);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section_servicos, .section_slider {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section_artistas {
  padding-bottom: 8rem;
}

.navbar {
  z-index: 100;
  color: var(--linen);
  background-color: #222222e6;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.footer {
  background-color: var(--shark);
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.header-wrapper {
  padding-top: 15rem;
  position: relative;
}

.body {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.nav-menu, .nav-buttons {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-link {
  background-color: var(--shark-clear);
  color: var(--linen);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.social-link:hover {
  background-color: #4b4747;
  padding: .8rem;
}

.button-menu {
  background-color: var(--shark-clear);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: none;
}

.menu-icon {
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
}

.nav-link {
  background-color: var(--shark-clear);
  color: var(--linen);
  letter-spacing: -.25px;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: 1.05rem 1.25rem;
  font-size: .938rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.nav-link:hover {
  background-color: var(--shark-light);
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

.button-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-client-image {
  object-fit: cover;
  flex: none;
}

.header-heading {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 54rem;
  display: flex;
  position: relative;
}

.heading-atyle-h1 {
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.1;
}

.text-size-normal {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.header-buttons {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.button-solid-light {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--linen);
  color: var(--shark);
  text-transform: none;
  border-radius: 99rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button-solid-light:hover {
  background-color: var(--shark);
  color: var(--linen);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.button-outline-light {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--shark-light);
  color: var(--linen);
  text-transform: none;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button-outline-light:hover {
  background-color: var(--shark-clear);
  color: var(--linen);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.hero-bg {
  background-color: var(--shark);
  color: var(--linen);
  background-image: linear-gradient(#00000080, #00000080), url('../images/header-bg.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8;
}

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

.sobre-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-atyle-h2 {
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.heading-title {
  width: 100%;
  max-width: 54.375rem;
}

.sobre-paragraph {
  text-align: center;
  width: 100%;
  max-width: 37.5rem;
}

.sobre-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sobre-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--shark-light);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.servicos-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.servicos-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 54.375rem;
  display: flex;
}

.servicos-grid {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex: 1;
  grid-template-rows: auto;
}

.servicos-images {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.servico-image-block {
  justify-content: space-between;
  align-items: stretch;
  height: 46.3rem;
  display: flex;
  overflow: hidden;
}

.servico-image {
  object-fit: cover;
  flex: 1;
}

.service-list-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  cursor: pointer;
  border-bottom: 1px solid #0003;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.service-list-item.top-line {
  border-top: 1px solid #0003;
}

.list-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-textes {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  margin-top: .5rem;
  display: flex;
}

.headig-style-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1;
}

.servicos-content {
  display: flex;
}

.servicos-images-content {
  height: 46.3rem;
  overflow: hidden;
}

.logos-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  overflow: hidden;
}

.logo-block, .logo-line {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-image {
  object-fit: cover;
  flex: none;
}

.slider-heading {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 54.375rem;
  display: flex;
}

.slider-gallery {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.l-arrow {
  background-color: #0000;
  border: 1px solid #0003;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: -10%;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.l-arrow:hover {
  background-color: #0000001a;
  transform: scale(1.1);
}

.slide-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .5;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .4rem;
  display: flex;
}

.arrow-icon {
  color: var(--shark);
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.r-arrow {
  background-color: #0000;
  border: 1px solid #0003;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: -10%;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.r-arrow:hover {
  background-color: #0000001a;
  transform: scale(1.1);
}

.slide-item {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.slide-image {
  aspect-ratio: 2;
  object-fit: cover;
  flex: none;
}

.artistas-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.select-grid-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.artistas-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.grid-item {
  text-align: center;
  border: 1px solid #0003;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1.125rem .5rem;
  display: flex;
}

.headig-style-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}

.artistas-content {
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  display: flex;
}

.footer-wrapper {
  color: var(--linen);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-heading {
  padding-bottom: 6rem;
}

.footer-grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr;
}

.footer-bottom {
  border-top: 1px solid #333331;
  margin-top: 11rem;
  padding-top: 2.813rem;
}

.footer-copyright-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
}

.footer-credits {
  opacity: .2;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.footer-credits:hover {
  opacity: 100;
}

.footer-link {
  color: var(--linen);
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.footer-link:hover {
  font-weight: 700;
}

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

.footer-item-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: .5rem;
  display: flex;
}

.footer-text-link {
  color: var(--linen);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  text-decoration: none;
  transition: opacity .4s;
}

.footer-text-link:hover {
  opacity: .5;
}

.footer-links {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-social {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.field {
  color: var(--shark-light);
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #ffffff1a;
  margin-bottom: 1rem;
  padding: 1.3rem 0;
  font-size: 1rem;
  font-weight: 300;
}

.field:focus {
  background-color: #fff0;
  border-color: #fff0 #fff0 #ffffff4d;
}

.field::placeholder {
  color: var(--shark-light);
}

.submit-buttom {
  background-color: var(--shark-clear);
  color: var(--linen);
  width: 100%;
  height: 100%;
  padding: 1.3rem 1.2rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.submit-buttom:hover {
  background-color: var(--shark-light);
}

.submit-buttom:active {
  background-color: #494642e6;
}

.submit-buttom:focus-visible, .submit-buttom[data-wf-focus-visible] {
  border: 1px solid #ffffff1a;
}

.message-field {
  color: var(--shark-light);
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #ffffff1a;
  margin-bottom: 1rem;
  padding: 1.2rem 0 5rem;
  font-size: 1rem;
  font-weight: 300;
}

.message-field:focus {
  background-color: #fff0;
  border-color: #fff0 #fff0 #ffffff4d;
}

.message-field::placeholder {
  color: var(--shark-light);
}

.form-block {
  margin-bottom: 0;
}

.social-footer-link {
  background-color: var(--shark-clear);
  color: var(--linen);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.social-footer-link:hover {
  background-color: #4b4747;
  padding: .8rem;
}

.menu-wrapper {
  display: none;
}

.mob-menu {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mob-link {
  background-color: var(--shark-clear);
  color: var(--linen);
  letter-spacing: -.25px;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: 1.05rem 1.25rem;
  font-size: .938rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.mob-link:hover {
  background-color: var(--shark-light);
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

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

.menu-mob-social {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.social-mob-link {
  background-color: var(--shark-clear);
  color: var(--linen);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.social-mob-link:hover {
  background-color: #4b4747;
  padding: .8rem;
}

.header-paragraph {
  max-width: 33rem;
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: var(--shark);
  }

  .header-wrapper {
    padding: 3rem 3rem 9rem;
  }

  .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu, .social-link {
    display: none;
  }

  .button-menu {
    cursor: pointer;
    display: flex;
    position: fixed;
    right: 5%;
  }

  .nav-link {
    display: none;
  }

  .button-outline-light {
    background-color: var(--shark-clear);
  }

  .button-outline-light:hover {
    background-color: var(--shark-light);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sobre-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .servicos-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .l-arrow, .r-arrow {
    display: none;
  }

  .artistas-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.5fr;
  }

  .menu-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .mob-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    height: 100vh;
    display: none;
  }

  .mob-link {
    padding: 1rem 3rem;
    display: flex;
  }

  .mob-link:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .menu-divider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-divider.small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-divider.medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mob-links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .menu-mob-social {
    justify-content: space-around;
  }

  .social-mob-link, .social-mob-link:hover {
    padding: 1rem;
  }

  .mob-menu-social {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-line-divider {
    background-color: #ffffff1a;
    width: 100%;
    height: .1rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .menu-line-divider.small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-line-divider.medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sidebar {
    z-index: 90;
    background-color: var(--shark);
    position: fixed;
    inset: 0% 0% auto;
  }
}

@media screen and (max-width: 479px) {
  .section_header {
    height: auto;
  }

  .section_sobre, .section_servicos, .section_slider {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_artistas {
    padding-bottom: 4rem;
  }

  .footer {
    padding-top: 4rem;
  }

  .header-wrapper {
    padding: 12rem 0 4rem;
  }

  .heading-atyle-h1 {
    font-size: 2.15rem;
  }

  .text-size-normal {
    font-size: .9rem;
  }

  .header-buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .button-solid-light {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button-outline-light {
    width: 100%;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .sobre-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .sobre-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sobre-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2rem;
  }

  .servicos-heading {
    margin-bottom: 2.5rem;
  }

  .servicos-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .service-list-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .headig-style-h4 {
    font-size: .95rem;
  }

  .slider-gallery {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .slide-item {
    aspect-ratio: 2 / 3;
  }

  .artistas-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex: 1;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .grid-item {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .artistas-content {
    padding-top: 2.5rem;
  }

  .footer-heading {
    padding-bottom: 2.5rem;
  }

  .footer-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.5fr;
  }

  .footer-bottom {
    margin-top: 4rem;
  }

  .footer-copyright-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .menu-buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_74612ad6-72bd-5978-936d-7348b1101f0e-8d877dea {
  justify-self: end;
}

#w-node-afb63e81-64a8-dfe4-f2d3-09f465db0231-8d877dea, #w-node-_7feaa4fa-e5d2-8c85-6b26-d848014deaca-8d877dea {
  place-self: stretch stretch;
}

#w-node-_25d6d259-f9f4-0202-e4c2-1ea2c5236560-8d877dea, #w-node-a6f0bb90-86c5-a8b4-ff25-029f82394d31-8d877dea, #w-node-_5843b38b-7dee-e5b6-e222-f789b731918f-8d877dea, #w-node-f408f0b2-fca5-8c13-e928-797dfd31c55d-8d877dea, #w-node-_552cd417-a176-6958-41fc-2423f936b9fe-8d877dea, #w-node-cf2b5faf-f93a-a899-ee80-9b7ab68261cb-8d877dea, #w-node-_7449f00a-4664-5db3-825d-9c1c0fb43175-8d877dea, #w-node-_2c8af916-514f-9f26-e9e2-8ac2d4e40184-8d877dea, #w-node-eb7eb975-0191-3374-4f5e-1ad5c8ba1571-8d877dea, #w-node-c0003c36-98c5-a102-5723-52548faabf8e-8d877dea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_06b97b80-3099-13b2-155f-ba19011fe297-8d877dea {
  place-self: stretch stretch;
}

#w-node-f0e7df5b-5555-86d2-88f9-9f8daa480ddc-8d877dea {
  justify-self: center;
}

#w-node-af1ddc31-71fa-2f78-b766-14ef9f89b5aa-8d877dea {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_55d7c6b4-ff91-c1c3-1ed7-edde43707f15-8d877dea {
    justify-self: start;
  }

  #w-node-_7feaa4fa-e5d2-8c85-6b26-d848014deaca-8d877dea {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb9d6c7a-25a3-11a8-d7e0-2ef3aa01bd20-8d877dea {
    justify-self: center;
  }

  #w-node-f0e7df5b-5555-86d2-88f9-9f8daa480ddc-8d877dea {
    order: -9999;
  }

  #w-node-af1ddc31-71fa-2f78-b766-14ef9f89b5aa-8d877dea {
    justify-self: center;
  }
}


