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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}

.main-content-section {
  padding-left: 10px;
  padding-right: 10px;
}

.row-full {
  max-width: 1420px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  overflow: hidden;
}

.grid-2-equal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-body {
  color: #000;
  background-color: #636363;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.container-navbar {
  max-width: 100%;
  position: relative;
}

.navbar {
  height: 100px;
  max-width: 100%;
  background-color: rgba(221, 221, 221, 0);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand-logo-container {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.img-logo-mobile {
  display: none;
}

.nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.nav-link.w--current {
  color: #000;
}

.row-first {
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 40px;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  display: none;
}

.hero-bkg-image {
  width: 100%;
  border-radius: 0 5px 5px 0;
}

.hero-title-holder {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.title-36 {
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.link-arrow-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.link-text-small {
  color: #000;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.link-text-small.white {
  color: #fff;
  border-bottom-color: #fff;
  border-radius: 0;
}

.row-full-transp {
  max-width: 1420px;
  margin: 20px auto 80px;
  padding: 0;
  overflow: hidden;
}

.row-full-transp.half-spacing {
  margin-bottom: 30px;
}

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

.container-white-border {
  min-height: 320px;
  border: 2px solid #ccc5c2;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.number-highlight {
  color: #ccc5c2;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}

.subtitle-white-caps {
  color: #ccc5c2;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  line-height: 34px;
}

.subtitle-white {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.title-28-white {
  color: #ccc5c2;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.list-item-v1 {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  line-height: 36px;
  display: inline-block;
}

.list-item-v1.footer-spacer {
  margin-bottom: 40px;
  text-decoration: none;
}

.title-24-white {
  color: #fff;
  text-align: left;
  font-size: 24px;
  line-height: 36px;
}

.title-24-white.center {
  color: #ccc5c2;
  text-align: center;
}

.section-text-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-icons-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 2px solid #ccc5c2;
  justify-content: space-between;
  align-items: center;
  padding: 40px 40px 80px;
  display: flex;
}

.title-36-white {
  color: #fff;
  margin-top: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.title-holder-600 {
  max-width: 700px;
}

.slider-card {
  min-height: 400px;
  aspect-ratio: 4 / 3;
  background-image: url('../images/img-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex: none;
  overflow: hidden;
}

.slider-card.i2 {
  background-image: url('../images/img-3.png');
}

.slider-card.i3 {
  background-image: url('../images/img-4.png');
}

.slider-card.i4 {
  background-image: url('../images/img-5.png');
}

.slider-card.i5 {
  background-image: url('../images/img-6.png');
}

.slider-card.item {
  max-height: 500px;
}

.label-container {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  align-items: center;
  padding-left: 20px;
  padding-right: 60px;
  line-height: 60px;
  display: inline-block;
  position: relative;
}

.paragraph {
  width: 80%;
  background-color: rgba(0, 0, 0, .5);
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 60px;
}

.label-end {
  width: 20%;
  height: 60px;
  background-color: rgba(0, 0, 0, .5);
  flex: 0 auto;
}

.slider-container {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  overflow: auto;
}

.slider-container.owl-carousel {
  padding-left: 0;
  padding-right: 0;
}

.row-white {
  max-width: 1420px;
  background-color: #fff;
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px 10px 10px 40px;
  position: relative;
  overflow: hidden;
}

.card-text-half {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.button-caps-grey {
  color: #000;
  background-color: #d9d9d9;
  border-radius: 5px;
}

.button-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 30px;
  display: flex;
}

.grid-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/footer_line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  padding: 70px 40px 40px;
  display: grid;
}

.gird-footer-2eq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.list-holder {
  flex-flow: column;
  display: flex;
}

.white-p {
  color: #fff;
}

.white-p.first-paragraph {
  margin-bottom: 30px;
}

.block-image {
  width: 30px;
  display: block;
}

.iso-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.row-first-narrow {
  max-width: 1420px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 80px;
  padding: 10px 40px;
  position: relative;
  overflow: hidden;
}

.page-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 130px;
  padding-bottom: 30px;
}

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

.overtitle {
  color: #636363;
  text-transform: uppercase;
}

.overtitle.lightgrey {
  color: #ccc5c2;
}

.half-width-p {
  width: 50%;
  margin-top: 30px;
}

.portfolio-container {
  max-width: 1420px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px auto 50px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.mosaic-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
}

.mosaic-item {
  padding: 10px;
}

.mosaic-column {
  flex: 1;
}

.project-card-title {
  text-transform: uppercase;
  margin-top: 20px;
}

.project-card-details {
  color: #636363;
  display: inline-block;
}

.project-details-text {
  width: 66%;
  margin-top: 30px;
  margin-bottom: 80px;
}

.container-ends {
  justify-content: space-between;
  display: flex;
}

.romap-img {
  border-radius: 10px;
}

.grid-4-equal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.accordion-card {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 20px;
  padding-right: 40px;
}

.icon-about {
  width: 70px;
  margin-right: 20px;
}

.about-subtitle {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 36px;
}

.about-subtitle.center {
  color: #ccc5c2;
  text-align: center;
}

.about-icon-container {
  align-items: center;
  display: flex;
}

.accordion-top {
  height: 110px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-bottom {
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 90px;
  font-size: 18px;
}

.page-content-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.page-content-title.two-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.grid-3-equal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.container-white {
  min-height: 360px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.container-white.large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 10px;
  display: grid;
}

.title-24 {
  text-align: left;
  font-size: 24px;
  line-height: 36px;
}

.title-24.center {
  color: #ccc5c2;
  text-align: center;
}

.atelier-center-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-holder-400 {
  max-width: 400px;
}

.atelier-image {
  width: 100%;
  object-fit: cover;
  border-radius: 0 5px 5px 0;
}

.slider-buttons-holder {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.prev-btn {
  padding-right: 20px;
}

.first-paragraph {
  margin-top: 30px;
}

.grid {
  width: 100%;
  max-width: 1340px;
}

.linked-in-link {
  display: block;
}

.image {
  max-height: 110px;
}

.copyright-notice {
  color: #ccc5c2;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  display: block;
}

.copyright-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.row-404 {
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 40px;
  position: relative;
  overflow: hidden;
}

._404-content {
  height: 60vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

._404-expl {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

.small-arrow {
  width: 15px;
}

@media screen and (max-width: 991px) {
  .row-full {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-2-equal {
    grid-template-columns: 1fr;
  }

  .navbar {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0 10px 10px;
  }

  .nav-link {
    text-align: right;
  }

  .row-first {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    width: 100%;
    height: 100%;
    background-color: rgba(200, 200, 200, 0);
    position: fixed;
  }

  .menu-button {
    z-index: 1000;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .div-block {
    height: 100%;
    display: flex;
  }

  .div-block-2 {
    width: 20%;
    height: 100vh;
    background-color: rgba(37, 36, 35, .7);
    display: block;
  }

  .div-block-3 {
    width: 80%;
    background-color: var(--white);
    padding-top: 100px;
    padding-right: 28px;
  }

  .menu-button-open {
    z-index: 1000;
  }

  .menu-button-open.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .menu-button-2 {
    width: 56px;
    height: 60px;
    background-image: url('../images/menu-button.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 12px;
  }

  .menu-button-2.w--open {
    z-index: 1000;
    background-color: rgba(200, 200, 200, 0);
    background-image: url('../images/menu-button-close.png');
    background-position: 50%;
    background-size: 17px 17px;
  }

  .hero-bkg-image {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
  }

  .hero-title-holder {
    min-height: 300px;
  }

  .row-full-transp {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .brand-icons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-holder-600 {
    padding-left: 0;
  }

  .row-white {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-text-half {
    min-height: 300px;
  }

  .grid-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .gird-footer-2eq {
    margin-bottom: 50px;
  }

  .row-first-narrow {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-container {
    min-height: 300px;
    margin-top: 90px;
  }

  .page-container.two-col {
    grid-template-columns: 1fr;
  }

  .half-width-p, .project-details-text {
    width: 100%;
  }

  .grid-4-equal {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-card {
    margin-left: 0;
    margin-right: 0;
  }

  .page-content-title {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .grid-3-equal {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .container-white {
    min-height: 240px;
    padding: 20px;
  }

  .container-white.large {
    align-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .text-holder-400 {
    padding-left: 0;
  }

  .atelier-image {
    width: auto;
    object-fit: fill;
    border-radius: 5px;
  }

  .row-404 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .row-first {
    padding-bottom: 20px;
  }

  .title-36 {
    font-size: 24px;
    line-height: 36px;
  }

  .grid-1-2-1 {
    grid-template-columns: 1fr;
  }

  .container-white-border {
    min-height: 260px;
  }

  .brand-icons-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .title-36-white {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph {
    font-size: 16px;
  }

  .row-white {
    padding-bottom: 20px;
  }

  .grid-footer {
    background-image: none;
    grid-template-columns: 1fr;
  }

  .gird-footer-2eq {
    grid-template-columns: 1fr 1fr;
  }

  .iso-holder {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .row-first-narrow {
    padding-bottom: 20px;
  }

  .portfolio-container {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-3-equal {
    grid-template-columns: 1fr;
  }

  .container-white {
    min-height: 200px;
    padding: 20px;
  }

  .container-white.large {
    grid-template-columns: 1fr;
    align-content: center;
    padding: 20px;
  }

  .text-holder-400 {
    max-width: 100%;
  }

  .row-404 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .row-full {
    padding: 10px;
  }

  .navbar {
    padding: 10px 0 10px 10px;
  }

  .img-logo-desktop {
    display: none;
  }

  .img-logo-mobile {
    display: inline-flex;
  }

  .row-first {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .menu-button {
    display: none;
  }

  .menu-button.w--open {
    display: block;
  }

  .div-block-2 {
    width: 30%;
  }

  .div-block-3 {
    width: 70%;
  }

  .menu-button-open.w--open {
    display: none;
  }

  .menu-button-2 {
    width: 56px;
    height: 60px;
    background-image: url('../images/menu-button.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 12px;
    background-attachment: scroll;
    padding-bottom: 18px;
  }

  .menu-button-2.w--open {
    z-index: 1000;
    background-color: rgba(200, 200, 200, 0);
    background-image: url('../images/menu-button-close.png');
    background-size: 17px 17px;
  }

  .hero-title-holder {
    min-height: 400px;
  }

  .row-full-transp {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-white-border {
    padding: 20px;
  }

  .section-text-container {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .title-36-white {
    text-align: left;
  }

  .slider-card {
    min-height: 200px;
  }

  .label-container {
    padding-left: 10px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .paragraph {
    padding-left: 10px;
    padding-right: 0;
  }

  .slider-container.owl-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .row-white {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .card-text-half {
    min-height: 400px;
  }

  .grid-footer {
    padding-top: 30px;
  }

  .row-first-narrow {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .page-container {
    min-height: 400px;
  }

  .page-container.two-col {
    grid-template-columns: 1fr;
  }

  .portfolio-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-4-equal {
    grid-template-columns: 1fr;
  }

  .accordion-card {
    padding-right: 20px;
  }

  .icon-about {
    width: 40px;
    margin-right: 10px;
  }

  .about-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .accordion-bottom {
    padding-left: 0;
  }

  .icon-sq-down, .icon-sq-up {
    width: 30px;
  }

  .page-content-title {
    min-height: auto;
    padding-right: 0;
  }

  .grid-3-equal {
    grid-template-columns: 1fr;
  }

  .container-white {
    min-height: auto;
    aspect-ratio: 1 / 1;
    padding: 10px;
  }

  .container-white.large {
    aspect-ratio: auto;
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .title-24 {
    font-size: 20px;
  }

  .slider-buttons-holder {
    justify-content: center;
    align-items: center;
  }

  .copyright-holder {
    padding-left: 0;
  }

  .row-404 {
    padding: 10px;
  }
}

#w-node-ec87c1e3-ef4d-4502-4d09-dc9a2fafe6c5-528a3dea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_797b9205-1e66-ee91-aae4-9c731fc52c80-1fc52c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f40f8bae-e559-ad87-921a-3d001e3fe176-6ccf6701, #w-node-acc64b9b-493a-a3b3-63dd-03cad356beb8-6ccf6701 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0d48e4df-d42f-0809-7a89-232f47afa420-ea61c075 {
  align-self: center;
}

#w-node-b3b1fe52-26fb-b6f1-48da-924fc3b37f94-ea61c075 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-acc64b9b-493a-a3b3-63dd-03cad356beab-6ccf6701 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0d48e4df-d42f-0809-7a89-232f47afa420-ea61c075 {
    order: -9999;
  }

  #w-node-ac0049b5-4140-6af7-14d8-ec37f8d3c30e-ea61c075 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-acc64b9b-493a-a3b3-63dd-03cad356beab-6ccf6701 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac0049b5-4140-6af7-14d8-ec37f8d3c30e-ea61c075 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0d48e4df-d42f-0809-7a89-232f47afa420-ea61c075, #w-node-ac0049b5-4140-6af7-14d8-ec37f8d3c30e-ea61c075 {
    order: -9999;
  }
}


