:root {
  --body-display: #707788;
  --black: #06080f;
  --light-outline: #fff3;
  --dark-outline: #eef0f6;
  --dark-outline-2: #e1e4ee;
  --grey: #f7f7fa;
  --shadow: #121a2c1f;
  --overlay: #06080fcc;
  --extra-dark-outline: #cbd0dd;
  --waves-library-black: #131313;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

p {
  color: var(--body-display);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  text-decoration: none;
}

label {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.outline-clip {
  align-items: flex-end;
  width: 50%;
  height: 100%;
  margin-top: -1px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.outline-clip.left {
  inset: 0% auto auto 0%;
}

.circle-scroll-link {
  z-index: 20;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  padding-top: 38px;
  padding-bottom: 178px;
  padding-left: 0;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto -150px;
}

.circle-scroll-link.hidden, .slide-nav {
  display: none;
}

.arrow-icon {
  z-index: 25;
  width: 18px;
  position: relative;
}

.slider-bottom {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 28px;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider-bottom.in-slide {
  z-index: 25;
  justify-content: flex-end;
  inset: auto 0% 0% 0;
}

.overlay {
  z-index: 3;
  background-color: #090f1680;
  position: absolute;
  inset: 0%;
}

.overlay.dark {
  background-color: #090f1699;
}

.overlay.dark.extra {
  background-color: #04070aab;
}

.overlay.gradient {
  background-color: #090f1633;
  background-image: linear-gradient(#090f160d, #090f1699);
}

.overlay.gradient.dark {
  background-color: #090f16a6;
  background-image: url('../images/ps2.png');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.overlay.gradient.dark.supp-reuna {
  background-color: #dce2eb;
  background-image: none;
}

.overlay.light {
  background-color: #090f1633;
}

.right-arrow {
  z-index: 30;
  border: 1px #fff3;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px 18px 0;
  display: flex;
  inset: auto 0% 0% 130px;
}

.right-arrow.left {
  padding-left: 36px;
  padding-right: 0;
  left: 0;
  right: 130px;
  overflow: hidden;
}

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

.hero-section {
  z-index: 20;
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  min-height: 100vh;
  padding-bottom: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.small {
  background-color: var(--black);
  min-height: 85vh;
  padding-bottom: 36px;
}

.hero-section.small.servicess {
  min-height: 50vh;
}

.hero-section.small.servicess.about {
  background-image: url('../images/BOUTEILLES-PLASTIQUES-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-section.small.servicess.about.supp {
  background-image: url('../images/ID-kuva-recycling-and-collection-4.jpg');
}

.hero-section.small.servicess.about.supp.buyfromus.buyy {
  background-image: url('../images/BUY-FROM-US-NETTISIVU-FINAL.png');
  background-position: 50%;
  background-size: auto;
}

.hero-section.small.servicess.about.supp.contact-page.c {
  background-image: url('../images/ID-kuva-social-impact-.jpg');
}

.hero-section.small.servicess.about.supp.indi {
  background-image: url('../images/3.png');
  background-position: 50%;
  background-size: cover;
}

.hero-section.small.servicess.about.supp.corpoon {
  background-image: url('../images/2.png');
  background-position: 100%;
  background-size: auto;
}

.hero-section.small.servicess.about.abo {
  background-image: url('../images/Forest.jpg');
  background-position: 50%;
  background-repeat: repeat;
}

.outline-cut {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.outline-cut.left {
  inset: 0% auto auto 0%;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.grid-wrapper.hero {
  padding-bottom: 0;
}

.grid-wrapper.kaks {
  align-items: center;
  padding-left: 23px;
  padding-right: 23px;
}

.grid-wrapper.fly {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: stretch;
  max-width: 1400px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.grid-wrapper.nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(2vw, 1fr) minmax(auto, 1600px) minmax(2vw, 1fr);
  grid-auto-columns: 1fr;
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.grid-wrapper.bg-etus {
  border-radius: 0;
}

.main-hero-slider {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.verticle-line {
  background-color: var(--light-outline);
  width: 1px;
  height: 100%;
}

.verticle-line.nav-line {
  z-index: 25;
  background-color: var(--light-outline);
  height: 28px;
  max-height: 48px;
  position: relative;
}

.verticle-line.dark {
  background-color: var(--dark-outline);
}

.verticle-line.extra-dark {
  background-color: var(--dark-outline-2);
}

.mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.arrow-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 260px;
  min-width: 260px;
  height: 260px;
  min-height: 260px;
  position: absolute;
  inset: 10px auto auto 0%;
}

.arrow-outline.light {
  border-color: #fff;
  top: 0;
}

.arrow-outline.right {
  left: auto;
  right: 0;
}

.arrow-outline.right.light {
  inset: 0% 0% auto auto;
}

.button-base {
  z-index: 25;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #fff3;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  min-height: 28px;
  padding: 14px 22px 14px 26px;
  font-size: 9px;
  line-height: 1.2em;
  text-decoration: none;
  display: grid;
}

.button-base.dark {
  border-color: var(--dark-outline-2);
  color: #000;
}

.button-base.small {
  padding: 12px 18px 12px 22px;
}

.slide-content {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 265px 5vw 275px;
  display: flex;
  position: relative;
  inset: 0%;
}

.social-icons {
  grid-column-gap: 9px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.section {
  z-index: 20;
  background-color: #191d25;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

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

.section.no-padding.clip {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ID-kuva-overview-big-picture.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.no-padding.clip.etusivu {
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
  background-size: auto;
}

.section.no-padding.foots {
  flex-direction: column;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-top-padding.grey, .section.grey {
  background-color: var(--grey);
}

.section.grey.no-padding.cut {
  background-color: #0000;
  margin-top: -36px;
  overflow: hidden;
}

.section.grey.no-padding.serviisii {
  margin-bottom: 49px;
  padding-bottom: 0;
}

.section.grey.no-padding.abooti {
  background-color: #fff;
}

.section.grey.no-padding.abooti._22 {
  padding-bottom: 0;
}

.section.grey.cut {
  overflow: hidden;
}

.section.grey.hidden {
  display: block;
}

.section.grey.oma-padding {
  padding-top: 85px;
  padding-bottom: 70px;
}

.section.grey.mappi-hidden {
  display: none;
}

.section.grey.colle-map.mobilee.no-top-padding.littletoppadding {
  padding-top: 20px;
}

.section.grey.colle-map.mobilee.no-top-padding.littletoppadding.corp {
  padding-top: 60px;
}

.section.grey.kakks {
  flex-direction: column;
}

.section.grey.kakks.no-top-pad {
  padding-top: 0;
}

.section.clip {
  overflow: hidden;
}

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

.section.kaks {
  flex-direction: column;
  align-items: center;
}

.section.kaks.hidden {
  display: block;
}

.section-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: -36px;
  padding: 80px 0 80px 80px;
}

.section-box.large {
  padding-bottom: 120px;
}

.section-box.large.yhksi, .section-box.no-top-margin {
  margin-top: 0;
}

.section-box.bottom-border {
  border-bottom: 1px solid var(--grey);
}

.section-box.supp {
  margin-top: -6px;
}

.navbar {
  z-index: 100;
  border-bottom: 1px solid var(--dark-outline);
  background-color: #fff0;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrapper {
  z-index: 20;
  border-bottom: 1px none var(--light-outline);
  justify-content: center;
  display: flex;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px 0;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.nav-link.dropdown-link {
  margin-right: -23px;
}

.nav-link.contact-navii, .nav-link.hidden {
  display: none;
}

.nav-left {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px auto;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.nav-menu {
  display: flex;
}

.nav-link-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.brand {
  z-index: 25;
  color: #fff;
  letter-spacing: -.05em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
}

.brand.dark {
  color: #000;
}

.brand.large {
  font-size: 28px;
}

.nav-right {
  z-index: 25;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.nav-circle {
  border: 1px none var(--dark-outline-2);
  color: #707788bf;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 1px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.subtitle {
  color: #666883;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.subtitle.small {
  margin-right: -4px;
  font-size: 8px;
  line-height: 1.3em;
}

.subtitle.light {
  color: #fff;
}

.subtitle.light.kompp {
  text-align: center;
}

.subtitle.large {
  font-size: 12px;
}

.subtitle.kompo {
  color: #000;
  text-align: center;
  font-size: 12px;
}

.subtitle.iso {
  color: #000;
  font-size: 12px;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  border: 1px none var(--dark-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: end center;
  min-height: 275px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.left-end {
  border-left-style: none;
  position: relative;
}

.card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-outline);
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-wrapper.three-card-grid {
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
}

.dual-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-bottom: 1px none var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.dual-grid.small {
  grid-column-gap: 18px;
}

.body-display {
  color: var(--body-display);
  font-size: 18px;
  line-height: 1.65em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.5em;
}

.body-display.small.light.ft2-sedrfgi {
  font-size: 17px;
  line-height: 1.3;
}

.body-display.light {
  color: #fff;
  font-size: 16px;
}

.body-display.dual-paragraph {
  color: #1f1f1f;
  column-count: 2;
  column-gap: 36px;
}

.body-display.dark {
  color: #000;
  max-width: 1150px;
}

.body-display.extra-small {
  font-size: 12px;
  line-height: 1.45em;
}

.body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.body.servicespage {
  background-color: #f7f7fa;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-heading.centered {
  text-align: center;
  justify-content: center;
  place-items: stretch center;
}

.left-intro {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 36px 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.left-intro.verticle {
  grid-row-gap: 12px;
  grid-auto-flow: row;
}

.left-intro.small-width {
  max-width: 450px;
}

.horizontal-line {
  background-color: var(--dark-outline);
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  overflow: hidden;
}

.horizontal-line.kaks {
  margin-top: 20px;
}

.page-wrapper {
  position: relative;
}

.looping-screen {
  background-image: url('../images/Rythm-comp-two.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 105%;
  width: 25vw;
  min-width: 300px;
  height: 31vw;
  max-height: 600px;
  margin-bottom: 0;
}

.looping-screen.large {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 33.33vw;
  height: 35vw;
  min-height: 500px;
  max-height: 750px;
  position: relative;
  overflow: hidden;
}

.looping-screen.small {
  width: 22vw;
  min-width: 275px;
  height: 30vw;
  min-height: 275px;
  max-height: 600px;
  overflow: hidden;
}

.looping-screen.small.no-height {
  background-image: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.looping-screen.one {
  background-image: url('../images/Portrait24.jpeg');
}

.looping-screen.two {
  background-image: url('../images/Portrait003.jpg');
}

.looping-screen.three {
  background-image: url('../images/Portrait012.jpeg');
}

.looping-screen.four {
  background-image: url('../images/Portrait21.jpeg');
}

.looping-screen.five {
  background-image: url('../images/Portrait019.jpeg');
}

.looping-screen.six {
  background-image: url('../images/Portrait0018.jpeg');
}

.looping-screen.seven {
  background-image: url('../images/Portrait010.jpeg');
}

.looping-screen.eight {
  background-image: url('../images/Portrait23.jpeg');
}

.looping-screen.nine {
  background-image: url('../images/Portrait007.jpeg');
}

.looping-screen.ten {
  background-image: url('../images/Portrait006.jpg');
}

.looping-screen.eleven {
  background-image: url('../images/Portrait001.jpg');
}

.looping-screen.twelve {
  background-image: url('../images/Portrait016.jpeg');
}

.testimonial-strip-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-strip-wrapper.tilted {
  transform: rotate(25deg);
}

.testimonial-strip-wrapper.tilted.hidden {
  display: none;
}

.testimonial-background {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: 12px;
  display: grid;
  position: relative;
  inset: 0% 0;
  overflow: visible;
}

.testimonial-background.large {
  align-content: center;
  min-height: auto;
}

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

.testimonial-image-strip {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-image-strip.two {
  margin-top: 15px;
  margin-bottom: -15px;
}

.testimonial-image-strip.one {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-image-strip.three {
  margin-top: 35px;
  margin-bottom: -35px;
}

.testimonial-image-strip.four {
  margin-top: 55px;
  margin-bottom: -55px;
}

.card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.fill {
  background-color: #fff;
  width: 100%;
  margin-top: -36px;
}

.fill.no-top {
  margin-top: 0;
}

.fill.bottom-border {
  border-bottom: 1px solid var(--grey);
}

.fill.eioo {
  margin-top: 0;
}

.thin-span {
  font-weight: 500;
}

.nav-bar-items {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-cover {
  z-index: 10;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-outline);
  box-shadow: none;
  background-color: #000;
  width: 100%;
  min-width: 100vw;
  height: 101%;
  display: block;
  position: absolute;
  inset: -101% 0% auto;
}

.background {
  z-index: 2;
  background-image: url('../images/Näyttökuva-2022-10-23-190120.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.one {
  background-image: url('../images/Image23.jpeg');
}

.background.two {
  background-image: url('../images/Image26.jpeg');
}

.background.three {
  background-image: url('../images/Image27.jpeg');
}

.arrow {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.testimonial-client {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-slide-arrow {
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 112px 0%;
  overflow: visible;
}

.testimonial-slide-arrow.right {
  top: 0%;
  left: auto;
  right: 0%;
}

.testimonial-text {
  color: #fff;
  font-size: 32px;
}

.testimonial-text.large {
  font-size: 38px;
  line-height: 1.3em;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.avatar {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar.avatar-003 {
  background-image: url('../images/Portrait003.jpg');
  background-position: 50% 30%;
}

.avatar.avatar-002 {
  background-image: url('../images/Portrait21.jpeg');
  background-position: 50% 10%;
}

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12px;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
  overflow: hidden;
}

.circle-link-text.left {
  grid-template-columns: 12px 1fr;
  justify-content: end;
  padding-left: 44px;
  padding-right: 0;
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.two {
  top: auto;
}

.circle-hover-clip.left {
  justify-content: flex-start;
  inset: auto auto auto 0%;
}

.testimonial-arrow-line {
  background-color: #ffffff4d;
  height: 1px;
  margin-bottom: 112px;
  overflow: hidden;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding-bottom: 80px;
  display: grid;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.client-avatar {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 6px;
  display: flex;
}

.clip {
  overflow: hidden;
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.circle-outline {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.light {
  border-color: #fff;
}

.circle-outline.bottom {
  inset: auto 0% 0% auto;
}

.circle-outline.left {
  top: auto;
}

.circle-outline.bottom-left {
  inset: auto auto 0% 0%;
}

.circle-outline.top {
  inset: 0% 0% auto auto;
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.banner-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding-top: 240px;
  padding-bottom: 220px;
  display: flex;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section-scroll-cover {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-intro.centered {
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  justify-content: center;
  justify-items: center;
  max-width: 650px;
}

.stacked-intro.small {
  grid-row-gap: 12px;
}

.stacked-intro.supp {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.stacked-intro.supp.kaks {
  grid-template-rows: auto;
}

.grey-fill {
  z-index: 10;
  background-color: var(--grey);
  width: 100%;
  position: relative;
}

.grey-fill.top {
  margin-top: 36px;
}

.section-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.card-item {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px none var(--dark-outline);
  color: #000;
  background-color: #fff;
  border-radius: 9px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  text-decoration: none;
  display: grid;
  overflow: hidden;
  box-shadow: 5px 6px 17px -14px #000;
}

.project-top-image {
  z-index: 25;
  border-bottom: 1px none var(--dark-outline);
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 25vw;
  min-height: 280px;
  max-height: 325px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #000;
  grid-template-rows: 1fr 1px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 36px;
  text-decoration: none;
  display: grid;
}

.card-info.small {
  padding-left: 24px;
  padding-right: 24px;
}

.card-info-top {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 36px 0;
  display: flex;
}

.card-info-top.small {
  align-content: start;
  padding-top: 28px;
  padding-bottom: 36px;
}

.card-info-top.stacked {
  grid-template-columns: 1fr;
}

.price {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2em;
}

.card-meta {
  grid-column-gap: 14px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.dot {
  background-color: var(--dark-outline);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.dot.light {
  background-color: var(--light-outline);
}

.dot.extra-dark {
  background-color: var(--dark-outline-2);
}

.card-stats {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 26px 0 0;
  display: grid;
}

.card-stats.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 800px;
  padding-bottom: 36px;
  display: grid;
}

.hero-intro.small {
  grid-row-gap: 36px;
  max-width: 700px;
}

.hero-intro.hide {
  display: none;
}

.hero-intro.left {
  padding-bottom: 0;
}

.xxl-heading {
  text-transform: none;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25em;
}

.xxl-heading.valkonen {
  color: #fff;
  padding-bottom: 10px;
}

.xxl-heading.valkonen.alhaalla {
  text-align: center;
}

.xxl-heading.valkonen.alhaalla._22 {
  padding-top: 50px;
  font-family: Montserrat, sans-serif;
}

.xxl-heading.valkonen.alhaalla._22.sup {
  color: #000;
}

.xxl-heading.valkonen.iso {
  font-size: 55px;
}

.xxl-heading.valkonen.erghbji {
  text-align: center;
  padding-bottom: 40px;
}

.xxl-heading.valkonen.erghbji.formis {
  font-size: 40px;
}

.xxl-heading.valkonen.contactpagella {
  text-align: center;
  font-size: 35px;
  line-height: 2.2em;
}

.xxl-heading.valkonen.mobil.paddin {
  padding-bottom: 35px;
}

.xxl-heading.valkonen.mobil.formis {
  font-size: 40px;
}

.xxl-heading.pienempi {
  font-size: 35px;
}

.xxl-heading.kaks {
  text-align: left;
}

.xxl-heading.step {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.xxl-heading.kompoi {
  text-align: center;
  padding-bottom: 9px;
  font-size: 46px;
}

.xxl-heading.map {
  text-align: center;
  padding-bottom: 45px;
}

.xxl-heading.map.c {
  padding-bottom: 10px;
}

.xxl-heading.smaller {
  font-size: 36px;
}

.xxl-heading.komp {
  font-size: 45px;
}

.xxl-heading.bene-otsikko {
  padding-bottom: 10px;
}

.xxl-heading.bene-otsikko.proodu {
  margin-bottom: 0;
  font-size: 36px;
}

.xxl-heading.bene-otsikko.proodu.molok {
  text-align: center;
}

.xxl-heading.bene-otsikko.proodu.bale {
  padding-bottom: 20px;
  font-size: 23px;
}

.xxl-heading.productis {
  color: #000;
  text-align: center;
  padding-bottom: 30px;
  font-size: 30px;
  display: block;
}

.xxl-heading.productis._2 {
  color: #000;
  font-size: 42px;
}

.xxl-heading.keskilla {
  text-align: center;
  margin-bottom: -40px;
}

.xxl-heading.keskilla.padding-bottom {
  padding-bottom: 63px;
}

.xxl-heading.mapsss {
  text-align: center;
  margin-top: 22px;
  font-size: 40px;
}

.xxl-heading.mapsss.kaks {
  font-size: 24px;
}

.xxl-heading.mapsss.kaks.small-corpp {
  text-align: left;
  margin-top: -20px;
  font-size: 16px;
}

.xxl-heading.molo {
  text-align: center;
  font-size: 42px;
}

.xxl-heading.corp-q {
  font-size: 38px;
}

.subtitle-intro {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.subtitle-line {
  background-color: var(--light-outline);
  background-image: none;
  width: 36px;
  height: 1px;
  margin-left: 0;
  display: flex;
}

.subtitle-line.left {
  background-image: none;
  justify-content: flex-end;
  margin-left: 0;
}

.subtitle-line.dark {
  background-color: var(--dark-outline-2);
}

.subtitle-line.dark.right, .subtitle-line.right {
  margin-left: -4px;
}

.solid-subtitle-line {
  background-color: #fff;
  width: 40%;
  height: 100%;
}

.solid-subtitle-line.dark {
  background-color: #707788c2;
}

.solid-subtitle-line.dark.komp {
  background-color: #707788cc;
}

.lottie-animation {
  filter: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  display: flex;
}

.dropdown-text {
  margin-right: 9px;
}

.dropdown {
  z-index: 5;
  margin-right: 23px;
}

.dropdown.icon-dropdown {
  margin-right: 0;
}

.cards-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: flex;
}

.cards-mask {
  width: 30%;
  max-width: 420px;
  overflow: visible;
}

.cards-mask.large {
  width: 65%;
  max-width: 840px;
}

.cards-mask.large.xl {
  width: 70%;
  max-width: 1040px;
}

.cards-mask.medium {
  width: 65%;
  max-width: 575px;
}

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

.card-slide {
  margin-right: 36px;
}

.left-arrow {
  z-index: 25;
  border: 1px none var(--dark-outline);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  display: flex;
  inset: auto auto -84px 0%;
  overflow: visible;
}

.left-arrow.right {
  left: 60px;
}

.left-arrow.right.dark.hidden {
  display: none;
}

.left-arrow.dark {
  border-color: var(--dark-outline-2);
}

.left-arrow.left.hidden {
  display: none;
}

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

.background-video.hidden {
  display: block;
}

.video-box {
  z-index: 20;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  margin-top: 100px;
  margin-bottom: 116px;
  padding: 160px 120px 120px;
  display: flex;
  position: relative;
}

.left-corner {
  border-top: 1px solid var(--light-outline);
  border-left: 1px solid var(--light-outline);
  width: 36px;
  height: 36px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.left-corner.bottom {
  border-bottom: 1px solid var(--light-outline);
  border-top-style: none;
  inset: auto auto 0% 0%;
}

.left-corner.right {
  border-right: 1px solid var(--light-outline);
  border-left-style: none;
  inset: 0% 0% auto auto;
}

.left-corner.bottom-right {
  border-style: none solid solid none;
  border-right-width: 1px;
  border-right-color: var(--light-outline);
  border-bottom-width: 1px;
  border-bottom-color: var(--light-outline);
  inset: auto 0% 0% auto;
}

.corner-fill {
  background-color: #fff;
  width: 50%;
  height: 1px;
  position: absolute;
  inset: -1px 0% auto -1px;
}

.corner-fill.horizontal {
  width: 1%;
  height: 50%;
  inset: -1px auto 0% -1px;
}

.corner-fill.horizontal.bottom {
  top: auto;
  bottom: -1px;
}

.corner-fill.horizontal.right {
  left: auto;
  right: 0;
}

.corner-fill.horizontal.bottom-right {
  right: 0;
}

.corner-fill.bottom {
  top: auto;
  bottom: -1px;
}

.corner-fill.right {
  left: auto;
  right: -1px;
}

.corner-fill.bottom-right {
  inset: auto -1px -1px auto;
}

.video-bottom {
  z-index: 25;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 116px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.video-bottom._2._3 {
  display: none;
}

.video-plus {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: -11px;
  display: flex;
  position: relative;
}

.video-meta {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: -24px;
  display: grid;
  position: relative;
  inset: auto;
}

.plus-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0%;
}

.plus-line.verticle {
  width: 1%;
  height: 100%;
  left: auto;
  right: auto;
}

.testimonial-wrapper {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.icon {
  border: 1px solid var(--dark-outline);
  background-color: #0000;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.icon.small {
  color: var(--body-display);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 11px;
  display: flex;
}

.icon.large {
  width: 54px;
  height: 54px;
}

.right-dual {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.tool-tip {
  border: 1px none var(--dark-outline-2);
  color: #000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-decoration: none;
  position: relative;
}

.faq-item {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--dark-outline);
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: minmax(250px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  min-height: 100px;
  padding: 38px 24px 38px 36px;
  display: grid;
}

.faq-item.w--current {
  background-color: #fff0;
}

.faq-item.bottom {
  border-bottom-style: none;
}

.medium-width {
  max-width: 575px;
}

.lesson-template {
  padding-top: 80px;
  padding-bottom: 0;
}

.lesson-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: 60px auto;
  grid-template-columns: 1fr 1px minmax(auto, 275px);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.lesson-sidebar {
  z-index: 20;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 100%;
  height: 100%;
  max-height: 40vh;
  margin-top: 0;
  margin-bottom: 240px;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  inset: 248px 0% auto;
  overflow: visible;
}

.lessin-intro {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px minmax(auto, 275px);
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.video-wrapper {
  background-color: var(--grey);
  border-radius: 2px;
  min-height: 200px;
  overflow: hidden;
}

.lesson-sidebar-top {
  z-index: 30;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--dark-outline);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  height: 60px;
  margin-left: -60px;
  padding-left: 60px;
  display: grid;
  position: sticky;
  top: 65px;
}

.lesson-list {
  z-index: 20;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: var(--body-display);
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.lesson-list.w--current {
  background-color: var(--grey);
  color: #000;
}

.lesson-sidebar-content {
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin: 0 -12px -12px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.lesson-list-title {
  border-bottom: 1px solid var(--grey);
  align-items: flex-end;
  height: 24px;
  margin: -24px 12px -1px;
  padding-bottom: 18px;
  padding-left: 0;
  display: flex;
}

.play-icon {
  border: 1px solid var(--dark-outline-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  display: flex;
}

.lesson-list-info {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(148px, .6fr) 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.lesson-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  border-top: 1px none var(--grey);
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: grid;
  overflow: auto;
}

.pagination-wrapper {
  z-index: 30;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 96px;
  padding-bottom: 24px;
  display: grid;
  position: sticky;
  bottom: 0;
}

.pagination-icon {
  border: 1px solid var(--dark-outline-2);
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: relative;
}

.bread-crumb {
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  text-decoration: none;
  display: flex;
}

.bread-crumb.w--current, .bread-crumb.active {
  color: #000;
}

.bread-crumb.light {
  color: #fff;
}

.invert-icon {
  filter: none;
  width: 9px;
}

.breadcrumbs {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: center;
  place-items: center;
  display: grid;
}

.breadcrumbs.hide {
  display: none;
}

.quick-action-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-outline);
  border-radius: 2px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  position: sticky;
  top: 125px;
}

.quick-action-box.top-36 {
  grid-template-rows: auto auto;
  position: relative;
  top: auto;
}

.scroll-gradient {
  z-index: 20;
  background-image: linear-gradient(#0000, #fff 80%);
  height: 36px;
  position: absolute;
  inset: auto 0% 0;
}

.scroll-gradient.top {
  z-index: 30;
  background-image: linear-gradient(#fff 20%, #0000);
  height: 28px;
  inset: 0 0% auto;
}

.spacer {
  height: 36px;
}

.dual-tab-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 120px;
  display: grid;
}

.tabs {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.tab-link {
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  height: 36px;
  margin-bottom: -1px;
  padding: 0 24px 18px;
  font-size: 12px;
  line-height: 1.3em;
  display: flex;
}

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

.basic-tab-menu {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.basic-tab-pane {
  width: 100%;
  min-height: 200px;
}

.basic-tab-content {
  border-top: 1px solid var(--dark-outline);
  width: 100%;
  min-height: 475px;
  padding-top: 36px;
  overflow: visible;
}

.tab-indicator {
  background-color: #000;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.lessan-tab-content {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rich-text {
  margin-top: -24px;
  margin-bottom: -18px;
}

.rich-text p {
  margin-bottom: 18px;
}

.rich-text h2, .rich-text h4, .rich-text h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.lesson-icon-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  min-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.lesson-action-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--dark-outline);
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 12px 18px 12px 12px;
  font-size: 10px;
  line-height: 1.2em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.lesson-action-item.bottom {
  border-bottom-style: none;
}

.lesson-time {
  display: none;
}

.template-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  padding-top: 24px;
  padding-bottom: 48px;
  display: grid;
}

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

.template-stats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  font-size: 10px;
  display: grid;
}

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

.template-slider {
  width: 100%;
  padding-bottom: 85px;
  display: flex;
  position: relative;
}

.template-tabs-wrapper {
  width: 65%;
  max-width: 840px;
}

.image {
  border: 1px none var(--dark-outline);
  border-radius: 2px;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.template-screen-wrapper {
  border: 1px solid var(--dark-outline);
  background-color: var(--grey);
  border-radius: 2px;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.looping-image {
  width: 100%;
  display: block;
}

.sidebar-features {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  padding-top: 0;
  padding-left: 80px;
  display: flex;
}

.feature-list {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: 36px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 480px;
  display: grid;
  position: sticky;
  top: 101px;
}

.hide-tab-content {
  display: none;
}

.feature-tab-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-tab-link {
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  line-height: 1.2em;
  display: flex;
}

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

.outline-top-fill {
  z-index: 25;
  border-bottom: 1px solid var(--dark-outline);
  background-color: #fff;
  height: 60px;
  position: sticky;
  top: 65px;
}

.outline-top-fill.large {
  height: 64px;
}

.tile-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.basic-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.basic-dropdown.left {
  border-left: 1px solid var(--dark-outline);
  padding-left: 36px;
}

.dropdown-toggle {
  z-index: 50;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 11px;
  line-height: 1.25em;
  display: flex;
}

.dropdown-toggle.dark {
  color: #000;
}

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

.page-intro {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto minmax(80px, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 650px;
  margin-top: 80px;
  padding-top: 24px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.page-intro.bottom {
  grid-template-rows: auto auto minmax(80px, auto);
  margin-bottom: 36px;
}

.page-intro.small {
  grid-template-rows: auto auto minmax(0, auto);
  min-height: auto;
}

.coming-soon {
  min-width: 100%;
  margin-left: -36px;
  position: relative;
  overflow: hidden;
}

.coming-soon-intro {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  max-width: 500px;
  margin-right: 36px;
  display: grid;
}

.collection-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
}

.sticky-sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 101px;
}

.sticky-sidebar.added-top {
  margin-top: 72px;
  display: none;
  top: 156px;
}

.social-link {
  border: 1px solid var(--dark-outline-2);
  border-radius: 100%;
  width: 36px;
  height: 36px;
}

.social-link.light {
  border-color: var(--dark-outline);
}

.image-3 {
  background-image: url('../images/BUY-FROM-US-IMAGE.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  width: 100%;
}

.image-3.okok {
  display: block;
}

.stacked-soon {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.stacked-soon.max {
  grid-template-rows: auto;
}

.stacked-soon.padded {
  padding-top: 36px;
  padding-bottom: 36px;
}

.js-clock {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: grid;
}

.js-clock.light {
  color: #fff;
}

.box {
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 72px;
  height: 72px;
  padding: 0;
  line-height: 1.3em;
  display: grid;
}

.clock-number {
  font-size: 17px;
  line-height: 1.2em;
}

.half-circle-scroll-link {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  margin-bottom: -160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  inset: auto auto 0%;
  overflow: visible;
}

.support-top {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.submit-button {
  display: none;
}

.search-field {
  grid-column-gap: 24px;
  grid-row-gap: 18px;
  border: 1px solid var(--dark-outline);
  background-color: var(--light-outline);
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  grid-auto-columns: 1fr;
  min-height: 60px;
  margin-bottom: 0;
  padding: 12px 24px;
  display: grid;
}

.suggested-search {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  font-weight: 500;
  display: none;
}

.suggested-items {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: var(--dark-outline-2);
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  display: grid;
}

.form-block {
  margin-top: 0;
  margin-bottom: 0;
}

.support-bottom {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-sidebar {
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  width: 250px;
  height: 100%;
  min-height: 400px;
  max-height: 100vh;
  margin-top: 0;
  margin-bottom: -124px;
  padding-top: 0;
  padding-bottom: 124px;
  display: flex;
  position: sticky;
  top: 76px;
  overflow: hidden;
}

.social-icon {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  width: 36px;
  height: 36px;
}

.search-input {
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  min-height: 30px;
  margin-bottom: 0;
  padding: 0;
}

.search-toggle {
  align-items: stretch;
  margin: -24px;
  padding: 24px;
  display: flex;
}

.search-toggle.w--open {
  z-index: 40;
}

.dropdown-text-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  font-size: 11px;
  line-height: 1.25em;
  display: grid;
}

.search-icon {
  width: 24px;
}

.search-input-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-tab {
  border: 1px solid var(--dark-outline);
  border-radius: 2px;
  flex-direction: column;
  flex: 0 auto;
  height: 100%;
  margin-top: 24px;
  display: flex;
}

.filter-tab.top {
  margin-top: 0;
}

.filter-tab-top {
  padding: 20px 24px 0;
}

.filter-top-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: grid;
}

.filter-tab-bottom {
  height: 100%;
  padding: 0 24px;
  overflow: hidden;
}

.filter-bottom-info {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: -24px;
  padding-top: 48px;
  padding-bottom: 24px;
  display: grid;
  position: absolute;
  overflow: hidden;
}

.hide-submit-button {
  display: none;
}

.checkbox {
  border: 1px solid var(--dark-outline);
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  box-shadow: none;
  color: #000;
  background-color: #000;
  background-size: 14px;
  border-style: none;
}

.checkbox-field {
  color: var(--body-display);
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.filter-form-box {
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.form {
  width: 100%;
  position: relative;
  overflow: auto;
}

.text-field {
  border: 1px solid var(--dark-outline);
  color: #000;
  border-radius: 2px;
  min-height: 62px;
  margin-bottom: 0;
  padding: 20px 24px;
}

.text-field::placeholder {
  color: #707788a6;
}

.form-button {
  background-color: var(--black);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100px;
  min-height: 60px;
  padding: 18px 32px;
  font-size: 12px;
  line-height: 1.25em;
}

.sign-form {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-block {
  grid-column-gap: 18px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.support-right {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.support-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px none var(--dark-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.support-list-item {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px none var(--dark-outline);
  color: #000;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 175px;
  padding: 0;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.bottom-left-border {
  z-index: 5;
  background-color: var(--light-outline);
  width: 50%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bottom-right-border {
  z-index: 5;
  border-bottom: 1px none var(--dark-outline);
  background-color: var(--dark-outline-2);
  width: 50%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.checklist-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-icon {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 11px;
  display: flex;
}

.newsletter-form-block {
  width: 100%;
  max-width: 425px;
  margin-bottom: 0;
}

.newsletter-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px none var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 4px 4px 4px 24px;
  display: grid;
}

.newsletter-button {
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  padding: 15px 28px;
  font-size: 10px;
  line-height: 1.2em;
}

.subscribe-field {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 100px;
  height: 100%;
  min-height: 48px;
  margin-bottom: 0;
}

.video-button {
  border: 1px none var(--light-outline);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.video-button-wrapper {
  margin-bottom: -48px;
  margin-left: -48px;
  margin-right: -48px;
  padding: 12px 48px 48px;
}

.video-button-fill {
  background-color: var(--light-outline);
  border: 1px solid #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
  position: relative;
}

.video-icon {
  width: 18px;
  margin-left: 2px;
}

.video-icon.large {
  width: 22px;
}

.flyout {
  z-index: 101;
  justify-content: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.flyout.first, .flyout.second {
  display: none;
}

.flyout-content {
  z-index: 25;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  max-width: 1100px;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.close-flyout {
  cursor: pointer;
  background-color: #06080fa6;
  position: absolute;
  inset: 0%;
}

.flyout-info {
  grid-column-gap: 16px;
  grid-row-gap: 33px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px;
  display: grid;
  overflow: visible;
}

.youtube-wrapper {
  z-index: 50;
  overflow: visible;
}

.flyout-cards {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  padding-bottom: 0;
  display: grid;
}

.dual-row {
  grid-column-gap: 116px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.dual-row.large {
  align-items: center;
}

.right-image {
  background-color: var(--black);
  border-radius: 2px;
  flex-direction: column;
  margin-left: -40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lessons-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.outline-box {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--dark-outline-2);
  border-radius: 2px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

.lesson-list-item {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.lesson-list-item:focus {
  background-color: #fff;
}

.stacked-small {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  padding-bottom: 36px;
  display: grid;
}

.outline-box-title {
  border-bottom: 1px solid var(--dark-outline-2);
  margin-bottom: 6px;
  padding-bottom: 18px;
}

.play-image-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  margin-left: -18px;
  display: grid;
}

.checklist-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.support-hero {
  justify-content: center;
  min-height: 100vh;
  padding-top: 80px;
  display: flex;
}

.dual-page-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.full-screen-sidebar {
  width: 25vw;
  min-width: 275px;
  max-width: 275px;
  margin-bottom: 84px;
  position: sticky;
  top: 65px;
}

.full-screen-sidebar.large {
  min-width: 325px;
  margin-bottom: -36px;
}

.support-body {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: 64px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
  padding-top: 0;
  display: grid;
}

.support-body.right {
  grid-row-gap: 76px;
  height: 100vh;
  margin-top: -65px;
  padding-top: 65px;
  padding-bottom: 36px;
  overflow: visible;
}

.support-body.no-bottom {
  margin-bottom: 0;
}

.support-crumbs {
  border-bottom: 1px solid var(--dark-outline);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 64px;
  margin-left: -60px;
  padding-left: 60px;
  display: flex;
  position: sticky;
  top: 65px;
}

.newsletter-bottom {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  min-height: 800px;
  margin-top: -36px;
  padding: 0;
  display: grid;
}

.lessons-scroll {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 36px;
  padding-left: 18px;
  padding-right: 9px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.lessons-base {
  flex-direction: column;
  height: 100%;
  margin-left: -18px;
  display: flex;
  position: relative;
  overflow: auto;
}

.feature-tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding: 18px 24px;
  font-size: 14px;
  line-height: 1.3em;
  display: grid;
}

.feature-tab-top.light {
  background-color: var(--dark-outline);
}

.feature-tab-bottom {
  padding: 0;
  overflow: hidden;
}

.hide {
  display: none;
}

.hero-intro-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-bottom: 0;
  display: grid;
}

.hero-intro-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.newsletter-item {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--dark-outline);
  color: #000;
  cursor: pointer;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: 100%;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.newsletter-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 14px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.invert-small {
  z-index: 15;
  width: 14px;
  min-width: 14px;
  position: relative;
}

.invert-small.large {
  width: 18px;
  min-width: 18px;
}

.invert-small.small {
  width: 9px;
  min-width: 9px;
}

.newsletter-image-wrapper {
  border: 1px solid var(--grey);
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.verticle-follow {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.support-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--dark-outline);
  color: #000;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 48px 48px 20px;
  text-decoration: none;
  display: grid;
}

.support-card-meta {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.support-category {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.support-image {
  border-radius: 2px 0 0 2px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 140px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 450px;
  display: grid;
}

.academy-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  border-top: 1px solid var(--dark-outline);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0 0;
  display: grid;
}

.course-items {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.academy-card {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-outline);
  color: #000;
  border-radius: 2px;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 375px;
  text-decoration: none;
  display: grid;
}

.in-page-filter {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-right: 1px solid var(--dark-outline);
  border-bottom: 1px solid var(--dark-outline);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  height: 80px;
  min-height: 55px;
  margin-top: 1px;
  padding: 12px 36px 12px 80px;
  display: grid;
  position: relative;
}

.in-page-filter-bar {
  z-index: 25;
  height: 0;
  max-height: 0;
  display: flex;
  position: sticky;
  top: 62px;
}

.filter-fill {
  border-bottom: 1px solid var(--dark-outline);
  background-color: #fff;
  width: 100%;
  min-height: 55px;
  margin-top: 1px;
  display: none;
  position: sticky;
  top: 80px;
}

.filter-title {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 36px;
  margin-top: -36px;
  padding-bottom: 12px;
  padding-left: 80px;
  display: none;
}

.filter-reset {
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.card-top {
  grid-column-gap: 14px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding: 16px 24px;
  display: grid;
}

.card-icon {
  border: 1px solid var(--dark-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 7px;
  font-size: 13px;
  font-weight: 300;
  display: flex;
}

.card-icon.solid {
  background-color: var(--light-outline);
  border-style: none;
}

.category-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.more-tag {
  z-index: 100;
  border: 1px none var(--dark-outline);
  color: var(--body-display);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

.featured-course-card {
  background-color: var(--black);
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 37vw;
  min-height: 500px;
  max-height: 600px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-card-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  position: relative;
}

.featured-meta {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.featured-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.path-tag {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  line-height: 1em;
  display: grid;
}

.card-title {
  font-size: 20px;
  line-height: 1.3em;
}

.card-title.small {
  font-size: 18px;
}

.card-title.medium {
  font-size: 22px;
}

.card-title.large {
  font-size: 28px;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.stacked-content.extra-margin {
  grid-row-gap: 80px;
}

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

.schedule-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--dark-outline);
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.schedule-top {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--dark-outline);
  color: #000;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  min-height: 80px;
  padding: 24px;
  text-decoration: none;
  display: grid;
}

.schedule-bottom {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  min-height: 300px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.week-day {
  color: var(--body-display);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: -2px;
  font-size: 9px;
  line-height: 1em;
}

.day-number {
  letter-spacing: 1px;
  font-size: 22px;
}

.date {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  line-height: 1.2em;
  display: grid;
}

.schedule-title {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.schedule-top-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.login {
  background-color: var(--grey);
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.login-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.login-background {
  background-color: var(--black);
  width: 65vw;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.login-row {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -5vw;
  padding: 65px;
  display: grid;
  position: relative;
}

.log-in-block {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.number-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1400px;
  display: grid;
}

.number-wrapper.small._2 {
  grid-column-gap: 14px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}

.number-wrapper.small._1 {
  grid-template-columns: auto;
  max-width: 1200px;
}

.number-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 475px;
  height: 475px;
  display: flex;
  position: relative;
  overflow: visible;
}

.number-circle.small {
  width: 425px;
  height: 425px;
}

.number-circle.small.aboo.hidden {
  display: none;
}

.number-circle.small.kaks {
  z-index: 2;
  top: -107px;
  right: -151px;
}

.number-circle.small._1 {
  z-index: 1;
  top: 122px;
}

.inner-number-circle {
  z-index: 25;
  background-color: var(--grey);
  border-radius: 100%;
  width: 85%;
  height: 85%;
  position: relative;
}

.inner-number-circle.light {
  background-color: #fff;
}

.inner-number-circle.light.supp {
  overflow: hidden;
}

.number-circle-background {
  background-image: url('../images/Recyclan-1200x630-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.number-circle-background.supp {
  background-image: url('../images/Näyttökuva-2022-10-23-190120.png');
}

.number-circle-outline {
  z-index: 30;
  border: 1px solid var(--dark-outline-2);
  border-radius: 100%;
  width: 75%;
  height: 75%;
  position: absolute;
  inset: auto;
}

.number-circle-outline.light {
  border-color: var(--dark-outline);
}

.number-circle-content {
  z-index: 30;
  background-image: url('../images/plastic1-pet.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
  position: absolute;
  inset: auto;
}

.number-circle-content.supp {
  object-fit: cover;
  background-image: url('../images/plastic1-pet-PS-tr.png');
  height: 60%;
}

.number-circle-content.supp.kaks {
  background-image: url('../images/Water-Bottle-Sizes-psps-tst.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  margin-bottom: 8%;
}

.number {
  margin-bottom: 9px;
  font-size: 56px;
}

.number.small {
  font-size: 28px;
}

.dual-button {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.newsletter-sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid var(--dark-outline);
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 320px;
  padding: 12px;
  display: grid;
  position: sticky;
  top: 101px;
}

.newsletter-block {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-outline);
  color: #000;
  border-radius: 2px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.newsletter-top {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border: 1px none var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: center;
  align-items: center;
  padding: 24px;
  display: grid;
}

.large-newsletter-image {
  border-top: 1px solid var(--dark-outline);
  border-bottom: 1px solid var(--dark-outline);
  width: 100%;
  max-width: none;
}

.newsletter-content-wraper {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-dropdown {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  border: 1px solid var(--dark-outline);
  box-shadow: 0 9px 72px -8px var(--shadow);
  background-color: #fff;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 800px;
  padding: 9px;
  display: grid;
  position: relative;
}

.menu-dropdown.left {
  grid-template-columns: 1fr;
  width: 340px;
  padding-bottom: 36px;
}

.menu-dropdown-list {
  display: none;
}

.menu-dropdown-list.w--open {
  background-color: #0000;
  width: 100%;
  padding-top: 18px;
}

.dropdown-arrow {
  z-index: 20;
  border-style: solid none none solid;
  border-width: 1px;
  border-color: var(--dark-outline) var(--dark-outline) var(--grey);
  box-shadow: -8px -8px 42px 0 var(--shadow);
  background-color: #fff;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 18px 0 auto;
  transform: rotate(45deg);
}

.right-menu {
  background-color: var(--black);
  border-radius: 2px;
  flex-direction: column;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: center;
  min-height: 80px;
  padding: 27px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-left {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding: 27px 0 27px 27px;
  display: grid;
}

.menu-left.large {
  padding-bottom: 0;
  padding-right: 27px;
}

.menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: -18px;
  margin-right: -18px;
  display: grid;
}

.menu-list.small {
  grid-row-gap: 0px;
  margin-left: 0;
  margin-right: 0;
}

.menu-list-item {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  color: #000;
  text-align: center;
  grid-template-rows: 25px;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.menu-title {
  margin-top: 0;
  font-size: 17px;
}

.menu-title.small {
  font-size: 14px;
}

.menu-list-title {
  border-bottom: 1px solid var(--dark-outline);
  padding-bottom: 18px;
}

.menu-list-title.light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-color: var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.preloader {
  z-index: 200;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.newsletter-title-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.small-subscribe {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.newsletter-small-button {
  background-color: #000;
  background-image: url('../images/send48x481x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 2px;
  width: 62px;
}

.subscribe-block {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 12px 12px;
  display: grid;
}

.form-block-4 {
  margin-bottom: 0;
}

.page-indicator-block {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px none var(--dark-outline);
  background-color: var(--grey);
  border-radius: 2px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: flex-start start;
  padding: 24px 24px 24px 0;
  display: grid;
}

.link-block {
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  border-left: 1px solid #06080f00;
  width: 50px;
  padding-left: 24px;
  font-size: 11px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.25, .46, .45, .94), border-color .5s cubic-bezier(.25, .46, .45, .94), width .6s cubic-bezier(.25, .46, .45, .94);
  overflow: hidden;
}

.link-block.w--current {
  color: #000;
  border-left-color: #000;
  width: 100%;
}

.indicator-name {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  height: auto;
  min-height: 0;
  display: grid;
}

.newsletter-box {
  padding-top: 80px;
}

.newsletter-box.top {
  margin-top: -80px;
}

.indicator-number {
  border: 1px solid var(--dark-outline-2);
  letter-spacing: 0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
}

.indicator-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block-title {
  border-bottom: 1px solid var(--dark-outline-2);
  margin-left: 24px;
  padding-bottom: 12px;
  padding-left: 0;
}

.close-cursur {
  z-index: 5;
  border: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: -39px auto auto -30px;
}

.list-title {
  border-bottom: 1px solid var(--dark-outline);
}

.three-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 36px;
  display: grid;
}

.page-desctription {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.blank-nav-left {
  z-index: 50;
  border-bottom: 1px solid var(--light-outline);
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-right: 5vw;
  display: flex;
  position: relative;
}

.login-intro {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-seperator {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-icon {
  border: 1px solid var(--dark-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.bottom-signup {
  z-index: 50;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 80px;
  margin-right: 5vw;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.underline-link {
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 6px;
  font-size: 13px;
  line-height: 1.3em;
  text-decoration: none;
}

.left-hero-intro {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 415px;
  margin-right: 5vw;
  padding-top: 0;
  padding-right: 36px;
  display: grid;
  position: relative;
}

.icon-link {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
  position: relative;
}

.small-card {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  border: 1px none var(--dark-outline);
  border-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 36px;
  display: grid;
}

.small-card.top-border {
  border-top-style: solid;
}

.stacked-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-description.large {
  grid-row-gap: 18px;
}

.icon-toggle {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.icon-dropdown-content {
  z-index: 10;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid var(--dark-outline);
  box-shadow: 0 9px 72px -8px var(--shadow);
  background-color: #fff;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  min-width: 365px;
  padding: 9px;
  display: grid;
  position: relative;
}

.icon-dropdown-list.w--open {
  background-color: #fff0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 18px;
  display: flex;
}

.dropdown-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.list-link {
  border-bottom: 1px none var(--dark-outline);
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 11px;
  text-decoration: none;
}

.list-link.top {
  padding-top: 0;
}

.menu-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px none var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.right-menu-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex: 1;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.menu-action-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.empty-state {
  background-color: #fff0;
  padding: 0;
}

.newsletter-empty-state {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px dashed var(--dark-outline-2);
  background-color: var(--grey);
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

.faq-sidebar {
  background-color: var(--black);
  border-radius: 2px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 300px;
  min-height: 350px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 101px;
  overflow: hidden;
}

.faq-item-wrapper, .faq-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-title {
  background-color: var(--grey);
  color: var(--body-display);
  border-radius: 2px;
  padding: 28px 24px 28px 36px;
  font-size: 16px;
  font-weight: 500;
}

.faq-block-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.dropdown-list {
  background-color: #dddddd1a;
}

.dropdown-list.w--open {
  z-index: 25;
  background-color: #ddd0;
  margin-top: -12px;
  margin-left: -37px;
  margin-right: -37px;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.dropdown-list.left {
  margin-left: -1px;
}

.dropdown-list.small {
  margin-top: 0;
  margin-left: -25px;
  margin-right: -25px;
}

.filter-dropdown {
  z-index: 30;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-outline);
  background-color: #fff;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 190px;
  padding-top: 0;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter-dropdown.no-height {
  height: auto;
}

.reset-icon {
  border: 1px solid var(--dark-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 6px;
  display: flex;
}

.reset-icon.no-outline {
  border-style: none;
  width: 16px;
  height: 16px;
  padding: 0;
}

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

.template-screen {
  z-index: 1;
  border: 1px none var(--dark-outline);
  background-color: var(--black);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lesson-card-image {
  border-radius: 2px;
  height: 100%;
  min-height: 7.5vw;
  padding: 15px;
  position: relative;
  overflow: hidden;
}

.popup-wrapper {
  z-index: 500;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.popup-wrapper.login-join {
  padding: 0 5vw;
  display: none;
}

.popup-wrapper.submit-learn {
  display: none;
}

.submit-popup-content {
  z-index: 25;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 90vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-hover-background {
  background-color: var(--grey);
  border-radius: 2px;
  position: absolute;
  inset: 0%;
}

.menu-hover-background.light {
  background-color: #fff;
  margin-left: 0;
}

.menu-link {
  margin-top: -18px;
  margin-bottom: -18px;
  padding: 18px;
  text-decoration: none;
  position: relative;
}

.quote-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 750px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: grid;
}

.right-sidebar-content {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.video-resource {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 2px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.video-resource-top {
  height: 18vw;
  min-height: 200px;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.resource-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-outline);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 40px 24px 18px;
  display: grid;
  position: relative;
}

.resource-platform {
  z-index: 25;
  border: 1px none var(--dark-outline);
  background-color: #fff;
  border-radius: 100%;
  width: 51px;
  height: 51px;
  margin-left: -3px;
  padding: 3px;
  position: absolute;
  inset: -25px auto auto 24px;
}

.platform-icon {
  border: 1px solid var(--dark-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
}

.resource-notification {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: var(--grey);
  text-align: center;
  border-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 300px;
  display: grid;
  position: sticky;
  top: 101px;
}

.sidebar.top-36 {
  margin-top: 72px;
}

.submit-content-wrapper {
  border-radius: 2px;
  flex-direction: column;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.submit-top {
  background-color: var(--black);
  justify-content: center;
  min-height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-navigation {
  border-bottom: 1px solid var(--dark-outline);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  padding: 0 24px;
  display: flex;
}

.submit-navigation-link {
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  padding: 24px 12px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.submit-navigation-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 300px;
  display: grid;
}

.submit-info-wrapper {
  z-index: 25;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: block;
  position: relative;
  inset: 0%;
  overflow: auto;
}

.field-block-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.tip {
  background-color: var(--grey);
  border-radius: 100%;
  width: 18px;
  height: 18px;
}

.submit-cover {
  z-index: 25;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.how-it-works-wrapper {
  background-color: #fff;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: auto;
  padding: 48px;
  display: flex;
  overflow: auto;
}

.how-it-works-content {
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.close-overlay {
  background-color: var(--overlay);
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-feature {
  z-index: 25;
  opacity: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 275px;
  padding: 0;
  display: flex;
  position: relative;
}

.large-width {
  max-width: 675px;
}

.basic-form-block {
  margin-bottom: 0;
}

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

.step-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--dark-outline);
  border-radius: 2px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 60px 24px 24px;
  display: grid;
  position: relative;
}

.step-top {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
}

.step-icon {
  border: 1px solid var(--dark-outline);
  color: var(--body-display);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 16px;
  font-size: 12px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -30px 0% auto 22px;
}

.tab-bottom-content {
  padding: 24px;
}

.dropdown-lottie {
  justify-content: center;
  align-items: center;
  width: 10px;
  display: flex;
}

.dropdown-lottie.large {
  width: 12px;
}

.lesson-item-wrapper {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.lesson-item-wrapper:focus {
  background-color: var(--grey);
}

.lesson-item-wrapper.w--current {
  background-color: var(--grey);
  color: #000;
}

.profile-bottom {
  border: 1px solid #707788a6;
  border-radius: 100%;
  width: 20px;
  height: 21px;
  margin-bottom: -31px;
}

.profile-bottom.head {
  width: 10px;
  height: 10px;
  margin-top: -10px;
  margin-bottom: 1px;
}

.solid-button-outline {
  border: 1px solid var(--extra-dark-outline);
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline.light {
  border-color: #fff;
}

.solid-button-outline.right {
  inset: 0% auto 0% -74px;
}

.solid-button-outline.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.outline-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-outline-2);
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  line-height: 1.2em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button.light {
  border-color: var(--light-outline);
  color: #fff;
}

.outline-button.large {
  height: auto;
  transition: background-color .5s;
}

.outline-button.large:focus {
  border-color: var(--extra-dark-outline);
  background-color: #f7f7fa99;
}

.outline-button.vcalk {
  background-color: #fff;
  margin-top: 27px;
}

.outline-button.mappissa {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.button-text {
  z-index: 10;
  color: #000;
  padding-left: 4px;
  font-size: 10px;
  font-weight: 400;
  position: relative;
}

.button-text.valkonen {
  color: #fff;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  inset: 0% auto 0% 0%;
}

.underline-hover-link {
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.underline-hover-link.dark {
  border-bottom-color: var(--dark-outline-2);
  color: #626d86;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line.light {
  background-color: var(--light-outline);
}

.hover-line.top {
  inset: -1px 0% auto;
}

.hover-line-fill {
  background-color: var(--extra-dark-outline);
  width: 100%;
  height: 100%;
}

.hover-line-fill.light {
  background-color: #fff;
}

.section-cover {
  z-index: 100;
  background-color: var(--grey);
  display: none;
  position: absolute;
  inset: 0%;
}

.video-button-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px none var(--light-outline);
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  margin-right: 1px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.video-button-outline.small {
  width: 48px;
  height: 48px;
  overflow: visible;
}

.video-button-outline.navigation-circle-icon {
  width: 36px;
  height: 36px;
  margin-right: 0;
}

.video-button-outline.extra-small {
  width: 40px;
  height: 40px;
  margin-right: 0;
}

.video-outline {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.video-outline.bottom {
  inset: auto 0% 0% auto;
}

.video-outline.bottom.extra-small.light {
  color: #fff;
}

.video-outline.small {
  border-color: var(--extra-dark-outline);
  width: 48px;
  height: 48px;
}

.video-outline.small-nav-circle-outline {
  border-color: var(--extra-dark-outline);
  width: 36px;
  height: 36px;
}

.video-outline.extra-small {
  width: 40px;
  height: 40px;
}

.video-outline.extra-dark {
  border-color: var(--extra-dark-outline);
}

.video-outline-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrapper.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-outline-wrapper.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.solid-video-button-outline {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.solid-video-button-outline.dark {
  border-color: var(--dark-outline);
}

.solid-video-button-outline.dark.navigation-circle-icon {
  border-color: var(--dark-outline-2);
  width: 100%;
  max-width: 36px;
  height: 100%;
  max-height: 36px;
}

.solid-video-button-outline.extra-dark {
  border-color: var(--dark-outline-2);
}

.scroll-link-outline {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-left: -1px;
  display: flex;
  position: absolute;
  inset: -2px 0% auto;
  overflow: hidden;
}

.scroll-link-outline-fill {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 100%;
  min-width: 260px;
  height: 100%;
  min-height: 260px;
  position: absolute;
  inset: 1px 0% auto;
}

.scroll-indicator {
  z-index: 25;
  background-color: var(--light-outline);
  flex-direction: column;
  align-items: stretch;
  width: 1px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.indicator-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.hero-slide {
  width: 100%;
}

.hero-slider-wrapper {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.template-screen-content {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  padding: 36px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.template-screen-content.small {
  padding: 24px;
}

.image-6 {
  display: none;
}

.template-image-strip {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  margin-bottom: -15px;
  display: grid;
}

.coming-soon-overlay {
  z-index: 25;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  background-image: linear-gradient(#0000000d, #0000000d);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  place-items: center;
  padding-bottom: 36px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.coming-soon-overlay.hidden {
  display: none;
}

.template-screen-link {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.template-hover-top {
  z-index: 25;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.cursur-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: auto;
}

.card-cursur {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: 1fr 24px 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 60px;
  height: 60px;
  font-size: 9px;
  text-decoration: none;
  display: grid;
  position: absolute;
  top: auto;
  left: auto;
}

.card-cursur.on {
  top: -42px;
  left: -30px;
}

.cursor-top {
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 18px;
  max-height: 18px;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.cursor-top.bottom {
  margin-top: auto;
  margin-bottom: 0;
  inset: auto 0% 0%;
}

.cursur-top-outline {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.cursur-top-outline.bottom {
  inset: auto 0% 0%;
}

.cursur-text {
  white-space: nowrap;
  max-height: 24px;
  padding-left: 4px;
  position: absolute;
  inset: auto;
}

.overlay {
  background-color: #090f162e;
  padding: 0;
}

.collection-item {
  position: relative;
}

.list-item-right {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.list-hover-arrow {
  filter: invert(50%);
  width: 16px;
  position: absolute;
  inset: auto auto auto 0%;
}

.lesson-time-text {
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.3em;
}

.lessons-list-wrapper {
  flex-direction: column;
  margin-bottom: -36px;
  display: flex;
  position: relative;
}

.small-lesson-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-button {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: var(--body-display);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: -24px;
  padding: 6px 0 6px 6px;
  display: grid;
}

.large-button.right {
  grid-template-columns: 1fr auto;
  margin-left: 0;
  margin-right: -24px;
  padding-left: 0;
  padding-right: 6px;
}

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

.quick-action-sidebar {
  padding-top: 36px;
}

.arrow-icon-wrapper {
  min-height: 14px;
  position: relative;
  overflow: hidden;
}

.large-spacer {
  background-color: var(--grey);
  height: 120px;
}

.slider-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navigation-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-outline-2);
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  height: 36px;
  min-height: 36px;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.avatar-icon-wrapper {
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.support-card-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
  position: relative;
}

.newsletter-screen {
  position: relative;
  overflow: hidden;
}

.sidebar-content {
  flex-direction: column;
  height: 100%;
  margin-right: -12px;
  padding-right: 12px;
  display: flex;
  overflow: hidden;
}

.sidebar-title {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: -2px;
  padding-bottom: 24px;
  display: flex;
}

.newsletter-sidebar-card {
  border: 1px solid var(--grey);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.sidebar-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  flex-direction: column;
  padding-bottom: 0;
  display: flex;
}

.sidebar-scroll {
  border-radius: 2px;
  flex-direction: column;
  height: 100%;
  padding: 0;
  display: flex;
  overflow: auto;
}

.newsletter-pagination {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  justify-items: stretch;
  display: grid;
}

.newsletter-scroll-wrapper {
  height: 100%;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}

.large-video-cover {
  z-index: 15;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 700px;
  padding: 0 0 0 80px;
  display: flex;
  position: relative;
}

.card-icon-circle {
  z-index: 10;
  border: 1px solid var(--dark-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 18px;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.hover-card-circle {
  background-color: var(--grey);
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: auto auto -6vw;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrapper.hero-wrapper {
  min-height: 110vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0 auto;
  overflow: visible;
}

.slider-background-wrapper.hero-wrapper.kompo {
  padding: 0;
}

.hero-slide-2 {
  height: 100%;
}

.hero-slide-background {
  z-index: 1;
  background-image: url('../images/Image24.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 125vw;
  height: 100%;
  position: absolute;
  inset: auto auto 0;
  overflow: hidden;
}

.hero-slide-background.two {
  background-image: url('../images/61220236.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: 100vw;
}

.hero-slide-background.three {
  background-image: url('../images/016.jpeg');
}

.product-slider-arrow {
  z-index: 20;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 0% 80px auto;
}

.slider-background {
  border-radius: 100% 100% 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200vw;
  height: 120vh;
  display: flex;
  position: absolute;
  inset: auto auto 0;
  overflow: hidden;
}

.slider-background.kompo {
  width: 100vw;
}

.light-sction-cover {
  background-color: #fff;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.dual-box {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.dual-box.invert {
  grid-template-columns: 50% 1fr;
  margin-top: 45px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.image-box {
  border-radius: 2px;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.tool-tip-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 0 12px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.tool-tip-text.small {
  margin-bottom: 12px;
}

.tool-tip-text.bottom {
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 0;
  top: 0;
  bottom: auto;
}

.tooltip-corner {
  z-index: 10;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: var(--dark-outline);
  background-color: #fff;
  border-radius: 0 0 2px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  position: relative;
  transform: rotate(45deg);
}

.tooltip-corner.bottom {
  border-style: solid none none solid;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  margin: 0 auto -6px;
}

.tooltip-info {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  border: 1px solid var(--dark-outline);
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 220px;
  padding: 9px 12px;
  display: grid;
}

.tooltip-info.small {
  min-width: 100px;
}

.tooltip-info.auto-width {
  white-space: nowrap;
  min-width: auto;
}

.select-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  justify-items: stretch;
  margin-left: -18px;
  margin-right: -18px;
  display: grid;
  position: relative;
  overflow: auto;
}

.select-wrapper.large {
  margin-left: -24px;
  margin-right: -24px;
}

.select {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  margin: -18px 0;
  padding: 18px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.select.small {
  padding: 12px;
}

.select-scroll-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 38px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  padding-bottom: 36px;
  display: grid;
}

.pop-up-heading {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  display: grid;
  position: relative;
}

.small-icon {
  opacity: .4;
  width: 8px;
}

.resource-background {
  background-image: url('../images/033.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 14px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.stacked-card-title {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-arrow-line {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.content-box {
  border: 1px solid var(--dark-outline-2);
  border-radius: 2px;
  padding: 80px;
}

.dual-content {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-info-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  display: flex;
}

.featured-work-slide {
  width: 100%;
}

.singlie-item-wrapper {
  flex-direction: column;
  height: 100%;
}

.single-item-list, .single-item {
  height: 100%;
}

.card-bottom-info {
  z-index: 10;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.card-hover-link {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 44px;
  display: flex;
}

.nav-icon-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.looping-image-screen {
  width: 100%;
}

.bottom-36 {
  padding-bottom: 36px;
}

.number-title {
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.3em;
}

.mobile-close-button {
  display: none;
}

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

.footer-left {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-outline-2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--dark-outline-2);
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 14px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: grid;
  position: relative;
}

.footer-list-item.mobil-footeritemio {
  display: none;
}

.footer-list-item.light {
  color: #fff;
}

.tooltip-letter {
  color: var(--body-display);
  letter-spacing: -.01em;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}

.icon-image {
  width: 25px;
}

.close-icon {
  width: 30px;
}

.breadcrumb-arrow {
  opacity: .7;
  width: 9px;
  min-width: 9px;
}

.placeholder {
  border: 1px dashed var(--dark-outline);
  background-color: var(--grey);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
  position: relative;
}

.preloader-indicator {
  background-color: var(--dark-outline);
  justify-content: flex-start;
  height: 2px;
  margin-left: -36px;
  margin-right: -36px;
  display: flex;
  overflow: hidden;
}

.preloader-fill {
  background-color: var(--extra-dark-outline);
  width: 100%;
  height: 100%;
}

.preloader-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.preloader-brand {
  letter-spacing: -.03em;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  display: flex;
}

.hero-section-copy {
  z-index: 20;
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  min-height: 100vh;
  padding-bottom: 36px;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-section-copy.small {
  background-color: var(--black);
  min-height: 85vh;
  padding-bottom: 36px;
}

.dropdown-copy {
  z-index: 5;
  margin-right: 23px;
  display: none;
}

.dropdown-copy {
  z-index: 5;
  margin-right: 23px;
}

.dropdown-copy.icon-dropdown {
  margin-right: 0;
}

.dropdown-copy.nakyy {
  display: block;
}

.section-copy {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.no-padding.grey {
  display: block;
}

.section-copy.no-top-padding {
  padding-top: 0;
}

.section-copy.no-top-padding.grey, .section-copy.grey {
  background-color: var(--grey);
}

.section-copy.grey.no-padding.cut {
  background-color: #0000;
  margin-top: -36px;
  overflow: hidden;
}

.section-copy.grey.cut, .section-copy.clip {
  overflow: hidden;
}

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

.inner-number-circle-copy {
  z-index: 25;
  background-color: var(--grey);
  border-radius: 100%;
  width: 85%;
  height: 85%;
  display: none;
  position: relative;
}

.inner-number-circle-copy.light {
  background-color: #fff;
}

.number-circle-outline-copy {
  z-index: 30;
  border: 1px solid var(--dark-outline-2);
  border-radius: 100%;
  width: 75%;
  height: 75%;
  display: none;
  position: absolute;
  inset: auto;
}

.number-circle-outline-copy.light {
  border-color: var(--dark-outline);
}

.number-circle-content-copy {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: none;
  position: absolute;
  inset: auto;
}

.testimonial-strip-wrapper-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-strip-wrapper-copy.tilted {
  display: none;
  transform: rotate(25deg);
}

.overlay-copy {
  z-index: 3;
  background-color: #090f1680;
  position: absolute;
  inset: 0%;
}

.overlay-copy.dark {
  background-color: #090f1699;
}

.overlay-copy.gradient {
  background-color: #090f1633;
  background-image: linear-gradient(#090f1680, #090f1699);
}

.overlay-copy.gradient.dark {
  background-color: #090f1600;
  background-image: none;
  display: block;
}

.overlay-copy.light {
  background-color: #090f1633;
}

.outline-button-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-outline-2);
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  line-height: 1.2em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button-div.light {
  border-color: var(--light-outline);
  color: #fff;
}

.outline-button-div.large {
  height: auto;
  transition: background-color .5s;
}

.outline-button-div.large:focus {
  border-color: var(--extra-dark-outline);
  background-color: #f7f7fa99;
}

.infographic-wrapper {
  width: 50rem;
  height: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.infographic-tab {
  width: 100%;
  height: 100%;
}

.infographic-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: none;
}

.infographic-image.mobile {
  display: block;
}

.heading-medium {
  z-index: 1;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.button-review {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 32rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tabs-content {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.infographic-buttons {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.button-scope {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 18rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tabs-menu {
  display: none;
}

.margin-bottom, .margin-bottom.margin-huge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.infographic-text {
  color: #fff;
  text-align: center;
  max-width: 18rem;
  position: absolute;
}

.button-benchmark {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: 12rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-agreement {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 16rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-reco {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 22rem;
  display: flex;
  position: absolute;
  inset: auto auto 12rem 0%;
}

.containeri {
  border-radius: 0;
  min-width: 90vw;
  min-height: 50vh;
  padding-bottom: 0;
}

.youtube {
  border-radius: 20px;
}

.heading {
  padding-bottom: 28px;
}

.yt-wrapperi {
  border: 1px solid #ffffff8c;
  border-radius: 30px;
  overflow: hidden;
}

.containeri-join-the-move {
  background-color: #191d25;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 90vw;
  min-height: 50vh;
  padding-bottom: 0;
  display: flex;
}

.containeri-join-the-move.sup {
  background-color: var(--grey);
  padding-bottom: 30px;
}

.move-wrapperi {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.avatar-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.heading-detail-regular {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.heading-detail-regular.sup {
  color: #000;
}

.testimonial-card-large {
  grid-row-gap: 40px;
  color: #07090d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
}

.testimonial-card-large:hover {
  border-color: #0000;
  box-shadow: 45px 45px 140px -48px #07090d14;
}

.title-wrapper-regular {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
}

.h3-heading.sup {
  color: #000;
}

.avatar-role {
  color: #818a9c;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.section-testimonial {
  padding: 80px 5% 25px;
  position: relative;
  overflow: hidden;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-bottom-16.sup {
  color: #000;
}

.avatar-large {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.span-primary {
  color: #1457ff;
}

.footer-c {
  background-color: #fff;
  border-radius: 25px;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding: 55px;
}

.footes-s {
  z-index: -1;
  background-color: #191d25;
  padding-top: 69px;
  padding-bottom: 69px;
  position: sticky;
  bottom: 0;
}

.rotating-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  justify-items: center;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
}

.rotating-text-wrapper.bottom-text {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
  left: auto;
  right: 0;
}

.rotate-heading {
  letter-spacing: -.025em;
  white-space: nowrap;
  font-size: 6vw;
  line-height: 1.6em;
}

.dot-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.dot-2.large {
  background-color: #0000;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin-left: 18px;
  margin-right: 18px;
}

.dot-2.large.solid {
  background-color: #fff;
}

.rotate-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: grid;
}

.rotate-text-wrapper.bottom-text {
  align-items: center;
}

.rotate-text-wrapper.top-text {
  z-index: 20;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.hero-content {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: flex-end end;
  width: 100vw;
  max-width: 100vw;
  padding-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 54px;
  display: flex;
}

.mobil-sliide {
  display: none;
}

.desktoppi {
  z-index: 20;
  position: relative;
}

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

.pricing-number-wrapper {
  grid-column-gap: 8px;
  align-items: flex-end;
  margin-bottom: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.pricing-header {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 72px;
}

.pricing-feature {
  grid-column-gap: 12px;
  color: #818a9c;
  align-items: center;
  display: flex;
}

.button-white {
  grid-column-gap: 8px;
  color: #07090d;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.button-white:hover {
  color: #fff;
  background-color: #07090d;
}

.pricing-card-dark {
  color: #fff;
  background-color: #07090d;
  border: 1px solid #edeff2;
  border-radius: 12px;
  padding: 40px;
  transition: all .3s;
}

.pricing-feature-text {
  font-size: 16px;
  line-height: 1.5;
}

.pricing-line-dark {
  background-color: #232a39;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-detail-white {
  color: #f0f5ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-secondary {
  grid-column-gap: 8px;
  color: #07090d;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #07090d;
}

.pricing-line {
  background-color: #edeff2;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.pricing-feature-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.section-pricing {
  background-color: #f7f7fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-icon {
  color: #1457ff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.pricing-detail {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-type {
  letter-spacing: -.03em;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

.pricing-card {
  color: #07090d;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 420px;
  min-height: 600px;
  max-height: 600px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  transition: all .3s;
  display: flex;
  box-shadow: 8px 8px 15px -13px #000;
}

.pricing-feature-white {
  grid-column-gap: 12px;
  color: #fff;
  align-items: center;
  display: flex;
}

.pricing-period {
  color: #acb4c3;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-icon-white {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.bold-text {
  font-weight: 600;
}

.imagee {
  background-image: url('../images/istockphoto-1163025454-612x612.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 50%;
}

.imagee.mission {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/ID-nettisivukuva-8.jpg');
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: block;
}

.imagee.emission {
  background-image: url('../images/Clear-Plastic-Bale.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.imagee.social {
  background-image: url('../images/ID-nettisivu-kuva-13.jpg');
}

.tekstii {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.heading-2 {
  padding-bottom: 12px;
}

.paragraph {
  color: var(--black);
}

.section-tittle {
  margin-bottom: 0;
}

.slider-navigation {
  cursor: pointer;
  transition: opacity .2s;
}

.slider-navigation:hover {
  opacity: .7;
}

.slider-navigation.prev-slide {
  margin-right: 16px;
}

.slider-kello {
  width: 100%;
}

.slider-list {
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.slider-item {
  border: 1px solid #727272;
  flex: none;
  width: 30vw;
  height: 40vw;
  margin-right: 32px;
  overflow: hidden;
}

.slider-navigation-wrapper {
  margin-bottom: 4px;
  margin-left: 40px;
  margin-right: 40px;
}

.section-header {
  align-items: flex-end;
  margin-bottom: 32px;
  display: flex;
}

.slide-link-block {
  color: #fff;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.slide-content-2 {
  color: #141414;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 140px;
  padding: 24px;
  display: flex;
  position: relative;
}

.slide-title {
  margin-bottom: 0;
}

.text-block {
  color: #fff;
}

.bg-img-services-wrap {
  position: absolute;
  inset: 0%;
}

.pet-bottels {
  background-image: url('../images/istockphoto-466252351-170667a.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
  padding-bottom: 0;
}

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

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

.darkk {
  color: #000;
  text-align: center;
}

.steppi {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.hidden-image {
  display: none;
}

.lottie-animation-2 {
  flex: 1;
  width: 100%;
  height: 50%;
}

.f2 {
  background-color: #0000;
  border-radius: 25px;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 30px 10px;
}

.f2-sectio {
  z-index: 1;
  position: static;
}

.grid-wrapper-copy {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.grid-wrapper-copy.hero {
  padding-bottom: 0;
}

.grid-wrapper-copy.kaks {
  align-items: center;
  padding-left: 23px;
  padding-right: 23px;
}

.grid-wrapper-copy.fly {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: stretch;
  max-width: 1400px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.grid-wrapper-copy.nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.footer-wrapper-copy {
  grid-column-gap: 46px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.verticle-line-copy.extra-dark.hide-on-mobile {
  background-color: #e1e4ee75;
  margin-left: -5px;
  margin-right: 5px;
}

.verticle-line-copy {
  background-color: var(--light-outline);
  width: 1px;
  height: 100%;
}

.verticle-line-copy.nav-line {
  z-index: 25;
  background-color: var(--light-outline);
  height: 28px;
  max-height: 48px;
  position: relative;
}

.verticle-line-copy.dark {
  background-color: var(--dark-outline);
}

.verticle-line-copy.extra-dark {
  background-color: var(--dark-outline-2);
}

.verticle-line-copy.extra-dark.hide-on-mobile {
  margin-left: 0;
  margin-right: 0;
}

.id-foott2 {
  color: #fff;
}

.ft2oikee {
  justify-content: center;
  align-items: center;
  display: flex;
}

.meetinkss {
  color: #fff;
  font-size: 40px;
}

.footer-keski {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-keski.centered {
  text-align: center;
  justify-content: center;
  justify-items: center;
  max-width: 650px;
}

.footer-keski.small {
  grid-row-gap: 12px;
}

.footer-keski.supp {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.contti {
  min-width: 600px;
}

.form-wrapper {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.logo-img-div {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  display: flex;
}

.forrm-wrap-wrappi {
  flex: 1;
  display: flex;
}

.form-block-5 {
  flex: 1;
  max-width: 700px;
}

.fieldlabel-supp {
  font-size: 18px;
  font-weight: 500;
}

.tekstfieldi {
  border-radius: 6px;
}

.submit-button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 13px;
  font-size: 16px;
  font-weight: 500;
}

.selectfieldi {
  border-radius: 6px;
}

.kontti-credit {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.vasen-cred {
  border: 1px solid #000;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  margin-right: 10px;
  padding: 15px;
  display: flex;
}

.vasen-cred.produucts {
  border-width: 2px;
  border-color: #0006;
}

.vasen-cred.produucts.oikee {
  border-width: 2px;
  border-color: #0006;
  margin-left: 10px;
  margin-right: 0;
}

.oikee-cred {
  border: 1px solid #000;
  border-radius: 11px;
  width: 450px;
  margin-left: 10px;
  padding: 15px;
}

.paradark {
  color: #000;
  line-height: 1.7;
}

.paradark.proodu {
  font-size: 20px;
  font-weight: 500;
}

.paradark.proodu.molok {
  padding-top: 27px;
  font-size: 18px;
}

.paradark.proodu.hidden {
  display: none;
}

.bene-otsikko {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}

.ylagrid {
  grid-column-gap: 0px;
  grid-row-gap: 9px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". Area-4"
                 "Area Area"
                 "Area-7 ."
                 ". ."
                 "Area-5 Area-6"
                 "Area-2 Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.txt-b-grid {
  text-align: center;
  border: 1px solid #000;
  padding: 5px;
  font-size: 20px;
  font-weight: 600;
}

.txt-b-grid.padd {
  margin-top: 10px;
}

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

.map-wrap {
  justify-content: center;
  width: 1000px;
  height: 600px;
  display: flex;
}

.map-wrap.kaks {
  border: 1px solid #00000061;
}

.map-wrap.kaks.corp {
  border-width: 0;
  height: 700px;
}

.mappi {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.mappi.kaks {
  border-radius: 0;
  width: 50%;
}

.mappi.hidden {
  display: none;
}

.section-box-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: -36px;
  padding: 40px 0 80px;
}

.section-box-copy.large {
  padding-bottom: 120px;
}

.section-box-copy.large.yhksi, .section-box-copy.no-top-margin {
  margin-top: 0;
}

.section-box-copy.bottom-border {
  border-bottom: 1px solid var(--grey);
}

.section-box-copy.supp {
  margin-top: -6px;
}

.bales-wrap {
  justify-content: center;
  padding-top: 33px;
  display: flex;
}

.molokz-wrap {
  margin-top: 93px;
}

.molok-wra {
  justify-content: center;
  margin-top: 35px;
  display: flex;
}

.contact-contti {
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-wrapp {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 400px;
  height: 450px;
  padding: 20px;
}

.item-wrapp.mid {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 450px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.contacti-teksti {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.contacti-teksti.s {
  font-size: 20px;
}

.image-7 {
  width: 115px;
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  font-size: 5px;
  line-height: 5px;
  display: block;
}

.image-8 {
  width: 45px;
  margin-left: -9px;
}

.image-9 {
  width: 40px;
}

.image-10 {
  width: 100px;
}

.youtube-2 {
  display: none;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-3 {
  font-size: 20px;
}

.corp-div {
  background-color: #fff;
  border: 1px solid #0000008a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 18px;
  display: flex;
  box-shadow: 6px 6px 20px -13px #000;
}

.maps-img-wrapperi {
  object-fit: cover;
  background-image: url('../images/Näyttökuva-2022-10-28-124746.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.maps-img-wrapperi.indi {
  background-image: url('../images/mapps.jpg');
  border-radius: 0;
  width: 50%;
}

.molok-tekstibox {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

.molok-infoa {
  color: #252525;
  padding-top: 40px;
}

.paragraph-2 {
  margin-bottom: -44px;
}

.paragraph-3, .paragraph-4 {
  margin-bottom: 10px;
}

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

.corp-nmumero {
  padding-top: 10px;
  font-size: 25px;
  font-weight: 500;
}

.image-13 {
  width: 100%;
  display: block;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.bg-about {
  object-fit: cover;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0 0%;
}

.supply-to-us-bg-video {
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-2 {
  height: auto;
}

.div-block-4 {
  background-color: var(--black);
  height: 80px;
}

.kontti {
  width: auto;
  max-width: 1279px;
  padding: 110px;
}

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

.link.w--current {
  color: #bdbdbd;
  text-decoration: none;
}

.midtext {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

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

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

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

.ecosta-tag {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 43px;
  padding-bottom: 12px;
  display: flex;
}

.ecosta-link {
  color: #e0e0e0;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: left;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2em;
  display: block;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
  overflow: visible;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.s11 {
  min-height: 100vh;
}

.waves---cta-dark {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.1rem;
  line-height: 130%;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

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

.waves---section-medium {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  padding-top: 144px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.v {
  background-color: #000;
  width: 70px;
  height: 1px;
}

.ylagrid-copy {
  grid-column-gap: 0px;
  grid-row-gap: 9px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .card {
    grid-row-gap: 100px;
    padding: 48px;
  }

  .faq-item {
    grid-column-gap: 80px;
  }

  .lessin-intro {
    grid-column-gap: 60px;
  }

  .lesson-list-info {
    grid-template-columns: minmax(170px, .55fr) 1fr;
  }

  .templates-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .support-top {
    grid-column-gap: 60px;
  }

  .support-bottom {
    grid-column-gap: 80px;
  }

  .support-right {
    grid-row-gap: 60px;
  }

  .flyout-content {
    width: 75%;
  }

  .support-image {
    min-width: 220px;
    min-height: 180px;
  }

  .login-wrapper {
    grid-row-gap: 80px;
  }

  .number-wrapper {
    grid-column-gap: 100px;
  }

  .number-circle {
    width: 500px;
    height: 500px;
  }

  .number-circle.small {
    width: 450px;
    height: 450px;
  }

  .newsletter-sidebar {
    width: 340px;
  }

  .small-card {
    grid-row-gap: 60px;
  }

  .faq-grid {
    grid-column-gap: 80px;
  }

  .lesson-card-image {
    min-height: 8vw;
  }

  .resource-notification {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

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

  .step-card {
    padding-bottom: 36px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .step-icon {
    left: 34px;
  }

  .dual-box {
    grid-column-gap: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .card {
    grid-row-gap: 120px;
  }

  .project-top-image {
    height: 20vw;
  }

  .cards-mask.large {
    width: 75%;
  }

  .faq-item {
    grid-auto-columns: 1fr;
  }

  .lessan-tab-content {
    grid-column-gap: 80px;
  }

  .template-tabs-wrapper {
    width: 75%;
  }

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

  .support-top {
    grid-column-gap: 80px;
  }

  .flyout-content {
    width: 70%;
  }

  .flyout-cards {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .support-image {
    min-width: 260px;
    min-height: 220px;
  }

  .schedule-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .login-wrapper {
    grid-row-gap: 100px;
  }

  .number-wrapper, .number-wrapper.small {
    grid-column-gap: 100px;
  }

  .number-wrapper.small._2 {
    margin-top: 40px;
  }

  .number-circle {
    width: 550px;
    height: 550px;
  }

  .number-circle.small {
    width: 525px;
    height: 525px;
  }

  .number-circle-content.supp.kaks {
    background-image: url('../images/Water-Bottle-Sizes-psps-tst.png');
    background-position: 50%;
    margin-bottom: 8%;
  }

  .newsletter-sidebar {
    width: 360px;
  }

  .small-card {
    grid-row-gap: 80px;
  }

  .dual-box {
    grid-column-gap: 120px;
  }

  .containeri, .containeri-join-the-move {
    min-width: 75vw;
  }

  .footer-c, .f2 {
    max-width: 1612.8px;
  }

  .kontti {
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (min-width: 1920px) {
  .fill.eioo {
    margin-top: 0;
  }

  .lesson-card-image {
    min-height: 150px;
  }

  .containeri {
    min-width: 70vw;
    max-width: 1920px;
  }

  .containeri-join-the-move {
    min-width: 70vw;
  }

  .kontti {
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .overlay.hide-on-tablet {
    display: none;
  }

  .hero-section {
    min-height: 93vh;
  }

  .verticle-line.dark.hide-on-mobile {
    display: block;
  }

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

  .section-box {
    padding: 48px 10px;
  }

  .nav-link {
    color: #000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link.dropdown-link {
    border-bottom: 1px solid var(--dark-outline);
    color: #000;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link.dropdown-link.w--open {
    border-bottom: 1px solid var(--dark-outline);
    height: auto;
  }

  .nav-menu {
    background-color: #0000;
  }

  .nav-link-wrapper {
    grid-row-gap: 0px;
    background-color: #fff;
    grid-auto-flow: row;
  }

  .card {
    grid-row-gap: 60px;
    min-height: 225px;
  }

  .card.top-border---tablet {
    border-top-style: solid;
    border-top-color: var(--dark-outline);
  }

  .card-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1px 1fr;
  }

  .card-wrapper.three-card-grid {
    grid-template-columns: 1fr 1px 1fr;
  }

  .stacked-heading {
    grid-row-gap: 28px;
  }

  .looping-screen {
    height: 40vw;
    min-height: 375px;
  }

  .testimonial-slide-arrow {
    top: auto;
    bottom: 260px;
  }

  .testimonial-slide-arrow.right {
    top: auto;
  }

  .testimonial-text.large {
    font-size: 34px;
  }

  .testimonial-arrow-line {
    margin-bottom: 310px;
  }

  .testimonial-content {
    max-width: 525px;
  }

  .banner-content {
    min-height: 700px;
    padding-top: 160px;
    padding-bottom: 280px;
  }

  .card-info-top {
    grid-template-columns: 1fr;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-mask {
    width: 60%;
  }

  .cards-mask.large {
    width: 95%;
  }

  .cards-mask.large.xl {
    max-width: 100vw;
  }

  .video-box {
    margin-top: 60px;
    margin-bottom: 120px;
    padding: 60px;
  }

  .video-bottom {
    height: 100px;
  }

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

  .lesson-sidebar {
    height: auto;
    max-height: none;
    margin-bottom: 80px;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

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

  .lesson-sidebar-top {
    justify-content: start;
    position: relative;
    top: 0;
  }

  .lesson-sidebar-content {
    position: relative;
  }

  .lesson-list-wrapper {
    height: auto;
    overflow: visible;
  }

  .pagination-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }

  .dual-tab-wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .rich-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .template-hero {
    align-content: space-between;
  }

  .template-tabs-wrapper {
    width: 100%;
  }

  .sidebar-features {
    align-items: flex-start;
    padding-top: 60px;
    padding-left: 0;
  }

  .basic-dropdown.left {
    padding-left: 24px;
  }

  .templates-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .coming-soon {
    margin-left: 0;
  }

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

  .filter-sidebar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 24px;
    display: grid;
    position: relative;
    top: 0;
  }

  .filter-tab {
    margin-top: 0;
  }

  .filter-tab-bottom {
    min-height: 140px;
  }

  .flyout-content {
    width: 100%;
  }

  .flyout-info {
    padding: 60px;
  }

  .dual-row {
    grid-row-gap: 48px;
    grid-template-columns: auto;
  }

  .right-image {
    min-height: 300px;
    margin-left: 0;
  }

  .lessons-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .full-screen-sidebar {
    width: 100%;
    min-width: auto;
    max-width: 550px;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .support-body.right {
    grid-template-rows: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .support-body.no-bottom {
    grid-row-gap: 36px;
  }

  .support-sidebar-content {
    padding-top: 36px;
  }

  .support-crumbs {
    align-items: flex-start;
    position: relative;
    top: auto;
  }

  .newsletter-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .lessons-scroll {
    grid-row-gap: 36px;
    position: relative;
  }

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

  .course-items {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .in-page-filter {
    grid-column-gap: 24px;
    padding-right: 24px;
  }

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

  .number-wrapper {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .number-circle {
    width: 400px;
    height: 400px;
  }

  .number-circle.small {
    width: 350px;
    height: 350px;
  }

  .newsletter-sidebar {
    position: relative;
    top: 0;
  }

  .menu-dropdown {
    box-shadow: none;
    border-style: none;
    grid-template-columns: 1fr;
    width: 100%;
    padding-top: 0;
  }

  .menu-dropdown.left {
    width: auto;
  }

  .menu-dropdown-list.w--open {
    border-bottom: 1px solid var(--dark-outline);
    justify-content: center;
    padding-top: 0;
    position: relative;
    bottom: 0;
  }

  .dropdown-arrow {
    top: 0;
  }

  .right-menu {
    display: none;
  }

  .menu-left {
    padding: 27px 27px 12px;
  }

  .menu-list {
    grid-row-gap: 6px;
  }

  .newsletter-box {
    padding-top: 48px;
  }

  .newsletter-box.top {
    margin-top: 0;
    padding-top: 0;
  }

  .small-card.top-border---mobile {
    border-top-style: solid;
  }

  .icon-dropdown-content {
    min-width: 250px;
    position: absolute;
  }

  .menu-bottom {
    display: none;
  }

  .faq-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .faq-sidebar {
    position: relative;
    top: auto;
  }

  .dropdown-list.w--open {
    margin-left: -25px;
    margin-right: -25px;
  }

  .filter-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-hover-background {
    display: none;
  }

  .menu-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .steps-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .lesson-item-wrapper {
    overflow: visible;
  }

  .outline-button.hide-on-tablet, .template-hover-top, .html-embed {
    display: none;
  }

  .large-spacer {
    height: 100px;
  }

  .slider-background-wrapper {
    padding: 60px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 60px;
  }

  .product-slider-arrow {
    bottom: 48px;
  }

  .dual-box {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .dual-box.invert {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tool-tip-text {
    align-items: flex-end;
  }

  .tooltip-corner {
    margin-left: auto;
    margin-right: auto;
  }

  .template-info-wrapper {
    flex-direction: column;
  }

  .menu-button-wrapper {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 48px;
    padding: 12px 0 12px 12px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .mobile-close-button {
    z-index: 30;
    border: 1px solid var(--dark-outline);
    background-color: var(--grey);
    justify-content: center;
    align-items: center;
    height: 48px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5vw;
    padding: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .footer-wrapper {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1px 1fr;
  }

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

  .hero-section-copy {
    min-height: 93vh;
  }

  .dropdown-copy {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .overlay-copy.hide-on-tablet, .outline-button-div.hide-on-tablet {
    display: none;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .rotate-heading {
    font-size: 9vw;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 12px;
  }

  .pricing-grid-large {
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-pricing {
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
  }

  .footer-wrapper-copy {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1px 1fr;
  }

  .verticle-line-copy.dark.hide-on-mobile {
    display: block;
  }

  .section-box-copy {
    padding: 48px 10px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .verticle-line.dark.hide-on-mobile, .verticle-line.extra-dark.hide-on-mobile {
    display: none;
  }

  .section-box {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 36px;
  }

  .section-box.no-top-margin {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .nav-link-wrapper {
    border-bottom: 1px solid var(--dark-outline);
    box-shadow: 0 12px 36px -8px var(--shadow);
  }

  .card-wrapper, .card-wrapper.three-card-grid {
    grid-template-columns: 1fr;
  }

  .dual-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .body-display.dual-paragraph {
    column-count: 1;
  }

  .stacked-heading {
    grid-row-gap: 24px;
  }

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

  .looping-screen.large {
    min-height: 450px;
  }

  .testimonial-slide-arrow {
    width: 80px;
    height: 80px;
    bottom: 240px;
  }

  .testimonial-text.large {
    font-size: 30px;
  }

  .circle-link-text {
    padding-right: 34px;
  }

  .circle-link-text.left {
    grid-column-gap: 9px;
    padding-left: 34px;
  }

  .slider-link-text {
    display: block;
  }

  .testimonial-arrow-line {
    margin-bottom: 280px;
  }

  .testimonial-content {
    padding-bottom: 100px;
  }

  .circle-button, .circle-outline {
    width: 80px;
    height: 80px;
  }

  .banner-content {
    min-height: 600px;
    padding-top: 140px;
  }

  .dot.light.hide-on-mobile {
    display: none;
  }

  .xxl-heading {
    font-size: 36px;
  }

  .cards-slider {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .cards-mask {
    width: 80%;
  }

  .cards-mask.large {
    width: 100%;
  }

  .cards-mask.large.xl {
    width: 95%;
  }

  .cards-mask.medium {
    width: 85%;
  }

  .video-box {
    margin-bottom: 200px;
    padding: 70px 36px 34px;
  }

  .video-box.large {
    margin-bottom: 36px;
  }

  .video-bottom {
    height: 140px;
  }

  .testimonial-wrapper {
    overflow: hidden;
  }

  .faq-item {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .lesson-sidebar {
    height: auto;
    max-height: none;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .video-wrapper {
    min-height: 80px;
  }

  .lesson-sidebar-content {
    position: relative;
  }

  .lesson-list-wrapper {
    overflow: visible;
  }

  .pagination-wrapper {
    justify-content: space-between;
  }

  .template-slider {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .basic-dropdown {
    border-left: 1px solid var(--dark-outline);
    min-height: 48px;
    padding-left: 24px;
  }

  .templates-grid, .support-top {
    grid-template-columns: 1fr;
  }

  .support-list-item {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .flyout-info {
    padding: 48px 36px;
  }

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

  .right-image {
    min-height: 250px;
  }

  .lessons-wrapper {
    grid-row-gap: 36px;
  }

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

  .support-card-content {
    grid-row-gap: 36px;
    border-style: none solid solid;
    padding: 36px 36px 24px;
  }

  .support-image {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
    min-height: 260px;
  }

  .academy-grid-wrapper {
    padding-top: 24px;
  }

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

  .in-page-filter {
    border-top: 1px solid var(--dark-outline);
    border-bottom-style: none;
    grid-template-columns: 1fr;
    height: auto;
  }

  .in-page-filter-bar {
    height: auto;
    max-height: none;
    position: relative;
    top: auto;
  }

  .featured-course-card {
    padding: 36px;
  }

  .featured-meta {
    grid-template-columns: auto auto auto;
    grid-auto-flow: row;
  }

  .stacked-content {
    flex-direction: column;
    display: flex;
  }

  .schedule-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .number-wrapper {
    grid-row-gap: 60px;
  }

  .number-circle {
    width: 325px;
    height: 325px;
  }

  .number-circle.small {
    width: 300px;
    height: 300px;
  }

  .number-circle.small.kaks {
    top: 0;
    right: 0;
  }

  .number-circle.small._1 {
    top: 190px;
    left: -142px;
  }

  .menu-dropdown-list.w--open {
    justify-content: flex-end;
  }

  .small-card.bottom-border---mobile {
    border-bottom-style: solid;
  }

  .dropdown-list.w--open {
    margin-left: -1px;
  }

  .filter-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popup-wrapper.login-join {
    padding: 10vw 7vw;
  }

  .how-it-works-wrapper {
    padding: 36px;
  }

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

  .large-spacer {
    height: 80px;
  }

  .navigation-button {
    display: none;
  }

  .large-video-cover {
    min-height: auto;
    padding-left: 36px;
  }

  .slider-background-wrapper {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-slider-arrow {
    width: 48px;
    height: 48px;
  }

  .footer-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-left {
    grid-row-gap: 24px;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .h3-heading {
    font-size: 36px;
    line-height: 52px;
  }

  .rotate-heading {
    font-size: 12vw;
  }

  .dot-2.large {
    border-width: 1px;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 9px;
  }

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

  .footer-wrapper-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .verticle-line-copy.dark.hide-on-mobile, .verticle-line-copy.extra-dark.hide-on-mobile, .verticle-line-copy.dark.hide-on-mobile, .verticle-line-copy.extra-dark.hide-on-mobile {
    display: none;
  }

  .section-box-copy {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 36px;
  }

  .section-box-copy.no-top-margin {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

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

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

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: 93vh;
  }

  .hero-section.small {
    min-height: auto;
  }

  .grid-wrapper.serviisee, .grid-wrapper.abootti, .grid-wrapper.mobilebuyfronm {
    padding-left: 0;
    padding-right: 0;
  }

  .button-base {
    bottom: 148px;
    right: auto;
  }

  .slide-content {
    padding-top: 160px;
    padding-bottom: 180px;
  }

  .section.grey.colle-map.mobilee {
    padding-top: 0;
  }

  .section.kaks {
    flex-direction: column;
  }

  .section.recy-ympy {
    overflow: hidden;
  }

  .section-box {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 10px;
  }

  .section-box.large {
    padding-bottom: 48px;
  }

  .section-box.no-top-margin {
    padding: 42px 5vw 42px 30px;
  }

  .nav-wrapper {
    width: 100%;
  }

  .nav-link {
    color: #000;
  }

  .nav-link.contact-navii {
    display: block;
  }

  .nav-left {
    grid-column-gap: 18px;
    grid-template-columns: auto 1px;
  }

  .brand.large.dark {
    padding-bottom: 10px;
  }

  .nav-right {
    flex: 1;
    justify-content: flex-end;
    padding-left: 18px;
    padding-right: 20px;
    display: flex;
  }

  .nav-circle {
    display: none;
  }

  .nav-circle.dropdown-circle {
    display: flex;
  }

  .subtitle.large {
    color: var(--black);
  }

  .body-display.dual-paragraph {
    padding-top: 25px;
  }

  .left-intro.mobil-shit {
    grid-template-columns: 1fr;
  }

  .looping-screen {
    min-width: 175px;
    min-height: 240px;
  }

  .looping-screen.large {
    background-size: cover;
    height: 60vw;
    min-height: auto;
    max-height: 400px;
  }

  .fill.no-top {
    width: auto;
    padding: 0;
  }

  .testimonial-text, .testimonial-text.large {
    font-size: 26px;
  }

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .circle-link-text.left {
    grid-column-gap: 18px;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .slider-link-text {
    display: block;
  }

  .testimonial-content {
    grid-row-gap: 24px;
    padding-bottom: 48px;
  }

  .banner-content {
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 320px;
  }

  .stacked-intro {
    display: block;
  }

  .stacked-intro.mobil-hide {
    display: none;
  }

  .project-top-image {
    min-height: 220px;
  }

  .card-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-info-top {
    padding-top: 24px;
  }

  .card-stats {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-intro {
    grid-row-gap: 24px;
  }

  .xxl-heading {
    font-size: 32px;
  }

  .xxl-heading.valkonen.iso, .xxl-heading.valkonen.erghbji.formis {
    font-size: 35px;
  }

  .xxl-heading.valkonen.contactpagella {
    font-size: 30px;
  }

  .xxl-heading.valkonen.mobil {
    padding-bottom: 20px;
  }

  .xxl-heading.valkonen.mobil.paddin.formis {
    font-size: 30px;
  }

  .xxl-heading.map {
    padding-bottom: 25px;
  }

  .xxl-heading.smaller.kakkone {
    text-align: center;
    font-size: 33px;
  }

  .xxl-heading.komp {
    font-size: 30px;
  }

  .xxl-heading.bene-otsikko.proodu {
    font-size: 25px;
  }

  .xxl-heading.bene-otsikko.proodu.molok {
    font-size: 30px;
  }

  .xxl-heading.productis {
    font-size: 35px;
  }

  .xxl-heading.sup {
    padding-bottom: 8px;
  }

  .xxl-heading.mapsss {
    font-size: 32px;
  }

  .xxl-heading.mapsss.kaks {
    margin-top: 16px;
    margin-bottom: 27px;
    font-size: 18px;
  }

  .xxl-heading.mapsss.kaks.small-corpp {
    margin-top: 0;
  }

  .lottie-animation {
    display: none;
  }

  .dropdown-text {
    margin-right: 0;
  }

  .cards-slider {
    align-items: stretch;
    display: block;
  }

  .cards-mask {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .cards-mask.large.xl {
    width: 100%;
  }

  .cards-mask.medium {
    width: 100%;
    max-width: 100%;
  }

  .card-slide {
    height: 100%;
  }

  .video-box {
    margin-top: 100px;
    margin-bottom: 72px;
    padding-bottom: 148px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .video-box.large {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-bottom: 36px;
  }

  .video-bottom {
    height: 160px;
  }

  .video-bottom.small {
    height: 100px;
  }

  .faq-item {
    padding: 18px;
  }

  .lesson-list-info {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .breadcrumbs {
    display: none;
  }

  .dual-tab-wrapper {
    padding-top: 0;
  }

  .tab-link {
    border-bottom: 1px solid var(--dark-outline);
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .basic-tab-menu {
    grid-row-gap: 0px;
    grid-auto-flow: row;
    width: 100%;
  }

  .basic-tab-content {
    padding-top: 24px;
  }

  .tab-indicator {
    display: none;
  }

  .template-hero {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding-top: 100px;
  }

  .template-buttons {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .outline-top-fill.large {
    display: none;
  }

  .page-intro {
    grid-row-gap: 80px;
    min-height: auto;
  }

  .page-intro.bottom {
    grid-row-gap: 80px;
    grid-template-rows: auto auto minmax(100px, auto);
    min-height: auto;
    padding-top: 80px;
  }

  .stacked-soon.max {
    grid-row-gap: 36px;
  }

  .js-clock {
    grid-auto-flow: row;
  }

  .js-clock.light.hide-on-mobile, .half-circle-scroll-link {
    display: none;
  }

  .search-field {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-content: start;
    padding: 0 18px;
  }

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

  .search-input {
    min-height: 56px;
  }

  .search-toggle {
    border-top: 1px solid var(--dark-outline);
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }

  .flyout-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .right-image {
    min-height: 200px;
  }

  .outline-box {
    padding: 24px;
  }

  .lesson-list-item {
    grid-row-gap: 0px;
    grid-template-columns: auto;
  }

  .stacked-small {
    padding: 0 18px;
  }

  .play-image-wrapper {
    grid-column-gap: 13px;
    margin-left: -13px;
  }

  .support-body.no-bottom {
    grid-row-gap: 24px;
  }

  .support-crumbs {
    display: none;
  }

  .newsletter-bottom {
    flex-direction: column;
    padding-right: 5vw;
    display: flex;
  }

  .feature-tab-top {
    padding: 18px;
  }

  .hero-intro-title {
    grid-row-gap: 24px;
  }

  .support-card-content {
    padding: 24px 24px 18px;
  }

  .support-image {
    min-height: 200px;
  }

  .featured-course-card {
    padding: 24px 12px 24px 24px;
  }

  .featured-bottom {
    grid-auto-flow: row;
  }

  .stacked-content {
    grid-row-gap: 36px;
  }

  .schedule-top {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .date {
    border-bottom: 1px solid var(--dark-outline);
    padding-bottom: 24px;
  }

  .schedule-title {
    text-align: center;
    padding-top: 24px;
  }

  .number-wrapper {
    grid-row-gap: 60px;
  }

  .number-wrapper.small._2 {
    grid-row-gap: 39px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .number-circle {
    width: 90vw;
    height: 90vw;
  }

  .number-circle.small {
    width: 75vw;
    height: 75vw;
  }

  .number-circle.small._1 {
    top: 0;
    left: 0;
  }

  .number {
    font-size: 42px;
  }

  .dual-button {
    grid-auto-flow: row;
  }

  .newsletter-sidebar {
    width: auto;
  }

  .newsletter-top {
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .menu-dropdown.left {
    width: auto;
  }

  .menu-dropdown-list.w--open {
    justify-content: center;
  }

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

  .stacked-description.large {
    grid-row-gap: 4px;
  }

  .icon-dropdown-content {
    min-width: 70vw;
    margin-right: 5vw;
    padding: 0 0 12px;
    position: absolute;
    left: auto;
    right: auto;
  }

  .faq-grid {
    width: 100%;
  }

  .faq-sidebar {
    width: auto;
  }

  .faq-block {
    width: 100%;
  }

  .faq-title {
    padding: 18px;
  }

  .faq-block-wrapper {
    width: 100%;
  }

  .stacked-wrapper {
    grid-row-gap: 31px;
  }

  .lesson-card-image {
    min-height: 145px;
  }

  .popup-wrapper.login-join {
    display: none;
  }

  .quote-wrapper {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .submit-navigation-wrapper {
    width: 100%;
    min-width: auto;
  }

  .submit-cover {
    padding: 18px;
  }

  .how-it-works-wrapper {
    padding: 24px;
  }

  .popup-feature {
    min-height: 250px;
  }

  .tab-bottom-content {
    padding: 18px;
  }

  .outline-button.light.hero-button {
    display: none;
  }

  .template-screen-content {
    padding: 24px;
  }

  .list-item-right {
    padding: 24px 18px 18px;
  }

  .list-hover-arrow {
    display: none;
  }

  .quick-action-sidebar {
    padding-top: 18px;
  }

  .large-spacer {
    height: 60px;
  }

  .navigation-button {
    display: none;
  }

  .large-video-cover {
    padding-left: 24px;
  }

  .slider-background-wrapper {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-slider-arrow {
    bottom: 36px;
    left: 60px;
    right: 0;
  }

  .template-info-wrapper {
    padding-top: 0;
  }

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

  .search-option {
    width: 100%;
  }

  .footer-wrapper {
    grid-row-gap: 10px;
  }

  .footer-left {
    grid-row-gap: 11px;
  }

  .footer-list-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-list-item.mobil-footeritemio {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 14px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-section-copy {
    min-height: 93vh;
  }

  .hero-section-copy.small {
    min-height: auto;
  }

  .outline-button-div.light.hero-button {
    display: none;
  }

  .infographic-wrapper {
    width: 21.9rem;
    height: auto;
  }

  .infographic-image {
    display: none;
  }

  .infographic-image.mobile {
    display: block;
  }

  .button-review.tab-button {
    width: 7.3rem;
    height: 11.6rem;
  }

  .button-scope.tab-button.tab-button-active {
    width: 11rem;
    height: 10rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .infographic-text._2 {
    margin-top: -14px;
  }

  .button-benchmark.tab-button {
    width: 15rem;
    height: 5rem;
  }

  .button-agreement.tab-button {
    width: 11.8rem;
    height: 7.1rem;
  }

  .button-reco.tab-button {
    width: 6.2rem;
    height: 10rem;
    bottom: 4.6rem;
  }

  .containeri {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .title-wrapper-regular {
    text-align: center;
  }

  .section-testimonial {
    overflow: hidden;
  }

  .footer-c {
    padding: 23px 10px 11px;
  }

  .footes-s {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
  }

  .rotate-heading {
    font-size: 12vw;
    line-height: 1.4em;
  }

  .dot-2.large {
    border-width: 1px;
    width: 9px;
    height: 9px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .rotate-text-wrapper.bottom-text {
    grid-column-gap: 12px;
  }

  .hero-content {
    padding-top: 58px;
    padding-bottom: 0;
  }

  .mobil-sliide {
    background-color: #f7f7fa;
    padding-top: 50px;
    display: block;
    overflow: hidden;
  }

  .desktoppi {
    display: none;
  }

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

  .pricing-header {
    font-size: 44px;
    line-height: 62px;
  }

  .button-white {
    width: 100%;
  }

  .pricing-card-dark {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-title-wrapper {
    text-align: center;
  }

  .button-secondary {
    width: 100%;
  }

  .pricing-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-tittle {
    font-size: 26px;
  }

  .container-2 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .slider-item {
    border-radius: 12px;
    width: 78vw;
    height: 110vw;
  }

  .slider-navigation-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .slide-link-block {
    padding: 0;
  }

  .slide-image, .slide-content-2 {
    height: 50%;
  }

  .slide-title {
    font-size: 22px;
    font-weight: 400;
  }

  .text-block {
    width: 200px;
  }

  .aboh1 {
    padding-bottom: 15px;
  }

  .pet-bottels {
    height: 215px;
  }

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

  .steps.sis {
    flex-direction: column;
    display: flex;
  }

  .f2 {
    padding: 23px 10px 11px;
  }

  .grid-wrapper-copy.serviisee, .grid-wrapper-copy.abootti {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper-copy {
    grid-row-gap: 31px;
  }

  .meetinkss {
    padding-bottom: 0;
    font-size: 50px;
  }

  .footer-keski {
    display: block;
  }

  .footer-keski.mobil-hide {
    display: none;
  }

  .contti {
    min-width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .logo-img-div {
    padding-top: 35px;
    padding-left: 0;
  }

  .forrm-wrap-wrappi {
    flex-direction: column;
  }

  .kontti-credit {
    flex-direction: column;
    align-items: center;
  }

  .vasen-cred {
    width: 95vw;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .vasen-cred.produucts.oikee {
    margin-left: 0;
  }

  .oikee-cred {
    width: 95vw;
    margin-left: 0;
  }

  .map-wrap {
    width: 95vw;
    height: 500px;
  }

  .map-wrap.kaks {
    flex-direction: column;
    align-items: center;
  }

  .map-wrap.kaks.corp {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .mappi.kaks {
    width: 100%;
  }

  .section-box-copy {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 10px;
  }

  .section-box-copy.large {
    padding-bottom: 48px;
  }

  .section-box-copy.no-top-margin {
    padding: 42px 5vw 42px 30px;
  }

  .bales-wrap, .molok-wra, .contact-contti {
    flex-direction: column;
  }

  .item-wrapp {
    width: 80vw;
    height: 400px;
    margin-bottom: 30px;
  }

  .item-wrapp.mid {
    flex: 1;
  }

  .contacti-teksti {
    font-size: 16px;
  }

  .contacti-teksti.s {
    font-size: 18px;
  }

  .image-7 {
    width: 160px;
  }

  .se {
    padding-bottom: 10px;
  }

  .numeroo {
    color: #fff;
  }

  .text-block-2 {
    width: 200px;
    font-size: 13px;
    line-height: 1.2;
  }

  .text-block-2.s {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-2 {
    width: auto;
    height: 50%;
  }

  .corp-div {
    width: auto;
    height: 600px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-11 {
    object-fit: cover;
  }

  .maps-img-wrapperi.indi {
    width: 100%;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .kontti {
    padding-left: 3%;
    padding-right: 3%;
  }

  .ecosta-tag {
    padding-bottom: 33px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .waves---paragraph-big {
    text-align: left;
    font-size: 1.1rem;
  }

  .waves---heading-2-no-margins {
    text-align: left;
    font-size: 23px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves-image-features-3 {
    max-height: 250px;
  }

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

#scrollbar.w-node-_1a3066cf-38a7-eeb1-e3c6-aa2f3c8ea26c-100452ec {
  grid-area: 1 / 2 / 2 / 4;
  place-self: start end;
}

#w-node-_1a3066cf-38a7-eeb1-e3c6-aa2f3c8ea273-100452ec {
  place-self: center stretch;
}

#w-node-_1a3066cf-38a7-eeb1-e3c6-aa2f3c8ea275-100452ec {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_1a3066cf-38a7-eeb1-e3c6-aa2f3c8ea278-100452ec {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ad43384d-c02d-6df8-a036-36931f8f5c0a-100452ec {
  place-self: end;
}

#w-node-ad43384d-c02d-6df8-a036-36931f8f5c0b-100452ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ad43384d-c02d-6df8-a036-36931f8f5c0d-100452ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad43384d-c02d-6df8-a036-36931f8f5c0f-100452ec {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ad43384d-c02d-6df8-a036-36931f8f5c11-100452ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b39d420-b564-1e9b-f8c6-5144bb064456-100452ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f65cd45-6575-c063-72d6-f7ff67be0b20-100452ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0f65cd45-6575-c063-72d6-f7ff67be0b2f-100452ec {
  justify-self: end;
}

#w-node-_0f65cd45-6575-c063-72d6-f7ff67be0b33-100452ec {
  justify-self: start;
}

#w-node-_0f65cd45-6575-c063-72d6-f7ff67be0b37-100452ec {
  justify-self: center;
}

#w-node-_9fafe510-72a7-6be4-e42f-f8a1209909dd-100452ec {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_18fab3a1-55fb-4b77-edaa-da5a91012830-100452ec {
  place-self: end start;
}

#w-node-b585e1db-afe5-71a0-4ef0-0e3a3644b9b4-100452ec {
  justify-self: start;
}

#w-node-_4fc1aedf-4d10-652e-90ea-cea059186a8c-100452ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4fc1aedf-4d10-652e-90ea-cea059186a8e-100452ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4fc1aedf-4d10-652e-90ea-cea059186a90-100452ec {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_4fc1aedf-4d10-652e-90ea-cea059186a92-100452ec, #w-node-_92fbd324-0366-6ed1-0acb-c820eb195597-100452ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_92fbd324-0366-6ed1-0acb-c820eb195599-100452ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_92fbd324-0366-6ed1-0acb-c820eb19559b-100452ec {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_92fbd324-0366-6ed1-0acb-c820eb19559d-100452ec, #w-node-_02c6ba09-2ffa-8027-4a41-09d65a14e2f9-100452ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02c6ba09-2ffa-8027-4a41-09d65a14e2fb-100452ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_02c6ba09-2ffa-8027-4a41-09d65a14e2fd-100452ec {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_02c6ba09-2ffa-8027-4a41-09d65a14e2ff-100452ec, #w-node-_3c5689b9-3666-a46f-d18b-da8a403ec47f-100452ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3c5689b9-3666-a46f-d18b-da8a403ec481-100452ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3c5689b9-3666-a46f-d18b-da8a403ec483-100452ec {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_3c5689b9-3666-a46f-d18b-da8a403ec485-100452ec, #w-node-fa2cc9c0-6aa0-e349-b588-774ff525abaa-100452ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa2cc9c0-6aa0-e349-b588-774ff525abac-100452ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fa2cc9c0-6aa0-e349-b588-774ff525abae-100452ec {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-fa2cc9c0-6aa0-e349-b588-774ff525abb0-100452ec, #w-node-_6336a1a4-f003-ebf3-814b-5014009ffa44-100452ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6336a1a4-f003-ebf3-814b-5014009ffa46-100452ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6336a1a4-f003-ebf3-814b-5014009ffa48-100452ec {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_6336a1a4-f003-ebf3-814b-5014009ffa4a-100452ec, #w-node-_12c324ae-1861-3245-c623-f20f3e8e894f-3e8e894c, #w-node-_12c324ae-1861-3245-c623-f20f3e8e8950-3e8e894c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_12c324ae-1861-3245-c623-f20f3e8e8951-3e8e894c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_12c324ae-1861-3245-c623-f20f3e8e8952-3e8e894c {
  align-self: start;
}

#w-node-_12c324ae-1861-3245-c623-f20f3e8e896b-3e8e894c {
  place-self: end start;
}

#w-node-_12c324ae-1861-3245-c623-f20f3e8e8971-3e8e894c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_12c324ae-1861-3245-c623-f20f3e8e8973-3e8e894c {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_12c324ae-1861-3245-c623-f20f3e8e897a-3e8e894c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_12c324ae-1861-3245-c623-f20f3e8e897c-3e8e894c {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_12c324ae-1861-3245-c623-f20f3e8e8983-3e8e894c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_12c324ae-1861-3245-c623-f20f3e8e8985-3e8e894c {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-ac2dc2bd-d119-f7ba-75d9-9207572c954b-3e8e894c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12c324ae-1861-3245-c623-f20f3e8e8988-3e8e894c {
  align-self: start;
}

#w-node-_12c324ae-1861-3245-c623-f20f3e8e89b3-3e8e894c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_795f3e77-169a-6507-2849-968bf4ebe4e3-f4ebe4e3 {
  justify-self: center;
}

#w-node-_795f3e77-169a-6507-2849-968bf4ebe4e9-f4ebe4e3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_795f3e77-169a-6507-2849-968bf4ebe4eb-f4ebe4e3 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-a1d1616c-e5e0-7b1e-f01b-508d7f966baa-f5164266, #w-node-_017f3aa9-7236-71da-6627-d2904dc1af1b-f5164266 {
  place-self: center;
}

#w-node-_20e5279e-e136-2351-7611-da9ca25c0390-f5164266 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20e5279e-e136-2351-7611-da9ca25c0391-f5164266 {
  align-self: center;
}

#w-node-_20e5279e-e136-2351-7611-da9ca25c0393-f5164266 {
  place-self: center end;
}

#email-3.w-node-_538720b7-76a9-7bc8-bd1a-2c3a68f0f766-f5164266, #email-3.w-node-_538720b7-76a9-7bc8-bd1a-2c3a68f0f767-f5164266 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0f46a16-1a19-6ad3-4cff-6ed5352e3f26-f5164266 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0f46a16-1a19-6ad3-4cff-6ed5352e3f27-f5164266 {
  align-self: center;
}

#w-node-d0f46a16-1a19-6ad3-4cff-6ed5352e3f29-f5164266 {
  place-self: center end;
}

#email-4.w-node-_538720b7-76a9-7bc8-bd1a-2c3a68f0f769-f5164266, #w-node-_58092191-f11d-dbb6-c806-06a2b0cf9117-f5164266 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58092191-f11d-dbb6-c806-06a2b0cf9118-f5164266 {
  align-self: center;
}

#w-node-_58092191-f11d-dbb6-c806-06a2b0cf911a-f5164266 {
  place-self: center end;
}

#email-4.w-node-_538720b7-76a9-7bc8-bd1a-2c3a68f0f76b-f5164266, #w-node-_7dd274ab-8163-473d-71c3-165542a7174a-f5164266 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7dd274ab-8163-473d-71c3-165542a7174b-f5164266 {
  align-self: center;
}

#w-node-_7dd274ab-8163-473d-71c3-165542a7174d-f5164266 {
  place-self: center end;
}

#Email.w-node-_7dd274ab-8163-473d-71c3-165542a7174e-f5164266, #w-node-ac8f1427-c236-d9ef-9837-8b86084300ed-f5164266 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac8f1427-c236-d9ef-9837-8b86084300ee-f5164266 {
  align-self: center;
}

#w-node-ac8f1427-c236-d9ef-9837-8b86084300f0-f5164266 {
  place-self: center end;
}

#Password.w-node-ac8f1427-c236-d9ef-9837-8b86084300f1-f5164266 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2321355f-3af2-4d6f-d534-3f01f5164268-f5164266 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-_2321355f-3af2-4d6f-d534-3f01f5164269-f5164266 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2321355f-3af2-4d6f-d534-3f01f5164271-f5164266 {
  align-self: center;
}

#w-node-_0de0d0d6-587b-4d45-287a-5260cd848a2d-f5164266 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0de0d0d6-587b-4d45-287a-5260cd848a2f-f5164266 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8563a33e-b33e-b9bf-39cf-a421e59e3b1a-f5164266 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8563a33e-b33e-b9bf-39cf-a421e59e3b1c-f5164266 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_450dc799-1147-dee2-a97c-d376f08163f8-f5164266 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_450dc799-1147-dee2-a97c-d376f08163fa-f5164266 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-ae90c7f5-344c-932e-f939-67679b24494c-f5164266 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-a72114af-278a-2f29-a4da-af0b427c92bb-f5164266, #w-node-ec1d7e30-d115-4b5d-7648-ba4b2bea3d21-f5164266 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_0c4dc34e-3b5b-57a2-d6bb-b09557092d8f-f5164266 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c42306df-585c-33f4-56b9-2618e3da3b9f-f5164266 {
  align-self: start;
}

#w-node-eafd5d2f-28c1-05ce-51c3-b2ae6a51a0c8-f5164266 {
  place-self: center start;
}

#w-node-eafd5d2f-28c1-05ce-51c3-b2ae6a51a0c9-f5164266 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-eafd5d2f-28c1-05ce-51c3-b2ae6a51a0cb-f5164266 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-eafd5d2f-28c1-05ce-51c3-b2ae6a51a0cd-f5164266 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-eafd5d2f-28c1-05ce-51c3-b2ae6a51a0cf-f5164266 {
  grid-area: 1 / 2 / 2 / 3;
}

#scrollbar.w-node-_20f72b16-8d96-234c-2d7a-4e9803b409a0-1004532d {
  grid-area: 1 / 2 / 2 / 4;
  place-self: start end;
}

#w-node-_1e5751fc-9575-c08c-a66b-73badfd55d81-1004532d {
  place-self: center stretch;
}

#w-node-_1e5751fc-9575-c08c-a66b-73badfd55d83-1004532d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_1e5751fc-9575-c08c-a66b-73badfd55d86-1004532d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a89ae906-6072-79f0-7956-b05d9654d4f2-1004532d {
  place-self: end;
}

#w-node-a89ae906-6072-79f0-7956-b05d9654d4f3-1004532d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a89ae906-6072-79f0-7956-b05d9654d4f5-1004532d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a89ae906-6072-79f0-7956-b05d9654d4f7-1004532d {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-a89ae906-6072-79f0-7956-b05d9654d4f9-1004532d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1e5751fc-9575-c08c-a66b-73badfd55d8b-1004532d {
  align-self: start;
}

#w-node-_1e5751fc-9575-c08c-a66b-73badfd55d8c-1004532d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e5751fc-9575-c08c-a66b-73badfd55d90-1004532d {
  align-self: center;
}

#w-node-_1e5751fc-9575-c08c-a66b-73badfd55d97-1004532d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e5751fc-9575-c08c-a66b-73badfd55d9b-1004532d {
  align-self: center;
}

#w-node-_1e5751fc-9575-c08c-a66b-73badfd55da2-1004532d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e5751fc-9575-c08c-a66b-73badfd55da6-1004532d {
  align-self: center;
}

#w-node-_1e5751fc-9575-c08c-a66b-73badfd55dad-1004532d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e5751fc-9575-c08c-a66b-73badfd55db1-1004532d {
  align-self: center;
}

#w-node-a0b597b7-8020-3311-9d51-f34e22cb886a-1004532d {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-a0b597b7-8020-3311-9d51-f34e22cb886b-1004532d {
  justify-self: center;
}

#w-node-a0b597b7-8020-3311-9d51-f34e22cb886c-1004532d {
  justify-self: end;
}

#w-node-a0b597b7-8020-3311-9d51-f34e22cb8870-1004532d {
  justify-self: start;
}

#w-node-a0b597b7-8020-3311-9d51-f34e22cb8874-1004532d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_33c6f5d8-18c0-131c-6745-8d0fe9c4ab4d-1004532d {
  justify-self: start;
}

#w-node-_33c6f5d8-18c0-131c-6745-8d0fe9c4ab4e-1004532d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_33c6f5d8-18c0-131c-6745-8d0fe9c4ab50-1004532d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_33c6f5d8-18c0-131c-6745-8d0fe9c4ab52-1004532d {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_33c6f5d8-18c0-131c-6745-8d0fe9c4ab54-1004532d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a0b597b7-8020-3311-9d51-f34e22cb8875-1004532d {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-a0b597b7-8020-3311-9d51-f34e22cb887e-1004532d {
  align-self: start;
}

#w-node-e30a8c77-07cd-674f-57f0-cfd202d34a54-1004532d {
  justify-self: center;
}

#w-node-a0b597b7-8020-3311-9d51-f34e22cb8886-1004532d {
  place-self: start end;
}

#w-node-a0b597b7-8020-3311-9d51-f34e22cb8887-1004532d, #w-node-a0b597b7-8020-3311-9d51-f34e22cb888f-1004532d {
  justify-self: start;
}

#w-node-ed6bd537-1f66-6fcb-905f-b55a1325f087-1004532d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ed6bd537-1f66-6fcb-905f-b55a1325f088-1004532d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d17421f4-a916-e261-af87-289c024ce2af-1004532d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_026c868f-9ffc-40fb-734e-16e467372cb1-1004532d {
  place-self: center start;
}

#w-node-d17421f4-a916-e261-af87-289c024ce2c1-1004532d {
  place-self: center;
}

#w-node-d17421f4-a916-e261-af87-289c024ce2c2-1004532d {
  align-self: center;
}

#w-node-d17421f4-a916-e261-af87-289c024ce2ca-1004532d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5252d6df-3f06-fa8b-c451-4611f45cc13b-1004532d {
  align-self: center;
}

#w-node-_5252d6df-3f06-fa8b-c451-4611f45cc13e-1004532d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9dff189e-d1ec-8535-8e49-c7a058179328-1004532d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a23b4da2-f183-7903-e0d3-948557527882-1004532d, #w-node-a23b4da2-f183-7903-e0d3-948557527897-1004532d, #w-node-a23b4da2-f183-7903-e0d3-9485575278a1-1004532d, #w-node-a23b4da2-f183-7903-e0d3-9485575278ab-1004532d, #w-node-_0fbbfd6e-e744-9952-d7ef-7f60d175b925-1004532d, #w-node-_02217ed7-dfe9-de6e-4529-f5a3ba42ceeb-1004532d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#scrollbar.w-node-ab8accf3-32e4-7ff6-5205-75510161bcd8-10045351 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: start end;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba54-10045351 {
  place-self: center stretch;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba56-10045351 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba59-10045351 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba5b-10045351 {
  place-self: end;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba5c-10045351 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba5e-10045351 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba60-10045351 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba62-10045351 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba64-10045351 {
  align-self: start;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba65-10045351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba69-10045351 {
  align-self: center;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba70-10045351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba74-10045351 {
  align-self: center;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba7b-10045351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba7f-10045351 {
  align-self: center;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba86-10045351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_754308a6-fcc5-4446-2949-f248d625ba8a-10045351 {
  align-self: center;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb34-10045351 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb35-10045351 {
  justify-self: center;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb36-10045351 {
  justify-self: end;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb3a-10045351 {
  justify-self: start;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb3e-10045351 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-e0145b70-3e26-b00f-41e9-cab3ae3dfa19-10045351 {
  justify-self: start;
}

#w-node-e0145b70-3e26-b00f-41e9-cab3ae3dfa1a-10045351 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e0145b70-3e26-b00f-41e9-cab3ae3dfa1c-10045351 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e0145b70-3e26-b00f-41e9-cab3ae3dfa1e-10045351 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-e0145b70-3e26-b00f-41e9-cab3ae3dfa20-10045351 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb42-10045351 {
  place-self: center end;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb43-10045351, #w-node-ab8accf3-32e4-7ff6-5205-75510161bb47-10045351, #w-node-ab8accf3-32e4-7ff6-5205-75510161bb4b-10045351 {
  justify-self: start;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb4e-10045351 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb51-10045351 {
  justify-self: end;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb55-10045351 {
  justify-self: start;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb66-10045351 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_32407e70-0ec5-c9bb-5d7b-c70c5e34e6c8-10045351, #w-node-_6292c306-6d16-f45b-2ad2-35b9e427df3f-10045351 {
  place-self: end start;
}

#learn.w-node-ab8accf3-32e4-7ff6-5205-75510161bb73-10045351 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb75-10045351 {
  align-self: stretch;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb76-10045351 {
  align-self: start;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb7a-10045351 {
  place-self: center stretch;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb7c-10045351 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb7f-10045351 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb86-10045351, #w-node-ab8accf3-32e4-7ff6-5205-75510161bb8a-10045351, #w-node-ab8accf3-32e4-7ff6-5205-75510161bb8e-10045351 {
  place-self: center start;
}

#w-node-f159d7b7-9dd8-d3e8-1ded-333b767e48f6-10045351 {
  justify-self: start;
}

#w-node-f159d7b7-9dd8-d3e8-1ded-333b767e48f7-10045351 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f159d7b7-9dd8-d3e8-1ded-333b767e48f9-10045351 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f159d7b7-9dd8-d3e8-1ded-333b767e48fb-10045351 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-f159d7b7-9dd8-d3e8-1ded-333b767e48fd-10045351 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb94-10045351 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb97-10045351 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb98-10045351 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb99-10045351 {
  justify-self: center;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb9a-10045351 {
  place-self: center stretch;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb9c-10045351 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bb9e-10045351 {
  place-self: center stretch;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bba1-10045351 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bba3-10045351 {
  align-self: stretch;
}

#w-node-b17e7d80-639f-ace4-d6fd-8520d451acc3-10045351 {
  justify-self: stretch;
}

#w-node-b17e7d80-639f-ace4-d6fd-8520d451acc4-10045351, #w-node-d3e2e694-80c2-06b3-2a26-f42f25079e0e-10045351 {
  align-self: stretch;
}

#w-node-b17e7d80-639f-ace4-d6fd-8520d451acc8-10045351 {
  align-self: center;
}

#w-node-_455f335a-5db2-74f5-0463-7b279139a2d4-10045351 {
  place-self: center end;
}

#w-node-ab8accf3-32e4-7ff6-5205-75510161bbea-10045351, #w-node-ab8accf3-32e4-7ff6-5205-75510161bbee-10045351 {
  align-self: start;
}

#w-node-_3f15fcd7-7354-b1f2-385e-dd13622ac714-10045351 {
  place-self: center;
}

#w-node-_4f984019-05e5-c041-4605-3e91702a63ac-10045351 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4f984019-05e5-c041-4605-3e91702a63ba-10045351 {
  justify-self: center;
}

#w-node-_4f984019-05e5-c041-4605-3e91702a63bb-10045351 {
  justify-self: end;
}

#w-node-_4f984019-05e5-c041-4605-3e91702a63bf-10045351 {
  justify-self: start;
}

#w-node-_4f984019-05e5-c041-4605-3e91702a63c4-10045351, #w-node-_152c2719-9931-ebe2-f61b-06433d1c94a0-10045351 {
  justify-self: center;
}

#w-node-_8d83ea73-da6b-fc4b-4387-21818e724b9d-10045351 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_8d83ea73-da6b-fc4b-4387-21818e724b9f-10045351 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_4f984019-05e5-c041-4605-3e91702a63cf-10045351 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-c0dade0a-7346-9ce8-1973-d2814f75fc42-10045351, #w-node-_80acdefe-a68e-fec2-fa92-2fb50b22bd89-10045351 {
  place-self: end start;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39e8a-10045351 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39e8c-10045351 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39e8f-10045351 {
  place-self: center stretch;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39e91-10045351 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39e94-10045351 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39e96-10045351 {
  place-self: end;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39e98-10045351 {
  place-self: center end;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39e99-10045351 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39e9b-10045351 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39e9d-10045351 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39e9f-10045351 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0bca7adc-82e2-8fb8-9858-cd20e4399607-10045351, #w-node-_0bca7adc-82e2-8fb8-9858-cd20e439960b-10045351 {
  align-self: center;
}

#w-node-_0bca7adc-82e2-8fb8-9858-cd20e4399612-10045351 {
  justify-self: start;
}

#w-node-_0bca7adc-82e2-8fb8-9858-cd20e439961d-10045351 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_0bca7adc-82e2-8fb8-9858-cd20e439961f-10045351 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_0bca7adc-82e2-8fb8-9858-cd20e4399621-10045351 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_0bca7adc-82e2-8fb8-9858-cd20e4399626-10045351 {
  justify-self: start;
}

#w-node-_0bca7adc-82e2-8fb8-9858-cd20e4399628-10045351 {
  place-self: center;
}

#w-node-_0bca7adc-82e2-8fb8-9858-cd20e4399629-10045351 {
  align-self: center;
}

#w-node-_0bca7adc-82e2-8fb8-9858-cd20e4399635-10045351, #w-node-_0bca7adc-82e2-8fb8-9858-cd20e4399636-10045351 {
  place-self: center start;
}

#w-node-_0bca7adc-82e2-8fb8-9858-cd20e4399638-10045351 {
  justify-self: end;
}

#w-node-_0bca7adc-82e2-8fb8-9858-cd20e4399639-10045351, #w-node-_0bca7adc-82e2-8fb8-9858-cd20e439963a-10045351 {
  place-self: center start;
}

#w-node-_71c805e2-4a67-1798-d733-73b33accd33e-10045351, #w-node-_71c805e2-4a67-1798-d733-73b33accd342-10045351 {
  align-self: center;
}

#w-node-_71c805e2-4a67-1798-d733-73b33accd349-10045351 {
  justify-self: start;
}

#w-node-_71c805e2-4a67-1798-d733-73b33accd354-10045351 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_71c805e2-4a67-1798-d733-73b33accd356-10045351 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_71c805e2-4a67-1798-d733-73b33accd358-10045351 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_71c805e2-4a67-1798-d733-73b33accd35d-10045351 {
  justify-self: start;
}

#w-node-_71c805e2-4a67-1798-d733-73b33accd35f-10045351 {
  place-self: center;
}

#w-node-_71c805e2-4a67-1798-d733-73b33accd360-10045351 {
  align-self: center;
}

#w-node-_71c805e2-4a67-1798-d733-73b33accd36c-10045351, #w-node-_71c805e2-4a67-1798-d733-73b33accd36d-10045351 {
  place-self: center start;
}

#w-node-_71c805e2-4a67-1798-d733-73b33accd36f-10045351 {
  justify-self: end;
}

#w-node-_71c805e2-4a67-1798-d733-73b33accd370-10045351, #w-node-_71c805e2-4a67-1798-d733-73b33accd371-10045351 {
  place-self: center start;
}

#w-node-c59ec204-f9bd-fea1-9853-e0c6d9029912-10045351, #w-node-c59ec204-f9bd-fea1-9853-e0c6d9029916-10045351 {
  align-self: center;
}

#w-node-c59ec204-f9bd-fea1-9853-e0c6d902991d-10045351 {
  justify-self: start;
}

#w-node-c59ec204-f9bd-fea1-9853-e0c6d9029928-10045351 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-c59ec204-f9bd-fea1-9853-e0c6d902992a-10045351 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-c59ec204-f9bd-fea1-9853-e0c6d902992c-10045351 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-c59ec204-f9bd-fea1-9853-e0c6d9029931-10045351 {
  justify-self: start;
}

#w-node-c59ec204-f9bd-fea1-9853-e0c6d9029933-10045351 {
  place-self: center;
}

#w-node-c59ec204-f9bd-fea1-9853-e0c6d9029934-10045351 {
  align-self: center;
}

#w-node-c59ec204-f9bd-fea1-9853-e0c6d9029940-10045351, #w-node-c59ec204-f9bd-fea1-9853-e0c6d9029941-10045351 {
  place-self: center start;
}

#w-node-c59ec204-f9bd-fea1-9853-e0c6d9029943-10045351 {
  justify-self: end;
}

#w-node-c59ec204-f9bd-fea1-9853-e0c6d9029944-10045351, #w-node-c59ec204-f9bd-fea1-9853-e0c6d9029945-10045351 {
  place-self: center start;
}

#w-node-_5530d3ba-db04-5980-01e9-b7750681d46d-10045351, #w-node-_5530d3ba-db04-5980-01e9-b7750681d471-10045351 {
  align-self: center;
}

#w-node-_5530d3ba-db04-5980-01e9-b7750681d478-10045351 {
  justify-self: start;
}

#w-node-_5530d3ba-db04-5980-01e9-b7750681d483-10045351 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_5530d3ba-db04-5980-01e9-b7750681d485-10045351 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_5530d3ba-db04-5980-01e9-b7750681d487-10045351 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_5530d3ba-db04-5980-01e9-b7750681d48c-10045351 {
  justify-self: start;
}

#w-node-_5530d3ba-db04-5980-01e9-b7750681d48e-10045351 {
  place-self: center;
}

#w-node-_5530d3ba-db04-5980-01e9-b7750681d48f-10045351 {
  align-self: center;
}

#w-node-_5530d3ba-db04-5980-01e9-b7750681d49b-10045351, #w-node-_5530d3ba-db04-5980-01e9-b7750681d49c-10045351 {
  place-self: center start;
}

#w-node-_5530d3ba-db04-5980-01e9-b7750681d49e-10045351 {
  justify-self: end;
}

#w-node-_5530d3ba-db04-5980-01e9-b7750681d49f-10045351, #w-node-_5530d3ba-db04-5980-01e9-b7750681d4a0-10045351 {
  place-self: center start;
}

#w-node-_48a2af5f-5519-6f1d-8999-3967a0723a04-10045351, #w-node-_48a2af5f-5519-6f1d-8999-3967a0723a08-10045351 {
  align-self: center;
}

#w-node-_48a2af5f-5519-6f1d-8999-3967a0723a0f-10045351 {
  justify-self: start;
}

#w-node-_48a2af5f-5519-6f1d-8999-3967a0723a1a-10045351 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_48a2af5f-5519-6f1d-8999-3967a0723a1c-10045351 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_48a2af5f-5519-6f1d-8999-3967a0723a1e-10045351 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_48a2af5f-5519-6f1d-8999-3967a0723a23-10045351 {
  justify-self: start;
}

#w-node-_48a2af5f-5519-6f1d-8999-3967a0723a25-10045351 {
  place-self: center;
}

#w-node-_48a2af5f-5519-6f1d-8999-3967a0723a26-10045351 {
  align-self: center;
}

#w-node-_48a2af5f-5519-6f1d-8999-3967a0723a32-10045351, #w-node-_48a2af5f-5519-6f1d-8999-3967a0723a33-10045351 {
  place-self: center start;
}

#w-node-_48a2af5f-5519-6f1d-8999-3967a0723a35-10045351 {
  justify-self: end;
}

#w-node-_48a2af5f-5519-6f1d-8999-3967a0723a36-10045351, #w-node-_48a2af5f-5519-6f1d-8999-3967a0723a37-10045351 {
  place-self: center start;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39fd0-10045351 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39fd2-10045351 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39fd9-10045351 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_0268fed6-23f1-8af5-74dd-39421cf39fdb-10045351 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#scrollbar.w-node-a0152494-e9ff-9079-6154-d8168a9c5bd9-10045351 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: start end;
}

#w-node-a0152494-e9ff-9079-6154-d8168a9c5be0-10045351 {
  place-self: center stretch;
}

#w-node-a0152494-e9ff-9079-6154-d8168a9c5be2-10045351 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-a0152494-e9ff-9079-6154-d8168a9c5be5-10045351 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a0152494-e9ff-9079-6154-d8168a9c5bea-10045351 {
  align-self: start;
}

#w-node-a0152494-e9ff-9079-6154-d8168a9c5beb-10045351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0152494-e9ff-9079-6154-d8168a9c5bee-10045351 {
  align-self: center;
}

#w-node-a0152494-e9ff-9079-6154-d8168a9c5bf5-10045351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0152494-e9ff-9079-6154-d8168a9c5bf8-10045351 {
  align-self: center;
}

#w-node-a0152494-e9ff-9079-6154-d8168a9c5bff-10045351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0152494-e9ff-9079-6154-d8168a9c5c02-10045351 {
  align-self: center;
}

#w-node-a0152494-e9ff-9079-6154-d8168a9c5c09-10045351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0152494-e9ff-9079-6154-d8168a9c5c0c-10045351 {
  align-self: center;
}

#w-node-_3b314a32-881d-0f24-fb27-38bb23725289-130983d2, #w-node-b3bfbd67-73c8-a40c-2042-d4cf328b2203-130983d2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1acbf4fd-2363-166f-f79d-8cf873f05ee2-130983d2 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_33d098a1-5528-8621-8092-c774b55ed008-130983d2 {
  align-self: start;
}

#w-node-_0a9254d9-1c51-592d-370c-8692c35b8253-130983d2 {
  place-self: end start;
}

#w-node-_0a9254d9-1c51-592d-370c-8692c35b8268-130983d2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_0a9254d9-1c51-592d-370c-8692c35b826a-130983d2 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-a6955fed-8828-635b-2fb6-c8562d1e152f-130983d2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a6955fed-8828-635b-2fb6-c8562d1e1531-130983d2 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_7b14c4d3-ec51-53da-d60a-8a30997f407c-130983d2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_7b14c4d3-ec51-53da-d60a-8a30997f407e-130983d2 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_50e2a46f-5201-3825-251a-957aa0496640-130983d2, #w-node-_4fd79b1b-32cf-17a2-8994-ca3816d638ae-130983d2 {
  align-self: start;
}

#w-node-_9a6c56ce-3841-a9fa-64e7-039c8169f606-8169f601 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_9a6c56ce-3841-a9fa-64e7-039c8169f608-8169f601 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-f22bf59c-4c25-de11-aa86-37133a38d632-b76b8ec5 {
  place-self: center;
}

#w-node-_79763180-feda-f173-d628-dfb1b76b8edd-b76b8ec5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_79763180-feda-f173-d628-dfb1b76b8ee4-b76b8ec5, #w-node-_79763180-feda-f173-d628-dfb1b76b8ee8-b76b8ec5, #w-node-_79763180-feda-f173-d628-dfb1b76b8eec-b76b8ec5 {
  place-self: center start;
}

#w-node-_79763180-feda-f173-d628-dfb1b76b8ef3-b76b8ec5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_79763180-feda-f173-d628-dfb1b76b8ef4-b76b8ec5 {
  align-self: center;
}

#w-node-_79763180-feda-f173-d628-dfb1b76b8ef6-b76b8ec5 {
  place-self: center end;
}

#Read-only-URL-2.w-node-_79763180-feda-f173-d628-dfb1b76b8ef7-b76b8ec5, #w-node-_79763180-feda-f173-d628-dfb1b76b8ef9-b76b8ec5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_79763180-feda-f173-d628-dfb1b76b8efa-b76b8ec5 {
  align-self: center;
}

#w-node-_79763180-feda-f173-d628-dfb1b76b8efc-b76b8ec5 {
  place-self: center end;
}

#Instagram-2.w-node-_79763180-feda-f173-d628-dfb1b76b8efd-b76b8ec5, #Twitter-2.w-node-_79763180-feda-f173-d628-dfb1b76b8efe-b76b8ec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24bead83-978f-15e1-71c2-7512cfecb2bc-10045367 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9292c0c7-2038-a4b8-9a23-e3e2ae6a066e-10045367 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-c911e976-31ac-ccbe-5ebf-13798d87c4a4-10045367 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: start stretch;
}

#w-node-_344b63b3-ada2-8de0-64ff-c9207de4b3be-10045367 {
  align-self: center;
}

#w-node-d80a7389-a30f-9fba-58d4-e2838b1658c8-10045367 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end;
}

#w-node-f32b903d-6bba-fc60-ff6d-146ab5ddc1b2-10045367 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-f32b903d-6bba-fc60-ff6d-146ab5ddc1b4-10045367 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-a0a8b9ed-bc38-2917-e375-733ace31e1b1-10045367 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a0a8b9ed-bc38-2917-e375-733ace31e1b3-10045367 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-febc672f-b4fd-48ca-01bc-0e5945f721d7-10045367 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-febc672f-b4fd-48ca-01bc-0e5945f721d9-10045367 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_16e2791d-69e0-5dd4-3191-11be27b633ae-10045367 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a5dd120f-463e-f0b4-f49b-5d54cc0561ac-10045367 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: stretch end;
}

#w-node-_17c5d119-1d85-5919-1302-77af37be78e8-10045367, #w-node-_6fb4841f-fd7a-ad9d-0976-5e5cfc0176a3-10045367 {
  align-self: start;
}

#w-node-_141fe5e4-761c-b34e-b57b-33cd352fdbc3-10045367 {
  justify-self: start;
}

#w-node-_141fe5e4-761c-b34e-b57b-33cd352fdbc4-10045367 {
  place-self: center;
}

#w-node-_141fe5e4-761c-b34e-b57b-33cd352fdbc5-10045367 {
  place-self: center start;
}

#w-node-_68bbf36c-dd6f-18f8-0b63-1ab4998a5777-10045367 {
  place-self: center end;
}

#w-node-_58c4793b-1b32-116a-63b2-0a63b890808c-10045367 {
  grid-area: 1 / 3 / 5 / 4;
  align-self: end;
}

#w-node-_1bb24665-c218-c215-d909-f7d2bdf90319-10045367 {
  justify-self: stretch;
}

#w-node-_6338720e-30fa-dc8a-4e4b-4dd6cb04e604-10045367 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_1bb24665-c218-c215-d909-f7d2bdf9031a-10045367 {
  place-self: center;
}

#w-node-_1bb24665-c218-c215-d909-f7d2bdf9031c-10045367 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1bb24665-c218-c215-d909-f7d2bdf9031e-10045367 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_1bb24665-c218-c215-d909-f7d2bdf90320-10045367 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0a13061f-9171-5a1a-b7ec-85f35b1f7695-10045367 {
  justify-self: stretch;
}

#w-node-_0a13061f-9171-5a1a-b7ec-85f35b1f7696-10045367 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_0a13061f-9171-5a1a-b7ec-85f35b1f7698-10045367 {
  place-self: center;
}

#w-node-_0a13061f-9171-5a1a-b7ec-85f35b1f769a-10045367 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0a13061f-9171-5a1a-b7ec-85f35b1f769c-10045367 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_0a13061f-9171-5a1a-b7ec-85f35b1f769e-10045367 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_605260e4-e6cf-3a77-fe8b-17eb42aae922-10045367 {
  grid-area: 1 / 3 / 4 / 4;
  align-self: start;
}

#w-node-_7fdf2705-f6b3-4511-2c77-dcaf82f3018d-10045367 {
  justify-self: start;
}

#w-node-ea5540fc-3547-7616-fe75-b64384e1cd5d-10045367 {
  align-self: center;
}

#w-node-_2416067b-6748-6bde-fca8-1ded95287b2a-10045367 {
  justify-self: start;
}

#w-node-_901a9e67-417f-f02f-c2f5-c357eeac8b2d-10045367 {
  align-self: center;
}

#w-node-_1af2d2bc-b866-ad4f-9ee4-741a8f4b2495-10045367, #w-node-_204249a5-fde4-81ee-5d93-00d5b148988b-10045367 {
  justify-self: start;
}

#w-node-_662ece97-c95e-5247-571e-5f5752e2e85b-10045367 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_0c91a35d-5726-eef8-1eb4-e93673ef0331-10045367 {
  justify-self: start;
}

#w-node-c7d1937c-990e-0c57-f4f2-151640ffc177-10045367, #w-node-c7d1937c-990e-0c57-f4f2-151640ffc178-10045367, #w-node-_091835ba-2ec8-a674-b8a3-ca9f9f46eca4-10045367, #w-node-_091835ba-2ec8-a674-b8a3-ca9f9f46eca5-10045367, #w-node-c7d1937c-990e-0c57-f4f2-151640ffc17b-10045367, #w-node-c7d1937c-990e-0c57-f4f2-151640ffc17c-10045367, #w-node-c7d1937c-990e-0c57-f4f2-151640ffc173-10045367, #w-node-c7d1937c-990e-0c57-f4f2-151640ffc174-10045367, #w-node-_75f778dd-aceb-de38-c7f1-366f1608f4cb-10045367 {
  align-self: center;
}

#w-node-_1b289039-6421-7696-e282-3e2a3d56d3ca-10045367 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_4b98eed4-a832-badb-fb20-c3a968a53e7f-10045367 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4b98eed4-a832-badb-fb20-c3a968a53e8d-10045367 {
  justify-self: center;
}

#w-node-_4b98eed4-a832-badb-fb20-c3a968a53e8e-10045367 {
  justify-self: end;
}

#w-node-_4b98eed4-a832-badb-fb20-c3a968a53e92-10045367 {
  justify-self: start;
}

#w-node-_4b98eed4-a832-badb-fb20-c3a968a53e97-10045367 {
  justify-self: center;
}

#w-node-_4b98eed4-a832-badb-fb20-c3a968a53ea2-10045367 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_48dc3c39-625c-4dcd-419a-70751e7c487e-10045367, #w-node-b4061153-e7df-35e7-1c51-56f9f7c803ee-10045367 {
  place-self: end start;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b788075d-10045367 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b788075f-10045367 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b7880762-10045367 {
  place-self: center stretch;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b7880764-10045367 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b7880767-10045367 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b7880769-10045367 {
  place-self: end;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b788076b-10045367 {
  place-self: center end;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b788076c-10045367 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b788076e-10045367 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b7880770-10045367 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b7880772-10045367 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cdc181ae-a90b-17b3-c671-40e47770dfa0-10045367, #w-node-cdc181ae-a90b-17b3-c671-40e47770dfa4-10045367 {
  align-self: center;
}

#w-node-cdc181ae-a90b-17b3-c671-40e47770dfab-10045367 {
  justify-self: start;
}

#w-node-cdc181ae-a90b-17b3-c671-40e47770dfb6-10045367 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-cdc181ae-a90b-17b3-c671-40e47770dfb8-10045367 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-cdc181ae-a90b-17b3-c671-40e47770dfba-10045367 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-cdc181ae-a90b-17b3-c671-40e47770dfbf-10045367 {
  justify-self: start;
}

#w-node-cdc181ae-a90b-17b3-c671-40e47770dfc1-10045367 {
  place-self: center;
}

#w-node-cdc181ae-a90b-17b3-c671-40e47770dfc2-10045367 {
  align-self: center;
}

#w-node-cdc181ae-a90b-17b3-c671-40e47770dfce-10045367, #w-node-cdc181ae-a90b-17b3-c671-40e47770dfcf-10045367 {
  place-self: center start;
}

#w-node-cdc181ae-a90b-17b3-c671-40e47770dfd1-10045367 {
  justify-self: end;
}

#w-node-cdc181ae-a90b-17b3-c671-40e47770dfd2-10045367, #w-node-cdc181ae-a90b-17b3-c671-40e47770dfd3-10045367 {
  place-self: center start;
}

#w-node-_3a704335-6272-906f-b92e-72cd4b2deab7-10045367, #w-node-_3a704335-6272-906f-b92e-72cd4b2deabb-10045367 {
  align-self: center;
}

#w-node-_3a704335-6272-906f-b92e-72cd4b2deac2-10045367 {
  justify-self: start;
}

#w-node-_3a704335-6272-906f-b92e-72cd4b2deacd-10045367 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_3a704335-6272-906f-b92e-72cd4b2deacf-10045367 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_3a704335-6272-906f-b92e-72cd4b2dead1-10045367 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_3a704335-6272-906f-b92e-72cd4b2dead6-10045367 {
  justify-self: start;
}

#w-node-_3a704335-6272-906f-b92e-72cd4b2dead8-10045367 {
  place-self: center;
}

#w-node-_3a704335-6272-906f-b92e-72cd4b2dead9-10045367 {
  align-self: center;
}

#w-node-_3a704335-6272-906f-b92e-72cd4b2deae5-10045367, #w-node-_3a704335-6272-906f-b92e-72cd4b2deae6-10045367 {
  place-self: center start;
}

#w-node-_3a704335-6272-906f-b92e-72cd4b2deae8-10045367 {
  justify-self: end;
}

#w-node-_3a704335-6272-906f-b92e-72cd4b2deae9-10045367, #w-node-_3a704335-6272-906f-b92e-72cd4b2deaea-10045367 {
  place-self: center start;
}

#w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275a7-10045367, #w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275ab-10045367 {
  align-self: center;
}

#w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275b2-10045367 {
  justify-self: start;
}

#w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275bd-10045367 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275bf-10045367 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275c1-10045367 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275c6-10045367 {
  justify-self: start;
}

#w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275c8-10045367 {
  place-self: center;
}

#w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275c9-10045367 {
  align-self: center;
}

#w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275d5-10045367, #w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275d6-10045367 {
  place-self: center start;
}

#w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275d8-10045367 {
  justify-self: end;
}

#w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275d9-10045367, #w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275da-10045367 {
  place-self: center start;
}

#w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e2e-10045367, #w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e32-10045367 {
  align-self: center;
}

#w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e39-10045367 {
  justify-self: start;
}

#w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e44-10045367 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e46-10045367 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e48-10045367 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e4d-10045367 {
  justify-self: start;
}

#w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e4f-10045367 {
  place-self: center;
}

#w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e50-10045367 {
  align-self: center;
}

#w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e5c-10045367, #w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e5d-10045367 {
  place-self: center start;
}

#w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e5f-10045367 {
  justify-self: end;
}

#w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e60-10045367, #w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e61-10045367 {
  place-self: center start;
}

#w-node-_3f498108-33ac-c1a2-9e64-d4db042dda73-10045367, #w-node-_3f498108-33ac-c1a2-9e64-d4db042dda77-10045367 {
  align-self: center;
}

#w-node-_3f498108-33ac-c1a2-9e64-d4db042dda7e-10045367 {
  justify-self: start;
}

#w-node-_3f498108-33ac-c1a2-9e64-d4db042dda89-10045367 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_3f498108-33ac-c1a2-9e64-d4db042dda8b-10045367 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_3f498108-33ac-c1a2-9e64-d4db042dda8d-10045367 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_3f498108-33ac-c1a2-9e64-d4db042dda92-10045367 {
  justify-self: start;
}

#w-node-_3f498108-33ac-c1a2-9e64-d4db042dda94-10045367 {
  place-self: center;
}

#w-node-_3f498108-33ac-c1a2-9e64-d4db042dda95-10045367 {
  align-self: center;
}

#w-node-_3f498108-33ac-c1a2-9e64-d4db042ddaa1-10045367, #w-node-_3f498108-33ac-c1a2-9e64-d4db042ddaa2-10045367 {
  place-self: center start;
}

#w-node-_3f498108-33ac-c1a2-9e64-d4db042ddaa4-10045367 {
  justify-self: end;
}

#w-node-_3f498108-33ac-c1a2-9e64-d4db042ddaa5-10045367, #w-node-_3f498108-33ac-c1a2-9e64-d4db042ddaa6-10045367 {
  place-self: center start;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b78808a3-10045367 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b78808a5-10045367 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b78808ac-10045367 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-ae9807e9-0eaa-2f00-52f7-49c3b78808ae-10045367 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#scrollbar.w-node-_87ed4b68-b409-95d9-cfc9-239e3317a0c8-10045367 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: start end;
}

#w-node-f1ccacc9-4e58-7d6e-48d4-7ee8f89b3d36-10045367 {
  place-self: center stretch;
}

#w-node-f1ccacc9-4e58-7d6e-48d4-7ee8f89b3d38-10045367 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-f1ccacc9-4e58-7d6e-48d4-7ee8f89b3d3b-10045367 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f1ccacc9-4e58-7d6e-48d4-7ee8f89b3d3d-10045367 {
  align-self: start;
}

#w-node-f1ccacc9-4e58-7d6e-48d4-7ee8f89b3d3e-10045367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1ccacc9-4e58-7d6e-48d4-7ee8f89b3d43-10045367 {
  align-self: center;
}

#w-node-f1ccacc9-4e58-7d6e-48d4-7ee8f89b3d4a-10045367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1ccacc9-4e58-7d6e-48d4-7ee8f89b3d4f-10045367 {
  align-self: center;
}

#w-node-f1ccacc9-4e58-7d6e-48d4-7ee8f89b3d56-10045367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1ccacc9-4e58-7d6e-48d4-7ee8f89b3d5b-10045367 {
  align-self: center;
}

#w-node-f1ccacc9-4e58-7d6e-48d4-7ee8f89b3d62-10045367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1ccacc9-4e58-7d6e-48d4-7ee8f89b3d67-10045367 {
  align-self: center;
}

#w-node-_605515ae-666e-8020-a1b2-63a6f84b65c6-10045368 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_605515ae-666e-8020-a1b2-63a6f84b65c7-10045368 {
  justify-self: center;
}

#w-node-_605515ae-666e-8020-a1b2-63a6f84b65c8-10045368 {
  justify-self: end;
}

#w-node-_605515ae-666e-8020-a1b2-63a6f84b65cc-10045368 {
  justify-self: start;
}

#w-node-_605515ae-666e-8020-a1b2-63a6f84b65d0-10045368 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_2ec36261-3732-88b3-fe80-d8dc3a3fcf3f-10045368 {
  justify-self: start;
}

#w-node-_2ec36261-3732-88b3-fe80-d8dc3a3fcf40-10045368 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ec36261-3732-88b3-fe80-d8dc3a3fcf42-10045368 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2ec36261-3732-88b3-fe80-d8dc3a3fcf44-10045368 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_2ec36261-3732-88b3-fe80-d8dc3a3fcf46-10045368 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_605515ae-666e-8020-a1b2-63a6f84b65d4-10045368 {
  place-self: start end;
}

#w-node-_605515ae-666e-8020-a1b2-63a6f84b65d5-10045368, #w-node-_605515ae-666e-8020-a1b2-63a6f84b65d9-10045368, #w-node-_605515ae-666e-8020-a1b2-63a6f84b65dd-10045368 {
  justify-self: start;
}

#w-node-_605515ae-666e-8020-a1b2-63a6f84b65e0-10045368 {
  place-self: end start;
}

#w-node-_605515ae-666e-8020-a1b2-63a6f84b65e3-10045368 {
  justify-self: start;
}

#w-node-_605515ae-666e-8020-a1b2-63a6f84b65e6-10045368 {
  place-self: center;
}

#w-node-_605515ae-666e-8020-a1b2-63a6f84b65e9-10045368 {
  place-self: end;
}

#w-node-dd02d341-a4c5-e950-595e-a8b820ae515e-10045368 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dd02d341-a4c5-e950-595e-a8b820ae5160-10045368 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dd02d341-a4c5-e950-595e-a8b820ae5162-10045368 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-dd02d341-a4c5-e950-595e-a8b820ae5164-10045368, #w-node-_5433e21e-00bd-1a6e-648b-de54a6b26089-10045368 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5433e21e-00bd-1a6e-648b-de54a6b2608b-10045368 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5433e21e-00bd-1a6e-648b-de54a6b2608d-10045368 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_5433e21e-00bd-1a6e-648b-de54a6b2608f-10045368, #w-node-c1e5bf4e-c6e2-cd65-c207-a5d5a8a4422c-10045368 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_728e5517-0117-4670-7ff1-b0040656165a-10045368 {
  align-self: center;
}

#w-node-_5cd9251f-bbfd-bf44-6c58-282d13f9711e-10045368 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_5cd9251f-bbfd-bf44-6c58-282d13f97120-10045368 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_5cd9251f-bbfd-bf44-6c58-282d13f97122-10045368 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_36601955-a1ae-d42b-ed75-d7a8aef87923-10045368 {
  place-self: center start;
}

#w-node-_57d396df-5c2c-9da4-a33a-1b173e95e2cf-10045368 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_57d396df-5c2c-9da4-a33a-1b173e95e2d1-10045368, #w-node-_57d396df-5c2c-9da4-a33a-1b173e95e2d4-10045368 {
  justify-self: center;
}

#w-node-_5439e727-ba10-244b-945d-5c1ea97c09e7-10045368 {
  align-self: center;
}

#w-node-_5439e727-ba10-244b-945d-5c1ea97c09f2-10045368 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_5439e727-ba10-244b-945d-5c1ea97c09f4-10045368 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_5439e727-ba10-244b-945d-5c1ea97c09f6-10045368 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_5439e727-ba10-244b-945d-5c1ea97c09fa-10045368 {
  place-self: center start;
}

#w-node-_5439e727-ba10-244b-945d-5c1ea97c09fb-10045368 {
  place-self: center stretch;
}

#w-node-ae1c3237-cb46-986f-3f08-ae7cdb0655e1-10045368 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ae1c3237-cb46-986f-3f08-ae7cdb0655e3-10045368, #w-node-ae1c3237-cb46-986f-3f08-ae7cdb0655e6-10045368 {
  justify-self: center;
}

#w-node-_9e7a722d-ac0a-96bd-5d0d-87df8e464cca-10045368 {
  align-self: center;
}

#w-node-_9e7a722d-ac0a-96bd-5d0d-87df8e464cd5-10045368 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_9e7a722d-ac0a-96bd-5d0d-87df8e464cd7-10045368 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9e7a722d-ac0a-96bd-5d0d-87df8e464cd9-10045368 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_9e7a722d-ac0a-96bd-5d0d-87df8e464cdd-10045368 {
  place-self: center start;
}

#w-node-_9e7a722d-ac0a-96bd-5d0d-87df8e464cde-10045368 {
  place-self: center stretch;
}

#w-node-_14a534e1-c6ff-1d75-9740-936786adb0cf-10045368 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_14a534e1-c6ff-1d75-9740-936786adb0d1-10045368, #w-node-_14a534e1-c6ff-1d75-9740-936786adb0d4-10045368 {
  justify-self: center;
}

#w-node-_15857380-1113-9b6e-64c1-2023e2f0e3d8-10045368 {
  align-self: center;
}

#w-node-_15857380-1113-9b6e-64c1-2023e2f0e3e3-10045368 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_15857380-1113-9b6e-64c1-2023e2f0e3e5-10045368 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_15857380-1113-9b6e-64c1-2023e2f0e3e7-10045368 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_15857380-1113-9b6e-64c1-2023e2f0e3eb-10045368 {
  place-self: center start;
}

#w-node-_15857380-1113-9b6e-64c1-2023e2f0e3ec-10045368 {
  place-self: center stretch;
}

#w-node-_2848c3ee-dea8-cf0c-8c9f-e42812b52b84-10045368 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2848c3ee-dea8-cf0c-8c9f-e42812b52b86-10045368, #w-node-_2848c3ee-dea8-cf0c-8c9f-e42812b52b89-10045368 {
  justify-self: center;
}

#w-node-_4e1d23f5-0a9d-980f-66ae-5e22d812a127-10045368 {
  align-self: center;
}

#w-node-_4e1d23f5-0a9d-980f-66ae-5e22d812a132-10045368 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_4e1d23f5-0a9d-980f-66ae-5e22d812a134-10045368 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_4e1d23f5-0a9d-980f-66ae-5e22d812a136-10045368 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_4e1d23f5-0a9d-980f-66ae-5e22d812a13a-10045368 {
  place-self: center start;
}

#w-node-_4e1d23f5-0a9d-980f-66ae-5e22d812a13b-10045368 {
  place-self: center stretch;
}

#w-node-_9d1bff13-25e1-3b11-2999-37df6f7d1706-10045368 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9d1bff13-25e1-3b11-2999-37df6f7d1708-10045368, #w-node-_9d1bff13-25e1-3b11-2999-37df6f7d170b-10045368 {
  justify-self: center;
}

#w-node-_92da8fff-1f86-5855-a357-1daf210e0d81-10045368 {
  align-self: center;
}

#w-node-_92da8fff-1f86-5855-a357-1daf210e0d8c-10045368 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_92da8fff-1f86-5855-a357-1daf210e0d8e-10045368 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_92da8fff-1f86-5855-a357-1daf210e0d90-10045368 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_92da8fff-1f86-5855-a357-1daf210e0d94-10045368 {
  place-self: center start;
}

