:root {
  --midnight-blue: #0a0038;
  --black: black;
  --medium-sea-green: #09ca77;
  --white: white;
  --dodger-blue: #388bfd;
  --moccasin: #ffe8b4;
  --grey: #8a8a8a;
  --dark-turquoise: #22cae1;
  --hot-pink: #ee7abb;
  --white-smoke: whitesmoke;
  --gainsboro: #dddcdc;
  --tomato: #f0583a;
}

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

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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

body {
  border-top: 6px solid var(--midnight-blue);
  color: var(--midnight-blue);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h1 {
  color: var(--black);
  font-size: 4rem;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  color: var(--black);
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 2.666rem;
  line-height: 120%;
}

h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.button {
  background-color: var(--medium-sea-green);
  color: var(--white);
  text-align: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .2s;
  display: inline-block;
}

.button:hover {
  background-color: var(--midnight-blue);
  text-decoration: none;
}

.button:active {
  background-color: var(--medium-sea-green);
}

.button.button-nav {
  background-color: var(--black);
  margin-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer {
  justify-content: center;
  align-items: flex-start;
  padding: 60px 20px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  border-top-style: none;
  font-family: Outfit, sans-serif;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container {
  max-width: 1240px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.container.container-narrow {
  max-width: 1320px;
}

.nav-link {
  padding: 10px;
  font-size: 18px;
}

.nav-link:hover {
  color: var(--dodger-blue);
}

.nav-link:active {
  color: var(--midnight-blue);
}

.nav-link.w--current {
  color: var(--dodger-blue);
}

.nav-link.w--current:active {
  color: var(--medium-sea-green);
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  padding: 20px 60px;
  display: block;
}

.div-block {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.panel-announce {
  background-color: var(--moccasin);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.rich-text h3 {
  margin-top: 40px;
}

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

.page-title {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}

.section-body {
  padding-top: 40px;
  padding-bottom: 60px;
}

.text-date {
  color: var(--grey);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  display: inline;
}

.text-testimonial {
  color: var(--black);
  text-align: center;
  margin-bottom: 24px;
  padding-top: 56px;
  padding-right: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-2 {
  width: 80%;
  object-position: 50% 50%;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: var(--black);
  text-align: left;
  padding-top: 0;
  font-weight: 600;
}

.slide-nav {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.section {
  padding: 40px 24px;
  position: relative;
}

.section.section-home {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding: 112px 0;
}

.section.section-process {
  position: relative;
}

.section.section-testimonials {
  overflow: hidden;
}

.section.section-topics, .section.section-animation {
  padding-top: 80px;
  padding-bottom: 80px;
}

.h1.text-centre {
  text-align: center;
  letter-spacing: -1px;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 120%;
}

.width-50 {
  width: 50%;
}

.width-50.margin-auto {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.width-50.margin-auto.flex-vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image {
  width: 350px;
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: auto;
  right: 50px;
}

.hand-left {
  width: 350px;
  position: absolute;
  top: 20%;
  left: 45px;
}

.h4.text-centre {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.h4.text-left {
  color: var(--black);
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.typed-words {
  color: var(--grey);
  font-size: 2.666rem;
  font-weight: 500;
}

.hero-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  margin-top: 32px;
  display: flex;
}

.width-60 {
  width: 50%;
}

.width-60.margin-auto {
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-7 {
  justify-content: space-between;
  display: flex;
}

.div-block-8 {
  width: 30%;
}

.div-block-9 {
  width: 80%;
  border: 2px #000;
  margin-top: 60px;
  display: block;
}

.div-block-10 {
  width: 30%;
}

.div-block-11 {
  height: 200px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 2px;
  margin-bottom: 32px;
  padding: 24px;
  display: flex;
}

.text-centre {
  text-align: center;
  display: inline-block;
}

.heading-2 {
  color: var(--black);
  align-self: center;
  margin-top: 0;
  margin-bottom: 8px;
}

.div-block-13 {
  align-self: center;
}

.icon-process {
  height: 80%;
  align-self: center;
  margin-right: 32px;
}

.paragraph-2 {
  margin-bottom: 0;
  font-weight: 300;
}

.blob-process {
  z-index: 100;
  width: 600px;
  height: 600px;
  color: var(--dark-turquoise);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 41%;
  bottom: 0%;
  left: -18%;
  right: auto;
}

.div-block-14 {
  justify-content: center;
  display: flex;
}

.icon-heart {
  margin-right: 16px;
}

.slide {
  border: 3px solid #000;
  border-radius: 15px;
  margin-left: 0;
  margin-right: 60px;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask {
  overflow: visible;
}

.right-arrow {
  display: inline;
  top: -48%;
  bottom: auto;
  left: auto;
  right: -14%;
}

.container-2 {
  margin-top: 60px;
}

.left-arrow {
  top: -48%;
  bottom: auto;
  left: -14%;
  right: auto;
}

.bold-text {
  font-size: 16px;
  font-weight: 600;
}

.heading-4 {
  white-space: nowrap;
}

.heading-4.text-centre {
  letter-spacing: -1px;
  line-height: 120%;
  display: block;
}

.quote-bottom {
  position: absolute;
  top: 94%;
  left: 86%;
}

.quote-top {
  position: absolute;
  top: -9%;
}

.quote-top.middle, .quote-top.last {
  left: 60px;
}

.home-about {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.heart-about {
  margin-right: 16px;
  position: absolute;
  top: 5%;
  left: 72%;
}

.text-span-4 {
  margin-right: .5rem;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.dropdown-link {
  font-size: 16px;
  font-weight: 500;
}

.dropdown-link.w--current:hover {
  color: var(--dodger-blue);
}

.dropdown-list {
  background-color: #b8afaf;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.dropdown-toggle {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.menu-icon {
  padding-right: 2px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.menu-bold {
  font-size: 16px;
  font-weight: 500;
}

.faq-item {
  border: 2px solid var(--dodger-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.faqs-paragraph {
  color: var(--black);
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.faqs-paragraph-2 {
  color: var(--black);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.faqs-button {
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  flex: none;
  align-self: center;
  margin-bottom: 12px;
  padding: 9px 32px;
  font-weight: 600;
  position: relative;
}

.nav-how-it-works {
  padding: 10px;
  font-size: 18px;
}

.nav-how-it-works:hover, .nav-how-it-works:active {
  color: var(--dodger-blue);
}

.nav-how-it-works.w--current {
  color: var(--dodger-blue);
  -webkit-text-stroke-color: var(--dodger-blue);
}

.nav-how-it-works.w--current:active {
  color: var(--medium-sea-green);
}

.nav-who-we-are {
  padding: 10px;
  font-size: 18px;
}

.nav-who-we-are:hover {
  color: var(--dodger-blue);
}

.nav-who-we-are:active {
  color: var(--midnight-blue);
}

.nav-who-we-are.w--current {
  color: var(--dodger-blue);
}

.nav-who-we-are.w--current:active {
  color: var(--medium-sea-green);
}

.nav-faqs {
  padding: 10px;
  font-size: 18px;
}

.nav-faqs:hover {
  color: var(--dodger-blue);
}

.nav-faqs:active {
  color: var(--midnight-blue);
}

.nav-faqs.w--current {
  color: var(--dodger-blue);
}

.nav-faqs.w--current:active {
  color: var(--medium-sea-green);
}

.nav-testimonials {
  padding: 10px;
  font-size: 18px;
}

.nav-testimonials:hover {
  color: var(--dodger-blue);
}

.nav-testimonials:active {
  color: var(--midnight-blue);
}

.nav-testimonials.w--current {
  color: var(--dodger-blue);
}

.nav-testimonials.w--current:active {
  color: var(--medium-sea-green);
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.quotes {
  width: 25px;
}

.content-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrap-center.max-width-800 {
  max-width: 800px;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.paragraph-7 {
  opacity: .9;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.testimonials-school {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.image-5 {
  border-radius: 20px;
}

.testimonials-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .25fr;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
}

.testimonials-grid-empty {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  margin-left: 5px;
  margin-right: 5px;
}

.body-5 {
  border-top-style: none;
}

.page-heading {
  text-align: center;
  line-height: 120%;
}

.page-p {
  color: rgba(24, 24, 24, .9);
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.page-p2 {
  color: rgba(24, 24, 24, .9);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.page-small {
  text-align: center;
  font-size: 20px;
  line-height: 120%;
}

.image-7 {
  margin-top: 10px;
}

.text-span-10 {
  color: var(--dodger-blue);
}

.text-span-13, .text-span-14, .text-span-15 {
  font-family: "Fa solid 900", sans-serif;
}

.link-no-style, .link-3, .link-4 {
  text-decoration: none;
}

.image-bubble {
  position: absolute;
  top: 49px;
  left: 8%;
}

.image-bubble2 {
  position: absolute;
  top: 122px;
  left: 92%;
}

.image-features {
  height: 50%;
}

.h2-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-17 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 200px 200px 200px 200px;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.bold-text-2 {
  text-align: center;
}

.heading-11 {
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-size: 2.666rem;
  line-height: 100%;
}

.content-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faq-question-2 {
  width: 100%;
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.faq-question-2:hover {
  color: var(--dodger-blue);
  -webkit-text-stroke-color: var(--dodger-blue);
}

._2-4-grid {
  min-height: 150px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

._2-4-grid.vertical-mobile {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.minus-2 {
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 20px;
  position: absolute;
}

.faq-p {
  color: #000;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 300;
}

.plus-2 {
  width: 3px;
  height: 100%;
  background-color: #000;
  border-radius: 20px;
  position: absolute;
}

.accordion-wrap {
  width: 100%;
  max-width: 800px;
  border: 1px solid #f2f3ff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 30px -10px rgba(29, 1, 80, .1);
}

.faq-answer-2 {
  width: 100%;
  text-align: left;
  border-bottom: 1px #cfcfcf;
  overflow: hidden;
}

.p-m-wrap-2 {
  width: 15px;
  height: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-item-2 {
  width: 100%;
  max-width: none;
  border: 2px solid var(--dodger-blue);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.details-grid {
  width: 100%;
  grid-column-gap: 35px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 44px;
}

.slider-number {
  width: 114px;
  height: 40px;
  border: 2px solid var(--dodger-blue);
  color: #000;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-top: -78px;
  margin-left: 15px;
  display: flex;
  position: absolute;
  left: -60px;
}

.icon-wrap {
  text-align: left;
  align-items: center;
  display: flex;
}

.range-wrapper {
  margin-top: 72px;
  position: relative;
}

.pages-number {
  margin-right: 3px;
}

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

.number-of-days {
  color: var(--dodger-blue);
  font-size: 36px;
}

.range-box {
  width: 360px;
}

.bold-text-6 {
  color: var(--dodger-blue);
  font-size: 36px;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

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

.message_success {
  color: #fff;
  background-color: #19b13a;
  border-radius: 10px;
  font-weight: 600;
}

.reminder {
  color: #388bfd;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -5px;
  margin-bottom: 10px;
  padding: 0;
}

.input-2 {
  width: 100%;
  height: 48px;
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px rgba(29, 1, 80, .1);
}

.input-2:hover {
  box-shadow: none;
  border-color: #388bfd;
}

.input-2:focus {
  border: 1px solid #388bfd;
}

.input-2::-ms-input-placeholder {
  color: #000;
}

.input-2::placeholder {
  color: #000;
}

.border-wrap-2 {
  width: auto;
  max-width: none;
  min-width: 400px;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, .1);
}

.spacer_xs {
  width: 100%;
  height: 10px;
}

.checkbox-field-3 {
  text-align: left;
}

.form-inner {
  flex-direction: column;
  display: flex;
}

.input-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper._15p-right {
  margin-right: 15px;
}

.paragraph-10 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.grid_features {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 25%;
  grid-auto-flow: row;
  display: grid;
}

.card_small {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 20px 30px -15px rgba(29, 1, 80, .1);
}

.card_small.no-borders {
  height: 180px;
  border-style: none;
  border-color: #b7bbd1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.collect-pics {
  height: 80px;
}

.collect-text {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.wg-flag {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wg-left-side {
  color: #170f49;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.wg-left-side.hover {
  transition: color .3s;
}

.wg-left-side.hover:hover {
  color: #4a3aff;
}

.wg-dropdown-1 {
  margin-left: 32px;
}

.wg-dd-1-togle {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  padding: 0;
  transition: border .3s;
}

.wg-dd-1-togle:hover {
  border-color: #4a3aff;
}

.wg-dropdown-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 8px 20px;
  display: grid;
  box-shadow: 4px 4px 5px rgba(8, 15, 52, .04);
}

.wg-selector-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wg-dropdown-1-link {
  padding: 0;
  text-decoration: none;
}

.wg-dd-1-list {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0 0;
}

.button-register {
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  flex: none;
  align-self: center;
  margin-bottom: 12px;
  padding: 9px 32px;
  font-weight: 600;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.content-wrap-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._1-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
}

.text-span-29 {
  color: #388bfd;
}

.button-9 {
  height: 50px;
  color: #fff;
  background-color: #388bfd;
  border-radius: 10px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px rgba(29, 1, 80, .1);
}

.button-9:hover {
  box-shadow: none;
  background-color: #000;
}

.button-9.in-form {
  width: 100%;
  height: 46px;
  background-color: var(--dodger-blue);
  width: 100%;
  height: 48px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.spacer-l {
  width: 100%;
  height: 30px;
}

.hero-image-2 {
  width: 60%;
  border-radius: 10px;
}

.content-wrap-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._1-2-grid-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
}

.testimonial-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 5fr;
  align-content: start;
  position: -webkit-sticky;
  position: sticky;
}

.testimonial-cards-wrap-right {
  width: 50%;
  padding-top: 30px;
  padding-left: 10px;
}

.testimonials-wrap {
  display: flex;
}

.testimonial-cards-wrap-left {
  width: 50%;
  padding-right: 10px;
}

.testimonial-card {
  border: 3px solid var(--dodger-blue);
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 30px;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-left-wrapper {
  flex-direction: column;
  display: flex;
}

.spacer-xl {
  width: 100%;
  height: 40px;
}

.navbar-logo-link-footer {
  max-width: 160px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
}

.footer-link-2 {
  width: auto;
  min-width: 50%;
  color: #000;
  border-bottom: 1px rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-2:hover {
  opacity: 1;
  color: #388bfd;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.social-link-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer-top-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer-items-grid {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
  color: #000;
  transition: all .2s;
}

.social-icon-2:hover {
  color: #388bfd;
}

.main-container-5 {
  width: 100%;
  max-width: 1100px;
}

.footer-column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer-credit-text {
  color: #000;
  font-size: .875rem;
}

.logo-img {
  color: #000;
}

.icon-5 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.icon-5.dark {
  color: #000;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.text-span-33 {
  color: var(--dodger-blue);
}

.heading-14 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.666rem;
  line-height: 100%;
}

.hero-image-3 {
  width: 80%;
  border-radius: 10px;
}

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

.tabs-content {
  overflow: visible;
}

.tabs-content.card {
  width: 100%;
  padding: 56px 48px;
}

.tabs-menu-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.gap-56px {
  grid-template-columns: 1fr;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.width-48px {
  width: 48px;
  border-radius: 10px;
}

.square-icon.width-48px.mg-right-16px {
  width: 42px;
  margin-right: 10px;
}

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

.tab-left-icon {
  width: 100%;
  background-color: #fff;
  border: 2px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 18px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.tab-left-icon:hover {
  border-color: #4a3aff;
}

.tab-left-icon.w--current {
  background-color: #fff;
  border-width: 2px;
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.tab-left-icon.small {
  width: auto;
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
}

.tab-left-icon.small.center {
  margin: 0 12px;
}

.tab-left-icon.small.center:hover, .tab-left-icon.small.center.w--current {
  border-color: var(--dodger-blue);
}

.card {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
}

._1-3-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._1-3-grid._50-p {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.content-wrap-stats {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.counter {
  color: var(--dodger-blue);
  font-size: 2.666rem;
  font-weight: 700;
  line-height: 60px;
}

.counter-plus {
  color: var(--dodger-blue);
  text-align: center;
  font-size: 2.666rem;
  font-weight: 700;
  line-height: 60px;
}

.facts-text {
  text-align: center;
  letter-spacing: -1px;
  margin-top: -20px;
  margin-bottom: 0;
  font-size: 28px;
}

.grid_features2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 25%;
  grid-auto-flow: row;
  display: grid;
}

.tab-right-icon {
  width: 100%;
  background-color: #fff;
  border: 2px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 18px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.tab-right-icon:hover {
  border-color: #4a3aff;
}

.tab-right-icon.w--current {
  background-color: #fff;
  border-width: 2px;
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.tab-right-icon.small {
  width: auto;
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
}

.tab-right-icon.small.center {
  margin: 0 12px;
}

.tab-right-icon.small.center:hover, .tab-right-icon.small.center.w--current {
  border-color: #ff4141;
}

.register-pic {
  width: 400px;
  position: relative;
  top: -40px;
}

.hero-button-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  display: flex;
  position: relative;
  top: 75px;
  left: 120px;
}

._1-2-grid-half {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
}

.slider-arrow---brix {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: #4a3aff;
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  box-shadow: 0 4px 4px rgba(12, 4, 102, .2);
}

.slider-arrow---brix:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px rgba(12, 4, 102, .1);
}

.slider-arrow---brix:active {
  transform: scale(.94);
}

.lightbox-video---brix {
  width: 100%;
  height: 100%;
}

.subtitle---brix {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 500;
}

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

.bold-text-8 {
  font-weight: 600;
}

.input-label-3 {
  z-index: 2;
  float: left;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 3px;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: static;
  left: 6px;
}

.register-form-heading {
  z-index: 2;
  color: var(--dodger-blue);
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input-4 {
  height: 48px;
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px rgba(29, 1, 80, .1);
}

.input-4:hover {
  box-shadow: none;
  border-color: #388bfd;
}

.input-4:focus {
  border: 1px solid #388bfd;
}

.input-4::-ms-input-placeholder {
  color: #000;
}

.input-4::placeholder {
  color: #000;
}

.step-block {
  min-height: 60vh;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-nav-3 {
  max-width: 150px;
  background-color: #fff;
  border-radius: 500px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.author-image {
  width: 50px;
  border-radius: 100px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .14);
}

.testimonial-logo {
  margin-bottom: 25px;
}

.left-arrow-2 {
  width: 45px;
  height: 45px;
  background-color: #7854f7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow-2:hover {
  transform: translate(-2px);
}

.quote-content {
  color: #272d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.slider-horizontal {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
}

.author-name {
  color: #272d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.testimonial-decor-2 {
  z-index: 1;
  max-width: 35%;
  position: absolute;
  top: auto;
  bottom: -11%;
  left: -9%;
  right: auto;
}

.testimonial-decor {
  z-index: 1;
  max-width: 30%;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.testimonial-image-wrap {
  width: 40%;
  height: 350px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.author-job {
  color: rgba(21, 28, 52, .5);
}

.slider-mask {
  overflow: visible;
}

.play-button {
  position: absolute;
}

.testimonial-content {
  width: 60%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 75px;
  display: flex;
}

.height-100px {
  min-height: 100px;
}

.container-8 {
  margin-left: auto;
  margin-right: auto;
}

.container-8._660 {
  max-width: 660px;
}

.testimonial-card-2 {
  height: 100%;
  display: flex;
  box-shadow: 17px 88px 60px -100px rgba(79, 94, 120, .18), 11px 0 20px -9px rgba(79, 94, 120, .1);
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.slider-wrapper {
  position: relative;
}

.testimonials-2 {
  background-image: linear-gradient(#fff, rgba(131, 179, 255, .2) 51%, #fff);
  padding: 100px 5% 150px;
}

.horizontal-angle {
  z-index: 99;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.right-arrow-2 {
  width: 45px;
  height: 45px;
  background-color: #7854f7;
  border-radius: 100px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow-2:hover {
  transform: translate(2px);
}

.spacer_l {
  width: 100%;
  height: 30px;
}

.link-5 {
  color: #000;
  text-decoration: none;
}

.h2-5 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.grid_1-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.grid_1-2._75-space {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

.spacer_m {
  width: 100%;
  height: 20px;
}

.icon-6 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.icon-6.dark {
  color: #000;
}

.border-wrap {
  width: auto;
  max-width: none;
  min-width: 400px;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, .1);
}

.icon_text-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular.text-weight-semibold {
  font-weight: 600;
}

.paragraph-small {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.team-social-link {
  color: #1e1e20;
}

.team-card {
  height: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.team-detail {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
}

.team-small-detail {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-social {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.team-social:hover {
  color: #5fc867;
}

.team-social-wrapper {
  align-items: center;
  display: flex;
}

.team-detail-wrapper {
  align-items: flex-end;
  padding: 8px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-image-button {
  width: 1.5rem;
  margin-right: .5rem;
}

.arrow-link-block {
  flex-direction: row;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.arrow-link-block.outline {
  border: 1px solid var(--dodger-blue);
  box-shadow: 6px 6px 0 0 var(--dodger-blue);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
}

.text-color-black {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.button-15 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 12px;
  padding: 1rem 1.8rem;
  font-weight: 600;
  box-shadow: 6px 6px #1353fe;
}

.button-15.is-large {
  box-shadow: 6px 6px 0 0 var(--dodger-blue);
  padding: 1rem 2rem;
}

.paragraph-short-background {
  color: #fff;
  background-image: url('../images/background-text.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 1rem;
  padding-right: 1rem;
}

.heading-20 {
  letter-spacing: -1px;
  font-weight: 700;
}

.paragraph-long-background {
  color: #fff;
  background-image: url('../images/background-text-large.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-background {
  color: #fff;
  background-image: url('../images/background-header.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 1rem;
  padding-right: 1rem;
}

.features-grid_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 18px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 9px 9px #000;
}

.container-9 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container-9.cc-flex-h {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text_left {
  letter-spacing: -.02em;
  margin-top: 12px;
  margin-bottom: 0;
  padding-right: 180px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.col-right {
  max-width: 80%;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.div-block-24 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.block {
  min-height: 400px;
  color: #fff;
  background-color: #7946f3;
  align-items: stretch;
  margin-bottom: 100px;
  padding: 48px 50px 56px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.block._1 {
  background-color: #182952;
  top: 22%;
}

.block._1.features-grid_item {
  height: 300px;
  min-height: auto;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 32px;
  padding: 24px;
}

.block._3 {
  background-color: #7045af;
  top: 30%;
}

.block._3.features-grid_item {
  height: 300px;
  min-height: auto;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 32px;
  padding: 24px;
}

.block._4 {
  background-color: #e14594;
  margin-bottom: 0;
  top: 34%;
}

.block._4.features-grid_item {
  height: 300px;
  min-height: auto;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 32px;
  padding: 24px;
}

.block._2 {
  background-color: #2b3595;
  top: 26%;
}

.block._2.features-grid_item {
  height: 300px;
  min-height: auto;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 32px;
  padding: 24px;
}

.col-left {
  max-width: 30%;
  flex: 1;
  align-self: stretch;
  position: relative;
}

.learn_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
}

.block-title {
  opacity: .2;
  color: #000;
  letter-spacing: -.04px;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.block-text {
  color: #000;
  letter-spacing: -.01em;
}

.heading-21 {
  text-align: center;
  letter-spacing: -1px;
  align-self: center;
}

.policy-heading {
  font-size: 32px;
}

.image-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-large_image {
  width: 100%;
  max-height: 32rem;
  object-fit: cover;
  border-radius: 18px;
}

.shadow-div {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 18px;
  position: absolute;
  top: 1rem;
  bottom: 0%;
  left: 1rem;
  right: 0%;
}

.pet2school-text {
  color: var(--black);
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.pet2school-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 50px;
}

.pet2school-contact._75-space {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

.bold-text-9 {
  color: var(--black);
}

.image-new {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-new-img {
  width: 100%;
  max-height: 32rem;
  object-fit: cover;
  border-radius: 18px;
}

.image-shadow {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 18px;
  position: absolute;
  top: 1rem;
  bottom: 0%;
  left: 1rem;
  right: 0%;
}

.image-8 {
  width: 40%;
}

.hero-large-image_pattern2 {
  z-index: -10;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 0%;
  right: auto;
}

.hero-large-image_pattern1 {
  z-index: -10;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-new-faqs {
  width: 100%;
  max-width: 80rem;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-large-image_pattern3 {
  z-index: -10;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-large-image_pattern4 {
  z-index: -10;
  position: absolute;
  top: 70%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-large-image_pattern5 {
  z-index: -10;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: 0%;
  right: auto;
}

.hero-large-image_pattern6 {
  z-index: -10;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.register-btn {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 12px;
  padding: 1rem 1.8rem;
  font-weight: 600;
  box-shadow: 6px 6px #1353fe;
}

.register-btn.is-large {
  box-shadow: 6px 6px 0 0 var(--dodger-blue);
  padding: 1rem 2rem;
}

.register-btn.register-lrg-btn {
  border: 1px solid var(--dodger-blue);
  box-shadow: 6px 6px 0 0 var(--dodger-blue);
  color: #000;
  background-color: #fff;
  padding: .75rem 2rem;
}

.section_footer-simple {
  background-color: #000;
  background-image: url('../images/Mask-group-2.svg');
  background-position: 50%;
  background-size: cover;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.image-new-reviews {
  width: 100%;
  max-width: 80rem;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section2 {
  padding: 40px 24px;
  position: relative;
}

.section2.section-home {
  background-color: rgba(0, 0, 0, 0);
  padding: 112px 0;
}

.section2.section-process {
  position: relative;
}

.section2.section-testimonials {
  overflow: hidden;
}

.section2.section-topics {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section2.section-topics2 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.how-it-works-wrapper {
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.how-it-works-header-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-content-2 {
  max-width: 32rem;
  overflow: visible;
}

.tab-icon-2 {
  position: absolute;
  top: auto;
  bottom: 12vh;
  left: auto;
  right: -7.8vw;
}

.how-it-works-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.how-it-works-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.tab-bg-image {
  z-index: -1;
  max-width: 37.5rem;
  position: absolute;
  top: -9%;
  bottom: 0%;
  left: auto;
  right: -15%;
}

.how-it-works-content-wrapper {
  height: auto;
  border: 1px solid var(--black);
  box-shadow: 9px 9px 0 0 var(--black);
  cursor: pointer;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5625rem;
  display: flex;
}

.how-it-works-content-wrapper.w--current {
  border-color: var(--black);
  box-shadow: 9px 9px 0 0 var(--black);
  background-color: #fff;
  border-radius: 18px;
}

.tab-icon-1 {
  position: absolute;
  top: auto;
  bottom: -7vh;
  left: auto;
  right: 10vw;
}

.layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 80px;
  display: grid;
}

.layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.how-it-works-text, .hide-desktop {
  margin-top: 1.25rem;
}

.tips-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  margin-top: 20px;
  display: flex;
}

.grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.resources-paragraph {
  text-align: center;
  margin-top: 1.25rem;
}

.fundraising-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 18px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 9px 9px #000;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.bottom-cookie-wrapper {
  background-color: #1f1f1f;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-button-bottom {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.white-x {
  width: 17px;
  height: 17px;
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0 0;
  background-size: auto;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.cookie-span {
  color: #b5e3f4;
  border-bottom-style: none;
  font-weight: 600;
}

.tips-grid {
  min-height: 150px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.tips-grid.vertical-mobile {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.tips-grid.mobile-tips {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.meet-the-team-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-field {
  width: 400px;
}

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

.icon-clothes-1 {
  width: 60px;
  position: absolute;
  top: 12%;
  left: 45px;
  transform: rotate(-28deg);
}

.icon-clothes-2 {
  width: 60px;
  position: absolute;
  top: 4%;
  left: 195px;
  transform: rotate(9deg);
}

.icon-clothes-3 {
  width: 60px;
  position: absolute;
  top: 11%;
  left: 337px;
  transform: rotate(9deg);
}

.image-9 {
  width: 100%;
  overflow: hidden;
}

.text-span-34 {
  color: var(--dodger-blue);
}

.faqs-title {
  max-width: 90%;
}

.slide-2 {
  border: 3px solid #000;
  border-radius: 15px;
  margin-left: 0;
  margin-right: 60px;
}

.left-arrow-3 {
  top: -48%;
  bottom: auto;
  left: -14%;
  right: auto;
}

.review-container {
  height: 100%;
  max-width: 700px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  padding: 40px 24px 80px;
  position: relative;
}

.section-2.section-testimonials {
  overflow: hidden;
}

.div-block-25 {
  justify-content: center;
  display: flex;
}

.text-testimonial-2 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.right-arrow-3 {
  display: inline;
  top: -48%;
  bottom: auto;
  left: auto;
  right: -14%;
}

.testimonials-author {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .image-bubble {
    top: 625px;
    left: 92%;
  }

  .image-bubble2 {
    top: 178px;
    left: 5%;
  }
}

@media screen and (min-width: 1920px) {
  .image-bubble {
    top: 370px;
    left: 6%;
  }

  .image-bubble2 {
    top: 610px;
    left: 90%;
  }
}

@media screen and (max-width: 991px) {
  .button.button-nav {
    margin-top: 20px;
    margin-left: 0;
  }

  .container {
    max-width: 920px;
  }

  .nav-link {
    background-color: var(--white);
    text-align: center;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    background-color: var(--black);
    color: var(--white);
  }

  .menu-button.w--open {
    background-color: var(--dodger-blue);
  }

  .nav-menu {
    background-color: var(--white);
    padding-bottom: 40px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .4);
  }

  .section-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .section.section-home {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section-testimonials {
    padding-bottom: 120px;
  }

  .section.section-topics, .section.section-animation {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h1.text-centre {
    font-size: 2.8rem;
  }

  .width-50.margin-auto.flex-vertical {
    width: 50%;
  }

  .image {
    width: 160px;
    top: 10%;
    right: 25px;
  }

  .hand-left {
    width: 160px;
    top: 10%;
    left: 28px;
  }

  .h4.text-centre {
    font-size: 14px;
  }

  .h4.text-left {
    text-align: center;
    font-size: 14px;
  }

  .width-60.margin-auto {
    width: 80%;
  }

  .div-block-8 {
    z-index: 100;
    width: 65%;
    position: relative;
  }

  .div-block-11 {
    height: 300px;
    align-items: center;
  }

  .heading-2 {
    font-size: 20px;
  }

  .icon-process {
    max-height: 180px;
    max-width: none;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .blob-process {
    display: none;
  }

  .slide {
    height: auto;
  }

  .right-arrow {
    right: 10%;
  }

  .left-arrow {
    top: -48%;
    left: 10%;
  }

  .heading-4 {
    white-space: normal;
  }

  .heading-4.text-centre {
    min-height: 300px;
  }

  .home-about {
    font-size: 14px;
  }

  .heart-about {
    display: none;
  }

  .dropdown-link, .dropdown-list.w--open {
    text-align: center;
  }

  .faqs-paragraph, .faqs-paragraph-2 {
    font-size: 14px;
  }

  .nav-how-it-works, .nav-who-we-are, .nav-faqs, .nav-testimonials {
    background-color: var(--white);
    text-align: center;
  }

  .testimonials-grid {
    grid-template-columns: 2fr .25fr;
  }

  .image-bubble {
    display: none;
    top: 150px;
  }

  .image-bubble2 {
    display: none;
    top: 728px;
    left: 85%;
  }

  .h2-4 {
    font-size: 32px;
  }

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

  .faq-p {
    font-size: 14px;
  }

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

  .collect-text {
    text-align: center;
    font-size: 20px;
  }

  .wg-dropdown-list {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    padding-right: 20px;
  }

  .wg-dd-1-list.wg-dropdown-link-flag {
    width: 100%;
  }

  .content-wrap-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  ._1-2-grid {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .hero-image-2 {
    max-height: 260px;
  }

  .content-wrap-3 {
    align-items: center;
  }

  ._1-2-grid-left {
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .testimonial-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    position: static;
  }

  .footer-top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tabs-content.card {
    padding: 40px 32px 48px;
  }

  .tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab-left-icon.small {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._1-3-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

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

  .tab-right-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab-right-icon.small {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._1-2-grid-half {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lightbox-video---brix {
    height: auto;
  }

  .testimonial-image {
    position: relative;
  }

  .testimonial-content {
    padding-left: 25px;
    padding-right: 40px;
  }

  .testimonials-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .grid_1-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid_1-2._75-space.reverse {
    flex-direction: column-reverse;
  }

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

  .features-grid_item {
    margin-bottom: 2rem;
  }

  .container-9.cc-flex-h {
    flex-direction: column;
  }

  .col-right {
    max-width: 100%;
    align-self: center;
    margin-top: 24px;
  }

  .block {
    top: 28%;
  }

  .col-left {
    max-width: 100%;
    align-self: center;
  }

  .heading-21 {
    align-self: center;
  }

  .image-container-large {
    height: 32rem;
  }

  .hero-large_image {
    height: 100%;
    max-height: none;
  }

  .pet2school-text {
    font-size: 14px;
  }

  .pet2school-contact {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-new {
    height: 32rem;
  }

  .image-new-img {
    height: 100%;
    max-height: none;
  }

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

  .hero-large-image_pattern2, .hero-large-image_pattern1 {
    display: none;
  }

  .image-new-faqs {
    height: 32rem;
  }

  .hero-large-image_pattern3, .hero-large-image_pattern4, .hero-large-image_pattern6 {
    display: none;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-new-reviews {
    height: 32rem;
  }

  .section2.section-home {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section2.section-topics, .section2.section-topics2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .how-it-works-wrapper {
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-content-2 {
    max-width: none;
  }

  .how-it-works-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .tab-bg-image {
    top: -20%;
    right: -30%;
  }

  .layout28_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .fundraising-grid {
    margin-bottom: 2rem;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }

  .icon-clothes-1, .icon-clothes-2, .icon-clothes-3 {
    width: 160px;
    top: 10%;
    left: 28px;
  }

  .slide-2 {
    height: 100%;
  }

  .left-arrow-3 {
    top: -48%;
    left: 5%;
  }

  .review-container {
    max-width: 700px;
  }

  .section-2.section-testimonials {
    padding-bottom: 120px;
  }

  .right-arrow-3 {
    right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .container, .panel-announce, .page-title, .section-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-testimonial {
    padding-top: 16px;
    padding-right: 0;
  }

  .section, .section.section-home, .section.section-topics {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.section-animation {
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
  }

  .width-50.margin-auto.flex-vertical {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image, .hand-left {
    display: none;
  }

  .width-60.margin-auto {
    width: 100%;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .div-block-8, .div-block-10 {
    width: 100%;
  }

  .heart-about {
    top: 2%;
    left: 79%;
  }

  .image-bubble {
    display: none;
    left: 5%;
  }

  .image-bubble2 {
    display: none;
    top: 830px;
    left: 80%;
  }

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

  ._2-4-grid {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  ._1-2-grid-left {
    flex-direction: row;
  }

  .testimonial-grid {
    grid-template-columns: 1.5fr;
  }

  .testimonial-cards-wrap-right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .testimonials-wrap {
    flex-direction: column;
  }

  .testimonial-cards-wrap-left {
    width: 100%;
    padding-right: 0;
  }

  .testimonial-card {
    margin-bottom: 30px;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer-credit-text {
    margin-top: 0;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .tabs-menu-2 {
    flex-direction: column;
    align-items: stretch;
  }

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

  .square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .tab-left-icon {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tab-left-icon.small.center {
    margin: 10px 0;
  }

  .tab-right-icon {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tab-right-icon.small.center {
    margin: 10px 0;
  }

  .slider-arrow---brix {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .step-block {
    min-height: 110vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .testimonial-content {
    width: 100%;
    padding: 45px;
  }

  .testimonial-card-2 {
    flex-wrap: wrap;
  }

  .horizontal-angle {
    display: none;
  }

  .features-grid_item {
    padding: 2rem;
  }

  .container-9 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-9.cc-flex-h {
    flex-direction: column;
  }

  .text_left {
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-right: 40px;
  }

  .block {
    margin-bottom: 40px;
  }

  .block._1.features-grid_item, .block._3.features-grid_item, .block._4.features-grid_item, .block._2.features-grid_item {
    height: 500px;
  }

  .heading-21 {
    align-self: center;
  }

  .hero-large-image_pattern2, .hero-large-image_pattern5, .hero-large-image_pattern6 {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section2, .section2.section-home, .section2.section-topics, .section2.section-topics2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .fundraising-grid {
    padding: 2rem;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .tips-grid {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .icon-clothes-1, .icon-clothes-2, .icon-clothes-3 {
    display: none;
  }

  .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-testimonial-2 {
    width: 650px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .container {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.container-narrow {
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-button {
    background-color: var(--black);
  }

  .menu-button.w--open {
    background-color: var(--dodger-blue);
  }

  .text-testimonial {
    padding-top: 24px;
  }

  .slider {
    clear: none;
  }

  .div-block-2 {
    object-position: 50% 50%;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.section-home {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .section.section-testimonials {
    padding-bottom: 160px;
  }

  .section.section-topics, .section.section-animation {
    padding: 30px 24px;
  }

  .h1.text-centre {
    text-align: center;
    font-size: 3rem;
  }

  .width-50.margin-auto.flex-vertical {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .image {
    width: 300px;
    margin-top: 40px;
    display: block;
    position: static;
    top: 61%;
    right: -70px;
  }

  .hand-left {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .hero-button {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .width-60.margin-auto {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .div-block-8, .div-block-10 {
    width: 100%;
  }

  .div-block-11 {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-2 {
    text-align: center;
  }

  .icon-process {
    height: 50%;
    max-height: none;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .paragraph-2 {
    text-align: center;
  }

  .blob-process {
    width: 300px;
    height: 300px;
    left: 0%;
  }

  .slide {
    height: auto;
    position: relative;
  }

  .div-block-15 {
    margin-top: 32px;
  }

  .mask {
    height: auto;
  }

  .right-arrow {
    display: block;
    top: -34%;
    right: 10%;
  }

  .container-2 {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .left-arrow {
    top: -34%;
    left: 34%;
  }

  .heading-4 {
    font-size: 2.666rem;
    line-height: 120%;
  }

  .arrow-right {
    display: block;
  }

  .quote-bottom {
    left: 68%;
  }

  .quote-top {
    left: 12.5938px;
  }

  .heart-about {
    display: none;
    top: 106%;
    left: 65%;
  }

  .dropdown-link, .dropdown-list.w--open {
    text-align: center;
  }

  .faqs-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .faqs-paragraph-2 {
    font-size: 16px;
  }

  .page-heading {
    font-size: 3.2rem;
  }

  .page-p, .page-p2 {
    font-size: 16px;
  }

  .image-bubble, .image-bubble2 {
    display: none;
    top: 64px;
    left: 4%;
  }

  .image-features {
    height: auto;
    max-width: 100%;
  }

  .h2-4 {
    font-size: 36px;
  }

  .div-block-18 {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .heading-11 {
    text-align: center;
  }

  ._2-4-grid {
    text-align: left;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._2-4-grid.vertical-mobile {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .faq-answer-2 {
    object-fit: fill;
  }

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

  .wg-dropdown-list {
    width: 140px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  ._1-2-grid {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .hero-image-2 {
    width: 80%;
    max-height: none;
  }

  ._1-2-grid-left {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-items-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .hero-image-3 {
    display: block;
  }

  .tabs-content.card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-2-columns.gap-56px {
    grid-row-gap: 36px;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .facts-text {
    font-size: 22px;
    line-height: 40px;
  }

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

  .tab-right-icon {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .register-pic {
    width: 80%;
    display: none;
    left: -26px;
  }

  .hero-button-footer {
    justify-content: center;
    align-items: stretch;
    position: static;
    top: 60px;
    left: 85px;
  }

  ._1-2-grid-half {
    margin-bottom: 60px;
  }

  .left-arrow-2 {
    top: auto;
    bottom: -3%;
    left: 20%;
    right: auto;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .testimonial-content {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .author-block {
    margin-top: 15px;
  }

  .right-arrow-2 {
    top: auto;
    bottom: -3%;
    left: auto;
    right: 20%;
  }

  .h2-5 {
    font-size: 36px;
  }

  .grid_1-2._75-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .heading-20 {
    text-align: center;
    font-size: 2.666rem;
    line-height: 120%;
  }

  .features-grid_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-9 {
    padding-left: 28px;
    padding-right: 28px;
    overflow: visible;
  }

  .container-9.cc-flex-h {
    padding-left: 0;
    padding-right: 0;
  }

  .text_left {
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 28px;
  }

  .block {
    padding: 28px 32px 32px;
    font-size: 24px;
    top: 24%;
  }

  .block._1 {
    top: 20%;
  }

  .block._1.features-grid_item {
    height: 500px;
    flex-direction: column;
  }

  .block._3 {
    top: 28%;
  }

  .block._3.features-grid_item {
    height: 500px;
    flex-direction: column;
  }

  .block._4 {
    top: 32%;
  }

  .block._4.features-grid_item {
    height: 500px;
    flex-direction: column;
  }

  .block._2 {
    top: 24%;
  }

  .block._2.features-grid_item {
    height: 500px;
    flex-direction: column;
  }

  .heading-21, .heading-22 {
    font-size: 2.666rem;
    line-height: 120%;
  }

  .hero-large_image {
    border-radius: 12px;
  }

  .pet2school-text {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .pet2school-contact {
    align-items: center;
  }

  .pet2school-contact._75-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-new {
    height: 100%;
  }

  .image-new-img {
    border-radius: 12px;
  }

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

  .hero-large-image_pattern2, .hero-large-image_pattern1 {
    display: none;
  }

  .image-new-faqs {
    height: 100%;
  }

  .hero-large-image_pattern3, .hero-large-image_pattern4, .hero-large-image_pattern5, .hero-large-image_pattern6 {
    display: none;
  }

  .image-new-reviews {
    height: 100%;
  }

  .section2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section2.section-home {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .section2.section-testimonials {
    padding-bottom: 120px;
  }

  .section2.section-topics, .section2.section-topics2 {
    padding: 30px 24px;
  }

  .tab-icon-2 {
    width: 100px;
    bottom: 15vh;
    right: -10.8vw;
  }

  .tab-bg-image {
    top: -10%;
  }

  .how-it-works-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

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

  .tips-button {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .cookie-content.bottom-banner-content {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bottom-cookie-wrapper {
    flex-direction: column-reverse;
    padding-top: 25px;
  }

  .tips-grid {
    text-align: left;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .tips-grid.vertical-mobile, .tips-grid.mobile-tips {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .meet-the-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .icon-clothes-1, .icon-clothes-2, .icon-clothes-3 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .slide-2 {
    height: 100%;
    position: relative;
  }

  .left-arrow-3 {
    top: -34%;
    left: 34%;
  }

  .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-2.section-testimonials {
    padding-bottom: 260px;
  }

  .text-testimonial-2 {
    width: 350px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .right-arrow-3 {
    display: block;
    top: -34%;
    right: 10%;
  }
}

#w-node-_38a6e2d4-1a7a-0f88-9b7d-fe512f804f24-c04c2e72, #w-node-_38a6e2d4-1a7a-0f88-9b7d-fe512f804f2c-c04c2e72, #w-node-_38a6e2d4-1a7a-0f88-9b7d-fe512f804f34-c04c2e72, #w-node-_40aae208-6dae-fda1-2565-f56c04c2cecf-c04c2e72, #w-node-_40aae208-6dae-fda1-2565-f56c04c2ced9-c04c2e72, #w-node-_40aae208-6dae-fda1-2565-f56c04c2cf0c-c04c2e72, #w-node-_40aae208-6dae-fda1-2565-f56c04c2cf00-c04c2e72, #w-node-_40aae208-6dae-fda1-2565-f56c04c2cf1d-c04c2e72, #w-node-fe1e2112-6dbd-6d55-788e-1c743e47d578-c04c2e72, #w-node-c941cbcd-7c77-b434-a797-e571f480770c-c04c2e72, #w-node-_40aae208-6dae-fda1-2565-f56c04c2cef1-c04c2e72, #w-node-_40aae208-6dae-fda1-2565-f56c04c2cee5-c04c2e72, #w-node-_40aae208-6dae-fda1-2565-f56c04c2cf3d-c04c2e72, #w-node-_40aae208-6dae-fda1-2565-f56c04c2cf49-c04c2e72, #w-node-_40aae208-6dae-fda1-2565-f56c04c2cf55-c04c2e72, #w-node-_23f192f8-2ac8-e989-6240-ced954e81f4c-c04c2e72, #w-node-_821a5a73-ae31-50a4-3bc9-63ea8f6f2b16-c04c2e9c, #w-node-_821a5a73-ae31-50a4-3bc9-63ea8f6f2b3d-c04c2e9c, #w-node-_5ca58ec3-5499-c0e0-1815-ca5f01aac93e-c04c2ea2, #w-node-_5ca58ec3-5499-c0e0-1815-ca5f01aac94c-c04c2ea2, #w-node-_5ca58ec3-5499-c0e0-1815-ca5f01aac961-c04c2ea2, #w-node-_5ca58ec3-5499-c0e0-1815-ca5f01aac96f-c04c2ea2, #w-node-_5ca58ec3-5499-c0e0-1815-ca5f01aac97b-c04c2ea2, #w-node-_5ca58ec3-5499-c0e0-1815-ca5f01aac98a-c04c2ea2, #w-node-_5ca58ec3-5499-c0e0-1815-ca5f01aac996-c04c2ea2, #w-node-_5ca58ec3-5499-c0e0-1815-ca5f01aac9a2-c04c2ea2, #w-node-_5ca58ec3-5499-c0e0-1815-ca5f01aac9ae-c04c2ea2, #w-node-_5ca58ec3-5499-c0e0-1815-ca5f01aac9ba-c04c2ea2, #w-node-_5ca58ec3-5499-c0e0-1815-ca5f01aac9c6-c04c2ea2, #w-node-_5ca58ec3-5499-c0e0-1815-ca5f01aac9d2-c04c2ea2, #w-node-e8eb26f7-23d6-d7d0-1703-39117f7435f9-c04c2ea4, #w-node-e8eb26f7-23d6-d7d0-1703-39117f743607-c04c2ea4, #w-node-ed24b9ea-9fd9-c51e-f71e-53ac6910fd6d-c04c2ea4, #w-node-cb2723ee-13a1-17b6-ba5c-bbf1b84498c0-c04c2ea4, #w-node-_420a935d-a8ef-82e5-ef46-8cccf01d6367-c04c2ea4, #w-node-bdd68fd9-3db3-3aa1-5cbb-8b3f1b1ff3c4-c04c2ea4, #w-node-cf422aee-da82-882a-7dc7-bdcd4e15ab90-c04c2ea4, #w-node-cf73ef91-47e4-c9fa-bfa8-ec43fb27af7a-c04c2ea4, #w-node-_05c0e6df-d90a-49ce-c2c0-41a47a82dbea-c04c2ea4, #w-node-_35b0b025-f032-e972-7dd0-4fb9f98350ad-c04c2ea4, #w-node-_91218a1a-417b-b59f-6b91-3fdd1c27d090-c04c2ea4, #w-node-ab7fbc5e-61c1-2e2d-5475-5e5216eb63c5-c04c2ebb, #w-node-ab7fbc5e-61c1-2e2d-5475-5e5216eb63d0-c04c2ebb, #w-node-_84ddea30-cb7a-0d7f-215e-0e6fa46ad3a0-c04c2ebb, #w-node-_64917222-632f-dc8c-eaa9-9168f367d10c-c04c2ebb, #w-node-_0df7291e-4796-2c49-5b61-643ff99aeb41-c04c2ebb, #w-node-_7f83d7a7-c2ab-d92b-7e30-7efcfd7dda92-c04c2ebb, #w-node-_0168defe-8793-f0ea-c4ba-cdb92cd177a5-c04c2ebb, #w-node-_2de64dc1-7007-6668-4b72-7cadf768f808-c04c2ebb, #w-node-_114a290a-e298-5162-b199-1290016ea915-c04c2ebb, #w-node-e4b6d02a-a7dd-9db5-821c-a3bd8762defd-c04c2ebb, #w-node-c9f257d9-bd42-11eb-4322-068b48e3ecb5-c04c2ec2, #w-node-c9f257d9-bd42-11eb-4322-068b48e3ecbc-c04c2ec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_287d86f7-7a45-950a-f52f-52197d86857c-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d868630-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d868595-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d8685a2-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d8685c5-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d8685b9-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d8685f2-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d8685e6-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d868589-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d868614-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d868621-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d86863d-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d86864b-c04c2ec2, #w-node-d5283edc-249a-9944-8749-1cfbd7bf4d86-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d868663-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d86866f-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d86867c-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d868695-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d8686ac-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d8686b9-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d8686c5-c04c2ec2, #w-node-ebe91b63-f5e1-a6dc-f2e3-fcdb5d9b46c0-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d8686d4-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d8686e2-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d8686f9-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d868706-c04c2ec2, #w-node-_287d86f7-7a45-950a-f52f-52197d868714-c04c2ec2 {
  justify-self: end;
}

#w-node-_2d0da002-02ea-37a0-008a-4790afa10785-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa10789-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa1078d-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa10791-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa10795-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa10799-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa1079d-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107a1-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107a5-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107a9-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107ad-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107b1-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107b5-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107b9-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107bd-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107c1-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107d0-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107d4-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107d8-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107dc-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107e0-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107e4-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107e8-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107ec-c04c2edb, #w-node-_2d0da002-02ea-37a0-008a-4790afa107f0-c04c2edb, #w-node-_75e08565-d348-2906-810e-148fef665519-c04c2edd, #w-node-_75e08565-d348-2906-810e-148fef66552b-c04c2edd, #w-node-_75e08565-d348-2906-810e-148fef665520-c04c2edd, #w-node-_75e08565-d348-2906-810e-148fef665536-c04c2edd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}