:root {
  --systemflow-lite-neutral--90: #1e2024;
  --systemflow-lite-neutral--80: #636b75;
  --systemflow-lite-primary--60: #2f54eb;
  --systemflow-lite-neutral--10: white;
  --systemflow-lite-primary--50: #597ef7;
  --systemflow-lite-primary--70: #1d39c4;
  --systemflow-lite-primary--80: #10239e;
  --systemflow-lite-neutral--40: #dde1e6;
  --systemflow-lite-primary--40: #85a5ff;
  --systemflow-lite-neutral--70: #838d95;
  --systemflow-lite-neutral--100: #0e0f11;
  --orc-blue: #4a87c5;
  --systemflow-lite-primary--10: #f2f6ff;
  --spark-library-black: black;
  --spark-library-foreground-interactive: #5532fa;
  --spark-library-background--interactive: #f0ecfd;
  --spark-library-white: white;
  --spark-library-foreground-interactive-hover: #1e116e;
  --spark-library-foreground-secondary: rgba(0, 0, 0, .76);
  --spark-library-light-steel-purple: #a695fb;
}

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.hero-section {
  width: 100svw;
  height: auto;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  max-width: 90%;
}

.background-video {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, .48), rgba(0, 0, 0, .48));
  background-clip: border-box;
  min-width: 100vw;
  height: 100%;
  min-height: 89vh;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  justify-items: center;
  max-width: 90%;
  height: 88vh;
  display: flex;
}

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

.sysf-hero-image {
  border-radius: 20px;
}

.sysf-c-t-neutral-90 {
  color: var(--systemflow-lite-neutral--90);
}

.sysf-body-text {
  color: var(--systemflow-lite-neutral--80);
  margin-top: 0;
}

.sysf-body-text.sysf-s {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.4285;
}

.sysf-body-text.sysf-m {
  letter-spacing: -.011em;
}

.sysf-button {
  background-color: var(--systemflow-lite-primary--60);
  color: var(--systemflow-lite-neutral--10);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: var(--systemflow-lite-primary--50);
}

.sysf-button:active {
  background-color: var(--systemflow-lite-primary--70);
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite-neutral--10), 0 0 0 5px var(--systemflow-lite-primary--60);
}

.sysf-button.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button.sysf-medium:hover {
  background-color: var(--systemflow-lite-primary--70);
}

.sysf-button.sysf-medium:active {
  background-color: var(--systemflow-lite-primary--80);
}

.sysf-button.sysf-medium:focus {
  background-color: var(--systemflow-lite-primary--70);
}

