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

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

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

.draggable {
  z-index: 1;
  border: 1px solid #ececec00;
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.draggable:hover {
  background-color: #cacaca03;
  border-width: .5px;
  border-color: #bbb6;
}

.draggable._2 {
  z-index: 2;
}

.draggable._1 {
  z-index: 3;
  justify-content: center;
  align-items: center;
}

.draggable._1.hide-desk {
  display: none;
}

.hover-text {
  color: #1b1b1b;
  text-align: center;
  background-color: #ffffff80;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: absolute;
  bottom: 0%;
}

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

.main-body-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.drag-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.drag-container.penelope {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.drag-container.abc {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
  overflow: visible;
}

.drag-container.exp {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  border: 0 solid #ebebeb;
  place-items: stretch stretch;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  padding: .5rem;
  position: relative;
  overflow: auto;
}

.drag-all {
  z-index: 6;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.drag-all.space-top {
  padding-top: 8rem;
}

.drag-all.space-top.yt {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding-top: 6rem;
}

.drag-all.homer {
  justify-content: center;
  align-items: center;
  min-height: 94svh;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.drag-all.experimental {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 100vw;
  padding-left: .5rem;
  padding-right: .5rem;
  overflow: auto;
}

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

.hover-text-2 {
  color: #858585;
  text-align: center;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: .5rem;
}

.model-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  min-height: 96svh;
  display: grid;
  overflow: auto;
}

.web-tag {
  z-index: 2;
  color: #e8e8e8;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
}

.web-tag:hover {
  color: #858585;
}

.drags {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.drags:hover {
  background-color: #00000005;
}

.drags.model {
  object-fit: fill;
  padding-top: 8rem;
}

.drags.model:hover {
  background-color: #0000;
}

.hover-text-3 {
  color: #1b1b1b;
  text-align: center;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Inconsolata, monospace;
  font-size: 10px;
  line-height: 10px;
  display: none;
  position: absolute;
  top: .25rem;
}

.ptf-site-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 4rem 0% 0%;
}

.ptf-site-video.home {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.ptf-site-video.contact-page {
  height: 400px;
  position: relative;
  inset: 0 auto auto;
}

.intro-loader {
  z-index: 300;
  background-image: url('../images/mountainnnn.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.abc-logo {
  width: 100px;
}

.abc-video-bg {
  z-index: 1;
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.content-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.submit-form-embed {
  z-index: 8;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 4rem;
  position: relative;
}

.page-title {
  z-index: 8;
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  position: relative;
}

.page-title.black {
  color: #000;
  font-weight: 700;
}

.page-title.white {
  color: #fff;
}

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

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

.form-title-div.home {
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: none;
}

.page-subtitle {
  z-index: 8;
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.page-subtitle.black {
  color: #000;
}

.page-subtitle.white {
  color: #fff;
}

.page-subtitle.white.italic {
  font-style: italic;
}

.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.examples {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

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

.content-image {
  border-radius: 2px;
  width: 100%;
}

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

.page-content-words.example {
  text-align: center;
  text-transform: uppercase;
  max-width: none;
  font-weight: 500;
  line-height: 24px;
}

.byo-button {
  z-index: 9;
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 2px;
  width: 100%;
  min-width: 360px;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.byo-button:hover {
  text-decoration: underline;
}

.byo-button.long {
  max-width: none;
}

.home-buttons-div {
  z-index: 6;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 850px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.powdered-by-tag {
  z-index: 6;
  color: #3f3f3f;
  letter-spacing: .5px;
  margin-top: 4rem;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  position: fixed;
  bottom: .5rem;
  left: 1rem;
}

.byo-star-div {
  width: 100%;
  min-width: 320px;
  position: relative;
}

.star {
  z-index: 10;
  width: 32px;
  position: absolute;
  inset: -1rem -.75rem auto auto;
}

.star.hide {
  display: none;
}

.video-color-shader {
  z-index: 2;
  background-color: #000000d9;
  position: absolute;
  inset: 0%;
}

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

.example-div:hover {
  border-color: #1d1d1d;
  text-decoration: underline;
}

.pricing-grid-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.feature-name {
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.feature-info {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.feature-desc {
  margin-bottom: 0;
  padding-right: 30%;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.pricing-grid-row {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  border-bottom: 1px solid #393939;
  grid-template: "."
  / 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.pricing-grid-row.top {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top-style: none;
  border-bottom: 1px solid #3f3f3f;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  place-items: center;
  padding-bottom: 1rem;
  position: relative;
}

.pricing-grid-row.sticky {
  border-bottom-color: #000;
  position: sticky;
  top: 4rem;
}

.plan-name {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-table {
  z-index: 8;
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.plan-desc {
  text-align: center;
  margin-bottom: .5rem;
  font-size: 12px;
  font-weight: 500;
  display: none;
}

.plan-info-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.feature-name-wrap {
  width: 100%;
}

.plan-price {
  margin-top: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.dragged-image {
  display: block;
}

.direction-content {
  z-index: 100;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 4rem;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.direction-button {
  text-align: center;
  cursor: pointer;
  background-color: #acacac80;
  border: 1px solid #cacaca;
  border-radius: 90px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: .5rem;
  display: flex;
}

.direction-button.zoom-in, .direction-button.zoom-out {
  flex-flow: column;
}

.direction-button.grid {
  background-color: #acacac00;
}

.arrow-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Inconsolata, monospace;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: relative;
  inset: 0;
}

.arrow-text.stars {
  font-size: 16px;
  line-height: 16px;
}

.zoomers-div, .grid-choice-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.university-star-div {
  width: 100%;
  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;
}

.yt-button {
  z-index: 9;
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  background-color: #f7f7f7;
  border: 1px solid #000;
  border-radius: 2px;
  width: 100%;
  max-width: 500px;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.yt-button:hover {
  text-decoration: underline;
}

.ecom-logos-div {
  z-index: 6;
  margin-top: 2rem;
  position: absolute;
  bottom: 2rem;
}

.ecom-logos {
  width: 120px;
}

.video-block-div {
  background-color: #4a4949;
  border: 1px solid #000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40svh;
  display: flex;
  position: relative;
}

.video-block-div.featured {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top-width: 0;
  border-bottom-color: #242424;
  border-left-width: 0;
  border-right-width: 0;
  flex-flow: column;
  height: 50svh;
  overflow: hidden;
}

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

.popout-dog {
  width: 32px;
}

.pricing-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: #f0f0f0;
  border-bottom: 1px solid #000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-height: 6svh;
  padding: 1rem 4rem;
  display: grid;
}

._2025-nav-link {
  color: #2e2e2e;
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

._2025-nav-link.menu {
  color: #0056ce;
  text-align: left;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

._2025-nav-link.menu.popup {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

._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;
  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: 600px;
  max-height: 60vh;
  padding: 4rem;
  display: flex;
  position: absolute;
  overflow: auto;
  box-shadow: 4px 12px 20px -12px #8b8b8b82;
}

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

.preview-video:hover {
  opacity: 1;
}

.preview-video.dead {
  opacity: .25;
}

.top-header {
  background-color: #fff;
}

.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: 3;
  color: #2e2e2e;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #efefef;
  border: 1px solid #2e2e2e;
  border-radius: 2px;
  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.closed {
  color: #8f8f8f;
  border-color: #8f8f8f;
}

.dw-enter-button.closed:hover {
  background-color: #cecece;
  text-decoration: line-through;
}

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

.dw-enter-button.blur {
  filter: blur(2px);
  cursor: not-allowed;
}

.dw-enter-button.hero {
  padding: 1rem 2rem;
}

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

.closed-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;
  border-bottom: 1px solid #242424;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center space-between;
  place-items: center stretch;
  height: 100%;
  padding: 1rem 4rem;
  display: grid;
  position: relative;
}

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

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

._2025-logo-image {
  object-fit: contain;
  height: 100%;
  max-height: 2rem;
}

.trust-mascot-image {
  width: 100%;
}

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

.title-button-absolute-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  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: #fff;
  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: flex;
  position: relative;
}

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

.header-elements-right {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.about-text {
  color: #000;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

._2025-nav {
  z-index: 10;
  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: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-bottom: 1px solid #242424;
  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;
  display: grid;
}

.griddy-holder {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #242424;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  padding: 4rem;
  display: grid;
}

.intro-text {
  z-index: 3;
  color: #161616;
  text-align: center;
  letter-spacing: .25px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 36px;
  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-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.shopify-image {
  z-index: 3;
  width: 120px;
  position: absolute;
  bottom: 2rem;
}

.menu-imager {
  width: 100%;
}

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

.calendar-embed {
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.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: flex;
  position: relative;
}

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

.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: 2px;
  padding: .5rem 1rem;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
}

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

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

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

.showcase-image:hover {
  opacity: 1;
}

.video-fade {
  z-index: 2;
  background-image: linear-gradient(166deg, #00000080, #00000040);
  position: absolute;
  inset: 0%;
}

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

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

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

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

.reasons-div {
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.faq-body-cont {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 300;
  line-height: 32px;
}

.contact-form-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.faq-p {
  z-index: 1;
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
  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;
}

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

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

.seller-grid-image {
  border: 1px solid #dadada;
}

.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: 800px;
}

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

.context-button {
  letter-spacing: .5px;
  background-color: #000;
  font-size: 10px;
  font-weight: 700;
}

.seller-info-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  align-items: center;
}

.seller-info-grid.single {
  grid-template-columns: 1fr;
  max-width: 500px;
}

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

.contact-form-2025 {
  width: 100%;
  margin-bottom: 0;
}

.context-title {
  letter-spacing: -.25px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

.context-title.faq-list {
  padding-bottom: 2rem;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.waitlist-video {
  z-index: 1;
  opacity: .85;
  border: 1px solid #242424;
  width: 100%;
  height: 100%;
}

.waitlist-video:hover {
  opacity: 1;
}

.waitlist-video.dead {
  opacity: .25;
}

@media screen and (max-width: 991px) {
  .draggable._1.hide-desk {
    display: flex;
  }

  .draggable.hide {
    display: none;
  }

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

  .drag-container {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    height: 100%;
  }

  .drag-container.penelope {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .drag-container.abc {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .drag-all.space-top.yt {
    padding-top: 6rem;
  }

  .hover-text-2 {
    top: .25rem;
  }

  .model-container {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .web-tag {
    font-size: 8px;
  }

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

  .form-title-div.home {
    margin-top: 4rem;
  }

  .byo-button {
    width: auto;
  }

  .home-buttons-div {
    padding-bottom: 4rem;
    display: flex;
  }

  .byo-star-div {
    width: auto;
  }

  .feature-desc {
    margin-bottom: 10px;
  }

  .pricing-grid-row {
    border-top-style: none;
  }

  .direction-content {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .arrow-text.stars {
    font-size: 12px;
  }

  .university-star-div, .yt-button {
    width: auto;
  }

  .ecom-logos-div {
    position: relative;
  }

  .video-block-div {
    height: 36svh;
  }

  .video-block-div.featured {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .video-block-div.hide {
    display: none;
  }

  .subfooter {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column-reverse;
    padding: 6rem 2rem 1rem;
    display: flex;
  }

  ._2025-nav-link.byo {
    font-weight: 700;
    text-decoration: underline;
  }

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

  .footer-section {
    padding: 1rem;
  }

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

  .preview-video {
    opacity: .9;
  }

  .center-logo-link {
    justify-content: center;
    align-items: flex-start;
    max-width: 180px;
  }

  .subheader {
    min-height: 4svh;
    padding: .75rem 1rem;
    display: flex;
  }

  .header-elements-div {
    border-top-width: 0;
    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;
  }

  ._2025-logo-image {
    max-height: none;
  }

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

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

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

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

  .header-elements-right.bottom {
    max-width: 58px;
    display: flex;
  }

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

  .griddy-holder {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .shopify-image {
    width: 120px;
  }

  .calendar-div-section {
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .showcase-image {
    opacity: .9;
  }

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

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

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

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

  .waitlist-video {
    opacity: .9;
  }
}

@media screen and (max-width: 767px) {
  .draggable {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .draggable.hide.show-mobile {
    display: flex;
  }

  .top-nav-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .drag-container.penelope {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .drag-container.abc {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .drag-container.exp {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .drag-all {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .drag-all.space-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .drag-all.space-top.yt {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .form-title-div.home {
    margin-top: 6rem;
  }

  .byo-button {
    width: 100%;
    min-width: auto;
  }

  .home-buttons-div {
    padding: 2rem 1rem 4rem;
  }

  .powdered-by-tag {
    left: 1rem;
  }

  .byo-star-div {
    width: 100%;
    min-width: auto;
  }

  .feature-name {
    font-size: 14px;
  }

  .feature-info {
    font-size: 12px;
  }

  .plan-info-wrapper {
    padding-bottom: 1rem;
  }

  .direction-content {
    width: 3rem;
  }

  .university-star-div {
    width: 100%;
  }

  .yt-div {
    padding: 1rem;
  }

  .yt-button {
    width: 100%;
    min-width: auto;
  }

  .video-block-div.hide {
    display: flex;
  }

  .popout-content-2 {
    max-width: 400px;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .subfooter-title-example.copyright {
    max-width: 140px;
  }

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

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

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

  .griddy-holder {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .intro-text {
    font-size: 20px;
    line-height: 32px;
  }

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

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

  .privacy-div {
    flex-flow: column;
  }

  .content-text.center {
    text-align: left;
    max-width: none;
  }

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

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

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

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

  .waitlist-video {
    min-height: 58vh;
  }

  .text-span {
    text-decoration: underline;
  }
}

@media screen and (max-width: 479px) {
  .feature-desc {
    padding-right: 10%;
  }

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

  .pricing-grid-row.sticky {
    grid-template-columns: 2.5fr 1fr 1fr;
  }

  .plan-name {
    font-size: 12px;
  }

  .plan-price {
    margin-top: 0;
  }

  .video-block-div.featured {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .dw-enter-button.hero {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 14px;
    line-height: 20px;
  }

  ._2025-naver {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
  }

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

  .griddy-holder {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .build-your-own-nav-button {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 14px;
    line-height: 16px;
  }
}

#draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38af8-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38afc-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b00-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b04-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b08-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b0c-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b10-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b14-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b18-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b1c-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b20-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b24-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b28-cf6984f7 {
  place-self: center;
}

#draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b2c-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b30-cf6984f7 {
  justify-self: center;
}

#draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b34-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b38-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b3c-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b40-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b44-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b48-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b4c-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b50-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b54-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b58-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b5c-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b60-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b64-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b68-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b6c-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b70-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b74-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b78-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b7c-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b80-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b84-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b88-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b8c-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b90-cf6984f7, #draggable.w-node-_336f87c0-fd7d-5128-791e-a0df4fd38b94-cf6984f7 {
  place-self: center;
}

#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-bd92c95d-11e2-7031-3419-878f5a146810-e5d027a7 {
  justify-self: end;
}

#w-node-_89ea85d9-6657-6ff3-3932-380403f73c1c-03f73b92 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_89ea85d9-6657-6ff3-3932-380403f73c23-03f73b92 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8863fb30-de8d-87de-6c20-a6e98ea78ac0-b3f288ce {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-d06c46e9-1be1-bea0-8472-59649076cfb1-9076cfae {
  justify-self: end;
}

#w-node-_94c00757-7a24-f9bb-6510-d173c16f24da-4b4d2dbc {
  grid-area: 1 / 3 / 4 / 4;
  align-self: start;
}

#draggable-3.w-node-_94c00757-7a24-f9bb-6510-d173c16f24dc-4b4d2dbc, #draggable-3.w-node-_94c00757-7a24-f9bb-6510-d173c16f24e0-4b4d2dbc, #draggable-3.w-node-_94c00757-7a24-f9bb-6510-d173c16f24e4-4b4d2dbc, #draggable-3.w-node-_94c00757-7a24-f9bb-6510-d173c16f24e8-4b4d2dbc, #draggable-3.w-node-_94c00757-7a24-f9bb-6510-d173c16f24ec-4b4d2dbc, #draggable-3.w-node-_94c00757-7a24-f9bb-6510-d173c16f24f0-4b4d2dbc, #draggable-3.w-node-_94c00757-7a24-f9bb-6510-d173c16f24f4-4b4d2dbc, #draggable-2.w-node-_94c00757-7a24-f9bb-6510-d173c16f24f8-4b4d2dbc, #draggable-2.w-node-_94c00757-7a24-f9bb-6510-d173c16f24fc-4b4d2dbc, #draggable-2.w-node-_94c00757-7a24-f9bb-6510-d173c16f2500-4b4d2dbc, #draggable-2.w-node-_94c00757-7a24-f9bb-6510-d173c16f2504-4b4d2dbc, #draggable-2.w-node-_94c00757-7a24-f9bb-6510-d173c16f2508-4b4d2dbc, #draggable-1.w-node-_94c00757-7a24-f9bb-6510-d173c16f250c-4b4d2dbc, #draggable-1.w-node-_94c00757-7a24-f9bb-6510-d173c16f250e-4b4d2dbc, #draggable-1.w-node-_94c00757-7a24-f9bb-6510-d173c16f2510-4b4d2dbc {
  place-self: center;
}

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

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

@media screen and (max-width: 991px) {
  #w-node-_94c00757-7a24-f9bb-6510-d173c16f24da-4b4d2dbc {
    grid-area: 1 / 2 / 4 / 3;
  }

  #w-node-_8729820b-4c56-ed44-1598-ff0aae0fb2df-f89e420f {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8729820b-4c56-ed44-1598-ff0aae0fb2df-f89e420f {
    grid-column-end: 2;
  }
}


