@font-face {
  font-family: Pacifico;
  src: url('../fonts/Pacifico-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radiontypeface;
  src: url('../fonts/RadionTypeface-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radiontypeface;
  src: url('../fonts/RadionTypeface-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radiontypeface;
  src: url('../fonts/RadionTypeface-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radiontypeface;
  src: url('../fonts/RadionTypeface-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary-color: #80c5e6;
  --primary-color: #a8dec8;
  --white: white;
  --black: black;
  --transparent: #fff0;
}

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

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

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

li {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.3em;
}

.brand-logo {
  width: 10em;
  height: 4em;
}

.navbar {
  background-color: #fff;
  padding: 1.3888em 2.777em;
  position: sticky;
  inset: 0% 0% auto;
}

.container {
  width: 100%;
  max-width: 90em;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section {
  z-index: 1;
  padding: 1.3888em 2.777em;
  position: relative;
}

.section.hero-section {
  z-index: 10;
  background-color: #80c5e654;
  position: relative;
}

.section.service-section-top.hide {
  display: none;
}

.section.light-bg {
  background-color: #f3d5bc1a;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  height: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}

.section.light-bg.hide {
  display: none;
}

.section.light-bg.add-radius {
  background-color: #fff;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  top: -2.3em;
}

.section.hero-section-top {
  background-color: #baddf380;
  background-image: linear-gradient(90deg, var(--secondary-color), var(--primary-color));
  padding-bottom: 2em;
}

.section.dark-bg {
  background-image: linear-gradient(#f3d5bc1a 17%, #2f775a 17%);
  padding-bottom: 0;
}

.section.faq-section {
  padding-top: 5em;
  padding-bottom: 5em;
}

.section.faq-section.hide {
  display: none;
}

.section.more-padding {
  z-index: 0;
  padding-top: 8em;
  padding-bottom: 5em;
}

.section.marquee-section {
  padding-top: 4em;
  padding-bottom: 4em;
  overflow: hidden;
}

.section.testimonail-section {
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  padding-top: 5em;
  padding-bottom: 5em;
  overflow: hidden;
}

.section.testimonail-section.hide {
  display: none;
}

.section.testimonail-section.add-radius {
  background-color: #fff;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  top: -2.3em;
}

.section.testimonail-section.less-bottom-padding {
  padding-bottom: 2em;
}

.section.before-after-section {
  background-color: #20523ee6;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  padding-top: 5em;
  padding-bottom: 8em;
  position: static;
}

.section.before-after-section.hide {
  display: none;
}

.section.before-after-section.add-radius {
  background-color: #fff;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  top: -2.3em;
}

.section.service-section {
  padding-top: 5em;
  padding-bottom: 7em;
  overflow: hidden;
}

.section.service-section.top-section {
  background-color: #fff;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  margin-top: -2.3em;
}

.section.service-section.top-section.bottom-margin {
  margin-bottom: 3em;
}

.section.service-section.top-section.bootom-tess {
  padding-bottom: 2em;
}

.section.more-p-top {
  z-index: 0;
  padding-top: 5em;
}

.section.blog-hero-section {
  background-color: #0a0a0b;
  padding-top: 5em;
  padding-bottom: 5em;
}

.section.tailful-hero {
  background-color: #ffa24c1a;
  display: none;
}

.nav-link {
  color: #000;
  flex-flow: column;
  justify-content: center;
  padding: 0;
  font-size: 1.5em;
  display: flex;
}

.nav-link:hover {
  color: #000000b3;
}

.hero-design {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  padding-top: 2em;
  padding-bottom: 0;
}

.left-paw-img {
  z-index: 0;
  filter: brightness(200%);
  width: 25em;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.right-paw-img {
  filter: brightness(200%);
  width: 25em;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.left-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
  position: relative;
}

.left-col.width-50 {
  width: 50%;
}

.left-col.hero-col-left {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  padding-bottom: 2em;
}

.right-col {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.right-col.white {
  color: var(--white);
  width: 50%;
  margin-top: 8em;
  padding-bottom: 2em;
}

.heading-h1 {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Pacifico, Arial, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-h1.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
}

.heading-h1.white.hero-heading {
  margin-bottom: .5em;
  font-size: 5em;
}

.heading-h1.animation2 {
  letter-spacing: 0;
  margin-bottom: .5em;
  line-height: 1.2em;
}

.heading-h1.letter-sapcing {
  letter-spacing: .09em;
  height: 2.6em;
  margin-bottom: 0;
}

.large-text {
  font-size: 2em;
  line-height: 1.4em;
}

.large-text.mute-color {
  color: #333c;
}

.large-text.white {
  color: var(--white);
  font-size: 1.4em;
}

.hero-img {
  aspect-ratio: 800 / 706;
  object-fit: contain;
  border-radius: 1em;
  width: 100%;
  height: auto;
  position: relative;
}

.shape {
  z-index: 0;
  aspect-ratio: 800 / 706;
  filter: brightness(145%);
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.ctas-wraps {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-top: 2em;
  display: flex;
}

.primary-button {
  border: .1em solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--black);
  text-transform: uppercase;
  border-radius: .75em;
  padding: 1em 2em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.primary-button:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.primary-button-outline {
  border: .1em solid var(--primary-color);
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: .75em;
  padding: 1em 2em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.primary-button-outline:hover {
  background-color: var(--primary-color);
}

.nav-menu {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.navmenu-wraps {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  font-size: 1vw;
}

.pets-services {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}

.heading-h4 {
  color: #000;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

.heading-h4.white {
  color: var(--white);
  letter-spacing: .1em;
}

.main-para {
  color: #000000b3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4em;
}

.main-para.white {
  color: var(--white);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.main-para.small {
  font-size: 1.2em;
}

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

.number {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 3em;
  display: flex;
  position: relative;
}

.service-heading {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
  position: relative;
}

.icon-bg-img {
  z-index: 1;
  width: 4em;
  display: none;
  position: absolute;
  inset: -2.2em auto auto -.5em;
}

.number-div {
  background-color: var(--secondary-color);
  border-radius: 50%;
  width: 10em;
  height: 5em;
  display: none;
  position: relative;
}

.iocn-img {
  width: 5em;
}

.outer-div {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: flex-start;
  display: flex;
}

.grid-1-1 {
  grid-column-gap: 3em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  display: grid;
}

.grid-1-1.gap-row {
  grid-row-gap: 3em;
  margin-top: 1em;
}

.img-2 {
  border-radius: .75em;
  width: 100%;
}

.overlay-img {
  z-index: 1;
  background-image: url('../images/shape-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 7.5em 7.5em;
  width: 20em;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.overlay-div {
  z-index: 0;
  background-image: linear-gradient(#0006, #0006);
  border-radius: .75em;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading-h2 {
  background-image: linear-gradient(180deg, var(--secondary-color), var(--primary-color));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 1.2em;
}

.heading-h2.white {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 2.5em;
}

.heading-h2.black {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.right-col-hero {
  justify-content: flex-end;
  width: 40em;
  height: 30em;
  display: flex;
  position: relative;
}

.right-wrapper {
  width: 100%;
  position: relative;
}

.page-wrapper {
  z-index: 1;
  position: relative;
}

.flex-1-1 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: flex;
}

.dark-bg-section {
  padding-top: 0;
  padding-bottom: 0;
}

.dark-bg-section.hide {
  display: none;
}

.heading-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  margin-bottom: 4em;
  display: flex;
}

.heading-wrapper.no-m-d {
  margin-bottom: 0;
}

.heading-wrapper.center-align {
  justify-content: flex-start;
  align-items: center;
}

.heading-wrapper.center-align.no-bottom-margin {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  text-align: center;
  margin-bottom: 0;
}

.heading-wrapper.short-w {
  width: 90%;
}

.orange-img-sample {
  width: 10em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.previous-button {
  opacity: .35;
  color: #000;
  text-indent: -2px;
  border-bottom: 1px dashed #0006;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 16px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.checkbox-label {
  z-index: 3;
  opacity: .45;
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 0;
}

.checkbox-label.no-label {
  padding-left: 0;
  padding-right: 0;
}

.form-wrapper {
  background-color: #fff;
  border: .5em solid #00000026;
  border-radius: .75em;
  margin: 2em auto 0;
  padding: 0;
  display: flex;
  box-shadow: 0 0 100px #0000004d;
}

.checkbox-active-overlay {
  z-index: 2;
  opacity: 0;
  background-color: #edeff0;
  background-image: url('../images/checked.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px solid #6c33da;
  border-radius: 10px;
  height: auto;
  position: absolute;
  inset: 0;
}

.checkbox-active-overlay.square-overlay {
  background-position: 50%;
  background-size: 20px;
  border-radius: 5px;
}

.checkbox-ticker {
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #eb4d8c;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1em;
  line-height: 1em;
}

.form-content {
  width: 70%;
  margin-bottom: 0;
}

.form-content.final {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.form-title-line {
  background-color: #000;
  border-radius: 3em;
  width: 2em;
  height: .5em;
  margin: 2em auto;
  display: block;
}

.step-paginator {
  background-color: #0000;
  height: 100%;
  position: relative;
}

.previous {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto .8em 1em;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
}

.extra-option-wrap {
  color: #00000059;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  display: flex;
}

.step {
  background-color: #a8dec81a;
  border-radius: .75em;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.checkbox-wrapper {
  z-index: 1;
  background-color: #e1e4e940;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 2px solid #cbced2;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  transition: border-color .2s ease-in;
  display: block;
  position: relative;
}

.checkbox-wrapper:hover {
  border-color: #0000004d;
}

.checkbox-wrapper:active {
  transform: scale(1.02);
}

.checkbox-wrapper.checkbox-square {
  background-position: 50%;
  background-size: 20px;
  border-radius: 5px;
  flex: none;
  width: 2em;
  height: 2em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
}

.form-section-title {
  font-family: Montserrat, sans-serif;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.5em;
}

.collaborate-form-step {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 32em;
  margin-bottom: 10em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 0;
  display: flex;
  position: relative;
}

.field {
  color: #333;
  text-align: left;
  background-color: #e1e4e940;
  border: .1em solid #cbced2;
  border-radius: 10px;
  height: auto;
  margin-top: 0;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
  transition: border .2s ease-in;
}

.field:focus {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  font-weight: 600;
}

.field.area {
  height: 150px;
  min-height: 150px;
  max-height: 150px;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 5em;
  height: 2em;
  margin: auto auto 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
}

.step-counter {
  color: #00000059;
  margin-bottom: .5em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.success-message {
  color: #fff;
  letter-spacing: 1px;
  background-color: #3cd3ad;
  background-image: linear-gradient(135deg, #3cd3ad, #4cb8c4);
  border-radius: 20px;
  padding: 50px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.next-button {
  background-color: var(--primary-color);
  color: #000;
  border-radius: .5em;
  flex: 1;
  align-self: center;
  padding: 1em 2em;
  font-size: .5em;
  transition: background-color .2s ease-in;
}

.next-button:hover {
  background-color: var(--secondary-color);
}

.submit-button {
  background-color: var(--primary-color);
  box-shadow: none;
  color: #000;
  letter-spacing: .1em;
  border-radius: 10px;
  width: 30%;
  height: auto;
  margin-bottom: -7em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 2em;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.submit-button:hover {
  background-color: var(--secondary-color);
  box-shadow: 0 0 20px #0000004d;
}

.form-width-wrapper {
  background-color: var(--secondary-color);
  border-radius: 1.5em;
  width: 100%;
  max-width: 50em;
  padding: 4em 4em 0;
  overflow: auto;
}

.form-width-wrapper.transparent {
  background-color: var(--transparent);
  border-radius: 0;
  max-width: 70em;
  padding: 0;
}

.watch-wrapper-form {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-wrapper-new-2 {
  background-color: #df6404;
  border-radius: .75rem;
  width: 800px;
  height: 450px;
}

.close-button-wrapper-2 {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.close-button-wrapper-2.absolute {
  color: var(--secondary-color);
  width: 4em;
  height: 4em;
  position: absolute;
  inset: 10% 10% auto auto;
}

.close-button-icon-new {
  display: flex;
}

.link-button-component {
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  border: .1em solid var(--primary-color);
  color: var(--primary-color);
  background-color: #fff;
  border-radius: 4.25em;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: .5em .7em .5em 2em;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
}

.link-button-component.larger-button {
  padding-left: 1.5rem;
  font-size: 1.2rem;
}

.link-button-component.secondary-background {
  outline-offset: 0px;
  background-color: #df6404;
  outline: 3px #fff;
  width: auto;
  padding-left: 1rem;
  font-size: 1rem;
}

.link-button-component.hide {
  display: none;
}

.link-button-component.bg-transparent {
  grid-column-gap: 1em;
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.link-button-component.small-cta {
  background-color: var(--primary-color);
  color: var(--black);
  padding: .25em .5em .25em 1em;
  font-size: 1.2em;
  font-weight: 600;
}

.link-button-component.white-cta {
  border-color: var(--primary-color);
  color: var(--black);
  padding: .25em .5em .25em 1em;
  font-size: 1.2em;
}

.link-button-arrow-wrapper {
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  overflow: hidden;
}

.link-button-arrow-wrapper.new-arrow-navbar {
  border: .1em solid var(--primary-color);
  background-color: var(--white);
  color: var(--primary-color);
  border-radius: 100%;
  width: 2em;
  height: 2em;
}

.link-button-arrow-wrapper.new-arrow-navbar.white {
  border-color: var(--white);
}

.link-button-arrow-wrapper.new-arrow-navbar.black-arrow {
  color: var(--black);
}

.link-button-arrow-wrapper.large-arrow {
  border: .1em solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--black);
  border-radius: 100%;
  width: 3em;
  height: 3em;
  font-size: 2vw;
}

.link-button-arrow-wrapper.large-arrow.white {
  border-color: var(--white);
}

.link-button-arrow-wrapper.large-arrow.black-arrow {
  color: var(--black);
}

.flex-horizontal {
  font-size: 2em;
  display: flex;
}

.flex-horizontal.purple {
  color: #4a154b;
}

.range-embed {
  width: 100%;
}

.range-slider-value {
  background-color: #a8dec880;
  padding: .25em 2em;
  font-weight: 700;
}

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

.form-row {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.watch-video-wrapper-copy {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2em;
  line-height: 1.4em;
}

.heading-h3.blue-color {
  color: var(--secondary-color);
  font-size: 1.8em;
  line-height: 1.2em;
}

.heading-h3.green-color {
  color: var(--primary-color);
  font-size: 1.8em;
  line-height: 1.2em;
}

.heading-h3.small {
  font-size: 2em;
}

.heading-h3.small._1-5em {
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.cta-wraps {
  display: flex;
}

.footer {
  background-image: linear-gradient(90deg, var(--secondary-color), var(--primary-color));
  padding: 2em 2.777em;
  position: relative;
}

.footer-wrapper {
  text-align: right;
  padding-top: 2em;
  padding-bottom: 2em;
}

.hide {
  display: none;
}

.hero-text {
  font-size: 2em;
  line-height: 1.4em;
}

.hero-text.mute-color {
  color: #333c;
}

.hero-text.white {
  color: var(--white);
  font-size: 2em;
}

.text-field {
  height: 4em;
  margin-bottom: 0;
  padding: 2em;
  font-size: 1em;
  line-height: 1;
}

.form-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.submit-form-button {
  border: .1em solid var(--primary-color);
  background-color: var(--primary-color);
  box-shadow: none;
  color: #000;
  letter-spacing: .1em;
  border-radius: 1em;
  width: 30%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 1.5em;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.submit-form-button:hover {
  border: .1em solid var(--primary-color);
  background-color: var(--white);
  box-shadow: 0 0 20px 0 var(--primary-color);
}

.watch-wrapper-form-2 {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.slider-hero {
  background-color: #0000;
  width: 100%;
  height: 25em;
}

.slide {
  width: 100%;
  height: 100%;
}

.hero-right-img {
  object-fit: cover;
  border-radius: 2em;
  width: 35em;
  height: 25em;
  margin: 0 auto;
  display: block;
  position: static;
  top: 0;
  left: auto;
  right: 0;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.bg-pgone-frame-img {
  z-index: 2;
  width: 23.5em;
  height: 45em;
  display: block;
  position: absolute;
  inset: -48% 0% 0% 22%;
  transform: rotate(-90deg);
}

.grid-4-4 {
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  display: grid;
}

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

.service-col {
  background-color: var(--primary-color);
  border-radius: .75em;
  position: relative;
}

.pug-img {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
  transform: rotate(180deg);
}

.service-content {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.box-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.embed {
  background-image: url('../images/download-9.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6em 6em;
  background-attachment: scroll;
  flex-flow: row;
  align-items: flex-start;
  padding: 1em;
  display: inline-flex;
}

.embed:hover {
  background-image: url('../images/download-8.svg');
}

.grid-2-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-col-white {
  border: 1px solid var(--primary-color);
  background-image: linear-gradient(308deg, #a8dec84d, #fff 25%);
  border-radius: .75em;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.box-divs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  padding: 2em;
}

.box-divs.no-left-gap {
  margin-left: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.flex-cta {
  display: flex;
}

.flex-cta.center {
  justify-content: center;
}

.arrow-div {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.book-process {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number-text {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.number-bg {
  position: relative;
}

.number-bg-img {
  z-index: 0;
  width: 4em;
  height: 4em;
  position: absolute;
  inset: 0%;
}

.apps-link-div {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.apps-link-div.right-align {
  justify-content: flex-end;
  margin-top: 1em;
}

.app-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  background-color: #000000e6;
  border-radius: 4.25em;
  align-items: center;
  padding: .5em 1.5em;
  text-decoration: none;
  display: flex;
}

.app-link:hover {
  background-color: #000c;
}

.app-link.white {
  border: .1em solid var(--white);
}

.img-app {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.how-it-works {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
}

.top-img {
  z-index: 1;
  aspect-ratio: auto;
  border: .5em solid var(--primary-color);
  object-fit: contain;
  border-radius: 2em;
  width: 100%;
}

.top-img.circle {
  object-fit: cover;
  border-radius: 100%;
  width: 15em;
  height: 15em;
}

.bottom-img {
  border: .5em solid var(--secondary-color);
  object-fit: cover;
  border-radius: 2em;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  right: auto;
}

.bottom-img.fix-size {
  object-fit: cover;
  height: 25em;
}

.paw-img {
  width: 5em;
  position: absolute;
  inset: 0% 13% auto auto;
  transform: rotate(31deg);
}

.right-cols {
  flex-flow: column;
  display: flex;
  position: relative;
}

.paw-img-bottom {
  width: 5em;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-31deg);
}

.service-content-copy {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.service-item {
  border-radius: .75em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em;
  display: block;
  box-shadow: 0 2px 5px #a8dec880;
}

.service-title {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.service-title.w--open {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.text-extra-large {
  color: #000000b3;
  font-size: 1.7em;
}

.chevron-icon {
  width: 2em;
  height: 2em;
  line-height: 1;
}

.service-desc {
  background-color: #0000;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}

.text-medium {
  letter-spacing: 1px;
}

.image-wrapper {
  height: 40em;
  position: relative;
}

.list-service {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.award-circle {
  background-color: var(--secondary-color);
  border-radius: 100%;
  min-width: 4em;
  min-height: 4em;
  margin-top: -10px;
}

.award-blod-text {
  grid-column-gap: 5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.award-stoke-text {
  margin-top: -4em;
}

.award-text-wrapper {
  grid-column-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.award-circle-stoke {
  background-color: var(--secondary-color);
  border-radius: 100%;
  min-width: 4em;
  min-height: 4em;
  margin-top: -10px;
}

.award-text-blod-stoke {
  color: var(--primary-color);
  letter-spacing: .1em;
  text-transform: uppercase;
  flex: none;
  font-size: 8.5em;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
}

.award-text-blod-stoke.font-4em {
  text-align: center;
  font-size: 7em;
}

.award-text-blod-stoke.font-2em {
  text-align: center;
  font-size: 4em;
  line-height: 1;
}

.award-text-blod {
  background-image: linear-gradient(180deg, var(--secondary-color), var(--primary-color));
  color: var(--primary-color);
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  font-size: 8.5em;
  font-weight: 700;
  line-height: 1.6;
}

.award-stoke-wrapper {
  grid-column-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.section-2.award {
  padding: 100px 0;
  overflow: hidden;
}

.gif-wrapper {
  z-index: -1;
  width: 100%;
  max-width: 10em;
  height: 100%;
  max-height: 10em;
}

.gif-wrapper.small {
  max-width: 5em;
  max-height: 5em;
  margin-top: -2em;
}

.arrow-gif {
  filter: contrast(200%);
  height: 100%;
  transform: rotate(-180deg);
}

.download-app {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimoanil-slider-mask {
  width: 100%;
  max-width: 60em;
  height: 100%;
  min-height: auto;
  overflow: visible;
}

.testimonial-rating {
  grid-column-gap: 1.2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4em;
  display: flex;
}

.slider-icon {
  margin: auto;
  font-size: 1.5em;
}

.testimonial-wrapper {
  display: block;
}

.text-large {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 1.4em;
}

.left-arrow-t {
  z-index: 9;
  color: #0d100d;
  background-color: #0000;
  border: .2em solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  display: flex;
  inset: auto 5% 0% 0%;
}

.left-arrow-t:hover {
  color: #fff;
  background-color: #0d100d;
}

.left-arrow-t.right {
  right: -10%;
}

.slider {
  z-index: 9;
  background-color: #0000;
  height: 33em;
}

.right-arrow-t {
  color: #0d100d;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: flex;
  inset: auto -5% -25% 0%;
}

.right-arrow-t:hover {
  color: #fff;
  background-color: #0d100d;
}

.slider-slide {
  color: var(--white);
  background-color: #000;
  border-radius: .75em;
  height: auto;
  margin-right: 3em;
  padding: 4em;
}

.slider-slide.orange {
  color: var(--black);
  background-color: #fef1d4;
}

.slider-slide.green {
  color: var(--black);
  background-color: #e7f6e6;
}

.slider-slide.blue {
  color: var(--black);
  background-color: #e1eaff;
}

.slider-slide.pink {
  color: var(--black);
  background-color: #f6e6f3;
}

.client-name {
  color: var(--secondary-color);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

.client-name.black {
  color: var(--black);
}

.animation-gif {
  border-radius: 100%;
  width: 15em;
  height: 15em;
  position: absolute;
  inset: -7em 0% auto auto;
}

.animation-gif-2 {
  z-index: 0;
  border-radius: 100%;
  width: 12em;
  height: 12em;
  position: absolute;
  inset: auto auto 5em 2em;
}

.image-wrapper-1 {
  width: 30em;
  height: 20em;
}

.image-wrapper-2 {
  z-index: 1;
  width: 25em;
  height: 18em;
  position: absolute;
  inset: auto 2em 5em auto;
}

.app-icon-wrap {
  width: 2em;
  height: 2.3em;
}

.tab-link {
  border: .1em solid var(--secondary-color);
  background-color: var(--white);
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1em 3em;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  display: flex;
}

.tab-link.w--current {
  background-image: linear-gradient(180deg, var(--secondary-color), var(--primary-color));
  line-height: 1;
}

.tab-menu {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 2em;
  display: flex;
}

.grid-1-1-fix {
  grid-column-gap: 3em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  display: grid;
}

.grid-1-1-fix.gap-row {
  grid-row-gap: 3em;
  margin-top: 1em;
}

.bf-img {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .75em;
  width: 100%;
}

.bf-img-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 20em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-4-4 {
  flex-flow: row;
  display: flex;
}

.faq-toggle {
  grid-column-gap: 20px;
  background-color: #0d100d;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.faq-toggle-icon {
  transform: rotate(-90deg);
}

.faq-item {
  margin-bottom: 20px;
  overflow: hidden;
}

.faq-answer {
  display: none;
}

.text-small {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.faq-divider {
  background-color: #3c493c;
  width: 100%;
  height: .5px;
}

.comic {
  font-weight: 400;
}

.star-img {
  width: 2em;
  height: 2em;
}

.arrow-img {
  width: 100%;
  height: auto;
}

.product-rating-block {
  grid-column-gap: 1em;
  display: flex;
}

.card_bottom-text {
  width: 100%;
}

.card_line-bottom {
  width: 100%;
  margin-top: -7.8em;
  position: absolute;
  inset: 0% 0% auto;
}

.card_line {
  background-color: #e7f6e6;
  border-radius: 100vw;
  width: 3.4em;
  height: 9em;
  margin-left: 2.5em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card_line.is--3 {
  width: 3.9em;
  margin-left: 10.7em;
}

.card_line.is--5 {
  width: 3.5em;
  margin-left: 17.9em;
}

.card_line.is--4 {
  width: .8em;
  margin-left: 16.6em;
}

.card_line.is--2 {
  width: 1em;
  margin-left: 6.4em;
}

.card_line.orange {
  background-color: #fef1d4;
}

.card_line._3 {
  background-color: #e1eaff;
}

.card_line._4 {
  background-color: #f6e6f3;
}

.product-rating-wrapper {
  justify-content: space-around;
  margin-bottom: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  display: none;
}

.card {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.card.hide {
  display: none;
}

.card_background {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card_top {
  z-index: 4;
  background-color: #e7f6e6;
  border-radius: 2.81em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 28em;
  padding: 2em .5em .8em;
  display: flex;
  position: relative;
}

.card_top.is--content {
  background-color: #0000;
}

.card_top.is--content.green {
  height: 28em;
}

.card_top.orange {
  background-color: #fef1d4;
}

.card_top.blue {
  background-color: #e1eaff;
}

.card_top.pink {
  background-color: #f6e6f3;
}

.product-heading-wrapper {
  grid-column-gap: 2em;
  margin-bottom: 1em;
  display: flex;
}

.product-image-wrapper {
  background-color: #c7eec7;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.product-image-wrapper._4 {
  background-color: #eec7e6;
}

.product-buy-button {
  grid-column-gap: 10px;
  background-color: #ef5f3c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 208px;
  height: 65px;
  transition: all .2s ease-in-out;
  display: flex;
}

.product-buy-button:hover {
  background-color: #007fdb;
  box-shadow: 1px 6px 20px #95d3ff;
}

.card_line-top {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 19.3em;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.product-pricing-wrapper {
  grid-column-gap: 1em;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.for-kittens {
  color: #4b5176;
  margin-right: 90px;
  font-size: 16px;
  line-height: 98%;
}

.product-price {
  color: #4b5176;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.card_button {
  background-color: #fff;
  border: .2em solid #4b5176;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.96em;
  height: 3.96em;
  margin-top: 1em;
  display: flex;
  position: relative;
  box-shadow: 0 4px 20px #00000024;
}

.card_button.green {
  border-width: .2em;
}

.card_bottom {
  z-index: 3;
  background-color: #e7f6e6;
  border-radius: 2.81em;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12em;
  margin-top: -21em;
  padding: 2em 1.4em 1.2em;
  display: flex;
  position: relative;
}

.card_bottom.is--content {
  background-color: #0000;
}

.card_bottom.orange {
  background-color: #fef1d4;
}

.card_bottom.blue {
  background-color: #e1eaff;
}

.card_bottom.pink {
  background-color: #f6e6f3;
}

.product-image {
  object-fit: cover;
  border-radius: 2em;
  width: 100%;
  height: 15em;
}

.old-price {
  color: #8c92b9;
  font-size: 20px;
  line-height: 100%;
  text-decoration: line-through;
}

.product-button-wrapper {
  justify-content: flex-end;
  padding-top: 1em;
  display: flex;
}

.product-count {
  grid-column-gap: 20px;
  color: #4b5176;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  font-size: 16px;
  display: flex;
}

.product-availability-bar {
  background-color: #fff;
  background-image: url('../images/yellow-bar.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  width: 100%;
  height: 9px;
}

.product-buy-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 98%;
}

.rate {
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  inset: 4% 6% auto auto;
}

.product-desc-para {
  color: #4b5176;
  max-width: 140px;
  font-size: 16px;
  line-height: 120%;
}

.card_arrow {
  width: .89em;
}

.product-heading-text {
  color: #4b5176;
  flex: 1;
  font-size: 33px;
  font-weight: 400;
  line-height: 98%;
}

.service-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

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

.card-2 {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 438px;
  display: flex;
  position: relative;
}

.product-image-wrapper-2 {
  background-color: #c7eec7;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.product-image-wrapper-2._2 {
  background-color: #f6e1b1;
  width: 100%;
  height: 100%;
}

.product-image-wrapper-2._3 {
  background-color: #c6d9ff;
}

.product-image-2 {
  max-width: 50%;
  margin-top: 20px;
}

.image-28 {
  position: absolute;
  inset: 4% 6% auto auto;
}

.image-51 {
  position: absolute;
  inset: auto auto -5% 10%;
}

.image-52 {
  position: absolute;
  inset: 4% 6% auto auto;
}

.slider-service {
  background-color: #0000;
  height: 30em;
  margin-top: 6em;
}

.service-slide {
  margin-right: 2em;
}

.slide-mask {
  width: 30%;
  overflow: visible;
}

.product-arrow {
  z-index: 9;
  color: #0d100d;
  background-color: #0000;
  border: .2em solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  display: flex;
  inset: -10em 7% auto auto;
}

.product-arrow:hover {
  color: #fff;
  background-color: #0d100d;
}

.product-arrow.right {
  right: -10%;
}

.product-arrow-right {
  z-index: 9;
  color: #0d100d;
  background-color: #0000;
  border: .2em solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  display: flex;
  inset: -10em 0% auto auto;
}

.product-arrow-right:hover {
  color: #fff;
  background-color: #0d100d;
}

.product-arrow-right.right {
  right: -10%;
}

.image-27 {
  position: absolute;
  inset: auto auto -5% 10%;
}

.product-rating-block-2 {
  grid-column-gap: 3px;
  margin-right: 20px;
  display: flex;
}

.product-rating-wrapper-2 {
  justify-content: space-around;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.product-heading-wrapper-2 {
  grid-column-gap: 110px;
  margin-bottom: 20px;
  display: flex;
}

.product-pink-wrapper {
  background-color: #c7eec7;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 391px;
  min-width: 391px;
  height: 388px;
  min-height: 340px;
  display: flex;
  position: relative;
}

.product-pink-wrapper._4 {
  background-color: #eec7e6;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.product-pricing-wrapper-2 {
  grid-column-gap: 30px;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.card_button-2 {
  z-index: 10000;
  background-color: #fff;
  border: 3px solid #4b5176;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.96em;
  height: 3.96em;
  margin-top: 11px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 20px #00000024;
}

.card_button-2.pink {
  border-width: .2em;
  margin-top: 1em;
}

.rating-info-2 {
  color: #4b5176;
  font-size: 16px;
  line-height: 98%;
}

.product-button-wrapper-2 {
  justify-content: flex-end;
  padding-top: 20px;
  display: flex;
}

.image-53 {
  position: absolute;
  inset: 4% 6% auto auto;
}

.arrow-o-wrap {
  z-index: 1;
  min-width: 6em;
  position: absolute;
  inset: auto auto -5% 10%;
}

.service-img-wrap {
  width: 22em;
}

.pet {
  border-radius: 2em;
  width: 15em;
  height: 15em;
}

.customer-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  margin-top: 1em;
  display: flex;
}

.customer-wrap.purple {
  color: #4a154b;
}

.benefit-block-icon-wrapper._4 {
  margin-top: -5px;
  margin-left: -15px;
}

.benefit-block-icon-wrapper._2 {
  margin-top: -10px;
  margin-left: -21px;
}

.benefit-block-icon-wrapper._5 {
  margin-top: -6px;
  margin-left: -16px;
}

.benefit-block-icon-wrapper._3 {
  margin-top: -10px;
  margin-left: -19px;
}

.benefit-review-wrapper {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 10em;
  display: none;
  position: absolute;
  inset: auto 0% -22% 22%;
  box-shadow: 0 40px 60px -30px #e9e9e9;
}

.benefit-block {
  background-color: #fff;
  border-radius: 5em;
  align-items: center;
  width: 100%;
  height: 6em;
  margin-bottom: 2em;
  display: flex;
}

.benefits-body {
  align-items: center;
  padding-top: 5em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
  transform: rotate(3deg);
}

.benefit-review-para {
  max-width: 21ch;
  margin-bottom: .5em;
  line-height: 1.4em;
}

.pet-icon {
  width: 5em;
  height: 5em;
  margin-top: -3.5em;
}

.benefit-block-image {
  width: 4em;
  height: 4em;
}

.benefits-section {
  background-color: #4b5176;
  width: 120vw;
  margin-left: -10vw;
  padding: 5em 2.777em;
  position: relative;
  transform: rotate(-3deg);
}

.image-23 {
  position: absolute;
  inset: auto auto 0% -10%;
}

.benefit-block-heading-wrapper {
  padding-left: 2em;
}

.benefit-block-heading {
  color: #4b5176;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

.benefit-review-heading {
  margin-top: .1em;
  margin-bottom: .2em;
  font-size: 1.5em;
  line-height: 1.2em;
}

.image-89 {
  position: absolute;
  inset: -8% 17% auto auto;
}

.benefits-image-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60%;
  position: relative;
}

.image-90 {
  z-index: -1;
  position: absolute;
  inset: auto -3% -13% auto;
}

.image-88 {
  z-index: -1;
  position: absolute;
  inset: -2% auto 0% 1%;
}

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

.benefits-content-wrapper {
  width: 40%;
  position: relative;
}

.image-wrapper-2-b {
  z-index: 1;
  width: 25em;
  height: 18em;
  position: absolute;
  inset: auto 8em 1em auto;
}

.image-wrapper-1-b {
  width: 40em;
  height: 20em;
}

.animation-gif-1 {
  border-radius: 100%;
  width: 15em;
  height: 15em;
  position: absolute;
  inset: 5% auto auto 0%;
}

.blog-section {
  background-color: #f6e6f380;
  width: 120vw;
  margin-left: -10vw;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
  overflow: hidden;
  transform: rotate(-3deg);
}

.grid-3-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 2em;
  padding-right: 2em;
  transform: rotate(3deg);
}

.blog-card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  border-radius: .75em;
  flex-flow: column;
  justify-content: flex-start;
  padding: 1em;
  display: flex;
}

.testimonail-img {
  border-radius: .75em;
}

.cta-box {
  background-color: #000000d9;
  border-radius: 2em;
  max-width: 70em;
  height: 100%;
  margin: auto;
  padding: 5em 2em 3em;
  position: relative;
}

.review-details-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: .5em;
  display: flex;
}

.image-47 {
  transform: perspective(200px);
}

.image-2 {
  position: absolute;
  inset: -24% 11% auto auto;
}

.button-price-heading {
  color: #fff;
  text-align: right;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.hero-pic {
  z-index: 1;
  width: 30em;
  position: absolute;
  inset: auto auto -2% 12%;
}

.hero-reviews-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.hero-reviews-wrapper.hide {
  display: none;
}

.hero-para {
  max-width: 28ch;
  margin-bottom: 32px;
}

.bg-poster-img {
  z-index: 0;
  width: 35em;
  position: absolute;
  inset: auto 0% 0% -15%;
}

.review-icons-wrapper {
  align-items: center;
  padding-right: .5em;
  display: flex;
}

.rating-stars-wrapper {
  grid-column-gap: 3px;
  display: flex;
}

.people-image {
  width: 5em;
  margin-left: -2em;
}

.image-7 {
  position: absolute;
  inset: 30% auto auto -2%;
}

.button {
  background-color: #ef5f3c;
  background-image: url('../images/btn-par.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  width: 254px;
  height: 70px;
  margin-bottom: 12px;
  padding: 14px 23px;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 0 20px 30px -12px #ff846678;
}

.button:hover {
  background-color: #007fdb;
  box-shadow: 0 20px 30px -12px #007fdb70;
}

.image-9 {
  position: absolute;
  inset: -6% 0% auto auto;
}

.image-9.size-icon {
  object-fit: contain;
  width: 2em;
  height: 2em;
}

.button-small-text {
  opacity: .5;
  color: #fff;
  line-height: 130%;
}

.hero-image-wrapper {
  justify-content: flex-end;
  width: 45%;
  display: flex;
  position: relative;
}

.hero-image-wrapper.hide {
  display: none;
}

.image-4 {
  position: absolute;
  inset: auto 0% 58% auto;
}

.image-4.size-icon {
  object-fit: contain;
  width: 2em;
  height: 2em;
  inset: auto auto 6% 0%;
}

.cat-image {
  color: #4b517600;
  background-image: url('../images/cat_1cat.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: -31px;
  display: inline-block;
}

.cat-image._2 {
  background-image: url('../images/cat-2_1cat 2.png');
  margin-left: -40px;
}

.one-people-image {
  width: 5em;
}

.image-10 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-10.size-icon {
  object-fit: contain;
  width: 3em;
  height: 3em;
}

.button-main-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.image-64 {
  z-index: 1;
  position: absolute;
  inset: auto auto 2% 8%;
}

.hero-heading-wrapper {
  position: relative;
}

.button-heading-wrapper {
  width: 60%;
}

.pedi-img {
  object-fit: contain;
  width: 3em;
  height: 3em;
  position: absolute;
  inset: 15% 10% auto auto;
}

.button-pricings-wrapper {
  width: 40%;
}

.image-5 {
  position: absolute;
  inset: 0% auto auto 30%;
}

.image-5.size-icon {
  object-fit: contain;
  width: 2em;
  height: 2em;
}

.hero-content-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 50%;
  display: flex;
  position: relative;
}

.hero-body {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-8 {
  position: absolute;
  inset: 24% auto auto 31%;
}

.blue-font-color {
  color: #007fdb;
}

.hero-heading {
  margin-bottom: 23px;
}

.hero-sub-heading-wrapper {
  overflow: hidden;
}

.rating {
  color: #4b5176;
  margin-left: .5em;
  font-size: 3em;
  line-height: 1.4em;
}

.divider {
  background-image: linear-gradient(#fff 6%, #7f87b8 57%, #fff);
  width: .2em;
  margin-left: .5em;
  margin-right: .5em;
}

.spark-img {
  width: 7em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.spinner-wrapper {
  z-index: 2;
  background-color: var(--secondary-color);
  border: .83vw solid #f9f9f9;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 4% 1% auto;
  overflow: hidden;
}

.spinner-image {
  filter: invert();
  background-image: url('../images/Circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9.2em;
  height: 9.2em;
  display: flex;
}

.size-icon {
  width: 1.7em;
  height: 1.7em;
}

.paw-dog {
  width: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -12.9em 0% auto;
}

.content-test {
  width: 70%;
}

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

.blog-list-service {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.blog-rich-text {
  color: var(--white);
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
}

.blog-rich-text p {
  margin-bottom: .5em;
  font-size: 1.2em;
  line-height: 1.4em;
}

.blog-rich-text h2 {
  font-size: 2.5em;
  line-height: 1.2em;
}

.blog-rich-text h3 {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3em;
}

.blog-rich-text li {
  font-size: 1.2em;
}

.blog-rich-text.black {
  color: var(--black);
}

.blog-hero-content {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  background-color: #000c;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 8em 3em;
  display: flex;
  position: relative;
}

.blog-hero-img {
  position: absolute;
  inset: 0% auto auto 0%;
}

.bold-span {
  font-weight: 700;
}

.blog-body {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: rotate(3deg);
}

.blog-section-dark {
  background-color: #4b5176;
  width: 120vw;
  margin-left: -10vw;
  padding: 5em 2.777em;
  position: relative;
  transform: rotate(-3deg);
}

.circle-img-wrapper {
  z-index: 1;
  position: absolute;
  inset: auto 10% 15% auto;
}

.img-wrap {
  background-color: #4b51761a;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5.5em;
  height: 5.5em;
  margin-top: .25em;
  margin-bottom: .25em;
  margin-left: .25em;
  display: flex;
}

.normal-link {
  color: var(--white);
}

.footer-link {
  color: var(--white);
  font-size: 1.4em;
}

.blog-div {
  background-color: #a8dec866;
  border-radius: 2em;
  padding: 4em;
}

.heading-form {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.2em;
}

.poster-hero {
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: 0% -1% 0% auto;
}

.small-embed-img {
  z-index: 0;
  width: 30em;
  position: absolute;
  inset: auto 0% 0%;
}

.animation2 {
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pacifico, Arial, sans-serif;
  font-size: 5em;
  line-height: 1;
}

.sub-title {
  text-align: center;
  font-size: 20px;
  display: none;
}

.ovals {
  z-index: -1;
  border: 1px #8f00ff;
  border-radius: 50%;
  width: auto;
  height: auto;
}

.oval2 {
  border: .15em solid #ffa24c;
  border-radius: 50%;
  width: 6em;
  height: 3em;
  position: absolute;
  inset: -11% -2% 0% auto;
  transform: rotate(34deg);
}

.oval1 {
  border: .15em solid #ffa24c;
  border-radius: 50%;
  width: 6em;
  height: 3em;
  position: absolute;
  inset: -11% -2% 0% auto;
}

.image_to_mask {
  background-image: url('../images/pexels-yogendras31-5219930_1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  width: 34em;
  height: 40em;
  display: flex;
  position: relative;
}

.image_to_mask.hide {
  display: none;
}

@media screen and (min-width: 1440px) {
  .card_line {
    background-color: #e7f6e6;
  }

  .card_line.orange {
    background-color: #fef1d4;
  }

  .card_line._3 {
    background-color: #e1eaff;
  }

  .card_top {
    background-color: #e7f6e6;
  }

  .card_top.orange {
    background-color: #fef1d4;
  }

  .card_top.blue {
    background-color: #e1eaff;
  }

  .product-image-wrapper {
    background-color: #c7eec7;
  }

  .for-kittens, .product-price, .rating-info {
    color: #4b5176;
  }

  .card_bottom {
    background-color: #e7f6e6;
  }

  .card_bottom.orange {
    background-color: #fef1d4;
  }

  .card_bottom.blue {
    background-color: #e1eaff;
  }

  .old-price {
    color: #9ea7df;
  }

  .product-count {
    color: #4b5176;
  }

  .product-availability-bar {
    background-color: #fff;
  }

  .product-desc-para, .product-heading-text {
    color: #4b5176;
  }

  .product-image-wrapper-2 {
    background-color: #c7eec7;
  }

  .product-image-wrapper-2._2 {
    background-color: #f6e1b1;
  }

  .product-image-wrapper-2._3 {
    background-color: #c6d9ff;
  }

  .product-image-2 {
    max-width: 60%;
  }

  .product-pink-wrapper {
    background-color: #c7eec7;
  }

  .card_button-2 {
    border-width: 3px;
    border-color: #4b5176;
  }

  .rating-info-2 {
    color: #4b5176;
  }
}

@media screen and (min-width: 1920px) {
  .hero-right-img {
    display: block;
    inset: 0%;
  }

  .container-2 {
    max-width: 1280px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding: 1em 2em;
  }

  .container {
    justify-content: space-between;
    max-width: 90em;
  }

  .section.light-bg, .section.hero-section-top {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section.more-padding {
    padding-top: 5em;
  }

  .section.testimonail-section, .section.before-after-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section.service-section.top-section.bottom-margin {
    margin-bottom: 0;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hero-design {
    grid-template-columns: 1.5fr;
  }

  .heading-h1.white {
    font-size: 3em;
  }

  .large-text.white {
    font-size: 1em;
  }

  .nav-menu {
    background-image: linear-gradient(180deg, #80c5e6, var(--primary-color));
    height: auto;
  }

  .body {
    font-size: 1.88vw;
  }

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

  .heading-h2 {
    font-size: 2.5em;
  }

  .checkbox-label {
    padding-left: 60px;
    font-size: 1em;
  }

  .extra-option-wrap {
    text-align: left;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: .9em;
    line-height: 1.1em;
  }

  .checkbox-wrapper {
    width: 80%;
    height: 50px;
  }

  .collaborate-form-step {
    min-height: 565px;
  }

  .nam-menu-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .link-button-component {
    font-size: 1em;
  }

  .link-button-component.secondary-background {
    display: flex;
  }

  .link-button-component.bg-transparent {
    font-size: 1em;
  }

  .heading-h3.blue-color, .heading-h3.green-color {
    font-size: 1.5em;
  }

  .footer {
    padding-left: 2em;
    padding-right: 2em;
  }

  .slider-hero {
    width: 100%;
  }

  .hero-right-img {
    top: 3%;
    right: 0%;
  }

  .bg-pgone-frame-img {
    width: 26.3em;
    height: 51.5em;
    top: -53%;
    left: 23%;
  }

  .grid-4-4 {
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

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

  .service-col-white {
    flex-flow: column;
  }

  .apps-link-div.navbar-links {
    flex-flow: column;
    align-items: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .how-it-works {
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .paw-img {
    bottom: auto;
    left: auto;
    right: -2.7em;
  }

  .menu-button {
    border: .4vw solid var(--secondary-color);
    border-radius: 100%;
    padding: .7em;
  }

  .menu-button.w--open {
    background-image: linear-gradient(280deg, var(--secondary-color), var(--primary-color));
    border-radius: 100%;
    padding: .7em;
  }

  .text-medium {
    font-size: 16px;
  }

  .image-wrapper {
    justify-content: space-between;
    align-items: stretch;
  }

  .award-blod-text {
    transform: translate(-100px)scale(.8);
  }

  .award-stoke-text {
    margin-top: -63px;
    transform: translate(-243px)scale(.8);
  }

  .award-text-blod-stoke.font-4em, .award-text-blod-stoke.font-2em {
    font-size: 4em;
  }

  .section-2 {
    padding: 60px 30px;
  }

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

  .gif-wrapper {
    bottom: -40%;
    right: -2%;
    transform: scale(.6);
  }

  .testimoanil-slider-mask {
    max-width: none;
  }

  .testimonial-rating {
    margin-bottom: 2em;
  }

  .left-arrow-t {
    left: -10%;
  }

  .slider {
    height: 100%;
  }

  .right-arrow-t {
    left: 0;
    right: -10%;
  }

  .client-name {
    font-size: 24px;
  }

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

  .bf-img-wrap {
    height: 12em;
  }

  .flex-4-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .card_line {
    display: none;
  }

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

  .slide-mask {
    width: 48%;
  }

  .product-arrow {
    width: 3.5em;
    height: 3.5em;
    right: 8%;
  }

  .product-arrow-right {
    width: 3.5em;
    height: 3.5em;
  }

  .benefit-review-wrapper {
    box-shadow: none;
    inset: auto 0% -7% 20%;
  }

  .benefits-body {
    flex-direction: column;
    width: 100%;
    transform: none;
  }

  .benefits-section {
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .image-23 {
    display: none;
  }

  .benefits-image-wrapper {
    width: 80%;
    margin-top: -94px;
    padding-left: 0;
  }

  .container-2, .benefits-content-wrapper {
    width: 90%;
  }

  .image-wrapper-2-b {
    right: 4em;
  }

  .blog-section {
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .grid-3-3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    transform: none;
  }

  .image-2 {
    inset: -13% -8% auto auto;
  }

  .hero-pic {
    inset: auto 0% -3% 20%;
  }

  .hero-reviews-wrapper {
    width: 80%;
  }

  .bg-poster-img {
    width: 25em;
    left: auto;
    right: auto;
  }

  .image-7 {
    left: 10%;
  }

  .image-9 {
    right: 8%;
  }

  .hero-image-wrapper {
    justify-content: center;
    width: 100%;
  }

  .image-4 {
    right: 8%;
  }

  .image-64 {
    bottom: 1%;
    left: 12%;
  }

  .pedi-img {
    top: -8%;
    left: 7%;
  }

  .hero-content-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 100px;
    display: flex;
  }

  .hero-body {
    flex-direction: column;
    padding-top: 60px;
  }

  .image-8 {
    left: 26%;
  }

  .hero-sub-heading-wrapper {
    text-align: left;
  }

  .spark-img {
    bottom: auto;
    left: auto;
  }

  .blog-body {
    flex-direction: column;
    width: 100%;
    transform: none;
  }

  .blog-section-dark {
    width: 100%;
    margin-left: 0;
    padding-top: 2em;
    transform: none;
  }

  .circle-img-wrapper {
    right: 4em;
  }

  .small-embed-img {
    width: 25em;
    left: auto;
    right: auto;
  }

  .image_to_mask {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 90em;
  }

  .heading-h1.letter-sapcing {
    font-size: 3.5em;
  }

  .body {
    font-size: 2.55vw;
  }

  .grid-1-1 {
    grid-column-gap: 1em;
    margin-top: 0;
  }

  .right-col-hero {
    width: 30em;
    min-width: 100%;
  }

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

  .checkbox-label {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .form-content {
    width: 90%;
  }

  .extra-option-wrap {
    justify-content: center;
  }

  .form-width-wrapper {
    width: 90%;
  }

  .close-button-wrapper-2.absolute {
    width: 3em;
    height: 3em;
    top: 1%;
    right: 6%;
  }

  .slider-hero {
    height: 20em;
  }

  .hero-right-img {
    height: 20em;
    top: 0%;
    right: 0%;
  }

  .bg-pgone-frame-img {
    width: 18em;
    height: 37em;
    left: 24%;
  }

  .grid-4-4 {
    grid-column-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .apps-link-div.navbar-links {
    flex-flow: column;
    align-items: center;
  }

  .how-it-works {
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .award-blod-text {
    transform: translate(-100px)scale(.6);
  }

  .award-stoke-text {
    margin-top: -76px;
    transform: translate(-243px)scale(.6);
  }

  .award-text-blod-stoke.font-2em {
    font-size: 2.5em;
  }

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

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

  .gif-wrapper {
    display: none;
  }

  .testimonial-rating {
    margin-bottom: 20px;
  }

  .left-arrow-t {
    width: 3.2em;
    height: 3.2em;
    bottom: -13%;
    right: 10%;
  }

  .slider-slide {
    padding: 20px;
  }

  .client-name {
    margin-top: 20px;
  }

  .animation-gif-2 {
    left: 0;
  }

  .grid-1-1-fix {
    grid-column-gap: 1em;
  }

  .bf-img-wrap {
    width: 15em;
    height: 100%;
  }

  .flex-4-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .slide-mask {
    width: 100%;
  }

  .product-arrow {
    top: -6.6em;
    right: 12%;
  }

  .product-arrow-right {
    top: -6.6em;
  }

  .customer-wrap {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .benefit-review-wrapper {
    width: 350px;
    height: 140px;
    padding-bottom: 0;
    bottom: -12%;
    left: 13%;
  }

  .pet-icon {
    margin-top: -52px;
  }

  .image-89 {
    top: -3%;
    right: -2%;
  }

  .image-88 {
    max-width: 40%;
    top: 9%;
    left: -9%;
  }

  .benefits-content-wrapper {
    width: 100%;
  }

  .image-wrapper-2-b {
    width: 22em;
    bottom: 5em;
    right: 0;
  }

  .image-wrapper-1-b {
    width: 30em;
  }

  .grid-3-3 {
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }

  .image-2 {
    top: -15%;
    right: -13%;
  }

  .hero-pic {
    max-width: 52%;
    left: 16%;
  }

  .hero-reviews-wrapper {
    width: 100%;
  }

  .bg-poster-img {
    max-width: 50%;
  }

  .image-9, .image-4 {
    right: 5%;
  }

  .cat-image {
    background-size: 58px;
  }

  .image-64 {
    max-width: 19%;
  }

  .hero-body {
    padding-top: 20px;
  }

  .image-8 {
    display: none;
  }

  .hero-heading {
    font-size: 68px;
  }

  .divider {
    margin-left: 5px;
  }

  .spark-img {
    width: 5em;
    top: -15%;
  }

  .spinner-wrapper {
    display: none;
    top: 33%;
    left: -12%;
  }

  .content-test {
    width: 100%;
  }

  .test-wrapper {
    flex-flow: column;
  }

  .blog-hero-content {
    padding: 4em 2em;
  }

  .circle-img-wrapper {
    width: 22em;
    bottom: 5em;
    right: 0;
  }

  .footer-link {
    font-size: 1.2em;
  }

  .blog-div {
    padding: 2em;
  }

  .heading-form {
    font-size: 1.5em;
  }

  .small-embed-img {
    max-width: 50%;
  }

  .animation2 {
    text-align: center;
    font-size: 70px;
  }

  .sub-title {
    font-size: 17px;
  }

  .oval2, .oval1 {
    width: 3em;
    height: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: .5em;
    padding-right: .5em;
  }

  .section.testimonail-section {
    padding-bottom: 8em;
  }

  .left-col.hero-col-left {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .heading-h1.letter-sapcing {
    font-size: 2.7em;
  }

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

  .shape {
    height: 22em;
    right: 5%;
  }

  .ctas-wraps {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 1em;
  }

  .body {
    font-size: 3.55vw;
  }

  .grid-1-1 {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
  }

  .heading-h2.black {
    font-size: 2em;
  }

  .right-col-hero {
    width: 20em;
    height: 19.5em;
  }

  .mask {
    height: 100%;
    position: static;
  }

  .checkbox-label {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 1em;
  }

  .form-wrapper {
    padding: 0;
  }

  .checkbox-active-overlay {
    background-position: 10px;
    background-size: 20px;
  }

  .form-content {
    width: 100%;
  }

  .col {
    padding-left: 0;
    padding-right: 0;
  }

  .step-paginator {
    height: auto;
    padding-bottom: 0;
  }

  .previous {
    max-width: 75px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: auto 0 0;
  }

  .extra-option-wrap {
    justify-content: center;
  }

  .checkbox-wrapper {
    background-position: 10px;
    background-size: 20px;
    height: 40px;
    margin-bottom: 15px;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .collaborate-form-step {
    width: 100%;
    min-height: 555px;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .next {
    margin-bottom: 50px;
  }

  .submit-button {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .nam-menu-wrapper {
    align-items: center;
  }

  .form-width-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .submit-form-button {
    width: 100%;
  }

  .slider-hero {
    height: 15em;
  }

  .hero-right-img {
    height: 12em;
    right: 0%;
  }

  .bg-pgone-frame-img {
    width: 13em;
    height: 25em;
    top: -45%;
  }

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

  .apps-link-div {
    flex-flow: column;
    align-items: flex-start;
  }

  .apps-link-div.flex-cta {
    flex-flow: row;
  }

  .apps-link-div.right-align {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    align-items: flex-end;
  }

  .top-img {
    right: -2em;
  }

  .paw-img {
    right: 0;
  }

  .service-item {
    padding-left: .25em;
    padding-right: .25em;
  }

  .service-title {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .text-extra-large {
    font-size: 1.4em;
  }

  .image-wrapper {
    height: 30em;
  }

  .list-service {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .left-arrow-t.right {
    left: 10%;
  }

  .right-arrow-t {
    display: none;
    bottom: -15%;
    right: -29%;
  }

  .client-name {
    font-size: 20px;
  }

  .animation-gif {
    display: none;
  }

  .animation-gif-2 {
    inset: auto 0% 0% auto;
  }

  .image-wrapper-1 {
    width: 20em;
    height: auto;
  }

  .image-wrapper-2 {
    width: 18em;
    height: auto;
  }

  .tab-link {
    font-size: 1.2em;
  }

  .grid-1-1-fix {
    grid-column-gap: 2em;
    grid-row-gap: 1em;
  }

  .bf-img-wrap {
    width: 10em;
    height: 12em;
  }

  .star-img {
    max-width: 15%;
  }

  .product-rating-block {
    margin-right: 0;
  }

  .card {
    width: 100%;
  }

  .card_top {
    height: 385px;
  }

  .product-heading-wrapper {
    grid-column-gap: 0px;
  }

  .product-image-wrapper {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
  }

  .product-buy-button {
    width: 174px;
    height: 54px;
  }

  .rating-info {
    display: none;
  }

  .product-button-wrapper {
    justify-content: center;
  }

  .product-buy-heading {
    font-size: 16px;
  }

  .product-desc-para {
    display: none;
  }

  .product-heading-text {
    font-size: 27px;
  }

  .image-48, .image-50 {
    max-width: 15%;
  }

  .card-2 {
    width: 100%;
  }

  .product-image-wrapper-2 {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
  }

  .product-arrow {
    right: 16%;
  }

  .product-rating-block-2 {
    margin-right: 0;
  }

  .product-heading-wrapper-2 {
    grid-column-gap: 0px;
  }

  .product-pink-wrapper {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
  }

  .rating-info-2 {
    display: none;
  }

  .product-button-wrapper-2 {
    justify-content: center;
  }

  .customer-wrap {
    width: 100%;
  }

  .benefit-review-wrapper {
    width: 300px;
    height: 120px;
    bottom: -29%;
    left: 4%;
  }

  .benefit-review-para {
    font-size: 15px;
  }

  .pet-icon {
    margin-top: -63px;
  }

  .benefit-review-heading {
    font-size: 23px;
  }

  .image-89 {
    max-width: 20%;
  }

  .benefits-image-wrapper {
    width: 90%;
    margin-left: 20px;
  }

  .image-wrapper-2-b {
    width: 18em;
    height: auto;
  }

  .image-wrapper-1-b {
    width: 20em;
    height: auto;
  }

  .review-details-wrapper {
    padding-left: 0;
  }

  .image-47 {
    max-width: 60%;
  }

  .image-2 {
    max-width: 22%;
    top: -8%;
    right: -11%;
  }

  .hero-pic {
    left: 20%;
  }

  .hero-para {
    font-size: 16px;
  }

  .review-icons-wrapper {
    flex: 1;
    padding-right: 10px;
  }

  .people-image {
    max-width: 30%;
    margin-left: -30px;
  }

  .image-7 {
    max-width: 5%;
  }

  .image-40 {
    max-width: 65%;
  }

  .rating-detail {
    font-size: 13px;
  }

  .image-9 {
    max-width: 5%;
  }

  .hero-image-wrapper {
    justify-content: center;
  }

  .image-4 {
    max-width: 5%;
    right: 1%;
  }

  .cat-image {
    background-size: 34px;
    margin-left: -27px;
  }

  .cat-image._2 {
    background-size: 50px;
    margin-left: -30px;
  }

  .one-people-image {
    max-width: 30%;
  }

  .image-10 {
    max-width: 8%;
  }

  .pedi-img, .image-5 {
    max-width: 5%;
  }

  .hero-content-wrapper {
    margin-bottom: 60px;
  }

  .hero-body {
    padding-top: 40px;
  }

  .hero-heading {
    font-size: 44.2px;
  }

  .rating {
    margin-left: 20px;
    font-size: 24px;
  }

  .divider {
    margin-left: 0;
  }

  .spark-img {
    max-width: 22%;
    top: -8%;
    right: -11%;
  }

  .spinner-wrapper {
    top: 87%;
    left: auto;
  }

  .paw-dog {
    top: -9.6em;
  }

  .blog-rich-text h3 {
    font-size: 1.6em;
  }

  .circle-img-wrapper {
    width: 18em;
    height: auto;
  }

  .footer-link {
    font-size: 1em;
  }

  .animation2 {
    letter-spacing: -1px;
    font-size: 46px;
  }

  .sub-title {
    font-size: 14px;
  }

  .image_to_mask {
    justify-content: center;
    height: 28em;
  }
}

#w-node-_70d512ee-dc52-329c-c79d-b47d1227ee7f-1bf5ca70 {
  align-self: center;
}

#w-node-_20b4f98b-1666-2974-0e10-15d0621016fc-1bf5ca70 {
  place-self: center;
}

#w-node-_20b4f98b-1666-2974-0e10-15d0621016f7-1bf5ca70 {
  align-self: center;
}

#w-node-_2006b64a-307f-ca1a-28d5-9d709267d3ee-f005999e {
  align-self: end;
}

#w-node-_50fe7cdb-8f84-daad-3a9d-7a24c1d8dd95-f005999e {
  place-self: center;
}

#w-node-dd401b07-fdfb-4e89-7fce-5b8d2a26836e-f005999e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-e19df54e-840d-866a-7194-6adf2e7ab134-f005999e {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_9f997d94-11f2-22e3-00db-ce2a8c9aa34f-f005999e, #w-node-a960a0dd-9455-b123-0fd9-6676dcf50ea7-f005999e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_82873940-d18e-06d8-a1f8-a538a37658e3-f005999e {
  place-self: center;
}

#w-node-_82873940-d18e-06d8-a1f8-a538a37658fc-f005999e {
  align-self: auto;
}

#w-node-e34edb45-e4f1-4bc0-109d-624e66cf8940-f005999e {
  align-self: center;
}

#w-node-e34edb45-e4f1-4bc0-109d-624e66cf8959-f005999e {
  align-self: auto;
}

#w-node-_2006b64a-307f-ca1a-28d5-9d709267d3ee-43754f44, #w-node-_4f142694-621a-027e-d8f3-7aeee3b89b4a-43754f44 {
  align-self: end;
}

#w-node-_82873940-d18e-06d8-a1f8-a538a37658fc-43754f44 {
  align-self: auto;
}

#w-node-_82873940-d18e-06d8-a1f8-a538a37658e3-43754f44 {
  place-self: center;
}

#w-node-e34edb45-e4f1-4bc0-109d-624e66cf8940-43754f44 {
  align-self: center;
}

#w-node-e34edb45-e4f1-4bc0-109d-624e66cf8959-43754f44 {
  align-self: auto;
}

#w-node-b1e9557f-ef19-6d6d-b2e1-d2fbaae2f319-c290d658, #w-node-b1e9557f-ef19-6d6d-b2e1-d2fbaae2f319-6489b540 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-dd401b07-fdfb-4e89-7fce-5b8d2a26836e-f005999e {
    grid-column: span 1 / span 1;
  }

  #w-node-e19df54e-840d-866a-7194-6adf2e7ab134-f005999e, #w-node-_9f997d94-11f2-22e3-00db-ce2a8c9aa34f-f005999e, #w-node-a960a0dd-9455-b123-0fd9-6676dcf50ea7-f005999e {
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Pacifico';
  src: url('../fonts/Pacifico-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radiontypeface';
  src: url('../fonts/RadionTypeface-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radiontypeface';
  src: url('../fonts/RadionTypeface-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radiontypeface';
  src: url('../fonts/RadionTypeface-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radiontypeface';
  src: url('../fonts/RadionTypeface-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}