:root {
  --black: #020202;
  --white: white;
  --light-black: #161616;
  --slate-blue: #6445e5;
}

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

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

.section.work-track {
  width: 100%;
  height: 400vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.testimonials {
  padding-top: 306px;
}

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

.title {
  font-family: Archivo, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.title.h1 {
  font-size: 8em;
  font-weight: 300;
  line-height: .8em;
}

.title.h1.white.banner-heading {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
}

.title.h1.cta {
  color: #fff;
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 16px;
  text-decoration: none;
}

.title.h1.cta:hover {
  color: #6445e5;
}

.title.h1.me-work {
  font-size: 5.4em;
  position: absolute;
  top: 6%;
  left: 20%;
}

.title.h1.about-title {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 5.4em;
}

.title.h1.about-title.subheading {
  white-space: nowrap;
  font-size: 2.4em;
}

.title.h1.extra-large {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-size: 32vw;
  font-weight: 300;
  display: flex;
  position: sticky;
  top: 0;
}

.title.h2 {
  margin-top: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
}

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

.navbar {
  background-color: var(--black);
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.nav-link {
  background-color: var(--light-black);
  color: var(--white);
  border-radius: 100px;
  padding: 8px 24px;
}

.brand-image {
  max-height: 32px;
}

.banner-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-image {
  z-index: 1;
  vertical-align: baseline;
  height: 56vh;
  margin-right: 199px;
  padding-left: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  display: block;
  position: relative;
}

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

.camera {
  width: 99vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.frame-item {
  box-sizing: border-box;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.portfolio-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  max-width: 1020px;
  text-decoration: none;
  display: grid;
}

.portfolio-block:hover {
  color: #6445e5;
}

.portfolio-image {
  text-align: left;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 50vh;
  display: block;
}

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

.cta-text-link {
  color: #fff;
}

.cta-text-link:hover {
  color: var(--slate-blue);
}

.cta-text {
  font-size: 22px;
  line-height: 32px;
}

.footer-section {
  padding-top: 16px;
  padding-bottom: 16px;
}

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

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

.footer-link:hover {
  color: var(--slate-blue);
}

.scroll-down-button {
  z-index: 4;
  padding: 8px 12px;
  position: absolute;
  bottom: 0;
}

.testimonial-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.testimonial-block {
  border: 1px solid var(--light-black);
  background-color: var(--black);
  padding: 24px;
}

.testimonial-content {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.author-block {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.author-image {
  object-fit: cover;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.author-detail {
  padding-left: 12px;
}

.author-work {
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.about-text {
  width: 100%;
  max-width: 700px;
  margin-left: -58px;
  font-size: 20px;
  line-height: 30px;
}

.about-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button {
  background-color: var(--light-black);
  border-radius: 100px;
  padding: 8px 24px;
}

.camera-2 {
  width: 100%;
  position: relative;
}

.frame-2 {
  z-index: 4;
  width: 100%;
  position: relative;
}

.banner-image-2 {
  border-radius: 3000px;
  height: 56vh;
}

.grid {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template: "Area sd"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  margin-left: 43px;
  padding-right: 0;
}

.image-2 {
  margin-left: 0;
  margin-right: 0;
}

.canvas {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block {
  padding-top: 93px;
}

.div-block-4 {
  background-image: url('../images/robert-lukeman-zNN6ubHmruI-unsplash.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.div-block-4.card {
  background-image: url('../images/2I7A3737-copy-2.png');
}

.heading-3 {
  color: #dbdbdb;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 48px;
  position: static;
  overflow: visible;
}

.div-block-5 {
  background-image: url('../images/mark-harpur-K2s_YE031CA-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-6 {
  background-image: url('../images/nick-perez-duvq92-VCZ4-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.card {
  background-image: url('../images/2I7A3737-copy-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card._1 {
  background-image: url('../images/rodrigo-soares-c6SciRp2kaQ-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.heading-4 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/jan-behnisch-15hqcFKD-v0-unsplash-1.jpg');
  background-position: 50% -50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -130px;
  margin-bottom: 20px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 200px;
  line-height: 1.1em;
}

.div-block-7 {
  background-image: url('../images/daniela-cuevas-t7YycgAoVSw-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-7.card {
  background-image: url('../images/nick-perez-duvq92-VCZ4-unsplash.jpg');
}

.div-block-8 {
  background-image: url('../images/jan-behnisch-15hqcFKD-v0-unsplash-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-8.card {
  background-image: url('../images/2I7A3737-copy.JPG');
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  height: 300vh;
}

.div-block {
  opacity: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  text-shadow: 0 1px 1px #0003;
  text-decoration: none;
  display: block;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  text-overflow: clip;
  text-decoration: none;
}

.subheading {
  padding-left: 73px;
}

.text-span {
  text-shadow: 0 1px 1px #0003, 0 1px 1px #0003;
}

.heading-5 {
  text-align: center;
  margin-top: 21px;
  margin-bottom: 70px;
  font-size: 62px;
}

.columns {
  margin-top: 119px;
}

.section1 {
  background-color: #f5f5f5;
  width: 100vw;
  padding-top: 10vh;
  padding-bottom: 50px;
  padding-left: 10vw;
  display: flex;
}

.section1.full {
  background-color: #000;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 85vw;
  margin-top: 30px;
  margin-left: 15vw;
  padding: 0 20px 0 0;
  display: block;
}

.image_new {
  background-color: #fff;
  border: 10px solid #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  margin: 10px;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
  box-shadow: 9px 5px 25px -15px #0000001a;
}

.image_new:hover {
  transform: scale(.99);
}

.scale-up {
  transform: scale(1.15);
}

.scale-up._2 {
  transform: scale(1.25);
}

.scale-up.km {
  pointer-events: auto;
  color: var(--black);
  border: 1px #000;
  border-radius: 15px;
  font-family: PT Serif, serif;
  font-weight: 700;
}

.full_container {
  flex: 1;
}

.image1 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  min-width: 25%;
  max-width: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  transition: transform .2s;
  display: flex;
}

.image1:hover {
  transform: scale(.98);
}

.image1.bg-img {
  background-image: url('../images/you-know_7840978036_o.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image1.bg-img._3 {
  background-image: url('../images/earth-over-fire_21354722810_o.jpg');
  background-position: 50%;
  background-size: 500px;
}

.image1.bg-img._2 {
  background-color: #f0f0e4;
  background-image: url('../images/fair-play_9199721631_o.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image1.color_alt {
  background-color: #dfdfd4;
}

.image1.square {
  flex: 1;
  align-self: stretch;
  align-items: stretch;
}

.image1.double {
  flex-grow: 2;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 40%;
  overflow: hidden;
}

.row {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.row_3 {
  display: flex;
}

.img {
  flex: 1;
  align-self: stretch;
}

.series_section {
  margin-top: 50px;
}

.series_section.full {
  flex: 1;
  margin-top: 10px;
  margin-bottom: 50px;
}

.row_2 {
  display: flex;
}

.enhance-img {
  transform: scale(1.54);
}

.enhance-img._2 {
  transform: scale(2);
}

.null-img {
  display: none;
}

.section-2 {
  background-color: #f7f2f2;
}

.container-2 {
  margin-left: -64px;
  margin-right: 22px;
  padding-left: 0;
}

.home-banner_clip {
  border-top-left-radius: .625rem;
  border-bottom-left-radius: .625rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-banner_frame {
  mix-blend-mode: lighten;
  background-color: #f1f0ed;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.home-banner_frame.pointer-events-off {
  z-index: 100;
}

.word-three {
  display: inline-block;
}

.text-size-regular {
  flex: 0 auto;
  font-size: 1.4rem;
  line-height: 1.55;
  position: static;
  top: -24px;
}

.text-size-regular.text-style-muted {
  font-size: 1.3rem;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.home-banner_cutout {
  background-color: #000;
  border-radius: 0 .625rem .625rem 0;
  flex: 1;
}

.home-benefits_title {
  max-width: 27rem;
}

.home-benefits_descript {
  max-width: 21rem;
}

.clip {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.team_block {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  border-bottom: 1px #ceccc8;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: .8fr 1.2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 4rem 4rem 6rem;
  display: grid;
}

.font-style-2 {
  font-size: 2rem;
  font-weight: 300;
}

.home-banner_bkg {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-medium {
  margin-bottom: 2px;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.container-large {
  width: 100%;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}

.base-height {
  padding-top: 90%;
}

.home-banner_wrap {
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: sticky;
  top: 0;
}

.home-benefits_intro {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-banner_gallery {
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-large {
  font-size: 1.5rem;
}

.home-banner_list {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #dfdedb;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.base-wrap {
  background-color: #dfdedb;
  border-bottom: 1px dashed #ceccc8;
}

.base-wrap.top {
  background-color: #dfdedb;
  border-radius: 20px;
  padding-top: 2rem;
}

.base-wrap.btm {
  border-bottom-style: none;
  padding-bottom: 2rem;
}

.home-action_com {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  min-height: 100vh;
  margin-top: 0;
  padding: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.image-overlay {
  z-index: 100;
  background-color: #11111173;
  position: absolute;
  inset: 0%;
}

.image-overlay.light-overlay {
  background-color: #11111126;
  border-radius: .625rem;
  flex: 0 auto;
  align-self: auto;
  inset: 0% auto auto 0%;
}

.image-fill {
  z-index: 5;
  object-fit: cover;
  border-radius: .625rem;
  align-self: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

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

.h5 {
  color: #c7c7c7;
  font-size: 2rem;
  font-weight: 700;
}

.h5.white {
  color: #fff;
}

.button-red-border {
  background-color: #3898ec00;
  border: 1px solid #fb1516;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-top: 40px;
  padding: 0 20px;
  font-size: 1.125rem;
  line-height: 1.5;
  display: flex;
}

.workshops-cards-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-text-1 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.body-text-1.grey {
  color: #c7c7c7;
}

.workshop-single-card-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  width: 550px;
  padding-right: 0;
  display: flex;
}

.workshop-image-wrapper {
  margin-top: 80px;
  margin-bottom: -7px;
  padding-top: 0;
  padding-bottom: 97px;
}

.price-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.workshop-image {
  transform-style: preserve-3d;
  min-width: 100%;
  margin-top: 220px;
  padding-top: 0;
  transition: opacity .2s;
  transform: rotateX(0)rotateY(-1deg)rotateZ(0);
}

.workshop-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 71px;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .title.h1.white.banner-heading {
    font-size: 6em;
  }

  .title.h1.white.banner-heading-2 {
    text-align: center;
    font-size: 6em;
    position: absolute;
    bottom: 100px;
  }

  .title.h1.cta {
    font-size: 6em;
  }

  .title.h1.me-work {
    font-size: 3.8em;
    left: 16px;
  }

  .title.h1.about-title {
    font-size: 3.8em;
  }

  .title.h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .banner-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-bottom: 100px;
  }

  .frame-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner-image-2 {
    object-fit: cover;
    max-width: 100%;
  }

  .section1.full {
    width: 85vw;
    height: 100vh;
    padding-left: 53px;
  }

  .home-banner_clip {
    border-radius: .625px;
  }

  .home-banner_frame.pointer-events-off {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-banner_cutout {
    border-radius: .625rem;
  }

  .team_block {
    grid-row-gap: 6rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .home-banner_wrap {
    height: 80vw;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .base-wrap.top {
    padding-top: 1rem;
  }

  .base-wrap.btm {
    padding-bottom: 1rem;
  }

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

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

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

  .h5 {
    font-size: 1.875rem;
  }

  .workshops-cards-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 49px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.cta {
    height: 60vh;
  }

  .title.h1.white.banner-heading, .title.h1.white.banner-heading-2, .title.h1.cta {
    font-size: 4.4em;
  }

  .title.h1.me-work {
    font-size: 3em;
    top: 4%;
  }

  .title.h1.about-title {
    font-size: 3em;
  }

  .title.h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .nav-link {
    font-size: 14px;
    line-height: 22px;
  }

  .brand-image {
    max-width: 84%;
  }

  .banner-image {
    max-height: 450px;
  }

  .portfolio-image {
    object-fit: cover;
    height: 56vh;
  }

  .cta-text {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-text {
    font-size: 14px;
    line-height: 22px;
  }

  .testimonial-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonial-content, .about-text {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-image-2 {
    height: 50vh;
  }

  .section1.full {
    width: 100vw;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 20px;
  }

  .home-banner_clip {
    border-radius: .625rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .team_block {
    grid-row-gap: 4rem;
    padding: 1.5rem 1.5rem 3rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .grid-3-columns.gallery-v5 {
    grid-column-gap: 16px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title.h1.white.banner-heading {
    font-size: 3em;
  }

  .title.h1.white.banner-heading-2 {
    font-size: 3.8em;
    bottom: 60px;
  }

  .title.h1.cta {
    font-size: 2.6em;
  }

  .title.h1.me-work, .title.h1.about-title {
    font-size: 2em;
  }

  .title.h1.extra-large {
    height: 60vh;
  }

  .container, .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-image {
    max-width: 76%;
  }

  .banner-image {
    width: 94%;
    height: auto;
    max-height: none;
    margin-top: -4px;
    padding-top: 0;
    padding-left: 0;
  }

  .cta {
    text-align: center;
  }

  .about-text {
    margin-left: 0;
  }

  .text-block {
    margin-top: 97px;
    padding-top: 133px;
    padding-left: 101px;
    padding-right: 0;
  }

  .subheading {
    padding-left: 30px;
  }

  .section1 {
    width: 100vw;
    padding-top: 5vh;
    padding-left: 0;
  }

  .section1.full {
    width: 100vw;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .image_new {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image1 {
    flex: none;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .row {
    flex-wrap: wrap;
    display: block;
  }

  .row_3 {
    flex-flow: wrap;
    width: 100%;
    display: block;
  }

  .series_section.full {
    margin-top: 30px;
  }

  .row_2 {
    display: block;
  }

  .team_block {
    grid-template-columns: 1fr .8fr;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-1-column.gap-row-28px.hidden-mbp {
    display: none;
  }

  .grid-1-column.gap-row-28px.gap-row-16-mbp {
    grid-row-gap: 16px;
  }

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

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

  .image-wrapper.overflow-hidden.border-radius-24px {
    border-radius: 16px;
  }

  .workshop-image {
    width: 20px;
    min-width: 50%;
    margin-left: 18px;
    padding-left: 0;
  }

  .workshop-text-wrapper {
    width: 200px;
    min-width: 50px;
    margin-left: 47px;
    padding-left: 14px;
  }
}

#w-node-_7bbf3c87-5af2-1d30-aed1-dbf41b2ecd00-0e4617d2 {
  justify-self: center;
}

#w-node-_327258d5-dc51-fad5-cb08-7bc437787b2b-0e4617d2 {
  place-self: auto end;
}

#w-node-db8ba115-30d7-d4eb-2f9a-cf88c3c95ba4-0e4617d2 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b960a29d-b81c-f941-1ca8-2848353deeea-0e4617d2, #w-node-b960a29d-b81c-f941-1ca8-2848353deef9-0e4617d2, #w-node-_46600288-ff95-0b45-84c6-f5acb70098fb-0e4617d2, #w-node-b960a29d-b81c-f941-1ca8-2848353def08-0e4617d2, #w-node-b960a29d-b81c-f941-1ca8-2848353def17-0e4617d2, #w-node-b960a29d-b81c-f941-1ca8-2848353def26-0e4617d2, #w-node-b960a29d-b81c-f941-1ca8-2848353def35-0e4617d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

@media screen and (max-width: 767px) {
  #w-node-db8ba115-30d7-d4eb-2f9a-cf88c3c95ba4-0e4617d2 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


