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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.banner {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  perspective: 917px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.paragraph.yellow {
  color: #ead072;
  margin-left: 4px;
  font-size: 1em;
}

.paragraph.hide {
  display: none;
}

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

.margin-bottom.margin-small {
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
}

.window-handle {
  opacity: .3;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% -7%;
}

.layout_image-wrapper {
  perspective: 1009px;
  position: relative;
  transform: perspective(899px);
}

.handle-bar {
  background-color: #fff;
  border-radius: 80px;
  width: 150px;
  height: 20px;
}

.layout_image {
  opacity: .95;
  outline-offset: 0px;
  object-fit: contain;
  border-radius: 20px;
  outline: 2px solid #5c5c5c;
  height: 100%;
  max-height: 200px;
}

.handle-ball {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

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

.icon-1x1-medium.colored {
  border-radius: 90px;
}

.window-shadow {
  opacity: .5;
  filter: blur(6px);
  mix-blend-mode: soft-light;
  background-image: radial-gradient(circle, #000, #fff0);
  border-radius: 100%;
  width: 1475px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: auto 0% 8%;
  transform: scale(.5)skew(60deg);
}

.pill {
  color: #74fbce;
  background-color: #74fbce26;
  border: 1px #6e2ed8;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 16px;
}

.pill._2 {
  color: #ead072;
  background-color: #fbe77426;
  margin: 20px 0 6px;
  display: inline-block;
}

.title {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px;
}

.title.white {
  color: #000;
  text-align: left;
  cursor: auto;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.title.hide {
  display: none;
}

.layout_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #74fbce;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.layout_content.hide {
  display: none;
}

.vision-window {
  z-index: 10;
  opacity: .95;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: grab;
  background-color: #8f8f8f4d;
  border: .7px solid #ececec66;
  border-radius: 45px;
  padding: 30px;
  position: relative;
  transform: rotate(0)scale(.5)perspective(899px);
}

.padding-banner {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  width: 100%;
  box-shadow: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
}

.cta {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  perspective: 176px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #141414;
  border-radius: 1px;
  margin-top: 4px;
  padding: 8px 20px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  transform: none;
}

.cta:hover {
  color: #fff;
  background-color: #525252;
}

.cta.secondary {
  color: silver;
  background-color: #ececec47;
}

.iframe {
  pointer-events: none;
  border: 2px solid #ffffff26;
  border-radius: 20px;
  width: 125vw;
  max-width: 1600px;
  height: 90vh;
  max-height: 1200px;
  display: none;
}

.iframe.open {
  pointer-events: auto;
  display: flex;
}

.window-toolbar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #8f8f8f4d;
  border: 1.5px solid #ececec1f;
  border-radius: 100px;
  align-items: center;
  width: 96%;
  height: 92px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: -120px 0% auto;
}

.toolbar-icon {
  color: #eee;
  cursor: pointer;
  background-color: #bbbbbb26;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 67px;
  padding: 12px 10px 10px;
  transition: all .2s;
  display: flex;
}

.toolbar-icon:hover {
  background-color: #bbbbbb4d;
}

.toolbar-icon.right {
  padding-left: 14px;
}

.toolbar-icon.left {
  padding-right: 14px;
}

.svg {
  opacity: .85;
  mix-blend-mode: soft-light;
  width: 100%;
  height: 100%;
}

.input {
  color: #dbdbdbd9;
  text-align: center;
  cursor: text;
  background-color: #fff0;
  border: 1px #0000;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
}

.input:hover {
  background-image: radial-gradient(circle, #ffffff14 7%, #fff0);
}

.input::placeholder {
  color: #dbdbdbd9;
}

.loading-indicator {
  mix-blend-mode: soft-light;
  background-color: #9ab5ff;
  width: 100%;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
}

.address-bar {
  color: #d1d1d1;
  text-align: center;
  cursor: text;
  background-color: #30303036;
  border: 1px solid #eeeeee21;
  border-radius: 100px;
  width: 100%;
  height: 70px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.8rem;
  transition: background-color .475s;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 10px #0a0a0a33;
}

.address-bar:hover {
  background-color: #3030307d;
}

.environment-mask {
  z-index: 3;
  opacity: .21;
  pointer-events: none;
  background-image: radial-gradient(circle at 45% 53%, #fff0 1%, #000000db 46%);
  width: 115vw;
  height: 115vh;
  position: absolute;
  inset: 0%;
}

.buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.rick {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.mobile-disclaimer {
  display: none;
}

.hero-wrapper {
  perspective: 1000px;
  background-image: linear-gradient(#fff0, #000), url('../images/eurhfeuhr.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(1000px);
}

.keyboard {
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
  width: 50%;
  max-width: 450px;
  height: 40%;
  max-height: 285px;
  transform-style: preserve-3d;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 4%;
  overflow: hidden;
  transform: rotateX(35deg)rotateY(0)rotateZ(0);
}

.keyboard-img {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 -6px 30px 10px #00000040;
}

.live-text {
  color: #e0e0e0;
  position: absolute;
  top: 4%;
}

.svg-f {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 21px;
  display: flex;
}

.background-video {
  z-index: 11;
  width: 125vw;
  max-width: 1600px;
  height: 90vh;
  max-height: 1200px;
}

.fadeaway-div {
  z-index: 25;
  background-image: linear-gradient(#fff0, #1a1a1a 70%);
  height: 15vh;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.fadeaway-div.top {
  background-image: linear-gradient(#1a1a1a, #fff0);
  height: 12vh;
  inset: 0% 0% auto;
}

.title-div {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.content-video {
  border: 1px solid #141414;
  border-radius: 1px;
  width: 100%;
  max-height: 200px;
}

.play-pause-button {
  opacity: .3;
  color: #119468;
  max-width: 36px;
}

.yt-video {
  width: 125vw;
  max-width: 1600px;
  height: 90vh;
  max-height: 1200px;
}

.nav-block {
  z-index: 3;
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.all-nav-links {
  justify-content: space-between;
  width: 100%;
  max-width: 90vw;
  display: flex;
}

.all-nav-links.footer {
  justify-content: center;
  align-items: flex-start;
  max-width: 45vw;
}

.logo-link-block {
  width: 58px;
}

.linkos-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.linkos-div.footer {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.nav-link {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

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

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

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

.lex-all-div {
  position: relative;
}

.coming-soon-image {
  object-fit: cover;
  border: 1px solid #cacaca24;
  width: 100%;
  min-height: 200px;
  max-height: 200px;
}

.play-32 {
  opacity: .5;
  width: 20px;
  bottom: .5rem;
  right: .5rem;
}

.social-icon {
  width: 16px;
}

.social-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: auto;
  padding-top: .25rem;
  display: flex;
}

.footer-block {
  z-index: 3;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 2rem 1rem;
  display: flex;
  position: relative;
}

.greeting1 {
  color: #fff;
  text-align: left;
  cursor: vertical-text;
  font-size: 28px;
  line-height: 30px;
}

.greeting1.white {
  cursor: auto;
  margin-bottom: 0;
}

.greeter {
  color: #fff;
  text-align: left;
  margin-bottom: -1px;
  font-size: 24px;
  line-height: 28px;
  display: none;
}

.greeter.white {
  cursor: auto;
  margin-bottom: 0;
}

.greeter.hide {
  display: none;
}

.timer {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
}

.timer.yellow {
  color: #ead072;
  margin-left: 4px;
  font-size: 1em;
}

.timer.hide {
  display: none;
}

.timers-fixed {
  z-index: 100;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Oswald, sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.describer {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: none;
}

.describer.yellow {
  color: #ead072;
  margin-left: 4px;
  font-size: 1em;
}

.describer.hide {
  display: none;
}

.embed-for-popout {
  width: 100%;
}

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

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

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

.popout-content {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #8f8f8f4d;
  border: .7px solid #7776;
  border-radius: 20px;
  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;
}

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

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

.x-closer-image {
  filter: invert();
  width: 16px;
}

.tab-div-for-hover {
  text-align: center;
  cursor: pointer;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  height: auto;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.tab-div-for-hover:hover {
  color: #fff;
  background-color: #008f11;
  text-decoration: underline;
}

.tab-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: Inconsolata, monospace;
  font-size: 23px;
  font-weight: 400;
  line-height: 24px;
}

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

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

.credit-link {
  color: #fff;
}

.socials-fixed {
  z-index: 100;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: fixed;
  bottom: 1rem;
  right: 2rem;
}

.main-body-section {
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  overflow: visible;
}

.top-nav-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  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: 12px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

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

.nav-menu-link.small {
  color: #fff;
  letter-spacing: 1px;
  font-size: 8px;
  font-weight: 400;
}

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

.nav-menu-link.small.black {
  color: #272727;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.nav-menu-link.small.black.w--current {
  font-weight: 700;
}

.nav-menu-link.white {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
}

.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%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.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;
  top: .5rem;
}

.drag-all {
  width: 100%;
  height: 100%;
}

.drag-all.fixed {
  position: fixed;
  inset: 0%;
}

.dreamville-logo-link {
  color: #272727;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 1rem auto auto 1rem;
}

.dreamville-logo-link.w--current {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.top-nav-div {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffffb3;
  border-bottom: 1px solid #ebebeb;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6svh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.top-nav-div.dville {
  background-color: #fff0;
  border-bottom-width: 0;
  position: fixed;
}

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

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

.draggable.hide {
  display: none;
}

.draggable.red {
  background-color: red;
}

.draggable.yellow {
  background-color: #e1ff00;
}

.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%;
  min-height: 94vh;
  display: grid;
  position: absolute;
  overflow: auto;
}

.drag-container.dreamville {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: url('../images/dreamville-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  padding-top: 2rem;
  display: grid;
  overflow: auto;
}

.drag-container.stray-rats {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(140deg, #fff 12%, #ffffff0a), url('../images/SRxSonicbgvideov2-ezgif.com-optimize.gif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
  overflow: auto;
}

.drag-container.sortable-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#000, #000);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: start center;
  min-height: auto;
  max-height: 100svh;
  display: grid;
  position: relative;
  overflow: visible;
}

.drag-container.penelope {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(140deg, #fff 12%, #ffffff0a);
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  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;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
  overflow: auto;
}

.drag-container.brigade {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: none;
  background-position: 0 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
  overflow: auto;
}

.drag-container.brigade.random {
  max-height: 100vh;
}

.color-body {
  background-color: #fff0;
}

.color-body.dreamville {
  background-image: url('../images/dreamville-bg.jpg');
  background-position: 50%;
  background-size: auto;
}

.dville-logo {
  width: 85px;
}

.image {
  position: absolute;
  inset: 0%;
}

.text-block {
  line-height: 16px;
}

.text-block.subtitle {
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
}

.by-lex-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
}

.by-lex-link.new {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  right: 4rem;
}

.by-lex-link.lower-right {
  top: auto;
  bottom: 1rem;
}

.intro-loader {
  z-index: 20;
  background-color: #e0e0e0;
  background-image: url('../images/dreamville-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.intro-loader.stray {
  background-color: #fe0700;
  background-image: none;
}

.intro-loader.penelope, .intro-loader.brigade {
  background-color: #fe0700;
  background-image: none;
  display: none;
}

.intro-animation-logo {
  width: 100px;
}

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

.draggable-2:hover {
  background-color: #00000005;
}

.lex-baf-logo {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #272727;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.blanca-logo {
  z-index: 10;
  cursor: pointer;
  mix-blend-mode: difference;
  max-width: 150px;
  padding-bottom: 1rem;
  position: fixed;
  bottom: 0;
}

.glowdot {
  filter: grayscale() blur(1px);
}

.map-contain {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 100vh;
  font-size: 1vw;
  position: relative;
  overflow: auto;
}

.map-contain.cb24 {
  background-image: url('../images/ezgif.com-optimize-7.gif');
  background-repeat: no-repeat;
  background-size: cover;
}

.body-section-draggable {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.casa-image {
  width: 100%;
}

.casa-image:hover {
  filter: brightness(1000%);
}

.contact-me-hotspot-v {
  cursor: pointer;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-top: 148.6em;
  margin-left: 77.4em;
  display: flex;
  position: absolute;
}

._2d-html-2 {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.corner-heart {
  z-index: 10;
  width: 50px;
  position: fixed;
  inset: 1rem auto auto 1rem;
}

.corner-heart.bottom-right {
  z-index: 8;
  width: 32px;
  inset: auto 1rem 1rem auto;
}

.corner-heart.top-right {
  z-index: 8;
  width: 32px;
  left: auto;
  right: 1rem;
}

.corner-heart.bottom-left {
  z-index: 8;
  width: 32px;
  inset: auto auto 1rem 1rem;
}

.corner-heart.top-left {
  z-index: 8;
  width: 32px;
}

.map-image {
  z-index: 1;
  cursor: grab;
  background-image: url('../images/4k-test.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150em;
  max-width: none;
  height: 150em;
  font-size: 1em;
  position: relative;
}

.map-image.cb-mapper {
  background-image: url('../images/CB24-People-Models-png-v7.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 160em;
  height: 320em;
}

.casa-logo {
  z-index: 10;
  cursor: pointer;
  mix-blend-mode: difference;
  max-width: 150px;
  padding-top: 1rem;
  position: fixed;
  top: 0;
}

.heart-photo {
  cursor: pointer;
}

._3d-diver {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.accordion-header {
  align-items: center;
  max-width: 450px;
  display: flex;
}

.accordion-spacer {
  min-height: 16px;
}

.title-top-div-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
  position: relative;
}

.shopify-atc {
  width: 100%;
}

.accordion-title {
  color: #424242;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.popout-main-box {
  z-index: 3999;
  background-color: #fff;
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85vw;
  max-width: 1200px;
  height: 80vh;
  max-height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.popout-main-box.glass {
  z-index: 102;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #d2cfd2cc;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 70vw;
  height: 100%;
  max-height: 70vh;
  padding: 2rem;
  box-shadow: 8px 8px 16px 4px #b6b6b633;
}

.popout-main-box.ig {
  z-index: 102;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #d2cfd2cc;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  max-height: 70vh;
  padding: 2rem;
  box-shadow: 0 0 8px 1px #0000001f;
}

.new-product-desciption-div-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

._3d-product-embed {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._3d-product-embed.home {
  width: 100%;
  height: 100%;
}

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

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

.sizing-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.unavailable-button {
  letter-spacing: .5px;
  background-color: #0b00da;
  border-radius: 3px;
  max-width: 200px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.unavailable-button:hover {
  background-color: #000;
}

.pricing-flex-box-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.size-grid-text {
  color: #000;
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.size-grid-text.titles {
  text-decoration: underline;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.descripto-box-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.product-price-3 {
  text-align: left;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.product-price-3.bbpd-price {
  color: #000;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.product-accordion-question-2 {
  color: #161616;
  text-align: left;
  letter-spacing: 1.2px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  transition: font-size .2s;
}

.product-accordion-question-2.bbpd-accords {
  text-transform: none;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.product-title {
  opacity: 1;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.product-main-complete-div {
  z-index: 5;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4rem 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-main-complete-div.product-page {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  min-width: auto;
  padding: 0 1rem 1rem;
  display: flex;
  position: static;
  overflow: visible;
}

.product-main-complete-div.product-page.cb24 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
}

.product-main-complete-div.cb {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  overflow: auto;
}

.mg-bottom-0px-2 {
  margin-bottom: 0;
  padding-top: 1rem;
}

.product-description-main-div {
  width: 100%;
  padding-right: 1rem;
}

.product-description-main-div.cb24 {
  width: 100%;
  max-width: 600px;
}

.product-detailed-features-3 {
  color: #222;
  text-align: left;
  letter-spacing: .5px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.sizing-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.features-title-bold {
  color: #1a1a1a;
  text-align: left;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .2px;
  width: 100%;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: underline;
}

.features-title-bold.hide {
  display: none;
}

.acordion-body {
  text-align: left;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
}

.accordion-item-wrapper-3 {
  cursor: pointer;
  width: 100%;
  transform-style: preserve-3d;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #211f5414;
}

.accordion-item-wrapper-3:hover {
  transform: scale3d(.98, .98, 1.01);
}

.accordion-item-wrapper-3.main {
  box-shadow: none;
  background-color: #ffffffe6;
  border-width: 1px;
  border-color: #adadad;
  border-radius: 8px;
  padding: 1rem;
}

.accordion-item-wrapper-3.main:hover {
  border-width: 1px;
  border-color: #858585;
  transform: none;
}

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

.div-block {
  z-index: 101;
  position: absolute;
  inset: 0%;
}

.stray-rat-red-body {
  background-color: #fe0700;
}

.stray-logo {
  height: 58px;
}

.random-chooser-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
  position: fixed;
  inset: 1rem 1rem auto auto;
}

.random-chooser-div.new {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  right: 4rem;
}

.sort-div-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.sortable-placeholder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-item {
  z-index: 1;
  background-color: #4998dd;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.3svh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.grid-item:hover {
  background-color: #92ccff;
}

.grid-item.hide {
  display: none;
}

.grid-item.red {
  background-color: red;
}

.grid-item.yellow {
  background-color: #e1ff00;
}

.grid-item-placeholder {
  z-index: 1;
  background-color: #4998dd;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.3svh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.grid-item-placeholder:hover {
  background-color: #00000005;
}

.grid-item-placeholder.hide {
  display: none;
}

.grid-item-placeholder.red {
  background-color: red;
}

.grid-item-placeholder.yellow {
  background-color: #e1ff00;
}

.center-block {
  width: 100%;
  height: 100%;
}

.center-block.pos5 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bunch-logo {
  position: absolute;
}

.contact-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 75rem;
  display: flex;
}

.contact-form {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-table {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feature-info {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.plan-name {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

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

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

.feature-desc {
  margin-bottom: 0;
  padding-right: 30%;
  line-height: 24px;
}

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

.pricing-grid-row {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #141719;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #393939;
  grid-template: "."
  / 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
  position: sticky;
  top: 0;
}

.pricing-grid-row.cc-plans {
  z-index: 5;
  background-color: #141719;
  border-top-style: none;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  padding-bottom: 40px;
  position: sticky;
  top: 0;
}

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

.plan-price {
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.feature-name {
  margin-top: 0;
}

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

.brigade-logo {
  height: 100%;
  max-height: 32px;
}

.cb-heart {
  width: 100%;
}

.about-link {
  color: #c5e5ff;
}

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

.image-div {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 200px;
  max-height: 200px;
  display: flex;
  position: static;
}

.image-div.english {
  background-image: url('../images/6950c7c1-5e80-477d-b211-661acf0d60dd-1717871851364-1.webp');
  background-size: cover;
}

.image-div.alife {
  background-image: url('../images/Alife-hat-opengraph.webp');
  background-size: cover;
}

.blog-div {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.blog-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.keya-div {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  max-width: 90vw;
}

.ig-body-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #d2cfd2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  padding-bottom: 2rem;
  display: flex;
}

.ig-example-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 1000px;
  height: 80vh;
  display: grid;
}

.igers {
  max-height: 520px;
}

.ig-header {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#5780a6 35%, #35638e 85%);
  border-bottom: 1px solid #0e3356;
  border-radius: 0 0 2px 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 4px 1px #304b6580;
}

.ig-name-logo {
  color: #deecf9;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.ig-name-logo:hover {
  text-decoration: underline;
}

.ig-nav-gear {
  background-image: linear-gradient(#4977a0 35%, #2d5c86 85%);
  border: 1px solid #0d3257;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 50%;
  display: flex;
  position: absolute;
  right: 1rem;
}

.gear-image {
  filter: brightness(200%);
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: .25rem;
}

.white-box-div {
  background-color: #efefef;
  border-bottom: 1px solid #d7d6d3;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
  box-shadow: 0 0 1px 1px #0003;
}

.white-box-div.calendar {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
}

.white-box-div.lentic {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
}

.white-box-section.top-info {
  border-bottom: 2px solid #d7d6d3;
}

.top-info-div {
  flex-flow: row;
  height: 200px;
  display: flex;
}

.profile-pic-div {
  border-right: 2px solid #d7d6d3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  min-height: 200px;
  padding: 1rem;
  display: flex;
}

.profile-pic {
  object-fit: cover;
  border-radius: 2px;
  height: 100%;
  box-shadow: 0 0 1px 1px silver;
}

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

.profile-numbers-div {
  border-bottom: 2px solid #d7d6d3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.profile-follow-div {
  height: 100%;
  padding: 1rem;
  display: flex;
}

.numbers-div {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-right: 2px solid #d7d6d3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.numbers-div.right-box {
  border-right-width: 0;
}

.numbers-text {
  color: #323232;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.metric-text {
  color: #989898;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.bio-info-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 2px solid #d7d6d3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1rem;
  display: flex;
}

.follow-button {
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#37c151 25%, #018c1a 85%);
  border: 1px solid #016f14;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 0 2px 2px #bdd2c080;
}

.follow-button:hover {
  background-image: linear-gradient(#1e692c 25%, #00490d 85%);
}

.profile-bio-text {
  color: #515151;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.profile-bio-link {
  color: #1a93e9;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.profile-bio-link:hover {
  text-decoration: underline;
}

.post-grid-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-link {
  background-color: #939393;
  border: 1px solid #afadaf;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-link:hover {
  border: 1px solid #5c5c5c;
  border-radius: 4px;
}

.grid-image {
  object-fit: cover;
  border-radius: 2px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fixed-botom-menu {
  z-index: 3;
  width: 100%;
  position: sticky;
  bottom: 0;
}

.grey-menu-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #131313;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 58px;
  padding: 1px;
  display: grid;
}

.grey-menu-button {
  cursor: pointer;
  background-color: #5f6266;
  background-image: linear-gradient(#5f6266 25%, #464646 75%);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 1px 1px #676d7c40;
}

.grey-menu-button:hover, .grey-menu-button.w--current {
  background-image: linear-gradient(#0e0e0e 25%, #2f2f2f 75%);
}

.grey-menu-button.center {
  background-image: linear-gradient(#557da3 25%, #2d5d86 75%);
}

.grey-menu-button.center:hover {
  background-image: linear-gradient(#3d5b77 25%, #1a364e 75%);
}

.grey-menu-image {
  object-fit: contain;
  width: 100px;
  height: 100%;
  padding: 1rem;
  position: absolute;
}

.ig-body {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.lightbox-link {
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.lb-image {
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
}

.ig-video {
  z-index: 1;
  object-fit: cover;
  height: 100%;
  padding-top: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 8px 1px #0000001f;
}

.calendly-div {
  background-color: #efefef;
  width: 100%;
}

.calendly-code {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 0;
  display: flex;
}

.embed-yt-video {
  padding-top: 2.4rem;
}

.grid-block-text {
  z-index: 2;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fffc;
  border: 1px solid #0000;
  border-radius: 12px;
  max-width: 75%;
  margin-top: -100%;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  position: absolute;
  box-shadow: 0 0 8px 1px #0000001f;
}

.grid-block-text:hover {
  background-color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

.spotify-embed {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem 1rem;
  display: flex;
}

.spotify-div {
  width: 100%;
  height: 70svh;
}

.shop-image {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 2rem;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 8px 1px #0000001f;
}

.ig-price {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.ig-price.bbpd-price {
  color: #000;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.ig-description {
  color: #222;
  text-align: left;
  letter-spacing: .5px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.ig-accordion {
  color: #161616;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: font-size .2s;
}

.ig-accordion.bbpd-accords {
  text-transform: none;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.ig-product-image {
  width: 100%;
}

.ig-image-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.ig-atc-embed {
  width: 100%;
}

.product-popout-2, .product-popout-3, .product-popout-4, .product-popout-5, .product-popout-6, .product-popout-7 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: -100vh 0% 0%;
}

.apply-button {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  margin-top: 1rem;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  position: sticky;
  top: 2rem;
}

.apply-button:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.apply-button.sold-out:hover {
  text-decoration: line-through;
}

.product-description-title {
  opacity: 1;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.lenticular-wrapper {
  width: 100%;
  height: 100%;
  min-height: 75vh;
  max-height: 75vh;
  position: relative;
}

.lenticular-code {
  z-index: 2;
  background-color: #ededed00;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

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

.grid-media-div {
  position: absolute;
  inset: 0%;
}

.grid-media-div:hover {
  opacity: .3;
}

.grid-media-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-media-video {
  opacity: .99;
  width: 100%;
  height: 100%;
  position: static;
  overflow: visible;
}

.grid-media-gradient {
  background-image: radial-gradient(circle, #fff0, #fff 95%);
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .banner {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .paragraph {
    max-width: 450px;
  }

  .paragraph.estimate {
    max-width: none;
  }

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

  .pill {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .title {
    text-align: center;
  }

  .hero-wrapper {
    height: 75vh;
  }

  .keyboard {
    max-width: none;
    height: auto;
  }

  .background-video, .yt-video {
    width: 150vw;
  }

  .all-nav-links.footer {
    max-width: 90vw;
  }

  .footer-block {
    padding-top: 4rem;
  }

  .greeting1 {
    text-align: center;
  }

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

  .greeter {
    text-align: center;
  }

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

  .timer, .describer {
    max-width: 450px;
  }

  .popout-content {
    width: 70%;
  }

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

  .tab-link-2 {
    white-space: nowrap;
  }

  .top-nav-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 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.dreamville {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .color-body.dreamville {
    background-color: #e89984;
    background-image: url('../images/dreamville-bg.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .by-lex-link {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
  }

  .by-lex-link.new {
    right: 2rem;
  }

  .by-lex-link.lower-right {
    bottom: .5rem;
    left: 1rem;
    right: auto;
  }

  .lex-baf-logo {
    left: 2rem;
  }

  .blanca-logo {
    padding-bottom: .5rem;
  }

  .map-contain {
    font-size: 1.6vw;
  }

  .body-section-draggable {
    background-color: #c9d1da;
  }

  .corner-heart.bottom-right {
    width: 24px;
    bottom: .5rem;
    right: .5rem;
  }

  .corner-heart.top-right {
    width: 24px;
    top: .5rem;
    right: .5rem;
  }

  .corner-heart.bottom-left {
    width: 24px;
    bottom: .5rem;
    left: .5rem;
  }

  .corner-heart.top-left {
    width: 24px;
    top: .5rem;
    left: .5rem;
  }

  .casa-logo {
    padding-top: .5rem;
  }

  ._3d-diver {
    width: 100%;
    height: auto;
    position: static;
  }

  .popout-main-box.glass, .popout-main-box.ig {
    max-width: 85vw;
    padding: 2rem;
  }

  .new-product-desciption-div-2 {
    flex-direction: column;
    padding-right: 0;
    display: flex;
  }

  ._3d-product-embed {
    width: 100%;
    height: 100%;
  }

  .product-price-3 {
    text-align: center;
  }

  .product-main-complete-div {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
    align-items: center;
    width: 100vw;
    padding: 8rem 4rem;
  }

  .product-main-complete-div.product-page {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-main-complete-div.product-page.cb24 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }

  .product-main-complete-div.cb {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    overflow: visible;
  }

  .product-description-main-div {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .accordion-item-wrapper-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .random-chooser-div {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
  }

  .random-chooser-div.new {
    right: 2rem;
  }

  .feature-name-wrap {
    border-bottom: 1px solid #0000001a;
  }

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

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

  .pricing-grid-row.cc-plans {
    grid-template-areas: "feature feature feature"
                         "plan-1 plan-2 plan-3";
    padding-bottom: 20px;
  }

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

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

  .grid-block-text {
    max-width: 80%;
    font-size: 16px;
    line-height: 20px;
  }

  .shop-image {
    padding: 1rem;
  }

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

  .ig-image-div {
    width: 100%;
    height: auto;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.estimate {
    max-width: 300px;
  }

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

  .title.white.estimate {
    max-width: 300px;
  }

  .layout_content {
    text-align: center;
  }

  .padding-banner, .padding-banner.contact-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .toolbar-icon.hide {
    display: none;
  }

  .keyboard {
    min-width: 300px;
  }

  .nav-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .all-nav-links {
    max-width: none;
  }

  .logo-link-block {
    width: 58px;
  }

  .linkos-div.footer {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

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

  .timers-fixed {
    right: 1rem;
  }

  .describer {
    font-size: 14px;
  }

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

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

  .tab-div-for-hover {
    justify-content: center;
  }

  .socials-fixed {
    right: 1rem;
  }

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

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

  .drag-container.dreamville {
    padding-top: 4rem;
  }

  .drag-container.stray-rats {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 4rem;
  }

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

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

  .drag-container.brigade {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 4rem;
  }

  .by-lex-link.new {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    right: 1rem;
  }

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

  .lex-baf-logo {
    left: 1rem;
  }

  .blanca-logo {
    max-width: 120px;
  }

  .glowdot {
    margin-bottom: 1rem;
  }

  .map-contain {
    font-size: 1.8vw;
  }

  .corner-heart.bottom-right, .corner-heart.top-right, .corner-heart.bottom-left, .corner-heart.top-left {
    width: 18px;
  }

  .casa-logo {
    max-width: 120px;
  }

  ._3d-diver {
    min-width: auto;
  }

  .accordion-title {
    font-size: 20px;
  }

  .popout-main-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .popout-main-box.ig {
    padding: 1rem;
  }

  .grid-1-column.faqs-grid---column {
    grid-row-gap: 26px;
  }

  .unavailable-button {
    max-width: 180px;
    font-size: 14px;
  }

  .product-accordion-question-2 {
    font-size: 20px;
  }

  .product-title {
    line-height: 24px;
  }

  .product-main-complete-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .product-main-complete-div.product-page {
    grid-template-columns: 1fr;
  }

  .product-detailed-features-3, .features-title-bold {
    display: block;
  }

  .accordion-item-wrapper-3 {
    padding: 40px 24px;
  }

  .accordion-item-wrapper-3.main {
    padding: 1rem;
  }

  .random-chooser-div.new {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    right: 1rem;
  }

  .grid-item, .grid-item-placeholder {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

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

  .cb-heart {
    width: 100%;
    max-width: 200px;
  }

  .image-div {
    height: auto;
  }

  .image-div.english, .image-div.alife {
    height: 200px;
  }

  .top-info-div {
    height: 120px;
  }

  .profile-pic-div {
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    padding: .5rem;
  }

  .profile-follow-div {
    justify-content: center;
    align-items: center;
    padding: .5rem;
  }

  .numbers-div {
    padding: .5rem;
  }

  .metric-text {
    font-size: 12px;
    line-height: 12px;
  }

  .bio-info-div {
    padding: 1rem .5rem;
  }

  .follow-button {
    font-size: 16px;
    line-height: 16px;
  }

  .post-grid-div {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-right: .5rem;
  }

  .content-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .grid-block-text {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 12px;
    line-height: 16px;
  }

  .shop-image {
    padding: .5rem;
  }

  .ig-description {
    display: block;
  }

  .ig-accordion {
    font-size: 20px;
  }

  .ig-product-image {
    width: 100%;
    max-width: 200px;
  }

  .ig-image-div {
    min-width: auto;
  }

  .apply-button {
    max-width: none;
  }

  .product-description-title {
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    grid-template-columns: 1fr;
  }

  .paragraph {
    text-shadow: 0 0 20px #000;
    max-width: none;
    height: auto;
  }

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

  .window-handle {
    bottom: -10%;
  }

  .pill {
    text-transform: none;
    line-height: 20px;
  }

  .title {
    text-align: left;
    white-space: break-spaces;
    font-size: 24px;
  }

  .layout_content {
    text-align: left;
  }

  .cta {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .buttons {
    justify-content: flex-start;
  }

  .mobile-disclaimer {
    opacity: .65;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
    display: block;
    position: fixed;
    inset: auto 0% 12.5%;
  }

  .background-video {
    height: 75vh;
  }

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

  .greeting1, .greeter {
    text-align: left;
    white-space: break-spaces;
    font-size: 24px;
  }

  .timer, .describer {
    text-shadow: 0 0 20px #000;
    max-width: none;
    height: auto;
  }

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

  .glowdot {
    max-width: 70px;
    padding-left: .5rem;
  }

  .map-contain {
    font-size: 2.2vw;
  }

  .accordion-header {
    max-width: 350px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .pricing-flex-box-3 {
    flex-direction: row;
    align-items: center;
  }

  .product-accordion-question-2 {
    letter-spacing: 1.8px;
    width: 100%;
    padding-left: 0;
    font-size: 18px;
  }

  .product-title {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .product-main-complete-div {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 4rem;
  }

  .product-description-main-div {
    width: 100%;
    min-width: auto;
    position: relative;
  }

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

  .feature-desc {
    padding-right: 10%;
  }

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

  .pricing-grid-row.cc-plans {
    grid-template-areas: "feature feature feature"
                         "plan-1 plan-2 plan-3";
  }

  .plan-price {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .grey-menu-image {
    width: 72px;
    max-height: 58px;
  }

  .grid-block-text {
    max-width: 80%;
    padding: .25rem;
  }

  .ig-accordion {
    letter-spacing: 1.8px;
    width: 100%;
    padding-left: 0;
    font-size: 18px;
  }

  .product-description-title {
    width: auto;
    min-width: auto;
    max-width: none;
  }
}

#w-node-_94327de9-cd5a-0b1b-f208-aa5b40b42b90-1b0b91f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e92db30-9d99-3393-c577-c86cc36b3211-1b0b91f3 {
  justify-self: start;
}

#w-node-_8e92db30-9d99-3393-c577-c86cc36b3213-1b0b91f3 {
  justify-self: center;
}

#w-node-_7671a3f1-445e-bedd-36f0-cc398300fccf-1b0b91f3 {
  justify-self: end;
}

#w-node-_1fa3e48c-e2ef-dff2-da73-c59043a0702c-43a07026, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cab7c-b2754305, #draggable.w-node-_3007f8a4-1386-d868-cb89-2f92d6304f86-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cab80-b2754305, #draggable.w-node-c6926cbe-3bc1-02a5-c2bf-d773e2beace0-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cab88-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cab8c-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cab90-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cab94-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabb8-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabbc-b2754305 {
  place-self: center;
}

#draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabd0-b2754305 {
  justify-self: center;
}

#draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabcc-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabc8-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabc4-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabd4-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabc0-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabb4-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cab98-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cab9c-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993caba0-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993caba4-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993caba8-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabac-b2754305 {
  place-self: center;
}

#draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabb0-b2754305 {
  justify-self: center;
}

#draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabd8-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabdc-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabe0-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabe4-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabe8-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabec-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabf0-b2754305, #draggable.w-node-_3a051924-3bb6-d43a-e889-1f2b993cabf4-b2754305 {
  place-self: center;
}

#w-node-_3a051924-3bb6-d43a-e889-1f2b993cab6e-1c8e8fbb {
  justify-self: end;
}

#draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458372-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458376-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45837a-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45837e-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458382-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458386-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45838a-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45838e-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458392-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458396-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45839a-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45839e-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583a2-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583a6-1c8e8fbb {
  place-self: center;
}

#draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583aa-1c8e8fbb {
  justify-self: center;
}

#draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583ae-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583b2-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583b6-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583ba-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583be-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583c2-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583c6-1c8e8fbb {
  place-self: center;
}

#draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583ca-1c8e8fbb {
  justify-self: center;
}

#draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583ce-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583d2-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583d6-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583da-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583de-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583e2-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583e6-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583ea-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583ee-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583f2-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583f6-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583fa-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583fe-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458402-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458406-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45840a-1c8e8fbb, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45840e-1c8e8fbb {
  place-self: center;
}

#w-node-_3a051924-3bb6-d43a-e889-1f2b993cab6e-2c9288a9 {
  justify-self: end;
}

#draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458372-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458376-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45837a-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45837e-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458382-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458386-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45838a-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45838e-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458392-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458396-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45839a-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45839e-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583a2-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583a6-2c9288a9 {
  place-self: center;
}

#draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583aa-2c9288a9 {
  justify-self: center;
}

#draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583ae-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583b2-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583b6-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583ba-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583be-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583c2-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583c6-2c9288a9 {
  place-self: center;
}

#draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583ca-2c9288a9 {
  justify-self: center;
}

#draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583ce-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583d2-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583d6-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583da-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583de-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583e2-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583e6-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583ea-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583ee-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583f2-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583f6-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583fa-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d4583fe-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458402-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d458406-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45840a-2c9288a9, #draggable.w-node-_137d5e20-95d6-bb22-6676-c61b3d45840e-2c9288a9 {
  place-self: center;
}

#w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61636-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61638-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d6163a-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d6163c-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d6163e-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61640-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61642-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61644-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61646-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61648-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d6164a-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d6164c-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d6164e-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61650-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61652-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61654-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61656-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61658-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d6165a-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d6165c-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d6165e-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61660-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61662-f8ba9e1e, #w-node-_0b256cb5-44b7-72b1-6ec2-ba52b6d61664-f8ba9e1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f518cc64-4572-3705-2e3e-c156f6caeb9b-ee7ce559 {
  justify-self: end;
}

#draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a03f-ee7ce559, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a043-ee7ce559, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a077-ee7ce559, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a047-ee7ce559, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a04b-ee7ce559, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a04f-ee7ce559, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a053-ee7ce559, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a057-ee7ce559, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a07b-ee7ce559, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a05b-ee7ce559, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a063-ee7ce559, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a05f-ee7ce559 {
  place-self: center;
}

#draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a067-ee7ce559 {
  justify-self: center;
}

#draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a06b-ee7ce559, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a06f-ee7ce559, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a073-ee7ce559 {
  place-self: center;
}

#w-node-_99554461-d081-0a31-be7b-5453f3a4a037-80be2e42 {
  justify-self: end;
}

#draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a03f-80be2e42, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a043-80be2e42, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a077-80be2e42, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a047-80be2e42, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a04b-80be2e42, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a04f-80be2e42, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a053-80be2e42, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a057-80be2e42, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a07b-80be2e42, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a05b-80be2e42, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a063-80be2e42, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a05f-80be2e42 {
  place-self: center;
}

#draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a067-80be2e42 {
  justify-self: center;
}

#draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a06b-80be2e42, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a06f-80be2e42, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a073-80be2e42, #grid-item.w-node-fe02c7ef-809f-7c03-d1f1-164ab1a57aef-a3b934f6, #grid-item.w-node-_65148470-2c36-9a55-6683-ea4c17e99397-a3b934f6, #grid-item.w-node-f92b990a-a8c4-bc5e-28a2-1787be1dd5d8-a3b934f6, #grid-item.w-node-_11120235-5b5d-f40e-cec2-84638326667b-a3b934f6, #grid-item.w-node-c7782eed-2a84-6234-363f-344bc703732b-a3b934f6, #grid-item.w-node-_110514be-aec0-c782-6f10-8ce28adefac7-a3b934f6, #grid-item.w-node-_7b02ffee-ea0f-ed8f-455d-ae0a38aa21a8-a3b934f6, #grid-item.w-node-_1d900138-fd3c-f97c-5400-b76944348773-a3b934f6 {
  place-self: center;
}

#w-node-_08a1afa6-49a6-5d62-5037-2e5e8687564e-91b2180a {
  justify-self: end;
}

#draggable.w-node-_0251b2f5-49af-8404-d9a4-540fd7c12a05-91b2180a, #draggable.w-node-_75317d1e-a2dd-be7e-cb58-134a7f9999f2-91b2180a, #draggable.w-node-_025841ac-f265-0889-7586-dde7fb5de70d-91b2180a, #draggable.w-node-_3af78b35-4099-1175-c38c-9147daf77a47-91b2180a, #draggable.w-node-_3c61b063-c8b0-d7ff-b9bc-8d185c77c41b-91b2180a, #draggable.w-node-ef074fbf-60f1-e997-006f-48872462e2b4-91b2180a, #draggable.w-node-_0c090900-7b4a-50d0-9c7b-759b9a4f8afc-91b2180a, #draggable.w-node-_547efb47-3fe0-5d00-f1cc-a6577c69e084-91b2180a, #draggable.w-node-_6382c02b-ce5f-b889-9140-58ef9f4a188c-91b2180a, #draggable.w-node-c43e41ef-e4ca-a20f-223e-c5f3647b3821-91b2180a, #draggable.w-node-_1a9a1e09-5e6d-d34a-1b00-bf1bcd9df05d-91b2180a, #draggable.w-node-_5d7abebf-e925-e8d9-7c29-dbc28502f48a-91b2180a, #draggable.w-node-c6a47069-ff0f-b4a0-7411-9f3c2d13ccf8-91b2180a, #draggable.w-node-c213f291-c2aa-5177-38c8-39379cbb35e9-91b2180a, #draggable.w-node-a77d68c9-4902-166f-13d6-6d23d26dd235-91b2180a, #draggable.w-node-f43f20e3-a45e-70e8-7b55-ddb5b9b15fcc-91b2180a, #draggable.w-node-b7f864e0-1ef4-ff2d-0fc4-db06d3a8634e-91b2180a, #draggable.w-node-ac90ba99-b085-27ef-7d47-98520c9c3c73-91b2180a, #draggable.w-node-a65a1a60-19ce-9be8-fd35-e5452fe7e481-91b2180a, #draggable.w-node-_556f04c6-8b4f-6fdd-7d66-856526810bd6-91b2180a, #draggable.w-node-_35588995-d54d-5068-f8f6-29e01e2cf729-91b2180a, #draggable.w-node-_632957ed-a9f2-2ebb-2cda-3c30c5942fb9-91b2180a, #draggable.w-node-_7af27a42-629f-baa8-a908-642d4fe544b8-91b2180a, #draggable.w-node-b9445376-2f80-5a6e-1c8e-a2ceaaf40f38-91b2180a, #draggable.w-node-cc2c62ff-8707-b86f-84f7-c9f686e80b02-91b2180a, #draggable.w-node-_7d1b65e0-16df-048a-14c7-34a100aada47-91b2180a, #draggable.w-node-f26be073-4cec-696c-29c1-9b4d6210aea6-91b2180a, #draggable.w-node-c21ba9c2-19f9-f194-d9bd-699b9ce2b4b8-91b2180a, #draggable.w-node-d5ffed1d-e8fa-3205-99af-e4b93f3cf151-91b2180a, #draggable.w-node-_324dc55f-1a17-9efe-27b5-52b5ab63963b-91b2180a, #draggable.w-node-_21f669c9-bb7e-9a1a-78c1-ca9cff61f0c6-91b2180a, #draggable.w-node-a77706fd-fe9b-07a3-1a7c-41762ff953ef-91b2180a, #draggable.w-node-_12e90bb7-002e-b711-0cb4-17ce5c755bdb-91b2180a, #draggable.w-node-_23747da0-e3d7-00a9-6d32-659c49e759e9-91b2180a, #draggable.w-node-_704e363f-82b2-a00d-4b1f-a0661fa9c9bc-91b2180a, #draggable.w-node-_99554461-d081-0a31-be7b-5453f3a4a03f-91b2180a, #draggable.w-node-_54f4aa57-5403-1fce-217c-08e942ea87f4-91b2180a, #draggable.w-node-_200d807a-c7a8-12de-4728-81d1144c04f9-91b2180a, #draggable.w-node-edb9e3e8-f068-588f-eae5-6e4f2ca2e1d8-91b2180a, #draggable.w-node-a9e8f0b6-9d9d-6a9a-cb5e-bfa4d2bcd860-91b2180a {
  place-self: center;
}

#w-node-_08a1afa6-49a6-5d62-5037-2e5e8687564e-e038420f {
  justify-self: end;
}

#draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f4977-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f497b-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f497f-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f4983-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f4987-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f498b-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f498f-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f4993-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f4997-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f499b-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f499f-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49a3-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49a7-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49ab-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49af-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49b3-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49b7-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49bb-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49bf-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49c3-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49c7-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49cb-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49cf-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49d3-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49d7-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49db-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49df-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49e3-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49e7-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49eb-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49ef-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49f3-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49f7-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49fb-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f49ff-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f4a03-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f4a07-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f4a0b-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f4a0f-e038420f, #draggable.w-node-cbbc30c6-ec46-031a-f672-01eba50f4a13-e038420f {
  place-self: center;
}

#w-node-f518cc64-4572-3705-2e3e-c156f6caeb9b-51fb0aa9 {
  justify-self: end;
}

#draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506a9-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506ad-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506b1-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506b5-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506b9-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506bd-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506c1-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506c5-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506c9-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506cd-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506d1-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506d5-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506d9-51fb0aa9 {
  place-self: center;
}

#draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506dd-51fb0aa9 {
  justify-self: center;
}

#draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506e1-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506e5-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506e9-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506ed-51fb0aa9, #draggable.w-node-_523b2e18-d30c-5db4-3a4f-5ccd0de506f1-51fb0aa9 {
  place-self: center;
}

#w-node-f518cc64-4572-3705-2e3e-c156f6caeb9b-2685f95b {
  justify-self: end;
}

#draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cd85-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cd89-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cd8d-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cd91-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cd95-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cd99-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cd9d-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cda1-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cda5-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cda9-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cdad-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cdb1-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cdb5-2685f95b {
  place-self: center;
}

#draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cdb9-2685f95b {
  justify-self: center;
}

#draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cdbd-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cdc1-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cdc5-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cdc9-2685f95b, #draggable.w-node-_665cc861-8b34-a870-d435-6631d4f8cdcd-2685f95b {
  place-self: center;
}

#w-node-_29323dec-93cf-f16a-216c-826b53beaff4-dba9149f, #w-node-_29323dec-93cf-f16a-216c-826b53beaff4-62104706, #w-node-_29323dec-93cf-f16a-216c-826b53beaff4-37e9b51d, #w-node-_29323dec-93cf-f16a-216c-826b53beaff4-bb89730c, #w-node-_29323dec-93cf-f16a-216c-826b53beaff4-c7c4d241, #w-node-_29323dec-93cf-f16a-216c-826b53beaff4-2f2742d5, #w-node-_29323dec-93cf-f16a-216c-826b53beaff4-dd163fc3, #w-node-_29323dec-93cf-f16a-216c-826b53beaff4-1baa043c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-afdf5bbc-21c4-6399-ec14-dd44a16dfe92-779337e4, #w-node-afdf5bbc-21c4-6399-ec14-dd44a16dfe94-779337e4, #w-node-afdf5bbc-21c4-6399-ec14-dd44a16dfe96-779337e4, #w-node-afdf5bbc-21c4-6399-ec14-dd44a16dfe98-779337e4, #w-node-afdf5bbc-21c4-6399-ec14-dd44a16dfe9a-779337e4, #w-node-afdf5bbc-21c4-6399-ec14-dd44a16dfe9c-779337e4, #w-node-afdf5bbc-21c4-6399-ec14-dd44a16dfe9e-779337e4, #w-node-afdf5bbc-21c4-6399-ec14-dd44a16dfea0-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530a5-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530a7-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530a9-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530ab-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530ad-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530af-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530b1-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530b3-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530b5-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530b7-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530b9-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530bb-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530bd-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530bf-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530c1-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530c3-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530c5-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530c7-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530c9-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530cb-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530cd-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530cf-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530d1-779337e4, #w-node-d7475da5-5ec0-0b70-b7b6-e6c4802530d3-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4c7-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4c9-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4cb-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4cd-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4cf-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4d1-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4d3-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4d5-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4d7-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4d9-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4db-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4dd-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4df-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4e1-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4e3-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4e5-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4e7-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4e9-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4eb-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4ed-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4ef-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4f1-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4f3-779337e4, #w-node-_9e144c6f-b7ab-8917-a500-5e12be72e4f5-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431cc7-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431cc9-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431ccb-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431ccd-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431ccf-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431cd1-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431cd3-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431cd5-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431cd7-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431cd9-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431cdb-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431cdd-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431cdf-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431ce1-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431ce3-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431ce5-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431ce7-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431ce9-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431ceb-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431ced-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431cef-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431cf1-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431cf3-779337e4, #w-node-f562efc8-6364-996b-1e2f-e1bbdd431cf5-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2ae-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2b0-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2b2-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2b4-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2b6-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2b8-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2ba-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2bc-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2be-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2c0-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2c2-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2c4-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2c6-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2c8-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2ca-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2cc-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2ce-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2d0-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2d2-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2d4-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2d6-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2d8-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2da-779337e4, #w-node-_4bab3a01-ed03-6f8c-1890-f6b1a64fb2dc-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e5e-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e60-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e62-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e64-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e66-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e68-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e6a-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e6c-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e6e-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e70-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e72-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e74-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e76-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e78-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e7a-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e7c-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e7e-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e80-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e82-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e84-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e86-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e88-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e8a-779337e4, #w-node-b3785a7f-7b82-e510-1314-f246a7cb3e8c-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff9393-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff9395-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff9397-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff9399-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff939b-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff939d-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff939f-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93a1-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93a3-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93a5-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93a7-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93a9-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93ab-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93ad-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93af-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93b1-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93b3-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93b5-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93b7-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93b9-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93bb-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93bd-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93bf-779337e4, #w-node-_47faf755-21ed-dade-ff0b-b5086dff93c1-779337e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29323dec-93cf-f16a-216c-826b53beaff4-779337e4, #w-node-_29323dec-93cf-f16a-216c-826b53beaff4-3f498a0f, #w-node-_29323dec-93cf-f16a-216c-826b53beaff4-af34b667 {
  grid-area: 1 / 2 / 2 / 3;
}


