:root {
  --white: #fefefe;
  --black: #0a0a0a;
  --grey: #eff3f5;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 74px;
  font-weight: 400;
  line-height: 92px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 400;
  line-height: 135%;
}

h3 {
  letter-spacing: .4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

blockquote {
  border-left: 4px solid var(--black);
  margin-bottom: 10px;
  padding: 24px 20px 24px 40px;
  font-size: 22px;
  line-height: 34px;
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.hero-home-a {
  padding-top: 300px;
  padding-bottom: 40px;
}

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

.section.awards-section {
  padding-bottom: 100px;
}

.section.gallery-home-a {
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
}

.section.footer {
  background-color: var(--black);
  color: var(--white);
  padding-bottom: 24px;
}

.section.whate-we-do-home-a {
  padding-top: 70px;
}

.section.hero-home-b {
  background-image: linear-gradient(#0a0a0a59, #0a0a0a59), url('../images/HeroImage_1HeroImage.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 110vh;
  min-height: 600px;
  max-height: 980px;
  padding-bottom: 18vh;
  display: flex;
  position: relative;
}

.section.subhero-home-b {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.quote-home-b {
  padding-top: 16px;
  padding-bottom: 100px;
}

.section.numbers {
  padding-top: 0;
  padding-bottom: 0;
}

.section.gallery-home-b {
  padding-top: 140px;
  padding-bottom: 0;
  position: relative;
}

.section.hero-home-c {
  padding-top: 200px;
}

.section.opening-animation {
  height: 400vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.projects-hero {
  padding-top: 180px;
  padding-bottom: 40px;
}

.section.small-bottom-padding {
  padding-bottom: 32px;
}

.section.projects-overview-projects-page {
  padding-top: 24px;
  padding-bottom: 70px;
}

.section.hero-studio-a {
  padding-top: 200px;
  padding-bottom: 120px;
}

.section.moving-gallery {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-studio-b {
  color: var(--white);
  background-image: linear-gradient(92deg, #000, #0a0a0a00), url('../images/StudioB_1StudioB.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 500px;
  padding-bottom: 80px;
}

.section.subhero-studio-b {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.big-image-section {
  background-image: url('../images/HeroImage_1HeroImage.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  min-height: 600px;
  max-height: 900px;
}

.section.text-blocks-studio-c {
  padding-top: 100px;
}

.section.resources-hero {
  color: var(--white);
  background-image: linear-gradient(92deg, #000, #0a0a0a00), url('../images/Resources_2Resources.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 400px;
  padding-bottom: 80px;
}

.section.project-template-hero {
  padding-top: 200px;
  padding-bottom: 70px;
}

.section.project-content, .section.gallery-project-template {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.legal-section {
  padding-top: 200px;
}

.section._404-hero {
  padding-top: 160px;
}

.section.template-hero {
  background-color: var(--black);
  color: var(--white);
  padding-top: 160px;
}

.section.hero-sales {
  padding-top: 180px;
  padding-bottom: 64px;
}

.section.sales-mockups {
  background-color: var(--grey);
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.included-section {
  padding-top: 120px;
  padding-bottom: 40px;
}

.section.pages-overview {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.section.black {
  color: #fefefe;
  background-color: #0a0a0a;
}

.section.about-sections {
  padding-top: 100px;
  padding-bottom: 40px;
}

.main-container {
  max-width: 1360px;
  padding-left: 24px;
  padding-right: 24px;
}

.no-padding-column {
  padding: 0;
}

.limit-1088 {
  width: 100%;
  max-width: 1088px;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  height: 72px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.transparent-navbar {
  background-color: #fefefe00;
  position: absolute;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.link-brand-navbar {
  align-items: center;
  height: 32px;
  display: flex;
}

.brand-navbar {
  max-width: none;
  height: 100%;
}

.wrap-hero-home-a {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 72px;
  display: flex;
}

.wrap-available {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.circle-available {
  background-color: var(--black);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.right-hero-home-a {
  max-width: 448px;
}

.subtitle {
  font-size: 28px;
  line-height: 40px;
}

.space-72 {
  height: 72px;
}

.wrap-video-background {
  background-color: var(--grey);
  padding: 80px;
}

.video-reel {
  z-index: 1;
  min-height: 590px;
}

.ligbtox-play-video {
  flex-direction: row;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto auto 32px 32px;
}

.flex-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.space-48 {
  height: 48px;
}

.grid-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.grid-halves.industry-halves {
  border-top: 1px solid var(--white);
  padding-top: 80px;
}

.grid-halves.services-list-grid {
  grid-row-gap: 80px;
}

.grid-halves.studio-c-numbers {
  margin-top: 40px;
}

.wrap-single-service {
  border-top: 1px solid var(--black);
  padding-top: 26px;
  padding-bottom: 26px;
}

.wrap-single-service.last-service {
  border-bottom: 1px solid #000;
}

.master-services-list {
  flex-direction: column;
  display: flex;
}

.wrap-moving-logos {
  align-items: stretch;
  width: 100vw;
  padding: 24px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inside-moving-logos {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  width: 200vw;
  display: flex;
}

.image-moving-logo {
  height: 39px;
}

.space-64 {
  height: 64px;
}

.gradient-logos {
  z-index: 2;
  background-image: linear-gradient(to right, var(--black), #0a0a0a00);
  width: 250px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-logos.right-gradient {
  background-image: linear-gradient(270deg, var(--black), #0a0a0a00);
  inset: 0% 0% 0% auto;
}

.limit-528 {
  width: 100%;
  max-width: 529px;
}

.space-32 {
  height: 32px;
}

.link-with-line {
  grid-row-gap: 6px;
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-with-line.white-link {
  color: var(--white);
}

.flex-cta-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.line-link {
  background-color: var(--black);
  width: 30%;
  height: 1px;
}

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

.space-80 {
  height: 80px;
}

.link-project-version-one {
  grid-row-gap: 32px;
  color: var(--black);
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-project-general {
  background-image: url('../images/6758871a8c9f21a480eb8367_Main-Ron-min.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 76%;
}

.image-project-general.home-c-projects-general {
  background-image: url('../images/6758871a8c9f21a480eb8367_Main-Ron-min.jpg');
  height: 80vh;
  min-height: 400px;
  max-height: 600px;
  padding-top: 0%;
}

.image-project-general.fiu-thrive {
  background-image: url('../images/Thrive-Dribble-Shot.webp');
}

.image-project-general.craigslist {
  background-image: url('../images/1830388a78564d37b92018b58c7063bc.jpg');
}

.image-project-general.focus-hub {
  background-image: url('../images/original-0736475effd76d52d27c729d37b0e121.jpg');
}

.image-project-general.green-peace {
  background-image: url('../images/original-ccbd50b588d8d878290c4113776d55a8.jpg');
}

.image-project-general.hoapeco {
  background-image: url('../images/original-db5b06b8b487ca9f91c956f3d20a1ce2.jpg');
}

.image-project-general.iwv {
  background-image: url('../images/original-3422486a51825f764d2be850e77b3d8d.png');
}

.image-project-general.meelcm {
  background-image: url('../images/original-8fe94f7f20a6b9af6883377f0df00077.png');
}

.image-project-general.mogox {
  background-image: url('../images/original-cccc601f12c8eee27c1a573df30bd0be.png');
}

.image-project-general.norei {
  background-image: url('../images/preview-06_1726063444593.jpg');
}

.image-project-general.paycam {
  background-image: url('../images/original-568d73f1bec1ecaa6b6b60465fbd5120.png');
}

.image-project-general.propstone {
  background-image: url('../images/original-4e74d8575a5ffd4480f58f29d51d17b4.png');
}

.image-project-general.reelup {
  background-image: url('../images/reelup.png');
}

.image-project-general.schedly {
  background-image: url('../images/1e450b735f9e14d3acc5b212ebd63e7c.jpg');
}

.image-project-general.tassle {
  background-image: url('../images/original-558d0d44ff65bc27831e082965827a86.png');
}

.image-project-general.cuttinboard {
  background-image: url('../images/screely-1734189862948.png');
}

.bottom-project-version-one {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 135%;
}

.paragraph-big, .text-project-tile-subtext {
  font-size: 20px;
}

.space-56 {
  height: 56px;
}

.master-industry-tile-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 528px;
  display: flex;
}

.top-industry-tile {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-industry-tile {
  width: 100%;
}

.master-industry-grids {
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.space-100 {
  height: 100px;
}

.master-awards {
  width: 100%;
  max-width: 864px;
}

.grid-awards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 72px;
  grid-template-columns: 1.3fr 1fr .7fr;
  grid-auto-rows: 72px;
}

.cell {
  border-bottom: 1px solid var(--black);
  align-items: center;
  height: 100%;
  display: flex;
}

.cell.align-right {
  text-align: right;
  justify-content: flex-end;
}

.cell.header {
  font-weight: 700;
}

.grid-gallery-home-a {
  z-index: 5;
  grid-template-rows: auto;
  grid-template-columns: 864px auto;
  position: relative;
}

.image-home-gallery {
  background-color: var(--black);
  min-height: 640px;
}

.image-home-gallery.image-one {
  background-image: url('../images/annie-spratt-sggw4-qDD54-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-home-gallery.image-two {
  background-image: url('../images/lala-azizli-oreT9zY9dGw-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.color-fill-gallery-a {
  z-index: 2;
  background-color: var(--black);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.limit-864 {
  width: 100%;
  max-width: 864px;
}

.icon-quote {
  height: 22px;
}

.big-text {
  font-size: 40px;
  line-height: 140%;
}

.grid-blog-version-a {
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
}

.big-email {
  font-size: 90px;
  line-height: 120%;
}

.grid-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tile-contact {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  color: var(--black);
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  transition: padding .35s;
  display: flex;
}

.tile-contact:hover {
  padding-left: 12px;
}

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

.left-footer {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 304px;
  display: flex;
}

.right-footer {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.link-brand-footer {
  height: 32px;
  margin-bottom: 40px;
}

.brand-footer {
  max-width: 100px;
  height: 100%;
}

.grid-footer-links {
  grid-column-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wrap-links-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-footer-heading {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
}

.link-footer {
  color: var(--white);
  text-decoration: none;
}

.bottom-footer {
  border-top: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

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

.white-link {
  color: var(--white);
}

.cta {
  color: var(--black);
  background-color: #fefefe00;
  border: 1px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 12px 28px;
  transition: transform .2s;
  display: flex;
}

.cta:hover {
  transform: scale(1.03);
}

.cta.nav-cta {
  height: 48px;
  margin-left: 16px;
}

.cta.nav-cta.white-nav-cta {
  border-color: var(--white);
  color: var(--white);
}

.cta.fill {
  background-color: var(--black);
  color: var(--white);
}

.cta.fill.white {
  background-color: var(--white);
  color: var(--black);
}

.cta.white-outline {
  border-color: var(--white);
  color: var(--white);
}

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

.wrap-hero-home-b, .image-logo-hero-home-b {
  width: 100%;
}

.limit-774 {
  width: 100%;
  max-width: 774px;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

.plus-line {
  background-color: var(--black);
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

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

.expandable-single {
  cursor: pointer;
  border-top: 1px solid #000;
  padding: 26px 0;
}

.expandable-single.white-top {
  border-top-color: var(--white);
}

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

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.service-h3-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
}

.master-expandable {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.testimonial-person-tabs {
  opacity: .7;
  margin-top: 24px;
  font-size: 20px;
  line-height: 140%;
}

.testimonial-tab-content {
  flex: 1;
  max-width: 570px;
  margin-left: 56px;
}

.tab-link-testimonials {
  opacity: .4;
  background-color: #ddd0;
  height: 37px;
  padding: 0;
}

.tab-link-testimonials.w--current {
  opacity: 1;
  background-color: #ddd0;
}

.testimonial-stars {
  height: 24px;
  margin-bottom: 24px;
}

.paragraph-mega {
  font-size: 28px;
  line-height: 140%;
}

.testimonial-image {
  width: 100%;
  max-width: 490px;
}

.tab-content-wrap-testimonials {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-tabs-wrap {
  border-radius: 12px;
  padding: 0;
}

.tabs-menu-testimonials {
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.image-testimonials-logo {
  max-width: none;
  height: 100%;
}

.list-halves-projects-grid {
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-grid {
  grid-row-gap: 32px;
  color: var(--black);
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-team.second-team-column {
  padding-top: 120px;
}

.column-team.third-team-column {
  padding-top: 240px;
}

.wrap-person {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.bottom-person {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.limit-416 {
  width: 100%;
  max-width: 416px;
}

.master-numbers {
  flex-direction: column;
  display: flex;
  position: relative;
}

.single-number {
  background-color: var(--white);
  padding-top: 320px;
  padding-bottom: 320px;
  position: sticky;
  top: 0;
}

.single-number.grey-number-single {
  background-color: var(--grey);
}

.grid-number-big {
  grid-column-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 256px 1fr;
  max-width: 980px;
}

.wrap-number-big {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-contact-b {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.left-contact-b {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.top-contact-b {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bottom-contact-b {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-contact-b {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.opening-grid-right {
  grid-template-rows: 1.6fr 1fr;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 2vw;
}

.opening-image-right-two {
  background-image: url('../images/Opening-5_1Opening 5.webp');
  background-position: 50%;
  background-size: cover;
}

.opening-image-left-one {
  background-image: url('../images/Opening-1_1Opening 1.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: 6vh;
  margin-bottom: 6vh;
}

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

.opening-image-right-one {
  background-image: url('../images/Opening-6_1Opening 6.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.opening-grid-left {
  grid-template-rows: 1fr 1.6fr;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-right: 2vw;
}

.opening-image-left-two {
  background-image: url('../images/Opening-2_1Opening 2.webp');
  background-position: 50%;
  background-size: cover;
}

.opening-background-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.limit-580 {
  max-width: 580px;
}

.opening-image-right-free {
  background-image: url('../images/Opening-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.opening-right-master {
  background-color: var(--white);
  width: 35vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.opening-image-left-three {
  background-image: url('../images/Opening-3_1Opening 3.webp');
  background-position: 50%;
  background-size: cover;
}

.opening-left-master {
  background-color: var(--white);
  width: 35vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading-hero-home-c {
  text-align: center;
}

.tile-process {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.bottom-process {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.person-wrap-testimonial-slider {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-testimonial-slider {
  grid-row-gap: 24px;
  background-color: #fefefe05;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.tile-testimonial-slider.testimonial-tile-slider {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-testimonial-slider {
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.stars-testimonial-slider {
  height: 20px;
}

.slide-testimonials-slider {
  height: auto;
}

.name-testimonial-slider {
  opacity: .8;
  margin-bottom: 0;
  font-size: 16px;
}

.slider-testimonials {
  background-color: #0000;
  height: auto;
}

.slide-nav-hidden {
  display: none;
}

.logo-testimonial-slider {
  height: 32px;
}

.arrrow-testimonials-slider {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: -84px 0% auto auto;
}

.arrrow-testimonials-slider.left-arrow {
  right: 48px;
}

.top-wrap-testimonial-slider {
  grid-column-gap: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-arrow-testimonials-slider {
  width: 32px;
  height: 32px;
}

.testimonial-testimonials-slider {
  color: var(--white);
  margin-bottom: 0;
}

.heading-testimonials-section {
  margin-top: 0;
  margin-bottom: 30px;
}

.link-projects-three {
  grid-row-gap: 48px;
  color: var(--black);
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bottom-projects-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.tab-content {
  border-radius: 12px;
  padding: 0;
}

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

.space-24 {
  height: 24px;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-wrap {
  width: 100%;
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
}

.tab-pane, .tabs-content {
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fefefe14;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding: 6px;
  display: flex;
}

.tab-link {
  color: var(--white);
  text-align: center;
  background-color: #0a0a0a00;
  border-radius: 80px;
  width: 160px;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  line-height: 180%;
}

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

.content-wrap-tab-inside {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 490px;
  display: flex;
}

.tab-image {
  width: 100%;
}

.line-link-block {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.space-under-tabs {
  height: 140px;
}

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

.divider-white.sticky-testimoinial {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider-white.footer-links-divider {
  margin-top: 12px;
  margin-bottom: 12px;
}

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

.quote-wrap-home-c {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.link-project-page-a {
  grid-row-gap: 64px;
  color: var(--black);
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.left-project-page-a {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-project-page-a {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.image-project-page-a {
  background-image: url('../images/Office-2_1Office 2.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
}

.space-16 {
  height: 16px;
}

.faq-h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 20px;
}

.column-left-sticky {
  padding: 0;
}

.sticky-columns {
  display: flex;
}

.column-right-sticky {
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.wrap-sticky {
  width: 100%;
  max-width: 448px;
  position: sticky;
  top: 120px;
}

.wrap-sticky-process {
  grid-row-gap: 120px;
  flex-direction: column;
  width: 100%;
  max-width: 528px;
  display: flex;
}

.tile-sticky-testimonial {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-testimonials-small {
  font-size: 16px;
  line-height: 138%;
}

.mega-h1 {
  font-size: 110px;
  font-weight: 700;
  line-height: 120%;
}

.about-hero-image {
  width: 100%;
}

.space-120 {
  height: 120px;
}

.master-vertical-text-blocks, .single-vertical-text-block {
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.right-vertical-text-blocks {
  width: 100%;
  max-width: 640px;
}

.heading-2-vertical-text-blocks {
  margin-top: -4px;
  margin-bottom: 0;
}

.column-services-list {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.heading-3-services-list {
  margin-top: 0;
  margin-bottom: 4px;
}

.logos-grid-studio-a {
  grid-column-gap: 56px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-logos-grid {
  opacity: .7;
  width: 100%;
}

.moving-gallery-video {
  width: 100%;
  height: 100%;
}

.moving-gallery-master {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.moving-gallery-bottom-grid {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.moving-gallery-top-grid {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.moving-gallery-image.mg-2 {
  background-image: url('../images/HeroImage_1HeroImage.webp');
  background-position: 50%;
  background-size: cover;
  height: 80%;
}

.moving-gallery-image.mg-5 {
  background-image: url('../images/Opening-5_1Opening 5.webp');
  background-position: 50%;
  background-size: cover;
  height: 80%;
}

.moving-gallery-image.mg-4 {
  background-image: url('../images/Opening-4.jpg');
  background-position: 50%;
  background-size: cover;
  height: 55%;
}

.moving-gallery-image.mg-3 {
  background-image: url('../images/Opening-3_1Opening 3.webp');
  background-position: 50%;
  background-size: cover;
  height: 70%;
}

.moving-gallery-image.mg-6 {
  background-image: url('../images/mg-6.jpg');
  background-position: 50%;
  background-size: cover;
  height: 70%;
}

.moving-gallery-image.mg-1 {
  background-image: url('../images/Finance_1Finance.webp');
  background-position: 50%;
  background-size: cover;
  height: 70%;
}

.limit-640 {
  width: 100%;
  max-width: 640px;
}

.image-office-a {
  width: 100%;
}

.icon-circle-link {
  width: 22px;
  height: 22px;
}

.white-tile {
  background-color: #f0dfd5;
  border-radius: 8px;
  padding: 24px;
}

.white-tile.office-about-a {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.bottom-wrap-office-a {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.offices-wrap-about-a {
  grid-row-gap: 64px;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-wrap-office-a {
  grid-column-gap: 6px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.left-wrap-office-a {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.circle-link-office {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .2s;
  display: flex;
}

.circle-link-office:hover {
  background-color: #000c;
}

.wrap-office-a {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.grid-stuido-c {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1px 1fr;
}

.wrao-content-studio-c {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.divider-studio-c {
  background-color: var(--black);
  width: 1px;
  height: 100%;
}

.image-studio-c {
  background-image: url('../images/StudioB_1StudioB.webp');
  background-position: 100%;
  background-size: cover;
  padding-top: 100%;
  position: relative;
}

.right-studio-c {
  flex-direction: column;
  display: flex;
}

.quote-wrap-studio-c {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.wrap-offices-vertical-text-blocks {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.top-project-template-hero {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.master-project-template-hero {
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.grid-project-template-hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr .8fr .8fr;
}

.column-project-description-hero {
  grid-row-gap: 16px;
  flex-direction: column;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.column-project-description-hero.in-short-column {
  max-width: 340px;
}

.image-project-template-hero {
  width: 100%;
}

.list-project-gallery {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.image-gallery-template {
  width: 100%;
}

.text-field {
  border-style: none none solid;
  border-bottom-color: var(--black);
  background-color: var(--white);
  border-radius: 0;
  margin-bottom: 0;
}

.text-field:focus {
  border-bottom-color: var(--black);
}

.text-field.margin-field {
  margin-bottom: 12px;
}

.product-description-pricing-tile {
  margin-bottom: 0;
}

.text-product-name {
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
}

.pricing-tile {
  grid-row-gap: 32px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-top: 160px;
  padding-bottom: 200px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-lock {
  width: 100%;
  max-width: 200px;
}

.wrap-password-form {
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.image-chevron-dropdown {
  width: 24px;
  height: 24px;
}

.dropdown-list.w--open {
  border-top: 1px solid var(--black);
  background-color: var(--white);
}

.link-dropdown {
  text-align: center;
  font-size: 16px;
}

.link-dropdown:hover {
  background-color: var(--grey);
}

.link-dropdown.w--current {
  color: var(--black);
  font-weight: 700;
}

.divider-typography {
  background-color: #0003;
  width: 100%;
  height: 1px;
}

.icons-grid-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.columns-template-details {
  display: flex;
}

.template-h2 {
  margin-top: 0;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: var(--grey);
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 120px;
}

.tile-template-details {
  grid-row-gap: 16px;
  background-color: var(--grey);
  border-radius: 2px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.left-column-template-details {
  padding: 0;
}

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.underline-link {
  text-decoration: underline;
}

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

.icon-template {
  width: 40px;
}

.color {
  background-color: #faebe3;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  padding-top: 100%;
}

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

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

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

.link-template-navigation {
  color: #131313b3;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.link-template-navigation.w--current {
  color: #131313;
  font-weight: 500;
}

.wrap-button {
  grid-row-gap: 12px;
  background-color: #0000001a;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.video-template {
  z-index: 1;
  width: 100%;
  height: 190px;
}

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

.tile-changelog {
  background-color: var(--grey);
  width: 100%;
  max-width: 562px;
  padding: 40px 32px;
}

.overlay-home-b {
  background-color: var(--white);
  transform-origin: 50% 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay-video {
  z-index: 3;
  background-color: var(--grey);
  transform-origin: 50% 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.wrap-hero-sales {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 72px;
  display: flex;
}

.left-hero-sales {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-hero-sales {
  max-width: 448px;
}

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

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.sales-mock-image {
  border: 1px solid #0000000d;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 0;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.span-link {
  color: #000;
  font-weight: 700;
}

.included-padding-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.image-included {
  width: 100%;
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  text-align: center;
  border-radius: 1px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 340px;
  padding: 0;
  display: flex;
}

.included-card.figma-card {
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 0;
  padding: 32px;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.image-sales-page {
  border: 1px solid #1c353329;
  border-radius: 4px;
  width: 100%;
}

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  color: var(--black);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: left;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}

.overlay-studio-c {
  background-color: var(--white);
  transform-origin: 50% 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.white-drop-text {
  color: var(--white);
}

.grid-halves-space-left {
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
}

.grid-halves-space-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px;
}

.grid-halves-space-left-extra {
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
}

.list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.divider-black-2 {
  background-color: #0a0a0a;
  width: 100%;
  height: 1px;
}

.space-141 {
  height: 80px;
}

.limit-1201, .limit-1202 {
  width: 100%;
  max-width: 774px;
}

.wrap-video-background-2 {
  background-color: #eff3f5;
  padding: 80px;
}

.overlay-video-2 {
  z-index: 3;
  transform-origin: 50% 100%;
  background-color: #eff3f5;
  display: none;
  position: absolute;
  inset: 0%;
}

.list-halves-projects-snapshots {
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.snapshots-grid-wrapper {
  grid-row-gap: 32px;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 500px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.snapshots-grid-wrapper.align-top {
  justify-content: flex-start;
  align-items: center;
}

.image {
  object-fit: cover;
  height: 100%;
}

.art-image {
  background-image: url('../images/Office-2_1Office 2.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
}

.art-image.the-kiss {
  background-image: url('../images/P1010496.00_10_57_01.Still018.png');
}

.art-image.the-sea {
  background-image: url('../images/P1010206.Imagen-fija250.png');
}

.art-image.the-poet {
  background-image: url('../images/GOPR0082.02_21_03_44.Still004.png');
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
    line-height: 80px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.hero-home-a {
    padding-top: 200px;
  }

  .section.hero-home-b {
    height: 98vh;
    min-height: 400px;
    max-height: 620px;
    padding-bottom: 80px;
  }

  .section.hero-home-c, .section.projects-hero {
    padding-top: 140px;
  }

  .section.hero-studio-b, .section.resources-hero {
    padding-top: 320px;
  }

  .section.legal-section {
    padding-top: 140px;
  }

  .section.hero-sales {
    padding-top: 200px;
  }

  .section.sales-mockups {
    max-height: 700px;
  }

  .section.about-sections {
    padding-top: 140px;
  }

  .container-navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subtitle {
    font-size: 26px;
    line-height: 37px;
  }

  .wrap-video-background {
    padding: 32px;
  }

  .inside-moving-logos {
    min-width: 2000px;
  }

  .space-80.projects-hero-space {
    height: 40px;
  }

  .image-project-general.home-c-projects-general {
    max-height: 510px;
  }

  .space-100.contact-page-space {
    height: 40px;
  }

  .grid-gallery-home-a {
    grid-template-columns: 1fr 1fr;
  }

  .big-text {
    font-size: 36px;
    line-height: 142%;
  }

  .big-email {
    font-size: 7vw;
    line-height: 140%;
  }

  .grid-thirds.included-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .master-footer {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .nav-menu {
    background-color: var(--grey);
    flex-direction: column;
    max-height: 90vh;
    padding: 40px;
    overflow: scroll;
  }

  .nav-menu.transparent-nav-menu {
    background-color: var(--black);
  }

  .testimonial-tab-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .testimonial-image {
    max-width: none;
  }

  .tab-content-wrap-testimonials {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu-testimonials {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .single-number {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .grid-contact-b {
    grid-column-gap: 32px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .top-project-page-a {
    margin-bottom: 64px;
  }

  .image-project-page-a {
    min-height: 320px;
  }

  .column-left-sticky {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .column-right-sticky {
    align-items: center;
    margin-top: 120px;
  }

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

  .tile-sticky-testimonial {
    text-align: left;
  }

  .mega-h1 {
    font-size: 80px;
  }

  .logos-grid-studio-a {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-stuido-c {
    grid-row-gap: 80px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr;
  }

  .divider-studio-c {
    width: 100%;
    height: 1px;
  }

  .grid-project-template-hero {
    grid-row-gap: 40px;
    grid-template-columns: 1fr .8fr;
  }

  .wrap-menu-button {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .line-menu {
    background-color: #000;
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.first-line.white-line {
    background-color: var(--white);
  }

  .line-menu.second-line {
    width: 20px;
  }

  .line-menu.second-line.white-line {
    background-color: var(--white);
  }

  .menu-button {
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .dropdown {
    display: block;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .left-column-template-details {
    display: none;
  }

  .right-column-template-details {
    padding: 0;
  }

  .tile-changelog {
    padding-right: 4px;
  }

  .grid-thirds-mokckups {
    grid-template-columns: 1fr;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .included-card {
    min-height: 260px;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-thirds-sales-page {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-fourths-sales-fourths {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-halves-space-right {
    grid-template-columns: 1fr;
  }

  .grid-halves-space-left-extra {
    grid-template-columns: 150px 1fr;
  }

  .wrap-video-background-2 {
    padding: 32px;
  }

  .art-image {
    min-height: 320px;
  }

}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 59px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 24px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.black.testimonials-slider-section {
    padding-bottom: 140px;
  }

  .section.projects-hero {
    padding-bottom: 24px;
  }

  .section.hero-studio-a {
    padding-top: 160px;
  }

  .section.hero-studio-c {
    padding-top: 140px;
  }

  .section.project-template-hero {
    padding-top: 160px;
  }

  .section.about-sections {
    padding-bottom: 24px;
  }

  .wrap-hero-home-a {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .video-reel {
    min-height: 0;
    max-height: 300px;
  }

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

  .grid-halves.studio-c-numbers {
    grid-template-columns: 1fr 1fr;
  }

  .grid-halves.services-halves {
    grid-row-gap: 0px;
  }

  .wrap-single-service.first-in-second-column {
    border-top-style: none;
  }

  .inside-moving-logos {
    min-width: 2270px;
  }

  .space-80.projects-hero-space {
    height: 40px;
  }

  .image-project-general.home-c-projects-general {
    height: 370px;
    min-height: 0;
    max-height: none;
  }

  .space-100.achievements-space {
    height: 48px;
  }

  .grid-gallery-home-a {
    grid-template-columns: 1fr;
  }

  .image-home-gallery {
    min-height: 360px;
  }

  .image-home-gallery.image-two {
    background-position: 50% 0;
    min-height: 500px;
  }

  .big-text {
    font-size: 28px;
  }

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

  .grid-blog-version-a {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .grid-thirds.people-thirds {
    grid-row-gap: 80px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-footer {
    max-width: 330px;
  }

  .grid-footer-links {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .service-h3-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-mega {
    font-size: 20px;
  }

  .paragraph-mega.center-landscape {
    text-align: center;
  }

  .paragraph-mega.video-home-c-text {
    font-size: 24px;
  }

  .list-halves-projects-grid {
    grid-template-columns: 1fr;
  }

  .column-team.second-team-column, .column-team.third-team-column {
    padding-top: 0;
  }

  .limit-416.center-landscape {
    margin-left: auto;
    margin-right: auto;
  }

  .single-number {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .grid-number-big {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .opening-grid-right {
    grid-template-columns: 1fr;
  }

  .opening-image-left-one, .opening-image-right-one {
    display: none;
  }

  .opening-grid-left {
    grid-template-columns: 1fr;
  }

  .limit-580.home-three-video-limit {
    width: 80%;
    max-width: none;
  }

  .arrrow-testimonials-slider {
    inset: auto 0 -64px auto;
  }

  .grid-halves-2.tab-halves {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .grid-fourths.numbers-grid {
    grid-row-gap: 80px;
  }

  .faq-h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .mega-h1 {
    font-size: 64px;
  }

  .right-vertical-text-blocks {
    max-width: none;
  }

  .white-tile.office-about-a {
    padding: 24px;
  }

  .bottom-wrap-office-a {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-project-template-hero {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .right-project-template-hero {
    text-align: center;
  }

  .master-project-template-hero {
    grid-row-gap: 40px;
  }

  .list-project-gallery {
    grid-row-gap: 24px;
  }

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

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

  .columns-template-details {
    flex-direction: column;
  }

  .tile-template-details {
    padding: 24px;
  }

  .left-column-template-details {
    display: none;
  }

  .right-column-template-details {
    padding: 0;
  }

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

  .tile-changelog {
    padding: 32px 24px;
  }

  .wrap-hero-sales {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .right-hero-sales {
    order: -1;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .grid-halves-space-left {
    grid-template-columns: 1fr;
  }

  .grid-halves-space-left-extra {
    grid-template-columns: .25fr;
  }

  .list-halves-projects-snapshots {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 50px;
  }

  h2 {
    line-height: 125%;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-home-a {
    padding-top: 160px;
  }

  .section.hero-home-b {
    height: 100vh;
    max-height: 690px;
  }

  .section.subhero-home-b {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.projects-overview-projects-page {
    padding-top: 16px;
  }

  .section.hero-studio-a {
    padding-top: 140px;
  }

  .section.hero-studio-b {
    background-position: 0 0, 100% 0;
    padding-top: 210px;
    padding-bottom: 56px;
  }

  .section.project-template-hero {
    padding-top: 120px;
    padding-bottom: 24px;
  }

  .section.project-content, .section.gallery-project-template {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.sales-mockups {
    height: 80vh;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .wrap-hero-home-a {
    grid-row-gap: 40px;
  }

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

  .wrap-video-background {
    padding: 16px;
  }

  .video-reel {
    max-height: 200px;
  }

  .ligbtox-play-video {
    width: 64px;
    height: 64px;
    margin: auto;
    inset: 0%;
  }

  .grid-halves.industry-halves {
    padding-top: 64px;
  }

  .inside-moving-logos {
    width: auto;
    min-width: 2010px;
  }

  .gradient-logos {
    width: 48px;
  }

  .space-80.studio-a-image-space {
    height: 40px;
  }

  .image-project-general.home-c-projects-general {
    height: 210px;
  }

  .master-industry-tile-content {
    grid-row-gap: 40px;
  }

  .master-industry-grids {
    grid-row-gap: 64px;
  }

  .grid-awards {
    grid-template-rows: 56px;
  }

  .cell {
    font-size: 3.8vw;
  }

  .big-text {
    font-size: 26px;
  }

  .grid-thirds.process-thirds {
    grid-row-gap: 120px;
  }

  .link-brand-footer {
    width: 92%;
    height: auto;
  }

  .brand-footer {
    width: 100%;
    height: auto;
  }

  .grid-footer-links {
    grid-template-columns: 1fr;
  }

  .cta.fill.sales-cta {
    width: 100%;
  }

  .expandable-single {
    padding: 16px 0;
  }

  .service-h3-expandable {
    margin-bottom: 0;
  }

  .tab-link-testimonials {
    height: 30px;
  }

  .testimonial-stars {
    height: 20px;
  }

  .testimonials-tabs-wrap {
    padding: 0;
  }

  .image-testimonial-slider {
    width: 64px;
    height: 64px;
  }

  .link-projects-three {
    grid-row-gap: 32px;
  }

  .bottom-projects-three {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 24px;
  }

  .tab-link {
    justify-content: center;
    align-items: center;
    width: 27vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 4.4vw;
    display: flex;
  }

  .line-link-block {
    font-size: 20px;
  }

  .space-under-tabs {
    height: 64px;
  }

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

  .image-project-page-a {
    min-height: 260px;
  }

  .faq-h3 {
    margin-bottom: 0;
  }

  .tile-sticky-testimonial {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .mega-h1 {
    font-size: 20vw;
  }

  .single-vertical-text-block {
    grid-row-gap: 80px;
  }

  .logos-grid-studio-a {
    grid-template-columns: 1fr 1fr;
  }

  .moving-gallery-bottom-grid {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .moving-gallery-top-grid {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .moving-gallery-image.mg-4, .moving-gallery-image.mg-3 {
    display: none;
  }

  .grid-project-template-hero {
    grid-row-gap: 24px;
    grid-template-columns: .8fr;
  }

  .list-project-gallery {
    grid-row-gap: 16px;
  }

  .utility-page-wrap {
    padding: 140px 16px;
  }

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

  .grid-colors, .grid-buttons {
    grid-template-columns: 1fr;
  }

  .wrap-button {
    padding: 16px;
  }

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

  .wrap-hero-sales {
    grid-row-gap: 40px;
  }

  .left-hero-sales {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .sales-mockups-column.third-column {
    display: block;
  }

  .sales-mockups-column.first-column, .sales-mockups-column.second-column {
    display: none;
  }

  .included-card, .sales-card, .more-power-card {
    padding: 24px;
  }

  .grid-halves-space-left-extra {
    grid-template-columns: .25fr;
  }

  .space-141.project-before-image {
    height: 40px;
  }

  .wrap-video-background-2 {
    padding: 16px;
  }

  .art-image {
    min-height: 260px;
  }

}

#w-node-c3a0b061-7455-8213-8f3c-a506577c885d-80eb8257 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c3a0b061-7455-8213-8f3c-a506577c8868-80eb8257, #w-node-ed704914-2144-a6ea-5e67-c01dd05716c2-d05716b7, #w-node-ed704914-2144-a6ea-5e67-c01dd05716cb-d05716b7, #w-node-ed704914-2144-a6ea-5e67-c01dd05716d4-d05716b7, #w-node-ed704914-2144-a6ea-5e67-c01dd05716df-d05716b7, #w-node-_1d21cafa-34be-34ad-d143-a2af5cc2802a-5cc28022, #w-node-_1d21cafa-34be-34ad-d143-a2af5cc2802d-5cc28022, #w-node-_1d21cafa-34be-34ad-d143-a2af5cc28030-5cc28022, #w-node-_1313de4b-ba36-ea1b-7702-0732ea79ab59-80eb824b, #w-node-_1313de4b-ba36-ea1b-7702-0732ea79ab60-80eb824b, #w-node-_1313de4b-ba36-ea1b-7702-0732ea79ab69-80eb824b, #w-node-_62850e99-5bff-6116-3ad7-71ca4a0f456b-80eb824b, #w-node-_62850e99-5bff-6116-3ad7-71ca4a0f4570-80eb824b, #w-node-_62850e99-5bff-6116-3ad7-71ca4a0f4575-80eb824b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62850e99-5bff-6116-3ad7-71ca4a0f457b-80eb824b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1af02a26-02be-59de-c693-8353b4d49e25-80eb824b, #w-node-_1af02a26-02be-59de-c693-8353b4d49e2b-80eb824b, #w-node-_1af02a26-02be-59de-c693-8353b4d49e31-80eb824b, #w-node-_1af02a26-02be-59de-c693-8353b4d49e37-80eb824b, #w-node-_1af02a26-02be-59de-c693-8353b4d49e3d-80eb824b, #w-node-_1af02a26-02be-59de-c693-8353b4d49e43-80eb824b, #w-node-_1af02a26-02be-59de-c693-8353b4d49e49-80eb824b, #w-node-_1af02a26-02be-59de-c693-8353b4d49e4f-80eb824b, #w-node-_1af02a26-02be-59de-c693-8353b4d49e55-80eb824b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bbc3430-e290-f971-0bc0-f221b3e4b96e-c2eb63ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2bbc3430-e290-f971-0bc0-f221b3e4b979-c2eb63ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0e5e298-8cf9-e477-68d3-4a0bccd62e6f-80eb8256 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_640935c0-a1f1-17c7-5e1c-48fdbc1e1e6a-80eb8256, #w-node-_0dc30ef5-554f-423a-8da9-06b27f32cecc-80eb8256, #w-node-c96e8ea1-dc3d-c586-4a3b-6131656484c8-80eb8256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aadd2d84-c618-55e4-8662-14255dd55386-80eb8256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_7f939a2c-c066-b672-d105-ab60c88efd33-80eb8256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6584a04-600b-70cb-24bd-21b1b7f5ebf3-80eb8256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9907cc45-0500-5054-6e56-6d7b455e051f-80eb8256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_9907cc45-0500-5054-6e56-6d7b455e0520-80eb8256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9907cc45-0500-5054-6e56-6d7b455e0524-80eb8256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_200f7ea7-b032-6096-47ec-f5eae4db18cf-80eb8256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_200f7ea7-b032-6096-47ec-f5eae4db18d0-80eb8256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200f7ea7-b032-6096-47ec-f5eae4db18d4-80eb8256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_619a6bd5-9dfb-1fe4-178a-39b3b3b9b323-80eb8256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_619a6bd5-9dfb-1fe4-178a-39b3b3b9b324-80eb8256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_619a6bd5-9dfb-1fe4-178a-39b3b3b9b328-80eb8256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-c6fcb25b-681c-9369-1b3d-e81d3cfe03be-80eb8256, #w-node-c6fcb25b-681c-9369-1b3d-e81d3cfe03bf-80eb8256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2772dcfa-e683-7b9c-248e-82308a74a372-80eb8258 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_2772dcfa-e683-7b9c-248e-82308a74a373-80eb8258, #w-node-_2772dcfa-e683-7b9c-248e-82308a74a374-80eb8258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2772dcfa-e683-7b9c-248e-82308a74a377-80eb8258 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_2772dcfa-e683-7b9c-248e-82308a74a378-80eb8258, #w-node-_2772dcfa-e683-7b9c-248e-82308a74a379-80eb8258, #w-node-_791dc7c7-25ea-2b98-7655-8ce329117692-80eb8258, #w-node-_54efc837-efba-f326-b9f2-90cb3cbb1c08-80eb8258, #w-node-d61a26fc-2c63-780c-c63b-8002256c5588-80eb8258, #w-node-_18115144-68e1-4fd6-5d18-80612baf6322-80eb8258, #w-node-_18115144-68e1-4fd6-5d18-80612baf632c-80eb8258, #w-node-_18115144-68e1-4fd6-5d18-80612baf6336-80eb8258, #w-node-_18115144-68e1-4fd6-5d18-80612baf6342-80eb8258, #w-node-_18115144-68e1-4fd6-5d18-80612baf634c-80eb8258, #w-node-_18115144-68e1-4fd6-5d18-80612baf6356-80eb8258, #w-node-a93e389f-861a-74ac-1d36-40ff84113620-80eb8258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a93e389f-861a-74ac-1d36-40ff84113621-80eb8258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a93e389f-861a-74ac-1d36-40ff8411362f-80eb8258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a93e389f-861a-74ac-1d36-40ff84113630-80eb8258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a93e389f-861a-74ac-1d36-40ff8411363e-80eb8258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a93e389f-861a-74ac-1d36-40ff8411363f-80eb8258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_28319909-ca8f-af24-3770-9ea7dd121717-80eb8258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_28319909-ca8f-af24-3770-9ea7dd121718-80eb8258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_492c90ec-3e5d-bb1c-8636-1bf01db9b4e4-80eb8258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_492c90ec-3e5d-bb1c-8636-1bf01db9b4e5-80eb8258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8871157-008e-b5bb-e970-069b1a97c744-80eb8258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-c8871157-008e-b5bb-e970-069b1a97c745-80eb8258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22e04fc0-13f4-7057-a17c-dba4242a6a4a-80eb8258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_22e04fc0-13f4-7057-a17c-dba4242a6a4b-80eb8258, #w-node-_3a1694c6-9de1-fc82-84d6-4e4a97091509-80eb825b, #w-node-e4e4724d-18f4-ad2d-a305-bb4b90611c0f-80eb825b, #w-node-_610a7865-3e39-16b4-717f-84712bdf6ec7-80eb825b, #w-node-d90716cf-bc9c-533b-978e-c9d1a077a415-80eb825b, #w-node-_59d4c92e-d47d-361e-b674-bbaa7fed8651-80eb825b, #w-node-de82d5b7-ab85-c93a-4bf6-46de69dfb13f-80eb825b, #w-node-de1c9c4d-7638-bc40-28ac-b944e7f1a871-80eb825b, #w-node-_3d872dd4-9db2-a4d8-275f-aa0b5b332f54-80eb825b, #w-node-_115a1c63-d0f7-8ad8-f545-38291016c9f4-80eb825b, #w-node-_231bc083-027e-705d-e966-eed67e298da8-80eb825b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abf49646-1063-22d9-1d76-8ba4e36bdf12-80eb825b, #w-node-abf49646-1063-22d9-1d76-8ba4e36bdf13-80eb825b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c0380810-ebc4-1368-59df-2dd66d3152cf-80eb825e, #w-node-_5b211720-5891-faef-6dc4-c8800e91c205-80eb825e, #w-node-_3cee8332-3055-c123-4526-999665909136-80eb825e, #w-node-_25b0db6d-6712-1a30-5c2c-d72f5bdb1eee-80eb825f, #w-node-_25b0db6d-6712-1a30-5c2c-d72f5bdb1efa-80eb825f, #w-node-fdae436c-292f-e418-4cbf-daad500d2433-80eb825f, #w-node-fdae436c-292f-e418-4cbf-daad500d243f-80eb825f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a8fa7a-475d-bc1a-b3f5-a1dfc8d7134c-06bf785e, #w-node-_2442bcbe-f92e-b76a-1bcf-7f95f94c7b25-06bf785e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabc4-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabc5-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabc9-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabca-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabce-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabcf-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabd3-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabd4-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b60ca52-ffb9-8e5d-7d92-bd7312bc298f-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_793ec430-6d19-d1b6-b15a-daf6fd0a3eca-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_5c668c4b-cc05-08bb-4c4d-18a1d9426a1a-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5c668c4b-cc05-08bb-4c4d-18a1d9426a1d-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-fd4cbc8c-58ec-3700-7695-e7885459dedf-80eb8267, #w-node-_80112351-bc66-d741-03fc-e6223017c19a-80eb8267, #w-node-d3395fe8-ecdf-7a36-9398-394eefe222b6-80eb8267, #w-node-c5ef9ac8-6d23-d2ac-d5bc-d92cc45ac759-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c325af9c-eca8-7e0f-41e0-e07ffaeb754d-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c325af9c-eca8-7e0f-41e0-e07ffaeb7550-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_8cce0994-2447-4f9a-3408-e31119dcc811-80eb8267, #w-node-_7f55e6ea-5829-1383-c794-a9cb77b012fe-80eb8267, #w-node-_22f25dde-9a9d-ab90-d78d-af15087b4228-80eb8267, #w-node-_6c35bf87-d6e8-0ab8-d7c2-c8b7d4e1335f-80eb8267, #w-node-_83881df6-dc45-3785-d309-f8e7b6e06d64-80eb8267, #w-node-ae89aabf-d287-53b2-46b4-a63b29bfc4bb-80eb8267, #w-node-_49b9a912-5aec-5c48-f460-e909b65435b6-80eb8267, #w-node-c6aec504-eeba-4f30-d654-d4c6315b9168-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c2f3415c-0dcb-cd7e-8649-d024f8748d10-80eb8267 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88cfb690-078d-2edd-4641-f1fda75a9523-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_88cfb690-078d-2edd-4641-f1fda75a9524-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88cfb690-078d-2edd-4641-f1fda75a9525-80eb8267, #w-node-_88cfb690-078d-2edd-4641-f1fda75a9526-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_88cfb690-078d-2edd-4641-f1fda75a9528-80eb8267, #w-node-_88cfb690-078d-2edd-4641-f1fda75a9529-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_88cfb690-078d-2edd-4641-f1fda75a952a-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88cfb690-078d-2edd-4641-f1fda75a952b-80eb8267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_625e338a-735d-d02f-76fc-6ded0812d2ec-80eb8268 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0c288b14-434b-0389-2852-6460ad9bc69a-80eb8268, #w-node-_0c288b14-434b-0389-2852-6460ad9bc6a2-80eb8268, #w-node-_0c288b14-434b-0389-2852-6460ad9bc6aa-80eb8268 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edfb7ea2-561f-b0fa-2037-e0441f7c9c19-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_10b5fc56-93f1-f7ad-81a7-47a4f1896d17-80eb8269, #w-node-_5f677a66-4c7b-c314-8f98-1f099ed0e333-80eb8269, #w-node-_90643145-88c2-b812-92d4-4b2534c3b472-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd4588b6-da5a-d05c-eef8-8761a0aa44bf-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-fd4588b6-da5a-d05c-eef8-8761a0aa44c0-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a776c7bb-4446-1b9f-4da8-82a0b9e600a7-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-a776c7bb-4446-1b9f-4da8-82a0b9e600a8-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d3e52f3-2cc0-abd1-92f6-d8d3643213da-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8d3e52f3-2cc0-abd1-92f6-d8d3643213dd-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_8d3e52f3-2cc0-abd1-92f6-d8d3643213e3-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8d3e52f3-2cc0-abd1-92f6-d8d3643213e6-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_8d3e52f3-2cc0-abd1-92f6-d8d3643213e8-80eb8269, #w-node-_8d3e52f3-2cc0-abd1-92f6-d8d3643213f3-80eb8269, #w-node-_8d3e52f3-2cc0-abd1-92f6-d8d3643213fe-80eb8269, #w-node-_8d3e52f3-2cc0-abd1-92f6-d8d364321409-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d3e52f3-2cc0-abd1-92f6-d8d364321417-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8d3e52f3-2cc0-abd1-92f6-d8d36432141a-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_8d3e52f3-2cc0-abd1-92f6-d8d36432141f-80eb8269, #w-node-_8d3e52f3-2cc0-abd1-92f6-d8d364321420-80eb8269, #w-node-_8d3e52f3-2cc0-abd1-92f6-d8d364321421-80eb8269, #w-node-_8d3e52f3-2cc0-abd1-92f6-d8d364321422-80eb8269, #w-node-_8d3e52f3-2cc0-abd1-92f6-d8d364321423-80eb8269, #w-node-_8d3e52f3-2cc0-abd1-92f6-d8d364321424-80eb8269, #w-node-_8d3e52f3-2cc0-abd1-92f6-d8d364321425-80eb8269, #w-node-_8d3e52f3-2cc0-abd1-92f6-d8d364321426-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_673df9f4-6bd6-2cf6-4817-74c5cdc4c337-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_673df9f4-6bd6-2cf6-4817-74c5cdc4c33a-80eb8269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_1067c47b-6b99-5103-b478-12ae93389654-80eb826a, #w-node-_1067c47b-6b99-5103-b478-12ae93389658-80eb826a, #w-node-_1067c47b-6b99-5103-b478-12ae9338965c-80eb826a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1067c47b-6b99-5103-b478-12ae93389683-80eb826a, #w-node-_1067c47b-6b99-5103-b478-12ae93389684-80eb826a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1067c47b-6b99-5103-b478-12ae9338969d-80eb826a, #w-node-_1067c47b-6b99-5103-b478-12ae933896a2-80eb826a, #w-node-_1067c47b-6b99-5103-b478-12ae933896a7-80eb826a, #w-node-c188198e-df2b-e3a0-08f9-6b15d0351b4d-460b81c1, #w-node-a99abd02-8921-9863-1727-3383161abc6c-460b81c1, #w-node-a2a4828b-9b5a-f35e-1572-0d21d3213c62-460b81c1, #w-node-a2a4828b-9b5a-f35e-1572-0d21d3213c63-460b81c1, #w-node-ebcf883f-078e-a187-af90-57937dd7d9da-460b81c1, #w-node-_7da5bb76-1729-fbaa-4b96-42c9395269e4-460b81c1, #w-node-ebaa9432-c9b7-39b2-a3de-491563613b7f-460b81c1, #w-node-ebaa9432-c9b7-39b2-a3de-491563613b8a-460b81c1, #w-node-_7f919a11-0324-67ff-9d74-659dfa581b06-460b81c1, #w-node-_7f919a11-0324-67ff-9d74-659dfa581b11-460b81c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d271bbf1-721c-002f-9d01-1391dc3a48ef-460b81c1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7cb7ddcf-9078-9569-7067-99596ace8fc7-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6ca-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6cd-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6d0-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6d3-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6d6-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6d9-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6dc-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6df-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6e2-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6e5-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6e8-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6eb-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6ee-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6f1-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6f4-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6f7-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6fa-460b81c1, #w-node-bda9c4d2-9d7f-f082-d293-ca41ebeec6fd-460b81c1, #w-node-b2f96273-c9cb-7baf-70b6-4d4fd3cd690e-460b81c1, #w-node-c794386e-8136-b635-c969-0faa7b037e1b-460b81c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de417f86-5d77-9c39-0a44-2dee76d22e44-460b81c1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399e5-4a4c4749, #w-node-_4bb00e5d-550c-b504-8197-017667b399ea-4a4c4749, #w-node-_4bb00e5d-550c-b504-8197-017667b399f5-4a4c4749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399fa-4a4c4749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc390a14-73d9-30ea-6621-462e26db6127-4a4c4749 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399e5-9185fa53, #w-node-_4bb00e5d-550c-b504-8197-017667b399ea-9185fa53, #w-node-_4bb00e5d-550c-b504-8197-017667b399f5-9185fa53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399fa-9185fa53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc390a14-73d9-30ea-6621-462e26db6127-9185fa53, #w-node-_40f79590-0a37-d252-b59c-697038385a56-9185fa53 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399e5-2cf6d0cd, #w-node-_4bb00e5d-550c-b504-8197-017667b399ea-2cf6d0cd, #w-node-_4bb00e5d-550c-b504-8197-017667b399f5-2cf6d0cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399fa-2cf6d0cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc390a14-73d9-30ea-6621-462e26db6127-2cf6d0cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399e5-232fd7e1, #w-node-_4bb00e5d-550c-b504-8197-017667b399ea-232fd7e1, #w-node-_4bb00e5d-550c-b504-8197-017667b399f5-232fd7e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399fa-232fd7e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc390a14-73d9-30ea-6621-462e26db6127-232fd7e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399e5-cad78c59, #w-node-_4bb00e5d-550c-b504-8197-017667b399ea-cad78c59, #w-node-_4bb00e5d-550c-b504-8197-017667b399f5-cad78c59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399fa-cad78c59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc390a14-73d9-30ea-6621-462e26db6127-cad78c59, #w-node-_40f79590-0a37-d252-b59c-697038385a56-cad78c59 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399e5-2cf728c9, #w-node-_4bb00e5d-550c-b504-8197-017667b399ea-2cf728c9, #w-node-_4bb00e5d-550c-b504-8197-017667b399f5-2cf728c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399fa-2cf728c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc390a14-73d9-30ea-6621-462e26db6127-2cf728c9, #w-node-_40f79590-0a37-d252-b59c-697038385a56-2cf728c9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399e5-e1f3db7e, #w-node-_4bb00e5d-550c-b504-8197-017667b399ea-e1f3db7e, #w-node-_4bb00e5d-550c-b504-8197-017667b399f5-e1f3db7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399fa-e1f3db7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc390a14-73d9-30ea-6621-462e26db6127-e1f3db7e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399e5-e1f3fca3, #w-node-_4bb00e5d-550c-b504-8197-017667b399ea-e1f3fca3, #w-node-_4bb00e5d-550c-b504-8197-017667b399f5-e1f3fca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399fa-e1f3fca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc390a14-73d9-30ea-6621-462e26db6127-e1f3fca3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399e5-7a38f389, #w-node-_4bb00e5d-550c-b504-8197-017667b399ea-7a38f389, #w-node-_4bb00e5d-550c-b504-8197-017667b399f5-7a38f389 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399fa-7a38f389 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc390a14-73d9-30ea-6621-462e26db6127-7a38f389, #w-node-_40f79590-0a37-d252-b59c-697038385a56-7a38f389 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399e5-46432ef3, #w-node-_4bb00e5d-550c-b504-8197-017667b399ea-46432ef3, #w-node-_4bb00e5d-550c-b504-8197-017667b399f5-46432ef3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399fa-46432ef3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc390a14-73d9-30ea-6621-462e26db6127-46432ef3, #w-node-_40f79590-0a37-d252-b59c-697038385a56-46432ef3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399e5-3bc53828, #w-node-_4bb00e5d-550c-b504-8197-017667b399ea-3bc53828, #w-node-_4bb00e5d-550c-b504-8197-017667b399f5-3bc53828 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399fa-3bc53828 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc390a14-73d9-30ea-6621-462e26db6127-3bc53828, #w-node-_40f79590-0a37-d252-b59c-697038385a56-3bc53828 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399e5-c85045e8, #w-node-_4bb00e5d-550c-b504-8197-017667b399ea-c85045e8, #w-node-_4bb00e5d-550c-b504-8197-017667b399f5-c85045e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399fa-c85045e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc390a14-73d9-30ea-6621-462e26db6127-c85045e8, #w-node-_40f79590-0a37-d252-b59c-697038385a56-c85045e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399e5-c850539b, #w-node-_4bb00e5d-550c-b504-8197-017667b399ea-c850539b, #w-node-_4bb00e5d-550c-b504-8197-017667b399f5-c850539b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399fa-c850539b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc390a14-73d9-30ea-6621-462e26db6127-c850539b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399e5-c8506905, #w-node-_4bb00e5d-550c-b504-8197-017667b399ea-c8506905, #w-node-_4bb00e5d-550c-b504-8197-017667b399f5-c8506905 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb00e5d-550c-b504-8197-017667b399fa-c8506905 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc390a14-73d9-30ea-6621-462e26db6127-c8506905, #w-node-_0eaaf7ba-d951-b53b-5daa-8f7af0b6c6a2-950dbfb4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0eaaf7ba-d951-b53b-5daa-8f7af0b6c6a9-950dbfb4, #w-node-_0eaaf7ba-d951-b53b-5daa-8f7af0b6c6ac-950dbfb4, #w-node-_0eaaf7ba-d951-b53b-5daa-8f7af0b6c6af-950dbfb4, #w-node-_0eaaf7ba-d951-b53b-5daa-8f7af0b6c6b2-950dbfb4, #w-node-_0eaaf7ba-d951-b53b-5daa-8f7af0b6c6b5-950dbfb4, #w-node-_0eaaf7ba-d951-b53b-5daa-8f7af0b6c6b8-950dbfb4, #w-node-_0eaaf7ba-d951-b53b-5daa-8f7af0b6c6bb-950dbfb4, #w-node-_7e00c0c0-1e88-e500-9337-e2a5ab11c3b3-a469b2d8, #w-node-_7e00c0c0-1e88-e500-9337-e2a5ab11c3bf-a469b2d8, #w-node-f016b854-d9a4-17ed-6845-f57469c5e7f7-a469b2d8, #w-node-f016b854-d9a4-17ed-6845-f57469c5e807-a469b2d8, #w-node-_10a36b6a-8968-bc56-7d0b-e7800f382733-a469b2d8, #w-node-_10a36b6a-8968-bc56-7d0b-e7800f382743-a469b2d8, #w-node-fbdf82ab-a1c4-a105-e30f-e9363f27f607-1fd77f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbdf82ab-a1c4-a105-e30f-e9363f27f608-1fd77f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-fbdf82ab-a1c4-a105-e30f-e9363f27f615-1fd77f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbdf82ab-a1c4-a105-e30f-e9363f27f616-1fd77f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-fbdf82ab-a1c4-a105-e30f-e9363f27f623-1fd77f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbdf82ab-a1c4-a105-e30f-e9363f27f624-1fd77f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-c188198e-df2b-e3a0-08f9-6b15d0351b4d-e5435576, #w-node-a99abd02-8921-9863-1727-3383161abc6c-e5435576, #w-node-a2a4828b-9b5a-f35e-1572-0d21d3213c62-e5435576, #w-node-a2a4828b-9b5a-f35e-1572-0d21d3213c63-e5435576, #w-node-b2f96273-c9cb-7baf-70b6-4d4fd3cd690e-e5435576, #w-node-c794386e-8136-b635-c969-0faa7b037e1b-e5435576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de417f86-5d77-9c39-0a44-2dee76d22e44-e5435576, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b5b-b75fe309 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf882897-6b32-acd3-f56f-e5b57a588b62-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b65-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b6a-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b6e-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b72-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b75-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b79-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b7d-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b80-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b84-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b88-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b8b-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b8f-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b93-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b96-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b99-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b9d-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588ba0-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588ba4-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588ba8-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588bac-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588bb0-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588bb4-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588bb8-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588bbc-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588bc0-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588bc4-b75fe309, #w-node-bf882897-6b32-acd3-f56f-e5b57a588bc8-b75fe309, #w-node-c0380810-ebc4-1368-59df-2dd66d3152cf-b75fe309, #w-node-_5b211720-5891-faef-6dc4-c8800e91c205-b75fe309, #w-node-_3cee8332-3055-c123-4526-999665909136-b75fe309 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-edfb7ea2-561f-b0fa-2037-e0441f7c9c19-80eb8269 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_4bb00e5d-550c-b504-8197-017667b399fa-4a4c4749, #w-node-_4bb00e5d-550c-b504-8197-017667b399fa-9185fa53, #w-node-_4bb00e5d-550c-b504-8197-017667b399fa-2cf6d0cd, #w-node-_4bb00e5d-550c-b504-8197-017667b399fa-232fd7e1, #w-node-_4bb00e5d-550c-b504-8197-017667b399fa-cad78c59, #w-node-_4bb00e5d-550c-b504-8197-017667b399fa-2cf728c9, #w-node-_4bb00e5d-550c-b504-8197-017667b399fa-e1f3db7e, #w-node-_4bb00e5d-550c-b504-8197-017667b399fa-e1f3fca3, #w-node-_4bb00e5d-550c-b504-8197-017667b399fa-7a38f389, #w-node-_4bb00e5d-550c-b504-8197-017667b399fa-46432ef3, #w-node-_4bb00e5d-550c-b504-8197-017667b399fa-3bc53828, #w-node-_4bb00e5d-550c-b504-8197-017667b399fa-c85045e8, #w-node-_4bb00e5d-550c-b504-8197-017667b399fa-c850539b, #w-node-_4bb00e5d-550c-b504-8197-017667b399fa-c8506905 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_62850e99-5bff-6116-3ad7-71ca4a0f457b-80eb824b {
    grid-column: span 1 / span 1;
  }

  #w-node-c0e5e298-8cf9-e477-68d3-4a0bccd62e6f-80eb8256 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25b0db6d-6712-1a30-5c2c-d72f5bdb1efa-80eb825f, #w-node-fdae436c-292f-e418-4cbf-daad500d243f-80eb825f {
    order: -9999;
  }

  #w-node-_65a8fa7a-475d-bc1a-b3f5-a1dfc8d7134c-06bf785e, #w-node-_2442bcbe-f92e-b76a-1bcf-7f95f94c7b25-06bf785e, #w-node-c2f3415c-0dcb-cd7e-8649-d024f8748d10-80eb8267, #w-node-_625e338a-735d-d02f-76fc-6ded0812d2ec-80eb8268 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d3e52f3-2cc0-abd1-92f6-d8d3643213dd-80eb8269, #w-node-_8d3e52f3-2cc0-abd1-92f6-d8d3643213e6-80eb8269, #w-node-_8d3e52f3-2cc0-abd1-92f6-d8d36432141a-80eb8269 {
    justify-self: start;
  }

  #w-node-d271bbf1-721c-002f-9d01-1391dc3a48ef-460b81c1, #w-node-de417f86-5d77-9c39-0a44-2dee76d22e44-460b81c1, #w-node-_0eaaf7ba-d951-b53b-5daa-8f7af0b6c6a2-950dbfb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e00c0c0-1e88-e500-9337-e2a5ab11c3bf-a469b2d8, #w-node-f016b854-d9a4-17ed-6845-f57469c5e807-a469b2d8, #w-node-_10a36b6a-8968-bc56-7d0b-e7800f382743-a469b2d8 {
    order: -9999;
  }

  #w-node-de417f86-5d77-9c39-0a44-2dee76d22e44-e5435576, #w-node-bf882897-6b32-acd3-f56f-e5b57a588b5b-b75fe309 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7da5bb76-1729-fbaa-4b96-42c9395269e4-460b81c1 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}