:root {
  --white: white;
  --black: black;
}

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

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

.top-nav-div {
  z-index: 7;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffffe6;
  border-bottom: 1px solid #ebebeb;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 4rem;
  display: flex;
}

.nav-menu-link {
  color: #161616;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.nav-menu-link:hover {
  text-decoration: underline;
}

.nav-menu-link.small {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.nav-menu-link.small.w--current {
  font-weight: 800;
  text-decoration: underline;
}

.nav-menu-link.small.outline {
  border: 1px solid #000;
  padding: .25rem .5rem;
}

.top-nav-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
}

.nav-no-link {
  color: #2b2b2b;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-no-link.w--current:hover {
  text-decoration: underline;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
}

.nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button {
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding: 0;
  display: none;
}

.menu-button.w--open {
  background-color: #c8c8c800;
}

.lottie-animation {
  width: 100%;
  height: 100%;
}

.page-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 850px;
  padding-bottom: 4rem;
  display: flex;
}

.page-content.yt {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  padding-bottom: 0;
}

.page-content-words {
  z-index: 8;
  color: #000;
  text-align: left;
  width: 100%;
  max-width: 500px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
}

.yt-video {
  border: 1px solid #e0e0e0;
}

.yt-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #000;
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.header-elements-mobile {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.waitlist-popout, .contact-popout {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: -100vh 0% 0% 0;
}

.subfooter {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

._2025-nav-link {
  color: #4e4e4e;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

._2025-nav-link:hover {
  text-decoration: underline;
}

._2025-nav-link.w--current {
  font-weight: 900;
}

._2025-nav-link.menu {
  color: #0056ce;
  text-align: left;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

._2025-nav-link.menu.popup.w--current, ._2025-nav-link.menu.faqer.w--current {
  line-height: 24px;
}

._2025-nav-link.hide {
  display: none;
}

.footer-title {
  z-index: 3;
  color: #2e2e2e;
  text-align: center;
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.footer-section {
  background-color: #f0f0f0;
  border: 1px solid #2e2e2e;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 22svh;
  padding: 2rem;
  display: flex;
}

.footer-section.university, .footer-section.about, .footer-section.contact {
  background-color: #f0f0f0;
}

.footer-section.pricing {
  background-color: #f0f0f0;
  display: none;
}

.university-popout {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: -100vh 0% 0% 0;
}

.popout-content-2 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #fffffff2;
  border: 1px solid #2e2e2e;
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 850px;
  max-height: 80vh;
  padding: 4rem;
  display: flex;
  position: absolute;
  overflow: auto;
  box-shadow: 4px 12px 20px -12px #8b8b8b82;
}

.popout-content-2.pricing {
  padding-bottom: 2rem;
}

.top-header {
  background-color: #fff;
  border-bottom: 1px solid #242424;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 7vh;
}

.center-logo-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.center-logo-link.w--current {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.footer-info-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  max-width: 200px;
  font-family: Oswald, sans-serif;
  display: flex;
}

.about-popout {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: -100vh 0% 0% 0;
}

.x-closer-div {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.dw-enter-button {
  z-index: 100;
  color: #2e2e2e;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #efefefcc;
  border: 1px solid #2e2e2e;
  border-radius: 80px;
  padding: .5rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.dw-enter-button:hover {
  background-color: #fff;
}

.dw-enter-button.footer {
  background-color: #fff;
  font-size: 12px;
}

.subheader {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #242424;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: absolute;
}

.subfooter-title-example {
  z-index: 2;
  color: #242424;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  position: relative;
}

.subfooter-title-example.powered {
  color: #b8b8b8;
  letter-spacing: .75px;
  font-size: 6px;
  font-weight: 600;
  line-height: 8px;
}

.subfooter-title-example.powered:hover {
  color: #3a3a3a;
  text-decoration: underline;
}

.help-menu-popout {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: -100vh 0% 0% 0;
}

.header-elements-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center stretch;
  height: 100%;
  padding: 1rem 3rem;
  display: flex;
  position: relative;
}

.menu-title {
  z-index: 3;
  color: #242424;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.actual-window-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.actual-window-content.help {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.header-elements-left {
  display: none;
}

._2025-naver {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #0a0a0a;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.window-content-div {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.x-closer-image {
  width: 20px;
}

._2025-body {
  background-color: #f0f0f0;
  position: relative;
}

.dw-title {
  z-index: 3;
  color: #2e2e2e;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  display: none;
  position: relative;
}

.dark-bg-closer-3 {
  cursor: pointer;
  background-color: #686868d9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-text {
  color: #000;
  letter-spacing: .25px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

._2025-nav {
  z-index: 1000;
  width: 100%;
  position: sticky;
  inset: 0% 0% auto;
}

.footer-subtitle {
  z-index: 3;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}

._2025-footer {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 3rem;
  display: grid;
}

.intro-text {
  z-index: 3;
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}

.intro-text.black {
  color: #2e2e2e;
  letter-spacing: .1px;
  width: 100%;
  max-width: 500px;
  padding-top: 2rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.intro-text.black.info {
  text-align: left;
  padding-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.intro-text.legal {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.menu-imager {
  width: 100%;
}

.calendar-div-section {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #242424;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 6rem;
  display: flex;
}

.calendar-div-section.menu {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 6rem;
  padding-right: 6rem;
}

.logo-subtitle {
  z-index: 3;
  color: #9c9c9c;
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  display: none;
  position: relative;
}

.footer-linko {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-linko.w--current {
  text-decoration: none;
}

.footer-linko.bottom {
  position: absolute;
  inset: auto .5rem .5rem auto;
}

.build-your-own-nav-button {
  z-index: 3;
  color: #242424;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #2e2e2e;
  border-radius: 80px;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  position: relative;
}

.build-your-own-nav-button:hover {
  background-color: #f0f0f0;
}

.build-your-own-nav-button.hero {
  padding: .75rem 1.5rem;
  line-height: 24px;
}

.build-your-own-nav-button.hero:hover {
  text-decoration: underline;
}

.privacy-div {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-answer {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
}

.info-div {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.info-div.center {
  justify-content: flex-start;
  align-items: center;
}

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

.reasons-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.reason-title {
  letter-spacing: -.25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.faq-body-cont {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
}

.contact-form-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.contact-form-div.wait {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.faq-p {
  z-index: 1;
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  overflow: hidden;
}

.faq-body {
  background-color: #fcfcfc00;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-icon {
  z-index: 2;
  filter: invert();
  width: 12px;
  margin-right: 2rem;
}

.faq {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 0;
  font-weight: 600;
  display: flex;
}

.faq:hover {
  text-decoration: underline;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-container {
  flex-flow: column;
  width: 100%;
  max-width: 280px;
  display: flex;
}

.faq-container.seller {
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
}

.faq-title-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.context-button {
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 80px;
  margin-top: 1rem;
  padding: 1rem 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.context-button.white {
  color: #353535;
  background-color: #fff;
  border: 1px solid #afafaf;
  margin-top: 0;
}

.context-button.white.hide {
  display: none;
}

.seller-info-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  place-items: start stretch;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.reason-text {
  letter-spacing: -.25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.reason-text.faq-sub {
  color: #585858;
  text-align: center;
  max-width: 600px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.reason-text.faq-sub.hide {
  display: none;
}

.contact-form-2025 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 0;
  display: flex;
}

.context-title {
  text-align: center;
  letter-spacing: -.25px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.context-title.center {
  text-align: center;
  width: 100%;
}

.context-title.smaller {
  letter-spacing: .25px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.seller-full-div {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: start center;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.yt-video-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #000;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  max-height: 90vh;
  display: flex;
  overflow: hidden;
}

.yt-video-div.sticky {
  z-index: 50;
  aspect-ratio: 16 / 9;
  border-width: 1px;
  border-radius: 8px;
  position: sticky;
  top: 1rem;
}

.help-docs-div {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.help-section-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: #fcfcfc;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  max-width: 1600px;
  padding: 4.5rem 3rem;
  display: grid;
  position: relative;
  box-shadow: 0 1px 8px 2px #0000001a;
}

.lb-link {
  cursor: zoom-in;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 1px 8px #0000001a;
}

.lb-link:hover {
  border-color: #000;
}

.help-docs-text {
  color: #4a4a4a;
  letter-spacing: 0;
  border-bottom: 1px solid #d0d0d094;
  width: 100%;
  padding-bottom: 3rem;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.help-docs-text.index {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.help-docs-text.index:hover {
  text-decoration: underline;
}

.help-docs-text.index.chapter {
  border-bottom-width: 0;
  margin-bottom: 2rem;
  font-weight: 600;
}

.help-docs-text.index.last-menu {
  border-bottom-width: 0;
}

.help-docs-text.subby {
  text-align: center;
  max-width: 240px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.help-docs-text.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.help-docs-text.instructions {
  text-align: center;
  border-bottom-width: 0;
  margin-bottom: 6rem;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}

.help-docs-text-div {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.help-docs-text-div.sticky {
  position: sticky;
  top: 8rem;
}

.help-section {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  display: flex;
}

.help-section-title {
  text-align: center;
  letter-spacing: -.25px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.help-section-title-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.help-section-title-div.mobile {
  display: none;
}

.help-section-chapters {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.lb-div-blocker {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 8rem;
}

.help-section-chapter-title {
  z-index: 3;
  color: #2e2e2e;
  text-align: center;
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-decoration: underline;
  display: flex;
  position: relative;
}

.help-section-chapter-title.sub {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.help-div {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3rem;
  display: flex;
  position: relative;
}

.help-section-chapter-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.index-button {
  z-index: 1000;
  color: #1e1e1e;
  letter-spacing: .25px;
  background-color: #fffffff2;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  box-shadow: 0 2px 8px #0003;
}

.index-button:hover {
  border-color: #000;
}

.help-menu-pop-div {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-chaper-groupers {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.grid-selector {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -8rem;
  display: flex;
  position: sticky;
  top: 6rem;
  left: 0;
}

.g-selector-1 {
  z-index: 1000;
  color: #121212;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.g-selector-1:hover {
  border-color: #000;
}

.g-selector-2 {
  z-index: 1000;
  color: #121212;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.g-selector-2:hover {
  border-color: #000;
}

.help-docs-link {
  color: #4a4a4a;
  letter-spacing: 0;
  border-bottom: 1px solid #d0d0d094;
  width: 100%;
  padding-bottom: 2.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.help-docs-link.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.helper-title {
  color: #272727;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.reason-link {
  color: #333;
}

.footer-container {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: #f0f0f0;
  border-top: 1px solid #242424;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 6svh;
  padding: 1rem 3rem;
  display: flex;
}

.info-container-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.center-logo-image {
  width: 100%;
  max-width: 240px;
}

.demo-buttons-div {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.password-enter {
  width: 100%;
  max-width: 500px;
  font-family: Open Sans, sans-serif;
}

.password-div {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 93svh;
  padding: 2rem 1rem;
  display: flex;
}

.download-div {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #cdcdcd;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 93svh;
  padding: 6rem 4rem;
  display: flex;
}

.download-div.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 12rem;
}

.download-div.dl {
  border-bottom-width: 0;
  min-height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.password-block {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.demo-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.demo-block.hide {
  display: none;
}

.download-info-text {
  color: #3b3b3b;
  text-align: center;
  width: 100%;
  max-width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.download-info-text.title-small {
  color: #545454;
  font-weight: 500;
}

.download-info-text.subtext {
  max-width: 380px;
}

.password-enter-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.demo {
  color: #1e1e1e;
  font-size: 16px;
  text-decoration: underline;
}

.wrapper {
  background-color: #fcfcfc;
  background-image: radial-gradient(circle at 50% 0, #fff 75%, #d2d2d2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 800px;
  height: 100svh;
  padding: 2rem 1rem;
  display: grid;
}

.body-black {
  background-color: #fff;
}

.home-logo-image {
  object-fit: contain;
  width: 100%;
  max-width: 240px;
  position: absolute;
}

.home-footer-logo {
  object-fit: contain;
  width: 100%;
  max-width: 120px;
}

.home-footer-logo.dog {
  max-width: 120px;
}

.home-link {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  display: flex;
  position: sticky;
  top: 1rem;
}

.home-link.dog {
  margin-top: -3rem;
  margin-bottom: -3rem;
  position: static;
}

.cta-button {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  background-image: radial-gradient(circle at 36%, #fff, #d4dbde);
  border: 1px solid #aeb2c6;
  border-radius: 4px;
  width: 100%;
  max-width: 360px;
  margin-top: 1rem;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: opacity 1s;
}

.cta-button:hover {
  background-image: radial-gradient(circle at 48%, #f9f9f9, #cdd4d7);
  border-color: #292929;
  font-weight: 600;
}

.cta-button.white {
  color: #353535;
  background-color: #fff;
  background-image: none;
  border: 1px solid #afafaf;
  margin-top: 0;
}

.cta-button.white:hover {
  border-color: #2e2e2e;
}

.cta-button.white.bottom {
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.cta-button.white.clean:hover {
  background-image: radial-gradient(circle, #fff 20%, #ffffff94), url('../images/Clean-Spec-button.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.cta-button.white.color {
  display: none;
}

.cta-button.white.color:hover {
  background-image: radial-gradient(circle, #fff 20%, #ffffff94), url('../images/Color-Spec-button.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.cta-button.white.hide {
  display: none;
}

.cta-button.top {
  margin-bottom: 0;
}

.cta-button.top.tall {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.cta-button.top.tall.color {
  background-image: radial-gradient(circle at 36%, #ffced1, #fff);
  border-width: 2px;
  border-color: #8b292b;
}

.cta-button.top.tall.clean {
  border-width: 2px;
  max-width: none;
}

.home-buttons-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 720px;
  display: flex;
}

._404-text {
  z-index: 3;
  color: #232323;
  text-align: center;
  letter-spacing: .25px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

.demo-divs {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.download-blocc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bas-handle-h {
  z-index: 2;
  background-color: #f0f0f0;
  border: 2px solid #9c9c9c;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 120px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-handle-h:hover {
  background-color: #fff;
  border-color: #000;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-wrapper {
  z-index: 100;
  border: 1px solid #242424;
  border-radius: 8px;
  width: 100%;
  max-width: 1000px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.bas-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 4px 12px;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 4px 12px;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: 24px;
  right: 24px;
}

.bas-line-h {
  z-index: 1;
  background-color: #000;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.demo-store-text-link {
  color: #272727;
  text-align: center;
}

.demo-dl-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bas-div {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-title-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.theme-video {
  width: 100%;
}

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

.download-instro-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lightbox-link {
  max-width: 500px;
}

@media screen and (max-width: 991px) {
  .top-nav-div {
    background-color: #fff;
  }

  .nav-menu-link.small {
    padding: 2rem 1rem;
    font-size: 16px;
  }

  .nav-menu-link.small.outline {
    border-width: 0;
    padding: 2rem 1rem;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 2px solid #000;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .footer-title {
    font-size: 16px;
  }

  .footer-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .popout-content-2 {
    width: 70%;
  }

  .subheader {
    background-color: #fff;
    border: 1px solid #242424;
    border-radius: 12px;
    min-height: 4svh;
    margin-top: .5rem;
    padding: .75rem 4rem;
    display: flex;
  }

  .header-elements-div {
    border-top-width: 0;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .menu-title {
    font-size: 16px;
  }

  .actual-window-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-elements-left {
    display: none;
  }

  ._2025-naver {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  ._2025-naver.top {
    display: none;
  }

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

  ._2025-footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .calendar-div-section, .calendar-div-section.menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .logo-subtitle {
    font-size: 8px;
    line-height: 8px;
  }

  .footer-linko {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-linko.bottom {
    margin-top: 2rem;
    position: static;
  }

  .privacy-div {
    grid-row-gap: 4rem;
    flex-flow: column;
  }

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

  .faq:hover {
    background-color: #fff0;
  }

  .faq-container {
    width: 100%;
    max-width: none;
  }

  .faq-container.seller {
    max-width: none;
  }

  .seller-info-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .context-title.faq-list.space {
    max-width: 240px;
  }

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

  .faq-grid.spacy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .help-section-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 2fr;
    padding: 3rem 2rem;
  }

  .lb-link, .help-docs-text-div.sticky {
    position: static;
  }

  .help-section {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .help-section-title {
    margin-bottom: 0;
  }

  .help-section-title-div {
    margin-bottom: .5rem;
    display: none;
  }

  .help-section-title-div.mobile {
    margin-bottom: 0;
    display: flex;
  }

  .help-section-chapters {
    margin-bottom: 0;
    font-size: 12px;
  }

  .lb-div-blocker {
    position: static;
  }

  .help-div {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    margin-top: 9vh;
  }

  .index-button {
    bottom: 2rem;
  }

  .grid-selector {
    display: none;
  }

  .g-selector-1, .g-selector-2 {
    bottom: 2rem;
  }

  .footer-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 4.5rem 2rem;
  }

  .info-container-div {
    margin-top: 3rem;
  }

  .center-logo-image {
    max-width: 180px;
  }

  .demo-buttons-div {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
    display: flex;
  }

  .download-div {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .download-div.dl {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .demo-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wrapper {
    background-image: radial-gradient(circle at 50% 0, #fff 80%, #e5e5e5);
  }

  .section-title-div.spacy {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .top-nav-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .yt-div {
    padding: 1rem;
  }

  .subfooter {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
  }

  .popout-content-2 {
    width: 80%;
    max-height: 70vh;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dw-enter-button.footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subheader {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .subfooter-title-example {
    font-size: 12px;
  }

  .header-elements-div {
    padding: .75rem 1rem;
  }

  .actual-window-content {
    padding-bottom: 0;
  }

  ._2025-naver {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  ._2025-footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
  }

  .intro-text {
    font-size: 24px;
  }

  .calendar-div-section, .calendar-div-section.menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-linko {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    align-self: center;
  }

  .build-your-own-nav-button {
    width: auto;
    max-width: none;
  }

  .privacy-div {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .faq-container {
    max-width: none;
  }

  .seller-info-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .context-title.center {
    max-width: none;
  }

  .seller-full-div {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

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

  .help-docs-text.index.last-menu {
    border-bottom-width: 1px;
  }

  .help-docs-text.index.last-menu.true-last {
    border-bottom-width: 0;
  }

  .help-docs-text-div {
    width: 100%;
    max-width: none;
  }

  .help-section {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .index-button {
    right: .5rem;
  }

  .help-menu-pop-div {
    display: flex;
  }

  .g-selector-1, .g-selector-2 {
    left: .5rem;
  }

  .download-div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-div {
    max-width: none;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  ._404-text {
    font-size: 24px;
  }

  .bas-handle-h {
    max-height: 240px;
  }
}

@media screen and (max-width: 479px) {
  ._2025-nav-link {
    font-size: 12px;
  }

  ._2025-nav-link.w--current {
    font-weight: 800;
  }

  .popout-content-2 {
    width: 85%;
    overflow: scroll;
  }

  .popout-content-2.pricing {
    width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-elements-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._2025-naver {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  ._2025-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .intro-text {
    font-weight: 800;
  }

  .build-your-own-nav-button {
    letter-spacing: .5px;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .faq-answer {
    font-size: 12px;
  }

  .faq-title-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    white-space: pre-line;
  }

  .help-section-grid {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .help-docs-text.instructions {
    font-size: 12px;
  }

  .help-section-chapter-title {
    font-size: 24px;
    line-height: 40px;
  }

  .center-logo-image {
    max-width: 160px;
  }

  .home-logo-image {
    max-width: 33vw;
  }

  .cta-button {
    max-width: none;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  ._404-text {
    font-weight: 800;
  }

  .demo-dl-div {
    width: 100%;
  }
}

#w-node-_74b9650c-0213-b53f-5aef-369ccee8f956-2396d50a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c495a1c8-ec85-8173-2e0e-2dc747652c77-2396d50a {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-c495a1c8-ec85-8173-2e0e-2dc747652c79-2396d50a {
  justify-self: end;
}

#w-node-aeda14b1-e3f1-a476-08f2-6f1709fc4547-2396d50a {
  justify-self: start;
}

#w-node-_2e78b2fd-c0d3-e21a-4dcd-0d4e0296f826-2396d50a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2e78b2fd-c0d3-e21a-4dcd-0d4e0296f827-2396d50a {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_2e78b2fd-c0d3-e21a-4dcd-0d4e0296f829-2396d50a {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2e78b2fd-c0d3-e21a-4dcd-0d4e0296f82e-2396d50a {
  justify-self: end;
}

#w-node-_2e78b2fd-c0d3-e21a-4dcd-0d4e0296f885-2396d50a {
  justify-self: start;
}

#w-node-_1258d65e-1ac0-a0e5-d5e2-c14dacdf81f0-2396d50a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5365fcc2-eb5c-d98b-fb78-4bf0cfe07af9-2396d50a {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-df1ba9ac-33a5-fb6f-395f-d3a5374b3a2e-2396d50a {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5365fcc2-eb5c-d98b-fb78-4bf0cfe07afb-2396d50a {
  justify-self: end;
}

#w-node-_5365fcc2-eb5c-d98b-fb78-4bf0cfe07b2e-2396d50a {
  justify-self: start;
}

#w-node-_54a0c63d-c2d1-6b49-44eb-f4ada43ce72a-a43ce722 {
  justify-self: end;
}

#w-node-_751a9249-04d7-f2ca-61d0-6ad9e5d027aa-e5d027a7 {
  justify-self: start;
}

#w-node-_751a9249-04d7-f2ca-61d0-6ad9e5d027b4-e5d027a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c636a7d-977d-38c1-ece1-2c9e6d6e1c36-2396d519, #w-node-_197b2f04-6cc3-0f84-fa8d-e3f3c0008477-2396d519 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4ef9adaf-b3ea-074e-bdf6-28ea202541d8-2396d519 {
  place-self: start center;
}

#w-node-_7f7b78fa-4ac1-1ae6-eadb-541d33ec849f-2396d519 {
  justify-self: center;
}

#w-node-d97a2960-d721-c551-54e0-4c5914038794-2396d519, #w-node-_32cd5025-8420-15cc-a2b8-c96c16cad936-2396d519, #w-node-a3b76d81-6cc7-60b1-8332-095564bf5490-2396d519, #w-node-_1bf79e92-b324-ea84-499b-3b81354fe408-2396d519, #w-node-b405c1ca-dae7-4e1e-83fd-1e7492eb5742-2396d519, #w-node-b405c1ca-dae7-4e1e-83fd-1e7492eb5744-2396d519, #w-node-_49bf1442-61be-232f-ef29-070aa339f8f2-2396d519, #w-node-a89b42d2-cd90-273f-a0df-1da4c04393b2-2396d519 {
  align-self: start;
}

#w-node-_85a5fb62-da53-d63c-41ba-2e6e9b2347cc-2396d519 {
  place-self: start center;
}

#w-node-_85a5fb62-da53-d63c-41ba-2e6e9b2347ce-2396d519 {
  justify-self: center;
}

#w-node-_85a5fb62-da53-d63c-41ba-2e6e9b2347dd-2396d519, #w-node-_85a5fb62-da53-d63c-41ba-2e6e9b2347df-2396d519, #w-node-_85a5fb62-da53-d63c-41ba-2e6e9b2347ec-2396d519, #w-node-_85a5fb62-da53-d63c-41ba-2e6e9b2347ee-2396d519, #w-node-_85a5fb62-da53-d63c-41ba-2e6e9b2347fa-2396d519, #w-node-_85a5fb62-da53-d63c-41ba-2e6e9b23480c-2396d519, #w-node-_85a5fb62-da53-d63c-41ba-2e6e9b234838-2396d519, #w-node-_85a5fb62-da53-d63c-41ba-2e6e9b234844-2396d519, #w-node-_5d91efa3-51cc-9669-edb0-b96160c9fd93-2396d519, #w-node-_5d91efa3-51cc-9669-edb0-b96160c9fd97-2396d519, #w-node-_1f6d887b-5e40-d2e2-12f3-91a618d17566-2396d519, #w-node-_1f6d887b-5e40-d2e2-12f3-91a618d1756a-2396d519 {
  align-self: start;
}

#w-node-dabc834d-034d-dd8c-3d43-1c4261d1dfab-2396d519 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-dabc834d-034d-dd8c-3d43-1c4261d1dfad-2396d519 {
  justify-self: end;
}

#w-node-dabc834d-034d-dd8c-3d43-1c4261d1dfff-2396d519 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_74b9650c-0213-b53f-5aef-369ccee8f956-2396d50a {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-c495a1c8-ec85-8173-2e0e-2dc747652c79-2396d50a, #w-node-aeda14b1-e3f1-a476-08f2-6f1709fc4547-2396d50a {
    justify-self: center;
  }

  #w-node-_2e78b2fd-c0d3-e21a-4dcd-0d4e0296f826-2396d50a {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_2e78b2fd-c0d3-e21a-4dcd-0d4e0296f82e-2396d50a, #w-node-_2e78b2fd-c0d3-e21a-4dcd-0d4e0296f885-2396d50a {
    justify-self: center;
  }

  #w-node-_1258d65e-1ac0-a0e5-d5e2-c14dacdf81f0-2396d50a, #w-node-_5365fcc2-eb5c-d98b-fb78-4bf0cfe07af9-2396d50a {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_5365fcc2-eb5c-d98b-fb78-4bf0cfe07afb-2396d50a, #w-node-_5365fcc2-eb5c-d98b-fb78-4bf0cfe07b2e-2396d50a, #w-node-_54a0c63d-c2d1-6b49-44eb-f4ada43ce72a-a43ce722, #w-node-_0f30b12d-64e2-659a-ab7b-be9452223d8b-1c8c4299, #w-node-_4c6ba4e3-95ee-5be7-f859-72de1c8c42a0-1c8c4299 {
    justify-self: center;
  }

  #w-node-dabc834d-034d-dd8c-3d43-1c4261d1dfab-2396d519 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-dabc834d-034d-dd8c-3d43-1c4261d1dfad-2396d519, #w-node-dabc834d-034d-dd8c-3d43-1c4261d1dfff-2396d519 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c495a1c8-ec85-8173-2e0e-2dc747652c77-2396d50a, #w-node-_2e78b2fd-c0d3-e21a-4dcd-0d4e0296f827-2396d50a {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_2e78b2fd-c0d3-e21a-4dcd-0d4e0296f829-2396d50a {
    grid-row-start: 2;
    grid-column-end: 2;
  }
}


