:root {
  --cadet-blue-2: #408da0;
  --snow-blue-1: #e7eff1;
  --dim-grey: #555;
  --cadet-blue: #4fa1b2;
  --light-grey: #d4d7d2;
  --powder-blue: #b1cccc;
  --light-slate-grey: #919fab;
  --light-grey-2: #c9d2d6;
  --peru: #a9875e;
  --light-blue: #b1cdd3;
  --wheat: #d1c7b0;
  --olive: #928323;
  --misty-rose: #f5d5d4;
  --honeydew: #cae2ca;
  --misty-rose-2: #ecd9d8;
}

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

.snoval---logo {
  color: #555;
  cursor: pointer;
  background-color: #0000;
  font-family: EB Garamond, sans-serif;
  font-size: 30px;
  font-weight: 200;
  text-decoration: none;
}

.snoval---logo.sml {
  color: var(--cadet-blue-2);
  margin-top: 3px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
}

.snoval---logo.sml._2 {
  margin-left: -4px;
  padding-left: 0;
}

.snoval---logo.sml.white {
  color: var(--snow-blue-1);
}

.snoval---logo.caps {
  color: var(--cadet-blue-2);
  font-size: 32px;
}

.snoval---logo.caps._2 {
  margin-left: -1px;
}

.snoval---logo.caps.white {
  color: var(--snow-blue-1);
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 10px 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: grid;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: none;
}

.button {
  background-color: #facd2d;
  font-family: Montserrat, sans-serif;
}

.list-item {
  text-decoration: none;
}

.nav-logo-link {
  align-items: center;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.container {
  max-width: 1600px;
}

.container-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
  top: auto;
}

.nav-link-2 {
  font-family: Montserrat, sans-serif;
}

.nav-link-3 {
  color: var(--dim-grey);
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  transition: all .3s;
}

.nav-link-3:hover {
  color: var(--cadet-blue);
  font-weight: 300;
}

.nav-link-3.w--current {
  color: var(--cadet-blue-2);
}

.nav-menu {
  flex: 0 auto;
}

.brand {
  flex: 1;
}

.brand.w--current {
  cursor: pointer;
  display: flex;
}

.navbar {
  background-color: var(--snow-blue-1);
  opacity: .95;
  position: sticky;
  top: 24px;
  box-shadow: 0 2px 6px -1px #00000030;
}

