:root {
  --black: black;
  --light-sea-green: #00a592;
  --white: white;
  --black60: #666;
}

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-work {
  text-align: left;
  text-transform: none;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 0 80px;
  padding: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 32px;
  line-height: 46px;
  display: block;
}

.label-subtitle-left {
  opacity: .6;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-left: 0;
  padding-right: 0;
  font-size: 13px;
  line-height: 20px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 1;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current:hover {
  opacity: 1;
}

.navigation-item {
  opacity: .6;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.navigation-item:hover {
  opacity: 1;
  color: var(--light-sea-green);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--black);
  font-size: 13px;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-right: -20px;
  padding-right: 0;
  display: flex;
}

.logo-image {
  display: block;
}

.logo-image:hover {
  opacity: 1;
  color: rgba(0, 0, 0, 0);
}

.label-title {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.work-description {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.grid-work {
  grid-column-gap: 4vw;
  grid-row-gap: 60px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr;
  margin: 0 0 80px;
  padding-top: 40px;
}

.work-image {
  height: 460px;
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-2 {
  height: auto;
  background-image: none;
  order: 0;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
}

.work-image.cc-work-2:hover {
  background-color: var(--light-sea-green);
  opacity: 1;
  background-image: none;
  font-family: Source Sans Pro, sans-serif;
}

.project-name-link {
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
  color: var(--black);
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 26px 20px 30px;
  font-size: 20px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.footer-wrap {
  z-index: 1;
  background-color: var(--white);
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 120px 0 140px;
  line-height: 16px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-links {
  cursor: pointer;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-size: 16px;
  display: flex;
}

.footer-item {
  opacity: 1;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 10px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Fa 400", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: 1;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #0976b4;
  background-clip: border-box;
  border: 10px solid #0976b4;
  border-radius: 20px;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: space-between;
  line-height: 16px;
  display: block;
}

.footer-item:active {
  opacity: .8;
}

.detail-image {
  margin-bottom: 0;
}

.email-section {
  width: auto;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 120px 0;
  display: flex;
}

.email-link {
  color: var(--black);
  text-transform: none;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
}

.email-link:hover {
  opacity: 1;
  color: var(--light-sea-green);
}

.email-link:active {
  opacity: .7;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.body {
  color: #000;
  object-fit: fill;
  font-family: Source Sans Pro, sans-serif;
}

.link {
  opacity: 1;
  color: #000;
  border: 10px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  font-family: "Fa brands 400", sans-serif;
  line-height: 16px;
}

.link-2 {
  float: none;
  color: #000;
  display: inline;
  position: static;
}

.link-2:hover {
  color: var(--light-sea-green);
}

.link-3 {
  color: #000;
  display: inline;
}

.link-3:hover {
  color: var(--light-sea-green);
}

.project-card:hover {
  background-color: rgba(0, 0, 0, 0);
}

.work-hover-eye-div {
  z-index: 3;
  opacity: 0;
  background-color: rgba(0, 165, 146, .7);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-hover-eye-div:hover {
  opacity: 0;
  background-color: rgba(0, 165, 146, .7);
}

.work-image-hover-div {
  opacity: 1;
  position: relative;
}

.eyeiecon {
  color: var(--white);
  font-family: "Fa 400", sans-serif;
  font-size: 3vw;
  line-height: 3vw;
}

.desktopnav {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 30px;
  display: flex;
}

.mobilenav {
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: none;
  overflow: visible;
}

.mobilemenu {
  display: none;
}

.navigation-item-mobile {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.navigation-item-mobile:hover {
  opacity: 1;
  color: var(--light-sea-green);
}

.navigation-item-mobile:active {
  opacity: .8;
}

.navigation-item-mobile.w--current {
  opacity: 1;
  color: #000;
  font-weight: 600;
}

.navigation-item-mobile.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-mobile.w--current:active {
  opacity: .7;
  color: #32343a;
}

.footer-text {
  clear: both;
  text-align: center;
  order: 1;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 22px;
  position: static;
  top: auto;
  bottom: 40px;
  left: 0%;
  right: 0%;
}

.footer-itemmail {
  opacity: 1;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 10px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Fa 400", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.footer-itemmail:hover {
  border: 10px solid var(--light-sea-green);
  background-color: var(--light-sea-green);
  opacity: 1;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: space-between;
  line-height: 16px;
  display: block;
}

.footer-itemmail:active {
  opacity: .8;
}

.navigator {
  justify-content: center;
  margin: 200px 0 120px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pnav-button-home {
  color: var(--black);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 48px;
  text-decoration: none;
}

.pnav-button-home:hover {
  color: var(--light-sea-green);
}

.navigator-buttons {
  text-align: center;
  font-family: "Fa solid 900", sans-serif;
}

.pnav-button-prev {
  color: var(--black);
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 48px;
  text-decoration: none;
}

.pnav-button-prev:hover {
  color: var(--light-sea-green);
}

.pnav-button-next {
  color: var(--black);
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 48px;
  text-decoration: none;
}

.pnav-button-next:hover {
  color: var(--light-sea-green);
}

.pnav-button-next.w--current {
  margin-right: 0;
}

.body-utility {
  background-color: var(--black);
  color: var(--white);
  font-family: Source Sans Pro, sans-serif;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 33%;
  bottom: 33%;
  left: 6%;
  right: 6%;
}

.button-2 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 30px;
}

.button-2:hover {
  background-color: var(--black60);
  color: var(--white);
}

.div-block-7 {
  padding-right: 0;
}

.heading-project {
  text-align: left;
  text-transform: none;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 0 6px;
  padding: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 32px;
  line-height: 46px;
  display: block;
}

.grid-aura {
  grid-column-gap: 4vw;
  grid-row-gap: 60px;
  flex-direction: row;
  grid-template: "."
  / 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  margin: 60px 0;
  padding: 0;
  display: grid;
}

.project-intro {
  grid-column-gap: 4vw;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: 0 0 120px;
  display: grid;
}

.project-header {
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 80px;
  display: flex;
}

.project-middle {
  grid-column-gap: 4vw;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 120px 0;
  display: grid;
}

.paragraph {
  opacity: .84;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-left: 0;
  padding-right: 0;
  font-family: PT Serif, serif;
  font-size: 15px;
  font-style: normal;
  line-height: 28px;
  display: inline;
}

.video-div {
  width: auto;
  height: auto;
}

.video-aspect-71-14 {
  height: 0;
  border: 1px solid #000;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 71.14%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.label-subtitle-center {
  opacity: .6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  padding-right: 0;
  font-size: 13px;
  line-height: 20px;
}

.desktop-nav-div {
  z-index: 5;
  background-color: var(--white);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.page-div {
  z-index: 8888;
  background-color: var(--white);
  margin: 200px 10vw 0;
  padding: 0 30px;
  position: static;
}

.work-description-mobile {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 0;
  display: none;
}

.grid-aura-small {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.detail-image-border {
  border: 1px solid var(--black60);
  margin-bottom: 0;
}

.video-aspect-60-98 {
  height: 0;
  border: 1px solid #000;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 60.98%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.aspect-video-vertical {
  height: 0;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 120.83%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-image-link {
  flex-flow: wrap;
  align-content: space-between;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.spacer-1px {
  height: 1px;
}

.video-aspect-55-58 {
  height: 0;
  border: 1px #000;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 55.5%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.more-work-section {
  margin-top: 200px;
}

.video-aspect-56-25 {
  height: 0;
  border: 1px solid #000;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 56.25%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fw-image {
  min-width: 3000px;
  overflow: visible;
}

.fw-div {
  max-height: 450px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bh-div {
  margin-top: 0;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-left: 30px;
  padding-right: 30px;
}

.black-header {
  background-color: var(--black);
  padding-top: 200px;
  padding-bottom: 120px;
}

.heading-white {
  color: var(--white);
  text-align: left;
  text-transform: none;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 0 80px;
  padding: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 32px;
  line-height: 46px;
  display: block;
}

.fw-image-small {
  min-width: 1480px;
  overflow: visible;
}

.page-div-mid {
  z-index: 8888;
  background-color: var(--white);
  margin: 120px 10vw 0;
  padding: 0 30px;
  position: static;
}

.div-block-8 {
  padding-bottom: 40px;
}

.natasha_idle {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.natasha {
  z-index: 0;
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.natasha-cover {
  width: 100%;
  background-color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 83.33%;
  display: flex;
  position: static;
  top: 50%;
  bottom: auto;
  left: auto;
  right: auto;
}

.figma-embed-55 {
  border: 1px solid #000;
  padding-bottom: 55%;
  position: relative;
}

.video-aspect-62-5 {
  height: 0;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 62.5%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-div-border {
  width: auto;
  height: auto;
  border: 1px solid #000;
}

.figma-embed-45 {
  border: 1px solid #000;
  padding-bottom: 45%;
  position: relative;
}

.figma-embed-30 {
  border: 1px solid #000;
  padding-bottom: 30%;
  position: relative;
}

.paragraph-quote {
  opacity: 1;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-left: 0;
  padding-right: 0;
  font-family: PT Serif, serif;
  font-size: 15px;
  font-style: italic;
  line-height: 28px;
  display: inline;
}

.div-block-10 {
  opacity: 0;
  display: block;
}

.label-title-quote {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.grid-aura-quote {
  grid-column-gap: 4vw;
  grid-row-gap: 60px;
  flex-direction: row;
  grid-template: "."
  / 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  margin: 120px 0;
  padding: 0;
  display: grid;
}

.project-name-link-left {
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link-left:hover {
  opacity: .8;
  color: var(--black);
}

.project-name-link-left:active {
  opacity: .7;
}

.detail-image-border-pad {
  width: auto;
  border: 1px solid var(--black60);
  margin-bottom: 0;
  padding: 20px;
}

.text-div-32 {
  padding-top: 32px;
}

.detail-image-border-pad-2 {
  width: auto;
  border: 1px solid var(--black60);
  margin-bottom: 0;
  padding: 20px;
}

.lightbox-image-link-copy {
  flex-flow: wrap;
  align-content: space-between;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: none;
}

.div-block-4-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 33%;
  bottom: 33%;
  left: 6%;
  right: 6%;
}

.label-title-copy {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.video-aspect-56-3 {
  height: 0;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 56.3%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fw-image-copy {
  min-width: 1918px;
  overflow: visible;
}

.grid {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
}

.video-aspect-55-58-copy {
  height: 0;
  border: 1px #000;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 56.2%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1440px) {
  .grid-aura {
    grid-column-gap: 4vw;
    grid-row-gap: 60px;
  }

  .project-intro {
    grid-column-gap: 4vw;
    grid-row-gap: 2vw;
  }

  .video-aspect-71-14 {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .desktop-nav-div {
    padding-left: 13vw;
    padding-right: 13vw;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .page-div {
    margin-left: 13vw;
    margin-right: 13vw;
  }

  .video-aspect-60-98, .aspect-video-vertical, .video-aspect-55-58, .video-aspect-56-25 {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .bh-div, .page-div-mid {
    margin-left: 13vw;
    margin-right: 13vw;
  }

  .video-aspect-62-5 {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .grid-aura-quote {
    grid-column-gap: 4vw;
    grid-row-gap: 60px;
  }

  .video-aspect-56-3, .video-aspect-55-58-copy {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .desktopnav {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-aura {
    grid-column-gap: 3vw;
  }

  .page-div {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .bh-div {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .fw-image-small {
    min-width: 1220px;
  }

  .page-div-mid {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .grid-aura-quote {
    grid-column-gap: 3vw;
  }
}

@media screen and (max-width: 991px) {
  .heading-work {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 46px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation-item {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin: 10px 20px;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: flex;
  }

  .navigation-item:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.w--current {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    display: flex;
  }

  .navigation-items {
    height: auto;
    flex-flow: row;
    align-content: flex-start;
    align-items: stretch;
  }

  .work-description {
    width: auto;
    object-fit: none;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .grid-work {
    max-width: 100%;
    grid-column-gap: 4vh;
    grid-row-gap: 60px;
    object-fit: contain;
    flex-direction: column;
    grid-template: "."
    / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .work-image.cc-work-2 {
    object-fit: contain;
    flex-flow: row;
    align-content: space-around;
    justify-content: space-between;
    display: flex;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .project-image {
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-clip: border-box;
    flex: 1;
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .project-card {
    object-fit: fill;
    object-position: 50% 50%;
    flex-flow: column wrap;
    align-content: space-between;
    justify-content: space-between;
    display: block;
    position: static;
    overflow: auto;
  }

  .work-hover-eye-div {
    object-fit: contain;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .work-hover-eye-div:hover {
    opacity: 1;
  }

  .work-image-hover-div {
    object-fit: contain;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: block;
  }

  .eyeiecon {
    font-size: 6vw;
    line-height: 6vw;
  }

  .desktopnav {
    margin-top: 0;
  }

  .mobilemenu {
    display: none;
  }

  .navigation-item-mobile {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin: 10px 20px;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: flex;
  }

  .navigation-item-mobile:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-item-mobile:active {
    background-color: #eef0f3;
  }

  .navigation-item-mobile.w--current {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    display: flex;
  }

  .pnav-button-home {
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-project {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 32px;
    line-height: 46px;
  }

  .grid-aura {
    grid-column-gap: 4vw;
    grid-row-gap: 60px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .project-intro {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    margin-bottom: 80px;
  }

  .project-header {
    margin-bottom: 60px;
  }

  .project-middle {
    grid-column-gap: 4vw;
    grid-row-gap: 60px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .video-div {
    display: block;
  }

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

  .desktop-nav-div {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .page-div {
    margin-top: 160px;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .work-description-mobile {
    width: auto;
    object-fit: none;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .grid-aura-small {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 1fr;
  }

  .lightbox-image-link {
    display: flex;
  }

  .more-work-section {
    margin-top: 160px;
  }

  .fw-image {
    min-width: 2200px;
  }

  .fw-div {
    max-height: 350px;
  }

  .bh-div {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .black-header {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .heading-white {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 46px;
  }

  .fw-image-small {
    min-width: 1080px;
  }

  .page-div-mid {
    margin-top: 120px;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .figma-embed-55 {
    display: none;
  }

  .video-div-border {
    display: block;
  }

  .figma-embed-45 {
    display: none;
  }

  .grid-aura-quote {
    grid-column-gap: 4vw;
    grid-row-gap: 60px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
    display: grid;
  }

  .detail-image-border-pad-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lightbox-image-link-copy {
    display: flex;
  }

  .fw-image-copy {
    min-width: 2200px;
  }
}

@media screen and (max-width: 767px) {
  .heading-work {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 46px;
  }

  .label-subtitle-left {
    font-size: 14px;
    line-height: 22px;
  }

  .logo-link {
    z-index: 9999;
    padding-left: 0;
  }

  .logo-link.w--current {
    z-index: 9999;
    flex: 0 auto;
  }

  .label-title {
    font-size: 14px;
    line-height: 22px;
  }

  .work-description {
    justify-content: space-between;
    display: none;
  }

  .grid-work {
    grid-column-gap: 2.5vh;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: stretch;
    justify-items: stretch;
    padding-top: 20px;
    display: grid;
  }

  .project-name-link {
    font-size: 26px;
    line-height: 38px;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 100px;
  }

  .footer-links {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .detail-image {
    margin-bottom: 0;
  }

  .email-section {
    width: auto;
    max-width: none;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .project-image {
    object-fit: fill;
    display: inline-block;
  }

  .eyeiecon {
    font-size: 12vw;
    line-height: 12vw;
  }

  .desktopnav {
    display: none;
  }

  .mobilenav {
    display: flex;
  }

  .mobilemenu {
    z-index: 4;
    height: auto;
    background-color: var(--white);
    flex-direction: column;
    padding-top: 120px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navigation-item-mobile {
    margin-top: 10px;
    margin-left: 2vw;
    margin-right: 2vw;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 32px;
  }

  .navigation-item-mobile.w--current {
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 18px;
    line-height: 32px;
  }

  .burgernmenubutt {
    z-index: 9999;
    width: 42px;
    height: 42px;
    flex-flow: column wrap;
    flex: none;
    align-content: stretch;
    justify-content: space-between;
    margin-left: 0;
    margin-right: -6px;
    padding: 12px 6px;
    display: flex;
    position: relative;
  }

  .burgerline {
    height: 3px;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-itemmail {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .pnav-button-home {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 48px;
  }

  .pnav-button-prev {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 48px;
  }

  .pnav-button-next {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 48px;
  }

  .div-block-7 {
    justify-content: space-between;
    display: block;
  }

  .heading-project {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 32px;
    line-height: 46px;
  }

  .grid-aura {
    grid-column-gap: 2.5vw;
    grid-row-gap: 40px;
    grid-template: "."
    / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin: 40px 0;
    display: grid;
  }

  .project-intro {
    grid-column-gap: 2.5vw;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  .project-middle {
    grid-column-gap: 2.5vw;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .paragraph {
    flex: 0 auto;
    font-size: 16px;
    line-height: 30px;
    display: block;
  }

  .label-subtitle-center {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .desktop-nav-div {
    display: none;
  }

  .page-div {
    margin-top: 150px;
  }

  .mobile-nav-div {
    z-index: 5;
    background-color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .work-description-mobile {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
    display: flex;
  }

  .grid-aura-small {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .detail-image-border {
    margin-bottom: 0;
  }

  .more-work-section {
    margin-top: 150px;
  }

  .fw-image {
    min-width: 1440px;
  }

  .fw-div {
    max-height: 300px;
  }

  .black-header {
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .heading-white {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 46px;
  }

  .fw-image-small {
    min-width: 768px;
  }

  .page-div-mid {
    margin-top: 120px;
  }

  .paragraph-quote {
    flex: 0 auto;
    font-size: 16px;
    line-height: 30px;
    display: block;
  }

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

  .label-title-quote {
    font-size: 14px;
    line-height: 22px;
  }

  .grid-aura-quote {
    grid-column-gap: 2.5vw;
    grid-row-gap: 40px;
    grid-template: "."
    / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin: 80px 0;
    display: grid;
  }

  .project-name-link-left {
    font-size: 26px;
    line-height: 38px;
  }

  .detail-image-border-pad {
    margin-bottom: 0;
  }

  .text-div-32 {
    padding-top: 0;
  }

  .detail-image-border-pad-2 {
    margin-bottom: 0;
  }

  .label-title-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .fw-image-copy {
    min-width: 1440px;
  }
}

@media screen and (max-width: 479px) {
  .heading-work {
    margin-bottom: 50px;
    font-size: 26px;
    line-height: 38px;
  }

  .label-subtitle-left {
    text-align: left;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 22px;
  }

  .label-title {
    font-size: 16px;
    line-height: 22px;
  }

  .grid-work {
    grid-row-gap: 40px;
  }

  .project-name-link {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
  }

  .footer-wrap {
    flex-direction: column;
    padding-top: 60px;
  }

  .email-section {
    width: auto;
    max-width: none;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
  }

  .email-link {
    font-size: 7vw;
    line-height: 46px;
  }

  .mobilemenu {
    display: none;
  }

  .navigator {
    margin-top: 120px;
    margin-bottom: 80px;
  }

  .heading-project {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 26px;
    line-height: 38px;
  }

  .grid-aura {
    grid-column-gap: 2.5vw;
    grid-row-gap: 40px;
    grid-template: "."
    / 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .project-intro {
    grid-column-gap: 2.5vw;
    margin-bottom: 60px;
  }

  .project-header {
    margin-bottom: 50px;
  }

  .project-middle {
    grid-column-gap: 2.5vw;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 32px;
  }

  .label-subtitle-center {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .work-description-mobile {
    margin-bottom: 0;
  }

  .grid-aura-small {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: 1fr;
  }

  .fw-image {
    min-width: 1080px;
  }

  .fw-div {
    max-height: 250px;
  }

  .heading-white {
    margin-bottom: 50px;
    font-size: 26px;
    line-height: 38px;
  }

  .fw-image-small {
    min-width: 768px;
  }

  .paragraph-quote {
    font-size: 18px;
    line-height: 32px;
  }

  .label-title-quote {
    font-size: 16px;
    line-height: 22px;
  }

  .grid-aura-quote {
    grid-column-gap: 2.5vw;
    grid-row-gap: 40px;
    grid-template: "."
    / 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
    display: grid;
  }

  .project-name-link-left {
    text-align: left;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 38px;
  }

  .label-title-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .fw-image-copy {
    min-width: 1080px;
  }
}

#w-node-_80b3f8e1-b5e2-ae3e-87d2-df9f012d6a41-dbcf2f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0272690f-6fc6-52dc-8bd7-6f2cddffba08-dbcf2f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9737baec-e97f-9bab-c099-6be45723d9a4-dbcf2f6c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8c554e2c-cf4b-84be-2d73-34f857aac19e-dbcf2f6c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b5f05486-dc54-68e1-7886-aa962731fccf-dbcf2f6c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bd6fc061-408d-85cc-6fc3-1d60de777969-dbcf2f6c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-4ccf2f72 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-4ccf2f72, #w-node-_78013495-e865-0db1-7b74-a7d33bf904c6-4ccf2f72 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_95f3fb3d-0a80-5548-d1ed-4443450ee043-4ccf2f72 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f9544091-6538-f89c-34dd-653ecd3d6c6c-4ccf2f72 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1bf66124-08d9-dea8-506e-7c7ffa78e0a2-4ccf2f72 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b5ce1a30-4fe6-e3d3-d1dc-8570a252001c-4ccf2f72 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6df93a87-f9f9-e842-a5ea-d021cd1fd64d-4ccf2f72 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_11132841-c81e-2c5e-e30f-dd02f19f94fd-4ccf2f72 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8cdadc2a-4e3a-14d5-4d9f-46c66dbfdab0-4ccf2f72 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7af1dfe8-7d4b-766c-0d6c-fe94adf95864-4ccf2f72 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dc30a65c-4e03-cb2f-8384-0901ee059337-4ccf2f72, #w-node-_60a759a8-fb82-efb0-4d47-4ca71e883adc-4ccf2f72 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_71626646-4683-c2fa-92d3-df6ec82f2e9c-4ccf2f72 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2c53ec64-3d16-eb26-fd19-d7d8f5b94c9b-4ccf2f72 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5690535c-1103-6eaf-52c8-9991c7ccf617-4ccf2f72 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_552ed742-3cd9-3c1f-f744-cfe457166933-4ccf2f72 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9fc5579b-6d9d-e42c-2134-c4dae9629b1e-4ccf2f72 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c1163c21-81fc-8118-3062-cee24e0659d9-4ccf2f72 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_1d174c54-f35a-7881-9058-c1b43fc4c18a-3fc4c189 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1d174c54-f35a-7881-9058-c1b43fc4c18f-3fc4c189 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-58652d0b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-58652d0b, #w-node-a7a91f83-6323-55c9-348e-aba04b756e99-58652d0b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-caa17a96-7fa3-5cc7-ec4e-2eefbb8f9cee-58652d0b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4adcca0d-8fd3-546b-da6c-e8b72f63c7e0-58652d0b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_516a87af-bd3f-bdc0-abcc-9ec02871f1e4-58652d0b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fbfbee9b-b2ba-070c-30c0-a9ae11426b82-58652d0b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af15f82e-22d6-1cc5-d2a7-a949e335cb8d-58652d0b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ff90d8ba-b618-826d-3764-700f0c4152fb-58652d0b {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_02e9895a-cae5-852e-2fe7-336cc95c6cbd-58652d0b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-af11e56c-70e0-be33-47c8-0bcf8e5cd599-58652d0b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3e3c38bd-3866-a910-c8a4-cc30edf69262-58652d0b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22145bae-3387-ece6-b4a0-2a429b9dcf44-58652d0b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e087e6a9-5fc1-7b3a-4d4b-87b78499aa09-58652d0b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d239460-3bdc-a080-70b9-1a85088e3303-58652d0b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0fac903c-3391-6fae-38b3-6cc35067b4e5-58652d0b {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_06611f1d-ff11-f396-37b6-aa1471ee7bd4-58652d0b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0f3cab40-7d24-34a8-3e5c-2b4fc4f741e1-58652d0b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_096159b4-6657-a929-8cd2-9b9934c37ae1-58652d0b {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_7d8598ab-10b4-fc62-4d3e-52d5fe0c39ff-58652d0b {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_581abefa-9f10-f6b5-1198-f27c9337c3a5-58652d0b {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_9d2731d9-f490-cb51-bb3a-a2e30febeb10-58652d0b {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b7bc8e9f-591b-b4b1-13ab-58451e4c1382-58652d0b {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-c70d44cc-e0b1-2eb0-097b-b00f70492fd0-58652d0b {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-_970fc9ae-1d56-8e29-4d88-90ab9ff59a9a-58652d0b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9263b8f5-46ca-1ad5-91cc-346b7b53e030-58652d0b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6385cb37-13fa-de87-6fd4-deeb1629a158-58652d0b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-84848283 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-84848283, #w-node-_117f7b37-62b0-ccf5-1ba0-e43870de915c-84848283 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f76cddd8-9727-48ce-bc44-7cd8383df613-84848283 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7841d57f-f10d-182e-b725-fea8d6cf67da-84848283 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_51264271-6479-2a93-99b3-d99afea2ec7f-84848283, #w-node-_2d5a7479-55c2-3d46-c577-7d52500a1abf-84848283 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f8c8b309-0c7d-49b8-280e-388d9bda4335-84848283 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8a60e25e-9a5b-6e23-bbe0-cc7466b16e4b-84848283 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9cfdce43-57b1-1247-97bd-f5c5c7ca12e1-84848283 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-cee42ef9-bc6d-0963-2bca-e629b0b0baf3-84848283 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-e6d69710-fad5-9ac0-09c7-16d67147a3a5-84848283 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_7673f593-6df8-6730-5248-0373d40404ba-84848283 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-b8645ee0-840d-3f93-6dad-f92c82531aa9-84848283 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b8645ee0-840d-3f93-6dad-f92c82531aaf-84848283 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b8645ee0-840d-3f93-6dad-f92c82531aab-84848283 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b8645ee0-840d-3f93-6dad-f92c82531aad-84848283 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-b8645ee0-840d-3f93-6dad-f92c82531ab1-84848283 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-b8645ee0-840d-3f93-6dad-f92c82531ab3-84848283 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_5f2c6f0c-ecdf-dfcd-9662-66d4d27327fd-84848283 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a8fd6a3c-58a2-a666-d40d-3dbf472ae488-84848283 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a8fd6a3c-58a2-a666-d40d-3dbf472ae48a-84848283 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7bd3bace-4b5c-b155-41e1-990bb86c728a-84848283 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7bd3bace-4b5c-b155-41e1-990bb86c728c-84848283 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_09937992-8e69-2fd2-e01a-e175ae54cc2b-84848283, #w-node-_697fdb07-e094-244d-b2bd-e0eedc7d576e-84848283, #w-node-_9d779e5f-8ed4-d433-4bfb-574411140f76-84848283 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9d779e5f-8ed4-d433-4bfb-574411140f78-84848283 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-8dcc6edc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-8dcc6edc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cba9d0a1-8e97-d59b-253a-0298b6cd5098-8dcc6edc {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7b02a19e-430e-8a0f-217c-b3a043bd61fc-8dcc6edc {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-d2584142-963d-9316-f8d8-f39a1edd6fbd-8dcc6edc {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_28f01f08-fbba-c0a3-0bee-21acdf72cd63-8dcc6edc {
  grid-area: 3 / 1 / 4 / 2;
  align-self: auto;
}

#w-node-_2c72516e-cebd-8a47-392e-dea9a9635ba3-8dcc6edc {
  grid-area: 3 / 2 / 4 / 5;
  align-self: end;
}

#w-node-_5c632566-d396-86d4-25f1-ee2f519e3434-8dcc6edc {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
}

#w-node-d7c249fe-5153-bb1d-e26d-83039c78f135-8dcc6edc {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-d7c249fe-5153-bb1d-e26d-83039c78f13f-8dcc6edc {
  grid-area: 2 / 1 / 3 / 3;
  align-self: end;
}

#w-node-_3ce86e52-fff2-e2cd-e026-dcfcc6632d26-8dcc6edc {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-a0851014-2049-8510-98a0-24dcb55a8262-8dcc6edc {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_990b7a91-0d44-0c06-a7f3-68185aa348f4-8dcc6edc {
  grid-area: 5 / 1 / 6 / 5;
  align-self: end;
}

#w-node-d7c249fe-5153-bb1d-e26d-83039c78f14e-8dcc6edc {
  grid-area: 7 / 1 / 8 / 5;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-f320dc46 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-f320dc46, #w-node-_9733a679-ff85-0037-0ac8-0b93b40bf2cb-f320dc46 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ce84f1f5-870f-aa36-fb5e-06a2b37204d6-f320dc46 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f4f974b-2121-8b28-ccb1-3469a0082d58-f320dc46 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b4339f2a-e952-1f2d-bb27-fb947285e84c-f320dc46 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e7cb731e-3d53-a612-48da-bb7dc24e3b8c-f320dc46 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ce84f1f5-870f-aa36-fb5e-06a2b37204d0-f320dc46 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_3f62c006-ddc3-9ec3-4e64-0e89fa682aaa-f320dc46 {
  grid-area: 4 / 1 / 5 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-adac982a-c02f-92cd-0ef9-736482a75f23-f320dc46 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a6ec2c89-b7df-e2f2-a322-de909d0071b5-f320dc46 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_20a384fb-8b25-fd59-b0a1-32723f25c26a-f320dc46 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_20a384fb-8b25-fd59-b0a1-32723f25c26c-f320dc46 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa7e2eab-7418-43b6-b8a6-1eb63e89547b-f320dc46 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6793f47c-fb97-afea-624d-bc57055b0e71-f320dc46 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6588e767-fa5a-bc8e-1d5d-578dc88e3c06-f320dc46 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_58555927-90e9-60a5-3b24-8325142e04c7-f320dc46 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-f0ab9d68-244d-b631-59c3-e7b2d62857ef-f320dc46 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-b5cad370-3ba1-00d5-f5bd-174b08469a32-f320dc46, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-4f2a9899 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-4f2a9899 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_034be51b-2d49-29b3-d0e2-7c2b31897109-4f2a9899 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6acd5d35-a994-6eec-cca0-ed616369f591-4f2a9899 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7cdcaa26-3c2e-5cb9-f230-2b6eab6e397e-4f2a9899 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bfe5de8f-1bdb-7db0-8eac-11dd6f443748-4f2a9899 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1525021e-063d-ca84-a8a4-888d776ef835-4f2a9899 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_59ad9d78-6ca2-66fe-5da1-d7f0b647b937-4f2a9899 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-d48b3a47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e2aaab5f-1646-31f5-ec26-bd4445acb41c-d48b3a47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e6987757-5439-abe2-d454-f65978d2afd3-d48b3a47 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-e6987757-5439-abe2-d454-f65978d2afd7-d48b3a47 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e6987757-5439-abe2-d454-f65978d2afdf-d48b3a47 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-e6987757-5439-abe2-d454-f65978d2afe7-d48b3a47 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: auto;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a54b-d48b3a47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a552-d48b3a47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a554-d48b3a47 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a555-d48b3a47 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a557-d48b3a47 {
  order: -11;
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a559-d48b3a47 {
  order: -10;
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a55b-d48b3a47 {
  order: -9;
  grid-area: 3 / 4 / 4 / 7;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a55d-d48b3a47 {
  order: -8;
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a55f-d48b3a47 {
  order: -7;
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a561-d48b3a47 {
  order: -6;
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a563-d48b3a47 {
  order: -5;
  grid-area: 5 / 5 / 6 / 7;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a565-d48b3a47 {
  order: -4;
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a567-d48b3a47 {
  order: -3;
  grid-area: 6 / 3 / 7 / 5;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a569-d48b3a47 {
  order: -2;
  grid-area: 6 / 5 / 7 / 7;
}

#w-node-f0af1243-c000-2920-6279-2d976f66a56b-d48b3a47 {
  grid-area: 7 / 1 / 8 / 7;
}

#w-node-bfe37727-826b-c568-a92d-11cf31992ec7-d48b3a47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bfe37727-826b-c568-a92d-11cf31992ece-d48b3a47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_20ef36af-113d-ec47-1b14-707767c4f1ca-d48b3a47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bfe37727-826b-c568-a92d-11cf31992ed2-d48b3a47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bfe37727-826b-c568-a92d-11cf31992ed0-d48b3a47 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8a833e9d-f370-475c-5229-2e279ad69607-d48b3a47 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_494bb817-45c7-95bd-c048-92d6382ce02d-d48b3a47 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2e43b283-d4ae-e792-025b-6467230278cd-d48b3a47 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-be371588-eedb-e4f1-37b7-cebabde03570-d48b3a47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be371588-eedb-e4f1-37b7-cebabde03577-d48b3a47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-be371588-eedb-e4f1-37b7-cebabde03579-d48b3a47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be371588-eedb-e4f1-37b7-cebabde0357b-d48b3a47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f438ed8b-efc0-c878-2fe2-70e697d4dbf6-d48b3a47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f438ed8b-efc0-c878-2fe2-70e697d4dbfd-d48b3a47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4120a00d-3fcc-7f4c-0767-dbfeaf9aa83e-d48b3a47 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f438ed8b-efc0-c878-2fe2-70e697d4dbff-d48b3a47 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-c7847a69-3b20-213b-87ad-a34b06d82103-d48b3a47 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-cf5511ef-8c9c-74fe-c02a-6d4bbdd00733-d48b3a47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cf5511ef-8c9c-74fe-c02a-6d4bbdd0073a-d48b3a47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fff33a32-bd88-8551-2ba3-4eed6f9453b5-d48b3a47 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-cf5511ef-8c9c-74fe-c02a-6d4bbdd0073c-d48b3a47 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cf5511ef-8c9c-74fe-c02a-6d4bbdd0073e-d48b3a47 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_60b4be9e-3a79-8db8-7e37-380518695e24-d48b3a47 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_33322280-a576-89c0-9146-5bffbf2c6a08-d48b3a47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_33322280-a576-89c0-9146-5bffbf2c6a0f-d48b3a47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b4a60884-009e-be7a-2885-c0d335b7de02-d48b3a47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2496c2a5-1e1b-9a71-749e-1c7818cb3776-d48b3a47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a466845d-d516-1bac-7fda-3233199699fb-d48b3a47 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_12c9ed10-f4b6-91e5-d333-73121ae193f3-d48b3a47 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c62bf8d0-ab94-4e11-22c9-3433c8baae6e-d48b3a47 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-c4f99c97-7c33-9bd7-eda5-79b87a4177c8-d48b3a47 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_111348ab-5c45-5b26-9124-202b89cbb31b-d48b3a47 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_6e5fcfeb-3be9-fcf5-48d5-d0a52295c68d-d48b3a47, #w-node-b917f1a0-37d4-a0d3-5ac8-e1dc99e8164f-d48b3a47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b917f1a0-37d4-a0d3-5ac8-e1dc99e81658-d48b3a47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b917f1a0-37d4-a0d3-5ac8-e1dc99e81660-d48b3a47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b917f1a0-37d4-a0d3-5ac8-e1dc99e81662-d48b3a47 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-599f1a36 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-599f1a36, #w-node-_117f7b37-62b0-ccf5-1ba0-e43870de915c-599f1a36 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8a60e25e-9a5b-6e23-bbe0-cc7466b16e4b-599f1a36 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09d8bd0f-fa3a-2041-c6bf-7a43e5428b9f-599f1a36 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_73ae2f35-3e3e-1fc4-24d0-b6e4376582c6-599f1a36 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9cfdce43-57b1-1247-97bd-f5c5c7ca12e1-599f1a36 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_745a37ef-7755-90da-3adb-9bf290706cfa-599f1a36 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e01b1c6f-1306-f6f4-b2bb-8d4754c45661-599f1a36 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e01b1c6f-1306-f6f4-b2bb-8d4754c45663-599f1a36 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e01b1c6f-1306-f6f4-b2bb-8d4754c45665-599f1a36 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: auto;
}

#w-node-_6a378f09-92d8-cfec-1d3e-2aac113e1ef7-599f1a36 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: auto;
}

#w-node-_01e97f42-38e8-3215-541e-9cd292286e7d-599f1a36 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: auto;
}

#w-node-e01b1c6f-1306-f6f4-b2bb-8d4754c4566b-599f1a36 {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-fa623cc4-0598-e4b1-aaa6-e3cdd712a483-599f1a36 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
}

#w-node-_62602afa-e12f-dbef-4863-f18be64423d2-599f1a36 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: auto;
}

#w-node-dc868067-9328-b577-cd27-2ee00408deb1-599f1a36 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_90050b01-2364-bec3-ad7a-e02e65630f5d-599f1a36 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_875c28f7-190d-e1e0-58e9-817c11c2117c-599f1a36 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_57ad5d85-bcbb-d41e-f5b8-42e29caebdfb-599f1a36 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_875c28f7-190d-e1e0-58e9-817c11c2116a-599f1a36 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_516a87af-bd3f-bdc0-abcc-9ec02871f1e4-58652d0b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_95f3fb3d-0a80-5548-d1ed-4443450ee043-4ccf2f72 {
    order: -2;
  }

  #w-node-f9544091-6538-f89c-34dd-653ecd3d6c6c-4ccf2f72 {
    order: 9999;
  }

  #w-node-_516a87af-bd3f-bdc0-abcc-9ec02871f1e4-58652d0b {
    order: -9999;
  }

  #w-node-fbfbee9b-b2ba-070c-30c0-a9ae11426b82-58652d0b {
    order: -3;
  }

  #w-node-af15f82e-22d6-1cc5-d2a7-a949e335cb8d-58652d0b {
    order: 9999;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_80b3f8e1-b5e2-ae3e-87d2-df9f012d6a41-dbcf2f6c {
    order: 0;
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_0272690f-6fc6-52dc-8bd7-6f2cddffba08-dbcf2f6c {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9737baec-e97f-9bab-c099-6be45723d9a4-dbcf2f6c {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_8c554e2c-cf4b-84be-2d73-34f857aac19e-dbcf2f6c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b5f05486-dc54-68e1-7886-aa962731fccf-dbcf2f6c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bd6fc061-408d-85cc-6fc3-1d60de777969-dbcf2f6c {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_11132841-c81e-2c5e-e30f-dd02f19f94fd-4ccf2f72 {
    grid-row: 1 / 2;
    grid-column-end: 5;
  }

  #w-node-_51264271-6479-2a93-99b3-d99afea2ec7f-84848283 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d5a7479-55c2-3d46-c577-7d52500a1abf-84848283 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_697fdb07-e094-244d-b2bd-e0eedc7d576e-84848283 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_28f01f08-fbba-c0a3-0bee-21acdf72cd63-8dcc6edc, #w-node-_2c72516e-cebd-8a47-392e-dea9a9635ba3-8dcc6edc {
    align-self: auto;
  }

  #w-node-_5c632566-d396-86d4-25f1-ee2f519e3434-8dcc6edc {
    grid-column-end: 3;
  }

  #w-node-d7c249fe-5153-bb1d-e26d-83039c78f135-8dcc6edc {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d7c249fe-5153-bb1d-e26d-83039c78f13f-8dcc6edc, #w-node-_3ce86e52-fff2-e2cd-e026-dcfcc6632d26-8dcc6edc {
    grid-row: 3 / 4;
    grid-column-end: 3;
    align-self: auto;
  }

  #w-node-a0851014-2049-8510-98a0-24dcb55a8262-8dcc6edc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_990b7a91-0d44-0c06-a7f3-68185aa348f4-8dcc6edc {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-d7c249fe-5153-bb1d-e26d-83039c78f14e-8dcc6edc {
    grid-row: 6 / 7;
    grid-column-end: 3;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a554-d48b3a47 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a555-d48b3a47 {
    grid-column-end: 2;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a557-d48b3a47 {
    grid-column: 2 / 3;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a559-d48b3a47 {
    grid-column-end: 2;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a55b-d48b3a47 {
    grid-column: 2 / 3;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a55d-d48b3a47 {
    grid-column-end: 3;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a55f-d48b3a47 {
    grid-column-end: 2;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a561-d48b3a47 {
    grid-column: 2 / 3;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a563-d48b3a47 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a565-d48b3a47 {
    grid-column-start: 2;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a567-d48b3a47 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a569-d48b3a47 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a56b-d48b3a47 {
    grid-row: 7 / 8;
    grid-column-end: 3;
  }

  #w-node-bfe37727-826b-c568-a92d-11cf31992ed0-d48b3a47 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a833e9d-f370-475c-5229-2e279ad69607-d48b3a47 {
    grid-column: 2 / 3;
  }

  #w-node-_494bb817-45c7-95bd-c048-92d6382ce02d-d48b3a47 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2e43b283-d4ae-e792-025b-6467230278cd-d48b3a47 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_80b3f8e1-b5e2-ae3e-87d2-df9f012d6a41-dbcf2f6c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9737baec-e97f-9bab-c099-6be45723d9a4-dbcf2f6c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8c554e2c-cf4b-84be-2d73-34f857aac19e-dbcf2f6c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b5f05486-dc54-68e1-7886-aa962731fccf-dbcf2f6c {
    grid-row: 3 / 4;
  }

  #w-node-bd6fc061-408d-85cc-6fc3-1d60de777969-dbcf2f6c {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-4ccf2f72, #w-node-_78013495-e865-0db1-7b74-a7d33bf904c6-4ccf2f72 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_95f3fb3d-0a80-5548-d1ed-4443450ee043-4ccf2f72 {
    grid-row: 1 / 2;
  }

  #w-node-f9544091-6538-f89c-34dd-653ecd3d6c6c-4ccf2f72 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_60a759a8-fb82-efb0-4d47-4ca71e883adc-4ccf2f72 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_71626646-4683-c2fa-92d3-df6ec82f2e9c-4ccf2f72 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2c53ec64-3d16-eb26-fd19-d7d8f5b94c9b-4ccf2f72 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-58652d0b, #w-node-a7a91f83-6323-55c9-348e-aba04b756e99-58652d0b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-caa17a96-7fa3-5cc7-ec4e-2eefbb8f9cee-58652d0b {
    grid-row: 1 / 2;
  }

  #w-node-f7290001-70ff-e66d-c3e8-1251763caab6-58652d0b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4adcca0d-8fd3-546b-da6c-e8b72f63c7e0-58652d0b {
    grid-row: 4 / 5;
  }

  #w-node-ff90d8ba-b618-826d-3764-700f0c4152fb-58652d0b {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_02e9895a-cae5-852e-2fe7-336cc95c6cbd-58652d0b {
    grid-row: 6 / 7;
  }

  #w-node-_22145bae-3387-ece6-b4a0-2a429b9dcf44-58652d0b {
    grid-column-end: 3;
  }

  #w-node-_8c662eb7-4547-54c7-0e95-d7db9d229d63-58652d0b {
    order: -9999;
  }

  #w-node-e087e6a9-5fc1-7b3a-4d4b-87b78499aa09-58652d0b {
    order: -9998;
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d239460-3bdc-a080-70b9-1a85088e3303-58652d0b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0fac903c-3391-6fae-38b3-6cc35067b4e5-58652d0b {
    order: 9999;
    grid-area: 4 / 1 / 6 / 3;
  }

  #w-node-_06611f1d-ff11-f396-37b6-aa1471ee7bd4-58652d0b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_0f3cab40-7d24-34a8-3e5c-2b4fc4f741e1-58652d0b {
    grid-column-end: 4;
  }

  #w-node-_096159b4-6657-a929-8cd2-9b9934c37ae1-58652d0b {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7d8598ab-10b4-fc62-4d3e-52d5fe0c39ff-58652d0b {
    grid-row: 3 / 4;
    grid-column-end: 4;
  }

  #w-node-_581abefa-9f10-f6b5-1198-f27c9337c3a5-58652d0b {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_9d2731d9-f490-cb51-bb3a-a2e30febeb10-58652d0b {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-b7bc8e9f-591b-b4b1-13ab-58451e4c1382-58652d0b {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-c70d44cc-e0b1-2eb0-097b-b00f70492fd0-58652d0b {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-84848283 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_117f7b37-62b0-ccf5-1ba0-e43870de915c-84848283 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_7841d57f-f10d-182e-b725-fea8d6cf67da-84848283 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_51264271-6479-2a93-99b3-d99afea2ec7f-84848283 {
    grid-row: 1 / 2;
  }

  #w-node-_2d5a7479-55c2-3d46-c577-7d52500a1abf-84848283 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-e6d69710-fad5-9ac0-09c7-16d67147a3a5-84848283 {
    grid-column-end: 3;
  }

  #w-node-_7673f593-6df8-6730-5248-0373d40404ba-84848283 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-b8645ee0-840d-3f93-6dad-f92c82531aa9-84848283, #w-node-b8645ee0-840d-3f93-6dad-f92c82531aaf-84848283 {
    grid-column-end: 2;
  }

  #w-node-b8645ee0-840d-3f93-6dad-f92c82531aad-84848283 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b8645ee0-840d-3f93-6dad-f92c82531ab1-84848283 {
    grid-row: 5 / 6;
  }

  #w-node-b8645ee0-840d-3f93-6dad-f92c82531ab3-84848283 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_5f2c6f0c-ecdf-dfcd-9662-66d4d27327fd-84848283 {
    grid-column-end: 2;
  }

  #w-node-a8fd6a3c-58a2-a666-d40d-3dbf472ae48a-84848283 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7bd3bace-4b5c-b155-41e1-990bb86c728c-84848283 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_697fdb07-e094-244d-b2bd-e0eedc7d576e-84848283 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-_9d779e5f-8ed4-d433-4bfb-574411140f78-84848283, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-8dcc6edc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cba9d0a1-8e97-d59b-253a-0298b6cd5098-8dcc6edc {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_7b02a19e-430e-8a0f-217c-b3a043bd61fc-8dcc6edc {
    grid-row: 2 / 4;
    grid-column-end: 3;
  }

  #w-node-d2584142-963d-9316-f8d8-f39a1edd6fbd-8dcc6edc {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_28f01f08-fbba-c0a3-0bee-21acdf72cd63-8dcc6edc {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_2c72516e-cebd-8a47-392e-dea9a9635ba3-8dcc6edc {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_5c632566-d396-86d4-25f1-ee2f519e3434-8dcc6edc {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-d7c249fe-5153-bb1d-e26d-83039c78f135-8dcc6edc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d7c249fe-5153-bb1d-e26d-83039c78f13f-8dcc6edc, #w-node-_3ce86e52-fff2-e2cd-e026-dcfcc6632d26-8dcc6edc {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-a0851014-2049-8510-98a0-24dcb55a8262-8dcc6edc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_990b7a91-0d44-0c06-a7f3-68185aa348f4-8dcc6edc {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-d7c249fe-5153-bb1d-e26d-83039c78f14e-8dcc6edc {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-f320dc46 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9733a679-ff85-0037-0ac8-0b93b40bf2cb-f320dc46 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ce84f1f5-870f-aa36-fb5e-06a2b37204d6-f320dc46 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-_1f4f974b-2121-8b28-ccb1-3469a0082d58-f320dc46 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-b4339f2a-e952-1f2d-bb27-fb947285e84c-f320dc46 {
    grid-row: 1 / 2;
  }

  #w-node-e7cb731e-3d53-a612-48da-bb7dc24e3b8c-f320dc46 {
    grid-row: 6 / 7;
    grid-column-end: 3;
  }

  #w-node-ce84f1f5-870f-aa36-fb5e-06a2b37204d0-f320dc46 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_20a384fb-8b25-fd59-b0a1-32723f25c26a-f320dc46 {
    grid-column-end: 3;
  }

  #w-node-_20a384fb-8b25-fd59-b0a1-32723f25c26c-f320dc46 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-aa7e2eab-7418-43b6-b8a6-1eb63e89547b-f320dc46, #w-node-_6793f47c-fb97-afea-624d-bc57055b0e71-f320dc46 {
    grid-row: 3 / 4;
  }

  #w-node-_6588e767-fa5a-bc8e-1d5d-578dc88e3c06-f320dc46 {
    grid-row: 4 / 5;
  }

  #w-node-_58555927-90e9-60a5-3b24-8325142e04c7-f320dc46, #w-node-f0ab9d68-244d-b631-59c3-e7b2d62857ef-f320dc46 {
    grid-row: 5 / 6;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-4f2a9899, #w-node-_6acd5d35-a994-6eec-cca0-ed616369f591-4f2a9899, #w-node-bfe5de8f-1bdb-7db0-8eac-11dd6f443748-4f2a9899 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1525021e-063d-ca84-a8a4-888d776ef835-4f2a9899, #w-node-_59ad9d78-6ca2-66fe-5da1-d7f0b647b937-4f2a9899 {
    grid-row: 3 / 4;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-d48b3a47 {
    grid-column-end: 2;
  }

  #w-node-e2aaab5f-1646-31f5-ec26-bd4445acb41c-d48b3a47 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e6987757-5439-abe2-d454-f65978d2afd3-d48b3a47 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-e6987757-5439-abe2-d454-f65978d2afd7-d48b3a47 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e6987757-5439-abe2-d454-f65978d2afdf-d48b3a47 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e6987757-5439-abe2-d454-f65978d2afe7-d48b3a47 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a54b-d48b3a47 {
    grid-column-end: 3;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a554-d48b3a47 {
    grid-row: 1 / 2;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a56b-d48b3a47 {
    grid-row: 7 / 8;
  }

  #w-node-bfe37727-826b-c568-a92d-11cf31992ec7-d48b3a47, #w-node-be371588-eedb-e4f1-37b7-cebabde03570-d48b3a47 {
    grid-column-end: 3;
  }

  #w-node-be371588-eedb-e4f1-37b7-cebabde0357b-d48b3a47, #w-node-f438ed8b-efc0-c878-2fe2-70e697d4dbfd-d48b3a47 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4120a00d-3fcc-7f4c-0767-dbfeaf9aa83e-d48b3a47 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-c7847a69-3b20-213b-87ad-a34b06d82103-d48b3a47 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cf5511ef-8c9c-74fe-c02a-6d4bbdd0073a-d48b3a47 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fff33a32-bd88-8551-2ba3-4eed6f9453b5-d48b3a47 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-cf5511ef-8c9c-74fe-c02a-6d4bbdd0073e-d48b3a47 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_60b4be9e-3a79-8db8-7e37-380518695e24-d48b3a47 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_33322280-a576-89c0-9146-5bffbf2c6a0f-d48b3a47 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_12c9ed10-f4b6-91e5-d333-73121ae193f3-d48b3a47 {
    grid-row: 3 / 4;
  }

  #w-node-c62bf8d0-ab94-4e11-22c9-3433c8baae6e-d48b3a47, #w-node-c4f99c97-7c33-9bd7-eda5-79b87a4177c8-d48b3a47 {
    grid-row: 4 / 5;
  }

  #w-node-_111348ab-5c45-5b26-9124-202b89cbb31b-d48b3a47 {
    grid-row: 5 / 6;
  }

  #w-node-b917f1a0-37d4-a0d3-5ac8-e1dc99e8164f-d48b3a47 {
    grid-column-end: 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-599f1a36, #w-node-_117f7b37-62b0-ccf5-1ba0-e43870de915c-599f1a36 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a60e25e-9a5b-6e23-bbe0-cc7466b16e4b-599f1a36 {
    grid-row: 1 / 2;
  }

  #w-node-_09d8bd0f-fa3a-2041-c6bf-7a43e5428b9f-599f1a36 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_90050b01-2364-bec3-ad7a-e02e65630f5d-599f1a36 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_875c28f7-190d-e1e0-58e9-817c11c2117c-599f1a36 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_875c28f7-190d-e1e0-58e9-817c11c2116a-599f1a36 {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0272690f-6fc6-52dc-8bd7-6f2cddffba08-dbcf2f6c {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9737baec-e97f-9bab-c099-6be45723d9a4-dbcf2f6c {
    grid-row: 3 / 4;
  }

  #w-node-_8c554e2c-cf4b-84be-2d73-34f857aac19e-dbcf2f6c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b5f05486-dc54-68e1-7886-aa962731fccf-dbcf2f6c {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bd6fc061-408d-85cc-6fc3-1d60de777969-dbcf2f6c {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_78013495-e865-0db1-7b74-a7d33bf904c6-4ccf2f72 {
    grid-row: 2 / 3;
  }

  #w-node-_95f3fb3d-0a80-5548-d1ed-4443450ee043-4ccf2f72 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f9544091-6538-f89c-34dd-653ecd3d6c6c-4ccf2f72 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_1bf66124-08d9-dea8-506e-7c7ffa78e0a2-4ccf2f72 {
    grid-column-end: 2;
  }

  #w-node-b5ce1a30-4fe6-e3d3-d1dc-8570a252001c-4ccf2f72 {
    grid-row: 1 / 2;
  }

  #w-node-_6df93a87-f9f9-e842-a5ea-d021cd1fd64d-4ccf2f72 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_11132841-c81e-2c5e-e30f-dd02f19f94fd-4ccf2f72 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_71626646-4683-c2fa-92d3-df6ec82f2e9c-4ccf2f72 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2c53ec64-3d16-eb26-fd19-d7d8f5b94c9b-4ccf2f72 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_552ed742-3cd9-3c1f-f744-cfe457166933-4ccf2f72 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9fc5579b-6d9d-e42c-2134-c4dae9629b1e-4ccf2f72 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c1163c21-81fc-8118-3062-cee24e0659d9-4ccf2f72 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_3e3c38bd-3866-a910-c8a4-cc30edf69262-58652d0b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_22145bae-3387-ece6-b4a0-2a429b9dcf44-58652d0b {
    grid-column-end: 2;
  }

  #w-node-e087e6a9-5fc1-7b3a-4d4b-87b78499aa09-58652d0b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2d239460-3bdc-a080-70b9-1a85088e3303-58652d0b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0fac903c-3391-6fae-38b3-6cc35067b4e5-58652d0b {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_06611f1d-ff11-f396-37b6-aa1471ee7bd4-58652d0b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_0f3cab40-7d24-34a8-3e5c-2b4fc4f741e1-58652d0b, #w-node-_096159b4-6657-a929-8cd2-9b9934c37ae1-58652d0b, #w-node-_7d8598ab-10b4-fc62-4d3e-52d5fe0c39ff-58652d0b, #w-node-_581abefa-9f10-f6b5-1198-f27c9337c3a5-58652d0b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9d2731d9-f490-cb51-bb3a-a2e30febeb10-58652d0b, #w-node-b7bc8e9f-591b-b4b1-13ab-58451e4c1382-58652d0b, #w-node-c70d44cc-e0b1-2eb0-097b-b00f70492fd0-58652d0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_117f7b37-62b0-ccf5-1ba0-e43870de915c-84848283 {
    grid-row: 2 / 3;
  }

  #w-node-_51264271-6479-2a93-99b3-d99afea2ec7f-84848283 {
    grid-row: 1 / 2;
  }

  #w-node-f8c8b309-0c7d-49b8-280e-388d9bda4335-84848283 {
    grid-column-end: 2;
  }

  #w-node-_9cfdce43-57b1-1247-97bd-f5c5c7ca12e1-84848283 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cee42ef9-bc6d-0963-2bca-e629b0b0baf3-84848283 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-e6d69710-fad5-9ac0-09c7-16d67147a3a5-84848283 {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-_7673f593-6df8-6730-5248-0373d40404ba-84848283 {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-cba9d0a1-8e97-d59b-253a-0298b6cd5098-8dcc6edc {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-_7b02a19e-430e-8a0f-217c-b3a043bd61fc-8dcc6edc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d2584142-963d-9316-f8d8-f39a1edd6fbd-8dcc6edc {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_28f01f08-fbba-c0a3-0bee-21acdf72cd63-8dcc6edc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2c72516e-cebd-8a47-392e-dea9a9635ba3-8dcc6edc {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_5c632566-d396-86d4-25f1-ee2f519e3434-8dcc6edc {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-d7c249fe-5153-bb1d-e26d-83039c78f135-8dcc6edc {
    grid-column-end: 2;
  }

  #w-node-d7c249fe-5153-bb1d-e26d-83039c78f13f-8dcc6edc {
    grid-area: 3 / 1 / 4 / 2;
    align-self: auto;
  }

  #w-node-_3ce86e52-fff2-e2cd-e026-dcfcc6632d26-8dcc6edc {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-a0851014-2049-8510-98a0-24dcb55a8262-8dcc6edc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_990b7a91-0d44-0c06-a7f3-68185aa348f4-8dcc6edc {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-d7c249fe-5153-bb1d-e26d-83039c78f14e-8dcc6edc {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-_9733a679-ff85-0037-0ac8-0b93b40bf2cb-f320dc46, #w-node-_1f4f974b-2121-8b28-ccb1-3469a0082d58-f320dc46 {
    grid-column-end: 2;
  }

  #w-node-b4339f2a-e952-1f2d-bb27-fb947285e84c-f320dc46 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e7cb731e-3d53-a612-48da-bb7dc24e3b8c-f320dc46, #w-node-ce84f1f5-870f-aa36-fb5e-06a2b37204d0-f320dc46, #w-node-_3f62c006-ddc3-9ec3-4e64-0e89fa682aaa-f320dc46 {
    grid-column-end: 2;
  }

  #w-node-a6ec2c89-b7df-e2f2-a322-de909d0071b5-f320dc46 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_20a384fb-8b25-fd59-b0a1-32723f25c26a-f320dc46, #w-node-_20a384fb-8b25-fd59-b0a1-32723f25c26c-f320dc46 {
    grid-column-end: 2;
  }

  #w-node-_6793f47c-fb97-afea-624d-bc57055b0e71-f320dc46 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6588e767-fa5a-bc8e-1d5d-578dc88e3c06-f320dc46 {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-_58555927-90e9-60a5-3b24-8325142e04c7-f320dc46 {
    grid-row: 6 / 7;
  }

  #w-node-f0ab9d68-244d-b631-59c3-e7b2d62857ef-f320dc46 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-e6987757-5439-abe2-d454-f65978d2afd3-d48b3a47 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-e6987757-5439-abe2-d454-f65978d2afdf-d48b3a47 {
    grid-row: 2 / 3;
  }

  #w-node-e6987757-5439-abe2-d454-f65978d2afe7-d48b3a47 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a554-d48b3a47 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a557-d48b3a47 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a559-d48b3a47 {
    grid-row: 4 / 5;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a55b-d48b3a47 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a55d-d48b3a47 {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a55f-d48b3a47 {
    grid-row: 7 / 8;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a561-d48b3a47 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a563-d48b3a47 {
    grid-row: 9 / 10;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a565-d48b3a47 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a567-d48b3a47 {
    grid-row: 11 / 12;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a569-d48b3a47 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-f0af1243-c000-2920-6279-2d976f66a56b-d48b3a47 {
    grid-row: 13 / 14;
    grid-column-end: 2;
  }

  #w-node-bfe37727-826b-c568-a92d-11cf31992ed2-d48b3a47 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bfe37727-826b-c568-a92d-11cf31992ed0-d48b3a47 {
    grid-row: 3 / 4;
  }

  #w-node-_8a833e9d-f370-475c-5229-2e279ad69607-d48b3a47 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_494bb817-45c7-95bd-c048-92d6382ce02d-d48b3a47 {
    grid-row: 5 / 6;
  }

  #w-node-_2e43b283-d4ae-e792-025b-6467230278cd-d48b3a47 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_4120a00d-3fcc-7f4c-0767-dbfeaf9aa83e-d48b3a47, #w-node-fff33a32-bd88-8551-2ba3-4eed6f9453b5-d48b3a47 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-b4a60884-009e-be7a-2885-c0d335b7de02-d48b3a47, #w-node-_2496c2a5-1e1b-9a71-749e-1c7818cb3776-d48b3a47 {
    grid-row: 1 / 2;
  }

  #w-node-a466845d-d516-1bac-7fda-3233199699fb-d48b3a47 {
    grid-row: 2 / 3;
  }

  #w-node-_12c9ed10-f4b6-91e5-d333-73121ae193f3-d48b3a47 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-c62bf8d0-ab94-4e11-22c9-3433c8baae6e-d48b3a47, #w-node-c4f99c97-7c33-9bd7-eda5-79b87a4177c8-d48b3a47 {
    grid-row: 4 / 5;
  }

  #w-node-_111348ab-5c45-5b26-9124-202b89cbb31b-d48b3a47 {
    grid-row: 5 / 6;
  }

  #w-node-_117f7b37-62b0-ccf5-1ba0-e43870de915c-599f1a36 {
    grid-row: 2 / 3;
  }

  #w-node-_9cfdce43-57b1-1247-97bd-f5c5c7ca12e1-599f1a36 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_745a37ef-7755-90da-3adb-9bf290706cfa-599f1a36 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-e01b1c6f-1306-f6f4-b2bb-8d4754c45661-599f1a36 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-e01b1c6f-1306-f6f4-b2bb-8d4754c45663-599f1a36 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e01b1c6f-1306-f6f4-b2bb-8d4754c45665-599f1a36 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6a378f09-92d8-cfec-1d3e-2aac113e1ef7-599f1a36 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_01e97f42-38e8-3215-541e-9cd292286e7d-599f1a36 {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-e01b1c6f-1306-f6f4-b2bb-8d4754c4566b-599f1a36 {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-fa623cc4-0598-e4b1-aaa6-e3cdd712a483-599f1a36 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-_62602afa-e12f-dbef-4863-f18be64423d2-599f1a36 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-dc868067-9328-b577-cd27-2ee00408deb1-599f1a36 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-_90050b01-2364-bec3-ad7a-e02e65630f5d-599f1a36 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_875c28f7-190d-e1e0-58e9-817c11c2117c-599f1a36 {
    grid-row: 3 / 4;
  }

  #w-node-_57ad5d85-bcbb-d41e-f5b8-42e29caebdfb-599f1a36 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-_875c28f7-190d-e1e0-58e9-817c11c2116a-599f1a36 {
    grid-column-end: 2;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}