:root {
  --black: #191a19;
  --white: #f2f2f2;
  --light-brown: var(--orange);
  --yellow: #fffd57;
  --dark-blue: #1f3e94;
  --dark-grey: #999;
  --purple: #a889be;
  --brown: #a63d40;
  --cadet-blue: #258ea6;
  --transparent: #fff0;
  --orange: #eb6148;
}

.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 {
  background-color: var(--black);
  color: var(--white);
  font-family: Archivo, sans-serif;
  font-size: 1vw;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.15vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 1;
}

h2 {
  letter-spacing: -.1vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.33333vw;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--white);
  text-decoration: none;
}

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

.section {
  background-color: var(--light-brown);
  padding: 5vw;
}

.section.full-screen {
  width: 100%;
  height: 100vh;
  padding: 0;
}

.section.no-lateral-padding {
  padding-left: 0;
  padding-right: 0;
}

.section.no-lateral-padding.sectioncd {
  background-color: var(--yellow);
}

.section.section-about {
  background-color: var(--dark-blue);
}

.section.section-showcase {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-blue);
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 50vw 50vw;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.section.section-showcase.setion-mobile {
  padding-top: 1vw;
  padding-bottom: 0;
}

.section.section-showcase.setion-mobile.section-clients {
  background-color: var(--dark-grey);
  padding-bottom: 1vw;
}

.section.section-footer, .section.section_salonski {
  background-color: var(--black);
}

.section.section_salonski.holyburger {
  background-color: var(--purple);
}

.section.about {
  background-color: var(--black);
  color: var(--white);
}

.section.section-2 {
  background-color: var(--dark-blue);
}

.section.storytelling_section {
  background-color: var(--white);
}

.section.section_cd {
  background-color: var(--purple);
}

.red-span {
  z-index: 10;
  color: var(--brown);
  position: relative;
}

._25-width {
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: 0;
  width: 25vw;
  display: block;
}

._25-width._100-height {
  height: 100%;
}

._25-width._100-height.cover {
  object-fit: cover;
}

._25-width._115-height {
  object-fit: cover;
  width: 35vw;
  height: 115%;
}

._25-width._115-height.custom-image {
  width: 45vw;
  height: auto;
}

._25-width._115-height.pic1 {
  text-align: left;
  width: 45vw;
  height: auto;
}

._25-width.cover {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._25-width.cover.fullsize {
  width: 25vw;
  height: auto;
}

._25-width.negative-top-margin {
  margin-top: -9vw;
}

._25-width.negative-top-margin.pic2 {
  width: 28vw;
  max-width: 200%;
}

._25-width.top-margin {
  margin-top: 4.5vw;
}

._25-width.logotips {
  width: auto;
  max-height: 6vw;
  position: static;
  inset: auto auto 0% 0%;
}

.image-tooltip {
  width: 12vw;
  height: 18vw;
  display: none;
  position: fixed;
  top: -9vw;
  left: 2vw;
  overflow: hidden;
}

.all-caps-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Freesans, Arial, sans-serif;
}

.all-caps-text.s-margin {
  font-family: Freesans, Arial, sans-serif;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid.left-alignment {
  justify-items: start;
}

.grid._5vw-gap {
  grid-column-gap: 5vw;
  grid-template-columns: 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw;
}

.grid.align-start {
  align-items: start;
}

.grid._2vw-gap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-columns: 5.66667vw 5.66667vw 5.66667vw 5.66667vw 5.66667vw 5.66667vw 5.66667vw 5.66667vw 5.66667vw 5.66667vw 5.66667vw 5.66667vw;
  display: none;
}

.service-grid {
  border-top: 1px solid var(--white);
  grid-template: "."
  / 4.5vw 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  display: grid;
}

.service-grid.last {
  border-bottom: 1px solid var(--white);
}

.small-paragraph {
  font-family: Liberationsans, Arial, sans-serif;
}

