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

.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;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.hero-section-title {
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 13vw;
  font-weight: 600;
  line-height: .8;
}

.hero-secion-wrapper {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 30vh;
  padding-bottom: 0;
  display: flex;
}

.hero-section-small-text {
  text-transform: uppercase;
  padding-left: .75rem;
  font-size: 2vw;
  font-weight: 600;
}

.hero-text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section {
  min-width: 100%;
  padding: 8% 5% 10%;
  position: relative;
  overflow: hidden;
}

.section.fill-bleed {
  padding: 0;
}

.section.hero {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.image {
  min-width: 100%;
}

.body {
  color: #363434;
  background-color: #f6f3ed;
  font-family: Montserrat, sans-serif;
}

.navbar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f7f3ed;
  border: 1px solid #1a1a1a1a;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  min-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.about-me-text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 65%;
  margin-bottom: 0;
}

.intro-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 450px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  font-size: 11px;
  text-decoration: none;
}

.button_text-small {
  color: #000;
  padding-top: .1rem;
  padding-bottom: .09rem;
  font-size: .88rem;
}

.button_text-small.hide-tablet {
  color: #363434;
}

.portfolio_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  display: grid;
}

.portfolio_item {
  z-index: 0;
  cursor: pointer;
  background-image: url('../images/3.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #00000026;
  border-radius: .5rem;
  width: 32vw;
  height: 21vw;
  position: relative;
  overflow: hidden;
}

.portfolio_item.hide-tablet {
  min-height: 100%;
}

.portfolio_item.hide-tablet.target-office {
  background-image: url('../images/8_2.jpg');
}

.portfolio_item.hide-tablet.fazzari-home {
  background-image: url('../images/c4.png');
}

.portfolio_item.natash-spa {
  background-image: url('../images/5_3.jpg');
}

.icon-1x1-small {
  color: #363434;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.13rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.portfolio_wrapper {
  width: 100%;
  transform: none;
}

.button-3 {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #cdd6ee;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button-3.is-portfolio {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f6f3ed;
  border-style: none;
  align-items: center;
  padding-top: .88rem;
  padding-bottom: .88rem;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.portfolio_image-overlay-layer {
  z-index: 0;
  background-color: #fff0;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.portfolio_component {
  flex-direction: column;
  align-items: center;
}

.max-width-large {
  width: 100%;
  max-width: 40rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.portfolio_list-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  display: flex;
}

.portfolio_list-wrapper.is-bottom {
  margin: 5rem 5vw 2.5rem 0;
}

.container-medium {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-medium.flex-left-split-vertical {
  width: 80%;
}

.spacer-4em {
  width: 100%;
  height: 4em;
}

.h2---style {
  text-transform: uppercase;
  font-size: 8.5em;
  line-height: 1;
}

.container-small-2 {
  perspective: 1000px;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: perspective(40em);
}

.image-child {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-child.about-image {
  background-image: url('../images/About-Me-Img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-parent.about {
  width: 70%;
  height: 50em;
  right: -35%;
}

.whipe {
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-hide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
}

.container-full {
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  height: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
}

.heading-2.about {
  margin-bottom: 10px;
}

.heading-3 {
  align-self: center;
  font-size: 45px;
  font-weight: 800;
  line-height: 58px;
}

.heading-4 {
  font-weight: 700;
}

.heading-5 {
  font-weight: 400;
}

.divider-section {
  padding: 2% 2.5%;
}

.divider {
  background-color: #1a1a1a1a;
  height: 2px;
}

.about-me-text-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_hero {
  position: relative;
}

.padding-global {
  border: 1px #6e6e6e;
  flex-flow: column;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container-large {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 88rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.padding-section-large-2 {
  flex: 1;
  padding-top: 15%;
  padding-bottom: 0%;
  position: relative;
}

.heading-1 {
  color: #1a1a1a;
  letter-spacing: -3px;
  white-space: break-spaces;
  width: 100%;
  max-width: 82%;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.project_basic-details-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 1rem;
  flex-flow: row;
  padding-left: 2%;
  display: flex;
}

.section_projects {
  object-fit: fill;
  height: auto;
}

.project_detail {
  grid-column-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.project-wrapper {
  grid-row-gap: 0rem;
  flex-flow: column wrap;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.project_details-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 8%;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 6%;
  padding-bottom: 8%;
  font-weight: 400;
  display: grid;
  position: relative;
}

.project_details-wrapper.about-project {
  padding-top: 15%;
  padding-bottom: 8%;
}

.project_text-wrapper {
  grid-row-gap: 2rem;
  border-top: 1px #00000026;
  flex-direction: column;
  padding-bottom: 2.5%;
  display: flex;
}

.services-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.project-details-title {
  font-weight: 400;
}

.project-details-info {
  font-size: 16px;
  font-weight: 700;
}

.project-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  display: grid;
}

.image-2 {
  object-fit: fill;
}

.footer {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 5%;
  padding: 50px 5% 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  max-width: 10rem;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.horizontal-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.section-heading {
  width: 100%;
  margin-top: auto;
  padding-top: 5%;
  padding-bottom: 2.5%;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 20px 30px 20px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border: 1px solid #a1a1a14d;
  border-top-color: #e2ddd9;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-dropdown-link {
  border-top: 1px solid #e2ddd9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.no-top-border {
  border-top-color: #1a1a1a00;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-flex, .nav-link-flex.w--current {
  font-weight: 500;
}

.nav-link-flex.hide-desktop {
  display: none;
}

.text-block-4 {
  font-weight: 500;
}

.grid-img {
  min-width: 100%;
}

@media screen and (min-width: 1280px) {
  .intro-box {
    min-height: 475px;
  }
}

@media screen and (min-width: 1440px) {
  .intro-box {
    min-height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .about-me-text {
    max-width: 70%;
  }

  .intro-box {
    min-height: auto;
  }

  .portfolio_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
    overflow: auto;
  }

  .portfolio_item {
    width: 100%;
    height: 13.5rem;
  }

  .portfolio_item.hide-tablet {
    width: auto;
    height: auto;
  }

  .portfolio_item.hide-tablet.target-office {
    width: 100%;
    height: 13.5rem;
  }

  .portfolio_item.hide-tablet.fazzari-home {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 13.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-align-center {
    padding-bottom: 20px;
  }

  .button-3.is-portfolio {
    background-color: #f6f3ede6;
  }

  .button-3.is-portfolio.is-right {
    background-color: #f6f3edd9;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio_component {
    max-width: 100%;
  }

  .portfolio_list-wrapper.is-bottom {
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-right: 0;
    display: block;
  }

  .h2---style {
    margin-bottom: 4rem;
    font-size: 6.5em;
  }

  .whipe {
    display: block;
  }

  .heading-3 {
    font-size: 40px;
  }

  .heading-4, .heading-5 {
    font-size: 28px;
  }

  .padding-section-large-2 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .heading-1 {
    white-space: break-spaces;
    max-width: none;
    font-size: 3.5rem;
  }

  .project_details-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 7%;
    padding-bottom: 3%;
  }

  .project_details-wrapper.about-project {
    padding-bottom: 10%;
  }

  .project-images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    min-width: 100%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .section-heading {
    padding-top: 7%;
    padding-bottom: 2%;
    font-size: 28px;
  }

  .nav-dropdown {
    border-bottom: 1px solid #e2ddd9;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    display: none;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

  .nav-link-flex {
    border-bottom: 1px solid #e2ddd9;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    display: flex;
  }

  .nav-link-flex.hide-desktop {
    display: flex;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .menu-button-2.w--open {
    background-color: #1a1a1a33;
  }

  .img-container {
    min-width: 100%;
    min-height: 100%;
  }

  .grid-img {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section-title {
    font-size: 13vw;
  }

  .hero-secion-wrapper {
    margin-top: -4vh;
  }

  .hero-section-small-text {
    font-size: 2.6vw;
  }

  .about-me-text {
    max-width: 80%;
  }

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

  .portfolio_item {
    background-position: 50%;
    justify-content: center;
    align-items: center;
    height: 15.5rem;
    display: flex;
    position: relative;
  }

  .portfolio_item.hide-tablet {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20rem;
    min-height: 0;
    display: flex;
  }

  .portfolio_item.hide-tablet.fazzari-home {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }

  .padding-section-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-3.is-portfolio {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: auto;
    left: auto;
    transform: none;
  }

  .button-3.is-portfolio.is-right {
    transform: none;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio_list-wrapper.is-bottom {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .h2---style {
    font-size: 5em;
  }

  .container-small-2 {
    width: 85%;
  }

  .image-parent.about {
    width: 80%;
    right: -30%;
  }

  .heading-3 {
    font-size: 36px;
  }

  .heading-4, .heading-5 {
    font-size: 24px;
  }

  .padding-section-large-2 {
    padding-top: 25%;
    padding-bottom: 15%;
  }

  .heading-1 {
    max-width: none;
    font-size: 2.5rem;
  }

  .project_basic-details-wrapper {
    grid-row-gap: 1.2rem;
    flex-flow: wrap;
  }

  .project_detail {
    width: 45%;
  }

  .project_details-wrapper {
    grid-column-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-top: 4%;
  }

  .project_text-wrapper {
    padding-top: 2rem;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-section-title {
    font-size: 13vw;
  }

  .hero-secion-wrapper {
    margin-top: -3vh;
    padding-top: 25vh;
  }

  .hero-section-small-text {
    padding-left: 0;
    font-size: 4vw;
  }

  .hero-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-me-text {
    max-width: 100%;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-3.is-portfolio {
    padding: .68rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-medium.flex-left-split-vertical {
    width: 100%;
  }

  .h2---style {
    margin-top: 10px;
    font-size: 2.5rem;
  }

  .container-small-2 {
    width: 90%;
  }

  .image-parent.about {
    width: 100%;
    height: 35em;
    margin-top: 20px;
    right: 0%;
  }

  .whipe {
    display: block;
  }

  .container-full.flex-top-split-horizontal {
    flex-direction: column;
  }

  .heading-2 {
    height: auto;
    font-size: 24px;
    line-height: 33px;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 32px;
  }

  .heading-4, .heading-5 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .padding-global {
    margin-top: auto;
    margin-bottom: auto;
  }

  .padding-section-large-2 {
    padding-top: 30%;
    padding-bottom: 3rem;
  }

  .heading-1 {
    letter-spacing: -1px;
    max-width: none;
    font-size: 2.25rem;
  }

  .project_basic-details-wrapper {
    max-width: none;
  }

  .project-wrapper {
    width: 100%;
  }

  .project_details-wrapper {
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 15%;
    padding-bottom: 5%;
  }

  .project_details-wrapper.about-project {
    padding-bottom: 10%;
  }

  .project_text-wrapper {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .container-2 {
    max-width: none;
  }

  .horizontal-flex {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-flow: wrap;
  }

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

  .hero-img {
    max-width: 200%;
  }

  .section-heading {
    padding-top: 15%;
    font-size: 24px;
  }

  .bold-text {
    font-size: 22px;
  }

  .heading-6 {
    font-size: 28px;
  }
}

#w-node-dc9315a5-9d57-576e-271c-657e5479cf2d-63b46849, #w-node-dc9315a5-9d57-576e-271c-657e5479cf34-63b46849, #w-node-dc9315a5-9d57-576e-271c-657e5479cf3b-63b46849, #w-node-dc9315a5-9d57-576e-271c-657e5479cf42-63b46849, #w-node-_75611251-eba4-2d39-dfd2-b56d21866b65-63b46849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66ec-63b4684a, #w-node-d8010c22-efaa-8fd7-5252-de5d53f7dcdc-63b4684a, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66f7-63b4684a, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66f8-63b4684a, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e5-63b4684a, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e6-63b4684a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684a {
  grid-area: 1 / 2 / 3 / 6;
}

#w-node-d783f204-aefd-5296-0905-69ca09f9338b-63b4684a, #w-node-_581549e2-523c-8ee4-63b3-811af128259e-63b4684a, #w-node-_88fee149-4346-b720-4d6d-0695012ee58d-63b4684a, #w-node-cd799428-ba01-e20b-016e-4e9c0c7c8ec7-63b4684a, #w-node-_87ffb6e9-6f08-21a1-9352-a3702a55d303-63b4684a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5826b36f-ce53-b878-1c7d-24311caa13ba-63b4684a, #w-node-_367242a9-e0c3-583b-2015-9f1748618359-63b4684a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f31d74e-0d15-b7bf-751b-8951cc6f68b8-63b4684a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16b4003d-790c-aaa0-0b37-b978542f3ec3-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ec6-63b4684a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16b4003d-790c-aaa0-0b37-b978542f3ec7-63b4684a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16b4003d-790c-aaa0-0b37-b978542f3ec8-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ec9-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3eca-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ecb-63b4684a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16b4003d-790c-aaa0-0b37-b978542f3ecc-63b4684a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16b4003d-790c-aaa0-0b37-b978542f3ecd-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ece-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ecf-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ed0-63b4684a, #w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d950fd-63b4684a, #w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d95100-63b4684a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d95101-63b4684a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d95102-63b4684a, #w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d95103-63b4684a, #w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d95104-63b4684a, #w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d95105-63b4684a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d95106-63b4684a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48836e99-585b-40c5-1f19-5bcd1cc2c16f-63b4684a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684b {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66ec-63b4684b, #w-node-d8010c22-efaa-8fd7-5252-de5d53f7dcdc-63b4684b, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66f7-63b4684b, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66f8-63b4684b, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e5-63b4684b, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e6-63b4684b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684b {
  grid-area: 1 / 2 / 3 / 6;
}

#w-node-cd799428-ba01-e20b-016e-4e9c0c7c8ec7-63b4684b, #w-node-_3b867df6-7b64-73c4-db9b-2dac43d10b61-63b4684b, #w-node-_87ffb6e9-6f08-21a1-9352-a3702a55d303-63b4684b, #w-node-_5826b36f-ce53-b878-1c7d-24311caa13ba-63b4684b, #w-node-_27ca36e6-dca1-a4f8-98c5-0eac72b2f09b-63b4684b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684c {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66ec-63b4684c, #w-node-d8010c22-efaa-8fd7-5252-de5d53f7dcdc-63b4684c, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66f7-63b4684c, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66f8-63b4684c, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e5-63b4684c, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e6-63b4684c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684c {
  grid-area: 1 / 2 / 3 / 6;
}

#w-node-cd799428-ba01-e20b-016e-4e9c0c7c8ec7-63b4684c, #w-node-_87ffb6e9-6f08-21a1-9352-a3702a55d303-63b4684c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5826b36f-ce53-b878-1c7d-24311caa13ba-63b4684c, #w-node-_367242a9-e0c3-583b-2015-9f1748618359-63b4684c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f31d74e-0d15-b7bf-751b-8951cc6f68b8-63b4684c {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-afbd5377-1048-2661-be9d-3a39ad12f96b-63b4684c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684d {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66ec-63b4684d, #w-node-d8010c22-efaa-8fd7-5252-de5d53f7dcdc-63b4684d, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66f7-63b4684d, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66f8-63b4684d, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e5-63b4684d, #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e6-63b4684d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684d {
  grid-area: 1 / 2 / 3 / 6;
}

#w-node-_87ffb6e9-6f08-21a1-9352-a3702a55d303-63b4684d, #w-node-_5826b36f-ce53-b878-1c7d-24311caa13ba-63b4684d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebc844ed-3833-f97c-06e4-5a40b4e29dd5-63b4684d, #w-node-_4e3cb524-cf36-f2e4-4ff8-0cc00d31b978-63b4684d, #w-node-_4e3cb524-cf36-f2e4-4ff8-0cc00d31b979-63b4684d, #w-node-_4e3cb524-cf36-f2e4-4ff8-0cc00d31b97a-63b4684d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_604c8821-ec62-2c4e-e57d-32a97be31d25-63b4684d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5cf7ead0-90fe-747e-0128-a456a52ca215-63b4684d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dc9315a5-9d57-576e-271c-657e5479cf2d-63b46849 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dc9315a5-9d57-576e-271c-657e5479cf34-63b46849 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dc9315a5-9d57-576e-271c-657e5479cf3b-63b46849 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684a {
    grid-column-end: 7;
  }

  #w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684a {
    grid-column: 2 / 6;
  }

  #w-node-_581549e2-523c-8ee4-63b3-811af128259e-63b4684a, #w-node-_88fee149-4346-b720-4d6d-0695012ee58d-63b4684a {
    grid-column: span 1 / span 1;
  }

  #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684b {
    grid-column-end: 7;
  }

  #w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684b {
    grid-column: 2 / 6;
  }

  #w-node-cd799428-ba01-e20b-016e-4e9c0c7c8ec7-63b4684b, #w-node-_3b867df6-7b64-73c4-db9b-2dac43d10b61-63b4684b {
    grid-column: span 2 / span 2;
  }

  #w-node-e0d756a7-fe12-4bbb-b5eb-32dbec5d910c-63b4684b, #w-node-_958ea7f8-2b76-f434-be53-9f5c55d2f25f-63b4684b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87ffb6e9-6f08-21a1-9352-a3702a55d303-63b4684b {
    grid-column: span 2 / span 2;
  }

  #w-node-e02c4283-5289-9937-c801-0a09e6e263c3-63b4684b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5826b36f-ce53-b878-1c7d-24311caa13ba-63b4684b {
    grid-column: span 2 / span 2;
  }

  #w-node-ebc844ed-3833-f97c-06e4-5a40b4e29dd5-63b4684b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684c {
    grid-column-end: 7;
  }

  #w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684c {
    grid-column: 2 / 6;
  }

  #w-node-e0d756a7-fe12-4bbb-b5eb-32dbec5d910c-63b4684c, #w-node-_958ea7f8-2b76-f434-be53-9f5c55d2f25f-63b4684c, #w-node-e02c4283-5289-9937-c801-0a09e6e263c3-63b4684c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5826b36f-ce53-b878-1c7d-24311caa13ba-63b4684c {
    grid-column: span 2 / span 2;
  }

  #w-node-ebc844ed-3833-f97c-06e4-5a40b4e29dd5-63b4684c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_367242a9-e0c3-583b-2015-9f1748618359-63b4684c {
    grid-column: span 2 / span 2;
  }

  #w-node-_1f31d74e-0d15-b7bf-751b-8951cc6f68b8-63b4684c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684d {
    grid-column-end: 7;
  }

  #w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684d {
    grid-column: 2 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dc9315a5-9d57-576e-271c-657e5479cf2d-63b46849, #w-node-dc9315a5-9d57-576e-271c-657e5479cf34-63b46849 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc9315a5-9d57-576e-271c-657e5479cf3b-63b46849, #w-node-dc9315a5-9d57-576e-271c-657e5479cf42-63b46849 {
    grid-column: span 1 / span 1;
  }

  #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684a {
    grid-column-end: 6;
  }

  #w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684a {
    grid-column-start: 1;
  }

  #w-node-e0d756a7-fe12-4bbb-b5eb-32dbec5d910c-63b4684a, #w-node-_958ea7f8-2b76-f434-be53-9f5c55d2f25f-63b4684a, #w-node-_87ffb6e9-6f08-21a1-9352-a3702a55d303-63b4684a, #w-node-e02c4283-5289-9937-c801-0a09e6e263c3-63b4684a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5826b36f-ce53-b878-1c7d-24311caa13ba-63b4684a {
    grid-column: span 2 / span 2;
  }

  #w-node-ebc844ed-3833-f97c-06e4-5a40b4e29dd5-63b4684a, #w-node-_1f31d74e-0d15-b7bf-751b-8951cc6f68b8-63b4684a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ec4-63b4684a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ec5-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ec6-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ec7-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ec8-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ec9-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3eca-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ecb-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ecc-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ecd-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ece-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ecf-63b4684a, #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ed0-63b4684a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d950fe-63b4684a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d950ff-63b4684a, #w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d95100-63b4684a, #w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d95101-63b4684a, #w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d95102-63b4684a, #w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d95103-63b4684a, #w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d95104-63b4684a, #w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d95105-63b4684a, #w-node-baf2ac0e-a3e8-fd0c-71f9-19fe90d95106-63b4684a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684b {
    grid-column-end: 6;
  }

  #w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684b {
    grid-column-start: 1;
  }

  #w-node-e0d756a7-fe12-4bbb-b5eb-32dbec5d910c-63b4684b, #w-node-_958ea7f8-2b76-f434-be53-9f5c55d2f25f-63b4684b, #w-node-_87ffb6e9-6f08-21a1-9352-a3702a55d303-63b4684b, #w-node-e02c4283-5289-9937-c801-0a09e6e263c3-63b4684b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5826b36f-ce53-b878-1c7d-24311caa13ba-63b4684b {
    grid-column: span 2 / span 2;
  }

  #w-node-ebc844ed-3833-f97c-06e4-5a40b4e29dd5-63b4684b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684c {
    grid-column-end: 6;
  }

  #w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684c {
    grid-column-start: 1;
  }

  #w-node-e0d756a7-fe12-4bbb-b5eb-32dbec5d910c-63b4684c, #w-node-_958ea7f8-2b76-f434-be53-9f5c55d2f25f-63b4684c, #w-node-_87ffb6e9-6f08-21a1-9352-a3702a55d303-63b4684c, #w-node-e02c4283-5289-9937-c801-0a09e6e263c3-63b4684c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5826b36f-ce53-b878-1c7d-24311caa13ba-63b4684c {
    grid-column: span 2 / span 2;
  }

  #w-node-ebc844ed-3833-f97c-06e4-5a40b4e29dd5-63b4684c, #w-node-_1f31d74e-0d15-b7bf-751b-8951cc6f68b8-63b4684c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684d {
    grid-column-end: 6;
  }

  #w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684d {
    grid-column-start: 1;
  }

  #w-node-_87ffb6e9-6f08-21a1-9352-a3702a55d303-63b4684d, #w-node-e0d756a7-fe12-4bbb-b5eb-32dbec5d910c-63b4684d, #w-node-_958ea7f8-2b76-f434-be53-9f5c55d2f25f-63b4684d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5826b36f-ce53-b878-1c7d-24311caa13ba-63b4684d {
    grid-column: span 2 / span 2;
  }

  #w-node-ebc844ed-3833-f97c-06e4-5a40b4e29dd5-63b4684d, #w-node-e02c4283-5289-9937-c801-0a09e6e263c3-63b4684d, #w-node-_4e3cb524-cf36-f2e4-4ff8-0cc00d31b977-63b4684d, #w-node-_4e3cb524-cf36-f2e4-4ff8-0cc00d31b978-63b4684d, #w-node-_4e3cb524-cf36-f2e4-4ff8-0cc00d31b979-63b4684d, #w-node-_4e3cb524-cf36-f2e4-4ff8-0cc00d31b97a-63b4684d, #w-node-_604c8821-ec62-2c4e-e57d-32a97be31d25-63b4684d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684a {
    grid-row: 1 / 4;
    grid-column-end: 4;
  }

  #w-node-_16b4003d-790c-aaa0-0b37-b978542f3ec4-63b4684a {
    grid-column: span 1 / span 1;
  }

  #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684b {
    grid-row: 1 / 4;
    grid-column-end: 4;
  }

  #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684c {
    grid-row: 1 / 4;
    grid-column-end: 4;
  }

  #w-node-e60b4b9a-d4ea-d685-eb32-a8177f3d66e4-63b4684d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e8523ee7-36a5-14b7-b656-f85819f8b048-63b4684d {
    grid-row: 1 / 4;
    grid-column-end: 4;
  }
}


