:root {
  --wander-black: #2d2d2d;
  --wander-off-white: #f8fafb;
  --wander-blue: #0c9ce9;
  --wander-green: #27d7ba;
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.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('../images/custom-checkbox-checkmark.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.image {
  object-fit: none;
  width: 110vw;
  max-width: 100vw;
  display: block;
}

.navbar {
  background-color: #00000075;
  position: fixed;
}

.nav-link {
  position: relative;
}

.div-block {
  width: 100%;
  height: 100vh;
}

.nav-link-2 {
  display: inline-block;
}

.container {
  justify-content: flex-end;
  display: flex;
}

.navbar-2 {
  background-color: #dddddd9e;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.image-2 {
  margin-top: 8px;
  position: relative;
  top: 12px;
}

.nav-link-3 {
  color: #fff9f9;
}

.heading {
  flex: 0 auto;
  align-self: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  display: flex;
}

.hero-main {
  object-fit: contain;
  background-color: #9c7070;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-3 {
  background-color: red;
  align-self: center;
  display: block;
  position: absolute;
}

.primary-heading {
  align-self: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  z-index: 999;
  color: #fffefe;
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 120px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.wander-container {
  flex-direction: column;
  display: flex;
}

.not-all---header {
  position: absolute;
}

.headline-main {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-height: 30%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 26% 0% auto;
}

.heading-3 {
  color: #fff;
}

.wander-header {
  z-index: 500;
  color: #fff;
  text-align: center;
  text-shadow: 0 20px 20px #0003;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 180px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.lost-header {
  color: #fff;
  align-self: flex-end;
  font-family: Poppins, sans-serif;
  font-size: 50px;
}

.not-all-header {
  color: #fffcfc;
  text-align: left;
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 50px;
}

.not-all-div {
  text-align: left;
  align-self: flex-start;
  position: relative;
  top: -39px;
}

.wander-div {
  align-self: center;
  position: relative;
}

.lost-div {
  text-align: right;
  align-self: flex-end;
  position: relative;
  bottom: -35px;
}

.navbar-3 {
  background-color: #0000001a;
  flex: 0 auto;
  align-self: center;
  position: fixed;
  inset: 0% 0% auto;
}

.container-2 {
  justify-content: space-around;
  align-items: center;
  display: block;
}

.image-3 {
  margin-top: 25px;
  position: static;
}

.div-block-4 {
  flex: 1;
  align-self: center;
  position: absolute;
  inset: 0% 0% auto;
}

.subheader {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: #fffefe;
  text-align: center;
  text-shadow: 0 3px 20px #0003;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.text-block.text-align-left.partner {
  color: var(--wander-black);
  text-align: left;
  font-weight: 400;
}

.bold-text {
  background-color: #fbfbfb;
  border: 1px solid #fff;
  border-radius: 9px;
  padding: 10px 20px;
  display: flex;
}

.bold-text:hover {
  color: #fff;
  background-color: #272727;
  border-color: #272727;
}

.nav-link-4 {
  color: #005584;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.body {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.paragraph {
  align-self: flex-end;
  position: relative;
}

.subhead {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: -8px;
  display: block;
  position: static;
  inset: 0%;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 18px #0000007d;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 33px;
}

.snap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  display: flex;
  position: static;
}

.section {
  background-color: #fff;
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-4 {
  display: block;
}

.hero-background {
  object-fit: cover;
  max-width: none;
  max-height: 100vh;
  display: block;
  overflow: auto;
}

.heading-4 {
  font-size: 70px;
}

.heading-5 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 180px;
  position: static;
  inset: 0% auto 0% 0%;
}

.paragraph-3 {
  color: #fffdfd;
  text-align: center;
  min-width: auto;
  max-width: 70%;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 31px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  text-align: center;
  flex: none;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.heading-6 {
  font-size: 150px;
}

.heading-7, .heading-8 {
  font-size: 180px;
}

.container-4 {
  z-index: 10000;
  text-align: center;
  font-family: Poppins, sans-serif;
  display: block;
  position: relative;
}

.section-2 {
  color: #fff;
  background-image: url('../images/WanderPins_Hero_2x2x.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  font-size: 50px;
  line-height: 31px;
}

.section-2.scroll {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.heading-9, .heading-10 {
  font-size: 180px;
}

.heading-11 {
  color: #fffdfd;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  padding-top: 0;
  font-size: 180px;
}

.heading-11.body {
  color: #1b1b1b;
  width: 50%;
  margin-right: 49px;
  font-family: Poppins, sans-serif;
  font-size: 130px;
}

.heading-12 {
  color: #f2eaea;
}

.heading-13 {
  color: #fff;
  text-align: left;
  margin-top: 110px;
  padding-top: 0;
  font-size: 40px;
}

.paragraph-4 {
  font-family: Poppins, sans-serif;
  font-size: 21px;
}

.paragraph-5 {
  clear: none;
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-top: 211px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 30px;
  display: block;
  position: relative;
  overflow: visible;
}

.heading-14 {
  color: #fffdfd;
  text-align: right;
  padding-top: 49px;
  font-size: 40px;
}

.container-5 {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: relative;
}

.section-3 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 49px;
  margin-bottom: 71px;
  padding-bottom: 0;
  display: flex;
}

.image-5 {
  float: right;
  object-fit: cover;
  flex: 1;
  align-self: flex-end;
  width: 300px;
  height: 200px;
  margin-bottom: 29px;
  padding-left: 41px;
  position: relative;
  left: 0;
  right: 0;
}

.image-5._1 {
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  left: -85px;
}

.image-5._3 {
  padding-top: 10px;
  left: -63px;
}

.image-5._2 {
  text-align: left;
  align-self: flex-end;
  padding-top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
}

.div-block-5 {
  flex: 1;
  align-self: center;
  width: 50%;
}

.paragraph-6 {
  color: #6b6b6b;
  margin-top: 120px;
  padding-right: 59px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 37px;
}

.div-block-6 {
  flex-direction: column;
  flex: 1;
  align-self: center;
  display: flex;
}

.container-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  flex: 1;
  width: 40%;
}

.div-block-8 {
  flex: 1;
  width: 50%;
}

.section-4 {
  align-items: center;
  height: 60vh;
  margin-top: 20px;
  display: flex;
}

.heading-15 {
  margin-left: -233px;
  font-size: 180px;
}

.heading-16 {
  font-size: 100px;
}

.heading-17 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 57px;
  font-family: Poppins, sans-serif;
  font-size: 120px;
  overflow: visible;
}

.section-5 {
  background-color: #fff;
  margin-top: 66px;
  margin-bottom: 95px;
  padding-bottom: 199px;
  overflow: hidden;
}

.div-block-9 {
  object-fit: fill;
  height: auto;
  margin-bottom: 60px;
  display: block;
}

.section-6 {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 30vh;
  display: block;
  overflow: scroll;
}

.image-6 {
  object-fit: fill;
  margin-top: -14px;
  display: block;
  overflow: visible;
}

.container-7 {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: flex-start;
  align-items: stretch;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: auto;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.heading-18 {
  color: snow;
  text-align: center;
  text-shadow: 14px 1px #000c;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 120px;
}

.div-block-11 {
  margin-top: 0;
  position: relative;
}

.paragraph-7 {
  color: #363535;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 31px;
  font-weight: 200;
  line-height: 44px;
}

.heading-19 {
  color: #000;
  letter-spacing: 3px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 200;
}

.paragraph-8 {
  font-family: Poppins, sans-serif;
}

.footer-subscribe {
  text-align: center;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #bebebe;
  padding-top: 1rem;
  font-family: Poppins, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, sans-serif;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.section-7 {
  height: 70vh;
  margin-top: 29px;
}

.image-7 {
  max-width: 80%;
}

.image-8 {
  align-self: flex-end;
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-9 {
  max-width: 80%;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-8.scroll {
  height: 45vh;
}

.columns {
  align-items: center;
  height: 70vh;
  display: flex;
}

.column {
  flex-direction: column;
  align-self: auto;
  margin-top: 25px;
  display: flex;
}

.heading-20 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 120px;
}

.paragraph-9 {
  margin-top: 10px;
  font-size: 19px;
  line-height: 35px;
}

.image-10 {
  align-self: flex-start;
  width: 350px;
  margin-bottom: 25px;
}

.image-11 {
  align-self: flex-end;
  width: 350px;
}

.image-12 {
  align-self: flex-start;
  width: 350px;
  margin-top: 25px;
}

.section-9 {
  height: 70vh;
  margin-top: 0;
}

.div-block-12 {
  align-self: flex-end;
}

.div-block-13 {
  align-self: flex-start;
}

.div-block-14 {
  align-self: flex-end;
}

.image-13 {
  float: none;
  width: 350px;
  position: static;
}

.image-14 {
  width: 350px;
  margin-top: 33px;
  margin-bottom: 51px;
  display: inline-block;
}

.div-block-15 {
  overflow: hidden;
}

.ticker-content {
  color: #000;
  background-color: #000;
  height: 25vh;
  display: flex;
}

.ticker-frame {
  background-color: #000;
}

.heading-21 {
  font-size: 120px;
}

.heading-22 {
  color: #fff;
  text-align: center;
  object-fit: none;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 20vh;
  padding-top: 0;
  font-size: 120px;
  display: flex;
  overflow: hidden;
}

.body-paragraph {
  color: #565656;
  text-align: center;
  align-self: center;
  max-width: 50vw;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

.utah {
  align-self: flex-end;
}

.body-heading {
  align-self: center;
  margin-top: 40px;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  font-size: 130px;
}

.section-10 {
  align-items: center;
  height: 70vh;
  margin-top: 0;
  display: flex;
}

.quick-stack {
  object-fit: fill;
  align-self: center;
  height: 70vh;
  position: static;
}

.container-8 {
  flex: 0 auto;
  align-self: center;
  height: 70vh;
  display: flex;
}

.cell {
  flex-wrap: wrap;
  justify-content: center;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.image-15 {
  object-fit: contain;
  overflow: visible;
}

.section-11, .container-9, .quick-stack-2 {
  height: 70vh;
}

.cell-3, .cell-4 {
  justify-content: center;
}

.container-10 {
  height: 70vh;
}

.cell-5 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.quick-stack-3 {
  height: 80vh;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.section-12.scroll {
  height: 100vh;
}

.container-11 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.section-13 {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.section-13.scroll {
  background-color: #fcfbfc;
  height: 80vh;
}

.quick-stack-4 {
  height: 70vh;
}

.cell-6 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-16 {
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  padding-right: 5px;
}

.container-12 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.share-header {
  align-self: center;
  position: relative;
}

.section-14 {
  display: block;
}

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

.heading-23, .heading-24 {
  color: #fff;
}

.image-17 {
  z-index: 600;
  align-self: center;
  position: absolute;
}

.div-block-16 {
  background-image: url('../images/Share_LandscapeImage.png');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  margin-top: -375px;
  position: relative;
}

.section-15 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.section-15.scroll {
  height: 35vh;
}

.flex-block {
  flex-wrap: nowrap;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  margin-top: 0;
}

.text-block-2 {
  color: #fffdfd80;
  object-fit: contain;
  flex-wrap: nowrap;
  align-self: center;
  align-items: center;
  height: 140px;
  font-family: Poppins, sans-serif;
  font-size: 130px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-17 {
  flex: 0 auto;
  overflow: visible;
}

.wander-ticker {
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex: 0 auto;
  width: 100%;
  display: flex;
}

.wander-ticker-outer {
  white-space: nowrap;
  display: flex;
  overflow: hidden;
}

.cell-7 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
}

.image-18 {
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
}

.paragraph-10 {
  color: #8b8b8b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 34px;
}

.section-16 {
  height: 100vh;
  margin-top: 79px;
  overflow: hidden;
}

.section-16.scroll {
  height: 100vh;
}

.cell-8 {
  justify-content: center;
}

.text-block-3 {
  color: snow;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 300;
}

.div-block-18 {
  background-color: #0000007d;
  border-radius: 50px;
  padding: 15px 16px;
}

.tag {
  cursor: pointer;
  background-color: #00000080;
  border-radius: 50px;
  align-self: stretch;
  padding: 18px 15px;
}

.tag:hover {
  background-color: #1c9ed6;
}

.tag.wf {
  align-self: flex-end;
}

.tag.blm, .tag.solar, .tag.h20, .tag.views {
  align-self: flex-start;
}

.cell-9 {
  justify-content: center;
}

.quick-stack-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  align-self: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.quick-stack-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-self: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cell-10 {
  justify-content: center;
  align-items: center;
}

.cell-11 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.quick-stack-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cell-12 {
  justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cell-13, .cell-14 {
  justify-content: center;
}

.div-block-19 {
  margin-top: -30px;
  font-size: 31px;
}

.hero_container {
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
}

.foreground {
  z-index: 9999;
  background-image: url('../images/Van_Lake4.png');
  background-position: 50% 5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

._2nd-foreground {
  z-index: 900;
  background-image: url('../images/Second-Foreground_Hero-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  inset: 0%;
}

.midground {
  z-index: 500;
  background-image: url('../images/Midground-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background {
  z-index: 300;
  background-image: url('../images/Background-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-20 {
  width: 100vw;
  height: 100vh;
}

.van {
  z-index: 500;
  background-image: url('../images/Van_Lake4.png');
  background-position: 50% 53%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  display: none;
  position: absolute;
  inset: 0%;
}

.mountains {
  z-index: 200;
  background-image: url('../images/Mountains4.png');
  background-position: 50% 276%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.base-sky {
  z-index: 100;
  background-image: url('../images/Mountain-Base2-1.png');
  background-position: 50% 84%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-wander-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.hero-subheader-container {
  z-index: 5000;
  position: absolute;
  inset: 0%;
}

.hero_header {
  width: 100vw;
  height: 100vh;
}

.hero-animation-container {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.image-water-van-550 {
  z-index: 550;
  text-align: right;
  background-image: url('../images/FOREGROUND-VanWater_1290x914.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.copy-wander-500 {
  z-index: 500;
  text-align: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.copy-description-600 {
  z-index: 600;
  position: absolute;
  inset: auto 0% 0%;
}

.image-mountains-450 {
  z-index: 450;
  background-image: url('../images/MIDGROUND-Mountains_1280x914.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.copy-are-lost-500 {
  z-index: 500;
  text-align: right;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.copy-not-all-400 {
  z-index: 400;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.image-sky-background-350 {
  z-index: 350;
  background-image: url('../images/BACKGROUND--Mountains_1280x914.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-secondary-400 {
  color: #fff;
  text-align: left;
  text-shadow: 0 0 35px #0009;
  margin-top: 15vh;
  margin-left: 25px;
  font-family: Poppins, sans-serif;
  font-size: 65px;
}

.hero-secondary-400.are-lost {
  text-align: right;
}

.wander-hero-copy {
  color: #fff;
  text-shadow: 0 0 35px #0009;
  justify-content: center;
  align-items: center;
  margin-top: 29vh;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 200px;
  display: flex;
}

.hero---are-lost-copy {
  z-index: 500;
  color: #fff;
  text-align: right;
  text-shadow: 0 0 35px #0009;
  margin-top: 43vh;
  margin-bottom: 0;
  margin-right: 21px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 65px;
  position: static;
  inset: 0%;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 20px #0003;
  margin-bottom: 15%;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 31px;
  display: block;
}

.container-14 {
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  display: flex;
}

.wanderlove {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 140px;
}

.feature-header {
  position: relative;
}

.tags-container {
  align-self: center;
}

.cell-15 {
  justify-content: center;
}

.cell-16 {
  justify-content: center;
  align-items: center;
}

.cell-17, .cell-18 {
  justify-content: center;
}

.default-tag {
  justify-content: center;
  align-items: stretch;
}

.default-tag.blm {
  align-items: flex-end;
}

.pin-modal-container {
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
  inset: 0%;
}

.pin-modal {
  object-fit: fill;
  background-color: #ffffffe6;
  border-radius: 15px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70vw;
  height: 70vh;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-2 {
  width: 85%;
  height: 85%;
}

.heading-25 {
  color: #707070;
  margin-top: 45px;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 33px;
  font-weight: 500;
}

.div-block-21 {
  opacity: .39;
  outline-offset: 0px;
  outline: 3px dashed #333333b3;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-top: 8px;
  display: flex;
}

.heading-26 {
  text-align: center;
  margin-top: 17px;
  margin-bottom: 0;
}

.image-19 {
  width: 20%;
}

.flex-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.text-field {
  border-radius: 6px;
  width: 100%;
  height: auto;
  font-size: 30px;
}

.form {
  width: 100%;
  display: flex;
}

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

.field-label {
  color: #958d8d;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.submit-button {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  width: 160px;
  height: 58px;
  margin-left: 7px;
}

.image-20 {
  opacity: 1;
  margin-top: 25px;
  margin-right: 25px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-21 {
  padding-bottom: 0;
}

.pin-form {
  z-index: 9999;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.field-label-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.field-label-3 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.checkbox-label {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.text-field-2 {
  border-radius: 8px;
}

.text-field-3 {
  border-radius: 8px;
  align-self: stretch;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  position: relative;
}

.form-2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 23px;
  display: flex;
}

.submit-button-2 {
  border-radius: 8px;
  align-self: flex-start;
  margin-top: 35px;
  margin-left: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
}

.checkbox-field {
  margin-top: 7px;
}

.paragraph-12 {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  width: 85%;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  line-height: 31px;
}

.heading-27 {
  color: #fffefe;
  align-self: auto;
  margin-bottom: 33px;
  font-family: Poppins, sans-serif;
  font-size: 90px;
}

.form-block {
  text-align: left;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  width: 85%;
  display: flex;
}

.container-15 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: static;
}

.image-22 {
  margin-top: 25px;
  margin-right: 25px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-23 {
  flex: 0 auto;
  justify-content: center;
  display: flex;
  position: relative;
}

.div-block-23.modal {
  position: relative;
}

.success-message {
  background-color: #ddd0;
  padding-left: 0;
}

.text-block-4 {
  color: #fffcfc;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  line-height: 37px;
}

.heading-28 {
  align-self: center;
  font-family: Poppins, sans-serif;
  font-size: 130px;
}

.ticker-section {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ticker-outer---wander {
  background-color: #000;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
}

.ticker-h1 {
  white-space: nowrap;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 140px;
  line-height: 25px;
  display: inline-block;
}

.ticker-inner---wander {
  white-space: nowrap;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.bold-text-2 {
  color: #bebebe;
}

.navbar-4 {
  background-color: #fff;
  border-bottom: 1px solid #b3b3b3;
  flex: 0 auto;
  align-self: center;
  position: fixed;
  inset: 0% 0% auto;
}

.container-16 {
  justify-content: space-around;
  align-items: center;
  display: block;
}

.image-24 {
  margin-top: 30px;
  position: static;
}

.nav-link-5 {
  color: #005584;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.bold-text-3 {
  color: #fff;
  background-color: #005584;
  border: 1px solid #fff;
  border-radius: 9px;
  margin-top: 0;
  padding: 10px 20px;
  display: flex;
}

.bold-text-3:hover {
  color: #fff;
  background-color: #272727;
  border-color: #272727;
}

.text-size-medium {
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

.gallery13_image {
  object-fit: cover;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-bottom: 0;
  position: fixed;
  inset: auto 0% 0%;
}

.gallery13_image-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.section_gallery13 {
  height: auto;
  display: none;
  overflow: hidden;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-huge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-custom3, .margin-bottom.margin-0, .margin-bottom.margin-custom1, .margin-bottom.margin-custom2, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxlarge, .margin-bottom.margin-large, .margin-bottom.margin-xlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.gallery13_arrow-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery13_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.gallery13_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery13_arrow.hide-mobile-landscape {
  margin-left: 2rem;
  margin-right: 2rem;
  bottom: 4rem;
}

.gallery13_slide {
  height: auto;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
  position: sticky;
}

.gallery13_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  position: relative;
}

.gallery13_slide-nav {
  height: 1.75rem;
  margin-bottom: 0;
  font-size: .5rem;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.gallery13_mask {
  height: 60vh;
}

.container-large {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section_gallery13-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 60vh;
  display: flex;
  overflow: hidden;
}

.div-block-26 {
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-block-5 {
  padding-left: 10px;
}

.paragraph-13 {
  margin-top: 21px;
}

.button {
  background-color: var(--wander-off-white);
  color: var(--wander-black);
  border-bottom: 1px #000;
  border-radius: 8px;
  margin-right: 0;
  padding: .75rem 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.button.is-small {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-secondary {
  border: 2px solid var(--wander-blue);
  color: var(--wander-black);
  background-color: #fff;
}

.button.is-tertiary {
  color: var(--wander-black);
  background-color: #3898ec00;
}

.button.is-white {
  background-color: var(--wander-off-white);
  color: var(--wander-black);
  font-size: 1rem;
  font-weight: 700;
}

.button-2 {
  margin-right: 50px;
}

.section-17 {
  margin-top: 68px;
}

.section-18 {
  margin-top: 44px;
}

.text-block-6 {
  color: #959393;
}

.text-block-7 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
}

.div-block-27 {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 15px;
}

.button-3 {
  background-color: #959393;
  border-radius: 5px;
}

.text-block-8 {
  color: #959393;
  padding-top: 10px;
}

.text-block-9 {
  color: #959393;
}

.text-block-10 {
  color: #959393;
  padding-bottom: 10px;
}

.div-block-28 {
  padding-top: 20px;
}

.footer-margin {
  margin-top: 60px;
}

.text-block-11 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.text-block-11.icon {
  text-decoration: none;
}

.link-block {
  color: #333;
  text-align: center;
  padding-right: 50px;
  text-decoration: none;
}

.image-25 {
  padding-bottom: 15px;
}

.container-17 {
  justify-content: flex-start;
  display: flex;
}

.link {
  color: #cecece;
  font-family: Poppins, sans-serif;
  text-decoration: underline;
}

.footer7_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  padding: 3rem 0;
}

.padding-bottom.padding-tiny, .padding-bottom.padding-xsmall, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-xxhuge, .padding-bottom.padding-xhuge, .padding-bottom.padding-small, .padding-bottom.padding-huge, .padding-bottom.padding-0, .padding-bottom.padding-large, .padding-bottom.padding-custom1, .padding-bottom.padding-custom2, .padding-bottom.padding-medium {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.padding-vertical.padding-xxlarge {
  padding-top: 3rem;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-custom3, .padding-vertical.padding-custom1, .padding-vertical.padding-xxsmall, .padding-vertical.padding-xsmall, .padding-vertical.padding-tiny, .padding-vertical.padding-0, .padding-vertical.padding-small, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-xhuge, .padding-vertical.padding-medium, .padding-vertical.padding-huge, .padding-vertical.padding-custom2, .padding-vertical.padding-xlarge {
  padding-left: 0;
  padding-right: 0;
}

.footer7_bottom-wrapper {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.footer7_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer7_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer7_credit-text {
  color: var(--wander-off-white);
  font-size: .875rem;
}

.footer7_legal-link {
  color: var(--wander-off-white);
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

.footer7_legal-link.w--current {
  text-decoration: none;
}

.footer7_top-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_global {
  background-color: #000;
}

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

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

.footer7_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: var(--wander-off-white);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  text-decoration: none;
  display: grid;
}

.padding-top, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-tiny, .padding-top.padding-large, .padding-top.padding-custom1, .padding-top.padding-huge, .padding-top.padding-xlarge, .padding-top.padding-0, .padding-top.padding-custom2, .padding-top.padding-xhuge, .padding-top.padding-xsmall, .padding-top.padding-small, .padding-top.padding-custom3, .padding-top.padding-xxsmall, .padding-top.padding-xxhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  margin-bottom: 0;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.div-block-29 {
  padding-top: 3rem;
}

.container-19 {
  margin-top: 10%;
  padding-left: 5%;
}

.paragraph-14, .heading-29 {
  font-family: Poppins, sans-serif;
}

.heading-29.legal, .bold-text-4 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.legal {
  margin-top: 40px;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  font-size: 20px;
}

.paragraph-15, .heading-30 {
  text-align: center;
}

.link-2 {
  color: #333;
}

.margin-xhuge {
  margin: 8rem;
}

.text-weight-bold {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.icon-height-small {
  height: 1rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.text-size-small {
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder {
  color: #222;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_input.is-select-input {
  color: #222;
}

.background-color-tertiary {
  background-color: #dd23bb;
}

.margin-0 {
  margin: 0;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.text-weight-xbold {
  font-family: Poppins, sans-serif;
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.text-weight-normal {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.text-size-tiny {
  font-family: Poppins, sans-serif;
  font-size: .75rem;
  font-weight: 300;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

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

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.spacer-xhuge-2 {
  width: 100%;
  padding-top: 8rem;
}

.text-size-large {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
}

.spacer-tiny-2 {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.spacer-xlarge-2 {
  width: 100%;
  padding-top: 4rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-small-2 {
  width: 100%;
  padding-top: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-custom2, .margin-top.margin-large, .margin-top.margin-xhuge, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xsmall, .margin-top.margin-custom3, .margin-top.margin-xxsmall, .margin-top.margin-custom1, .margin-top.margin-tiny, .margin-top.margin-xxhuge, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.pointer-events-none {
  pointer-events: none;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.padding-left, .padding-left.padding-custom3, .padding-left.padding-medium, .padding-left.padding-xhuge, .padding-left.padding-0, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-small, .padding-left.padding-xlarge, .padding-left.padding-huge, .padding-left.padding-tiny, .padding-left.padding-large, .padding-left.padding-xxhuge, .padding-left.padding-custom1, .padding-left.padding-xxsmall, .padding-left.padding-xsmall {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.spacer-xxhuge-2 {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal, .margin-horizontal.margin-0, .margin-horizontal.margin-large, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-tiny, .margin-horizontal.margin-medium, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-custom2, .margin-horizontal.margin-huge, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-custom3, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-small {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.spacer-huge-2 {
  width: 100%;
  padding-top: 6rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-color-secondary {
  color: #222;
}

.margin-xsmall {
  margin: .5rem;
}

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.pointer-events-auto {
  pointer-events: auto;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-4.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-4.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-4.is-large {
  padding: 1rem 2rem;
}

.button-4.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

.button-4.is-small {
  padding: .5rem 1.25rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

.text-size-medium-2 {
  font-size: 1.25rem;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-right, .padding-right.padding-xhuge, .padding-right.padding-medium, .padding-right.padding-xxlarge, .padding-right.padding-0, .padding-right.padding-xxsmall, .padding-right.padding-custom2, .padding-right.padding-small, .padding-right.padding-xlarge, .padding-right.padding-large, .padding-right.padding-xsmall, .padding-right.padding-custom1, .padding-right.padding-tiny, .padding-right.padding-huge, .padding-right.padding-xxhuge, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.margin-right, .margin-right.margin-tiny, .margin-right.margin-xhuge, .margin-right.margin-custom3, .margin-right.margin-xxlarge, .margin-right.margin-0, .margin-right.margin-large, .margin-right.margin-xlarge, .margin-right.margin-xxsmall, .margin-right.margin-xsmall, .margin-right.margin-medium, .margin-right.margin-huge, .margin-right.margin-custom2, .margin-right.margin-small, .margin-right.margin-xxhuge, .margin-right.margin-custom1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.background-color-alternate {
  background-color: #fff;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.spacer-large-2 {
  padding-top: 3rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xsmall, .margin-left.margin-custom3, .margin-left.margin-custom2, .margin-left.margin-0, .margin-left.margin-medium, .margin-left.margin-custom1, .margin-left.margin-xxhuge, .margin-left.margin-xxsmall, .margin-left.margin-small, .margin-left.margin-xlarge, .margin-left.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.text-weight-light {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.padding-horizontal, .padding-horizontal.padding-custom3, .padding-horizontal.padding-small, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-huge, .padding-horizontal.padding-large, .padding-horizontal.padding-0, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom1, .padding-horizontal.padding-xxsmall {
  padding-top: 0;
  padding-bottom: 0;
}

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

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.spacer-xxsmall-2 {
  width: 100%;
  padding-top: .25rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

.spacer-xxlarge-2 {
  width: 100%;
  padding-top: 5rem;
}

.margin-vertical, .margin-vertical.margin-custom2, .margin-vertical.margin-xlarge, .margin-vertical.margin-tiny, .margin-vertical.margin-xxsmall, .margin-vertical.margin-medium, .margin-vertical.margin-0, .margin-vertical.margin-large, .margin-vertical.margin-custom1, .margin-vertical.margin-xhuge, .margin-vertical.margin-xsmall, .margin-vertical.margin-huge, .margin-vertical.margin-xxlarge, .margin-vertical.margin-small, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

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

.spacer-xsmall-2 {
  width: 100%;
  padding-top: .5rem;
}

.nav_logo {
  width: 10rem;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.spacer-medium-2 {
  width: 100%;
  padding-top: 2rem;
}

.padding-section-large-2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.background-color-primary {
  color: #fff;
  background-color: #000;
}

.text-color-alternate {
  color: #fff;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.nav_button {
  padding: 1rem;
}

.padding-huge {
  padding: 6rem;
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.text-color-black {
  color: #000;
}

.background-color-secondary {
  background-color: #2d62ff;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

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

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

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

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.spacer-xsmall-3 {
  width: 100%;
  padding-top: 1rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-1x1-medium-2 {
  width: 3rem;
  height: 3rem;
}

.spacer-xxhuge-3 {
  width: 100%;
  padding-top: 10rem;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.margin-xxlarge-2 {
  margin: 5rem;
}

.max-width-small-2 {
  width: 100%;
  max-width: 30rem;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.spacer-xxsmall-3 {
  width: 100%;
  padding-top: .5rem;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.icon-height-small-2 {
  height: 2rem;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.text-color-white {
  color: var(--wander-off-white);
  text-align: center;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 73px;
}

.text-color-white.vision {
  text-align: center;
  font-size: 4rem;
  line-height: 68px;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #161616;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.spacer-medium-3 {
  width: 100%;
  padding-top: 2rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.padding-xxlarge-2 {
  padding: 5rem;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.background-color-tertiary-2 {
  background-color: #aaa;
}

.padding-xxhuge-2 {
  padding: 10rem;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-quote-2 {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.padding-large-2 {
  padding: 3rem;
}

.form_radio-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.padding-xhuge-2 {
  padding: 7rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.margin-top-auto {
  margin-top: auto;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.form_field-wrapper-2 {
  position: relative;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.heading-style-h1-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-xsmall-2 {
  padding: 1rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.form_message-success-2 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.spacer-xxlarge-3 {
  width: 100%;
  padding-top: 5rem;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.icon-1x1-small-2 {
  width: 2rem;
  height: 2rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.margin-xlarge-2 {
  margin: 4rem;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.margin-large-2 {
  margin: 3rem;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.max-width-xxsmall-2 {
  width: 100%;
  max-width: 20rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.aspect-ratio-widescreen-2 {
  aspect-ratio: 16 / 9;
}

.margin-small-2 {
  margin: 1.5rem;
}

.text-color-primary {
  color: var(--wander-black);
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.spacer-xlarge-3 {
  width: 100%;
  padding-top: 4rem;
}

.icon-1x1-large-2 {
  width: 5rem;
  height: 5rem;
}

.container-small-3 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.background-color-white {
  background-color: #fff;
}

.heading-style-h6-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.form_form-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_message-success-wrapper {
  padding: 0;
}

.aspect-ratio-portrait-2 {
  aspect-ratio: 2 / 3;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.aspect-ratio-square-2 {
  aspect-ratio: 1;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.margin-xxsmall-2 {
  margin: .5rem;
}

.background-color-primary-2 {
  background-color: #fff;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button-5.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-5.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-5.is-small {
  padding: .5rem 1.25rem;
}

.button-5.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button-5.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button-5.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button-5.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-5.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_radio-icon-2 {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon-2.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.icon-height-large-2 {
  height: 5rem;
}

.padding-xlarge-2 {
  padding: 4rem;
}

.margin-tiny-2 {
  margin: .25rem;
}

.spacer-xhuge-3 {
  width: 100%;
  padding-top: 7rem;
}

.padding-medium-2 {
  padding: 2rem;
}

.background-color-black {
  background-color: #000;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.aspect-ratio-landscape-2 {
  aspect-ratio: 3 / 2;
}

.margin-xsmall-2 {
  margin: 1rem;
}

.form_radio-label-2 {
  margin-bottom: 0;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.spacer-large-3 {
  width: 100%;
  padding-top: 3rem;
}

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.spacer-tiny-3 {
  width: 100%;
  padding-top: .25rem;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.max-width-xsmall-2 {
  width: 100%;
  max-width: 25rem;
}

.margin-medium-2 {
  margin: 2rem;
}

.text-size-large-2 {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.form_input-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #0009;
}

.form_input-2.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input-2.is-select-input {
  background-image: none;
}

.form_message-error-2 {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.icon-height-medium-2 {
  height: 3rem;
}

.form_checkbox-label-2 {
  margin-bottom: 0;
}

.padding-xxsmall-2 {
  padding: .5rem;
}

.padding-tiny-2 {
  padding: .25rem;
}

.form_checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-style-link-2 {
  color: #000;
  text-decoration: underline;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_checkbox-icon-2 {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.margin-xhuge-2 {
  margin: 7rem;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #be4aa51a;
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.margin-xxhuge-2 {
  margin: 10rem;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.padding-small-2 {
  padding: 1.5rem;
}

.spacer-small-3 {
  width: 100%;
  padding-top: 1.5rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: #eee;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_nav-link {
  color: #fff;
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #000;
  background-color: #fff;
}

.text-color-secondary-2 {
  color: #000;
}

.text-color-alternate-2 {
  color: #fff;
}

.background-color-secondary-2 {
  background-color: #eee;
}

.background-color-alternative {
  background-color: #000;
}

.menu-icon4_line-bottom {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 24px;
  height: 2px;
}

.button-6 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-navbar4-button {
  z-index: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-6.is-small {
  padding: .5rem 1.25rem;
}

.button-6.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-6.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-6.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-6.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.navbar4_dropdown-list {
  position: static;
  overflow: hidden;
}

.navbar4_dropdown-list.w--open {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  position: static;
}

.navbar4_menu-dropdown {
  margin-left: 0;
  font-size: 24px;
}

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar4_menu-button {
  padding: 0;
}

.navbar4_menu-button.w--open {
  background-color: #0000;
}

.navbar4_component {
  border-bottom: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #0000004d;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.dropdown-chevron.is-navbar4 {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar4_logo-link {
  padding-left: 0;
}

.navbar4_dropdown-toggle {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0;
  display: flex;
}

.navbar4_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  padding: .5rem 0;
  font-size: 24px;
}

.navbar4_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar4_link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0;
  padding: .5rem 0;
  font-size: 24px;
  display: inline-block;
  position: static;
}

.navbar4_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

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

.navbar4_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar4_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar4_menu {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  display: flex;
  position: absolute;
  overflow: auto;
}

.menu-icon4_line-top {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar4_menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -4.5rem;
  display: flex;
}

.menu-icon4 {
  width: 48px;
  height: 48px;
  color: var(--wander-off-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-icon4_line-middle {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.spacer-xxsmall-4 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-large-4 {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge-4 {
  width: 100%;
  padding-top: 4rem;
}

.spacer-huge-3 {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge-4 {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge-4 {
  width: 100%;
  padding-top: 10rem;
}

.heading-31, .paragraph-16, .link-4, .block-quote, .list, .list-2, .list-3 {
  font-family: Poppins, sans-serif;
}

.text-size-medium-3 {
  text-align: center;
  font-size: 1.125rem;
}

.footer1_credit-text {
  font-size: .875rem;
}

.about1-team_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.about1-press_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-1x1-medium-3 {
  width: 3rem;
  height: 3rem;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.about1-press_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.section_about1-values {
  display: none;
}

.about1-press_category-link {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.about1-press_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.about1-team_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.about1-values_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.navbar1_component {
  border-bottom: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #00000040;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.about1-press_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

.about1-press_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.about1-press_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.about1-press_meta-wrapper {
  margin-bottom: 1rem;
}

.logo {
  max-height: 3.5rem;
}

.about1-team_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.heading-style-h5-3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.navbar1_menu-button {
  padding: 0;
}

.about1-team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  padding: .5rem;
}

.about1-press_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.about1-customers_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.container-small-4 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.about1-values_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.about1-press_component {
  flex-direction: column;
  align-items: center;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--wander-black);
}

.form_input-3 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-3:focus {
  border-color: #000;
}

.form_input-3::placeholder {
  color: #0009;
}

.navbar1_logo-link {
  padding-left: 0;
}

.footer1_logo-link {
  padding-left: 0;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-3.is-center {
  justify-content: center;
}

.about1-story_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.navbar1_link {
  color: var(--wander-off-white);
  padding: .5rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.navbar1_link.w--current {
  font-weight: 600;
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.line-divider-2 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.about1-growth_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.success-message-2 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

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

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.heading-style-h4-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h2-3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.about1-growth_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.spacer-xxsmall-5 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-large-5 {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge-5 {
  width: 100%;
  padding-top: 4rem;
}

.spacer-huge-4 {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge-5 {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge-5 {
  width: 100%;
  padding-top: 10rem;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.header26_image {
  width: 100%;
  height: 100%;
}

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

.spacer-xxsmall-6 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-large-6 {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge-6 {
  width: 100%;
  padding-top: 4rem;
}

.spacer-huge-5 {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge-6 {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge-6 {
  width: 100%;
  padding-top: 10rem;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

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

.image-overlay-layer {
  z-index: 1;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.section_header69 {
  position: relative;
}

.container-small-5 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.text-color-white-2 {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.header69_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.spacer-xxsmall-7 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-large-7 {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge-7 {
  width: 100%;
  padding-top: 4rem;
}

.spacer-huge-6 {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge-7 {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge-7 {
  width: 100%;
  padding-top: 10rem;
}

.text-size-medium-6 {
  font-size: 1.125rem;
}

.header30_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.container-small-6 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.section_header30 {
  position: relative;
}

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

.header30_content {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.spacer-xxsmall-8 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-huge-7 {
  width: 100%;
  padding-top: 6rem;
}

.text-size-medium-7 {
  font-size: 1.125rem;
}

.section_header23 {
  display: none;
}

.container-small-7 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xxsmall-9 {
  width: 100%;
  padding-top: .5rem;
}

.text-block-12 {
  color: var(--wander-off-white);
  font-family: Poppins, sans-serif;
  font-weight: 800;
}

.text-block {
  color: var(--wander-off-white);
  font-weight: 700;
}

.text-block-13 {
  color: var(--wander-off-white);
  font-family: Poppins, sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 70px;
}

.text-size-medium-8 {
  font-size: 1.125rem;
}

.team12_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.team12_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.team12_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template: ". Area"
  / max-content 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.team12_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.team12_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.emoji-bio {
  margin-top: 10px;
  font-size: 35px;
}

.link-5 {
  color: var(--wander-off-white);
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.link-5:hover {
  font-weight: 600;
}

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

.text-block-14 {
  color: var(--wander-off-white);
  text-align: right;
  font-family: Poppins, sans-serif;
}

.div-block-30, .image-26 {
  text-align: left;
}

.spacer-xxsmall-10 {
  width: 100%;
  padding-top: .5rem;
}

.navbar4_component-2 {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.menu-icon4-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.spacer-xxsmall-11 {
  width: 100%;
  padding-top: .5rem;
}

.paragraph-17 {
  font-family: Poppins, sans-serif;
}

.text-size-medium-9 {
  font-size: 1.125rem;
}

.layout142_image {
  width: 100%;
  height: 100%;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.spacer-xxsmall-12 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall-4 {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small-4 {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium-4 {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large-8 {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge-8 {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge-4 {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge-8 {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge-8 {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge-8 {
  width: 100%;
  padding-top: 10rem;
}

.text-size-medium-10 {
  font-size: 1.125rem;
}

.spacer-xxsmall-13 {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall-5 {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small-5 {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium-5 {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large-9 {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge-9 {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge-5 {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge-9 {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge-9 {
  width: 100%;
  padding-top: 7rem;
}

.div-block-31 {
  background-image: url('../images/Share_LandscapeImage.png');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 50vh;
  position: static;
}

.link-6 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .container-3 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .section-2 {
    background-position: 30%;
    background-size: cover;
  }

  .heading-11 {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 130px;
  }

  .heading-13 {
    font-size: 40px;
  }

  .heading-14 {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-10 {
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-7 {
    font-size: 25px;
  }

  .heading-19 {
    font-size: 23px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .body-paragraph {
    max-width: 80vw;
    margin-bottom: 0;
  }

  .quick-stack-3 {
    height: 80vh;
  }

  .section-12.scroll {
    justify-content: flex-start;
  }

  .container-11 {
    height: 80vh;
    position: relative;
  }

  .cell-6 {
    justify-content: flex-start;
  }

  .container-12 {
    justify-content: center;
  }

  .text-block-2 {
    font-size: 120px;
  }

  .cell-7 {
    padding-top: 0;
  }

  .paragraph-10 {
    font-size: 18px;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .quick-stack-5 {
    font-size: 12px;
  }

  .copy-are-lost-500 {
    margin-top: 2vw;
  }

  .copy-not-all-400 {
    margin-top: -13px;
  }

  .hero-secondary-400 {
    margin-top: 21vh;
    font-size: 40px;
  }

  .wander-hero-copy {
    margin-top: 29vh;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 150px;
  }

  .hero---are-lost-copy {
    margin-top: 37vh;
    font-size: 40px;
  }

  .wanderlove {
    font-size: 104px;
  }

  .cell-19 {
    justify-content: center;
  }

  .menu-button {
    padding-bottom: 18px;
  }

  .pin-form {
    display: none;
  }

  .container-15 {
    align-items: center;
  }

  .heading-28 {
    font-size: 106px;
  }

  .ticker-h1 {
    font-size: 125px;
  }

  .div-block-25 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 46px;
    display: flex;
  }

  .gallery13_image {
    padding-bottom: 115px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .gallery13_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
    margin-top: 360.198px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xhuge-2 {
    padding-top: 6rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .spacer-xlarge-2 {
    padding-top: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .spacer-xxhuge-2 {
    padding-top: 8rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

  .spacer-huge-2 {
    padding-top: 5rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .spacer-large-2 {
    padding-top: 2.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .spacer-xxlarge-2 {
    padding-top: 4rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .spacer-medium-2 {
    padding-top: 1.5rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav_button {
    color: #fff;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .spacer-xxhuge-3 {
    padding-top: 7.5rem;
  }

  .margin-xxlarge-2 {
    margin: 4.5rem;
  }

  .padding-xxlarge-2 {
    padding: 4.5rem;
  }

  .padding-xxhuge-2 {
    padding: 7.5rem;
  }

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

  .padding-large-2 {
    padding: 2.5rem;
  }

  .padding-xhuge-2 {
    padding: 6rem;
  }

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

  .spacer-xxlarge-3 {
    padding-top: 4.5rem;
  }

  .margin-xlarge-2 {
    margin: 3.5rem;
  }

  .margin-large-2 {
    margin: 2.5rem;
  }

  .spacer-xlarge-3 {
    padding-top: 3.5rem;
  }

  .padding-xlarge-2 {
    padding: 3.5rem;
  }

  .spacer-xhuge-3 {
    padding-top: 6rem;
  }

  .spacer-large-3 {
    padding-top: 2.5rem;
  }

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

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

  .margin-xhuge-2 {
    margin: 6rem;
  }

  .margin-xxhuge-2 {
    margin: 7.5rem;
  }

  .menu-icon4_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar4_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar4_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    display: block;
    position: relative;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar4_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar4_menu-button.w--open {
    background-color: #0000;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .dropdown-chevron.is-navbar4 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .navbar4_dropdown-toggle {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: .75rem 0;
    font-size: 1.25rem;
    position: static;
  }

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

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .navbar4_menu {
    z-index: 1;
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .menu-icon4_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon4_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon1_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about1-team_list, .about1-press_list {
    grid-template-columns: 1fr 1fr;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-end;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about1-values_list {
    grid-column-gap: 2rem;
  }

  .about1-story_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    justify-content: space-around;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .heading-style-h4-3 {
    font-size: 1.75rem;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .about1-growth_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .team12_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .menu-icon4-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .spacer-large-8 {
    padding-top: 2.5rem;
  }

  .spacer-xlarge-8 {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge-4 {
    padding-top: 4.5rem;
  }

  .spacer-huge-8 {
    padding-top: 5rem;
  }

  .spacer-xhuge-8 {
    padding-top: 6rem;
  }

  .spacer-xxhuge-8 {
    padding-top: 7.5rem;
  }

  .spacer-large-9 {
    padding-top: 2.5rem;
  }

  .spacer-xlarge-9 {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge-5 {
    padding-top: 4.5rem;
  }

  .spacer-huge-9 {
    padding-top: 5rem;
  }

  .spacer-xhuge-9 {
    padding-top: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .features-list {
    padding: 60px 15px;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-11 {
    padding-left: 0;
    padding-right: 0;
    font-size: 120px;
  }

  .div-block-10 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 0;
    margin-left: 23px;
    margin-right: 22px;
    font-size: 12px;
  }

  .heading-19 {
    letter-spacing: 2px;
    margin-top: 4px;
    font-size: 17px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .section-13.scroll {
    align-items: flex-start;
  }

  .section-15.scroll {
    height: 30vh;
  }

  .text-block-2 {
    align-self: flex-start;
    align-items: center;
    font-size: 100px;
  }

  .text-block-2.wander {
    align-self: center;
    align-items: center;
  }

  .wander-ticker {
    line-height: 25px;
  }

  .paragraph-10 {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 27px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .quick-stack-5, .quick-stack-6, .quick-stack-7, .quick-stack-8 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .copy-wander-500 {
    padding-left: 29px;
  }

  .hero-secondary-400 {
    margin-top: 23vh;
    margin-left: 39px;
    font-size: 35px;
  }

  .wander-hero-copy {
    font-size: 110px;
  }

  .hero---are-lost-copy {
    margin-top: 36vh;
    margin-right: 38px;
    font-size: 35px;
  }

  .paragraph-11 {
    margin-bottom: 25%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .wanderlove {
    font-size: 80px;
  }

  .form-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .paragraph-12 {
    text-align: center;
    width: 100%;
    position: relative;
  }

  .heading-27 {
    font-size: 70px;
    position: relative;
  }

  .form-block {
    justify-content: center;
    align-self: center;
  }

  .container-15 {
    flex-wrap: nowrap;
    max-width: 100%;
    margin-left: 5vw;
    margin-right: 5vw;
    overflow: hidden;
  }

  .heading-28 {
    font-size: 81px;
  }

  .ticker-h1 {
    font-size: 105px;
    line-height: 8px;
  }

  .div-block-25 {
    white-space: normal;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    display: flex;
    overflow: hidden;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .gallery13_image-wrapper {
    align-items: stretch;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery13_slide, .gallery13_slide-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-17 {
    padding-left: 20px;
  }

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

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer7_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-19 {
    margin-top: 15%;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .spacer-xhuge-2 {
    padding-top: 4rem;
  }

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

  .spacer-xlarge-2 {
    padding-top: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .spacer-xxhuge-2 {
    padding-top: 4.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

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

  .spacer-huge-2 {
    padding-top: 3.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .spacer-large-2 {
    padding-top: 1.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .spacer-xxlarge-2 {
    padding-top: 3rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .spacer-medium-2 {
    padding-top: 1.25rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .spacer-xsmall-3 {
    padding-top: .75rem;
  }

  .spacer-xxhuge-3 {
    padding-top: 5rem;
  }

  .margin-xxlarge-2 {
    margin: 3rem;
  }

  .text-color-white.vision {
    font-size: 3.2rem;
  }

  .spacer-medium-3 {
    padding-top: 1.5rem;
  }

  .padding-xxlarge-2 {
    padding: 3rem;
  }

  .padding-xxhuge-2 {
    padding: 5rem;
  }

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

  .text-style-quote-2 {
    font-size: 1.125rem;
  }

  .padding-large-2 {
    padding: 2rem;
  }

  .padding-xhuge-2 {
    padding: 4rem;
  }

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

  .padding-xsmall-2 {
    padding: .75rem;
  }

  .spacer-xxlarge-3 {
    padding-top: 3rem;
  }

  .margin-xlarge-2 {
    margin: 2.5rem;
  }

  .margin-large-2 {
    margin: 2rem;
  }

  .margin-small-2 {
    margin: 1.25rem;
  }

  .spacer-xlarge-3 {
    padding-top: 2.5rem;
  }

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

  .padding-xlarge-2 {
    padding: 2.5rem;
  }

  .spacer-xhuge-3 {
    padding-top: 4rem;
  }

  .padding-medium-2 {
    padding: 1.5rem;
  }

  .margin-xsmall-2 {
    margin: .75rem;
  }

  .spacer-large-3 {
    padding-top: 2rem;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-medium-2 {
    margin: 1.5rem;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

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

  .margin-xhuge-2 {
    margin: 4rem;
  }

  .margin-xxhuge-2 {
    margin: 5rem;
  }

  .padding-small-2 {
    padding: 1.25rem;
  }

  .spacer-small-3 {
    padding-top: 1.25rem;
  }

  .button-6.is-navbar4-button {
    padding: .25rem 1rem;
  }

  .navbar4_component {
    min-height: 4rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .about1-team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .about1-press_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-large-3 {
    font-size: 1.125rem;
  }

  .logo {
    max-height: 3rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .heading-style-h5-3 {
    font-size: 1.25rem;
  }

  .about1-customers_component {
    padding-top: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .about1-values_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

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

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .heading-style-h4-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .about1-growth_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-4, .text-size-medium-5, .text-size-medium-6, .text-size-medium-7, .text-size-medium-8 {
    font-size: 1rem;
  }

  .text-size-large-4 {
    font-size: 1.125rem;
  }

  .team12_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team12_image-wrapper {
    height: 100%;
  }

  .navbar4_component-2 {
    min-height: 4rem;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .spacer-xsmall-4 {
    padding-top: .75rem;
  }

  .spacer-small-4 {
    padding-top: 1.25rem;
  }

  .spacer-medium-4 {
    padding-top: 1.5rem;
  }

  .spacer-large-8 {
    padding-top: 2rem;
  }

  .spacer-xlarge-8 {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge-4 {
    padding-top: 3rem;
  }

  .spacer-huge-8 {
    padding-top: 3.5rem;
  }

  .spacer-xhuge-8 {
    padding-top: 4rem;
  }

  .spacer-xxhuge-8 {
    padding-top: 5rem;
  }

  .text-size-medium-10 {
    font-size: 1rem;
  }

  .spacer-xsmall-5 {
    padding-top: .75rem;
  }

  .spacer-small-5 {
    padding-top: 1.25rem;
  }

  .spacer-medium-5 {
    padding-top: 1.5rem;
  }

  .spacer-large-9 {
    padding-top: 2rem;
  }

  .spacer-xlarge-9 {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge-5 {
    padding-top: 3rem;
  }

  .spacer-huge-9 {
    padding-top: 3.5rem;
  }

  .spacer-xhuge-9 {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .bold-text {
    margin-top: 7px;
    padding: 5px 15px;
    font-size: 12px;
    display: block;
  }

  .container-3 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .section-2 {
    background-position: 50%;
    background-attachment: scroll;
  }

  .heading-11 {
    padding: 5px 15px;
    font-size: 65px;
  }

  .heading-13 {
    text-align: left;
    margin-top: 138px;
    margin-left: 15px;
    font-size: 30px;
  }

  .paragraph-5 {
    margin-top: 429px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-14 {
    text-align: right;
    margin-right: 15px;
    font-size: 30px;
  }

  .container-7 {
    white-space: nowrap;
    object-fit: fill;
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 100%;
    margin-top: -47px;
    overflow: hidden;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    max-width: 90%;
    margin-top: -5px;
    padding-top: 0;
    overflow: hidden;
  }

  .paragraph-7 {
    font-size: 35px;
  }

  .heading-19 {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-8.scroll {
    white-space: nowrap;
    flex-wrap: nowrap;
    height: 50vh;
    margin-top: 73px;
    overflow: hidden;
  }

  .body-paragraph {
    object-fit: fill;
    flex: 0 auto;
    margin-top: -23px;
    margin-bottom: -42px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    overflow: hidden;
  }

  .body-heading {
    text-align: center;
    margin-top: 17px;
    font-size: 88px;
  }

  .section-12 {
    background-color: #fff0;
    height: 80vh;
    margin-top: 78px;
    overflow: hidden;
  }

  .section-12.scroll {
    overflow: hidden;
  }

  .container-11 {
    height: auto;
    position: absolute;
    overflow: hidden;
  }

  .section-13 {
    height: 100vh;
    margin-top: 197px;
  }

  .section-13.scroll {
    height: 200vh;
    overflow: hidden;
  }

  .quick-stack-4 {
    overflow: hidden;
  }

  .cell-6 {
    flex-flow: column wrap;
    justify-content: center;
  }

  .container-12 {
    flex-wrap: nowrap;
    max-width: none;
    height: 100vh;
    margin-top: 0;
    overflow: visible;
  }

  .image-17 {
    margin-top: 60px;
  }

  .div-block-16 {
    height: 50vh;
    margin-top: -284px;
  }

  .flex-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-10 {
    white-space: normal;
    width: 90vw;
    font-size: 15px;
    overflow: hidden;
  }

  .section-16 {
    height: auto;
    margin-top: 163px;
  }

  .quick-stack-5, .quick-stack-6, .quick-stack-7, .quick-stack-8 {
    overflow: hidden;
  }

  .copy-wander-500 {
    padding-left: 0;
  }

  .copy-not-all-400 {
    margin-top: 0;
  }

  .hero-secondary-400 {
    margin-top: 22vh;
    margin-left: 16px;
    font-size: 26px;
  }

  .wander-hero-copy {
    font-size: 80px;
  }

  .hero---are-lost-copy {
    margin-top: 36vh;
    margin-right: 17px;
    font-size: 26px;
  }

  .paragraph-11 {
    margin-bottom: 48%;
    font-size: 18px;
    line-height: 26px;
  }

  .container-14 {
    overflow: hidden;
  }

  .quick-stack-tag {
    flex: 0 auto;
  }

  .wanderlove {
    font-size: 51px;
  }

  .feature-header {
    margin-top: 55px;
  }

  .quick-stack-10 {
    text-align: center;
  }

  .menu-button {
    margin-top: 10px;
  }

  .pin-form {
    display: none;
  }

  .text-field-3 {
    font-size: 17px;
  }

  .form-2 {
    flex-direction: column;
  }

  .submit-button-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 17px;
  }

  .paragraph-12 {
    text-align: left;
    width: auto;
    max-width: 90%;
    margin-left: 15px;
    margin-right: -15px;
    font-size: 17px;
  }

  .heading-27 {
    text-align: left;
    width: 90%;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 67px;
    line-height: 90px;
  }

  .form-block {
    width: 90%;
  }

  .heading-28 {
    white-space: nowrap;
    margin-top: -26px;
    font-size: 42px;
  }

  .ticker-section {
    overflow: hidden;
  }

  .ticker-h1 {
    font-size: 75px;
  }

  .ticker-inner---wander {
    margin-top: 34px;
    margin-bottom: 27px;
  }

  .div-block-24 {
    white-space: nowrap;
    overflow: hidden;
  }

  .image-23 {
    align-self: center;
    width: 90vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .gallery13_image-wrapper {
    height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    margin-top: 0;
  }

  .gallery13_slider {
    margin-top: -216px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-xxsmall {
    display: none;
  }

  .container-19 {
    margin-top: 25%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

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

  .text-color-white.vision {
    font-size: 2.4rem;
    line-height: 42px;
  }

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

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .about1-customers_component {
    justify-content: center;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .about1-values_list, .about1-story_component {
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .about1-growth_item-list, .about1-growth_component {
    grid-template-columns: 1fr;
  }

  .team12_image-wrapper {
    padding-top: 0%;
  }

  .link-5 {
    display: none;
  }

  .text-block-14 {
    font-size: 9px;
    display: block;
  }
}

#w-node-_869683f6-8ebb-7931-9acf-82a172b7c0c4-c131f4f2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.5fr 2fr 1fr 1.25fr 1.5fr;
}

#w-node-_869683f6-8ebb-7931-9acf-82a172b7c0c5-c131f4f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_869683f6-8ebb-7931-9acf-82a172b7c0c9-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0cd-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0d1-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0d6-c131f4f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_869683f6-8ebb-7931-9acf-82a172b7c0da-c131f4f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_869683f6-8ebb-7931-9acf-82a172b7c0de-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0e3-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0e7-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0eb-c131f4f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_869683f6-8ebb-7931-9acf-82a172b7c0ef-c131f4f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_869683f6-8ebb-7931-9acf-82a172b7c0f3-c131f4f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_869683f6-8ebb-7931-9acf-82a172b7c0f7-c131f4f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_869683f6-8ebb-7931-9acf-82a172b7c0fb-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0ff-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c103-c131f4f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b413161-7749-4115-5f05-b3227348886c-c131f4f2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5b413161-7749-4115-5f05-b3227348886d-c131f4f2, #w-node-acd2b93b-ba41-a54e-170b-239438201e0b-c131f4f2, #w-node-_7541fcfe-a56c-33ff-d623-259fafa6d8b1-c131f4f2, #w-node-b7ea4299-14fd-260c-4bd4-96b027afb175-c131f4f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_953c67e1-d48f-f159-61a3-e2d31e3b8ef0-1e3b8eea {
  justify-self: center;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd5d-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd5f-12cd044c {
  justify-self: center;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd73-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd74-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd78-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd79-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd7d-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd7e-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd82-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd83-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd87-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd88-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd8c-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd8d-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd97-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd98-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd9c-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfd9d-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfda1-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfda2-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfda6-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfda7-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdab-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdac-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdb0-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdb1-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdbb-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdbc-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdc0-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdc1-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdc5-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdc6-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdca-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdcb-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdd4-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdd5-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdde-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfddf-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdf1-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdf2-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdf6-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdf7-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdfb-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfdfc-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe00-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe01-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe05-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe06-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe10-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe11-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe15-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe16-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe1a-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe1b-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe1f-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe20-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe24-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe25-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe29-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe2a-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe35-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe36-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe3a-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe3b-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe3f-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe40-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe44-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe45-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe49-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe4a-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe4e-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe4f-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe53-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe54-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe58-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe59-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe5d-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe5e-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe68-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe69-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe6d-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe6e-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe72-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe73-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe7a-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfe7b-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfebc-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfebf-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfec0-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfec3-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfec4-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfec7-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfecb-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfecc-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfecf-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfed0-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfed3-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfeda-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfedb-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfee0-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfee1-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfee5-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfee6-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfeea-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfeeb-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfeef-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfef0-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff00-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff03-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff04-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff07-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff08-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff0b-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff0c-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff10-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff13-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff14-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff17-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff18-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff1b-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff23-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff24-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff25-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff27-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff2a-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff2b-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff2c-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff30-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff33-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff34-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff35-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff39-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff3d-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff3e-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff44-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff47-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff48-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff49-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff4d-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff50-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff51-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff52-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff58-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff5c-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff5d-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff61-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff64-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff69-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff6a-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff6b-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff6f-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff72-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff73-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff74-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff7a-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff7d-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff7e-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff7f-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff85-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff88-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff89-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff8a-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff92-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff95-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff96-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bff97-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffa3-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffa4-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffa5-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffa9-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffae-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffaf-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffb0-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffb6-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffbb-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffbc-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffbd-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffc3-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffc8-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffc9-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffca-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffd2-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffd8-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffd9-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffdf-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffe4-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffe5-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffe6-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffea-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffed-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffee-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bffef-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfff5-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfff8-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfff9-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5bfffa-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0000-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0003-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0004-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0005-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c000d-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0010-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0011-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0012-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0018-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c001b-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c001c-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c001d-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0025-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0029-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c002a-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0030-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0038-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0039-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c003a-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c003b-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c003d-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0040-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0044-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0045-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0046-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c004f-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0050-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0051-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c005a-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c005b-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c005c-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c005d-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0063-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0064-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0065-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0066-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0068-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c006c-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c006d-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c006e-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c006f-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0071-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00df-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00e3-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00e4-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00e6-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00e8-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00e9-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00eb-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00ed-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00ee-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00f0-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00f2-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00f3-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00f5-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00f7-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00f8-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00fa-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00fc-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00fd-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c00ff-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0101-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0103-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0105-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0107-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0108-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c010a-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c010b-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c010d-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c010e-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0110-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0111-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0113-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0114-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0116-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0117-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0119-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c011a-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c011c-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0122-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0126-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0127-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0129-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c012b-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c012c-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c012e-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0130-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0131-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0133-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0135-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0136-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0138-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c013a-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c013b-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c013d-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c013f-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0140-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0142-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0144-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0145-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0147-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0149-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c014a-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c014c-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c014e-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c014f-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0151-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0153-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0154-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0156-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0158-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0159-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c015b-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0160-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0164-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0166-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0169-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c016e-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0173-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0178-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c017d-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0184-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0185-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0187-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0188-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c018a-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c018b-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c018d-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c018e-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0190-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0191-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0193-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0194-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0196-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0197-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0199-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c019a-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c019c-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c019d-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c019f-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01a0-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01a2-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01a3-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01a5-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01a6-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01a8-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01a9-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01ab-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01ac-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01ae-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01af-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01b1-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01b2-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01b4-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01b5-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01b7-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01b8-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01ba-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01bb-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01bd-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01be-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01c0-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01c1-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01c3-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01c4-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01c6-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01c7-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01c9-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01ca-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01cc-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01cd-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01cf-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01d0-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01d2-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01d3-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01d5-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01d6-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01d8-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01d9-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01db-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01dc-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01e1-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01e5-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01e7-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01ea-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01ef-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01f4-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01f9-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c01fe-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0205-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0206-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0208-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0209-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c020b-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c020c-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c020e-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c020f-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0211-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0212-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0214-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0215-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0217-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0218-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c021a-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c021b-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c021d-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c021e-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0220-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0221-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0223-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0224-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0226-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0227-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0229-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c022a-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c022c-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c022d-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c022f-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0230-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0232-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0233-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0235-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0236-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0238-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0239-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c023b-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c023c-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c023e-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c023f-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0241-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0242-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0244-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0245-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0247-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0248-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c024a-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c024b-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c024d-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c024e-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0250-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0251-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0253-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0254-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0256-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0257-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0259-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c025a-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c025c-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c025d-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0262-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0265-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0266-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0268-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0269-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c026b-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c026c-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c026e-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c026f-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0271-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0272-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0274-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0275-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0277-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0278-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c027a-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c027b-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c027d-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c027e-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0280-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0281-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0283-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0284-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0286-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0287-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0289-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c028a-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c028c-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c028d-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c028f-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0290-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0292-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0293-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0295-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0296-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0298-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0299-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c029b-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c029c-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c029e-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c029f-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c02a1-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c02a2-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c02a4-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c02a5-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0397-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c039b-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c039c-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03a0-12cd044c, #w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03a2-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03a3-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03a7-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03a8-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03ac-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03ad-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03b1-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03b2-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03b6-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03b7-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03bb-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03bc-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03c0-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03c1-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03c5-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03c6-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03ca-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03cb-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03cf-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03d0-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03d3-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03d4-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03d8-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03d9-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03dd-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03de-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03e2-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03e3-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03e7-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03e8-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03ec-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03ed-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03f1-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03f2-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03f6-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03f7-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03fb-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c03fc-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0400-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0401-12cd044c {
  justify-self: start;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0405-12cd044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2919776-6dda-d4f3-8721-d9bc7b5c0406-12cd044c {
  justify-self: start;
}

#w-node-f174c3bb-5ba4-0b11-064e-f9ca4f9475f7-98a89bd8, #w-node-f174c3bb-5ba4-0b11-064e-f9ca4f9475f9-98a89bd8, #w-node-_050249f4-929c-c629-9d61-abe22f5e50ca-98a89bd8, #w-node-ee6aa95a-c633-1632-95cc-b6d3d0d7ee7c-98a89bd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_953c67e1-d48f-f159-61a3-e2d31e3b8ef0-1e3b8eea {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0c4-c131f4f2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.5fr 2fr 1.75fr;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0c5-c131f4f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0c9-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0cd-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0d1-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0d6-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0da-c131f4f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0de-c131f4f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0e3-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0e7-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0eb-c131f4f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0ef-c131f4f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0f3-c131f4f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0f7-c131f4f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0fb-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0ff-c131f4f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0c4-c131f4f2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.5fr 2fr 1fr;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0c5-c131f4f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0c9-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0cd-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0d1-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0d6-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0da-c131f4f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0de-c131f4f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0e3-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0e7-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0eb-c131f4f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0ef-c131f4f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0f3-c131f4f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0f7-c131f4f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0fb-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c0ff-c131f4f2, #w-node-_869683f6-8ebb-7931-9acf-82a172b7c103-c131f4f2, #w-node-_953c67e1-d48f-f159-61a3-e2d31e3b8ef0-1e3b8eea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