#w-node-_92da8fff-1f86-5855-a357-1daf210e0d95-10045368 {
  place-self: center stretch;
}

#w-node-_709a5de8-28aa-c9c8-3048-69d7303b3dcc-10045368 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_709a5de8-28aa-c9c8-3048-69d7303b3dce-10045368, #w-node-_709a5de8-28aa-c9c8-3048-69d7303b3dd1-10045368 {
  justify-self: center;
}

#w-node-_6f9f0dc2-957b-aeb5-f398-4d951a439d2a-10045368 {
  align-self: center;
}

#w-node-_6f9f0dc2-957b-aeb5-f398-4d951a439d35-10045368 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_6f9f0dc2-957b-aeb5-f398-4d951a439d37-10045368 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_6f9f0dc2-957b-aeb5-f398-4d951a439d39-10045368 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_6f9f0dc2-957b-aeb5-f398-4d951a439d3d-10045368 {
  place-self: center start;
}

#w-node-_6f9f0dc2-957b-aeb5-f398-4d951a439d3e-10045368 {
  place-self: center stretch;
}

#w-node-_17bde957-1925-7905-b9f3-bf96271b7003-10045368 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_17bde957-1925-7905-b9f3-bf96271b7005-10045368, #w-node-_17bde957-1925-7905-b9f3-bf96271b7008-10045368 {
  justify-self: center;
}

