.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.navbar {
  z-index: 100;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  flex: 0 auto;
}

.button-primary-black {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #1a1b1f;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

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

.button-primary-black.shorter {
  width: 200px;
}

.navbar-no-shadow {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1260px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.container-regular {
  z-index: 2;
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  height: 44px;
  margin-left: 0;
}

.body {
  background-color: #fff;
  height: 100%;
  font-family: Inter, sans-serif;
}

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

.hero {
  background-image: url('../images/Hero2x.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 1000px;
  padding: 0;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.margin-bottom-24px.prime-subtitle {
  color: #000000bf;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

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

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading {
  color: #000;
  letter-spacing: -.4px;
  margin-top: 24px;
  font-family: Nunito, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 64px;
}

.about {
  padding: 160px 30px 0;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 54px;
}

.heading-2.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #d245ff, #ff5847);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-2.yellow-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff6114, #ff12e3);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-2.thinner {
  font-weight: 700;
}

.heading-2.red-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff667d, #ff66fa);
  -webkit-background-clip: text;
  background-clip: text;
  width: 500px;
  line-height: 50px;
}

.centered-subheading {
  color: #000000bf;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 30px;
}

.centered-subheading.winner-list {
  margin-bottom: 0;
}

.team-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 40px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-card.last {
  margin-bottom: 100px;
}

.feature-icon {
  object-fit: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
}

.category-title {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.team-member-position {
  text-align: left;
  margin-bottom: 24px;
}

.category-subtitle {
  color: #000000bf;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.category-subtitle.link {
  text-decoration: underline;
}

.paragraph-2, .paragraph-3 {
  text-align: left;
}

.subscribe {
  background-color: #fff;
  padding: 140px 30px 200px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  display: flex;
}

.hero-split {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  text-align: center;
  margin-bottom: 24px;
}

.email-form {
  background-color: #fff;
  border-radius: 26px;
  width: 480px;
  margin-bottom: 12px;
  padding: 30px;
  display: block;
  position: relative;
  box-shadow: -209px 197px 115px #00000003, -118px 111px 97px #00000005, -52px 49px 39px #0000000a, -13px 12px 39px #0000000a;
}

.hero-form-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.email-form-input {
  color: #000;
  border: 1px solid #d1d6db;
  border-radius: 10px;
  width: 100%;
  height: 44px;
  margin-bottom: 13px;
  margin-right: 0;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.email-form-input:hover {
  background-color: #fff;
  border-color: #0000004d;
}

.email-form-input:active {
  background-color: #fff;
}

.email-form-input:focus {
  border-color: #000;
}

.email-form-input::placeholder {
  color: #1a1b1f80;
}

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

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

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

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

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

.hero-icon {
  object-fit: cover;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  margin-bottom: 0;
}

.credential-text {
  color: #00000080;
  text-align: center;
  font-size: 11px;
}

.credential {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.categories {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: linear-gradient(#f8f8f8, #fff);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 160px 30px 100px;
  display: flex;
  position: relative;
}

.about-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.category-block-sitter {
  background-color: #fff;
  border-radius: 26px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 420px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px #00000014;
}

.category-block-sitter.box-shadow {
  box-shadow: 0 4px 20px #0000001a;
}

.hero-split-horizontal {
  background-image: linear-gradient(90deg, #fff, #fff 75%, #fff0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding: 60px 120px 60px 60px;
  display: flex;
  position: relative;
  inset: auto;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.parent-vs-sitter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 140px 30px 100px;
  display: flex;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.prime-tabs {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  margin-top: 12px;
  display: flex;
}

.tab-button {
  color: #000;
  text-transform: none;
  background-color: #0000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  transition: all .2s;
  display: flex;
}

.tab-button:hover {
  color: #000;
  background-color: #0000001f;
}

.tab-button:active {
  background-color: #00000029;
}

.tab-button.w--current {
  background-color: #0000000f;
}

.tab-button.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #0000000f;
}

.tab-button.disabled:hover {
  pointer-events: none;
  background-color: #0000;
}

.category-block-parent {
  background-color: #fff;
  border-radius: 26px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px #00000014;
}

.buttons-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.link-block {
  flex: none;
}

.button-title-black {
  color: #000;
  letter-spacing: .25px;
  text-decoration: none;
}

.black---icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #000;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.black---icon:hover {
  color: #fff;
  background-color: #000000d9;
  transform: translate(0, -1px);
}

.black---icon:active {
  background-color: #000000eb;
  transform: translate(0, 1px);
}

.black---icon.shorter {
  width: 120px;
}

.about-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
  display: flex;
}

.white---icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #00000040;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.white---icon:hover {
  color: #fff;
  background-color: #f5f5f5;
}

.white---icon:active {
  background-color: #ddd;
}

.white---icon.shorter {
  width: 120px;
}

.button-title-white {
  color: #fff;
  letter-spacing: .25px;
  font-weight: 500;
  text-decoration: none;
}

.how-it-works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  place-items: start stretch;
  display: flex;
}

.video-container-square {
  background-color: #f8f8f8;
  border-radius: 26px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 530px;
  height: 530px;
  display: block;
  position: relative;
  overflow: hidden;
}

.how-works-block-horizontal {
  background-color: #f8f8f8;
  border-radius: 26px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 440px;
  display: block;
}

.hero-split-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.split-vertical-id {
  z-index: 110;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 180px;
  display: none;
  position: absolute;
  inset: 60px 60px 60px auto;
}

.video_component {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/video-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10%;
  border-radius: 12px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 76%;
  display: none;
  position: static;
}

.video_player-embed {
  border-radius: 0;
  width: 100%;
}

.video_placeholder-col-content-01 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.video_placeholder-01 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: .8rem;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video_component-2 {
  background-image: url('../images/video-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10%;
  border-radius: .8rem;
  width: 100%;
  position: relative;
}

.video_placeholder-col-01.is-content {
  text-align: center;
  background-image: linear-gradient(#0000, #000000b8);
  padding: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.video_placeholder-legel-notice-01 {
  color: #fafffd;
  font-size: 1rem;
  line-height: 1.5;
}

.video_player-embed-2 {
  width: 100%;
}

.cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.video_play-button-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}

.video_play-button-hover-area {
  z-index: -1;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_play-button-wrap {
  color: #2e6054;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_play-button {
  cursor: pointer;
  background-color: #ffffff87;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  transition: box-shadow .15s, color .15s, background-color .15s;
  position: absolute;
  box-shadow: 0 0 4.8px #2e605400;
}

.video_play-button:hover {
  color: #fafffd;
  background-color: #fff;
  box-shadow: 0 0 4.8rem #2e6054;
}

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

.id-video-block {
  width: 530px;
  height: 530px;
}

.find-sitter-vertical {
  background-color: #f8f8f8;
  border-radius: 26px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 530px;
  height: 530px;
  padding: 0;
  display: block;
  position: relative;
}

.browse-video-block {
  height: 100%;
}

.small-note-text {
  color: #00000080;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.download-app-block {
  background-color: #f8f8f8;
  border-radius: 26px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  height: 460px;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-overlay-external {
  z-index: 140;
  background-color: #f6424247;
  width: 180px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.video-wrapper {
  width: 120px;
  height: 300px;
  position: static;
  inset: 0%;
}

.code-embed {
  height: 530px;
}

.video-wraooer {
  justify-content: flex-start;
  align-items: flex-start;
  width: 530px;
  height: 530px;
  overflow: visible;
}

.styles.hidden {
  display: none;
}

.video-floating-ui {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image {
  flex: 0 auto;
  width: 72px;
  height: 72px;
  display: block;
  overflow: clip;
}

.video-floating-ui-2 {
  z-index: 4;
  background-image: linear-gradient(#f8f8f8, #f8f8f8 75%, #f8f8f800);
  width: 100%;
  height: 60%;
  padding: 10%;
  position: absolute;
  inset: 0% 0% auto;
}

.block-1-js {
  opacity: 1;
  overflow: visible;
}

.video-container-long-right {
  background-color: #f8f8f8;
  border-radius: 26px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 1100px;
  height: 460px;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-floating-ui-3 {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.code-embed-2 {
  justify-content: flex-end;
  align-items: center;
  width: 460px;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.small-note-13 {
  color: #00000080;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}

.small-note-13.centered {
  text-align: left;
  margin-top: 0;
}

.small-note-13.paddint-right {
  color: #0009;
  line-height: 20px;
}

.download-app-info {
  background-image: linear-gradient(90deg, #f8f8f8, #f8f8f8 75%, #f8f8f800);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 60px 100px 60px 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.soon-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ffffffe6;
  border: 1px solid #0000001a;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 20px 20px -10px #00000014;
}

.small-heading {
  letter-spacing: -.2px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #be00fb, #ff5847);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.small-subtitle {
  color: #000000bf;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

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

.image-2 {
  width: 44px;
  height: 44px;
  display: none;
}

.video-floating-ui-4 {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.video-container-long-left {
  background-color: #f8f8f8;
  border-radius: 26px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 1100px;
  height: 460px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-floating-ui-5 {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.small-note-15 {
  color: #000000bf;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #000000bf;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 24px;
  list-style-type: disc;
  display: block;
}

.video-container-square-tracking {
  background-color: #f8f8f8;
  background-image: url('../images/Track2x.webp');
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 26px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 530px;
  height: 530px;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-floating-ui-6 {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.video-container-square-chat {
  background-color: #f8f8f8;
  background-image: url('../images/Chat-EN2x.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 26px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 530px;
  height: 530px;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-floating-ui-7 {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 10%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.video-floating-ui-8 {
  z-index: 4;
  background-image: linear-gradient(#f8f8f8, #f8f8f8 85%, #f8f8f800);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.video-floating-ui-9 {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.what-to-know {
  background-color: #fff;
  padding: 100px 30px;
  display: none;
  position: relative;
}

.image-3 {
  display: block;
}

.image-3.hidden {
  display: none;
}

.red---icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ff667d;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.red---icon:hover {
  color: #fff;
  background-color: #f5536b;
}

.red---icon:active {
  background-color: #d1324a;
}

.red---icon.shorter {
  width: 120px;
}

.credential-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #00000014;
  border-radius: 16px;
  width: 60%;
  margin-top: 100px;
  padding: 16px;
  display: flex;
}

.quriuos {
  width: 128px;
  height: 128px;
}

.top-two-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.red-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ff667d;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.red-button:hover {
  color: #fff;
  background-color: #f5536b;
}

.red-button:active {
  background-color: #d1324a;
}

.red-button.shorter {
  width: 120px;
}

.comparison-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 140px 30px 80px;
  display: flex;
  position: relative;
}

.code-embed-4 {
  width: auto;
}

.code-embed-2-1 {
  width: 460px;
}

.video-container-square-2, .video-container-square-2-1 {
  background-color: #f8f8f8;
  border-radius: 26px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 530px;
  height: 530px;
  display: block;
  position: relative;
  overflow: hidden;
}

.logo-prime {
  opacity: 1;
}

.image-5, .image-6 {
  display: none;
}

.code-embed-7 {
  width: 81%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-7 {
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.code-embed-8 {
  width: 70%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.category-container-image-1 {
  background-image: url('../images/parent-block-pic-12x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 65%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.category-container-image-2 {
  background-image: url('../images/sitter-block-pic-12x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 65%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-split-horizontal-2 {
  background-image: linear-gradient(270deg, #fff, #fff 75%, #fff0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 60px 60px 60px 160px;
  display: flex;
  position: relative;
  inset: auto;
}

.category-container-image-3 {
  background-image: url('../images/iphone-appstore-22x.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.features-table {
  width: 100%;
  max-width: 1100px;
  padding: 0 0 80px;
  position: relative;
}

.container-5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table-2 {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fffffff2;
  grid-template: "Area-1 Area-2 Area-3 Area-4 Area-5"
  / 1fr .25fr .25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 16px;
  display: grid;
  position: sticky;
  top: 84px;
}

.comparison-title {
  color: #00000080;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.comparison-title.main-padding {
  margin-left: 20px;
}

.comparison-title.rotated {
  letter-spacing: .4px;
}

.comparison-row-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00000008;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0;
  display: grid;
}

.comparison-value {
  padding-left: 20px;
}

.content-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 80px;
  display: flex;
}

.faq {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: linear-gradient(#f8f8f8, #fff);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 140px 30px 80px;
  display: flex;
  position: relative;
}

.display-s {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1em;
}

.body-2 {
  color: #696969;
  font-size: 1.25rem;
}

.faq-header-icon {
  width: 1.25rem;
}

.faq-answer-wrapper {
  overflow: hidden;
}

.faq-header {
  cursor: pointer;
  border-bottom: 1px solid #c2c2c2;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
}

.faq-wrapper {
  flex-flow: column;
  display: flex;
}

.faq-list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 960px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.accordion_item-image {
  width: 40px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.faq-video {
  margin-top: 40px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
  background-color: #f7f7f7;
}

.faq-wrapper-2 {
  background-color: #0000;
}

.heading-3 {
  color: #000;
  text-align: center;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
}

.heading-3.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #d245ff, #ff5847);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-3.yellow-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff6114, #ffa410);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-3.thinner {
  font-weight: 700;
}

.heading-3.red-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff667d, #ff66fa);
  -webkit-background-clip: text;
  background-clip: text;
  width: 440px;
  line-height: 48px;
}

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

.heading-3.lottery-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff6114, #ff10e7);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 46px;
}

.faq-question.active {
  justify-content: space-between;
  display: flex;
}

.faq-answer {
  padding-top: 0;
}

.div-block-3 {
  width: 100%;
  height: 1px;
}

.faq-circle {
  color: #000;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  display: flex;
}

.faq-wrapper-3 {
  margin-left: auto;
  margin-right: auto;
}

.faq-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.faq-question-bar {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 12px;
  padding-right: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-paragraph {
  color: #0009;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.faq-content-2 {
  overflow: hidden;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-top: 20px;
  display: flex;
}

.plus-icon {
  margin-top: -4px;
}

.faq-question-wrap {
  cursor: pointer;
  border-bottom: 1px solid #00000014;
  padding-left: 0;
  padding-right: 0;
}

.question-title {
  color: #000000bf;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.faq-title-break {
  margin-top: 60px;
  margin-bottom: 10px;
}

.faq-title-break.no-padding {
  margin-top: 0;
}

.heading-4 {
  color: #000;
  text-align: left;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 38px;
}

.heading-4.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #d245ff, #ff5847);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-4.yellow-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff6114, #ffa410);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-4.thinner {
  font-weight: 700;
}

.heading-4.red-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff667d, #ff66fa);
  -webkit-background-clip: text;
  background-clip: text;
  width: 440px;
  line-height: 48px;
}

.footer-dark {
  background-color: #fff;
  border-top: 1px solid #00000014;
  padding: 60px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr minmax(130px, 160px);
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.footer-link {
  color: #999;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

.footer-divider {
  background-color: #00000014;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #999;
  text-align: left;
  font-size: 13px;
  line-height: 18px;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 200px;
  display: flex;
}

.logo-footer {
  opacity: .5;
}

.app-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-size: 11px;
  display: flex;
}

.image-9, .image-10 {
  opacity: .25;
  width: 130px;
  max-width: 130%;
}

.header-background {
  z-index: 1;
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(0deg, #fffffff2, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-background.popup-visible {
  opacity: 1;
  background-image: linear-gradient(0deg, #ffffffd9, #fff);
}

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

.navbar-logo-mobile {
  display: none;
}

.navbar-logo-left {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1260px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-9 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-reload {
  background-image: url('../images/Logo.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 103px;
  height: 22px;
}

.nav-menu-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 10px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  border: 1px solid #00000040;
  border-radius: 20px;
  padding: 5px 20px 5px 4px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2.w--open {
  border: 1px solid #000;
  border-radius: 20px;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
  margin-top: 9px;
  box-shadow: 0 7px 17px 4px #00000026;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  margin-top: 8px;
}

.nav-dropdown-link-2 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 22px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-menu-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-wrapper-3 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar-brand-mini, .list-item-2 {
  display: none;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.welcome-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 6px 6px 6px 16px;
  display: flex;
  box-shadow: 0 2px 15px #ff538680;
}

.text-block-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #d747eb, #ff4d00);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.email-box {
  background-color: #ffcdcd;
  padding: 40px;
  display: block;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  height: 130px;
  display: flex;
}

.field-label {
  color: #666;
  margin-bottom: 8px;
  font-weight: 500;
}

.success-message {
  background-color: #00d131;
  border-radius: 14px;
}

.text-block-3 {
  color: #000000bf;
  font-size: 15px;
  font-weight: 500;
}

.custom-success-message-en {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 20px;
  padding: 10px;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.custom-success-message-en.visible {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  pointer-events: auto;
  background-color: #fff;
  flex-flow: column;
  display: flex;
  position: absolute;
}

.notification-text {
  color: #000000bf;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

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

.popup-overlay {
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  background-color: #c3bdbda3;
  justify-content: center;
  align-items: center;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: fixed;
  inset: 0;
}

.popup-overlay.active {
  z-index: 1000;
  opacity: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  background-color: #bbbbbbe6;
  width: 100%;
  height: 100%;
  padding: 2rem;
  overflow: visible;
}

.popup-content {
  object-position: 50% 50%;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 800px;
  height: auto;
  min-height: 600px;
  max-height: 90vh;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 20px #00000026;
}

.input-field-block {
  width: 100%;
  padding: 60px 20%;
  overflow: auto;
}

.form-block {
  opacity: 1;
  margin-top: 20px;
  display: block;
}

.close-popup-block {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #00000080;
  background-image: url('../images/Cross-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 40px;
  width: 44px;
  height: 44px;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.code-embed-9 {
  width: 100%;
  display: none;
}

.grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 16px;
  position: relative;
}

.skill-list {
  background-color: #00000005;
  border: 1px solid #0000001f;
  border-radius: 15px;
  margin-top: 6px;
  margin-bottom: 20px;
  padding: 16px 20px;
}

.form-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 12px;
  display: flex;
}

.babysitter-success {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  pointer-events: None;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.babysitter-success.visible {
  opacity: 100;
  pointer-events: Auto;
}

.text-block-5 {
  pointer-events: auto;
}

.email-form-dropdown {
  color: #000;
  background-color: #fff;
  border: 1px solid #d1d6db;
  border-radius: 10px;
  width: 100%;
  height: 44px;
  margin-bottom: 13px;
  margin-right: 0;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 5px 10px -3px #0000001a;
}

.email-form-dropdown:hover {
  border-color: #0000004d;
}

.email-form-dropdown:active {
  box-shadow: none;
}

.email-form-dropdown:focus {
  box-shadow: none;
  border-color: #000;
}

.email-form-dropdown::placeholder {
  color: #1a1b1fcc;
}

.checkbox-label {
  color: #333;
  padding-left: 3px;
  font-size: 14px;
  font-weight: 500;
}

.checkbox-field {
  padding-left: 23px;
}

.bigger-checkbox {
  transform: scale(1.4);
}

.custom-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  display: flex;
}

.tab-pane-tab-2 {
  height: 100%;
}

.tabs {
  width: 100%;
}

.tabs-menu {
  z-index: 300;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fffffff2;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 16px;
  display: flex;
  position: sticky;
  top: 84px;
}

.video-container-square-test {
  background-color: #f8f8f8;
  border-radius: 26px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 530px;
  height: 530px;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-floating-ui-10 {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.video-floating-ui-11 {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link {
  color: #000000bf;
}

.link:hover {
  color: #000000bf;
  text-decoration: none;
}

.link:active {
  color: #000;
}

.video-floating-ui-12, .video-floating-ui-13 {
  z-index: 4;
  background-image: linear-gradient(0deg, #f8f8f8, #f8f8f8 0% 75%, #f8f8f800);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 60%;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.small-note-for-sitters {
  color: #000000bf;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  display: none;
}

.list-for-sitters {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #000000bf;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 24px;
  list-style-type: disc;
  display: none;
}

.want-to-know-container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.credential-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #00000014;
  border-radius: 16px;
  width: 60%;
  margin-top: 100px;
  padding: 16px;
  display: flex;
}

.heading-5 {
  color: #000;
  text-align: center;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 48px;
}

.heading-5.red-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff667d, #ff66fa);
  -webkit-background-clip: text;
  background-clip: text;
  width: 440px;
  line-height: 48px;
}

.quriuos-2 {
  width: 128px;
  height: 128px;
}

.container-10 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.small-note-16 {
  color: #00000080;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}

.small-note-16.centered {
  text-align: center;
  margin-top: 0;
}

.what-to-know-2 {
  background-color: #fff;
  padding: 100px 30px;
  position: relative;
}

.hero-wrapper-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.code-embed-2-2, .code-embed-2-3 {
  justify-content: flex-end;
  align-items: center;
  width: 460px;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.video-floating-ui-14 {
  z-index: 4;
  background-image: linear-gradient(#f8f8f8, #f8f8f8 85%, #f8f8f800);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.video-floating-ui-15 {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-6 {
  font-size: 18px;
  font-weight: 600;
}

.video-block-titles {
  width: 100%;
  margin-top: 50px;
}

.subheading-left-aligned {
  color: #000000bf;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.link-2 {
  color: #0009;
}

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

.video-container-square-chat-lt {
  background-color: #f8f8f8;
  background-image: url('../images/chating-lt-version2x-v2.webp');
  background-position: 0 0;
  background-size: 100%;
  border-radius: 26px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 530px;
  height: 530px;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-container-square-tracking-lt {
  background-color: #f8f8f8;
  background-image: url('../images/tracking-lt-version2x-v2.webp');
  background-position: 0 0;
  background-size: 100%;
  border-radius: 26px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 530px;
  height: 530px;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.paragraph-item {
  color: #0009;
  letter-spacing: -.03em;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-title {
  color: #000000bf;
  letter-spacing: -.03em;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-block {
  margin-bottom: 20px;
}

.all-the-texts {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 180px 40px 80px;
  display: flex;
  position: relative;
}

.register-small-cta {
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #ff667d;
  background-image: linear-gradient(270deg, #d747e5, #ff667d);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.register-small-cta:active {
  background-image: linear-gradient(#0000001f, #0000001f), linear-gradient(270deg, #d747e5, #ff667d);
}

.register-small-cta-header {
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #ff667d;
  background-image: linear-gradient(270deg, #d747e5, #ff667d);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  display: none;
}

.register-small-cta-header:active {
  background-image: linear-gradient(#0000001f, #0000001f), linear-gradient(270deg, #d747e5, #ff667d);
}

.text-block-2-mobile {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #d747eb, #ff4d00);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: none;
}

.red-gradient-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: 0;
  text-transform: none;
  background-image: linear-gradient(90deg, #fe564c, #d747e3);
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.red-gradient-button:hover {
  color: #fff;
  background-color: #f5f5f5;
  transform: translate(0, -1px);
}

.red-gradient-button:active {
  background-color: #ddd;
  transform: translate(0, 1px);
}

.red-gradient-button.shorter {
  letter-spacing: .25px;
  width: 50%;
}

.red-gradient-button.bigger {
  background-image: linear-gradient(90deg, #ff6114, #ff10e7);
  height: 56px;
  font-size: 18px;
  font-weight: 600;
}

.button-title-black-copy {
  color: #000;
  text-decoration: none;
}

.white---icon-flat {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.white---icon-flat:hover {
  color: #fff;
  background-color: #f5f5f5;
  transform: translate(0, -1px);
}

.white---icon-flat:active {
  background-color: #ddd;
  transform: translate(0, 1px);
}

.white---icon-flat.shorter {
  width: 120px;
}

.white---icon-flat.filled {
  width: auto;
}

.lottery-popup-container {
  z-index: 1000;
  opacity: 1;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  pointer-events: None;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.lottery-popup-container.popup-visible {
  display: flex;
}

.lottery-popup {
  z-index: 1001;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 680px;
  padding: 80px;
  position: absolute;
}

.heading-6 {
  color: #000;
  text-align: center;
  margin: 30px 20px 0;
  font-family: Nunito, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 40px;
}

.heading-6.success {
  margin-top: 10px;
  margin-bottom: 6px;
  line-height: 28px;
}

.close-popup {
  background-color: #0000001f;
  background-image: url('../images/Cross.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 40px;
  width: 44px;
  height: 44px;
  transition: background-color .2s, transform .2s;
  position: absolute;
  inset: 30px 30px auto auto;
}

.close-popup:hover {
  background-color: #0003;
  transform: translate(0, -1px);
}

.close-popup:active {
  background-color: #0000004d;
  transform: translate(0, 2px);
}

.success-message-2 {
  opacity: 1;
  background-color: #fff;
}

.error-message {
  background-color: #fff;
}

.success-message-3 {
  background-color: #ddd0;
}

.div-block-6 {
  margin-bottom: 20px;
}

.success-message-4 {
  background-color: #ddd0;
}

.custom-form-loader {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.loader-spinner {
  width: 24px;
  height: 24px;
}

.category-title-uppercase {
  color: #000;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -5px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.video-and-list-box {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr .3fr;
  grid-auto-columns: 1fr;
  display: block;
}

.scroll-sequence-wrapper {
  background-color: #4b4b4b1a;
}

.code-embed-10 {
  display: none;
}

.bold-text {
  font-weight: 400;
}

.team-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-top: 30px;
  margin-bottom: 80px;
  display: flex;
}

.person-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 200px;
  min-height: 350px;
  display: flex;
}

.profile-pic {
  background-color: #eee;
  border-radius: 8px;
  width: 200px;
  height: 200px;
  overflow: clip;
}

.name-title {
  color: #000;
  font-family: Nunito, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.role-title {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.profile-info {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.profile-icon-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: -7px;
  display: flex;
}

.profile-linkedin-link {
  background-image: url('../images/Linkedin.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.profile-linkedin-link.hidden {
  display: none;
}

.profile-instagram-link {
  background-image: url('../images/Instagram.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.profile-instagram-link.hidden {
  display: none;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-ad-banner {
  background-image: url('../images/Ad-banner2x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 400px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-for-footer-ad {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

.subtitle-footer-ad {
  color: #ffffffbf;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.white-outlined {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #ffffff80;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s, all .2s;
  display: flex;
  transform: translate(0);
}

.white-outlined:hover {
  color: #fff;
  background-color: #ffffff1a;
  transform: translate(0, -1px);
}

.white-outlined:active {
  background-color: #dddddd26;
  transform: translate(0, 1px);
}

.white-outlined.shorter {
  width: 120px;
}

.ad-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 12px;
  display: flex;
}

.white-outlined-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #ffffff80;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s, all .2s;
  display: flex;
  transform: translate(0);
}

.white-outlined-2:hover {
  color: #fff;
  background-color: #ffffff1a;
  transform: translate(0, -1px);
}

.white-outlined-2:active {
  background-color: #dddddd26;
  transform: translate(0, 1px);
}

.white-outlined-2.shorter {
  width: 120px;
}

.founders-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 180px 30px 80px;
  display: flex;
  position: relative;
}

.winner-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-bottom: 12px;
  display: flex;
}

.list-2 {
  padding-left: 20px;
}

@media screen and (min-width: 1440px) {
  .container-3 {
    max-width: 1100px;
  }

  .feature-icon {
    max-height: none;
  }

  .category-title {
    margin-bottom: 12px;
  }

  .hero-icon {
    width: 128px;
    height: 128px;
    max-height: none;
  }

  .hero-split-horizontal {
    padding-right: 160px;
  }

  .video-floating-ui {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

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

  .video-container-square-tracking {
    background-image: url('../images/Track2x.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .video-floating-ui-6 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .video-container-square-chat {
    background-image: url('../images/Chat-EN2x.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .video-floating-ui-7 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10% 0% 10% 10%;
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .video-floating-ui-8, .video-floating-ui-9 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10%;
    padding-bottom: 10%;
    display: flex;
  }

  .quriuos {
    height: 128px;
  }

  .comparison-table {
    padding-top: 140px;
  }

  .code-embed-8 {
    width: 65%;
    inset: 0% 0% 0% auto;
  }

  .hero-split-horizontal-2 {
    width: 60%;
    padding-left: 160px;
  }

  .container-8 {
    max-width: 1260px;
  }

  .footer-wrapper {
    max-width: 1260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .welcome-info {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 6px;
    display: flex;
  }

  .text-block-2 {
    font-weight: 500;
  }

  .video-floating-ui-10 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .quriuos-2 {
    height: 128px;
  }

  .code-embed-2-2, .code-embed-2-3 {
    width: 460px;
    height: 100%;
  }

  .video-floating-ui-14, .video-floating-ui-15 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10%;
    padding-bottom: 10%;
    display: flex;
  }

  .video-container-square-chat-lt {
    background-image: url('../images/Chat-EN2x.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .video-container-square-tracking-lt {
    background-image: url('../images/Track2x.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .text-block-2-mobile {
    font-weight: 500;
  }
}

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

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .navbar-logo-desktop {
    display: none;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: static;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
  }

  .nav-dropdown {
    width: 100%;
    display: flex;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10, .button-primary-black {
    width: 100%;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    padding: 12px;
  }

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

  .nav-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    display: flex;
    position: static;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .container-2 {
    max-width: 728px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .margin-bottom-24px.prime-subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .heading {
    font-size: 44px;
    line-height: 53px;
  }

  .about {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-3 {
    max-width: 100%;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 48px;
  }

  .heading-2.gradient {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-2.yellow-gradient {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 48px;
  }

  .centered-subheading {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .team-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .feature-icon {
    width: 48px;
    height: 48px;
  }

  .category-title {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 36px;
  }

  .category-subtitle {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .subscribe {
    padding-bottom: 140px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-icon {
    width: 128px;
    height: 128px;
  }

  .categories {
    padding-left: 40px;
    padding-right: 40px;
  }

  .category-block-sitter {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-horizontal {
    background-image: linear-gradient(0deg, #fff, #fff 75%, #fff0);
    width: 100%;
    max-width: 100%;
    margin-top: -180px;
    margin-bottom: 0;
    padding: 100px 40px 40px;
  }

  .prime-tabs {
    margin-top: 10px;
  }

  .category-block-parent {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
  }

  .buttons-block {
    flex-flow: row;
    margin-top: 16px;
  }

  .black---icon {
    width: 100%;
    min-width: 220px;
  }

  .white---icon {
    width: 100%;
  }

  .how-it-works-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .video-container-square {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 48%;
    height: auto;
    display: flex;
  }

  .how-works-block-horizontal {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-vertical, .split-vertical-id {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .video_component {
    width: 100%;
    left: 0%;
  }

  .video_placeholder-01 {
    font-size: 14px;
  }

  .find-sitter-vertical {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .download-app-block {
    background-image: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 360px;
  }

  .video-floating-ui {
    justify-content: center;
    align-items: flex-start;
    width: 48%;
    padding: 30px 30px 30px 0;
    inset: 0% 0% 0% auto;
  }

  .image {
    width: 44px;
    height: 44px;
    display: block;
  }

  .video-floating-ui-2 {
    background-image: linear-gradient(#f8f8f8, #f8f8f8 75%, #f8f8f800);
    width: 100%;
    height: auto;
    padding: 24px 24px 30px;
    inset: 0% 0% auto;
  }

  .video-container-long-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 360px;
  }

  .video-floating-ui-3 {
    width: 51%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .code-embed-2 {
    width: 360px;
    position: absolute;
  }

  .small-note-13 {
    font-size: 11px;
    line-height: 17px;
  }

  .download-app-info {
    width: 60%;
    max-width: 100%;
    padding: 40px 0 40px 40px;
    inset: 0% auto 0% 0%;
  }

  .soon-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding: 20px;
  }

  .video-floating-ui-4 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .video-container-long-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 360px;
  }

  .video-floating-ui-5 {
    width: 55%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    inset: 0% auto 0% 0%;
  }

  .small-note-15 {
    font-size: 13px;
    line-height: 22px;
  }

  .list {
    font-size: 12px;
    line-height: 18px;
  }

  .video-container-square-tracking {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    height: 360px;
  }

  .video-floating-ui-6 {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .video-container-square-chat {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    height: 360px;
  }

  .video-floating-ui-7 {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .video-floating-ui-8 {
    padding: 30px;
  }

  .video-floating-ui-9 {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .what-to-know {
    padding-bottom: 140px;
  }

  .red---icon {
    width: 100%;
    min-width: 220px;
  }

  .credential-2, .code-embed-3, .code-embed-4, .code-embed-5 {
    width: 100%;
  }

  .code-embed-2-1 {
    width: 360px;
    height: auto;
  }

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

  .video-container-square-2, .video-container-square-2-1 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 48%;
    height: auto;
    display: flex;
  }

  .category-container-image-1, .category-container-image-2 {
    width: 100%;
    height: 340px;
    position: relative;
  }

  .hero-split-horizontal-2 {
    background-image: linear-gradient(0deg, #fff, #fff 75%, #fff0);
    width: 100%;
    margin-top: -180px;
    margin-bottom: 0;
    padding: 100px 40px 40px;
    inset: 0% 0% 0% auto;
  }

  .category-container-image-3 {
    width: 70%;
  }

  .container-5 {
    max-width: 728px;
  }

  .comparison-title {
    letter-spacing: .4px;
    font-size: 11px;
  }

  .comparison-value {
    font-size: 13px;
    line-height: 18px;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-3 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 46px;
  }

  .heading-3.gradient {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-3.yellow-gradient {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 48px;
  }

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

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .heading-4.gradient {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-4.yellow-gradient {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 48px;
  }

  .footer-dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer-wrapper {
    flex-flow: wrap-reverse;
  }

  .footer-content {
    grid-column-gap: 60px;
    padding-bottom: 24px;
  }

  .div-block-4 {
    border-top: 1px solid #0000001a;
    width: 100%;
    max-width: none;
    padding-top: 24px;
  }

  .icon, .cross-icon {
    display: none;
  }

  .header-navigation-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border-radius: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 230px;
    height: auto;
    display: flex;
    position: absolute;
    inset: 112% 0% auto auto;
    box-shadow: 0 10px 20px #0000001f;
  }

  .navbar-logo-mobile {
    display: block;
  }

  .list-item {
    width: 100%;
  }

  .navbar-wrapper-2 {
    justify-content: space-between;
    align-items: center;
  }

  .logo-reload {
    display: none;
  }

  .nav-menu-wrapper-2 {
    z-index: 100;
    background-color: #fff;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 240px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 0;
    padding-bottom: 0;
    position: absolute;
    inset: 0% 0% auto auto;
    box-shadow: -17px 0 20px -16px #0003;
  }

  .nav-menu-two-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 80%;
    padding: 20px 24px 10px;
  }

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

  .nav-dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-toggle-2 {
    border: 1px solid #000;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    height: 44px;
    display: flex;
  }

  .nav-dropdown-toggle-2.w--open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    border: 0 solid #00000029;
    border-radius: 20px;
    margin-top: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .mobile-margin-top-11 {
    width: 100%;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    z-index: 21;
    color: #fff;
    background-color: #000;
    border-radius: 40px;
  }

  .nav-menu-two-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top: 1px #0000000f;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 20%;
    margin-top: 0;
    padding: 24px;
    display: flex;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
    margin-top: 89px;
  }

  .navbar-brand-mini {
    display: block;
  }

  .list-item-3 {
    flex-flow: row;
    width: 40%;
    display: flex;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .popup-content {
    min-width: 680px;
  }

  .input-field-block {
    padding-left: 15%;
    padding-right: 15%;
  }

  .form-block {
    min-width: auto;
    position: static;
  }

  .close-popup-block {
    margin-top: 20px;
    margin-right: 26px;
  }

  .babysitter-success {
    padding-left: 40px;
    padding-right: 40px;
  }

  .code-embed-3-2 {
    width: 100%;
  }

  .video-container-square-test {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 48%;
    height: auto;
    display: flex;
  }

  .video-floating-ui-10 {
    justify-content: center;
    align-items: flex-start;
    width: 48%;
    padding: 30px 30px 30px 0;
    inset: 0% 0% 0% auto;
  }

  .video-floating-ui-11 {
    width: 50%;
    height: 100%;
    padding: 30px 0 30px 30px;
    inset: 0% auto 0% 0%;
  }

  .video-floating-ui-12 {
    background-image: linear-gradient(0deg, #f8f8f8, #f8f8f8 0% 75%, #f8f8f800);
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 210px;
    padding: 30px 60px 30px 30px;
    inset: auto 0% 0%;
  }

  .video-floating-ui-13 {
    width: 100%;
    height: 240px;
    padding: 30px 60px 30px 30px;
    inset: auto 0% 0%;
  }

  .small-note-for-sitters {
    font-size: 13px;
    line-height: 22px;
  }

  .list-for-sitters {
    font-size: 12px;
    line-height: 18px;
  }

  .want-to-know-container {
    max-width: 728px;
  }

  .heading-5 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 48px;
  }

  .container-10 {
    max-width: 728px;
  }

  .small-note-16 {
    font-size: 11px;
    line-height: 17px;
  }

  .what-to-know-2 {
    padding-bottom: 140px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .code-embed-2-2, .code-embed-2-3 {
    width: 320px;
    position: absolute;
  }

  .code-embed-5-2 {
    width: 100%;
  }

  .video-floating-ui-14 {
    padding: 30px;
  }

  .video-floating-ui-15 {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .subheading-left-aligned {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .video-container-square-chat-lt {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    height: 360px;
  }

  .video-container-square-tracking-lt {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    height: 360px;
  }

  .all-the-texts {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-2-mobile {
    font-size: 15px;
  }

  .red-gradient-button, .white---icon-flat {
    width: 100%;
  }

  .white---icon-flat.filled {
    width: auto;
  }

  .lottery-popup {
    width: 80%;
  }

  .category-title-uppercase {
    margin-bottom: 0;
  }

  .video-and-list-box {
    grid-template-columns: 1fr .5fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-wrapper-two-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-ad-banner {
    width: 100%;
    height: 340px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-for-footer-ad {
    margin-top: 0;
    font-size: 38px;
  }

  .subtitle-footer-ad {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .div-block-7 {
    width: 80%;
  }

  .white-outlined {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-desktop {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .hero {
    padding: 60px;
  }

  .container-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .about {
    padding: 60px 40px;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 46px;
  }

  .heading-2.gradient {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 32px;
    line-height: 44px;
  }

  .heading-2.yellow-gradient {
    font-size: 32px;
    line-height: 44px;
  }

  .heading-2.red-gradient {
    line-height: 44px;
  }

  .centered-subheading {
    margin: 10px 20px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .centered-subheading.winner-list {
    margin-top: 0;
  }

  .team-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

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

  .category-subtitle {
    font-size: 15px;
    line-height: 26px;
  }

  .subscribe {
    padding: 60px 15px;
  }

  .hero-wrapper {
    margin-bottom: 0;
  }

  .email-form-input {
    font-size: 16px;
  }

  .categories {
    padding: 60px 40px;
  }

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

  .category-block-sitter {
    height: auto;
    position: relative;
  }

  .hero-split-horizontal {
    background-image: linear-gradient(0deg, #fff, #fff 75%, #fff0);
    width: 100%;
    margin-top: -143px;
    padding-right: 40px;
    position: relative;
  }

  .parent-vs-sitter {
    padding: 60px 30px;
  }

  .hero-wrapper-two-2 {
    margin-bottom: 10px;
  }

  .prime-tabs {
    margin-top: 8px;
    font-size: 12px;
  }

  .tab-button {
    height: 44px;
    font-size: 16px;
  }

  .tab-button.disabled {
    height: 44px;
    font-size: 16px;
    line-height: 24px;
  }

  .category-block-parent {
    height: auto;
  }

  .buttons-block {
    margin-top: 10px;
  }

  .black---icon {
    min-width: auto;
  }

  .about-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 20px;
  }

  .how-it-works-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .video-container-square {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .video_component {
    object-fit: fill;
    border-radius: 10px;
    inset: 30% 0% 0%;
    overflow: hidden;
  }

  .video_placeholder-col-01.is-content {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .video_placeholder-legel-notice-01 {
    font-size: .9rem;
  }

  .video_play-button {
    width: 4rem;
    height: 4rem;
  }

  .download-app-block {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: 600px;
  }

  .video-floating-ui {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .image {
    width: 54px;
    height: 54px;
    margin-bottom: 6px;
  }

  .video-floating-ui-2 {
    height: auto;
    padding: 40px;
  }

  .video-container-long-right {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .video-floating-ui-3 {
    background-image: linear-gradient(0deg, #f8f8f8, #f8f8f8 75%, #f8f8f800);
    width: 100%;
    height: auto;
    margin-top: -110px;
    padding-top: 40px;
    padding-right: 40px;
    position: relative;
    inset: auto 0% 0%;
  }

  .code-embed-2 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }

  .small-note-13 {
    margin-top: 20px;
  }

  .small-note-13.paddint-right {
    font-size: 12px;
  }

  .download-app-info {
    background-image: linear-gradient(0deg, #f8f8f8, #f8f8f8 75%, #f8f8f800);
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-right: 40px;
    inset: auto 0% 0%;
  }

  .soon-block {
    padding: 20px;
  }

  .video-floating-ui-4 {
    background-image: linear-gradient(0deg, #f8f8f8, #f8f8f8 80%, #f8f8f800);
    width: 100%;
    margin-top: -72px;
    padding: 0 40px 40px;
    position: relative;
    inset: auto 0% 0%;
  }

  .video-container-long-left {
    height: auto;
  }

  .video-floating-ui-5 {
    background-image: linear-gradient(0deg, #f8f8f8, #f8f8f8 80%, #f8f8f800);
    width: 100%;
    margin-top: -77px;
    padding: 0 40px 40px;
    position: relative;
    inset: auto 0% 0%;
  }

  .small-note-15 {
    font-size: 14px;
  }

  .list {
    font-size: 14px;
    line-height: 24px;
  }

  .video-container-square-tracking {
    width: 100%;
    height: 480px;
  }

  .video-floating-ui-6 {
    width: 50%;
  }

  .video-container-square-chat {
    background-position: 100% 100%;
    background-size: 94%;
    width: 100%;
    height: 480px;
  }

  .video-floating-ui-7 {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }

  .video-floating-ui-8 {
    background-image: linear-gradient(#f8f8f8, #f8f8f8 80%, #f8f8f800);
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 40px 40px 50px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .video-floating-ui-9 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .what-to-know {
    padding: 60px 15px;
  }

  .red---icon {
    min-width: auto;
  }

  .credential-2, .top-two-buttons {
    width: 100%;
  }

  .comparison-table {
    padding: 60px 20px;
  }

  .code-embed-3, .code-embed-4, .code-embed-5 {
    width: 100%;
  }

  .code-embed-2-1 {
    width: 100%;
    position: relative;
  }

  .video-container-square-2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .video-container-square-2-1 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .logo-prime {
    pointer-events: none;
    cursor: pointer;
  }

  .category-container-image-1 {
    width: 100%;
    height: 300px;
    position: relative;
  }

  .category-container-image-2 {
    width: 100%;
    height: 240px;
    position: relative;
  }

  .hero-split-horizontal-2 {
    background-image: linear-gradient(0deg, #fff, #fff 75%, #fff0);
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: -140px;
    margin-bottom: 0;
    padding: 100px 40px 40px;
    position: relative;
  }

  .category-container-image-3 {
    background-position: 100% 60%;
    background-size: cover;
    width: 100%;
    height: 350px;
  }

  .features-table {
    padding: 60px 0;
  }

  .comparison-row-main {
    grid-template: "Area-1 Area-2 Area-3 Area-4 Area-5 Area-6" 1fr
    / minmax(220px, 100%) minmax(44px, 48px) minmax(44px, 48px) minmax(44px, 48px) minmax(44px, 48px) minmax(44px, 48px);
    height: 90px;
    padding-bottom: 12px;
    top: 80px;
  }

  .comparison-title.rotated {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-left: 0;
    transform: rotate(-90deg);
  }

  .comparison-row-1 {
    grid-template-columns: minmax(220px, 100%) minmax(44px, 48px) minmax(36px, 48px) minmax(36px, 48px) minmax(36px, 48px) minmax(44px, 48px);
  }

  .comparison-row-2 {
    grid-template-columns: minmax(220px, 100%) minmax(44px, 48px) minmax(44px, 48px) minmax(44px, 48px) minmax(44px, 48px) minmax(44px, 48px);
  }

  .faq {
    padding: 60px 20px;
  }

  .display-s {
    font-size: 1.25rem;
  }

  .container-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 40px;
  }

  .heading-3.gradient, .heading-3.yellow-gradient {
    font-size: 32px;
    line-height: 44px;
  }

  .heading-3.red-gradient {
    line-height: 44px;
  }

  .heading-3.left-align {
    margin-bottom: 6px;
  }

  .heading-3.lottery-title {
    line-height: 40px;
  }

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

  .heading-4 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 38px;
  }

  .heading-4.gradient, .heading-4.yellow-gradient {
    font-size: 32px;
    line-height: 44px;
  }

  .heading-4.red-gradient {
    line-height: 44px;
  }

  .footer-dark {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-wrapper {
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    grid-column-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

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

  .div-block-4 {
    padding-top: 40px;
  }

  .navbar-logo-mobile {
    padding-left: 0;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-logo-left-container-2.shadow-three {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo-reload {
    padding-left: 0;
  }

  .nav-menu-wrapper-2 {
    border-radius: 0;
    margin-top: 0;
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

  .nav-menu-two-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: center;
    height: 70%;
    padding-bottom: 20px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    border-radius: 40px;
    align-items: center;
    width: 100%;
    height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-toggle-2.w--open {
    border-width: 1px;
    border-color: #00000059;
    border-radius: 20px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    border-width: 1px;
    border-color: #00000059;
    border-radius: 12px;
    margin-top: 50px;
    padding-top: 6px;
    padding-bottom: 8px;
    position: absolute;
    box-shadow: 0 12px 12px -4px #0003;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 0;
  }

  .nav-menu-two-3 {
    flex-flow: column;
    height: 30%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navbar-brand-mini {
    padding-left: 0;
  }

  .list-item-3 {
    width: 40%;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .popup-overlay.active {
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
  }

  .popup-content {
    width: 100%;
    min-width: auto;
    max-height: 80vh;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .close-popup-block {
    margin-top: 20px;
    margin-right: 24px;
  }

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

  .form-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tabs-menu {
    margin-bottom: 10px;
    top: 80px;
  }

  .code-embed-3-2 {
    width: 100%;
  }

  .video-container-square-test {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .video-floating-ui-10 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .video-floating-ui-11 {
    height: auto;
    padding: 50px 0 50px 50px;
  }

  .video-floating-ui-12, .video-floating-ui-13 {
    height: auto;
    padding: 50px;
  }

  .credential-3 {
    width: 80%;
  }

  .heading-5 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 46px;
  }

  .heading-5.red-gradient {
    line-height: 44px;
  }

  .small-note-16 {
    margin-top: 20px;
  }

  .what-to-know-2 {
    padding: 60px 15px;
  }

  .hero-wrapper-2 {
    margin-bottom: 0;
  }

  .code-embed-2-2, .code-embed-2-3 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }

  .code-embed-5-2 {
    width: 100%;
  }

  .video-floating-ui-14 {
    background-image: linear-gradient(#f8f8f8, #f8f8f8 80%, #f8f8f800);
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 50px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .video-floating-ui-15 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .subheading-left-aligned {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .video-container-square-chat-lt {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 94%;
    width: 100%;
    height: 480px;
  }

  .video-container-square-tracking-lt {
    width: 100%;
    height: 480px;
  }

  .all-the-texts {
    padding: 100px 30px 60px;
  }

  .text-block-2-mobile {
    font-size: 14px;
  }

  .red-gradient-button.shorter {
    width: 100%;
  }

  .lottery-popup {
    width: 85%;
    padding: 50px 60px;
  }

  .close-popup {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }

  .video-and-list-box {
    grid-template-columns: 1.75fr 1fr;
  }

  .team-container {
    grid-column-gap: 25px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start stretch;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .person-block {
    width: 100%;
  }

  .profile-pic {
    width: 100%;
    height: auto;
  }

  .role-title {
    font-size: 15px;
    line-height: 24px;
  }

  .image-12 {
    width: 100%;
  }

  .hero-wrapper-two-3 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-ad-banner {
    background-position: 50%;
    justify-content: flex-start;
    align-items: center;
    height: 330px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-for-footer-ad {
    font-size: 36px;
    line-height: 44px;
  }

  .subtitle-footer-ad {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

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

  .ad-buttons {
    margin-top: 0;
  }

  .founders-layout {
    padding: 130px 30px 60px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary-black.shorter {
    width: 100%;
    margin-top: 16px;
  }

  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero {
    background-position: 50% 100%;
    background-size: auto 100%;
    max-height: 680px;
    padding: 80px 20px 20px;
  }

  .container-2 {
    max-width: none;
    height: 100%;
    margin: 0 0 30px;
    padding-top: 80px;
  }

  .hero-wrapper-two {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .margin-bottom-24px.prime-subtitle {
    font-size: 17px;
    line-height: 24px;
  }

  .heading {
    font-size: 38px;
    line-height: 44px;
  }

  .about {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .heading-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 38px;
  }

  .heading-2.gradient {
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-2.yellow-gradient {
    margin-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-2.red-gradient {
    width: auto;
    margin-bottom: 16px;
    line-height: 36px;
  }

  .centered-subheading {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }

  .team-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
  }

  .category-title {
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .category-subtitle {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .category-subtitle.link {
    margin-top: 16px;
  }

  .subscribe {
    padding: 40px 24px 100px;
  }

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

  .hero-wrapper {
    padding: 0;
  }

  .hero-split {
    margin-bottom: 20px;
  }

  .email-form {
    align-self: stretch;
    width: auto;
    margin-bottom: 15px;
    padding: 30px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .email-form-input {
    width: 100%;
    height: 44px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .hero-icon {
    width: 90px;
    height: 90px;
  }

  .credential-text {
    font-size: 13px;
    line-height: 22px;
  }

  .credential {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .categories {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
  }

  .category-block-sitter {
    border-radius: 20px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .hero-split-horizontal {
    background-image: linear-gradient(0deg, #fff, #fff 85%, #fff0);
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: -100px;
    padding: 80px 24px 30px;
    position: relative;
    inset: auto 0% 0%;
  }

  .parent-vs-sitter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper-two-2 {
    margin-bottom: 10px;
  }

  .tab-button {
    height: 36px;
  }

  .tab-button.w--current {
    height: 36px;
    padding-top: 12px;
  }

  .category-block-parent {
    border-radius: 20px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .buttons-block {
    flex-flow: column;
  }

  .button-title-black {
    text-align: center;
    letter-spacing: .25px;
  }

  .black---icon {
    width: 100%;
    min-width: auto;
    padding-left: 6px;
    padding-right: 6px;
  }

  .about-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 16px;
  }

  .button-title-white {
    text-align: center;
    letter-spacing: .25px;
  }

  .how-it-works-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .video-container-square {
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .video_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 50%;
    display: block;
    position: absolute;
    inset: auto 0%;
    overflow: visible;
  }

  .custom-styles {
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .video_player-embed {
    order: 0;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .video_placeholder-01 {
    font-size: 12px;
    display: flex;
    position: relative;
  }

  .video_placeholder-col-01.is-play-wrap {
    order: -1;
    position: relative;
  }

  .video_placeholder-col-01.is-content {
    padding: .8rem;
  }

  .video_placeholder-legel-notice-01 {
    font-size: .8rem;
  }

  .download-app-block {
    background-image: none;
    height: auto;
    padding: 0;
  }

  .video-floating-ui {
    background-image: linear-gradient(270deg, #f8f8f8, #f8f8f8 75%, #f8f8f800);
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    height: auto;
    padding: 30px 40px 30px 60px;
    inset: 0% 0% 0% auto;
  }

  .image {
    width: 54px;
    height: 54px;
    margin-bottom: 4px;
    display: block;
  }

  .video-floating-ui-2 {
    background-image: linear-gradient(#f8f8f8, #f8f8f8 75%, #f8f8f800);
    height: auto;
    padding: 30px;
    position: absolute;
  }

  .video-container-long-right {
    height: auto;
  }

  .video-floating-ui-3 {
    background-image: linear-gradient(0deg, #f8f8f8, #f8f8f8 80%, #f8f8f800);
    margin-top: -105px;
    padding: 30px;
    position: relative;
  }

  .code-embed-2 {
    padding-bottom: 40px;
    position: relative;
  }

  .small-note-13.paddint-right {
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .download-app-info {
    margin-top: -140px;
    padding: 60px 30px 30px;
    position: relative;
  }

  .video-floating-ui-4 {
    background-image: linear-gradient(0deg, #f8f8f8, #f8f8f8 80%, #f8f8f800);
    margin-top: -105px;
    padding: 30px;
    position: relative;
  }

  .video-container-long-left {
    height: auto;
  }

  .video-floating-ui-5 {
    background-image: linear-gradient(0deg, #f8f8f8, #f8f8f8 85%, #f8f8f800);
    margin-top: -105px;
    padding: 30px;
    position: relative;
  }

  .list {
    padding-right: 0;
  }

  .video-container-square-tracking {
    height: 360px;
  }

  .video-floating-ui-6 {
    width: 50%;
  }

  .video-container-square-chat {
    background-position: 100% 100%;
    background-size: cover;
    height: 360px;
  }

  .video-floating-ui-7 {
    padding-left: 30px;
  }

  .video-floating-ui-8 {
    background-image: linear-gradient(#f8f8f8, #f8f8f8 80%, #f8f8f800);
    width: 100%;
    padding: 30px 60px 60px 30px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .video-floating-ui-9 {
    width: 55%;
    height: auto;
    padding: 0 40px 0 0;
    inset: 0% 0% 0% auto;
  }

  .what-to-know {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    display: none;
  }

  .red---icon {
    text-align: center;
    width: 100%;
    min-width: auto;
    padding-left: 6px;
    padding-right: 6px;
  }

  .credential-2 {
    width: auto;
    margin-top: 60px;
  }

  .quriuos {
    width: 100px;
    height: 100px;
  }

  .top-two-buttons {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    align-items: stretch;
    width: 100%;
    position: static;
    inset: auto 0% 0%;
  }

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

  .code-embed-2-1 {
    padding-bottom: 40px;
    position: relative;
  }

  .video-container-square-2 {
    height: auto;
  }

  .video-container-square-2-1 {
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
  }

  .logo-prime {
    max-width: 90%;
    display: block;
  }

  .category-container-image-1, .category-container-image-2 {
    width: 100%;
    height: 200px;
    position: relative;
  }

  .hero-split-horizontal-2 {
    background-image: linear-gradient(0deg, #fff, #fff 85%, #fff0);
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    margin: -100px 0 0;
    padding: 80px 24px 30px;
    position: relative;
    inset: auto 0% 0%;
  }

  .category-container-image-3 {
    width: 100%;
    height: 250px;
    position: relative;
  }

  .image-8 {
    display: none;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 0px;
    grid-template-columns: minmax(100px, 1fr) minmax(40px, 44px) minmax(40px, 44px) minmax(40px, 44px) minmax(40px, 44px) minmax(40px, 44px);
    grid-template-areas: "Area-1 Area-2 Area-3 Area-4 Area-5 Area-6";
    place-items: stretch center;
    height: 90px;
    padding-bottom: 12px;
    top: 68px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-title.main-padding {
    margin-left: 16px;
  }

  .comparison-title.main-padding.rotated {
    align-items: stretch;
    margin-top: 0;
    display: block;
    overflow: hidden;
  }

  .comparison-title.rotated {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .comparison-row-1 {
    grid-column-gap: 0px;
    grid-template: "Area-2 . . . . Area" minmax(30px, 1fr)
    / minmax(100px, 1fr) minmax(40px, 44px) minmax(40px, 44px) minmax(40px, 44px) minmax(40px, 44px) minmax(40px, 44px);
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-row-2 {
    grid-column-gap: 0px;
    grid-template-columns: minmax(100px, 1fr) minmax(40px, 44px) minmax(40px, 44px) minmax(40px, 44px) minmax(40px, 44px) minmax(40px, 44px);
  }

  .comparison-value {
    padding-left: 16px;
  }

  .content-container {
    margin-top: 50px;
  }

  .faq {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .accordion_item-image {
    width: 30px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .faq-image {
    margin-top: 20px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 36px;
  }

  .heading-3.gradient {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 36px;
  }

  .heading-3.yellow-gradient {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-3.red-gradient {
    width: auto;
    margin-bottom: 16px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 36px;
  }

  .heading-3.left-align {
    margin-bottom: 6px;
    line-height: 36px;
  }

  .heading-3.lottery-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .faq-question-bar {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-paragraph {
    font-size: 15px;
    line-height: 26px;
  }

  .question-title {
    flex: 1;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-4.gradient {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-4.yellow-gradient {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-4.red-gradient {
    width: auto;
    margin-bottom: 16px;
    line-height: 36px;
  }

  .footer-dark {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-8 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .title-small {
    font-size: 15px;
    line-height: 20px;
  }

  .footer-link {
    font-size: 15px;
    line-height: 18px;
  }

  .footer-copyright-center {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .logo-footer {
    max-width: 90%;
  }

  .navbar-logo-left-container-2.shadow-three {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .nav-menu-wrapper-2 {
    border-radius: 0;
    width: 220px;
    margin-left: 20px;
    inset: 0% 0% auto auto;
  }

  .nav-menu-two-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: center;
    height: 70%;
  }

  .nav-dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    border-width: 0;
    border-color: #0000001f;
    border-radius: 16px;
    margin-top: 48px;
    font-size: 14px;
    transition: opacity .2s;
    inset: auto auto 0% 0%;
    box-shadow: 0 0 20px 3px #0000004d;
  }

  .nav-dropdown-link-2 {
    padding: 10px 24px 9px;
  }

  .nav-menu-two-3 {
    border-top-style: none;
    border-top-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 30%;
    padding-top: 20px;
  }

  .navbar-brand-mini {
    z-index: 1000;
    display: block;
  }

  .list-item-3 {
    width: 35%;
  }

  .welcome-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 60px;
    flex-flow: row;
    height: auto;
    padding: 5px 5px 5px 12px;
  }

  .text-block-2 {
    font-size: 15px;
    line-height: 20px;
    display: none;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .popup-overlay.active {
    padding: 2rem 6px;
  }

  .popup-content {
    min-height: auto;
    max-height: 80vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .input-field-block {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .form-block {
    margin-bottom: 0;
  }

  .close-popup-block {
    background-position: 50%;
    background-size: 20px 20px;
    width: 30px;
    height: 30px;
    margin-top: 16px;
    margin-right: 16px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .skill-list {
    margin-bottom: 10px;
  }

  .form-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

  .babysitter-success {
    margin-bottom: 0;
  }

  .email-form-dropdown {
    width: 100%;
    height: 48px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .checkbox-label {
    margin-bottom: 0;
    padding-left: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  .custom-list {
    margin-top: 16px;
    font-size: 15px;
    line-height: 22px;
  }

  .tabs-menu {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 10px;
    top: 72px;
  }

  .video-container-square-test {
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .video-floating-ui-10 {
    background-image: linear-gradient(270deg, #f8f8f8, #f8f8f8 80%, #f8f8f800);
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    height: auto;
    padding: 30px 40px 30px 50px;
    inset: 0% 0% 0% auto;
  }

  .video-floating-ui-11 {
    background-image: linear-gradient(90deg, #f8f8f8, #f8f8f8 75%, #f8f8f800);
    width: 60%;
    height: auto;
    padding: 30px;
    position: absolute;
  }

  .video-floating-ui-12, .video-floating-ui-13 {
    background-image: linear-gradient(0deg, #f8f8f8, #f8f8f8 75%, #f8f8f800);
    height: auto;
    padding: 30px 70px 30px 30px;
    position: absolute;
  }

  .list-for-sitters {
    padding-right: 50px;
  }

  .want-to-know-container {
    max-width: none;
  }

  .credential-3 {
    width: auto;
  }

  .heading-5 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 36px;
  }

  .heading-5.red-gradient {
    width: auto;
    margin-bottom: 16px;
    line-height: 36px;
  }

  .quriuos-2 {
    width: 128px;
    height: 128px;
  }

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

  .what-to-know-2 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-2-2 {
    position: static;
  }

  .code-embed-2-3 {
    position: relative;
  }

  .code-embed-5-2 {
    width: 100%;
  }

  .video-floating-ui-14 {
    background-image: linear-gradient(#f8f8f8, #f8f8f8 80%, #f8f8f800);
    width: 100%;
    padding: 30px 60px 60px 30px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .video-floating-ui-15 {
    width: 52%;
    height: auto;
    padding: 0 50px 0 0;
    inset: 0% 0% 0% auto;
  }

  .text-block-6 {
    font-size: 15px;
    font-weight: 500;
  }

  .text-block-7 {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
  }

  .video-block-titles {
    margin-top: 20px;
    margin-bottom: -5px;
  }

  .subheading-left-aligned {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }

  .video-container-square-chat-lt {
    background-position: 100% 100%;
    background-size: cover;
    height: 360px;
  }

  .video-container-square-tracking-lt {
    height: 360px;
  }

  .paragraph-item {
    font-size: 15px;
    line-height: 26px;
  }

  .paragraph-title {
    flex: 1;
  }

  .all-the-texts {
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .register-small-cta {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
    line-height: 12px;
    display: block;
  }

  .register-small-cta-header {
    display: none;
  }

  .text-block-2-mobile {
    font-size: 13px;
    line-height: 20px;
    display: block;
  }

  .red-gradient-button.shorter {
    letter-spacing: .25px;
    width: 100%;
    margin-top: 16px;
  }

  .red-gradient-button.bigger {
    height: 48px;
    font-size: 16px;
  }

  .white---icon-flat.filled {
    width: 100%;
  }

  .lottery-popup {
    width: 90%;
    padding: 50px 30px 30px;
  }

  .heading-6 {
    margin: 20px 0 16px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-6.success {
    line-height: 24px;
  }

  .close-popup {
    background-position: 50%;
    background-size: 60%;
    width: 36px;
    height: 36px;
    top: 20px;
    right: 20px;
  }

  .category-title-uppercase {
    flex: 1;
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 20px;
  }

  .list-item-4 {
    font-size: 15px;
  }

  .video-and-list-box {
    grid-template-columns: 1.75fr 1.25fr;
  }

  .code-embed-10 {
    display: none;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .team-container {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    grid-template-rows: auto minmax(200px, 1fr) auto;
    grid-template-columns: 1.25fr 1.25fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .person-block {
    width: 100%;
    min-height: auto;
  }

  .profile-pic {
    width: 100%;
    height: auto;
  }

  .name-title {
    font-size: 20px;
    line-height: 26px;
  }

  .role-title {
    font-size: 15px;
    line-height: 22px;
  }

  .hero-wrapper-two-3 {
    margin-bottom: 10px;
  }

  .footer-ad-banner {
    background-position: 60%;
    justify-content: flex-start;
    align-items: flex-end;
    height: 280px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-for-footer-ad {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .subtitle-footer-ad {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .ad-buttons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    width: 100%;
  }

  .white-outlined-2 {
    width: 100%;
  }

  .founders-layout {
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .winner-list {
    margin-bottom: 16px;
  }

  .black-layer {
    opacity: 1;
    background-color: #0000001a;
    position: absolute;
    inset: 0%;
  }
}

#w-node-_845dad29-5c2b-047b-48c7-26104f146745-5b936b0b, #w-node-_845dad29-5c2b-047b-48c7-26104f146759-5b936b0b, #w-node-_845dad29-5c2b-047b-48c7-26104f14673a-5b936b0b, #w-node-_845dad29-5c2b-047b-48c7-26104f14674f-5b936b0b, #w-node-_845dad29-5c2b-047b-48c7-26104f146763-5b936b0b, #w-node-_845dad29-5c2b-047b-48c7-26104f14676d-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_942f8574-38a0-76a4-fee3-096717e2d24f-5b936b0b {
  align-self: end;
}

#w-node-_942f8574-38a0-76a4-fee3-096717e2d251-5b936b0b, #w-node-_8fcac5fb-0504-c8c2-8e33-005674213b19-5b936b0b, #w-node-_0f26fead-b59d-e78c-3d75-024d8d6b3e18-5b936b0b, #w-node-_0cd9af8d-b345-4f9f-be68-ceaab0e424e3-5b936b0b, #w-node-_45ac1a22-10cc-d443-fca6-5c06bad24a9b-5b936b0b {
  place-self: end center;
}

#w-node-_9720c40d-2b9f-8181-315f-83a09df35039-5b936b0b {
  place-self: auto center;
}

#w-node-_9720c40d-2b9f-8181-315f-83a09df3503a-5b936b0b {
  justify-self: center;
}

#w-node-_9720c40d-2b9f-8181-315f-83a09df3503b-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9720c40d-2b9f-8181-315f-83a09df3503c-5b936b0b {
  justify-self: center;
}

#w-node-_9720c40d-2b9f-8181-315f-83a09df3503d-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-eb0ae38f-78ac-9dbd-f31d-4fef8f8fabd8-5b936b0b {
  place-self: auto center;
}

#w-node-eb0ae38f-78ac-9dbd-f31d-4fef8f8fabd9-5b936b0b {
  justify-self: center;
}

#w-node-eb0ae38f-78ac-9dbd-f31d-4fef8f8fabda-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-eb0ae38f-78ac-9dbd-f31d-4fef8f8fabdb-5b936b0b {
  justify-self: center;
}

#w-node-eb0ae38f-78ac-9dbd-f31d-4fef8f8fabdc-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4d6075d-0afb-0d30-f8fd-455b7d2f02de-5b936b0b {
  place-self: auto center;
}

#w-node-c4d6075d-0afb-0d30-f8fd-455b7d2f02df-5b936b0b {
  justify-self: center;
}

#w-node-c4d6075d-0afb-0d30-f8fd-455b7d2f02e0-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4d6075d-0afb-0d30-f8fd-455b7d2f02e1-5b936b0b, #w-node-c4d6075d-0afb-0d30-f8fd-455b7d2f02e2-5b936b0b {
  justify-self: center;
}

#w-node-b5255b4d-46df-f2f1-288f-d8f214fb5634-5b936b0b {
  place-self: auto center;
}

#w-node-b5255b4d-46df-f2f1-288f-d8f214fb5635-5b936b0b {
  justify-self: center;
}

#w-node-b5255b4d-46df-f2f1-288f-d8f214fb5636-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b5255b4d-46df-f2f1-288f-d8f214fb5637-5b936b0b {
  justify-self: center;
}

#w-node-b5255b4d-46df-f2f1-288f-d8f214fb5638-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ca510978-1a49-1807-7926-ca7bad175ee7-5b936b0b {
  place-self: auto center;
}

#w-node-ca510978-1a49-1807-7926-ca7bad175ee8-5b936b0b {
  justify-self: center;
}

#w-node-ca510978-1a49-1807-7926-ca7bad175ee9-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ca510978-1a49-1807-7926-ca7bad175eea-5b936b0b, #w-node-ca510978-1a49-1807-7926-ca7bad175eeb-5b936b0b {
  justify-self: center;
}

#w-node-_069c3796-4338-e1d2-33cc-671f760d7ec6-5b936b0b {
  place-self: auto center;
}

#w-node-_069c3796-4338-e1d2-33cc-671f760d7ec7-5b936b0b {
  justify-self: center;
}

#w-node-_069c3796-4338-e1d2-33cc-671f760d7ec8-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_069c3796-4338-e1d2-33cc-671f760d7ec9-5b936b0b {
  justify-self: center;
}

#w-node-_069c3796-4338-e1d2-33cc-671f760d7eca-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_228e240a-63ac-804b-c569-f7d1825a966d-5b936b0b {
  place-self: auto center;
}

#w-node-_228e240a-63ac-804b-c569-f7d1825a966e-5b936b0b {
  justify-self: center;
}

#w-node-_228e240a-63ac-804b-c569-f7d1825a966f-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_228e240a-63ac-804b-c569-f7d1825a9670-5b936b0b, #w-node-_228e240a-63ac-804b-c569-f7d1825a9671-5b936b0b {
  justify-self: center;
}

#w-node-d0697971-22d2-b6ae-f797-1c3219811b12-5b936b0b {
  place-self: auto center;
}

#w-node-d0697971-22d2-b6ae-f797-1c3219811b13-5b936b0b {
  justify-self: center;
}

#w-node-d0697971-22d2-b6ae-f797-1c3219811b14-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d0697971-22d2-b6ae-f797-1c3219811b15-5b936b0b {
  justify-self: center;
}

#w-node-d0697971-22d2-b6ae-f797-1c3219811b16-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a458c837-4e7c-dba2-3f91-f5c3ccd8a0eb-5b936b0b {
  place-self: auto center;
}

#w-node-a458c837-4e7c-dba2-3f91-f5c3ccd8a0ec-5b936b0b {
  justify-self: center;
}

#w-node-a458c837-4e7c-dba2-3f91-f5c3ccd8a0ed-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a458c837-4e7c-dba2-3f91-f5c3ccd8a0ee-5b936b0b, #w-node-a458c837-4e7c-dba2-3f91-f5c3ccd8a0ef-5b936b0b {
  justify-self: center;
}

#w-node-_7d753179-6176-71a3-00a4-d6c0f800099a-5b936b0b {
  place-self: auto center;
}

#w-node-_7d753179-6176-71a3-00a4-d6c0f800099b-5b936b0b {
  justify-self: center;
}

#w-node-_7d753179-6176-71a3-00a4-d6c0f800099c-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7d753179-6176-71a3-00a4-d6c0f800099d-5b936b0b, #w-node-_7d753179-6176-71a3-00a4-d6c0f800099e-5b936b0b {
  justify-self: center;
}

#w-node-ac800ddb-9095-3651-3377-48fa86a83f8d-5b936b0b {
  place-self: auto center;
}

#w-node-c09d43c1-383c-7a79-2d2c-5fa420520548-5b936b0b {
  justify-self: center;
}

#w-node-_68e6623a-a295-cfad-dd7c-77295a3caff3-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a4ccf57b-c604-0b05-5a71-4935c59f345d-5b936b0b {
  justify-self: center;
}

#w-node-e106c9f8-1123-bf86-132d-a31296c795d9-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4bc6ec00-701f-8c85-b653-b3e63ec807d1-5b936b0b {
  place-self: auto center;
}

#w-node-_4bc6ec00-701f-8c85-b653-b3e63ec807d2-5b936b0b {
  justify-self: center;
}

#w-node-_4bc6ec00-701f-8c85-b653-b3e63ec807d3-5b936b0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4bc6ec00-701f-8c85-b653-b3e63ec807d4-5b936b0b, #w-node-_4bc6ec00-701f-8c85-b653-b3e63ec807d5-5b936b0b {
  justify-self: center;
}

#w-node-_9b77a7a3-8df5-2cf2-1195-880eaaa4dce4-5b936b0b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e206ad24-e4ff-a0fc-5447-4d4f07306843-5b936b0b, #w-node-e206ad24-e4ff-a0fc-5447-4d4f0730684c-5b936b0b, #w-node-e206ad24-e4ff-a0fc-5447-4d4f07306857-5b936b0b, #w-node-aad6858e-1631-0b66-f308-8080b00daa48-5b936b0b, #w-node-_4264eb15-85da-1d76-a7f3-2e0fe458a2bf-5b936b0b, #w-node-c2dbb842-4da2-556e-36e4-1d94c49e8325-5b936b1c, #w-node-c2dbb842-4da2-556e-36e4-1d94c49e832b-5b936b1c, #w-node-c2dbb842-4da2-556e-36e4-1d94c49e8331-5b936b1c, #w-node-c2dbb842-4da2-556e-36e4-1d94c49e8337-5b936b1c, #w-node-c2dbb842-4da2-556e-36e4-1d94c49e8343-5b936b1c, #w-node-c2dbb842-4da2-556e-36e4-1d94c49e8349-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_942f8574-38a0-76a4-fee3-096717e2d24f-5b936b1c {
  align-self: end;
}

#w-node-_942f8574-38a0-76a4-fee3-096717e2d251-5b936b1c, #w-node-_8fcac5fb-0504-c8c2-8e33-005674213b19-5b936b1c, #w-node-_0f26fead-b59d-e78c-3d75-024d8d6b3e18-5b936b1c, #w-node-_0cd9af8d-b345-4f9f-be68-ceaab0e424e3-5b936b1c, #w-node-_45ac1a22-10cc-d443-fca6-5c06bad24a9b-5b936b1c {
  place-self: end center;
}

#w-node-_9720c40d-2b9f-8181-315f-83a09df35039-5b936b1c {
  place-self: auto center;
}

#w-node-_9720c40d-2b9f-8181-315f-83a09df3503a-5b936b1c {
  justify-self: center;
}

#w-node-_9720c40d-2b9f-8181-315f-83a09df3503b-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9720c40d-2b9f-8181-315f-83a09df3503c-5b936b1c {
  justify-self: center;
}

#w-node-_9720c40d-2b9f-8181-315f-83a09df3503d-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-eb0ae38f-78ac-9dbd-f31d-4fef8f8fabd8-5b936b1c {
  place-self: auto center;
}

#w-node-eb0ae38f-78ac-9dbd-f31d-4fef8f8fabd9-5b936b1c {
  justify-self: center;
}

#w-node-eb0ae38f-78ac-9dbd-f31d-4fef8f8fabda-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-eb0ae38f-78ac-9dbd-f31d-4fef8f8fabdb-5b936b1c {
  justify-self: center;
}

#w-node-eb0ae38f-78ac-9dbd-f31d-4fef8f8fabdc-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4d6075d-0afb-0d30-f8fd-455b7d2f02de-5b936b1c {
  place-self: auto center;
}

#w-node-c4d6075d-0afb-0d30-f8fd-455b7d2f02df-5b936b1c {
  justify-self: center;
}

#w-node-c4d6075d-0afb-0d30-f8fd-455b7d2f02e0-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4d6075d-0afb-0d30-f8fd-455b7d2f02e1-5b936b1c, #w-node-c4d6075d-0afb-0d30-f8fd-455b7d2f02e2-5b936b1c {
  justify-self: center;
}

#w-node-b5255b4d-46df-f2f1-288f-d8f214fb5634-5b936b1c {
  place-self: auto center;
}

#w-node-b5255b4d-46df-f2f1-288f-d8f214fb5635-5b936b1c {
  justify-self: center;
}

#w-node-b5255b4d-46df-f2f1-288f-d8f214fb5636-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b5255b4d-46df-f2f1-288f-d8f214fb5637-5b936b1c {
  justify-self: center;
}

#w-node-b5255b4d-46df-f2f1-288f-d8f214fb5638-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ca510978-1a49-1807-7926-ca7bad175ee7-5b936b1c {
  place-self: auto center;
}

#w-node-ca510978-1a49-1807-7926-ca7bad175ee8-5b936b1c {
  justify-self: center;
}

#w-node-ca510978-1a49-1807-7926-ca7bad175ee9-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ca510978-1a49-1807-7926-ca7bad175eea-5b936b1c, #w-node-ca510978-1a49-1807-7926-ca7bad175eeb-5b936b1c {
  justify-self: center;
}

#w-node-_069c3796-4338-e1d2-33cc-671f760d7ec6-5b936b1c {
  place-self: auto center;
}

#w-node-_069c3796-4338-e1d2-33cc-671f760d7ec7-5b936b1c {
  justify-self: center;
}

#w-node-_069c3796-4338-e1d2-33cc-671f760d7ec8-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_069c3796-4338-e1d2-33cc-671f760d7ec9-5b936b1c {
  justify-self: center;
}

#w-node-_069c3796-4338-e1d2-33cc-671f760d7eca-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_228e240a-63ac-804b-c569-f7d1825a966d-5b936b1c {
  place-self: auto center;
}

#w-node-_228e240a-63ac-804b-c569-f7d1825a966e-5b936b1c {
  justify-self: center;
}

#w-node-_228e240a-63ac-804b-c569-f7d1825a966f-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_228e240a-63ac-804b-c569-f7d1825a9670-5b936b1c, #w-node-_228e240a-63ac-804b-c569-f7d1825a9671-5b936b1c {
  justify-self: center;
}

#w-node-d0697971-22d2-b6ae-f797-1c3219811b12-5b936b1c {
  place-self: auto center;
}

#w-node-d0697971-22d2-b6ae-f797-1c3219811b13-5b936b1c {
  justify-self: center;
}

#w-node-d0697971-22d2-b6ae-f797-1c3219811b14-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d0697971-22d2-b6ae-f797-1c3219811b15-5b936b1c {
  justify-self: center;
}

#w-node-d0697971-22d2-b6ae-f797-1c3219811b16-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a458c837-4e7c-dba2-3f91-f5c3ccd8a0eb-5b936b1c {
  place-self: auto center;
}

#w-node-a458c837-4e7c-dba2-3f91-f5c3ccd8a0ec-5b936b1c {
  justify-self: center;
}

#w-node-a458c837-4e7c-dba2-3f91-f5c3ccd8a0ed-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a458c837-4e7c-dba2-3f91-f5c3ccd8a0ee-5b936b1c, #w-node-a458c837-4e7c-dba2-3f91-f5c3ccd8a0ef-5b936b1c {
  justify-self: center;
}

#w-node-_7d753179-6176-71a3-00a4-d6c0f800099a-5b936b1c {
  place-self: auto center;
}

#w-node-_7d753179-6176-71a3-00a4-d6c0f800099b-5b936b1c {
  justify-self: center;
}

#w-node-_7d753179-6176-71a3-00a4-d6c0f800099c-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7d753179-6176-71a3-00a4-d6c0f800099d-5b936b1c, #w-node-_7d753179-6176-71a3-00a4-d6c0f800099e-5b936b1c {
  justify-self: center;
}

#w-node-ac800ddb-9095-3651-3377-48fa86a83f8d-5b936b1c {
  place-self: auto center;
}

#w-node-c09d43c1-383c-7a79-2d2c-5fa420520548-5b936b1c {
  justify-self: center;
}

#w-node-_68e6623a-a295-cfad-dd7c-77295a3caff3-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a4ccf57b-c604-0b05-5a71-4935c59f345d-5b936b1c {
  justify-self: center;
}

#w-node-e106c9f8-1123-bf86-132d-a31296c795d9-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4bc6ec00-701f-8c85-b653-b3e63ec807d1-5b936b1c {
  place-self: auto center;
}

#w-node-_4bc6ec00-701f-8c85-b653-b3e63ec807d2-5b936b1c {
  justify-self: center;
}

#w-node-_4bc6ec00-701f-8c85-b653-b3e63ec807d3-5b936b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4bc6ec00-701f-8c85-b653-b3e63ec807d4-5b936b1c, #w-node-_4bc6ec00-701f-8c85-b653-b3e63ec807d5-5b936b1c {
  justify-self: center;
}

#w-node-_9b77a7a3-8df5-2cf2-1195-880eaaa4dce4-5b936b1c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_45b3a1c4-c80f-eb02-1859-003d3323439f-5b936b1c, #w-node-_45b3a1c4-c80f-eb02-1859-003d332343ae-5b936b1c, #w-node-_45b3a1c4-c80f-eb02-1859-003d332343b7-5b936b1c, #w-node-_45b3a1c4-c80f-eb02-1859-003d332343c0-5b936b1c, #w-node-_45b3a1c4-c80f-eb02-1859-003d332343c5-5b936b1c, #w-node-f76cdbfb-1b05-0faf-4b6e-f8952ffcaf1c-5b936b1d, #w-node-f76cdbfb-1b05-0faf-4b6e-f8952ffcaf2b-5b936b1d, #w-node-f76cdbfb-1b05-0faf-4b6e-f8952ffcaf34-5b936b1d, #w-node-f76cdbfb-1b05-0faf-4b6e-f8952ffcaf3f-5b936b1d, #w-node-f76cdbfb-1b05-0faf-4b6e-f8952ffcaf44-5b936b1d, #w-node-_9447c851-cec1-a6ce-8c75-c63c70bea609-5b936b1e, #w-node-_9447c851-cec1-a6ce-8c75-c63c70bea618-5b936b1e, #w-node-_9447c851-cec1-a6ce-8c75-c63c70bea621-5b936b1e, #w-node-_9447c851-cec1-a6ce-8c75-c63c70bea62c-5b936b1e, #w-node-_9447c851-cec1-a6ce-8c75-c63c70bea631-5b936b1e, #w-node-_9e985898-35c3-30a9-af66-ed6782426c23-5b936b1f, #w-node-_9e985898-35c3-30a9-af66-ed6782426c32-5b936b1f, #w-node-_9e985898-35c3-30a9-af66-ed6782426c3b-5b936b1f, #w-node-_9e985898-35c3-30a9-af66-ed6782426c44-5b936b1f, #w-node-_9e985898-35c3-30a9-af66-ed6782426c49-5b936b1f, #w-node-c5476240-b17a-38c7-ed2d-ab8add2a82ee-5b936b20, #w-node-c5476240-b17a-38c7-ed2d-ab8add2a82fd-5b936b20, #w-node-c5476240-b17a-38c7-ed2d-ab8add2a8306-5b936b20, #w-node-c5476240-b17a-38c7-ed2d-ab8add2a830f-5b936b20, #w-node-c5476240-b17a-38c7-ed2d-ab8add2a8314-5b936b20, #w-node-_2aaf197e-6d37-86e2-2065-7dc40baa7f08-565eb83e, #w-node-_2aaf197e-6d37-86e2-2065-7dc40baa7f17-565eb83e, #w-node-_2aaf197e-6d37-86e2-2065-7dc40baa7f20-565eb83e, #w-node-_2aaf197e-6d37-86e2-2065-7dc40baa7f2b-565eb83e, #w-node-_2aaf197e-6d37-86e2-2065-7dc40baa7f30-565eb83e, #w-node-_43fa5298-57f3-eae9-c9d5-caa51e75fba2-b2eccaa0, #w-node-_43fa5298-57f3-eae9-c9d5-caa51e75fbb1-b2eccaa0, #w-node-_43fa5298-57f3-eae9-c9d5-caa51e75fbba-b2eccaa0, #w-node-_43fa5298-57f3-eae9-c9d5-caa51e75fbc5-b2eccaa0, #w-node-_43fa5298-57f3-eae9-c9d5-caa51e75fbca-b2eccaa0, #w-node-ff2b40fc-25e1-c08e-f27c-27f244daeb21-d88ace1b, #w-node-ff2b40fc-25e1-c08e-f27c-27f244daeb30-d88ace1b, #w-node-ff2b40fc-25e1-c08e-f27c-27f244daeb39-d88ace1b, #w-node-ff2b40fc-25e1-c08e-f27c-27f244daeb42-d88ace1b, #w-node-ff2b40fc-25e1-c08e-f27c-27f244daeb47-d88ace1b, #w-node-c27cb4af-001e-6437-9296-14cafd749179-e84ddc05, #w-node-c27cb4af-001e-6437-9296-14cafd749188-e84ddc05, #w-node-c27cb4af-001e-6437-9296-14cafd749191-e84ddc05, #w-node-c27cb4af-001e-6437-9296-14cafd74919c-e84ddc05, #w-node-c27cb4af-001e-6437-9296-14cafd7491a1-e84ddc05, #w-node-e1b69552-a98e-9680-bbde-e655fbb62919-2767fd84, #w-node-e1b69552-a98e-9680-bbde-e655fbb62928-2767fd84, #w-node-e1b69552-a98e-9680-bbde-e655fbb62931-2767fd84, #w-node-e1b69552-a98e-9680-bbde-e655fbb62938-2767fd84, #w-node-e1b69552-a98e-9680-bbde-e655fbb6293d-2767fd84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_845dad29-5c2b-047b-48c7-26104f146745-5b936b0b, #w-node-_845dad29-5c2b-047b-48c7-26104f14674f-5b936b0b, #w-node-c2dbb842-4da2-556e-36e4-1d94c49e8325-5b936b1c, #w-node-c2dbb842-4da2-556e-36e4-1d94c49e8337-5b936b1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_942f8574-38a0-76a4-fee3-096717e2d251-5b936b0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_8fcac5fb-0504-c8c2-8e33-005674213b19-5b936b0b {
    place-self: center;
  }

  #w-node-_0f26fead-b59d-e78c-3d75-024d8d6b3e18-5b936b0b, #w-node-_0cd9af8d-b345-4f9f-be68-ceaab0e424e3-5b936b0b, #w-node-_45ac1a22-10cc-d443-fca6-5c06bad24a9b-5b936b0b {
    align-self: center;
  }

  #w-node-_9b77a7a3-8df5-2cf2-1195-880eaaa4dce4-5b936b0b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_942f8574-38a0-76a4-fee3-096717e2d251-5b936b1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_8fcac5fb-0504-c8c2-8e33-005674213b19-5b936b1c {
    place-self: center;
  }

  #w-node-_0f26fead-b59d-e78c-3d75-024d8d6b3e18-5b936b1c, #w-node-_0cd9af8d-b345-4f9f-be68-ceaab0e424e3-5b936b1c, #w-node-_45ac1a22-10cc-d443-fca6-5c06bad24a9b-5b936b1c {
    align-self: center;
  }

  #w-node-_9b77a7a3-8df5-2cf2-1195-880eaaa4dce4-5b936b1c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_942f8574-38a0-76a4-fee3-096717e2d24f-5b936b0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_942f8574-38a0-76a4-fee3-096717e2d251-5b936b0b, #w-node-_8fcac5fb-0504-c8c2-8e33-005674213b19-5b936b0b, #w-node-_0f26fead-b59d-e78c-3d75-024d8d6b3e18-5b936b0b, #w-node-_0cd9af8d-b345-4f9f-be68-ceaab0e424e3-5b936b0b, #w-node-_45ac1a22-10cc-d443-fca6-5c06bad24a9b-5b936b0b {
    place-self: center;
  }

  #w-node-_942f8574-38a0-76a4-fee3-096717e2d24f-5b936b1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_942f8574-38a0-76a4-fee3-096717e2d251-5b936b1c, #w-node-_8fcac5fb-0504-c8c2-8e33-005674213b19-5b936b1c, #w-node-_0f26fead-b59d-e78c-3d75-024d8d6b3e18-5b936b1c, #w-node-_0cd9af8d-b345-4f9f-be68-ceaab0e424e3-5b936b1c, #w-node-_45ac1a22-10cc-d443-fca6-5c06bad24a9b-5b936b1c {
    place-self: center;
  }
}