.sysf-input {
  border: 1px solid var(--systemflow-lite-neutral--40);
  background-color: var(--systemflow-lite-neutral--10);
  border-radius: 6px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.sysf-input:hover {
  border-color: var(--systemflow-lite-primary--40);
}

.sysf-input:active {
  border-color: var(--systemflow-lite-primary--50);
}

.sysf-input:focus {
  border-color: var(--systemflow-lite-primary--60);
  background-color: var(--systemflow-lite-neutral--10);
}

.sysf-input::placeholder {
  color: var(--systemflow-lite-neutral--70);
}

.sysf-input.sysf-medium {
  height: 44px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.sysf-input.sysf-medium.sysf-horizontal {
  margin-bottom: 0;
  margin-right: 8px;
}

.sysf-form.sysf-form-horizontal {
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.sysf-ctas-wrapper {
  margin-top: 1.5rem;
}

.sysf-c-t-primary-60 {
  color: var(--systemflow-lite-primary--60);
}

.sysf-heading {
  color: var(--systemflow-lite-neutral--100);
}

.sysf-heading.sysf-xl {
  color: var(--orc-blue);
  text-align: center;
  letter-spacing: -.022em;
  white-space: nowrap;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Oxygen, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-tagline {
  background-color: var(--systemflow-lite-primary--10);
  color: var(--systemflow-lite-primary--60);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-hero-grid-2 {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}

.sysf-wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-hero-section {
  position: relative;
  overflow: hidden;
}

.quick-stack-2 {
  flex: 1;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cell {
  align-items: center;
}

.image {
  flex: 0 auto;
  margin-top: 0;
}

.flex-block-2 {
  width: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.text-block {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.cell-2 {
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library-background--interactive);
  border-radius: 8px;
}

.spark-nav-link {
  color: var(--spark-library-white);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--orc-blue);
  color: var(--spark-library-white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-family: Oxygen, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library-white);
}

.spark-button {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-nav-menu.spark-rounded-corners {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  color: var(--spark-library-white);
  justify-content: flex-end;
  font-size: 15rem;
  line-height: 1.2px;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-rounded-edge-nav-bar-inner {
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-rounded-edge-navbar {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  background-color: #000;
}

.link-06 {
  color: var(--spark-library-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-text {
  z-index: 99;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Oxygen, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link-text:hover {
  text-transform: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.link-06_underline {
  background-color: var(--spark-library-white);
  width: 100%;
  height: 1px;
}

.link-08 {
  color: var(--spark-library-white);
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-text-2 {
  z-index: 99;
  color: var(--spark-library-white);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link-text-2:hover {
  text-transform: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.link-08_underline {
  background-color: var(--spark-library-white);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-08_underline.is-currentcolor {
  background-color: var(--orc-blue);
  transform-origin: 0%;
}

.link-08_underline.is-white {
  background-color: var(--spark-library-white);
  transform-origin: 0%;
}

.link-text-3 {
  z-index: 99;
  color: var(--spark-library-white);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link-text-3:hover {
  text-transform: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.link-text-4 {
  z-index: 99;
  color: var(--spark-library-white);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Oxygen, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link-text-4:hover {
  text-transform: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.link-text-4.blacl {
  color: var(--systemflow-lite-neutral--90);
}

.black {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #111;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/layered-peaks-haikei.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.container-3 {
  object-fit: cover;
  max-width: 95%;
}

.section {
  position: relative;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 95svw;
  max-width: 95%;
  display: flex;
}

.spark-line-4 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-4.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-5 {
  z-index: 1;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-6 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-6.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-2 {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-2.w--open {
  background-color: var(--spark-library-background--interactive);
  border-radius: 8px;
}

.spark-nav-link-2 {
  color: var(--spark-library-black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link-2:hover {
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link-2.w--current {
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link-2.spark-button {
  background-color: var(--orc-blue);
  color: var(--spark-library-white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link-2.spark-button:hover {
  opacity: 1;
  color: var(--spark-library-white);
  background-color: #2400ff;
}

.spark-nav-link-2.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library-white);
}

.spark-button-2 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-nav-menu-2 {
  align-items: center;
  display: flex;
}

.spark-nav-menu-2.spark-rounded-corners {
  grid-column-gap: 10px;
}

.spark-brand-logo-2 {
  z-index: 2;
  padding-left: 0;
}

.spark-rounded-edge-nav-bar-inner-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-rounded-edge-navbar-2 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  top: 0;
}

.link-08-2 {
  color: #131313;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-text-5 {
  z-index: 99;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link-text-5:hover {
  text-transform: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.link-08_underline-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-08_underline-2.is-currentcolor {
  background-color: var(--orc-blue);
  transform-origin: 0%;
}

.link-08_underline-2.is-white {
  transform-origin: 0%;
  background-color: rgba(0, 0, 0, 0);
}

.heading {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  font-family: Oxygen, sans-serif;
  font-size: 65px;
  line-height: 1;
}

.quick-stack-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22));
  border-radius: 11px;
}

.quick-stack-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.quick-stack-5 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  border-radius: 20px;
  width: 100%;
}

.heading-2 {
  color: #fff;
  font-family: Oxygen, sans-serif;
  font-size: 52px;
  line-height: 1;
}

.text-block-2 {
  color: #ebebeb;
}

.spark-small-sub-paragraph {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.spark-tabs-content {
  width: 100%;
}

.spark-flat-tab {
  box-shadow: 0 3px 0 0 var(--spark-library-background--interactive);
  color: var(--spark-library-white);
  background-color: rgba(0, 0, 0, 0);
  padding: 24px 20px;
  transition: box-shadow .3s, color .15s;
}

.spark-flat-tab:hover {
  box-shadow: 0 3px 0 0 var(--systemflow-lite-primary--50);
  opacity: 1;
  color: var(--systemflow-lite-primary--50);
}

.spark-flat-tab.w--current {
  border-bottom-color: var(--spark-library-foreground-interactive);
  box-shadow: 0 3px 0 0 var(--systemflow-lite-primary--50);
  color: var(--systemflow-lite-primary--50);
  background-color: rgba(0, 0, 0, 0);
  padding-right: 20px;
}

.spark-flat-tabs-menu {
  grid-column-gap: 0px;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.spark-tabs-parent {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.spark-secondary-paragraph {
  color: var(--spark-library-foreground-secondary);
  flex: 1;
  margin-bottom: 64px;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container {
  background-image: linear-gradient(rgba(0, 0, 0, .11), rgba(0, 0, 0, .11));
  border-radius: 10px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  margin-top: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  direction: ltr;
  color: var(--spark-library-white);
  letter-spacing: 2px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Oxygen, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: var(--spark-library-white);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.spark-section ul {
  color: #fff;
  flex: none;
  order: 0;
  align-self: center;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 14px;
  font-family: Oxygen, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.spark-section li {
  margin-bottom: .7rem;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  font-family: Oxygen, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
}

.tab-text {
  color: #fff;
  text-align: center;
  align-self: auto;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.cell-3 {
  color: #fff;
}

.cell-4, .cell-5, .cell-6 {
  justify-content: center;
  align-items: center;
}

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

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

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

.quick-stack-6 {
  padding-top: 40px;
  padding-bottom: 0;
}

.flex-block-3 {
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-block-3._4 {
  justify-content: space-around;
  max-width: 85%;
}

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

.image-2 {
  border-radius: 20px;
  flex: 0 auto;
  max-width: 50%;
}

.lottie-animation {
  width: 50%;
  max-width: 50%;
}

.tab-1-2 {
  width: 100%;
  max-width: 100px;
}

.section-2 {
  background-image: linear-gradient(#9ec9ff, #2d8ae7);
  width: 100svw;
  height: 100svh;
}

.section-2.black {
  color: #302b2b;
}

.container-5 {
  max-width: 90%;
}

.flex-block-4 {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  height: auto;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.bold-text {
  font-family: Oxygen, sans-serif;
  font-size: 50px;
}

.bold-text.white {
  color: #fff;
  font-size: 50px;
}

.list {
  grid-row-gap: 25px;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  margin-top: 45px;
  padding-left: 20px;
  display: flex;
}

.list-item {
  color: #000;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  color: #000;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
}

.flex-block-5 {
  grid-row-gap: 20px;
  width: 100%;
}

.text-block-7 {
  color: #000;
  margin-top: 45px;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-9 {
  color: #fff;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
}

.map {
  height: 300px;
}

.section-3 {
  background-image: linear-gradient(#9ec9ff, #000);
  width: 100vw;
  height: auto;
}

.container-6 {
  max-width: 90%;
}

.heading-3 {
  font-size: 51px;
  line-height: 51px;
}

.text-block-8 {
  color: var(--spark-library-white);
  font-family: Oxygen, sans-serif;
}

.text-block-8.large {
  font-size: 18px;
}

.heading-4 {
  color: var(--spark-library-white);
  font-family: Oxygen, sans-serif;
}

.heading-4.big {
  font-size: 47px;
  line-height: 1;
}

.heading-4.small {
  font-size: 30px;
  line-height: 1;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 0;
  width: 450px;
  max-width: 600px;
  height: 450px;
}

.image-3 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  height: 100%;
}

.slide {
  object-fit: fill;
  background-image: url('../images/Orc-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-12 {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
}

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

.image-4 {
  object-fit: contain;
  background-image: url('../images/Orc-1-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Photo-May-12-2023-9-59-31-AM.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/Orc-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-4 {
  background-image: url('../images/Orc-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Photo-Feb-14-2023-1-56-23-PM.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/Orc-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-4 {
  height: 8vh;
}

.container-7 {
  max-width: 90%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.body-2 {
  background-color: #000;
}

.quick-stack-7 {
  grid-column-gap: 20px;
}

.job-title-heading {
  color: var(--spark-library-white);
  font-size: 26px;
  line-height: 1;
}

.text-block-9 {
  color: #fff;
  font-size: 14px;
}

.cell-14 {
  align-items: center;
}

.slide-7 {
  background-image: url('../images/SliderTruckDogs.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/sliderWaterSpray.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Photo-May-27-2022-8-14-34-PM.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/TomProfilePic.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell-15 {
  border-top: 2px solid var(--spark-library-white);
}

.image-5 {
  max-width: 450px;
}

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

.body-3 {
  background-color: #191a1b;
  background-image: url('../images/blob-scene-haikei.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-8 {
  max-width: 90%;
}

.list-2 {
  grid-row-gap: 20px;
  color: var(--spark-library-white);
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.flex-block-6 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-7 {
  grid-row-gap: 20px;
}

.link-10 {
  color: var(--orc-blue);
}

.cell-17 {
  align-items: center;
}

.section-5 {
  height: 11vh;
}

.link-11 {
  color: #fff;
  text-decoration: underline;
}

.text-block-10, .link-12 {
  color: #fff;
}

.html-embed {
  width: 100%;
}

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

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  font-size: 12px;
}

.small {
  flex: 0 auto;
  order: 1;
  align-self: baseline;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .container-2 {
    position: relative;
  }

  .sysf-button.sysf-medium, .sysf-input {
    font-size: 16px;
  }

  .sysf-ctas-wrapper {
    margin-top: 1rem;
  }

  .sysf-heading.sysf-xl {
    width: auto;
    font-size: 2rem;
  }

  .sysf-hero-grid-2 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .quick-stack-2 {
    flex: 1;
    margin-top: 0;
    position: relative;
  }

  .image {
    max-width: 68%;
  }

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

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library-white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-nav-menu.spark-rounded-corners {
    border-radius: 40px;
    margin-top: 1rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, .17);
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0;
  }

  .spark-rounded-edge-navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .link-text, .link-text-2, .link-text-3, .link-text-4 {
    flex: none;
    width: 100%;
  }

  .spark-line-4.spark-simple-line {
    background-color: var(--orc-blue);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-5.spark-simple-line {
    background-color: var(--orc-blue);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-6.spark-simple-line {
    background-color: var(--orc-blue);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-nav-link-2 {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link-2.spark-button {
    text-align: center;
    margin: 1rem 1rem 0;
  }

  .spark-nav-menu-2 {
    z-index: 99;
    background-color: var(--spark-library-white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-nav-menu-2.spark-rounded-corners {
    background-color: var(--systemflow-lite-neutral--90);
    border-radius: 40px;
    margin-top: 1rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, .17);
  }

  .spark-rounded-edge-nav-bar-inner-2 {
    padding: 0;
  }

  .spark-rounded-edge-navbar-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .link-text-5 {
    flex: none;
    width: 100%;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-flat-tabs-menu {
    margin-bottom: 64px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section ul {
    margin-top: 0;
  }

  .heading-4.big {
    font-size: 35px;
  }

  .heading-4.small {
    font-size: 27px;
  }

  .image-5 {
    max-width: 350px;
  }

  .flex-block-6 {
    grid-row-gap: 15px;
  }

  .section-5 {
    height: 8vh;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    object-fit: cover;
    min-width: 100vw;
    min-height: 100vh;
    position: relative;
  }

  .sysf-heading.sysf-xl {
    margin-bottom: 12px;
    position: relative;
  }

  .sysf-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block {
    text-align: center;
    font-size: .9rem;
  }

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

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-rounded-edge-navbar {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-line-4.spark-simple-line, .spark-line-5.spark-simple-line, .spark-line-6.spark-simple-line {
    background-color: var(--spark-library-black);
  }

  .spark-nav-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu-2 {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-rounded-edge-nav-bar-inner-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-rounded-edge-navbar-2 {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flat-tabs-menu {
    flex-direction: column;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section ul {
    margin-top: 0;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    text-align: center;
  }

  .tab-text {
    order: -1;
  }

  .flex-block-3._4 {
    flex-direction: column;
    align-items: center;
  }

  .bold-text {
    font-size: 28px;
  }

  .bold-text.white {
    white-space: nowrap;
    font-size: 28px;
  }

  .text-block-8 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .slider {
    max-height: 600px;
  }

  .image-5 {
    max-width: 400px;
  }

  .cell-16 {
    flex-direction: column;
    display: flex;
  }

  .body-3 {
    background-image: none;
  }

  .flex-block-7 {
    padding-left: 10px;
    padding-right: 5px;
  }

  .link-10 {
    color: var(--spark-library-white);
    -webkit-text-stroke-color: var(--spark-library-white);
  }

  .container-9 {
    background-image: url('../images/blob-scene-haikei-1.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .sysf-input.sysf-medium {
    margin-bottom: .5rem;
  }

  .sysf-input.sysf-medium.sysf-horizontal {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .sysf-form.sysf-form-horizontal {
    flex-direction: column;
  }

  .sysf-ctas-wrapper {
    flex-direction: column;
    margin-top: 1rem;
    display: flex;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0 12px;
  }

  .spark-rounded-edge-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .link-text, .link-text-2, .link-text-3, .link-text-4 {
    white-space: nowrap;
    flex: 0 auto;
  }

  .link-text-4.blacl {
    color: var(--spark-library-white);
    padding-left: 20px;
  }

  .spark-line-4.spark-simple-line.homepage, .spark-line-5.spark-simple-line.homepage, .spark-line-6.spark-simple-line.home-page {
    background-color: var(--orc-blue);
  }

  .spark-simple-menu-button-2 {
    padding-left: 0;
  }

  .spark-nav-link-2 {
    margin-bottom: .5rem;
  }

  .spark-nav-menu-2 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-nav-menu-2.spark-rounded-corners {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .spark-rounded-edge-nav-bar-inner-2 {
    padding: 0 12px;
  }

  .spark-rounded-edge-navbar-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-08-2.contact {
    color: #fff;
  }

  .link-text-5 {
    white-space: nowrap;
    flex: 0 auto;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-flat-tab {
    padding: 16px 10px;
  }

  .spark-flat-tab.w--current {
    padding-right: 10px;
  }

  .spark-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-section p {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-4 {
    text-align: center;
    white-space: nowrap;
  }

  .text-block-5, .text-block-6 {
    text-align: center;
  }

  .tab-text {
    order: -1;
  }

  .quick-stack-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block-3 {
    flex-direction: column;
    max-width: 100%;
  }

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

  .section-2 {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .flex-block-4 {
    align-items: center;
    width: 100%;
  }

  .container-6 {
    max-width: 95vw;
  }

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

  .slider {
    width: 300px;
    min-width: 300px;
    height: 300px;
    min-height: 300px;
  }

  .cell-13 {
    flex-direction: column;
  }

  .container-9 {
    background-position: 50%;
  }

  .flex-block-8 {
    flex-direction: column;
  }

  .image-6 {
    object-fit: cover;
  }
}

#w-node-_5b155e8e-d87c-5ee9-a65c-d2437fdae6f2-cea6f6c4 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_5b155e8e-d87c-5ee9-a65c-d2437fdae6f3-cea6f6c4, #w-node-_5b155e8e-d87c-5ee9-a65c-d2437fdae6f7-cea6f6c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fe2dd95-6d85-4637-9f07-cf91a72a1a05-57e97aee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4d2047e1-cbed-b8b2-73c6-cb1ccd1e8fbb-57e97aee {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_54de83a8-307c-5f9e-8eb7-73be4541283b-14cd1453 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ea971181-8cbb-b7b7-7843-2d351a23d044-14cd1453 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ea971181-8cbb-b7b7-7843-2d351a23d045-14cd1453 {
  grid-column: span 2 / span 2;
}

#w-node-_39bd4f03-d109-9eae-c4e1-058c1e18e2ec-ad3ffbd9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_39bd4f03-d109-9eae-c4e1-058c1e18e2ed-ad3ffbd9 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5b155e8e-d87c-5ee9-a65c-d2437fdae6f2-cea6f6c4 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_54de83a8-307c-5f9e-8eb7-73be4541283b-14cd1453 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ea971181-8cbb-b7b7-7843-2d351a23d044-14cd1453 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ea971181-8cbb-b7b7-7843-2d351a23d044-14cd1453 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_3a61a6b1-764f-65bc-4daf-044f7e20af71-14cd1453, #w-node-dd34b7f8-0dfa-b74c-49df-f5a8c5216aba-14cd1453, #w-node-_6f0ea6fc-f955-5fc1-3004-0e7b1cf10a07-14cd1453, #w-node-_2370d9a9-80a3-145e-71e6-1f9dc04ddeb3-14cd1453, #w-node-_55bc5cac-df81-d7d4-0390-dc3b6ae6d51e-14cd1453, #w-node-_440cfd26-1c41-205c-d5c3-ef3d2e258d5d-14cd1453, #w-node-acd5983c-fbd2-7686-3e6f-43f111135a1a-14cd1453, #w-node-_11537e5b-49a5-81ee-f90e-4b286c32394e-14cd1453 {
    grid-column: span 2 / span 2;
  }

  #w-node-_39bd4f03-d109-9eae-c4e1-058c1e18e2ec-ad3ffbd9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dd1bd0e2-f627-8861-2273-a0c8115a466c-ad3ffbd9, #w-node-_301d0ffd-efcf-5fba-c831-8190fe7b9627-ad3ffbd9 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2fe2dd95-6d85-4637-9f07-cf91a72a1a05-57e97aee, #w-node-_4d2047e1-cbed-b8b2-73c6-cb1ccd1e8fbb-57e97aee {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