#w-node-e9fab7e9-762c-fcd5-646e-83b7be55d9e0-10045368 {
  align-self: center;
}

#w-node-e9fab7e9-762c-fcd5-646e-83b7be55d9eb-10045368 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-e9fab7e9-762c-fcd5-646e-83b7be55d9ed-10045368 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-e9fab7e9-762c-fcd5-646e-83b7be55d9ef-10045368 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-e9fab7e9-762c-fcd5-646e-83b7be55d9f3-10045368 {
  place-self: center start;
}

#w-node-e9fab7e9-762c-fcd5-646e-83b7be55d9f4-10045368 {
  place-self: center stretch;
}

#w-node-a05f28ff-7375-1ee3-43fd-17618a7edb5c-10045368 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_541a9ed8-2995-d4a9-68f2-1571e704981b-10045368, #w-node-_405179c2-9612-f302-4e6a-bba6c6722524-10045368 {
  justify-self: center;
}

#w-node-_3899a75c-3907-a36b-4286-5ba53a191edc-10045368 {
  align-self: start;
}

#w-node-_3cd7665a-7486-7ea8-90dc-2e3201b84c9b-10045368, #w-node-d4b1869a-4123-f4a4-fc3f-f7602d4fa659-10045368 {
  justify-self: stretch;
}