.arrow {
  color: #0000;
  background-image: url('../images/big-arrow-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 94%;
}

.link-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.underline {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.left-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.text-card {
  align-self: stretch;
  padding: 5vw;
}

.medium-paragraph {
  font-family: Liberationsans, Arial, sans-serif;
  font-size: 1.33333vw;
}

.text-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.background-image-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-image-hero._1 {
  background-image: url('../images/screensite.jpg');
}

.background-image-hero._3 {
  background-image: url('../images/App-Screen_5.jpg');
}

.background-image-hero._2 {
  background-image: url('../images/Screen_2.jpg');
}

.button {
  color: var(--dark-grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #999;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 4px 24px;
  font-size: 10px;
  transition: color .3s, border-color .3s;
  display: flex;
  position: relative;
}

.button:hover {
  border-color: var(--white);
  color: var(--white);
}

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

.split-screen {
  height: 100%;
  display: flex;
}

.left-arrow {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  font-size: 10px;
  bottom: 2vw;
  left: 5vw;
}

.right-arrow {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-left: 64px;
  font-size: 10px;
  bottom: 2vw;
  left: 3.5vw;
}

.mask {
  overflow: visible;
}

.right-column {
  flex-direction: column;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.xxl-title {
  text-align: left;
  letter-spacing: -1.5vw;
  white-space: nowrap;
  font-size: 24vw;
  line-height: .85;
}

.xxl-title.align-right {
  text-align: right;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden._40vw-top-margin {
  margin-top: 40vw;
}

.xl-title {
  letter-spacing: -1vw;
  font-size: 19vw;
  line-height: .8;
}

.project-number {
  z-index: 10;
  letter-spacing: -1vw;
  white-space: nowrap;
  font-size: 19vw;
  line-height: .8;
  transform: rotate(-90deg);
}

.align-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.align-left.vertically {
  flex-direction: column;
}

.relative {
  z-index: 10;
  position: relative;
}

.relative.opposite-ends {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.video-section {
  padding: 2.5vw 5vw;
}

.video-wrap {
  background-color: #111;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-bottom: 2.5vw;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px -8px #1119;
}

.play-button-hover-effect {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12.5vw;
  height: 12.5vw;
  padding: 2vw;
  display: flex;
  position: absolute;
}

.video-lightbox {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.video-title {
  z-index: 2;
  opacity: .2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-size: 10vw;
  position: absolute;
  bottom: -3vw;
}

.video {
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._6-columns-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-loop-wrap {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.looping-text-1 {
  color: var(--dark-grey);
  letter-spacing: -.3vw;
  text-transform: none;
  white-space: nowrap;
  font-size: 7.75vw;
  line-height: 1.2;
}

.looping-text-2 {
  color: var(--dark-grey);
  letter-spacing: -.3vw;
  white-space: nowrap;
  font-size: 7.5vw;
  font-weight: 400;
  line-height: 1.2;
}

._85-width {
  width: 85%;
}

._85-width.cover {
  object-fit: cover;
  height: auto;
  position: absolute;
  inset: 0%;
}

._85-width.cover.cd {
  width: 85%;
  height: auto;
  min-height: 85%;
}

.h2-title {
  color: var(--white);
  font-family: Liberationsans, Arial, sans-serif;
  font-weight: 400;
}

.h2-title.rotate {
  color: #0000;
  background-image: url('../images/big-arrow-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 94%;
}

.h2-title.text-right {
  text-align: right;
}

.align-horizontally {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.case-accordion-button {
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  display: grid;
}

.accordion-grid {
  grid-template-rows: 40vw;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .75vw;
  padding-bottom: 2.5vw;
  display: grid;
}

.accordion-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pic-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.case-study-accordion-wrap {
  border-top: 1px solid var(--white);
}

.case-study-accordion-wrap.last {
  border-bottom: 1px solid var(--white);
}

.large-paragraph {
  margin-bottom: 3vw;
  font-family: Liberationsans, Arial, sans-serif;
  font-size: 2vw;
  line-height: 1.2;
}

.large-paragraph.m-margin.max-width {
  color: var(--white);
  text-align: center;
  max-width: 30vw;
}

.large-paragraph.more {
  margin-bottom: 0;
}

._10vw-title {
  letter-spacing: -.5vw;
  font-family: Freesans, Arial, sans-serif;
  font-size: 10vw;
  line-height: .9;
}

._10vw-title.left-margin {
  margin-left: 10vw;
}

.vertical-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}

.selected-work-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.project-info-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-info-wrap.centered {
  text-align: center;
  align-items: center;
  margin-top: 1.5vw;
}

.selected-project-image {
  width: 100%;
}

.selected-project-image.relative {
  position: relative;
}

.project-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  display: grid;
}

.vertical-project {
  background-color: var(--black);
  border-left: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  transition: background-color .8s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.vertical-project:hover {
  background-color: var(--brown);
}

._3d-album {
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
}

._90-number {
  z-index: 10;
  color: #fff;
  letter-spacing: -1vw;
  font-size: 14vw;
  line-height: .8;
  position: absolute;
  top: 9vw;
  left: -4.5vw;
  transform: rotate(-90deg);
}

._90-number.first {
  top: 9.3vw;
  left: -4.1vw;
}

._18-25vw-image {
  width: 18.25vw;
  max-width: none;
  display: none;
  position: absolute;
  right: 0;
}

.work-images-wrapper {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.work-image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-type-text {
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 11px;
  position: relative;
}

.projects-slider {
  background-color: #0000;
  height: 100vh;
  overflow: hidden;
}

.close-interaction-trigger {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.work-image {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-image._1 {
  background-image: url('../images/Screen_2.jpg');
}

.work-image._2 {
  background-image: url('../images/pexels-luis-quintero-2149794-1-1.jpeg');
}

.work-image._3 {
  background-image: url('../images/Screen_4.jpg');
}

.work-image._4 {
  background-image: url('../images/Project.jpg');
}

.work-image._5 {
  background-image: url('../images/Screen_3.jpg');
}

.work-image._6 {
  background-image: url('../images/App-Screen_5.jpg');
}

.work-item {
  grid-template-rows: auto;
  grid-template-columns: 45px 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  transition: letter-spacing 1s;
  display: grid;
  position: relative;
}

.work-link {
  color: #fff;
  width: auto;
  height: auto;
}

.slider-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.work-name {
  z-index: 1;
  letter-spacing: -.4vw;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.year-text {
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.work-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  width: 30px;
}

.loading-row {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.loading-animation {
  z-index: 100;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.loading-text._6, .loading-text._3 {
  text-align: right;
}

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

.hero {
  background-color: var(--yellow);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle {
  background-color: var(--purple);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52vw;
  height: 52vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

._21vw-text {
  color: #1f1f1f;
  text-align: center;
  letter-spacing: -1vw;
  margin-left: -3vw;
  font-size: 21vw;
  line-height: .8;
}

._21vw-text.absolute {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
}

.hero-image {
  z-index: 2;
  background-image: url('../images/Hero-Image.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  position: absolute;
  inset: 0;
}

._4-5vw-title {
  letter-spacing: -.15vw;
  font-size: 4.5vw;
}

.trophy {
  width: 50%;
  margin-top: -1vw;
}

.simmetric-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.simmetric-grid.large-rows-spacing {
  grid-row-gap: 8vw;
}

._11vw-number {
  letter-spacing: -.15vw;
  margin-top: -.85vw;
  font-size: 11vw;
  line-height: 1;
}

._6vw-title {
  text-align: left;
  letter-spacing: -.03em;
  font-size: 6vw;
}

._6vw-title.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

._6vw-title.center.black_font {
  color: var(--dark-grey);
  font-family: Liberationsans, Arial, sans-serif;
}

.image-span {
  background-image: url('../images/Screenshot-2025-03-31-170536.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 9.75vw;
  height: 6.5vw;
  display: inline-block;
}

.image-span-3 {
  background-image: url('../images/Screenshot-2025-03-31-170501.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 9.75vw;
  height: 6.5vw;
  display: inline-block;
}

.image-span-2 {
  background-image: url('../images/Screenshot-2025-03-31-170528.avif');
  background-position: 50%;
  background-size: auto 100%;
  width: 5.5vw;
  height: 6.5vw;
  display: inline-block;
}

.image-span-4 {
  background-image: url('../images/Screenshot-2025-03-31-170518.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 9.75vw;
  height: 6.5vw;
  display: inline-block;
}

._12-5vw-title {
  text-align: left;
  letter-spacing: -.7vw;
  font-family: Freesans, Arial, sans-serif;
  font-size: 12.5vw;
  line-height: .8;
  display: block;
  position: relative;
}

._12-5vw-title._0-4vw-left-margin {
  margin-left: 1.5vw;
}

._2vw-text {
  margin-bottom: 0;
  font-size: 2vw;
  line-height: 1.3;
}

.horizontal-line {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: relative;
}

.work-effect-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.work-effect-container.archive {
  letter-spacing: -.1vw;
  grid-template-rows: auto;
  grid-template-columns: 6vw 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  display: grid;
}

._7-5vw-title {
  letter-spacing: -.1vw;
  font-family: Freesans, Arial, sans-serif;
  font-size: 7.5vw;
  line-height: .9;
  position: relative;
}

._7-5vw-title.newcolour {
  color: var(--purple);
}

.work-absolute-wrap {
  opacity: 0;
  width: 50vw;
  height: auto;
  display: none;
  position: absolute;
  top: -4.5vw;
  right: 0;
}

._2-5vw-text {
  font-family: Liberationsans, Arial, sans-serif;
  font-size: 2.5vw;
  line-height: 1;
}

._2-5vw-text.relative {
  font-family: Liberationsans, Arial, sans-serif;
  position: relative;
}

._2-5vw-text.newcolour {
  color: var(--purple);
}

.awards-row {
  grid-column-gap: 10vw;
  grid-row-gap: .375vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3vw;
  display: grid;
}

._1vw-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1vw;
  display: inline;
}

.h1-title.s-margin._404 {
  color: var(--yellow);
}

.h1-title.center {
  color: var(--white);
  font-family: Freesans, Arial, sans-serif;
}

.s-margin {
  margin-bottom: 1.5vw;
}

.m-margin {
  margin-bottom: 3vw;
}

.l-margin {
  margin-bottom: 4.5vw;
}

.top-margin {
  margin-top: 33vh;
}

.info-box {
  z-index: 100;
  background-color: var(--brown);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.info-paragraph {
  font-size: 13px;
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

.close-icon-wrap {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 5px;
  display: flex;
  position: absolute;
  right: 5vw;
}

._1-column-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.templates-faqs-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.templates-faqs-grid.align-start {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  align-items: start;
}

.template-faq-card {
  border: 1px solid var(--white);
  flex-direction: column;
  align-items: center;
  padding: 3vw;
}

.link-span {
  color: var(--brown);
}

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

.color-square {
  border-radius: 100%;
  width: 100%;
  padding-top: 100%;
}

.color-square.white {
  background-color: var(--white);
}

.color-square.blue {
  background-color: #0071e3;
  background-color: var(--cadet-blue);
}

.color-square.red {
  background-color: var(--brown);
}

.color-square.grey {
  background-color: var(--dark-grey);
}

.style-guide-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.text-link {
  font-family: Liberationsans, Arial, sans-serif;
}

.style-guide-elements-grid {
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.utilities-grid {
  grid-column-gap: 10px;
  border-top: 1px solid var(--white);
  grid-template: "."
  / 4.5vw 1fr 1fr auto;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  display: grid;
}

.utilities-grid.last {
  border-bottom: 1px solid var(--white);
}

._9-25vw-title {
  letter-spacing: -.5vw;
  font-family: Freesans, Arial, sans-serif;
  font-size: 9.25vw;
  line-height: .85;
}

._9-25vw-title.subtitle {
  color: var(--dark-blue);
  margin-bottom: 0;
}

._9-25vw-title.subtitle.featured-projects {
  color: var(--white);
  text-align: left;
}

._9-25vw-title.subtitle.featured-projects.clients {
  padding-bottom: 0;
  display: none;
}

._9-25vw-title.main_title {
  text-align: center;
  font-size: 15vw;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 20vw;
  margin-bottom: 0;
  display: flex;
}

._404-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 5vw;
  display: flex;
}

.utilities-container {
  background-color: var(--light-brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hide {
  display: none;
}

.input {
  border: 1px solid var(--dark-grey);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  height: 48px;
  margin-bottom: 1vw;
  font-size: 10px;
  transition: border-color .3s;
}

.input:hover, .input:active, .input:focus {
  border-color: var(--white);
}

.input::placeholder {
  color: var(--dark-grey);
}

.hide-on-desktop {
  display: none;
}

.text-wrap {
  flex-direction: column;
  align-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-pic {
  background-color: var(--cadet-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16vw;
  height: 16vw;
  margin-bottom: 3vw;
  display: flex;
  overflow: hidden;
}

.social-links-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-link {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.2vw;
  min-width: 35px;
  height: 3.2vw;
  min-height: 35px;
  padding: 1vw;
  transition: box-shadow .3s ease-out;
  display: flex;
  box-shadow: inset 0 0 0 1px #fff6;
}

.social-link:hover {
  box-shadow: inset 0 0 0 1px #fff;
}

.center {
  text-align: center;
}

.all-caps-span {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1vw;
}

.absolute-pic {
  background-image: url('../images/pexels-ron-lach-9604190.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.inline-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  display: inline;
}

.about-content {
  grid-column-gap: 4vw;
  grid-row-gap: 1.5vw;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.contact-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flowyak-banner {
  z-index: 2147483647;
  background-color: var(--purple);
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 12rem;
  padding: 1.25rem;
  display: flex;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.close-banner {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.banner-text {
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.flowyak-banner-button {
  background-color: var(--cadet-blue);
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  transition: background-color .3s;
  display: block;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: Freesans, Arial, sans-serif;
}

.body {
  background-color: var(--transparent);
}

.grid-audio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--yellow);
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 50vw;
  grid-auto-flow: column;
}

.grid-audio.videdo {
  background-color: var(--purple);
}

.grid-video {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--purple);
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  display: none;
}

.linkblock_audio {
  text-decoration: none;
  display: block;
}

.text-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block.large-paragraph.large-paragraph-audio {
  color: var(--light-brown);
  margin-bottom: 0;
  padding-right: 8px;
  display: block;
}

.text-block.large-paragraph.large-paragraph-audio.large-paragraph-video {
  color: var(--white);
  text-align: right;
  padding-left: 8px;
  padding-right: 0;
}

.grid-a-sub {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.text-span, .text-span-2 {
  color: var(--black);
}

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

.image {
  width: 33vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: var(--dark-blue);
}

.video-2 {
  height: 100%;
}

.text-span-6, .text-span-7 {
  color: var(--yellow);
}

.body-2 {
  background-color: var(--black);
}

.body-2.holyburger {
  background-color: var(--purple);
}

.text-span-8 {
  color: var(--brown);
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  color: var(--yellow);
}

.image-2 {
  max-width: 100%;
}

.text-span-16, .text-span-17 {
  color: var(--dark-blue);
}

.body404 {
  background-color: var(--dark-blue);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5, h6 {
    font-size: 11px;
  }

  ul {
    font-size: 12px;
  }

  .all-caps-text {
    font-size: 9px;
  }

  .service-grid {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .small-paragraph {
    font-size: 12px;
  }

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

  .medium-paragraph {
    font-size: 14px;
  }

  .overflow-hidden._40vw-top-margin {
    margin-top: 52.5vw;
  }

  .xl-title, .project-number {
    font-size: 18vw;
  }

  .video-wrap {
    height: 60vh;
  }

  .play-button-hover-effect {
    width: 100px;
    height: 100px;
    padding: 15px;
  }

  .video-title {
    font-size: 72px;
    bottom: -24px;
  }

  .case-accordion-button {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .large-paragraph {
    font-size: 16px;
  }

  .large-paragraph.m-margin.max-width {
    max-width: 33vw;
  }

  .divider {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .project-info-wrap.centered {
    margin-top: 15px;
  }

  .work-item {
    grid-template-columns: 25px 1fr;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .year-text {
    font-size: 9px;
  }

  .hero {
    height: 60vh;
  }

  .circle {
    width: 60vw;
    height: 60vw;
  }

  ._6vw-title {
    font-size: 55px;
  }

  .image-span, .image-span-3 {
    width: 82.5px;
    height: 55px;
  }

  .image-span-2 {
    width: 46.5px;
    height: 55px;
  }

  .image-span-4 {
    width: 82.5px;
    height: 55px;
  }

  .work-absolute-wrap {
    width: 40vw;
  }

  .awards-row {
    margin-bottom: 30px;
  }

  ._1vw-text {
    font-size: 10px;
  }

  .s-margin {
    margin-bottom: 15px;
  }

  .m-margin {
    margin-bottom: 30px;
  }

  .l-margin {
    margin-bottom: 45px;
  }

  .template-faq-card {
    padding: 15px;
  }

  .text-link {
    font-size: 12px;
  }

  .style-guide-elements-grid {
    grid-row-gap: 15px;
  }

  .utility-page-content {
    width: 30vw;
  }

  .input {
    margin-bottom: 10px;
  }

  .text-wrap {
    max-width: 78vw;
  }

  .hero-pic {
    width: 145px;
    height: 145px;
  }

  .social-links-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .social-link {
    padding: 11px;
  }

  .all-caps-span {
    font-size: 10px;
  }

  .about-content {
    grid-column-gap: 4vw;
    grid-row-gap: 15px;
  }
}

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

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 16px;
  }

  ul {
    padding-left: 40px;
  }

  .grid._5vw-gap.mobile-gap {
    grid-row-gap: 30px;
  }

  .grid._2vw-gap {
    grid-row-gap: 20px;
  }

  .h4-title {
    font-size: 16px;
  }

  .overflow-hidden._40vw-top-margin {
    margin-top: 0;
  }

  .xl-title, .project-number {
    font-size: 16vw;
  }

  .align-left.vertically.m-margin {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .video-title {
    font-size: 56px;
    bottom: -18px;
  }

  .large-paragraph.m-margin.max-width {
    max-width: 44vw;
  }

  .logo {
    width: 25px;
  }

  .hero {
    height: 100vh;
  }

  ._21vw-text {
    font-size: 23vw;
  }

  .trophy {
    width: 70%;
  }

  ._6vw-title {
    font-size: 48px;
  }

  .image-span, .image-span-3 {
    width: 72px;
    height: 48px;
  }

  .image-span-2 {
    width: 40.5px;
    height: 48px;
  }

  .image-span-4 {
    width: 72px;
    height: 48px;
  }

  ._2vw-text {
    font-size: 14px;
  }

  .work-effect-container.archive {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .awards-row {
    margin-bottom: 20px;
  }

  .s-margin {
    margin-bottom: 10px;
  }

  .m-margin {
    margin-bottom: 20px;
  }

  .l-margin {
    margin-bottom: 30px;
  }

  ._1-column-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .templates-faqs-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .utilities-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .utility-page-content {
    width: 40vw;
  }

  .utilities-container {
    padding: 45px;
  }

  .phone-margin-30px {
    margin-bottom: 30px;
  }

  .hide-on-landscape {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

  .text-wrap {
    max-width: 80vw;
  }

  .hero-pic {
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 15px;
    font-size: 11px;
  }

  .section.full-screen {
    height: auto;
  }

  .section.section-showcase.setion-mobile {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50vw;
  }

  ._25-width.mobilewidth {
    width: 50vw;
  }

  .grid.phone-gap {
    grid-row-gap: 20px;
  }

  .service-grid {
    grid-template-columns: 8vw 1fr auto;
  }

  .small-paragraph {
    font-size: 11px;
  }

  .left-column {
    width: 100%;
  }

  .slider {
    height: auto;
  }

  .medium-paragraph {
    font-size: 13px;
  }

  .split-screen {
    flex-direction: column;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .right-column {
    width: 100%;
    min-height: 360px;
  }

  .project-number {
    display: none;
  }

  .video-wrap {
    height: 30vh;
    min-height: 250px;
  }

  .video-title {
    font-size: 48px;
  }

  ._85-width.cover {
    width: 100%;
    position: static;
  }

  .accordion-grid {
    grid-row-gap: 30px;
    grid-template-rows: 75vw;
    grid-template-columns: 1fr;
    grid-auto-rows: 30vw;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .large-paragraph {
    font-size: 15px;
  }

  .large-paragraph.m-margin.max-width {
    max-width: none;
  }

  .work-item {
    grid-template-columns: 40px 1fr;
  }

  .work-name {
    font-size: 11vw;
  }

  .year-text {
    font-size: 11px;
  }

  .work-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hide-on-portrait {
    display: none;
  }

  .hero {
    height: 60vh;
  }

  ._4-5vw-title {
    font-size: 24px;
  }

  .trophy {
    width: 90%;
    margin-top: 20px;
  }

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

  ._6vw-title {
    font-size: 27px;
  }

  .image-span, .image-span-3 {
    width: 54px;
    height: 27px;
  }

  .image-span-2 {
    width: 30.5px;
    height: 27px;
  }

  .image-span-4 {
    width: 54px;
    height: 27px;
  }

  .work-absolute-wrap {
    right: 0;
  }

  ._2-5vw-text {
    font-size: 12px;
  }

  .info-box {
    justify-content: flex-start;
  }

  .info-paragraph {
    font-size: 12px;
  }

  .close-icon-wrap {
    width: 22px;
    height: 22px;
    right: 10px;
  }

  .templates-faqs-grid {
    grid-template-columns: 1fr;
  }

  .text-link {
    font-size: 11px;
  }

  .utility-page-content {
    width: 85%;
  }

  .utilities-container {
    padding: 40px;
  }

  .portrait-margin-15px {
    margin-bottom: 15px;
  }

  .text-wrap {
    max-width: 100%;
  }

  .social-links-grid {
    align-self: center;
  }

  .absolute-pic {
    padding-top: 150%;
    position: static;
  }

  .about-content {
    grid-row-gap: 15px;
  }

  .text-block.large-paragraph.large-paragraph-audio {
    margin-bottom: 0;
  }
}

#w-node-_7704b36e-c66a-6d80-c5c7-b60a9c87ea6c-4c4508ad {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7704b36e-c66a-6d80-c5c7-b60a9c87ea6e-4c4508ad {
  grid-area: 2 / 3 / 3 / 13;
}

#w-node-_7704b36e-c66a-6d80-c5c7-b60a9c87ea70-4c4508ad {
  grid-area: 3 / 4 / 4 / 13;
}

#w-node-_3d35d79a-7ec8-f09b-a313-fe650ea1bcfe-4c4508ad {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-_7704b36e-c66a-6d80-c5c7-b60a9c87ea76-4c4508ad {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_8d7cb04d-043e-4b0a-d598-f2f6422988fa-4c4508ad {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_94d57487-9465-2862-47d2-cd6f525f65b5-4c4508ad {
  grid-area: 2 / 1 / 6 / 3;
  justify-self: start;
}

#w-node-_327daecc-96db-c9b0-7215-3fa5da3c091e-4c4508ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_89bc7022-05a5-afe8-a3cb-7a90e11a765f-4c4508ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c62527f-bdd3-e8b9-9d9e-fb7fb49cd7a4-4c4508ad {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-fc330360-9a93-a2fc-7bca-d352ed8a840a-4c4508ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc330360-9a93-a2fc-7bca-d352ed8a840d-4c4508ad {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_4dbfacc7-4add-da3c-fb93-f40b5cbab461-4c4508ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dbfacc7-4add-da3c-fb93-f40b5cbab463-4c4508ad {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_9c03a499-c79a-d87d-6289-78da18495ab5-4c4508ad {
  grid-area: 2 / 2 / 6 / 3;
  justify-self: start;
}

#w-node-_9c03a499-c79a-d87d-6289-78da18495ab6-4c4508ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9c03a499-c79a-d87d-6289-78da18495abc-4c4508ad {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_9c03a499-c79a-d87d-6289-78da18495ab9-4c4508ad, #w-node-_9c03a499-c79a-d87d-6289-78da18495ac0-4c4508ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9c03a499-c79a-d87d-6289-78da18495ac2-4c4508ad {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_9c03a499-c79a-d87d-6289-78da18495ac6-4c4508ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9c03a499-c79a-d87d-6289-78da18495ac8-4c4508ad {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_981dc91d-495c-26b4-4462-27e5e3bd3667-4c4508ad {
  grid-area: 1 / 2 / 6 / 3;
  justify-self: auto;
}

#w-node-_7969e25e-8f4f-8181-9469-ce3f93169d1f-4c4508ad {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_9d2f2de3-6fbf-62cc-99af-5c3e34657f95-4c4508ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_9d2f2de3-6fbf-62cc-99af-5c3e34657f98-4c4508ad {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_9d2f2de3-6fbf-62cc-99af-5c3e34657f96-4c4508ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4e3f2f-1184-3e97-ae27-a79168717be5-4c4508ad {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_7c4e3f2f-1184-3e97-ae27-a79168717be8-4c4508ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c4e3f2f-1184-3e97-ae27-a79168717be9-4c4508ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7c4e3f2f-1184-3e97-ae27-a79168717beb-4c4508ad, #w-node-_7c4e3f2f-1184-3e97-ae27-a79168717bed-4c4508ad, #w-node-_7c4e3f2f-1184-3e97-ae27-a79168717bef-4c4508ad, #w-node-_7c4e3f2f-1184-3e97-ae27-a79168717bf1-4c4508ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_438b51c7-edae-07c2-4b55-be6ef9066420-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066422-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066424-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066426-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066428-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef906642a-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef906642c-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef906642e-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066430-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066432-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066434-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066436-f906641f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4aa0bd5e-2719-e87f-b0ec-12423c17ccfa-3c17ccf6 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4aa0bd5e-2719-e87f-b0ec-12423c17ccfd-3c17ccf6 {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-_4aa0bd5e-2719-e87f-b0ec-12423c17cd04-3c17ccf6 {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_4aa0bd5e-2719-e87f-b0ec-12423c17cd0b-3c17ccf6 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_4aa0bd5e-2719-e87f-b0ec-12423c17cd18-3c17ccf6 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-af34fd6d-f1b7-66bd-f862-a544d0d8158b-3c17ccf6, #w-node-_85b99c5c-cf2f-0d5f-97da-5825a59195ea-3c17ccf6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2c042491-843c-7e1e-c7dc-a64286ad6b6d-86ad6b69 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2c042491-843c-7e1e-c7dc-a64286ad6b71-86ad6b69 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_941dbc65-462b-0abc-9d53-4b0c92fcc073-4c4508b8, #w-node-_941dbc65-462b-0abc-9d53-4b0c92fcc076-4c4508b8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_941dbc65-462b-0abc-9d53-4b0c92fcc078-4c4508b8 {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-_1fcebb12-0cde-7037-97d9-425374bcff4d-4c4508b8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_1fcebb12-0cde-7037-97d9-425374bcff4f-4c4508b8 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d2160e89-1754-5f2a-bbbc-c23c6814302d-4c4508b8 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-d8b8769a-f7fd-3d4b-7264-441fd1675aa6-4c4508b8 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_16c76af5-d6ad-e15a-aab2-8773b1cb5159-4c4508b8, #w-node-d8b8769a-f7fd-3d4b-7264-441fd1675aaa-4c4508b8 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_9f8031f6-307d-530b-c511-bf3e219eb4d5-4c4508b8 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_9f8031f6-307d-530b-c511-bf3e219eb4d6-4c4508b8 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: center;
}

#w-node-c19a288a-d6ff-0774-31f5-eb54bf7feaa5-4c4508b8, #w-node-c19a288a-d6ff-0774-31f5-eb54bf7feaae-4c4508b8, #w-node-c19a288a-d6ff-0774-31f5-eb54bf7feab8-4c4508b8, #w-node-c19a288a-d6ff-0774-31f5-eb54bf7feac1-4c4508b8, #w-node-c19a288a-d6ff-0774-31f5-eb54bf7feacb-4c4508b8, #w-node-c19a288a-d6ff-0774-31f5-eb54bf7fead4-4c4508b8, #w-node-c19a288a-d6ff-0774-31f5-eb54bf7feae4-4c4508b8, #w-node-c19a288a-d6ff-0774-31f5-eb54bf7feaed-4c4508b8, #w-node-c19a288a-d6ff-0774-31f5-eb54bf7feaf7-4c4508b8, #w-node-c19a288a-d6ff-0774-31f5-eb54bf7feb00-4c4508b8, #w-node-c19a288a-d6ff-0774-31f5-eb54bf7feb0a-4c4508b8, #w-node-c19a288a-d6ff-0774-31f5-eb54bf7feb13-4c4508b8 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_726b02c9-5440-22c1-fa7c-205f273ce37a-4c4508ba, #w-node-_726b02c9-5440-22c1-fa7c-205f273ce378-4c4508ba {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_879e5e1e-5e15-96bb-59b1-2db982afd6c4-4c4508bb {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-dca8bd21-a8f6-2924-4500-d07e53ad9615-53ad9613 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dca8bd21-a8f6-2924-4500-d07e53ad9617-53ad9613, #w-node-dca8bd21-a8f6-2924-4500-d07e53ad961c-53ad9613, #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9621-53ad9613, #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9626-53ad9613 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dca8bd21-a8f6-2924-4500-d07e53ad962c-53ad9613 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-dca8bd21-a8f6-2924-4500-d07e53ad9631-53ad9613 {
  grid-area: 2 / 7 / 3 / 9;
}

#w-node-dca8bd21-a8f6-2924-4500-d07e53ad9636-53ad9613 {
  grid-area: 2 / 9 / 3 / 11;
}

#w-node-dca8bd21-a8f6-2924-4500-d07e53ad963b-53ad9613 {
  grid-area: 2 / 11 / 3 / 13;
}

#w-node-dca8bd21-a8f6-2924-4500-d07e53ad9640-53ad9613 {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-dca8bd21-a8f6-2924-4500-d07e53ad9645-53ad9613 {
  grid-area: 3 / 7 / 4 / 9;
}

#w-node-dca8bd21-a8f6-2924-4500-d07e53ad964f-53ad9613 {
  grid-area: 3 / 11 / 4 / 13;
}

#w-node-dca8bd21-a8f6-2924-4500-d07e53ad964a-53ad9613 {
  grid-area: 3 / 9 / 4 / 11;
}

#w-node-_82850a93-beae-ad2a-9157-45dfc16a395f-c16a395d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_82850a93-beae-ad2a-9157-45dfc16a3961-c16a395d {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_0418c389-fcaf-a2ba-e4bc-f4c0719edce4-719edcd5 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-c5f63c43-e2e6-14a5-1a89-641c6902e5a9-4c4508bc {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-c5f63c43-e2e6-14a5-1a89-641c6902e5ab-4c4508bc {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_7b3f2442-ae47-8a33-ccda-732bf1ea82a0-4c4508bc {
  grid-area: span 2 / span 12 / span 2 / span 12;
  justify-self: center;
}

#w-node-c32a716e-0eb9-4fe6-76f1-d318783991dc-4c4508bc {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-c32a716e-0eb9-4fe6-76f1-d318783991dd-4c4508bc {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-c32a716e-0eb9-4fe6-76f1-d318783991de-4c4508bc {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-c32a716e-0eb9-4fe6-76f1-d318783991df-4c4508bc {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-be5d8c2f-bfed-1a52-e15a-1cd25a002dfd-4c4508bc {
  grid-area: span 2 / span 12 / span 2 / span 12;
  justify-self: center;
}

#w-node-_9f1ef04d-3531-49a0-f451-a058435538d9-4c4508bc {
  grid-area: 1 / 1 / 3 / 13;
  justify-self: center;
}

#w-node-_7b8f24ab-9a85-5e4a-2018-28b134147c1c-4c4508bd {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-_7b8f24ab-9a85-5e4a-2018-28b134147c1e-4c4508bd {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-_7b8f24ab-9a85-5e4a-2018-28b134147c20-4c4508bd {
  grid-area: 3 / 6 / 4 / 15;
}

#w-node-_7b8f24ab-9a85-5e4a-2018-28b134147c22-4c4508bd {
  grid-area: 4 / 4 / 5 / 13;
}

#w-node-_022f52d1-0257-5c25-8260-8356670e58a7-4c4508bd {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_022f52d1-0257-5c25-8260-8356670e58b9-4c4508bd {
  grid-area: 3 / 4 / 4 / 13;
}

#w-node-_022f52d1-0257-5c25-8260-8356670e58aa-4c4508bd {
  grid-area: 2 / 2 / 3 / 13;
}

#w-node-a2fc195d-9c58-8813-bb0b-399fe972137c-4c4508bd {
  grid-area: 4 / 2 / 5 / 13;
}

#w-node-_2ff053a9-9acc-40ae-5618-863b8d4fd3c9-4c4508bd {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_13106be0-c3b1-4cb1-da1c-718ecb6f65d7-4c4508bd, #w-node-_5ff7f990-b43d-38e3-d1ca-05c71dfb3feb-4c4508bd, #w-node-_49eec3c3-493c-13e1-f26e-930d22bbec2b-4c4508bd, #w-node-_49eec3c3-493c-13e1-f26e-930d22bbec41-4c4508bd {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-_5c6c0e3e-5fda-b5c5-ff05-70e9af160e16-4c4508bd, #w-node-_06b03803-84fb-2cee-63d6-4bb5162a521c-4c4508bd {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_8f8f5638-2d3c-4bf6-9424-82c7c0aa7fdf-4c4508c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a097d8a7-fabd-29d1-f0de-2ff0de9d87fa-4c4508c2, #w-node-a097d8a7-fabd-29d1-f0de-2ff0de9d87fc-4c4508c2 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a097d8a7-fabd-29d1-f0de-2ff0de9d87fe-4c4508c2 {
  grid-area: 3 / 3 / 4 / 13;
}

#w-node-ae007a55-7fbe-4bbc-65a5-43fae317f41e-4c4508c2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-ae007a55-7fbe-4bbc-65a5-43fae317f420-4c4508c2 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_6eca066d-ab85-f7b6-dd65-18b574f3ee36-4c4508c2 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-b5639d5a-0111-177c-fc01-c9f60fa34a4f-4c4508c2 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-b5639d5a-0111-177c-fc01-c9f60fa34a53-4c4508c2 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_21896f7f-ad25-1658-b219-78a831930e7a-4c4508c2 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_21896f7f-ad25-1658-b219-78a831930e7b-4c4508c2 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: center;
}

#w-node-_21896f7f-ad25-1658-b219-78a831930e7d-4c4508c2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf0f8805-a253-ab82-b2ed-a9d64dfeb815-4c4508c2 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-bf0f8805-a253-ab82-b2ed-a9d64dfeb81c-4c4508c2 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_4bfb79d5-2346-f83f-6f35-77f50ca36548-4c4508c2 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_4bfb79d5-2346-f83f-6f35-77f50ca36549-4c4508c2 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: center;
}

#w-node-_4bfb79d5-2346-f83f-6f35-77f50ca3654b-4c4508c2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa7ae063-a045-78f7-dee7-fe1938bfb070-4c4508c2 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-fa7ae063-a045-78f7-dee7-fe1938bfb077-4c4508c2 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_25831fe2-b290-897f-9835-8ae6b576da07-4c4508c3, #w-node-_25831fe2-b290-897f-9835-8ae6b576da09-4c4508c3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_25831fe2-b290-897f-9835-8ae6b576da0b-4c4508c3 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_6f3456f8-046f-8adf-91ed-956c69680880-4c4508c3 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-cc85aae0-8bad-b47d-7ba4-5ce34947516c-4c4508c3 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-bf2c46ce-b80b-4147-5a88-33981437fea4-4c4508c3 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-bf2c46ce-b80b-4147-5a88-33981437feab-4c4508c3, #w-node-_411f213b-02f0-bddd-55af-219fc2cac606-4c4508c3 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_411f213b-02f0-bddd-55af-219fc2cac60c-4c4508c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_411f213b-02f0-bddd-55af-219fc2cac60d-4c4508c3 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_411f213b-02f0-bddd-55af-219fc2cac614-4c4508c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_411f213b-02f0-bddd-55af-219fc2cac615-4c4508c3 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_411f213b-02f0-bddd-55af-219fc2cac61c-4c4508c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_411f213b-02f0-bddd-55af-219fc2cac61d-4c4508c3 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_411f213b-02f0-bddd-55af-219fc2cac624-4c4508c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_411f213b-02f0-bddd-55af-219fc2cac625-4c4508c3 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_411f213b-02f0-bddd-55af-219fc2cac62c-4c4508c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_411f213b-02f0-bddd-55af-219fc2cac62d-4c4508c3 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-efb04eca-317d-f0b8-0272-6905039899ed-4c4508c9, #w-node-f21199aa-7aee-3869-ba63-d3585c1095ff-4c4508c9 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b04b0ee0-e870-dee3-1c88-30b46ea9fbf6-4c4508c9, #w-node-_08a87d23-f967-fbeb-8f02-0778753fa09b-4c4508c9, #w-node-_79fa752d-84c4-8719-778d-546b81b7e351-4c4508c9, #w-node-afc6c9af-cd90-4d77-ab04-c02d8691756c-4c4508c9, #w-node-_582a89ea-0220-baf4-761e-69b3b5877ce3-4c4508c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_89bc7022-05a5-afe8-a3cb-7a90e11a765f-4c4508ad, #w-node-fc330360-9a93-a2fc-7bca-d352ed8a840a-4c4508ad, #w-node-_4dbfacc7-4add-da3c-fb93-f40b5cbab461-4c4508ad {
    grid-column: span 1 / span 1;
    align-self: end;
  }

  #w-node-_9c03a499-c79a-d87d-6289-78da18495ab9-4c4508ad, #w-node-_9c03a499-c79a-d87d-6289-78da18495ac0-4c4508ad, #w-node-_9c03a499-c79a-d87d-6289-78da18495ac6-4c4508ad {
    grid-column: span 1 / span 1;
  }

  #w-node-_9d2f2de3-6fbf-62cc-99af-5c3e34657f96-4c4508ad {
    grid-column: span 4 / span 4;
  }

  #w-node-_7c4e3f2f-1184-3e97-ae27-a79168717be9-4c4508ad, #w-node-_7c4e3f2f-1184-3e97-ae27-a79168717beb-4c4508ad, #w-node-_7c4e3f2f-1184-3e97-ae27-a79168717bed-4c4508ad, #w-node-_7c4e3f2f-1184-3e97-ae27-a79168717bef-4c4508ad, #w-node-_7c4e3f2f-1184-3e97-ae27-a79168717bf1-4c4508ad {
    grid-column: span 1 / span 1;
  }

  #w-node-_438b51c7-edae-07c2-4b55-be6ef9066420-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066422-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066424-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066426-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066428-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef906642a-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef906642c-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef906642e-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066430-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066432-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066434-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066436-f906641f {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4aa0bd5e-2719-e87f-b0ec-12423c17ccfd-3c17ccf6 {
    grid-column-end: 11;
  }

  #w-node-_4aa0bd5e-2719-e87f-b0ec-12423c17cd04-3c17ccf6 {
    grid-area: 3 / 7 / 4 / 11;
    justify-self: auto;
  }

  #w-node-_4aa0bd5e-2719-e87f-b0ec-12423c17cd18-3c17ccf6 {
    grid-row: 4 / 5;
  }

  #w-node-_2c042491-843c-7e1e-c7dc-a64286ad6b6d-86ad6b69 {
    grid-column-start: 4;
  }

  #w-node-_2c042491-843c-7e1e-c7dc-a64286ad6b71-86ad6b69 {
    grid-column: 7 / 10;
  }

  #w-node-d2160e89-1754-5f2a-bbbc-c23c6814302b-4c4508b8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d8b8769a-f7fd-3d4b-7264-441fd1675aa6-4c4508b8 {
    grid-column-start: 4;
  }

  #w-node-_16c76af5-d6ad-e15a-aab2-8773b1cb5159-4c4508b8 {
    grid-row: 2 / 3;
    grid-column-start: 4;
  }

  #w-node-d8b8769a-f7fd-3d4b-7264-441fd1675aaa-4c4508b8 {
    grid-column: 7 / 10;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9617-53ad9613, #w-node-dca8bd21-a8f6-2924-4500-d07e53ad961c-53ad9613 {
    grid-column: span 4 / span 4;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9621-53ad9613 {
    grid-area: 5 / 9 / 6 / 13;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9626-53ad9613 {
    grid-area: 5 / 5 / 6 / 9;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad962c-53ad9613 {
    grid-column-end: 9;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9631-53ad9613 {
    grid-column: 9 / 13;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9636-53ad9613 {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad963b-53ad9613 {
    grid-row: 3 / 4;
    grid-column-start: 9;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9640-53ad9613 {
    grid-row: 4 / 5;
    grid-column-end: 9;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9645-53ad9613 {
    grid-area: 4 / 9 / 5 / 13;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad964f-53ad9613 {
    grid-area: 6 / 5 / 7 / 9;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad964a-53ad9613 {
    grid-row: 6 / 7;
    grid-column-end: 13;
  }

  #w-node-_0418c389-fcaf-a2ba-e4bc-f4c0719edce0-719edcd5, #w-node-_6eca066d-ab85-f7b6-dd65-18b574f3ee34-4c4508c2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b5639d5a-0111-177c-fc01-c9f60fa34a4f-4c4508c2 {
    grid-column-start: 4;
  }

  #w-node-b5639d5a-0111-177c-fc01-c9f60fa34a53-4c4508c2 {
    grid-column: 7 / 10;
  }

  #w-node-_411f213b-02f0-bddd-55af-219fc2cac60d-4c4508c3, #w-node-_411f213b-02f0-bddd-55af-219fc2cac615-4c4508c3, #w-node-_411f213b-02f0-bddd-55af-219fc2cac61d-4c4508c3, #w-node-_411f213b-02f0-bddd-55af-219fc2cac625-4c4508c3, #w-node-_411f213b-02f0-bddd-55af-219fc2cac62d-4c4508c3 {
    grid-column-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7704b36e-c66a-6d80-c5c7-b60a9c87ea6e-4c4508ad, #w-node-_7704b36e-c66a-6d80-c5c7-b60a9c87ea76-4c4508ad {
    grid-column-start: 4;
  }

  #w-node-_94d57487-9465-2862-47d2-cd6f525f65b5-4c4508ad {
    grid-row-end: 3;
    grid-column-end: 3;
  }

  #w-node-_327daecc-96db-c9b0-7215-3fa5da3c091e-4c4508ad {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-ed386c1f-714e-0119-d565-d0c3bc4fe2bc-4c4508ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_89bc7022-05a5-afe8-a3cb-7a90e11a765f-4c4508ad {
    grid-column: span 1 / span 1;
    align-self: end;
  }

  #w-node-_6c62527f-bdd3-e8b9-9d9e-fb7fb49cd7a4-4c4508ad {
    place-self: end start;
  }

  #w-node-fc330360-9a93-a2fc-7bca-d352ed8a8409-4c4508ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fc330360-9a93-a2fc-7bca-d352ed8a840a-4c4508ad {
    grid-column: span 1 / span 1;
  }

  #w-node-_4dbfacc7-4add-da3c-fb93-f40b5cbab460-4c4508ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4dbfacc7-4add-da3c-fb93-f40b5cbab461-4c4508ad {
    grid-column: span 1 / span 1;
  }

  #w-node-_9c03a499-c79a-d87d-6289-78da18495ab5-4c4508ad {
    grid-column: 1 / 3;
    grid-row-start: 3;
  }

  #w-node-_9c03a499-c79a-d87d-6289-78da18495ab6-4c4508ad {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_9c03a499-c79a-d87d-6289-78da18495ab8-4c4508ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9c03a499-c79a-d87d-6289-78da18495ab9-4c4508ad {
    grid-column: span 1 / span 1;
  }

  #w-node-_9c03a499-c79a-d87d-6289-78da18495abf-4c4508ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9c03a499-c79a-d87d-6289-78da18495ac0-4c4508ad {
    grid-column: span 1 / span 1;
  }

  #w-node-_9c03a499-c79a-d87d-6289-78da18495ac5-4c4508ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9c03a499-c79a-d87d-6289-78da18495ac6-4c4508ad {
    grid-column: span 1 / span 1;
  }

  #w-node-_9d2f2de3-6fbf-62cc-99af-5c3e34657f96-4c4508ad {
    grid-column: span 12 / span 12;
  }

  #w-node-_7c4e3f2f-1184-3e97-ae27-a79168717be9-4c4508ad, #w-node-_7c4e3f2f-1184-3e97-ae27-a79168717beb-4c4508ad, #w-node-_7c4e3f2f-1184-3e97-ae27-a79168717bed-4c4508ad, #w-node-_7c4e3f2f-1184-3e97-ae27-a79168717bef-4c4508ad, #w-node-_7c4e3f2f-1184-3e97-ae27-a79168717bf1-4c4508ad {
    grid-column: span 1 / span 1;
  }

  #w-node-_438b51c7-edae-07c2-4b55-be6ef9066420-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066422-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066424-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066426-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066428-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef906642a-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef906642c-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef906642e-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066430-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066432-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066434-f906641f, #w-node-_438b51c7-edae-07c2-4b55-be6ef9066436-f906641f {
    grid-column: span 12 / span 12;
  }

  #w-node-_4aa0bd5e-2719-e87f-b0ec-12423c17ccfd-3c17ccf6 {
    grid-column-end: 13;
  }

  #w-node-_4aa0bd5e-2719-e87f-b0ec-12423c17cd04-3c17ccf6 {
    grid-row: 3 / 4;
    grid-column-start: 7;
  }

  #w-node-_4aa0bd5e-2719-e87f-b0ec-12423c17cd0b-3c17ccf6 {
    grid-row: 4 / 5;
    grid-column-end: 4;
  }

  #w-node-_4aa0bd5e-2719-e87f-b0ec-12423c17cd18-3c17ccf6 {
    grid-row: 4 / 5;
  }

  #w-node-_2c042491-843c-7e1e-c7dc-a64286ad6b6d-86ad6b69 {
    grid-column: 7 / 13;
  }

  #w-node-_2c042491-843c-7e1e-c7dc-a64286ad6b71-86ad6b69 {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-d2160e89-1754-5f2a-bbbc-c23c6814302d-4c4508b8 {
    grid-row: 3 / 4;
  }

  #w-node-d8b8769a-f7fd-3d4b-7264-441fd1675aa6-4c4508b8, #w-node-_16c76af5-d6ad-e15a-aab2-8773b1cb5159-4c4508b8 {
    grid-column: 7 / 13;
  }

  #w-node-d8b8769a-f7fd-3d4b-7264-441fd1675aaa-4c4508b8 {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-_726b02c9-5440-22c1-fa7c-205f273ce37a-4c4508ba {
    grid-column: span 12 / span 12;
  }

  #w-node-_726b02c9-5440-22c1-fa7c-205f273ce378-4c4508ba {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_879e5e1e-5e15-96bb-59b1-2db982afd6c2-4c4508bb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_879e5e1e-5e15-96bb-59b1-2db982afd6c4-4c4508bb {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9615-53ad9613 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9617-53ad9613 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad961c-53ad9613 {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9621-53ad9613 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9626-53ad9613 {
    grid-area: 2 / 7 / 3 / 13;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad962c-53ad9613 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9631-53ad9613 {
    grid-area: 3 / 7 / 4 / 13;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9636-53ad9613 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad963b-53ad9613 {
    grid-area: 4 / 7 / 5 / 13;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9640-53ad9613 {
    grid-area: 5 / 1 / 6 / 7;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad9645-53ad9613 {
    grid-area: 5 / 7 / 6 / 13;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad964f-53ad9613 {
    grid-column: 7 / 13;
  }

  #w-node-dca8bd21-a8f6-2924-4500-d07e53ad964a-53ad9613 {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-_82850a93-beae-ad2a-9157-45dfc16a3961-c16a395d {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_0418c389-fcaf-a2ba-e4bc-f4c0719edce4-719edcd5 {
    grid-row: 3 / 4;
  }

  #w-node-_8f8f5638-2d3c-4bf6-9424-82c7c0aa7fd8-4c4508c0, #w-node-_8f8f5638-2d3c-4bf6-9424-82c7c0aa7fee-4c4508c0, #w-node-_8f8f5638-2d3c-4bf6-9424-82c7c0aa8004-4c4508c0, #w-node-_8f8f5638-2d3c-4bf6-9424-82c7c0aa801a-4c4508c0, #w-node-_8f8f5638-2d3c-4bf6-9424-82c7c0aa8030-4c4508c0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6eca066d-ab85-f7b6-dd65-18b574f3ee36-4c4508c2 {
    grid-row: 3 / 4;
  }

  #w-node-b5639d5a-0111-177c-fc01-c9f60fa34a4f-4c4508c2 {
    grid-column: 7 / 13;
  }

  #w-node-b5639d5a-0111-177c-fc01-c9f60fa34a53-4c4508c2 {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-_6f3456f8-046f-8adf-91ed-956c69680880-4c4508c3 {
    grid-column-start: 4;
  }

  #w-node-cc85aae0-8bad-b47d-7ba4-5ce34947516c-4c4508c3 {
    grid-row: 1 / 2;
    grid-column-start: 4;
  }

  #w-node-bf2c46ce-b80b-4147-5a88-33981437fea4-4c4508c3 {
    grid-area: 2 / 4 / 3 / 13;
  }

  #w-node-bf2c46ce-b80b-4147-5a88-33981437feab-4c4508c3, #w-node-_411f213b-02f0-bddd-55af-219fc2cac606-4c4508c3 {
    grid-column-start: 4;
  }

  #w-node-_411f213b-02f0-bddd-55af-219fc2cac608-4c4508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_411f213b-02f0-bddd-55af-219fc2cac60d-4c4508c3 {
    grid-column-start: 1;
  }

  #w-node-_411f213b-02f0-bddd-55af-219fc2cac610-4c4508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_411f213b-02f0-bddd-55af-219fc2cac615-4c4508c3 {
    grid-column-start: 1;
  }

  #w-node-_411f213b-02f0-bddd-55af-219fc2cac618-4c4508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_411f213b-02f0-bddd-55af-219fc2cac61d-4c4508c3 {
    grid-column-start: 1;
  }

  #w-node-_411f213b-02f0-bddd-55af-219fc2cac620-4c4508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_411f213b-02f0-bddd-55af-219fc2cac625-4c4508c3 {
    grid-column-start: 1;
  }

  #w-node-_411f213b-02f0-bddd-55af-219fc2cac628-4c4508c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_411f213b-02f0-bddd-55af-219fc2cac62d-4c4508c3 {
    grid-column-start: 1;
  }

  #w-node-e0044ca2-6c64-45f3-faae-3a22ca20aa15-4c4508c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b04b0ee0-e870-dee3-1c88-30b46ea9fbf6-4c4508c9 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_08a87d23-f967-fbeb-8f02-0778753fa099-4c4508c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_08a87d23-f967-fbeb-8f02-0778753fa09b-4c4508c9 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_79fa752d-84c4-8719-778d-546b81b7e34f-4c4508c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_79fa752d-84c4-8719-778d-546b81b7e351-4c4508c9 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-afc6c9af-cd90-4d77-ab04-c02d8691756a-4c4508c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-afc6c9af-cd90-4d77-ab04-c02d8691756c-4c4508c9 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_582a89ea-0220-baf4-761e-69b3b5877ce1-4c4508c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_582a89ea-0220-baf4-761e-69b3b5877ce3-4c4508c9 {
    grid-area: 2 / 2 / 3 / 4;
  }
}


@font-face {
  font-family: 'Liberationsans';
  src: url('../fonts/LiberationSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Liberationsans';
  src: url('../fonts/LiberationSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Liberationsans';
  src: url('../fonts/LiberationSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Liberationsans';
  src: url('../fonts/LiberationSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Freesans';
  src: url('../fonts/FreeSans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Freesans';
  src: url('../fonts/FreeSansBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Freesans';
  src: url('../fonts/FreeSansOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Freesans';
  src: url('../fonts/FreeSansBoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}