:root {
  --dark: #000;
  --dark-grey: #343434;
  --black: #000;
  --light-orange: #ffe9d2;
  --purple: #4921b9;
  --yellow: #ffd15c;
  --orange: #04675d;
  --light-green: #bbefea;
  --white: white;
  --dark-green: #04675d;
  --mid-green: #5ed4c8;
}

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

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

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

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

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

.template-utility-hero-section {
  background-image: url('../images/Footer-Bg.svg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 180px;
}

.main-container {
  width: 100%;
  max-width: 1290px;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.template-utility-hero-container {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.template-uitility-section {
  background-color: var(--light-orange);
  padding-top: 120px;
  padding-bottom: 120px;
}

.spacing-classes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.primary-color {
  background-color: var(--purple);
  box-shadow: 0 0 20px #0000001a;
}

.section-spacing {
  z-index: 1;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.style-guide-para-wrapper {
  grid-row-gap: 30px;
  color: #4a4b66;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.text-color-classes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.style-guide-title {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  display: flex;
  position: sticky;
  top: 20px;
}

.h4 {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.6875rem;
}

.all-heading-container {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 30px;
  display: flex;
}

.dark-grey-color {
  color: var(--dark-grey);
}

.style-guide-block {
  background-color: #fff;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px #00000008;
}

.style-guide-block.vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
}

.h6 {
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.white-font-color {
  color: #fff;
}

.all-paragraph-container {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.paragraph-big {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2.0625rem;
}

.h2 {
  letter-spacing: -.03rem;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 4rem;
}

.buttons-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.h3 {
  letter-spacing: -.045rem;
  font-family: Otomanopeeone;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3rem;
}

.h1 {
  letter-spacing: -.0625rem;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 4.0625rem;
}

.h5 {
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.1875rem;
}

.dark-font-color {
  color: var(--dark);
}

.color-palette-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.secondary-color {
  background-color: var(--yellow);
  box-shadow: 0 0 20px #0000001a;
}

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

.grey-800 {
  background-color: var(--dark-grey);
}

.border-line {
  background-color: var(--orange);
}

.light-green-gradient {
  background-image: linear-gradient(#fff0, #eefff3 75%);
}

.bg-light-green {
  background-color: var(--light-orange);
}

.paragraph {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.paragraph.dark-font-color {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.licence-link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.license-paragraph-container {
  color: #454159;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.license-link {
  color: var(--orange);
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.license-block-title {
  color: #20225b;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  padding-bottom: 6px;
  display: flex;
  position: static;
  top: 20px;
}

.style-guide-blocks-container {
  grid-row-gap: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.template-para-wrapper {
  color: #454159;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.bottom-line {
  transform-origin: 0 100%;
  background-color: #fff;
  width: 28px;
  height: 2px;
}

.nav-buttons-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.menu-animation {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-line {
  transform-origin: 0 0;
  background-color: #fff;
  width: 32px;
  height: 2px;
}

.nav-links-wrapper {
  grid-column-gap: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1345px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.menu-button {
  width: 32px;
  height: 22px;
  padding: 0;
}

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

.logo {
  object-fit: contain;
  width: 200px;
  height: auto;
}

.nav-logo-white {
  width: 200px;
  height: auto;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.middle-line {
  background-color: #fff;
  width: 27px;
  height: 2px;
  margin-top: 8.4px;
  margin-bottom: 8.4px;
}

.overlay {
  display: none;
}

.navbar {
  background-color: var(--light-green);
  justify-content: center;
  align-items: center;
  height: 95px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.nav-logo-mobile {
  width: 150px;
  height: 45px;
  display: none;
}

.navigation {
  pointer-events: auto;
  color: var(--dark);
  letter-spacing: .02rem;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.navigation:hover, .navigation.w--current {
  color: var(--orange);
}

.nav-menu-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.navbar-wrapper {
  z-index: 50;
  background-color: var(--light-green);
  margin-top: 0;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.hero-section {
  background-image: url('../images/Desktop---5.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}

.hero-container {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text-wrapper {
  z-index: 1;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 570px;
  margin-top: 175px;
  display: flex;
  position: relative;
}

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

.hero-image-wrapper {
  flex: none;
  width: 100%;
  max-width: 755px;
  height: auto;
}

.display {
  color: var(--dark);
  letter-spacing: -.1rem;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 5.9375rem;
}

.phone-link {
  grid-column-gap: 20px;
  color: var(--dark);
  display: flex;
}

.decorative {
  z-index: -1;
  width: 74px;
  height: 79px;
  position: absolute;
  inset: 70px -60px 0% auto;
}

.decorative.care {
  inset: -40px -20px auto auto;
}

.decorative.feature {
  inset: -30px auto auto -205px;
}

.decorative.testimonial {
  inset: -20px -100px auto auto;
}

.decorative.service {
  inset: 20px auto auto -120px;
}

.decorative.team {
  inset: -10px auto auto -200px;
}

.decorative.contact {
  inset: -20px 0% auto auto;
}

.hero-para-wrapper {
  max-width: 470px;
}

.primary-button {
  background-color: var(--dark-green);
  color: var(--white);
  text-align: center;
  letter-spacing: .02rem;
  border-radius: 10px;
  padding: 14px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.875rem;
}

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

.primary-button.dark.white-hover-effect:hover {
  background-color: var(--white);
  color: var(--dark);
}

.primary-button.dark.orange-hover-effect:hover {
  background-color: var(--orange);
}

.primary-button.dark-hover-effect {
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--black);
  pointer-events: none;
  color: var(--black);
  border: 1px solid #000;
  border-radius: 100px;
  width: auto;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  transition-property: none;
}

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

.primary-button.dark-hover-effect.w--current {
  justify-content: center;
  align-items: center;
  display: block;
}

.primary-button.dark-hover-effect.sluzby-combo {
  font-size: 1.5rem;
  line-height: 2rem;
}

.phone-icon {
  width: 38px;
  height: 38px;
}

.about-section {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.about-container {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-heading-wrapper {
  max-width: 510px;
}

.about-row {
  grid-column-gap: 70px;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.about-image-wrapper {
  flex: none;
  width: 100%;
  max-width: 530px;
}

.about-image {
  width: 100%;
  height: 100%;
  margin-top: -87px;
}

.about-text-wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.shadow {
  border: 3px solid var(--dark);
  border-radius: 20px;
  box-shadow: 9px 10px #949494;
}

.about-text {
  flex-direction: column;
  padding: 35px 31px 35px 32px;
  display: flex;
  position: relative;
}

.about-text.shadow.orange-shadow {
  box-shadow: 6px 6px 0 0 var(--dark-green);
}

.upper-heading {
  letter-spacing: .175rem;
  text-transform: uppercase;
  font-family: Otomanopeeone;
  font-size: .875rem;
  font-weight: 400;
}

.service-section {
  z-index: 1;
  background-color: var(--mid-green);
  width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.service-container {
  grid-row-gap: 70px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tag {
  background-color: var(--white);
  border-radius: 170px;
  padding: 7px 24px;
}

.service-heading-wrapper {
  z-index: 1;
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.service-blocks-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-block {
  grid-row-gap: 15px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 370px;
  padding: 45px 45px 53px;
  display: flex;
}

.service-block.shadow {
  box-shadow: 6px 6px 0 0 var(--dark-green);
  justify-content: flex-start;
  align-items: center;
  height: 370px;
  padding: 18px;
}

.service-block.shadow.orange-shadow {
  box-shadow: 6px 6px 0 0 var(--dark-green);
}

.service-block.shadow.green-shadow {
  box-shadow: 8px 9px #97f59780;
}

.service-block.shadow.light-purple-shadow {
  box-shadow: 8px 9px #ad6cff99;
}

.service-block.shadow.violet-shadow {
  box-shadow: 8px 9px #7ca1ffcc;
}

.service-block.shadow.light-blue-shadow {
  box-shadow: 8px 9px #67e4ffcc;
}

.service-block.shadow.pink-shadow {
  box-shadow: 8px 9px #ff76d099;
}

.service-block-icon {
  width: 80px;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn-and-link-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.secondary-button {
  border: 3px solid var(--dark);
  color: var(--dark);
  text-align: center;
  letter-spacing: .02rem;
  background-color: #0000;
  border-radius: 14px;
  padding: 14px 24px;
  font-family: Otomanopeeone;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  transition: all .3s ease-in-out;
}

.secondary-button.small {
  padding-top: 10px;
  padding-bottom: 10px;
}

.secondary-button.small.dark-hover-effect:hover, .secondary-button.dark-hover-effect:hover {
  background-color: var(--dark);
  color: var(--white);
}

.care-section {
  padding-top: 185px;
  padding-bottom: 140px;
}

.care-container {
  grid-column-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.care-image-wrapper {
  flex: none;
  width: 100%;
  max-width: 545px;
  position: relative;
}

.care-text-wrapper {
  grid-row-gap: 22px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.point-blocks-wrapper {
  grid-column-gap: 53px;
  grid-row-gap: 19px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 37px;
  display: flex;
}

.point-block {
  grid-row-gap: 19px;
  flex-direction: column;
  display: flex;
}

.point {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.checkmark {
  flex: none;
  width: 17px;
  height: 17px;
}

.clients-profile-wrapper {
  margin-top: -57.5px;
  margin-bottom: 11px;
  display: flex;
}

.client-profile {
  border: 4px solid var(--white);
  object-fit: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: -15px;
  display: flex;
}

.client-profile.with-bg-color {
  background-color: var(--orange);
}

.plus-icon {
  width: 12px;
  height: 12px;
}

.feature-section {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.feature-container {
  grid-row-gap: 90px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-heading-wrapper {
  z-index: 1;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.feature-blocks-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-block-column {
  grid-row-gap: 55px;
  flex-direction: column;
  width: 100%;
  padding-bottom: 200px;
  display: flex;
}

.feature-image-wrapper {
  width: 100%;
  max-width: 430px;
}

.feature-image {
  width: 400px;
  height: auto;
  margin-left: 25px;
  margin-right: auto;
  display: inline-block;
}

.shadow-bg-color {
  z-index: -1;
  background-color: var(--white);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 8px #150b3314;
}

.feature-block {
  grid-column-gap: 20px;
  background-color: var(--white);
  padding: 36px 38px 36px 30px;
  display: flex;
}

.feature-block.shadow {
  box-shadow: 6px 6px 0 0 var(--dark-green);
  width: 100%;
  margin-bottom: 40px;
  margin-right: 0;
  padding: 22px;
}

.feature-block.shadow.green-shadow {
  justify-content: flex-start;
  align-items: center;
  box-shadow: 8px 9px #97f597;
}

.feature-block.shadow.blue-shadow {
  box-shadow: 8px 9px #67e4ff;
}

.feature-block.shadow.yellow-shadow {
  justify-content: flex-start;
  align-items: center;
  margin-right: 280px;
  box-shadow: 8px 9px #ffd15c;
}

.feature-block.shadow.violet-shadow {
  box-shadow: 8px 9px #7ca1ff;
}

.feature-block-icon {
  flex: none;
  width: 33px;
  height: 33px;
  margin-top: 5px;
}

.feature-block-text {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.testimonial-section {
  background-color: var(--light-green);
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testimonial-container {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-heading-wrapper {
  z-index: 1;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 795px;
  display: flex;
  position: relative;
}

.purple-font-color {
  color: var(--purple);
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.testimonial-slider-mask {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.testimonial-slide {
  width: 100%;
}

.testimonial-slide-content-wrapper {
  grid-column-gap: 160px;
  background-color: var(--mid-green);
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 55px 70px 55px 55px;
  display: flex;
}

.testimonial-slide-content-wrapper.yellow-bg {
  background-color: var(--yellow);
}

.testimonial-slide-content-wrapper.orange-bg {
  background-color: var(--orange);
}

.testimonial-slide-content-wrapper.purple-bg {
  background-color: var(--purple);
}

.testimonial-image-wrapper {
  border-radius: 40px;
  width: 100%;
  max-width: 390px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.testimonial-image-wrapper.shadow-without-border.white-shadow {
  box-shadow: 10px 10px 0 0 var(--dark-green);
}

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

.hide-element {
  display: none;
}

.shadow-without-border {
  border: 3px none var(--dark);
  box-shadow: 14px 14px #949494;
}

.testimonial-star-widget {
  background-color: var(--white);
  color: var(--purple);
  border-radius: 20px;
  padding: 21px 27px;
  position: absolute;
  inset: 75px -125px auto auto;
}

.testimonial-star-widget.orange-text {
  color: var(--orange);
}

.testimonial-image-container {
  flex: none;
  position: relative;
}

.testimonial-slide-text-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  max-width: 530px;
  display: flex;
}

.reviewer-details {
  margin-top: 10px;
}

.star-emebed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow {
  border: 2.5px solid var(--white);
  color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 70px 70px auto;
}

.slider-arrow:hover {
  background-color: var(--white);
  color: var(--dark);
}

.slider-arrow.team-right {
  border-color: var(--dark);
  color: var(--dark);
  inset: auto -58.5px 0% 0%;
}

.slider-arrow.team-right:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.slider-arrow.team-left {
  border-color: var(--dark);
  color: var(--dark);
  inset: auto 0% 0% -58.5px;
}

.slider-arrow.team-left:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.slider-arrow.testimonial-right {
  right: 131px;
}

.arrow-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-section {
  background-color: var(--light-orange);
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.team-member-container {
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-heading-wrapper {
  z-index: 1;
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-block {
  grid-row-gap: 17px;
  border: 3px solid var(--dark);
  background-color: var(--white);
  box-shadow: 0 16px 0 0 var(--dark-grey);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.team-block.purple-shadow {
  box-shadow: 0 16px 0 0 var(--purple);
}

.team-block.orange-shadow {
  box-shadow: 0 16px 0 0 var(--orange);
}

.team-block.yellow-shadow {
  box-shadow: 0 16px 0 0 var(--yellow);
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 216px;
  height: 216px;
}

.team-member-name-wrapper {
  grid-row-gap: 2px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-contact-links-wrapper {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-contact-link {
  color: var(--dark);
}

.team-member-contact-link:hover {
  color: var(--orange);
}

.team-member-contact-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-slider {
  background-color: #0000;
  width: 100%;
  max-width: 1065px;
  height: auto;
  padding-bottom: 110px;
  display: flex;
  overflow: hidden;
}

.team-slider-mask {
  width: 100%;
  max-width: 315px;
  height: auto;
  overflow: visible;
}

.team-slide {
  width: 100%;
  height: 100%;
  margin-right: 60px;
}

.pet-section {
  padding-top: 140px;
  padding-bottom: 185px;
}

.pet-container {
  grid-column-gap: 105px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pet-image-wrapper {
  width: 100%;
  max-width: 545px;
}

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

.pet-text-wrapper {
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.pet-light-box-wrapper {
  grid-column-gap: 50px;
  margin-top: 72px;
  display: flex;
}

.pet-light-box {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 250px;
  height: 175px;
  padding: 30px;
  display: flex;
  position: relative;
}

.pet-light-box.shadow.purple-shadow {
  box-shadow: 9px 10px 0 0 var(--purple);
}

.pet-light-box.shadow.orange-shadow {
  box-shadow: 9px 10px 0 0 var(--orange);
}

.pet-light-box-text-wrapper {
  grid-row-gap: 17px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100px;
  height: 100%;
  display: flex;
}

.pet-light-box-play-btn {
  object-fit: contain;
  width: 48px;
  height: 48px;
}

.pet-light-box-image {
  height: 215px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pricing-section {
  background-color: #ffdb7d;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.pricing-container {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-heading-wrapper {
  z-index: 1;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-blocks-wrapper {
  grid-column-gap: 55px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-block {
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 44px 46px;
  display: flex;
  position: relative;
}

.pricing-block.shadow.orange-shadow {
  box-shadow: 9px 10px #fc886480;
}

.pricing-block.shadow.green-shadow {
  box-shadow: 9px 10px #97f59780;
}

.pricing-block.shadow.blue-shadow {
  box-shadow: 9px 10px #67e4ff80;
}

.price-wrapper {
  border-radius: 10px;
  padding: 14px 12px;
}

.price-wrapper.orange-bg {
  background-color: var(--orange);
}

.price-wrapper.green-bg {
  background-color: #97f597;
}

.price-wrapper.blue-bg {
  background-color: #67e4ff;
}

.pricing-points-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.pricing-point {
  grid-column-gap: 16px;
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-point.inactive {
  color: #4f4c574d;
}

.point-icon-wrapper {
  grid-column-gap: 16px;
  display: flex;
}

.point-icon-wrapper.active {
  color: var(--orange);
}

.point-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-btn-wrapper {
  margin-top: 45px;
}

.pricing-image {
  position: absolute;
  inset: auto 27px 0% auto;
}

.instagram-section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.instagram-container {
  grid-row-gap: 70px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram-feed-blocks-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: 245px 162px 245px 300px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.instagram-feed-block-image {
  box-shadow: 4px 4px 0 0 var(--dark-green);
  outline-offset: 0px;
  object-fit: cover;
  border: 2px #000;
  border-radius: 30px;
  outline: 3px #00e;
  width: 100%;
  height: 100%;
}

.instagram-feed-block {
  width: 100%;
  height: 100%;
}

.faq-section {
  background-color: var(--mid-green);
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.faq-container {
  grid-row-gap: 22px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-row {
  grid-column-gap: 115px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.faq-left-block {
  grid-row-gap: 14px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  padding: 43px 15px 25px;
  display: flex;
}

.faq-left-block.shadow {
  background-color: var(--white);
  box-shadow: 6px 6px 0 0 var(--dark-green);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}

.faq-left-block.shadow.orange-shadow {
  box-shadow: 9px 10px 0 0 var(--orange);
}

.faq-left-block-text-wrapper {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-image {
  max-width: 90%;
}

.accordion-row {
  grid-column-gap: 10px;
  color: var(--dark);
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.accordion-space {
  width: 100%;
  height: 7px;
}

.accordion-para-wrapper {
  text-align: left;
  padding-right: 15px;
  overflow: hidden;
}

.horizontal-line {
  justify-content: center;
  align-items: center;
  margin-top: -1.5px;
  display: flex;
  position: absolute;
}

.vertical-line {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 4px;
}

.accordion-block {
  cursor: pointer;
  padding: 0;
}

.faq-accordion-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 680px;
  margin-top: 30px;
  display: flex;
}

.horizontal-divider {
  border: 1px solid var(--dark-grey);
  width: 100%;
}

.accordion-toggle-indicator {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  display: flex;
  position: relative;
}

.contact-section {
  background-color: var(--white);
  width: 100%;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.contact-container {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.contact-row {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.contact-text-wrapper {
  z-index: 1;
  grid-row-gap: 33px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  padding-top: 45px;
  display: flex;
  position: relative;
}

.contact-heading-wrapper {
  z-index: 1;
  grid-row-gap: 22px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-links-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 90%;
  display: flex;
}

.contact-link {
  grid-column-gap: 22px;
  color: var(--dark-grey);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-link-icon {
  width: 30px;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 30px;
  width: 100%;
  max-width: 735px;
  margin-bottom: 0;
  padding: 65px 60px;
}

.contact-form-wrapper.shadow {
  background-color: var(--white);
  box-shadow: 8px 8px 0 0 var(--dark-green);
  padding: 0;
  overflow: hidden;
}

.contact-form-wrapper.shadow.purple-shadow {
  box-shadow: 9px 10px 0 0 var(--purple);
}

.contact-from {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.contact-fields-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.input-field {
  border: 1.5px solid var(--dark);
  color: var(--dark);
  background-color: #0000;
  border-radius: 14px;
  width: 100%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 2.0625rem;
}

.input-field:focus {
  border-style: solid;
  border-color: var(--orange);
}

.input-field::placeholder {
  color: var(--dark-grey);
}

.input-field.with-min-height {
  height: auto;
  min-height: 185px;
}

.contact-form-button-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.checkbox-field {
  grid-column-gap: 0px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border-width: 2px;
  border-color: var(--dark);
  border-radius: 6px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 15px;
}

.checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Check-mark.svg');
  border-style: none;
}

.contact-image {
  transform-style: preserve-3d;
  width: 400px;
  max-width: 30%;
  margin-left: 37px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-section {
  background-color: #063833;
  padding-top: 60px;
  padding-bottom: 45px;
}

.footer-column {
  grid-column-gap: 0px;
  flex-direction: column;
  width: 100%;
  max-width: 375px;
  display: flex;
}

.footer-link {
  color: #ededed;
  letter-spacing: .00875rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--orange);
  transform: translate(10px);
}

.footer-link.w--current {
  pointer-events: auto;
  cursor: auto;
}

.webflow-link {
  color: #ededed;
  text-decoration: none;
}

.webflow-link:hover {
  color: #08c9bd;
}

.footer-title {
  margin-bottom: 23px;
}

.footer-container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo {
  width: 200px;
  height: auto;
}

.footer-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.social-links-wrapper {
  grid-column-gap: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-divider {
  background-color: #ffffff0f;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.footer-block {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.full-width {
  width: auto;
}

.footer-columns-wrapper {
  grid-column-gap: 33px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-bottom {
  color: #ededed;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-embed {
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 15px;
  display: flex;
}

.social-link {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link:hover {
  color: var(--orange);
  -webkit-text-stroke-color: #05b9de;
}

.contact-column {
  flex-direction: column;
  display: flex;
}

.contact-columns-wrapper {
  grid-column-gap: 70px;
  display: flex;
}

.subscriber-email-field {
  border: 1.5px solid var(--white);
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/Mail-Icon.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 14px;
  height: 60px;
  padding-left: 50px;
  font-family: Nunito, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 2.0625rem;
}

.subscriber-email-field:focus {
  border: 1.5px solid var(--white);
}

.subscriber-email-field::placeholder {
  color: var(--white);
}

.subscribe-form-wrapper {
  margin-top: 11px;
  margin-bottom: 0;
}

.subscribe-form {
  grid-row-gap: 22px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-utility-links-wrapper {
  grid-column-gap: 25px;
  display: flex;
}

.footer-text, .footer-bottom-link {
  color: #ededed;
  letter-spacing: .00875rem;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-bottom-link:hover {
  color: var(--orange);
}

.anchor-div {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -80px);
}

.instagram-feed-light-box {
  width: 100%;
  height: 100%;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 10px;
  padding: 0;
}

.dark-green-button {
  background-color: var(--dark-green);
  box-shadow: 3px 3px 0 0 var(--black);
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.dark-green-button.sluzby-button {
  font-size: 1.5rem;
  line-height: 2rem;
}

.useless {
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--dark-green);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 50px;
  padding: 7px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.section-name-text {
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--dark-green);
  color: var(--dark);
  border: 1px solid #000;
  border-radius: 50px;
  width: auto;
  margin-bottom: 0;
  padding: 7px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.section-name-div {
  background-color: var(--white);
}

.text-block {
  color: var(--dark);
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
}

.text-block-2 {
  color: var(--black);
  margin-top: -20px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

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

.doctor-name {
  color: var(--dark);
  margin-top: -15px;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.quick-stack-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: -70px;
  padding: 0 100px 0 130px;
}

.cell-3 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

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

.paragraph-lekar {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.paragraph-lekar.dark-font-color {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.paragraph-lekar-2 {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.paragraph-lekar-2.dark-font-color {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.h6-lekar {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.image {
  z-index: 2;
  width: 100px;
  margin-bottom: -45px;
  margin-left: -366px;
  position: relative;
}

.div-block {
  background-color: var(--light-green);
  margin-top: 70px;
  padding-top: 0;
}

.text-block-3 {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  display: block;
}

.extra-info-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.text-span {
  color: var(--black);
  font-size: 1.8rem;
  font-weight: 700;
}

.text-block-4 {
  color: var(--black);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.text-block-5 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}

.text-block-6 {
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2rem;
}

.h4-review {
  font-family: Montserrat, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.6875rem;
}

.paragraph-review {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.paragraph-review.dark-font-color {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.h6-review {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.paragraph-big-review {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2.0625rem;
}

.text-block-7 {
  color: var(--black);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}

.dark-green-button-big {
  background-color: var(--dark-green);
  box-shadow: 3px 3px 0 0 var(--black);
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.dark-green-button-big.sluzby-button {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-block-8 {
  color: #ededed;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
  display: block;
}

.nav-link {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link:hover {
  color: var(--orange);
  -webkit-text-stroke-color: #05b9de;
}

.telefon {
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--black);
  color: var(--dark);
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.telefon.sluzby-button {
  font-size: 1.5rem;
  line-height: 2rem;
}

.image-2 {
  margin-top: 70px;
}

.section {
  background-color: var(--white);
  position: static;
}

.section-2 {
  background-color: var(--dark-green);
}

.info-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1345px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-block-9 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-block-10 {
  color: var(--black);
  background-color: #fff0;
  border: 1px #000;
  border-radius: 50px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.telefon-div {
  background-color: var(--white);
  box-shadow: 3px 3px 0 0 var(--black);
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px;
  display: flex;
}

.image-3 {
  width: 35px;
  margin-right: 5px;
}

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

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

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

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

.paragraph-big-copy {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2.0625rem;
}

.paragraph-big-copy-copy {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.0625rem;
}

.instagram-feed-light-box-copy {
  box-shadow: 4px 4px 0 0 var(--dark-green);
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.background-video {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.instagram-feed-block-copy {
  z-index: 3;
  box-shadow: 4px 4px 0 0 var(--dark-green);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-block-11 {
  color: var(--black);
  text-align: center;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 110%;
}

.div-block-3, .div-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-big-copy {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2.0625rem;
}

.success-message {
  background-color: var(--white);
}

.text-block-12 {
  color: var(--dark);
  font-size: 1.5rem;
  line-height: 3rem;
}

.text-block-13 {
  color: var(--dark);
  text-align: center;
  font-size: 1rem;
}

.error-message {
  background-color: #ffd3d3;
  border-radius: 10px;
}

.quick-stack-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--mid-green);
  box-shadow: 5px 5px 0 0 var(--dark-green);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
}

.text-block-14 {
  color: var(--dark);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 3rem;
}

.quick-stack-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.div-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.instagram-feed-block-copy {
  width: 100%;
  height: 100%;
}

.instagram-feed-block-copy-copy {
  z-index: 3;
  box-shadow: 4px 4px 0 0 var(--dark-green);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: relative;
}

.code-embed {
  margin-bottom: -62px;
  overflow: hidden;
}

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

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

  .spacing-classes {
    width: 65%;
  }

  .section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-color-classes {
    width: 65%;
  }

  .style-guide-title {
    justify-content: flex-start;
    margin-bottom: 20px;
    position: static;
  }

  .all-heading-container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 65%;
  }

  .style-guide-block {
    grid-column-gap: 20px;
    color: #191148;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .h6 {
    font-size: 1.7rem;
  }

  .all-paragraph-container {
    width: auto;
  }

  .buttons-container {
    width: 65%;
  }

  .h1 {
    font-size: 3rem;
  }

  .color-palette-container {
    width: 65%;
  }

  .license-block-title {
    justify-content: flex-start;
    width: auto;
  }

  .style-guide-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bottom-line {
    background-color: #20225b;
    flex: none;
    width: 100%;
    height: auto;
    padding-top: 1.5px;
  }

  .nav-buttons-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .menu-animation {
    grid-row-gap: 8px;
    width: 30px;
    height: 30px;
    display: none;
  }

  .top-line {
    background-color: #20225b;
    flex: none;
    width: 100%;
    height: auto;
    padding-top: 1.5px;
  }

  .nav-links-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .nav-container {
    align-items: center;
    max-width: 100%;
  }

  .menu-button {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .nav-logo-wrapper {
    display: block;
  }

  .nav-logo-white {
    display: none;
  }

  .brand {
    align-items: center;
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .menu-icon-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-icon {
    width: 30px;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .middle-line {
    background-color: #20225b;
    flex: none;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.5px;
  }

  .overlay {
    z-index: 1;
    background-color: #000000b3;
    width: 100%;
    height: 100vh;
    padding: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .navbar {
    z-index: 500;
    height: 105px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-logo-mobile {
    width: 220px;
    height: auto;
    display: block;
  }

  .navigation {
    pointer-events: auto;
    color: var(--dark);
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-wrapper {
    z-index: 1;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-left: 20px;
    position: relative;
    overflow: auto;
  }

  .nav-menu {
    z-index: 280;
    background-color: var(--white);
    width: 60%;
    height: 100vh;
    max-height: 100vh;
    padding: 60px;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .hero-section {
    background-position: 50% 0;
    background-size: auto 85%;
    padding-top: 0;
  }

  .hero-container {
    flex-direction: column;
    align-items: center;
  }

  .hero-text-wrapper {
    grid-row-gap: 35px;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 40px;
  }

  .display {
    text-align: center;
    font-size: 4rem;
    line-height: 4.8rem;
  }

  .phone-link {
    grid-column-gap: 10px;
  }

  .decorative.hero {
    inset: auto 0% 0% auto;
  }

  .hero-para-wrapper {
    max-width: none;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .about-container {
    grid-row-gap: 15px;
  }

  .about-row {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 15px;
  }

  .about-text-wrapper {
    grid-row-gap: 60px;
    text-align: center;
    order: -1;
    align-items: center;
  }

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

  .service-container {
    grid-row-gap: 60px;
  }

  .service-heading-wrapper {
    grid-row-gap: 20px;
  }

  .service-blocks-wrapper {
    grid-row-gap: 40px;
  }

  .service-block.shadow {
    height: auto;
    padding-bottom: 20px;
  }

  .care-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .care-container {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .care-image-wrapper {
    max-width: none;
  }

  .care-text-wrapper {
    grid-row-gap: 20px;
    order: -1;
  }

  .point-blocks-wrapper {
    margin-top: 15px;
    margin-bottom: 30px;
  }

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

  .feature-section {
    padding-top: 60px;
  }

  .feature-container {
    grid-row-gap: 60px;
  }

  .feature-heading-wrapper {
    grid-row-gap: 20px;
  }

  .feature-blocks-wrapper {
    grid-row-gap: 45px;
    flex-direction: column;
    align-items: center;
  }

  .feature-block-column {
    grid-row-gap: 45px;
    padding-bottom: 0;
  }

  .feature-image-wrapper {
    order: 1;
  }

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

  .testimonial-container {
    grid-row-gap: 60px;
  }

  .testimonial-heading-wrapper {
    grid-row-gap: 15px;
  }

  .testimonial-slide-content-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-image-wrapper {
    max-width: 300px;
  }

  .slider-arrow {
    bottom: 55px;
  }

  .team-member-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-heading-wrapper {
    grid-row-gap: 15px;
  }

  .team-block {
    padding: 35px;
  }

  .team-member-image {
    width: 150px;
    height: 150px;
  }

  .team-slider-mask {
    width: 47%;
    max-width: none;
    height: 100%;
  }

  .team-slide {
    margin-right: 30px;
  }

  .pet-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pet-container {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .pet-image-wrapper {
    height: 450px;
  }

  .pet-text-wrapper {
    grid-row-gap: 15px;
    text-align: center;
    order: -1;
  }

  .pet-light-box-wrapper {
    margin-top: 60px;
  }

  .pricing-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pricing-container {
    grid-row-gap: 60px;
  }

  .pricing-heading-wrapper {
    grid-row-gap: 15px;
  }

  .pricing-blocks-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    align-items: center;
  }

  .pricing-block {
    max-width: 400px;
  }

  .instagram-section, .faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-container {
    grid-row-gap: 40px;
  }

  .faq-row {
    grid-row-gap: 90px;
    flex-direction: column;
  }

  .faq-left-block {
    align-items: center;
  }

  .faq-left-block-text-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .accordion-para-wrapper {
    padding-right: 20px;
  }

  .faq-accordion-wrapper {
    order: -1;
    max-width: none;
    margin-top: 0;
  }

  .contact-section {
    padding-top: 60px;
  }

  .contact-row {
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .contact-text-wrapper {
    order: 1;
  }

  .contact-heading-wrapper {
    grid-row-gap: 15px;
  }

  .contact-fields-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .contact-image {
    max-width: 60%;
    margin-left: 0;
    margin-right: -50px;
    inset: auto 0% 0% auto;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .footer-section {
    padding-top: 40px;
  }

  .webflow-link {
    display: block;
  }

  .footer-wrapper {
    grid-row-gap: 45px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-divider {
    margin-bottom: 50px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-end;
    width: 45%;
  }

  .footer-bottom {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-utility-links-wrapper {
    grid-column-gap: 20px;
  }

  .text-block-2 {
    font-size: 1.7rem;
  }

  .doctor-name {
    font-size: 1.8rem;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-4 {
    justify-content: flex-end;
    align-items: center;
  }

  .image {
    margin-left: -254px;
  }

  .paragraph-review {
    color: var(--dark-grey);
    font-weight: 500;
  }

  .info-container {
    align-items: center;
    max-width: 100%;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .spacing-classes {
    width: 100%;
  }

  .section-spacing {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .text-color-classes {
    width: 100%;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .all-heading-container {
    width: 100%;
  }

  .style-guide-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }

  .h6 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .all-paragraph-container {
    width: 100%;
  }

  .h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .buttons-container {
    width: 100%;
  }

  .h3 {
    font-size: 1.75rem;
    line-height: 2.875rem;
  }

  .h1 {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }

  .color-palette-container {
    width: 100%;
  }

  .paragraph.dark-font-color {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .licence-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .license-paragraph-container {
    width: 100%;
  }

  .license-block-title {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

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

  .logo {
    width: 180px;
    height: auto;
  }

  .navbar {
    height: 75px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    width: 80%;
    padding: 40px;
  }

  .hero-section {
    padding-top: 0;
  }

  .hero-text-wrapper {
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .display {
    text-align: center;
    font-size: 2.85rem;
    line-height: 3.3rem;
  }

  .phone-link {
    align-items: center;
  }

  .phone-link.hero {
    margin-bottom: 20px;
  }

  .decorative {
    width: 55px;
    height: 55px;
  }

  .phone-icon {
    width: 30px;
    height: 30px;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .service-container {
    grid-row-gap: 45px;
  }

  .service-heading-wrapper {
    grid-row-gap: 20px;
  }

  .service-blocks-wrapper {
    grid-row-gap: 45px;
  }

  .service-block {
    grid-row-gap: 5px;
    padding: 30px 20px;
  }

  .service-block.shadow {
    height: auto;
  }

  .service-block-icon {
    width: 70px;
    height: 60px;
  }

  .btn-and-link-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .btn-and-link-wrapper.left-aligned {
    justify-content: flex-start;
  }

  .care-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .care-container {
    grid-row-gap: 45px;
  }

  .care-text-wrapper {
    grid-row-gap: 15px;
  }

  .point-blocks-wrapper, .point-block {
    grid-row-gap: 10px;
  }

  .point {
    grid-column-gap: 15px;
  }

  .clients-profile-wrapper {
    justify-content: center;
    align-items: center;
    padding-right: 15px;
  }

  .feature-section {
    padding-top: 60px;
  }

  .feature-container {
    grid-row-gap: 45px;
  }

  .feature-heading-wrapper {
    grid-row-gap: 20px;
  }

  .feature-image {
    object-fit: fill;
    min-width: 0;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .feature-block.shadow {
    padding: 10px;
  }

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

  .testimonial-slider {
    padding-bottom: 80px;
  }

  .testimonial-slide-content-wrapper {
    align-items: center;
  }

  .testimonial-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-star-widget {
    inset: auto auto -30px;
  }

  .testimonial-image-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-arrow {
    border-color: var(--dark);
    color: var(--dark);
    inset: auto 0% 0%;
  }

  .team-member-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .team-member-image {
    flex: none;
  }

  .team-slider-mask {
    width: 100%;
  }

  .pet-image-wrapper {
    height: auto;
  }

  .pet-light-box-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
  }

  .pricing-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

  .instagram-container {
    grid-row-gap: 60px;
  }

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

  .faq-container {
    grid-row-gap: 45px;
  }

  .accordion-space {
    height: 8px;
  }

  .accordion-para-wrapper {
    padding-right: 20px;
  }

  .accordion-toggle-indicator {
    flex: none;
  }

  .contact-section {
    padding-top: 60px;
  }

  .contact-container {
    grid-row-gap: 45px;
  }

  .contact-row, .contact-text-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-from, .contact-fields-wrapper {
    grid-row-gap: 15px;
  }

  .input-field {
    height: 50px;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .contact-form-button-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
  }

  .checkbox-field {
    justify-content: center;
  }

  .webflow-link {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-title {
    margin-bottom: 15px;
  }

  .footer-wrapper {
    grid-row-gap: 45px;
    justify-content: flex-start;
  }

  .footer-block {
    grid-row-gap: 28px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .subscribe-form {
    grid-row-gap: 15px;
  }

  .anchor-div {
    transform: translate(0, -60px);
  }

  .quick-stack {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-2 {
    margin-top: -15px;
    font-size: 1.6rem;
  }

  .doctor-name {
    font-size: 1.6rem;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -30px;
  }

  .cell-4 {
    justify-content: flex-end;
    align-items: center;
  }

  .h6-lekar {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .image {
    margin-left: -363px;
  }

  .h4-review {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .h6-review {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .text-block-7 {
    margin-top: -50px;
    font-size: 1.6rem;
  }

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

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

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

  .div-block-4 {
    flex-flow: column;
  }

  .div-block-7 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}

@media screen and (max-width: 479px) {
  .main-container {
    color: var(--black);
  }

  .spacing-classes, .text-color-classes {
    grid-template-columns: 1fr;
  }

  .style-guide-title {
    text-align: center;
  }

  .h6 {
    font-size: 1.2rem;
  }

  .paragraph-big {
    text-align: center;
    font-weight: 500;
  }

  .h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

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

  .h1 {
    font-size: 2.25rem;
  }

  .color-palette-container {
    grid-template-columns: 1fr;
  }

  .licence-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .license-block-title {
    text-align: center;
    justify-content: center;
  }

  .nav-buttons-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    width: 160px;
    height: auto;
  }

  .menu-icon {
    height: auto;
  }

  .nav-menu {
    padding: 30px;
  }

  .hero-text-wrapper {
    margin-top: 40px;
  }

  .hero-image {
    margin-top: 20px;
  }

  .display {
    font-size: 2.5rem;
  }

  .phone-link {
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .phone-link.service {
    grid-row-gap: 5px;
    order: -1;
    justify-content: center;
  }

  .phone-link.care {
    order: -1;
  }

  .phone-link.faq {
    flex-direction: column;
  }

  .phone-icon.hide-on-mobile {
    display: none;
  }

  .about-image {
    margin-bottom: -35px;
  }

  .point-block {
    column-count: 1;
  }

  .point {
    align-items: flex-start;
  }

  .checkmark {
    margin-top: 7px;
  }

  .feature-image-wrapper {
    flex: none;
  }

  .feature-block {
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 20px 20px 30px;
  }

  .testimonial-container {
    grid-row-gap: 40px;
  }

  .testimonial-slider {
    height: 100%;
    padding-bottom: 65px;
  }

  .testimonial-slider-mask, .testimonial-slide {
    height: 100%;
  }

  .testimonial-slide-content-wrapper {
    padding: 20px 30px 40px;
  }

  .testimonial-star-widget {
    padding: 15px 20px;
  }

  .star-emebed {
    width: 120px;
  }

  .team-slider {
    padding-bottom: 90px;
  }

  .pet-light-box {
    max-width: 290px;
  }

  .pet-light-box-text-wrapper {
    grid-row-gap: 15px;
    width: 50%;
  }

  .pet-light-box-play-btn {
    width: 40px;
    height: 40px;
  }

  .pricing-block {
    z-index: 1;
    padding: 30px;
  }

  .pricing-btn-wrapper {
    margin-top: 30px;
  }

  .pricing-image {
    z-index: -1;
    width: 40%;
    inset: auto 0% 0% auto;
  }

  .instagram-container {
    grid-row-gap: 40px;
  }

  .instagram-feed-blocks-wrapper {
    flex-direction: column;
    grid-template-rows: 245px 245px;
    grid-template-columns: 1fr;
    display: flex;
  }

  .instagram-feed-block-image {
    height: 100%;
  }

  .instagram-feed-block {
    height: 300px;
  }

  .faq-container {
    grid-row-gap: 20px;
  }

  .faq-left-block.shadow {
    margin-top: -40px;
    padding-bottom: 0;
  }

  .faq-left-block-text-wrapper {
    text-align: center;
  }

  .contact-container {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-row {
    grid-row-gap: 40px;
    align-items: center;
    padding-bottom: 70%;
  }

  .contact-text-wrapper {
    grid-row-gap: 20px;
    width: 100%;
    margin-bottom: 171px;
  }

  .contact-form-wrapper {
    padding: 50px 30px;
  }

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

  .contact-form-button-wrapper {
    flex-direction: column;
  }

  .contact-image {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    inset: auto auto 0%;
  }

  .footer-container {
    max-width: none;
  }

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

  .footer-columns-wrapper {
    grid-row-gap: 17px;
    flex-wrap: wrap;
  }

  .contact-columns-wrapper {
    flex-wrap: wrap;
  }

  .subscribe-form {
    grid-row-gap: 15px;
    align-items: stretch;
  }

  .footer-utility-links-wrapper {
    flex-wrap: wrap;
  }

  .dark-green-button {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1.1rem;
  }

  .text-block {
    font-size: 1.3rem;
    font-weight: 600;
  }

  .text-block-2 {
    margin-top: -10px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .doctor-name {
    margin-top: -10px;
  }

  .cell-3 {
    padding-top: 20px;
  }

  .image {
    margin-bottom: -34px;
    margin-left: -219px;
  }

  .div-block {
    color: var(--black);
  }

  .text-block-3 {
    line-height: 1.8rem;
  }

  .extra-info-container {
    color: var(--dark);
  }

  .text-block-4 {
    margin-top: 30px;
    padding-top: 10px;
  }

  .text-block-5 {
    font-size: 1.2rem;
  }

  .text-block-6 {
    margin-top: 40px;
  }

  .text-block-7 {
    margin-top: -35px;
    font-size: 1.4rem;
  }

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

  .text-block-10 {
    font-size: 1.1rem;
  }

  .telefon-div {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .image-3 {
    width: 30px;
  }

  .text-block-11 {
    line-height: 110%;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-7 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .paragraph-big-copy {
    text-align: left;
    font-weight: 500;
  }

  .div-block-8 {
    padding: 20px 10px 10px;
  }

  .text-block-14 {
    font-size: 1.4rem;
  }

  .quick-stack-5 {
    padding: 5px;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .instagram-feed-block-copy, .instagram-feed-block-copy-copy {
    height: 300px;
  }

  .code-embed {
    padding-bottom: 0;
  }
}

#w-node-a95ecb97-6381-2a16-9e2b-be8757054bb4-b319aef2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_5f1ddfc9-3700-2784-bc89-20d38a91e0da-b319aef2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ee4c0c21-4043-41cd-457d-eab96dec2742-b319aef2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3936cfc3-bca5-ad24-af77-18ffb336c7ba-b319aef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3936cfc3-bca5-ad24-af77-18ffb336c7bb-b319aef2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a406b3d9-555b-8478-0380-fd029621f27f-b319aef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a406b3d9-555b-8478-0380-fd029621f280-b319aef2, #w-node-_2b060d16-fcf2-b182-cda7-3df652f1c7b4-b319aef2, #w-node-a4401813-8f1e-7912-3a71-032df1eeb187-b319aef2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_154a24c6-7b29-9a7a-0304-7c055cd08178-b319aef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_154a24c6-7b29-9a7a-0304-7c055cd08179-b319aef2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f39b5fd6-bfc3-1631-9fdd-a10c80a4ab34-b319aef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f39b5fd6-bfc3-1631-9fdd-a10c80a4ab35-b319aef2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_19759f5f-e8f9-b413-0e78-3704ffe58429-b319aef2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19759f5f-e8f9-b413-0e78-3704ffe5842b-b319aef2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8e3d507b-e851-d2d6-0f99-c0342f154d31-b319aef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e3d507b-e851-d2d6-0f99-c0342f154d33-b319aef2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8c6d4fa1-ca96-71ed-e656-2306fc0fed10-b319aef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c6d4fa1-ca96-71ed-e656-2306fc0fed12-b319aef2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ee4c0c21-4043-41cd-457d-eab96dec2742-b319aef2 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_3936cfc3-bca5-ad24-af77-18ffb336c7ba-b319aef2, #w-node-a406b3d9-555b-8478-0380-fd029621f27f-b319aef2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2b060d16-fcf2-b182-cda7-3df652f1c7b4-b319aef2, #w-node-a4401813-8f1e-7912-3a71-032df1eeb187-b319aef2 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_154a24c6-7b29-9a7a-0304-7c055cd08178-b319aef2, #w-node-f39b5fd6-bfc3-1631-9fdd-a10c80a4ab34-b319aef2, #w-node-_19759f5f-e8f9-b413-0e78-3704ffe58429-b319aef2, #w-node-_8e3d507b-e851-d2d6-0f99-c0342f154d31-b319aef2, #w-node-_8c6d4fa1-ca96-71ed-e656-2306fc0fed10-b319aef2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a95ecb97-6381-2a16-9e2b-be8757054bb4-b319aef2 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_2b060d16-fcf2-b182-cda7-3df652f1c7b4-b319aef2 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a95ecb97-6381-2a16-9e2b-be8757054bb4-b319aef2 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_5f1ddfc9-3700-2784-bc89-20d38a91e0da-b319aef2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ee4c0c21-4043-41cd-457d-eab96dec2742-b319aef2, #w-node-_3936cfc3-bca5-ad24-af77-18ffb336c7ba-b319aef2, #w-node-a406b3d9-555b-8478-0380-fd029621f27f-b319aef2, #w-node-_2b060d16-fcf2-b182-cda7-3df652f1c7b4-b319aef2, #w-node-a4401813-8f1e-7912-3a71-032df1eeb187-b319aef2, #w-node-_154a24c6-7b29-9a7a-0304-7c055cd08178-b319aef2, #w-node-f39b5fd6-bfc3-1631-9fdd-a10c80a4ab34-b319aef2, #w-node-_19759f5f-e8f9-b413-0e78-3704ffe58429-b319aef2, #w-node-_8e3d507b-e851-d2d6-0f99-c0342f154d31-b319aef2, #w-node-_8c6d4fa1-ca96-71ed-e656-2306fc0fed10-b319aef2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}