#w-node-_5167d934-e1af-4323-d988-36da787429f9-10045368 {
  justify-self: start;
}

#w-node-_1f654519-abf0-4c70-2f6e-f12baf07da8b-10045368, #w-node-_2df4dd55-2f42-25d2-6d42-32a7f2062080-10045368, #w-node-fd32be8a-49ce-3845-ffd1-a1bdc40f806d-10045368, #w-node-_87d0bcc4-73e9-38e0-2162-ec9e347b2f48-10045368, #w-node-_46f7eec5-ebfa-394a-adcd-4ddfa9f039aa-10045368, #w-node-_11d7fde0-047b-ed82-c5cb-f16460ee94a4-10045368, #w-node-_9e47a421-fdc9-5bd9-fcba-90f5ff7e7cfd-10045368, #w-node-_8733403a-2219-9384-7c7c-ee4e2184c54c-10045368 {
  align-self: center;
}

#w-node-_9edb2f06-94e1-8559-2221-0f531cbf0033-10045368 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-bb6d15cd-e1f0-6a5b-6768-424471a55509-71a55507 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b566-71a55507 {
  place-self: center stretch;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b568-71a55507 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b56b-71a55507 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b56d-71a55507 {
  place-self: end;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b56f-71a55507 {
  justify-self: start;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b570-71a55507 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b572-71a55507 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b574-71a55507 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b576-71a55507 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b581-71a55507, #w-node-b1c3bcc4-22fb-8d5f-3647-65232498b586-71a55507 {
  align-self: center;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b58e-71a55507 {
  justify-self: start;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b594-71a55507 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b596-71a55507 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b598-71a55507 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_0bb8f100-3a6a-54d6-351f-8874bd96196a-71a55507, #w-node-_0bb8f100-3a6a-54d6-351f-8874bd96196f-71a55507 {
  align-self: center;
}

#w-node-_0bb8f100-3a6a-54d6-351f-8874bd961977-71a55507 {
  justify-self: start;
}

#w-node-_0bb8f100-3a6a-54d6-351f-8874bd96197b-71a55507 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_0bb8f100-3a6a-54d6-351f-8874bd96197d-71a55507 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_0bb8f100-3a6a-54d6-351f-8874bd96197f-71a55507 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-f3e56245-9d9e-c622-e966-5672234db03d-71a55507, #w-node-f3e56245-9d9e-c622-e966-5672234db042-71a55507 {
  align-self: center;
}