.section---contact-bar {
  z-index: 99999;
  background-color: var(--light-slate-grey);
  opacity: .96;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.link {
  color: var(--snow-blue-1);
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: all .3s;
}

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

.div-block {
  justify-content: flex-end;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.section---hero {
  color: #000;
  height: 700px;
  margin-top: -67px;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.section-bottom-test {
  z-index: -2;
  background-color: var(--snow-blue-1);
  height: 800px;
  position: relative;
  overflow: hidden;
}

.hero-text-block {
  z-index: 2;
  background-color: var(--snow-blue-1);
  opacity: 1;
  width: 600px;
  padding: 31px 40px 44px;
  position: absolute;
  inset: auto 0% 11% 8%;
  box-shadow: 3px 3px 8px #0000002b;
}

.hero-text-block.right {
  inset: auto 8% -19% auto;
}

.hero-text-block.hero {
  bottom: 16%;
}

.hero-text-block.how-can-we, .hero-text-block.services {
  background-color: var(--light-slate-grey);
  width: 500px;
}

.heading {
  color: #4387cf;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.hero-textblock-text {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.hero-textblock-text.gray {
  color: var(--snow-blue-1);
}

.button-hero {
  color: #2982ee;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  height: 20px;
  margin-top: 26px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-hero.why-work-button {
  width: 100%;
  margin-top: 0;
}

.button-hero.about {
  width: auto;
}

.button-hero.about.w--current {
  justify-content: space-between;
  width: auto;
  height: auto;
  margin-top: 10px;
}

.button-hero.about-top-button {
  width: auto;
  margin-top: 10px;
}

.button-hero.about-top-button.w--current {
  justify-content: space-between;
  width: auto;
  height: auto;
  margin-top: 10px;
}

.hero-button-text {
  color: var(--dim-grey);
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.hero-button-text.white {
  color: var(--snow-blue-1);
}

.hero-button-text.why-work-button {
  color: var(--snow-blue-1);
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  line-height: 22px;
}

.image-holder {
  color: #3d7cca;
  background-color: #0000;
  background-image: url('../images/image_ski_lift_vista_1.jpg');
  background-size: auto;
  width: 100%;
  height: 160%;
  margin-left: 0;
  position: absolute;
}

.image-holder.how-can {
  background-image: url('../images/2021_ski_2_Taller_A1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-holder.how-can.about {
  background-image: url('../images/2_skiers_fresh_snow_A2.jpg');
}

.image-holder.how-can.services {
  background-image: url('../images/Man_Overlook_Blue_Coat_B1.jpg');
  background-position: 50% 100%;
}

.image-holder.how-can.testimonials {
  background-image: url('../images/snowy_tree_path_A2.jpg');
}

.image-holder.why-work {
  background-image: url('../images/2021_ski_4.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-holder.why-work.about {
  background-image: url('../images/Guy_On_Hill_1800x1432_A1.jpg');
  height: 140%;
}

.image-holder.why-work.founder {
  background-image: url('../images/Power_Deep_Ski_A1.jpg');
  background-position: 90% 80%;
  height: 140%;
}

.colored-angle {
  background-color: var(--powder-blue);
  opacity: 1;
  width: 100%;
  height: 200px;
  position: absolute;
  inset: auto 0% 14%;
  transform: translate(0, 205px)skew(0deg, 4deg);
}

.colored-angle.yellow {
  background-color: var(--peru);
  height: 330px;
  top: 528px;
  bottom: 0%;
}

.colored-angle.blue {
  background-color: #cadfdf;
  height: auto;
  margin-left: 0;
  padding: 198px 8% 114px;
  top: 400px;
  bottom: auto;
  box-shadow: 0 1px 11px #0000005e;
}

.colored-angle.blue.brown {
  background-color: var(--peru);
  padding-top: 100px;
  padding-bottom: 88px;
  top: 536px;
}

.colored-angle.blue.brown.meet-the {
  background-color: var(--light-blue);
  top: 579px;
}

.colored-angle.blue.about {
  background-color: var(--wheat);
  padding-top: 100px;
  padding-bottom: 100px;
  top: 390px;
}

.colored-angle.blue.testimonials {
  background-color: #d5e8f4;
  padding-top: 100px;
  padding-bottom: 100px;
  top: 390px;
}

.colored-angle.blue.contact {
  background-color: var(--snow-blue-1);
  padding-top: 80px;
  padding-bottom: 80px;
  top: 133px;
}

.colored-angle.blue.services {
  background-color: var(--light-grey);
  padding-top: 100px;
  padding-bottom: 100px;
  top: 390px;
}

.div-block-2 {
  transform: ;
  transform-origin: 50% 0;
  background-image: url('../images/image_inside_tables_A2.jpg');
  background-position: 50%;
  background-size: 100% 100%;
  width: 100%;
  height: 140%;
  position: absolute;
  inset: 0% 0% auto;
}

.section-why-work {
  z-index: 4;
  height: 800px;
  margin-top: 212px;
  position: relative;
}

.section-why-work.about {
  height: 850px;
  margin-top: 559px;
}

.image-mask {
  height: 850px;
  position: relative;
  overflow: hidden;
}

.image-mask.why-work {
  height: 900px;
}

.image-mask.how-can {
  height: 800px;
}

.image-mask.about-hero {
  height: 850px;
}

.image-mask.contact {
  height: 500px;
}

.image-mask.services-hero {
  height: 850px;
}

.image-mask.home {
  height: 800px;
}

.image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
}

.section-bottom-filler {
  height: 1500px;
  padding-left: 126px;
}

.arrow-image {
  padding-right: 80px;
}

.hero-text-block-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.hero-text-block-header.gray {
  color: var(--snow-blue-1);
}

.hero-button-arrow {
  color: #3d7cca;
  background-color: #0000;
  width: 20px;
  height: auto;
  margin-top: 4px;
  margin-left: 8px;
  position: absolute;
}

.sec-home-hero {
  z-index: 8;
  height: 850px;
  margin-top: 24px;
  display: block;
  position: relative;
}

.hero-image {
  color: #3d7cca;
  background-color: #0000;
  background-image: url('../images/Skiiers_Overlooking_Valley_A4.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 140%;
  margin-left: 0;
  position: absolute;
}

.hero-image.about {
  background-image: url('../images/Carying_Skis_1800x1201_A1.jpg');
  background-position: 50%;
  height: 130%;
}

.hero-image.testimonials {
  background-image: url('../images/ski_lift_happy_guys_1600x1939.jpg');
  background-position: 100% 100%;
  height: 160%;
}

.hero-image.contact {
  background-image: url('../images/Distance_Skiiers_1600x1600.jpg');
  background-position: 50% 40%;
  height: 160%;
}

.hero-image.services {
  background-image: url('../images/3_people_skilift_selfy_A1.jpg');
  background-position: 50%;
  height: 160%;
}

.image-2 {
  background-color: var(--light-slate-grey);
}

.footer {
  background-color: var(--light-slate-grey);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  color: var(--snow-blue-1);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-link {
  color: var(--snow-blue-1);
  cursor: pointer;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: none;
}

.text-block {
  color: var(--snow-blue-1);
  font-family: Montserrat, sans-serif;
}

.footer-snoval-logo {
  color: var(--snow-blue-1);
  background-color: #0000;
  margin-bottom: 20px;
  font-family: EB Garamond, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.footer-no-link {
  color: var(--snow-blue-1);
  cursor: default;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-no-link:hover {
  text-decoration: none;
}

.footer-link-copy {
  color: var(--snow-blue-1);
  cursor: auto;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link-copy:hover {
  text-decoration: none;
}

.footer-logo {
  flex: 1;
}

.div-block-5, .angle-text-block-holder {
  transform: skew(0deg, -4deg);
}

.angle-text-block-holder.contact-2 {
  transform: none;
}

.angle-header {
  color: var(--dim-grey);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.angle-header.brown {
  color: var(--snow-blue-1);
}

.angle-header.brown.meet {
  color: var(--dim-grey);
}

.angle-header.projects {
  margin-bottom: 20px;
}

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

.grid.contact {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.grid.about {
  grid-template-rows: auto;
}

.angle-body-text {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}

.angle-body-text.about {
  font-size: 18px;
  line-height: 28px;
}

.angle-body-text.testimonlals {
  font-size: 21px;
  font-weight: 300;
  line-height: 38px;
}

.angle-body-text.services {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.angle-body-text.home {
  font-size: 21px;
}

.why-work-with-us-text {
  color: var(--snow-blue-1);
  margin-bottom: 16px;
  padding-left: 7px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.why-work-with-us-text.home {
  padding-left: 4px;
}

.list-3 {
  margin-right: 0;
  padding-left: 17px;
  font-family: Montserrat, sans-serif;
}

.sec-how-can-we {
  z-index: 2;
  height: 800px;
  margin-top: 540px;
  position: relative;
}

.sec-how-can-we.about {
  margin-top: 508px;
}

.sec-how-can-we.testimonials {
  margin-top: 698px;
}

.sec-how-can-we.contact {
  margin-top: 1000px;
}

.sec-how-can-we.testimonials-copy {
  margin-top: 1934px;
}

.sec-how-can-we.services {
  margin-top: 789px;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  color: var(--snow-blue-1);
}

.sec-about-hero-image {
  z-index: 8;
  height: 700px;
  margin-top: 24px;
  position: relative;
}

.sec-about-hero-image.contact {
  height: 500px;
}

.about-text-block {
  z-index: 2;
  background-color: var(--snow-blue-1);
  opacity: 1;
  width: 600px;
  padding: 31px 40px 44px;
  position: absolute;
  inset: auto 0% 11% 8%;
  box-shadow: 3px 3px 8px #0000002b;
}

.about-text-block.right {
  inset: auto 8% -19% auto;
}

.about-text-block.hero {
  bottom: 16%;
}

.about-text-block.how-can-we {
  background-color: var(--light-slate-grey);
}

.sec-meet-founder {
  z-index: 4;
  height: 800px;
  margin-top: 212px;
  position: relative;
}

.sec-meet-founder.about {
  height: 900px;
  margin-top: 415px;
}

.image-wrapper {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}

.image-filler {
  background-image: url('../images/2021_ski_3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 170%;
  height: 170%;
  position: absolute;
}

.section {
  background-color: var(--powder-blue);
  height: 800px;
}

.quote-box {
  margin-bottom: 40px;
}

.grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(120px, .25fr) 1fr;
  line-height: 2px;
}

.quote-image-wrapper {
  width: 120px;
  height: 120px;
}

.image-3 {
  border-radius: 200px;
}

.image-3.bob, .image-3.tim, .image-3.win, .image-3.cris {
  border: 1px solid var(--light-slate-grey);
}

.quote-name {
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.quote-name-attributes {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.italic-text {
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.italic-text-2 {
  font-size: 16px;
}

.divider-bar-wrapper {
  height: 30px;
}

.divider-line {
  background-color: var(--light-slate-grey);
  color: #0000008c;
  width: 100%;
  height: 1px;
  margin-top: 40px;
}

.contact-wrapper {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-angle-background {
  height: auto;
}

.section-angle-background.projects, .section-angle-background.contact {
  z-index: 1;
  height: 100%;
  margin-top: -24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.angle-color {
  background-color: var(--light-blue);
  color: var(--powder-blue);
  height: 650px;
  margin-top: -100px;
  transform: skew(0deg, 4deg);
  box-shadow: 0 0 8px 3px #00000073;
}

.angle-color.contact-2 {
  background-image: url('../images/Distance_Skiiers_1600x1600.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  box-shadow: inset 0 0 8px #0000004d;
}

.map-wrapper {
  z-index: 2;
  background-color: #0000;
  width: 900px;
  height: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: absolute;
  left: 5%;
  right: 5%;
}

.html-embed {
  height: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 8px 3px #0000002e;
}

.section-background, .body {
  background-color: var(--snow-blue-1);
}

.section-full {
  position: relative;
}

.section-project-text {
  justify-content: center;
  margin-top: 176px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-wrapper {
  flex: 1;
  width: auto;
  max-width: 900px;
  margin-top: -60px;
  padding-left: 0;
  overflow: hidden;
}

.list-wrapper.projects {
  margin-top: 7px;
}

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

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

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

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.proj_sub_head {
  color: var(--dim-grey);
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.list-item-7 {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.proj-list {
  color: var(--dim-grey);
  margin-bottom: 4px;
  margin-left: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.list-4 {
  margin-bottom: 40px;
  padding-left: 35px;
}

._3-columns-wrapper {
  margin-bottom: 80px;
}

._2-columns-wrapper, ._1-column-wrapper {
  margin-bottom: 80px;
  display: none;
}

.map-wrapper-tablet {
  z-index: 2;
  background-color: #0000;
  width: 900px;
  height: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: none;
  position: absolute;
  left: 5%;
  right: 5%;
}

.html-emeded-main-and-up {
  height: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 8px 3px #0000002e;
}

.map-wrapper-horiz-phone, .map-wrapper-phone {
  z-index: 2;
  background-color: #0000;
  width: 900px;
  height: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: none;
  position: absolute;
  left: 5%;
  right: 5%;
}

.div-block-6, .logo-live-type {
  display: flex;
}

.logo-live-type.white {
  margin-bottom: 25px;
}

.sec-services {
  z-index: 8;
  height: 700px;
  margin-top: 24px;
  position: relative;
}

.sec-services.contact {
  height: 500px;
}

.services-sub-header {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.services-sub-header.bold {
  font-weight: 400;
}

.section-contact-2 {
  justify-content: center;
  width: 100%;
  margin: 100px auto;
  display: flex;
}

.html-embed-2 {
  width: 100%;
  max-width: 900px;
}

.utility-page-wrap {
  background-image: url('../images/2_skiers_fresh_snow_A2.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.link-2 {
  color: var(--cadet-blue-2);
  text-decoration: underline;
}

.image-4 {
  padding: 33px 33px 33px 0;
}

@media screen and (min-width: 1280px) {
  .button-hero.about.w--current, .button-hero.about-top-button.w--current {
    width: auto;
    margin-top: 10px;
  }

  .image-holder.how-can {
    background-image: url('../images/2021_ski_2_Taller_A1.jpg');
  }

  .image-holder.why-work.about, .image-holder.why-work.founder {
    height: 130%;
  }

  .colored-angle.blue {
    padding-bottom: 150px;
  }

  .section-why-work {
    margin-top: 197px;
  }

  .image-mask.why-work {
    height: 1000px;
  }

  .hero-image.testimonials {
    background-position: 100% 20%;
    height: 140%;
  }

  .hero-image.services {
    height: 140%;
  }

  .grid {
    grid-template-rows: auto;
  }

  .sec-how-can-we {
    margin-top: 511px;
  }

  .sec-how-can-we.about {
    margin-top: 343px;
  }

  .sec-how-can-we.testimonials {
    margin-top: 692px;
  }

  .sec-how-can-we.contact {
    margin-top: 1000px;
  }

  .sec-how-can-we.testimonials-copy {
    margin-top: 1931px;
  }

  .sec-how-can-we.services {
    margin-top: 692px;
  }

  .sec-meet-founder {
    margin-top: 197px;
  }

  .sec-meet-founder.about {
    height: 1000px;
    margin-top: 385px;
  }
}

@media screen and (min-width: 1440px) {
  .snoval---logo {
    font-family: EB Garamond, sans-serif;
    font-size: 34px;
    font-weight: 400;
  }

  .snoval---logo.sml {
    align-self: flex-end;
    font-size: 24px;
    font-weight: 500;
  }

  .container-2 {
    flex-direction: row;
  }

  .brand.w--current {
    align-self: center;
    display: flex;
  }

  .image-holder.why-work.about, .image-holder.why-work.founder {
    margin-top: 0;
  }

  .colored-angle.blue.brown {
    padding-top: 120px;
    padding-bottom: 104px;
    top: 522px;
  }

  .section-why-work {
    margin-top: 188px;
  }

  .section-why-work.about {
    margin-top: 393px;
  }

  .hero-image.testimonials {
    background-position: 100% 30%;
    height: 140%;
  }

  .hero-image.services {
    background-position: 100% 75%;
    height: 140%;
  }

  .sec-how-can-we {
    margin-top: 423px;
  }

  .sec-how-can-we.about {
    margin-top: 253px;
  }

  .sec-how-can-we.testimonials {
    margin-top: 593px;
  }

  .sec-how-can-we.contact {
    margin-top: 1000px;
  }

  .sec-how-can-we.testimonials-copy {
    margin-top: 1693px;
  }

  .sec-how-can-we.services {
    margin-top: 593px;
  }

  .sec-meet-founder {
    margin-top: 188px;
  }

  .sec-meet-founder.about {
    margin-top: 279px;
  }

  .div-block-6, .logo-live-type {
    flex-direction: row;
    align-self: flex-end;
    align-items: flex-end;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link-3.w--current {
    color: #000;
  }

  .image-holder.how-can {
    background-position: 50%;
  }

  .image-holder.how-can.testimonials {
    background-image: url('../images/snowy_tree_path_A2.jpg');
  }

  .image-holder.why-work.founder {
    background-position: 50% 0;
  }

  .section-why-work {
    margin-top: 93px;
  }

  .section-why-work.about {
    margin-top: 286px;
  }

  .image-mask.why-work {
    height: 1000px;
  }

  .sec-how-can-we {
    margin-top: 250px;
  }

  .sec-how-can-we.about {
    margin-top: 173px;
  }

  .sec-how-can-we.testimonials {
    margin-top: 498px;
  }

  .sec-how-can-we.contact {
    margin-top: 1000px;
  }

  .sec-how-can-we.testimonials-copy {
    margin-top: 1605px;
  }

  .sec-how-can-we.services {
    margin-top: 498px;
  }

  .sec-meet-founder {
    margin-top: 93px;
  }

  .sec-meet-founder.about {
    height: 1000px;
    margin-top: 197px;
  }

  .section-angle-background.projects, .section-angle-background.contact {
    margin-top: -100px;
  }

  .angle-color {
    height: 650px;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .container-2 {
    padding-left: 30px;
    padding-right: 0;
  }

  .nav-link-3 {
    color: var(--dim-grey);
    font-size: 20px;
    font-weight: 400;
    display: block;
  }

  .nav-link-3:hover {
    background-color: var(--light-grey);
    color: var(--dim-grey);
    font-weight: 400;
  }

  .nav-link-3.w--current {
    font-size: 20px;
  }

  .nav-menu {
    background-color: var(--powder-blue);
    box-shadow: 0 2px 6px #00000054;
  }

  .section---contact-bar {
    background-color: var(--light-slate-grey);
    color: var(--light-slate-grey);
  }

  .div-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-text-block {
    padding: 24px 34px 34px;
    bottom: 15%;
    left: 4%;
  }

  .hero-text-block.right {
    bottom: -29%;
    right: 4%;
  }

  .hero-text-block.hero {
    bottom: 21%;
  }

  .hero-text-block.how-can-we, .hero-text-block.services {
    bottom: 8%;
  }

  .image-holder.how-can {
    background-position: 50% 100%;
  }

  .image-holder.how-can.services {
    background-position: 35% 90%;
    height: 180%;
    margin-top: 62px;
  }

  .image-holder.why-work {
    background-image: url('../images/2021_ski_4.jpg');
    background-position: 40% 100%;
  }

  .image-holder.why-work.about {
    background-position: 50% 80%;
    height: 130%;
  }

  .image-holder.why-work.founder {
    background-position: 80%;
    height: 130%;
  }

  .colored-angle {
    background-color: var(--powder-blue);
    height: 250px;
    bottom: 9%;
    transform: translate(0, 162px)skew(0deg, 4deg);
  }

  .colored-angle.yellow {
    height: 400px;
    top: 500px;
  }

  .colored-angle.blue {
    padding-top: 190px;
    padding-bottom: 107px;
  }

  .colored-angle.blue.brown.meet-the {
    padding-top: 80px;
    padding-bottom: 99px;
  }

  .section-why-work {
    margin-top: 196px;
  }

  .section-why-work.about {
    margin-top: 527px;
  }

  .image-mask {
    height: 700px;
  }

  .image-mask.how-can, .image-mask.home {
    height: 600px;
    margin-top: 0;
  }

  .hero-image {
    background-position: 70% 85%;
    background-size: cover;
    height: 160%;
  }

  .hero-image.about {
    background-position: 50%;
    height: 120%;
  }

  .hero-image.contact {
    background-position: 50% 60%;
    height: 150%;
  }

  .hero-image.services {
    background-position: 50% 70%;
  }

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

  .div-block-3, .div-block-4, .list {
    width: 30%;
  }

  .menu-button {
    background-color: var(--powder-blue);
    padding-right: 18px;
  }

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

  .icon {
    color: var(--dim-grey);
  }

  .angle-header.about, .angle-header.contact, .angle-header.projects, .angle-header.services {
    margin-bottom: 40px;
  }

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

  .angle-body-text.home {
    font-size: 21px;
  }

  .sec-how-can-we {
    height: 600px;
    margin-top: 551px;
  }

  .sec-how-can-we.about {
    margin-top: 1035px;
  }

  .sec-how-can-we.testimonials {
    margin-top: 766px;
  }

  .sec-how-can-we.contact {
    margin-top: 1000px;
  }

  .sec-how-can-we.testimonials-copy {
    margin-top: 1964px;
  }

  .sec-how-can-we.services {
    margin-top: 766px;
  }

  .about-text-block {
    padding: 24px 34px 34px;
    bottom: 15%;
    left: 4%;
  }

  .about-text-block.right {
    bottom: -29%;
    right: 4%;
  }

  .about-text-block.hero {
    bottom: 21%;
  }

  .about-text-block.how-can-we {
    bottom: 8%;
  }

  .sec-meet-founder {
    margin-top: 196px;
  }

  .sec-meet-founder.about {
    margin-top: 427px;
  }

  .angle-color {
    margin-top: -200px;
  }

  .angle-color.contact-2 {
    background-position: 50% 25%;
  }

  .map-wrapper {
    display: none;
  }

  .html-embed {
    height: 500px;
  }

  .list-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-3._2-column-wrapper {
    width: 100%;
  }

  ._3-columns-wrapper {
    display: none;
  }

  ._2-columns-wrapper {
    display: block;
  }

  .map-wrapper-tablet {
    width: 700px;
    height: 500px;
    display: block;
  }

  .html-emeded-main-and-up {
    height: 500px;
  }

  .map-wrapper-horiz-phone, .map-wrapper-phone {
    width: 700px;
    height: 500px;
    display: none;
  }

  .section-contact-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .container-2 {
    padding-left: 20px;
    padding-right: 0;
  }

  .brand {
    width: 100%;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text-block {
    width: 420px;
    padding: 24px 30px 30px;
    bottom: 7%;
  }

  .hero-text-block.right {
    width: 80%;
    padding-top: 30px;
    bottom: -53%;
  }

  .hero-text-block.hero {
    bottom: -16%;
  }

  .hero-text-block.how-can-we, .hero-text-block.services {
    width: 300px;
    bottom: 4%;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .image-holder.how-can {
    background-position: 60% 100%;
  }

  .image-holder.how-can.about {
    background-position: 50% 100%;
    height: 180%;
  }

  .image-holder.how-can.services {
    background-position: 0%;
  }

  .image-holder.how-can.testimonials {
    background-position: 50%;
  }

  .image-holder.why-work {
    margin-top: 0;
  }

  .image-holder.why-work.about {
    background-position: 25%;
    height: 140%;
  }

  .image-holder.why-work.founder {
    background-position: 75% 60%;
    height: 150%;
  }

  .colored-angle {
    height: 250px;
    bottom: 12%;
  }

  .colored-angle.yellow {
    height: 700px;
    top: 519px;
  }

  .colored-angle.blue {
    padding-bottom: 91px;
    top: 512px;
  }

  .colored-angle.blue.brown {
    padding-top: 48px;
    padding-bottom: 85px;
  }

  .colored-angle.blue.about, .colored-angle.blue.testimonials {
    top: 300px;
  }

  .colored-angle.blue.contact {
    top: 100px;
  }

  .colored-angle.blue.services {
    top: 300px;
  }

  .section-why-work {
    height: 1000px;
    margin-top: 495px;
  }

  .section-why-work.about {
    margin-top: 572px;
  }

  .image-mask {
    height: 700px;
  }

  .image-mask.why-work {
    height: 900px;
    margin-top: 0;
  }

  .image-mask.how-can {
    height: 800px;
  }

  .image-mask.how-can.testimonials, .image-mask.how-can.services {
    height: 850px;
  }

  .image-mask.home {
    height: 800px;
  }

  .image-mask.home.testimonials {
    height: 850px;
  }

  .hero-text-block-header {
    font-size: 30px;
    line-height: 40px;
  }

  .sec-home-hero {
    height: 700px;
  }

  .hero-image {
    background-position: 60% 80%;
  }

  .hero-image.about {
    background-position: 80%;
  }

  .hero-image.testimonials {
    background-position: 100% 0;
    height: 150%;
  }

  .hero-image.contact {
    background-position: 40%;
  }

  .hero-image.services {
    background-position: 50%;
    height: 130%;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    width: auto;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-4, .list {
    width: auto;
  }

  .list-2 {
    width: 100%;
  }

  .footer-logo {
    width: 100%;
    padding-left: 0;
  }

  .sec-how-can-we {
    height: 800px;
    margin-top: 421px;
  }

  .sec-how-can-we.about {
    margin-top: 893px;
  }

  .sec-how-can-we.testimonials {
    height: 650px;
    margin-top: 741px;
  }

  .sec-how-can-we.contact {
    margin-top: 900px;
  }

  .sec-how-can-we.testimonials-copy {
    height: 850px;
    margin-top: 2037px;
  }

  .sec-how-can-we.services {
    height: 850px;
    margin-top: 741px;
  }

  .sec-about-hero-image {
    height: 700px;
  }

  .about-text-block {
    width: 420px;
    padding: 24px 30px 30px;
    bottom: 7%;
  }

  .about-text-block.right {
    width: 80%;
    padding-top: 30px;
    bottom: -53%;
  }

  .about-text-block.hero {
    bottom: -16%;
  }

  .about-text-block.how-can-we {
    bottom: 4%;
  }

  .sec-meet-founder {
    height: 1000px;
    margin-top: 495px;
  }

  .sec-meet-founder.about {
    margin-top: 456px;
  }

  .section-angle-background.projects {
    margin-top: 187px;
  }

  .section-angle-background.contact {
    margin-top: 146px;
  }

  .angle-color {
    margin-top: -436px;
  }

  .angle-color.contact-2 {
    background-position: 50% 40%;
    height: 250px;
    margin-top: -172px;
  }

  .html-embed {
    height: 300px;
  }

  .list-wrapper {
    width: 440px;
    margin-top: -27px;
  }

  .list-wrapper.projects {
    margin-top: -130px;
  }

  .column-1 {
    margin-top: -17px;
  }

  ._2-columns-wrapper {
    display: none;
  }

  ._1-column-wrapper {
    display: block;
  }

  .map-wrapper-tablet {
    display: none;
  }

  .map-wrapper-horiz-phone {
    width: 440px;
    height: 300px;
    margin-top: 17px;
    display: block;
  }

  .map-wrapper-phone {
    width: 440px;
    height: 300px;
    margin-top: 17px;
    display: none;
  }

  .sec-services {
    height: 700px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 0;
  }

  .div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-text-block {
    width: 90%;
    padding: 20px;
    bottom: 19%;
  }

  .hero-text-block.right {
    width: 90%;
    top: 357px;
    bottom: auto;
  }

  .hero-text-block.hero {
    bottom: -7%;
  }

  .hero-text-block.how-can-we, .hero-text-block.services {
    width: 280px;
    bottom: 4%;
  }

  .hero-textblock-text {
    font-size: 18px;
    line-height: 26px;
  }

  .button-hero.why-work-button {
    height: auto;
  }

  .image-holder.how-can {
    background-position: 60% 100%;
  }

  .image-holder.how-can.about {
    background-position: 45%;
    height: 160%;
  }

  .image-holder.how-can.services {
    height: 180%;
    margin-top: 0;
  }

  .image-holder.how-can.testimonials {
    background-position: 50% 0;
    height: 130%;
  }

  .image-holder.why-work {
    background-position: 50% 100%;
    background-size: cover;
  }

  .image-holder.why-work.about {
    background-position: 35%;
    height: 180%;
  }

  .image-holder.why-work.founder {
    background-position: 70% 40%;
    height: 160%;
  }

  .colored-angle {
    height: 200px;
    bottom: 33%;
  }

  .colored-angle.yellow {
    height: 500px;
  }

  .colored-angle.blue {
    padding-top: 222px;
    padding-bottom: 87px;
    top: 417px;
  }

  .colored-angle.blue.brown {
    padding-bottom: 75px;
  }

  .colored-angle.blue.brown.meet-the {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .colored-angle.blue.about, .colored-angle.blue.testimonials {
    padding-top: 50px;
    padding-bottom: 70px;
    top: 290px;
  }

  .colored-angle.blue.contact {
    padding-top: 50px;
    padding-bottom: 70px;
    top: 100px;
  }

  .colored-angle.blue.services {
    padding-top: 50px;
    padding-bottom: 70px;
    top: 290px;
  }

  .section-why-work {
    margin-top: 484px;
  }

  .section-why-work.about {
    margin-top: 492px;
  }

  .image-mask {
    height: 600px;
  }

  .image-mask.how-can {
    height: 700px;
  }

  .image-mask.how-can.testimonials {
    height: 1300px;
  }

  .image-mask.how-can.services {
    height: 800px;
  }

  .image-mask.home {
    height: 650px;
  }

  .image-mask.home.testimonials {
    height: 1300px;
  }

  .hero-text-block-header {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-image {
    background-position: 60%;
  }

  .hero-image.about {
    background-position: 90%;
    height: 100%;
  }

  .hero-image.testimonials {
    background-position: 90% 0;
  }

  .hero-image.contact {
    background-position: 40%;
    height: 140%;
  }

  .hero-image.services {
    background-position: 50% 70%;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-3, .list-2 {
    width: auto;
  }

  .angle-header.about {
    margin-bottom: 10px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .angle-body-text {
    font-size: 21px;
    line-height: 34px;
  }

  .why-work-with-us-text {
    font-size: 18px;
    line-height: 28px;
  }

  .sec-how-can-we {
    height: 700px;
    margin-top: 653px;
  }

  .sec-how-can-we.about {
    margin-top: 1251px;
  }

  .sec-how-can-we.testimonials {
    height: 1600px;
    margin-top: 907px;
  }

  .sec-how-can-we.contact {
    margin-top: 945px;
  }

  .sec-how-can-we.testimonials-copy {
    height: 1300px;
    margin-top: 2537px;
  }

  .sec-how-can-we.home {
    height: 650px;
    margin-top: 757px;
    padding-top: 0;
  }

  .sec-how-can-we.services {
    height: 800px;
    margin-top: 1065px;
  }

  .sec-how-can-we.bottom {
    height: 650px;
    margin-top: 757px;
    padding-top: 0;
  }

  .about-text-block {
    width: 90%;
    padding: 20px;
    bottom: 19%;
  }

  .about-text-block.right {
    width: 90%;
    top: 357px;
    bottom: auto;
  }

  .about-text-block.hero {
    bottom: 6%;
  }

  .sec-meet-founder {
    margin-top: 484px;
  }

  .sec-meet-founder.about {
    margin-top: 487px;
  }

  .angle-color {
    margin-top: -535px;
  }

  .html-embed {
    height: 200px;
  }

  .list-wrapper {
    width: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-wrapper.projects {
    margin-top: -137px;
  }

  .map-wrapper-horiz-phone {
    display: none;
  }

  .map-wrapper-phone {
    width: 280px;
    height: 200px;
    display: block;
  }
}

#w-node-_58873020-f94c-0097-2685-3256708576af-7835b1d9 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_76f99b49-f53c-3793-0038-7259912746ce-7835b1da {
  grid-area: 2 / 2 / 3 / 4;
  justify-self: start;
}

#w-node-bbd82c44-5557-df42-59ea-3cd0a12a0795-7835b1db {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4c456a1d-499d-8636-2157-38c58d6c24ac-7835b1db {
  align-self: center;
}

#w-node-_4a42a2a9-a655-e07e-185d-ccd9bd766db8-7835b1db {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_4a42a2a9-a655-e07e-185d-ccd9bd766dc0-7835b1db {
  align-self: center;
}

#w-node-_05a5e205-5a09-07d4-780c-56c55223b2f0-7835b1db {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_05a5e205-5a09-07d4-780c-56c55223b2f8-7835b1db {
  align-self: center;
}

#w-node-_9ccadb14-30a2-c546-99c9-8e2187188c03-7835b1db {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-_9ccadb14-30a2-c546-99c9-8e2187188c0b-7835b1db {
  align-self: center;
}

#w-node-_543e165a-0703-1e5a-4207-f3bbb3a61429-7835b1db {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-_543e165a-0703-1e5a-4207-f3bbb3a61431-7835b1db {
  align-self: center;
}

#w-node-_5e6ab3a3-17db-d30d-25d9-79643426df93-7835b1dc, #w-node-ad458ae6-3875-0bbe-56d2-a176eb49cc38-7835b1dc, #w-node-_941eb856-f85f-4375-d835-fe8d13ffee25-7835b1dc, #w-node-_51c0571f-c56d-95b0-ca5f-4e73df1f5552-7835b1dc, #w-node-_51c0571f-c56d-95b0-ca5f-4e73df1f55ba-7835b1dc, #w-node-c75207b4-e5da-a61d-b82b-49602937ee18-7835b1dc, #w-node-c75207b4-e5da-a61d-b82b-49602937ee80-7835b1dc, #w-node-c75207b4-e5da-a61d-b82b-49602937eed9-7835b1dc {
  order: 0;
}

#w-node-bbd82c44-5557-df42-59ea-3cd0a12a0795-7835b1dd {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_222be087-bb6b-9908-ba2c-6fc6a951a4b3-7835b1dd {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_6763910a-c869-e39e-ccdf-d43324c6f1a0-7835b1dd {
  grid-area: 3 / 2 / 4 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_732490e7-c623-3627-2f6e-ca2e353d6f18-7835b1d9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_58873020-f94c-0097-2685-3256708576af-7835b1d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-heading-7835b1da {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_76f99b49-f53c-3793-0038-7259912746ce-7835b1da {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_732490e7-c623-3627-2f6e-ca2e353d6f18-7835b1da {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-heading-7835b1db {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bbd82c44-5557-df42-59ea-3cd0a12a0795-7835b1db, #w-node-_4a42a2a9-a655-e07e-185d-ccd9bd766db8-7835b1db, #w-node-_05a5e205-5a09-07d4-780c-56c55223b2f0-7835b1db, #w-node-_9ccadb14-30a2-c546-99c9-8e2187188c03-7835b1db, #w-node-_543e165a-0703-1e5a-4207-f3bbb3a61429-7835b1db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-heading-7835b1dd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bbd82c44-5557-df42-59ea-3cd0a12a0795-7835b1dd, #w-node-_222be087-bb6b-9908-ba2c-6fc6a951a4b3-7835b1dd, #w-node-_6763910a-c869-e39e-ccdf-d43324c6f1a0-7835b1dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_732490e7-c623-3627-2f6e-ca2e353d6f18-7835b1d9, #w-node-_5289ac04-4e68-55c0-6bcb-142152c777ba-7835b1d9, #w-node-_431d3d0d-eb4b-98c9-7510-d0fa5c0909bf-7835b1d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58873020-f94c-0097-2685-3256708576af-7835b1d9 {
    grid-column: span 1 / span 1;
  }

  #w-node-heading-7835b1da {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_76f99b49-f53c-3793-0038-7259912746ce-7835b1da {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_732490e7-c623-3627-2f6e-ca2e353d6f18-7835b1da, #w-node-heading-7835b1db, #w-node-heading-7835b1dd {
    grid-area: 1 / 1 / 2 / 2;
  }
}