#w-node-f3e56245-9d9e-c622-e966-5672234db04a-71a55507 {
  justify-self: start;
}

#w-node-f3e56245-9d9e-c622-e966-5672234db04e-71a55507 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-f3e56245-9d9e-c622-e966-5672234db050-71a55507 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-f3e56245-9d9e-c622-e966-5672234db052-71a55507 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_86ad40e6-bb0a-ff73-c2f9-d2bcee909064-71a55507, #w-node-_86ad40e6-bb0a-ff73-c2f9-d2bcee909069-71a55507 {
  align-self: center;
}

#w-node-_86ad40e6-bb0a-ff73-c2f9-d2bcee909071-71a55507 {
  justify-self: start;
}

#w-node-_86ad40e6-bb0a-ff73-c2f9-d2bcee909075-71a55507 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_86ad40e6-bb0a-ff73-c2f9-d2bcee909077-71a55507 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_86ad40e6-bb0a-ff73-c2f9-d2bcee909079-71a55507 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_9ba0f7de-c884-4fc4-3620-c8f190ee4747-71a55507, #w-node-_9ba0f7de-c884-4fc4-3620-c8f190ee474c-71a55507 {
  align-self: center;
}

#w-node-_9ba0f7de-c884-4fc4-3620-c8f190ee4754-71a55507 {
  justify-self: start;
}

#w-node-_9ba0f7de-c884-4fc4-3620-c8f190ee4758-71a55507 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_9ba0f7de-c884-4fc4-3620-c8f190ee475a-71a55507 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9ba0f7de-c884-4fc4-3620-c8f190ee475c-71a55507 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b62a-71a55507 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b62c-71a55507 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b633-71a55507 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-b1c3bcc4-22fb-8d5f-3647-65232498b635-71a55507 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7b7f-191d7b7c {
  justify-self: stretch;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7b83-191d7b7c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7b8c-191d7b7c {
  justify-self: center;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7b90-191d7b7c {
  place-self: center start;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7b9b-191d7b7c {
  justify-self: center;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7b9f-191d7b7c {
  place-self: center start;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7baa-191d7b7c {
  justify-self: center;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bae-191d7b7c {
  place-self: center start;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bb5-191d7b7c {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bb9-191d7b7c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bbd-191d7b7c {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bc1-191d7b7c {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bc3-191d7b7c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bc7-191d7b7c {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bcb-191d7b7c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bcf-191d7b7c {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bd3-191d7b7c {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bd6-191d7b7c {
  justify-self: end;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bd8-191d7b7c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bd9-191d7b7c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7be1-191d7b7c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_2c87f023-0ac1-1a94-02c3-ef5ac5b2b692-191d7b7c {
  place-self: end;
}

#w-node-e4079662-c03f-7217-df8d-668915ef8c0f-191d7b7c {
  place-self: end start;
}

#w-node-_962bbb52-9dc1-e647-1929-f85c901fb6fc-1004536a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_962bbb52-9dc1-e647-1929-f85c901fb6fe-1004536a {
  place-self: end start;
}

#w-node-_962bbb52-9dc1-e647-1929-f85c901fb6ff-1004536a {
  justify-self: start;
}

#w-node-_962bbb52-9dc1-e647-1929-f85c901fb700-1004536a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_962bbb52-9dc1-e647-1929-f85c901fb702-1004536a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_962bbb52-9dc1-e647-1929-f85c901fb704-1004536a {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_962bbb52-9dc1-e647-1929-f85c901fb706-1004536a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_95b42880-d4f9-54a7-37e7-535ebc95421d-1004536a {
  align-self: center;
}

#w-node-_95b42880-d4f9-54a7-37e7-535ebc954228-1004536a {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_95b42880-d4f9-54a7-37e7-535ebc95422a-1004536a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_95b42880-d4f9-54a7-37e7-535ebc95422c-1004536a {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_95b42880-d4f9-54a7-37e7-535ebc954230-1004536a {
  place-self: center start;
}

#w-node-_95b42880-d4f9-54a7-37e7-535ebc954231-1004536a {
  place-self: center stretch;
}

#w-node-_962bbb52-9dc1-e647-1929-f85c901fb736-1004536a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_962bbb52-9dc1-e647-1929-f85c901fb737-1004536a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3e2f970a-5806-4061-0971-dab698ba105d-1004536a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d91f61f8-c5fa-5d4a-f47d-2c8a62fd79d6-1004536a {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-d91f61f8-c5fa-5d4a-f47d-2c8a62fd79d8-1004536a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-d91f61f8-c5fa-5d4a-f47d-2c8a62fd79da-1004536a {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-a1c41414-d708-15bd-1757-d30359e7a149-1004536a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-a1c41414-d708-15bd-1757-d30359e7a14d-1004536a {
  place-self: center;
}

#w-node-a1c41414-d708-15bd-1757-d30359e7a14f-1004536a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a1c41414-d708-15bd-1757-d30359e7a151-1004536a {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-a1c41414-d708-15bd-1757-d30359e7a153-1004536a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a1c41414-d708-15bd-1757-d30359e7a156-1004536a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-a1c41414-d708-15bd-1757-d30359e7a157-1004536a {
  place-self: center;
}

#w-node-a1c41414-d708-15bd-1757-d30359e7a15c-1004536a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a1c41414-d708-15bd-1757-d30359e7a15e-1004536a {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-a1c41414-d708-15bd-1757-d30359e7a160-1004536a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_962bbb52-9dc1-e647-1929-f85c901fb741-1004536a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start stretch;
}

#w-node-_962bbb52-9dc1-e647-1929-f85c901fb743-1004536a, #w-node-_962bbb52-9dc1-e647-1929-f85c901fb747-1004536a, #w-node-_962bbb52-9dc1-e647-1929-f85c901fb74b-1004536a {
  justify-self: start;
}

#w-node-_962bbb52-9dc1-e647-1929-f85c901fb74e-1004536a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_24a579fa-c8d2-985b-5cf2-2a778c4df6b9-1004536a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_24a579fa-c8d2-985b-5cf2-2a778c4df6c7-1004536a {
  justify-self: center;
}

#w-node-_24a579fa-c8d2-985b-5cf2-2a778c4df6c8-1004536a {
  justify-self: end;
}

#w-node-_24a579fa-c8d2-985b-5cf2-2a778c4df6cc-1004536a {
  justify-self: start;
}

#w-node-_24a579fa-c8d2-985b-5cf2-2a778c4df6d1-1004536a {
  justify-self: center;
}

#w-node-_24a579fa-c8d2-985b-5cf2-2a778c4df6d9-1004536a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_24a579fa-c8d2-985b-5cf2-2a778c4df6dc-1004536a {
  place-self: end start;
}

#w-node-_24a579fa-c8d2-985b-5cf2-2a778c4df6e1-1004536a {
  justify-self: start;
}

#w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685be-1004536c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685bf-1004536c {
  justify-self: center;
}

#w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685c0-1004536c {
  justify-self: end;
}

#w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685c4-1004536c {
  justify-self: start;
}

#w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685c8-1004536c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685c9-1004536c {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685d2-1004536c {
  align-self: start;
}

#w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685cc-1004536c {
  justify-self: end;
}

#w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685d0-1004536c {
  justify-self: start;
}

#w-node-d596d3a0-c6ff-557d-5ab5-9884b3c94882-1004536c {
  place-self: end center;
}

#w-node-d596d3a0-c6ff-557d-5ab5-9884b3c94883-1004536c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d596d3a0-c6ff-557d-5ab5-9884b3c94885-1004536c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d596d3a0-c6ff-557d-5ab5-9884b3c94887-1004536c {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-d596d3a0-c6ff-557d-5ab5-9884b3c94889-1004536c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b8821389-6d18-7936-e7e7-b90527c2f199-1004536c {
  justify-self: start;
}

#w-node-b8821389-6d18-7936-e7e7-b90527c2f19a-1004536c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b8821389-6d18-7936-e7e7-b90527c2f19c-1004536c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b8821389-6d18-7936-e7e7-b90527c2f19e-1004536c {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b8821389-6d18-7936-e7e7-b90527c2f1a0-1004536c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685da-1004536c {
  place-self: start end;
}

#w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685db-1004536c, #w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685df-1004536c, #w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685e3-1004536c {
  justify-self: start;
}

#w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685e6-1004536c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#js-clock.w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685e7-1004536c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end center;
}

#w-node-a70d1f0c-de67-9018-9689-ed13d0ee2c39-1004536d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-afc98c5a-d189-d4ec-6ceb-fa0febf7e051-1004536d {
  align-self: end;
}

#w-node-_2b38f9b5-c384-3cb0-c946-023fc143b4cd-1004536d {
  justify-self: start;
}

#w-node-_2b38f9b5-c384-3cb0-c946-023fc143b4ce-1004536d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2b38f9b5-c384-3cb0-c946-023fc143b4d0-1004536d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2b38f9b5-c384-3cb0-c946-023fc143b4d2-1004536d {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_2b38f9b5-c384-3cb0-c946-023fc143b4d4-1004536d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9d0a84a3-501e-4f9b-4166-b027c9029a7b-1004536d {
  place-self: end;
}

#w-node-_9d0a84a3-501e-4f9b-4166-b027c9029a81-1004536d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_9d0a84a3-501e-4f9b-4166-b027c9029a83-1004536d {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_9d0a84a3-501e-4f9b-4166-b027c9029a8f-1004536d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_9d0a84a3-501e-4f9b-4166-b027c9029a91-1004536d {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_9d0a84a3-501e-4f9b-4166-b027c9029a9d-1004536d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_9d0a84a3-501e-4f9b-4166-b027c9029a9f-1004536d {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_52563e17-eb56-816e-5176-a646e3631629-1004536d {
  justify-self: start;
}

#w-node-_8cceddb8-afa4-98ab-b851-49457896366a-1004536d, #w-node-_8cceddb8-afa4-98ab-b851-49457896366b-1004536d, #w-node-_8cceddb8-afa4-98ab-b851-49457896366e-1004536d, #w-node-_8cceddb8-afa4-98ab-b851-49457896366f-1004536d, #w-node-_8cceddb8-afa4-98ab-b851-494578963672-1004536d, #w-node-_8cceddb8-afa4-98ab-b851-494578963673-1004536d {
  align-self: center;
}

#w-node-_9269a211-974f-38a4-8ca1-cbf8e922c09a-1004536d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7548a9bd-5148-0601-3538-6fbbba49a8c8-1004536d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_55ac08e6-674a-b5c8-9d79-fd23190dbcd9-1004536d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_17352994-aacc-3ccc-1516-d6692ce5119f-1004536d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_04c12a87-7756-309b-9c89-05ffb62a3cae-1004536d {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start stretch;
}

#w-node-_9007c468-d749-f2c3-26ac-b7ab5d8d9572-1004536d, #w-node-_9007c468-d749-f2c3-26ac-b7ab5d8d9576-1004536d, #w-node-_9007c468-d749-f2c3-26ac-b7ab5d8d957a-1004536d {
  justify-self: start;
}

#w-node-_7508ba9f-50e9-26ab-dfb2-594a9f9be15c-1004536d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#scrollbar.w-node-d5aebef9-85a1-c9fe-83d5-5c464f9cecd6-1004536d {
  grid-area: 1 / 2 / 2 / 4;
  place-self: start end;
}

#w-node-d5aebef9-85a1-c9fe-83d5-5c464f9cecdd-1004536d {
  place-self: center stretch;
}

#w-node-d5aebef9-85a1-c9fe-83d5-5c464f9cecdf-1004536d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-d5aebef9-85a1-c9fe-83d5-5c464f9cece2-1004536d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d5aebef9-85a1-c9fe-83d5-5c464f9cece4-1004536d {
  align-self: start;
}

#w-node-d5aebef9-85a1-c9fe-83d5-5c464f9cece5-1004536d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5aebef9-85a1-c9fe-83d5-5c464f9cecea-1004536d {
  align-self: center;
}

#w-node-d5aebef9-85a1-c9fe-83d5-5c464f9cecf1-1004536d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5aebef9-85a1-c9fe-83d5-5c464f9cecf6-1004536d {
  align-self: center;
}

#w-node-d5aebef9-85a1-c9fe-83d5-5c464f9cecfd-1004536d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5aebef9-85a1-c9fe-83d5-5c464f9ced02-1004536d {
  align-self: center;
}

#w-node-d5aebef9-85a1-c9fe-83d5-5c464f9ced09-1004536d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5aebef9-85a1-c9fe-83d5-5c464f9ced0e-1004536d {
  align-self: center;
}

#w-node-d090b498-0104-6c70-ba9a-9c414f5c1fc3-4f5c1fc1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d090b498-0104-6c70-ba9a-9c414f5c1fd1-4f5c1fc1 {
  justify-self: center;
}

#w-node-d090b498-0104-6c70-ba9a-9c414f5c1fd2-4f5c1fc1 {
  justify-self: end;
}

#w-node-d090b498-0104-6c70-ba9a-9c414f5c1fd6-4f5c1fc1 {
  justify-self: start;
}

#w-node-d090b498-0104-6c70-ba9a-9c414f5c1fdb-4f5c1fc1 {
  justify-self: center;
}

#w-node-d090b498-0104-6c70-ba9a-9c414f5c1fe3-4f5c1fc1 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-d090b498-0104-6c70-ba9a-9c414f5c1fe6-4f5c1fc1 {
  place-self: end;
}

#w-node-d090b498-0104-6c70-ba9a-9c414f5c1feb-4f5c1fc1 {
  place-self: end start;
}

#w-node-_2a7e48a0-6b4c-e775-dec3-f1f6e5230755-1004536e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_2a7e48a0-6b4c-e775-dec3-f1f6e5230756-1004536e {
  justify-self: center;
}

#w-node-_2a7e48a0-6b4c-e775-dec3-f1f6e5230757-1004536e {
  justify-self: end;
}

#w-node-_2a7e48a0-6b4c-e775-dec3-f1f6e523075b-1004536e {
  justify-self: start;
}

#w-node-de51c72e-10e0-c96a-1a8c-1121d5a4b630-1004536e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_60ba9449-d2f1-c787-2011-975c077d5bdc-1004536e {
  justify-self: start;
}

#w-node-_60ba9449-d2f1-c787-2011-975c077d5bdd-1004536e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_60ba9449-d2f1-c787-2011-975c077d5bdf-1004536e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_60ba9449-d2f1-c787-2011-975c077d5be1-1004536e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_60ba9449-d2f1-c787-2011-975c077d5be3-1004536e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_082c2c03-1f41-9c6d-5235-da630e28d6cb-1004536e {
  place-self: start end;
}

#w-node-_18ea5126-08b6-c7ea-35a1-c4267b775771-1004536e, #w-node-d04abed1-ac47-44a3-c4d4-83fdfb83089a-1004536e, #w-node-ae86f2cf-6c68-a9a6-b04d-f214a3715d8f-1004536e {
  justify-self: start;
}

#w-node-e4745973-5cc4-ae74-d3f0-70965698e42a-1004536e {
  place-self: end start;
}

#w-node-_635a53aa-695c-6a6b-b1bd-f935619a6362-1004536e {
  justify-self: start;
}

#w-node-_40cf9da5-0226-dba1-009f-d86a0d76616c-1004536e, #w-node-_40cf9da5-0226-dba1-009f-d86a0d76616d-1004536e {
  place-self: center start;
}

#w-node-d9218493-e54d-a59b-9500-d5f9d565f027-1004536e {
  place-self: center;
}

#w-node-_488fe1f4-1afd-3bdd-cddb-671ac65a15b1-1004536e, #w-node-_488fe1f4-1afd-3bdd-cddb-671ac65a15b2-1004536e {
  place-self: center start;
}

#w-node-_67e98a0e-bd53-79d5-1b93-161155978cdc-1004536e {
  place-self: end;
}

#w-node-_34c91ca9-d1d3-e10b-b9ec-628ac43e805e-1004536e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34c91ca9-d1d3-e10b-b9ec-628ac43e8060-1004536e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34c91ca9-d1d3-e10b-b9ec-628ac43e8062-1004536e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_34c91ca9-d1d3-e10b-b9ec-628ac43e8064-1004536e, #w-node-_3e8c6b68-daf8-2db7-10e8-099b8d0c09f5-1004536e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3e8c6b68-daf8-2db7-10e8-099b8d0c09f7-1004536e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3e8c6b68-daf8-2db7-10e8-099b8d0c09f9-1004536e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_3e8c6b68-daf8-2db7-10e8-099b8d0c09fb-1004536e, #w-node-_7fe8ff94-2760-8a1b-96a1-1dc39774b743-1004536e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8de29732-cdcf-6f98-52fc-3af64633d0da-1004536e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_8de29732-cdcf-6f98-52fc-3af64633d0dc-1004536e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-a1cd6b44-9655-bde3-aedc-5817759784c2-1004536e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a1cd6b44-9655-bde3-aedc-5817759784c4-1004536e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-b9b9ffba-f8db-2c21-c65f-5be742b9c2cd-1004536e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_24ae6192-c702-5a24-3628-3615f9f49a54-1004536e {
  justify-self: start;
}

#w-node-_4bd2912e-c185-31cc-f7fa-9a79880efd1f-1004536e {
  align-self: start;
}

#w-node-_52387cec-5648-2b54-16ff-8e0608127d50-1004536e, #w-node-_633955b5-2ecd-869b-6075-49b1f8da5caa-1004536e, #w-node-f76012ef-73d4-ba43-d991-9e81c63bae61-1004536e, #w-node-_5bcf7b9d-bd59-f909-f562-fcd954105589-1004536e {
  place-self: center;
}

#w-node-b9b9ffba-f8db-2c21-c65f-5be742b9c2e8-1004536e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32a51-1004536e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32a53-1004536e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32a56-1004536e {
  place-self: center stretch;
}

#w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32a58-1004536e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32a5b-1004536e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32a5d-1004536e {
  place-self: end;
}

#w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32a5e-1004536e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32a60-1004536e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32a62-1004536e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32a64-1004536e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_796fd91c-2e45-47f6-6066-2ad73f481cd9-1004536e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_796fd91c-2e45-47f6-6066-2ad73f481cdb-1004536e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_796fd91c-2e45-47f6-6066-2ad73f481cdd-1004536e {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_796fd91c-2e45-47f6-6066-2ad73f481cdf-1004536e {
  justify-self: start;
}

#w-node-_796fd91c-2e45-47f6-6066-2ad73f481cf1-1004536e {
  place-self: center end;
}

#w-node-_796fd91c-2e45-47f6-6066-2ad73f481cf3-1004536e {
  justify-self: start;
}

#w-node-_796fd91c-2e45-47f6-6066-2ad73f481cf8-1004536e {
  place-self: center;
}

#w-node-_796fd91c-2e45-47f6-6066-2ad73f481d01-1004536e, #w-node-_796fd91c-2e45-47f6-6066-2ad73f481d02-1004536e {
  place-self: center start;
}

#w-node-_796fd91c-2e45-47f6-6066-2ad73f481d04-1004536e {
  justify-self: end;
}

#w-node-_796fd91c-2e45-47f6-6066-2ad73f481d05-1004536e, #w-node-_796fd91c-2e45-47f6-6066-2ad73f481d06-1004536e {
  place-self: center start;
}

#w-node-ac5b3c7f-c65e-a7a2-81ac-e4cc657bcf51-1004536e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-ac5b3c7f-c65e-a7a2-81ac-e4cc657bcf53-1004536e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-ac5b3c7f-c65e-a7a2-81ac-e4cc657bcf55-1004536e {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-ac5b3c7f-c65e-a7a2-81ac-e4cc657bcf57-1004536e {
  justify-self: start;
}

#w-node-ac5b3c7f-c65e-a7a2-81ac-e4cc657bcf69-1004536e {
  place-self: center end;
}

#w-node-ac5b3c7f-c65e-a7a2-81ac-e4cc657bcf6b-1004536e {
  justify-self: start;
}

#w-node-ac5b3c7f-c65e-a7a2-81ac-e4cc657bcf70-1004536e {
  place-self: center;
}

#w-node-ac5b3c7f-c65e-a7a2-81ac-e4cc657bcf79-1004536e, #w-node-ac5b3c7f-c65e-a7a2-81ac-e4cc657bcf7a-1004536e {
  place-self: center start;
}

#w-node-ac5b3c7f-c65e-a7a2-81ac-e4cc657bcf7c-1004536e {
  justify-self: end;
}

#w-node-ac5b3c7f-c65e-a7a2-81ac-e4cc657bcf7d-1004536e, #w-node-ac5b3c7f-c65e-a7a2-81ac-e4cc657bcf7e-1004536e {
  place-self: center start;
}

#w-node-d19d07c9-27c5-ba9f-8a27-451d36619db3-1004536e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-d19d07c9-27c5-ba9f-8a27-451d36619db5-1004536e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-d19d07c9-27c5-ba9f-8a27-451d36619db7-1004536e {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-d19d07c9-27c5-ba9f-8a27-451d36619db9-1004536e {
  justify-self: start;
}

#w-node-d19d07c9-27c5-ba9f-8a27-451d36619dcb-1004536e {
  place-self: center end;
}

#w-node-d19d07c9-27c5-ba9f-8a27-451d36619dcd-1004536e {
  justify-self: start;
}

#w-node-d19d07c9-27c5-ba9f-8a27-451d36619dd2-1004536e {
  place-self: center;
}

#w-node-d19d07c9-27c5-ba9f-8a27-451d36619ddb-1004536e, #w-node-d19d07c9-27c5-ba9f-8a27-451d36619ddc-1004536e {
  place-self: center start;
}

#w-node-d19d07c9-27c5-ba9f-8a27-451d36619dde-1004536e {
  justify-self: end;
}

#w-node-d19d07c9-27c5-ba9f-8a27-451d36619ddf-1004536e, #w-node-d19d07c9-27c5-ba9f-8a27-451d36619de0-1004536e {
  place-self: center start;
}

#w-node-_24a2f7ef-caed-d319-61b1-5addee059c80-1004536e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_24a2f7ef-caed-d319-61b1-5addee059c82-1004536e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_24a2f7ef-caed-d319-61b1-5addee059c84-1004536e {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_24a2f7ef-caed-d319-61b1-5addee059c86-1004536e {
  justify-self: start;
}

#w-node-_24a2f7ef-caed-d319-61b1-5addee059c98-1004536e {
  place-self: center end;
}

#w-node-_24a2f7ef-caed-d319-61b1-5addee059c9a-1004536e {
  justify-self: start;
}

#w-node-_24a2f7ef-caed-d319-61b1-5addee059c9f-1004536e {
  place-self: center;
}

#w-node-_24a2f7ef-caed-d319-61b1-5addee059ca8-1004536e, #w-node-_24a2f7ef-caed-d319-61b1-5addee059ca9-1004536e {
  place-self: center start;
}

#w-node-_24a2f7ef-caed-d319-61b1-5addee059cab-1004536e {
  justify-self: end;
}

#w-node-_24a2f7ef-caed-d319-61b1-5addee059cac-1004536e, #w-node-_24a2f7ef-caed-d319-61b1-5addee059cad-1004536e {
  place-self: center start;
}

#w-node-b83f1493-fcdd-91c7-a891-e4521f4bda9e-1004536e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-b83f1493-fcdd-91c7-a891-e4521f4bdaa0-1004536e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-b83f1493-fcdd-91c7-a891-e4521f4bdaa2-1004536e {
  grid-area: 3 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-b83f1493-fcdd-91c7-a891-e4521f4bdaa4-1004536e {
  justify-self: start;
}

#w-node-b83f1493-fcdd-91c7-a891-e4521f4bdab6-1004536e {
  place-self: center end;
}

#w-node-b83f1493-fcdd-91c7-a891-e4521f4bdab8-1004536e {
  justify-self: start;
}

#w-node-b83f1493-fcdd-91c7-a891-e4521f4bdabd-1004536e {
  place-self: center;
}

#w-node-b83f1493-fcdd-91c7-a891-e4521f4bdac6-1004536e, #w-node-b83f1493-fcdd-91c7-a891-e4521f4bdac7-1004536e {
  place-self: center start;
}

#w-node-b83f1493-fcdd-91c7-a891-e4521f4bdac9-1004536e {
  justify-self: end;
}

#w-node-b83f1493-fcdd-91c7-a891-e4521f4bdaca-1004536e, #w-node-b83f1493-fcdd-91c7-a891-e4521f4bdacb-1004536e {
  place-self: center start;
}

#w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32c53-1004536e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32c55-1004536e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32c5c-1004536e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32c5e-1004536e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9d3-1004536f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9d4-1004536f {
  justify-self: center;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9d5-1004536f {
  justify-self: end;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9d9-1004536f, #w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9de-1004536f {
  justify-self: start;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9df-1004536f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9e1-1004536f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9e3-1004536f {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9e5-1004536f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9e7-1004536f {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce42c-1004536f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce42d-1004536f {
  justify-self: center;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce42e-1004536f {
  justify-self: end;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce432-1004536f {
  justify-self: start;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce436-1004536f {
  justify-self: center;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9f1-1004536f {
  place-self: start end;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9f2-1004536f, #w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9f6-1004536f {
  justify-self: start;
}

#w-node-_5bf3435c-1814-799d-83c3-f3272269238c-1004536f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_5bf3435c-1814-799d-83c3-f32722692394-1004536f, #w-node-e0085128-f58e-0046-57ce-2e187c5fd541-1004536f {
  justify-self: start;
}

#w-node-c0cab257-4f41-640e-65e9-1234deaa7193-1004536f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c0cab257-4f41-640e-65e9-1234deaa7194-1004536f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_96a073b7-c558-4ba3-3b6b-7b5ba3c708d3-1004536f {
  place-self: center;
}

#w-node-_96a073b7-c558-4ba3-3b6b-7b5ba3c708d5-1004536f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_96a073b7-c558-4ba3-3b6b-7b5ba3c708d7-1004536f {
  place-self: center stretch;
}

#w-node-_96a073b7-c558-4ba3-3b6b-7b5ba3c708d9-1004536f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_96a073b7-c558-4ba3-3b6b-7b5ba3c708dc-1004536f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_96a073b7-c558-4ba3-3b6b-7b5ba3c708de-1004536f {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d4826d1a-6d87-1cb4-c225-0ce3169aa425-1004536f {
  place-self: center;
}

#w-node-d4826d1a-6d87-1cb4-c225-0ce3169aa427-1004536f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d4826d1a-6d87-1cb4-c225-0ce3169aa42e-1004536f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-cd48575d-9aad-f8e0-23bc-00bb25a436c9-1004536f {
  place-self: center start;
}

#w-node-d4826d1a-6d87-1cb4-c225-0ce3169aa41f-1004536f {
  place-self: center end;
}

#w-node-_31651abb-2113-6298-acac-43409893a463-1004536f, #w-node-_31651abb-2113-6298-acac-43409893a465-1004536f {
  justify-self: center;
}

#w-node-_31651abb-2113-6298-acac-43409893a466-1004536f {
  place-self: center stretch;
}

#w-node-_31651abb-2113-6298-acac-43409893a468-1004536f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_31651abb-2113-6298-acac-43409893a46a-1004536f {
  place-self: center stretch;
}

#w-node-_31651abb-2113-6298-acac-43409893a46d-1004536f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_790150f5-74c8-90c7-c907-53347d51ff2b-1004536f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5894eba-8db7-8319-b667-19c2107e725f-1004536f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5894eba-8db7-8319-b667-19c2107e7261-1004536f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a5894eba-8db7-8319-b667-19c2107e7263-1004536f {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-a5894eba-8db7-8319-b667-19c2107e7265-1004536f, #w-node-a5894eba-8db7-8319-b667-19c2107e7270-1004536f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5894eba-8db7-8319-b667-19c2107e7272-1004536f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a5894eba-8db7-8319-b667-19c2107e7274-1004536f {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-a5894eba-8db7-8319-b667-19c2107e7276-1004536f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35ef2851-a670-29af-b2f1-5e6df1843d1a-1004536f {
  place-self: center stretch;
}

#w-node-_35ef2851-a670-29af-b2f1-5e6df1843d1c-1004536f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_35ef2851-a670-29af-b2f1-5e6df1843d1e-1004536f {
  place-self: center stretch;
}

#w-node-_0b45b04f-c4be-4284-7c05-dcd7fbb255b4-1004536f, #w-node-f8b4c3f0-bb98-ac1b-c3f7-41796bb2a4c9-1004536f, #w-node-e5aedc10-5241-aea6-adab-5becb9c9b66b-1004536f, #w-node-c7e92f80-5fed-1677-5dbd-41636954ddd5-1004536f, #w-node-_47f6f5a2-44fb-93e5-bd95-8120603e4724-1004536f, #w-node-_2122c739-dac4-ece3-3fd5-58663c2351de-1004536f, #w-node-e7d7a744-a56c-505b-20c2-9a547b3f7b1d-1004536f, #w-node-cdfefeaf-2c39-90ed-29a7-438313e5d8c3-1004536f, #w-node-e55c2633-965a-a9f0-e484-ff6176416b78-1004536f, #w-node-_70582bd9-5c1d-866c-94b7-ef22dffe165f-1004536f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bcbf997-e396-afe2-c9ab-bfef74f7f3b0-1004536f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bbc18cfd-728f-220c-bd47-2693e2969020-1004536f, #w-node-dcd95037-0bd8-4f73-b198-2574d973d3bc-1004536f, #w-node-cf13ac22-da0b-31df-721a-6180fd78c4f4-1004536f, #w-node-e48fa578-fdfb-d0cd-57b8-553ddecab65c-1004536f, #w-node-b68b4c62-e1b4-9835-958a-90d22d3a7aee-1004536f, #w-node-_265fdd52-0f93-79d2-f454-f28b2e5df5c0-1004536f, #w-node-_2ed3e27d-02cd-0ad4-169a-c93cb6f296c0-1004536f, #w-node-_929ea122-e188-e09f-3698-774acfee37c4-1004536f, #w-node-_45c31a66-0507-4db0-755f-826c7cfb4758-1004536f, #w-node-_0ad98998-2c56-d6b9-2268-80c059da7cca-1004536f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab8a2d9f-a986-00fa-d330-7b1e3840998a-1004536f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ab8a2d9f-a986-00fa-d330-7b1e3840998c-1004536f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ab8a2d9f-a986-00fa-d330-7b1e3840998e-1004536f {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ab8a2d9f-a986-00fa-d330-7b1e38409990-1004536f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b0f-10045370 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b10-10045370 {
  justify-self: center;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b11-10045370 {
  justify-self: end;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b15-10045370 {
  justify-self: start;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b19-10045370 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b1a-10045370 {
  justify-self: start;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b1b-10045370 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b1d-10045370 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b1f-10045370 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b21-10045370 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b23-10045370 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b25-10045370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b26-10045370 {
  justify-self: center;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b27-10045370 {
  justify-self: end;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b2b-10045370 {
  justify-self: start;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b2f-10045370 {
  justify-self: center;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b33-10045370 {
  place-self: start end;
}

#w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b34-10045370, #w-node-_1db5e4dd-352f-6a6d-ba52-be8b0b991b38-10045370 {
  justify-self: start;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a75d-10045371 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a75e-10045371 {
  justify-self: center;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a75f-10045371 {
  justify-self: end;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a763-10045371 {
  justify-self: start;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a767-10045371 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a768-10045371 {
  justify-self: start;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a769-10045371 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a76b-10045371 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a76d-10045371 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a76f-10045371 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a771-10045371 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a773-10045371 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a774-10045371 {
  justify-self: center;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a775-10045371 {
  justify-self: end;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a779-10045371 {
  justify-self: start;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a77d-10045371 {
  justify-self: center;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a781-10045371 {
  place-self: start end;
}

#w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a782-10045371, #w-node-_2173a046-f4c8-8511-24cc-41a0e1b7a786-10045371 {
  justify-self: start;
}

#scroll.w-node-_3a3ab581-0b6a-f83b-6a25-99d55df60ded-10045371 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a3ab581-0b6a-f83b-6a25-99d55df60e22-10045371 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_52fbf041-2bce-2030-8fed-eb42d54b4ce2-10045372 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_52fbf041-2bce-2030-8fed-eb42d54b4ce3-10045372 {
  justify-self: center;
}

#w-node-_52fbf041-2bce-2030-8fed-eb42d54b4ce4-10045372 {
  justify-self: end;
}

#w-node-_52fbf041-2bce-2030-8fed-eb42d54b4ce8-10045372 {
  justify-self: start;
}

#w-node-f094775e-3f7b-98e4-bd04-ceec3a8df315-10045372 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_826ad220-1b9a-2a2a-89b5-4e2abae6e6d0-10045372 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_85cdbfa1-c333-d96c-213c-dfc2eee146e8-10045372 {
  justify-self: start;
}

#w-node-_85cdbfa1-c333-d96c-213c-dfc2eee146e9-10045372 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_85cdbfa1-c333-d96c-213c-dfc2eee146eb-10045372 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_85cdbfa1-c333-d96c-213c-dfc2eee146ed-10045372 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_85cdbfa1-c333-d96c-213c-dfc2eee146ef-10045372 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d0217f8f-3d16-65a2-d268-68977b49a2c5-10045372 {
  place-self: start end;
}

#w-node-d0217f8f-3d16-65a2-d268-68977b49a2c6-10045372, #w-node-d0217f8f-3d16-65a2-d268-68977b49a2ce-10045372 {
  justify-self: start;
}

#Scroll.w-node-_07f11b09-1b62-8e87-6fca-47a22e41fcf3-10045372 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7e241bc8-2c73-8320-8c75-58383e8432b9-10045372 {
  align-self: center;
}

#w-node-ea9dd166-4308-71f0-8886-d2ac243c9265-10045372 {
  place-self: center start;
}

#w-node-_2e75c77e-38c5-a921-c576-531e3e51dd86-10045372 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a60b9649-537c-3ebb-f3a5-942bdcdb329c-10045372 {
  justify-self: start;
}

#w-node-a60b9649-537c-3ebb-f3a5-942bdcdb329d-10045372 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a60b9649-537c-3ebb-f3a5-942bdcdb329f-10045372 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a60b9649-537c-3ebb-f3a5-942bdcdb32a1-10045372 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-a60b9649-537c-3ebb-f3a5-942bdcdb32a3-10045372 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8a880070-3b0e-4a82-0d38-c1ebae524d41-10045372 {
  grid-area: 1 / 2 / 2 / 2;
  align-self: center;
}

#w-node-_8a880070-3b0e-4a82-0d38-c1ebae524d42-10045372 {
  place-self: center start;
}

#w-node-_8a880070-3b0e-4a82-0d38-c1ebae524d4b-10045372 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8a880070-3b0e-4a82-0d38-c1ebae524d4f-10045372 {
  justify-self: start;
}

#w-node-_8a880070-3b0e-4a82-0d38-c1ebae524d50-10045372 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8a880070-3b0e-4a82-0d38-c1ebae524d52-10045372 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a880070-3b0e-4a82-0d38-c1ebae524d54-10045372 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_8a880070-3b0e-4a82-0d38-c1ebae524d56-10045372 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64ba0-10045372 {
  align-self: center;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64ba1-10045372 {
  place-self: center start;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64ba5-10045372 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64ba9-10045372 {
  justify-self: start;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64baa-10045372 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64bac-10045372 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64bae-10045372 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64bb0-10045372 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64bcb-10045372 {
  grid-area: 1 / 2 / 2 / 2;
  align-self: center;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64bcc-10045372 {
  place-self: center start;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64bd0-10045372 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64bd4-10045372 {
  justify-self: start;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64bd5-10045372 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64bd7-10045372 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64bd9-10045372 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64bdb-10045372 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0647b51a-e67e-2c0a-0431-8fd23be7e481-10045372 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9d3-10045373 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9d4-10045373 {
  justify-self: center;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9d5-10045373 {
  justify-self: end;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9d9-10045373, #w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9de-10045373 {
  justify-self: start;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9df-10045373 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9e1-10045373 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9e3-10045373 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9e5-10045373 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9e7-10045373 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce42c-10045373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce42d-10045373 {
  justify-self: center;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce42e-10045373 {
  justify-self: end;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce432-10045373 {
  justify-self: start;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce436-10045373 {
  justify-self: center;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9f1-10045373 {
  place-self: start end;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9f2-10045373, #w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9f6-10045373 {
  justify-self: start;
}

#w-node-_5bf3435c-1814-799d-83c3-f3272269238c-10045373 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_5bf3435c-1814-799d-83c3-f32722692394-10045373, #w-node-e0085128-f58e-0046-57ce-2e187c5fd541-10045373 {
  justify-self: start;
}

#w-node-_5e1d3a0a-d9b3-0872-6b59-ebbcdd4b40c0-10045373, #w-node-_810455eb-9fc8-3965-06b8-ba84d01c627d-10045373, #w-node-_790150f5-74c8-90c7-c907-53347d51ff2b-10045373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfaf3d82-6d33-334c-d3df-4aefc6032eb0-10045373 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bfaf3d82-6d33-334c-d3df-4aefc6032eb2-10045373 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bfaf3d82-6d33-334c-d3df-4aefc6032eb4-10045373 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-bfaf3d82-6d33-334c-d3df-4aefc6032eb6-10045373, #w-node-a4f05d39-e29a-5940-7daf-0e25de8c748b-10045373 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a4f05d39-e29a-5940-7daf-0e25de8c748d-10045373 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4f05d39-e29a-5940-7daf-0e25de8c748f-10045373 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-a4f05d39-e29a-5940-7daf-0e25de8c7491-10045373 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35ef2851-a670-29af-b2f1-5e6df1843d1a-10045373 {
  place-self: center stretch;
}

#w-node-_35ef2851-a670-29af-b2f1-5e6df1843d1c-10045373 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_35ef2851-a670-29af-b2f1-5e6df1843d1e-10045373 {
  place-self: center stretch;
}

#w-node-_0b45b04f-c4be-4284-7c05-dcd7fbb255b4-10045373, #w-node-f8b4c3f0-bb98-ac1b-c3f7-41796bb2a4c9-10045373, #w-node-e5aedc10-5241-aea6-adab-5becb9c9b66b-10045373, #w-node-c7e92f80-5fed-1677-5dbd-41636954ddd5-10045373, #w-node-_47f6f5a2-44fb-93e5-bd95-8120603e4724-10045373, #w-node-_2122c739-dac4-ece3-3fd5-58663c2351de-10045373, #w-node-e7d7a744-a56c-505b-20c2-9a547b3f7b1d-10045373, #w-node-cdfefeaf-2c39-90ed-29a7-438313e5d8c3-10045373, #w-node-e55c2633-965a-a9f0-e484-ff6176416b78-10045373, #w-node-_70582bd9-5c1d-866c-94b7-ef22dffe165f-10045373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bcbf997-e396-afe2-c9ab-bfef74f7f3b0-10045373 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bbc18cfd-728f-220c-bd47-2693e2969020-10045373, #w-node-dcd95037-0bd8-4f73-b198-2574d973d3bc-10045373, #w-node-cf13ac22-da0b-31df-721a-6180fd78c4f4-10045373, #w-node-e48fa578-fdfb-d0cd-57b8-553ddecab65c-10045373, #w-node-b68b4c62-e1b4-9835-958a-90d22d3a7aee-10045373, #w-node-_265fdd52-0f93-79d2-f454-f28b2e5df5c0-10045373, #w-node-_2ed3e27d-02cd-0ad4-169a-c93cb6f296c0-10045373, #w-node-_929ea122-e188-e09f-3698-774acfee37c4-10045373, #w-node-_45c31a66-0507-4db0-755f-826c7cfb4758-10045373, #w-node-_0ad98998-2c56-d6b9-2268-80c059da7cca-10045373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_313f33fd-aa5b-c477-60c0-015d76d55dfc-10045373 {
  place-self: center stretch;
}

#w-node-_313f33fd-aa5b-c477-60c0-015d76d55dfe-10045373 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_313f33fd-aa5b-c477-60c0-015d76d55e00-10045373 {
  place-self: center stretch;
}

#w-node-_313f33fd-aa5b-c477-60c0-015d76d55e04-10045373, #w-node-_313f33fd-aa5b-c477-60c0-015d76d55e18-10045373 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_313f33fd-aa5b-c477-60c0-015d76d55e1a-10045373, #w-node-_313f33fd-aa5b-c477-60c0-015d76d55e1c-10045373, #w-node-_313f33fd-aa5b-c477-60c0-015d76d55e1e-10045373, #w-node-_313f33fd-aa5b-c477-60c0-015d76d55e20-10045373, #w-node-_313f33fd-aa5b-c477-60c0-015d76d55e22-10045373, #w-node-_313f33fd-aa5b-c477-60c0-015d76d55e24-10045373, #w-node-_313f33fd-aa5b-c477-60c0-015d76d55e2a-10045373, #w-node-_313f33fd-aa5b-c477-60c0-015d76d55e2c-10045373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9d3-10045374 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9d4-10045374 {
  justify-self: center;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9d5-10045374 {
  justify-self: end;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9d9-10045374, #w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9de-10045374 {
  justify-self: start;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9df-10045374 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9e1-10045374 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9e3-10045374 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9e5-10045374 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9e7-10045374 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce42c-10045374 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce42d-10045374 {
  justify-self: center;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce42e-10045374 {
  justify-self: end;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce432-10045374 {
  justify-self: start;
}

#w-node-_848a304d-eda1-8fb7-17e0-b04f11dce436-10045374 {
  justify-self: center;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9f1-10045374 {
  place-self: start end;
}

#w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9f2-10045374, #w-node-cfe8494d-c54b-3fc9-8497-aa6e7827c9f6-10045374 {
  justify-self: start;
}

#w-node-_5bf3435c-1814-799d-83c3-f3272269238c-10045374 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_5bf3435c-1814-799d-83c3-f32722692394-10045374, #w-node-e0085128-f58e-0046-57ce-2e187c5fd541-10045374 {
  justify-self: start;
}

#w-node-cda1aaad-4b02-9fbd-3626-4dd79a7c556e-10045377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cda1aaad-4b02-9fbd-3626-4dd79a7c556f-10045377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-d17421f4-a916-e261-af87-289c024ce2af-1004532d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a23b4da2-f183-7903-e0d3-948557527897-1004532d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab8accf3-32e4-7ff6-5205-75510161bb3e-10045351, #learn.w-node-ab8accf3-32e4-7ff6-5205-75510161bb73-10045351 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ab8accf3-32e4-7ff6-5205-75510161bb9e-10045351 {
    place-self: center stretch;
  }

  #w-node-_24bead83-978f-15e1-71c2-7512cfecb2bc-10045367, #w-node-_605515ae-666e-8020-a1b2-63a6f84b65d0-10045368 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_962bbb52-9dc1-e647-1929-f85c901fb737-1004536a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-de51c72e-10e0-c96a-1a8c-1121d5a4b630-1004536e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_96a073b7-c558-4ba3-3b6b-7b5ba3c708dc-1004536f {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_96a073b7-c558-4ba3-3b6b-7b5ba3c708de-1004536f {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-d4826d1a-6d87-1cb4-c225-0ce3169aa427-1004536f {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-d4826d1a-6d87-1cb4-c225-0ce3169aa42e-1004536f {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_0bca7adc-82e2-8fb8-9858-cd20e4399626-10045351, #w-node-_71c805e2-4a67-1798-d733-73b33accd35d-10045351, #w-node-c59ec204-f9bd-fea1-9853-e0c6d9029931-10045351, #w-node-_5530d3ba-db04-5980-01e9-b7750681d48c-10045351, #w-node-_48a2af5f-5519-6f1d-8999-3967a0723a23-10045351 {
    justify-self: start;
  }

  #w-node-_24bead83-978f-15e1-71c2-7512cfecb2bc-10045367 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cdc181ae-a90b-17b3-c671-40e47770dfbf-10045367, #w-node-_3a704335-6272-906f-b92e-72cd4b2dead6-10045367, #w-node-_0f10cbe7-bb77-fd7f-c8e9-e664788275c6-10045367, #w-node-df9188f7-14e3-603f-8ca0-f7c72ea04e4d-10045367, #w-node-_3f498108-33ac-c1a2-9e64-d4db042dda92-10045367 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_12c324ae-1861-3245-c623-f20f3e8e8950-3e8e894c {
    grid-row: 2 / 3;
  }

  #w-node-_12c324ae-1861-3245-c623-f20f3e8e8951-3e8e894c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_12c324ae-1861-3245-c623-f20f3e8e8952-3e8e894c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_2321355f-3af2-4d6f-d534-3f01f5164274-f5164266 {
    justify-self: stretch;
  }

  #w-node-ab8accf3-32e4-7ff6-5205-75510161bb93-10045351 {
    order: -9999;
  }

  #w-node-ab8accf3-32e4-7ff6-5205-75510161bb98-10045351 {
    grid-column: span 1 / span 1;
  }

  #w-node-b3bfbd67-73c8-a40c-2042-d4cf328b2203-130983d2 {
    grid-row: 2 / 3;
  }

  #w-node-_1acbf4fd-2363-166f-f79d-8cf873f05ee2-130983d2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_33d098a1-5528-8621-8092-c774b55ed008-130983d2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_9292c0c7-2038-a4b8-9a23-e3e2ae6a066e-10045367 {
    grid-column: 1 / 2;
    align-self: start;
  }

  #w-node-c911e976-31ac-ccbe-5ebf-13798d87c4a4-10045367 {
    grid-column-end: 2;
  }

  #w-node-a5dd120f-463e-f0b4-f49b-5d54cc0561ac-10045367 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_58c4793b-1b32-116a-63b2-0a63b890808c-10045367 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: end;
  }

  #w-node-_1bb24665-c218-c215-d909-f7d2bdf90319-10045367 {
    justify-self: start;
  }

  #w-node-_0a13061f-9171-5a1a-b7ec-85f35b1f7695-10045367 {
    justify-self: end;
  }

  #w-node-_605260e4-e6cf-3a77-fe8b-17eb42aae922-10045367 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_662ece97-c95e-5247-571e-5f5752e2e85b-10045367 {
    grid-row: 5 / 6;
  }

  #w-node-_612f68fc-7574-a7ac-b345-4b5be1a6e994-10045367 {
    justify-self: start;
  }

  #w-node-_605515ae-666e-8020-a1b2-63a6f84b65e0-10045368 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_605515ae-666e-8020-a1b2-63a6f84b65e9-10045368 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_3899a75c-3907-a36b-4286-5ba53a191edc-10045368 {
    order: -9999;
  }

  #w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bd8-191d7b7c, #w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bd9-191d7b7c {
    align-self: end;
  }

  #w-node-_8cceddb8-afa4-98ab-b851-494578963667-1004536d {
    justify-self: start;
  }

  #w-node-_7548a9bd-5148-0601-3538-6fbbba49a8c8-1004536d {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55ac08e6-674a-b5c8-9d79-fd23190dbcd9-1004536d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04c12a87-7756-309b-9c89-05ffb62a3cae-1004536d {
    grid-column: 1 / 2;
  }

  #w-node-e4745973-5cc4-ae74-d3f0-70965698e42a-1004536e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67e98a0e-bd53-79d5-1b93-161155978cdc-1004536e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_796fd91c-2e45-47f6-6066-2ad73f481cf1-1004536e, #w-node-ac5b3c7f-c65e-a7a2-81ac-e4cc657bcf69-1004536e, #w-node-d19d07c9-27c5-ba9f-8a27-451d36619dcb-1004536e, #w-node-_24a2f7ef-caed-d319-61b1-5addee059c98-1004536e, #w-node-b83f1493-fcdd-91c7-a891-e4521f4bdab6-1004536e {
    order: -9999;
    justify-self: start;
  }

  #w-node-_6da871d8-c2bd-b4a0-91e0-6a84ef3eaa2e-10045372 {
    order: -9999;
  }

  #w-node-_8a880070-3b0e-4a82-0d38-c1ebae524d41-10045372 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a880070-3b0e-4a82-0d38-c1ebae524d58-10045372, #w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64bb2-10045372 {
    order: -9999;
  }

  #w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64bcb-10045372 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_06a5a7cd-ff65-0e39-9b3b-53ac44c64bdd-10045372 {
    order: -9999;
  }

  #w-node-cda1aaad-4b02-9fbd-3626-4dd79a7c556e-10045377 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_12c324ae-1861-3245-c623-f20f3e8e8950-3e8e894c, #w-node-_12c324ae-1861-3245-c623-f20f3e8e8951-3e8e894c {
    grid-column: 1 / 2;
  }

  #w-node-_12c324ae-1861-3245-c623-f20f3e8e8952-3e8e894c {
    grid-column: span 1 / span 1;
  }

  #w-node-eafd5d2f-28c1-05ce-51c3-b2ae6a51a0c8-f5164266 {
    place-self: center start;
  }

  #w-node-_0268fed6-23f1-8af5-74dd-39421cf39e8a-10045351 {
    grid-column-end: 4;
  }

  #w-node-_0268fed6-23f1-8af5-74dd-39421cf39e96-10045351 {
    justify-self: start;
  }

  #w-node-_0268fed6-23f1-8af5-74dd-39421cf39e98-10045351 {
    order: -9999;
  }

  #w-node-b3bfbd67-73c8-a40c-2042-d4cf328b2203-130983d2, #w-node-_1acbf4fd-2363-166f-f79d-8cf873f05ee2-130983d2 {
    grid-column: 1 / 2;
  }

  #w-node-_33d098a1-5528-8621-8092-c774b55ed008-130983d2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1bb24665-c218-c215-d909-f7d2bdf90319-10045367 {
    justify-self: start;
  }

  #w-node-_0a13061f-9171-5a1a-b7ec-85f35b1f7695-10045367 {
    justify-self: end;
  }

  #w-node-ae9807e9-0eaa-2f00-52f7-49c3b7880769-10045367 {
    justify-self: start;
  }

  #w-node-ae9807e9-0eaa-2f00-52f7-49c3b788076b-10045367 {
    order: -9999;
  }

  #w-node-bb6d15cd-e1f0-6a5b-6768-424471a55509-71a55507 {
    grid-column-end: 4;
  }

  #w-node-b1c3bcc4-22fb-8d5f-3647-65232498b56d-71a55507 {
    justify-self: start;
  }

  #w-node-b1c3bcc4-22fb-8d5f-3647-65232498b56f-71a55507 {
    order: -9999;
  }

  #w-node-e4745973-5cc4-ae74-d3f0-70965698e42a-1004536e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67e98a0e-bd53-79d5-1b93-161155978cdc-1004536e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32a5d-1004536e {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad43384d-c02d-6df8-a036-36931f8f5c0a-100452ec {
    justify-self: start;
  }

  #w-node-_12c324ae-1861-3245-c623-f20f3e8e896b-3e8e894c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a1d1616c-e5e0-7b1e-f01b-508d7f966baa-f5164266 {
    place-self: center;
  }

  #email-3.w-node-_538720b7-76a9-7bc8-bd1a-2c3a68f0f766-f5164266, #email-3.w-node-_538720b7-76a9-7bc8-bd1a-2c3a68f0f767-f5164266 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2321355f-3af2-4d6f-d534-3f01f5164269-f5164266 {
    grid-column-end: 3;
  }

  #w-node-_2321355f-3af2-4d6f-d534-3f01f5164274-f5164266 {
    justify-self: stretch;
  }

  #w-node-_026c868f-9ffc-40fb-734e-16e467372cb1-1004532d {
    justify-self: center;
  }

  #w-node-e0145b70-3e26-b00f-41e9-cab3ae3dfa19-10045351 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-ab8accf3-32e4-7ff6-5205-75510161bb4e-10045351 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_455f335a-5db2-74f5-0463-7b279139a2d4-10045351 {
    justify-self: start;
  }

  #w-node-_0a9254d9-1c51-592d-370c-8692c35b8253-130983d2, #w-node-d80a7389-a30f-9fba-58d4-e2838b1658c8-10045367 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-ae9807e9-0eaa-2f00-52f7-49c3b788075d-10045367 {
    grid-column-end: 4;
  }

  #w-node-_605515ae-666e-8020-a1b2-63a6f84b65e0-10045368 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c1e5bf4e-c6e2-cd65-c207-a5d5a8a4422c-10045368, #w-node-bb6d15cd-e1f0-6a5b-6768-424471a55509-71a55507 {
    grid-column-end: 4;
  }

  #w-node-b1c3bcc4-22fb-8d5f-3647-65232498b56f-71a55507 {
    order: -9999;
  }

  #w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bc2-191d7b7c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bc3-191d7b7c {
    justify-self: end;
  }

  #w-node-_2e0b3d72-7620-ad56-01e1-60b8191d7bd6-191d7b7c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685e6-1004536c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #js-clock.w-node-_0849c4b1-7c61-d9b6-0ea5-7cb26e6685e7-1004536c {
    grid-column: 1 / 4;
  }

  #w-node-_9d0a84a3-501e-4f9b-4166-b027c9029a7b-1004536d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-e4745973-5cc4-ae74-d3f0-70965698e42a-1004536e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_67e98a0e-bd53-79d5-1b93-161155978cdc-1004536e {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_7fe8ff94-2760-8a1b-96a1-1dc39774b743-1004536e, #w-node-b9b9ffba-f8db-2c21-c65f-5be742b9c2cd-1004536e {
    grid-column-end: 4;
  }

  #w-node-b9b9ffba-f8db-2c21-c65f-5be742b9c2e8-1004536e {
    justify-self: stretch;
  }

  #w-node-_4b34242f-4cbe-9fa6-8026-e668f6b32a51-1004536e {
    grid-column-end: 4;
  }

  #w-node-_796fd91c-2e45-47f6-6066-2ad73f481cf1-1004536e, #w-node-ac5b3c7f-c65e-a7a2-81ac-e4cc657bcf69-1004536e, #w-node-d19d07c9-27c5-ba9f-8a27-451d36619dcb-1004536e, #w-node-_24a2f7ef-caed-d319-61b1-5addee059c98-1004536e, #w-node-b83f1493-fcdd-91c7-a891-e4521f4bdab6-1004536e {
    order: -9999;
    justify-self: start;
  }

  #w-node-d4826d1a-6d87-1cb4-c225-0ce3169aa425-1004536f {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-cd48575d-9aad-f8e0-23bc-00bb25a436c9-1004536f, #w-node-d4826d1a-6d87-1cb4-c225-0ce3169aa41f-1004536f {
    justify-self: center;
  }
}


