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

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

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

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-dark: #102323;
  --paragraph-gray: #777272;
  --primary: #4c96cb;
  --primary-light: #eefcfd;
  --black: black;
  --white: white;
  --primary-opacity-20: #38c9d933;
  --white-50: #ffffff80;
  --dark-gray: #afafaf;
  --dark-gray-50: #afafaf80;
  --primary-10: #38c9d91a;
  --light-blue: #e9fffe;
  --gray: #e9e9e9;
}

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

.wf-page {
  color: var(--text-dark);
  letter-spacing: -.04em;
  font-family: Parkinsans, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

:where(.wf-page) h1 {
  color: var(--text-dark);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Parkinsans, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1em;
}

:where(.wf-page) h2 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Parkinsans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

:where(.wf-page) h3 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Parkinsans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}

:where(.wf-page) h4 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Parkinsans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

:where(.wf-page) h5 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Parkinsans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
}

:where(.wf-page) h6 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Parkinsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

:where(.wf-page) p {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Parkinsans, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

:where(.wf-page) a {
  color: var(--primary);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

:where(.wf-page) a:hover {
  color: var(--text-dark);
}

:where(.wf-page) ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

:where(.wf-page) li {
  align-items: center;
  line-height: 1.4em;
}

:where(.wf-page) img {
  max-width: 100%;
  display: inline-block;
}

:where(.wf-page) label {
  margin-bottom: 10px;
  display: block;
}

:where(.wf-page) blockquote {
  border-left: 1px solid var(--primary);
  background-color: var(--primary-light);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 20px;
  font-family: Parkinsans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner {
  padding-top: 160px;
}

.section.light-bg {
  background-color: var(--primary-light);
}

.section.light-bg-no-top {
  background-color: var(--primary-light);
  padding-top: 0;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.large {
  max-width: 1440px;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid-system {
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  border-bottom-left-radius: 10px;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-right-radius: 10px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.colors-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  display: flex;
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 20px;
}

.h1-tablet {
  font-size: 50px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 46px;
}

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

.h3-mobile {
  font-size: 32px;
}

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1.5em;
  transition: all .35s;
  display: flex;
}

.primary-button:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pagination {
  margin-top: 30px;
}

.style-guide-div {
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 0;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--paragraph-gray);
  padding: 10px 8px;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: var(--paragraph-gray);
}

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

.nav-dropdown-toggle {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 8px;
  display: flex;
}

.nav-dropdown-icon {
  color: var(--paragraph-gray);
  margin-right: 0;
  font-size: 12px;
  position: relative;
}

.nav-dropdown-icon.white {
  color: var(--white);
}

.nav-dropdown-list {
  background-color: var(--white);
  border-radius: 16px;
  padding: 15px 20px;
  display: flex;
}

.nav-dropdown-list.w--open {
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  min-width: 150px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2em;
}

.nav-item-title.hover {
  color: var(--primary);
}

.nav-item-title.white {
  color: var(--white);
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 320px;
  transition: opacity .3s;
}

.licensing-image:hover {
  opacity: .8;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--text-dark);
  letter-spacing: normal;
  font-weight: 700;
}

.license-link:hover {
  color: var(--primary);
}

.banner-1-title {
  max-width: 500px;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  z-index: 20;
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: relative;
}

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  z-index: 20;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

.coming-soon-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 570px;
  display: flex;
  position: relative;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 10px 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
}

.nav-menu-wrapper {
  flex: 1;
  min-width: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-sidebar-item {
  display: inline-block;
  position: relative;
  overflow: clip;
  box-shadow: 0 0 20px #0000000f;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.blog-sidebar-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
  position: relative;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-item:last-child {
  margin-bottom: 0;
}

.sidebar-recent-post-image {
  object-fit: cover;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  transition: transform .8s;
}

.sidebar-recent-post-image:hover {
  transform: scale(.9);
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--white);
  margin-top: 0;
  font-size: 16px;
  transition: color .35s;
}

.blog-recent-post-title:hover {
  color: var(--primary);
}

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

.blog-recent-post-date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  background-color: var(--text-dark);
  border-radius: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories-wrapper {
  z-index: 10;
  margin-top: 20px;
  position: relative;
}

.sidebar-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--primary);
  background-color: #0000;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-height: 680px;
}

.blog-template-date {
  font-weight: 700;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--primary-light);
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid var(--primary-opacity-20);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--paragraph-gray);
  line-height: 1.2em;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--paragraph-gray);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright-link {
  color: var(--text-dark);
  letter-spacing: .2px;
  text-decoration: none;
  display: inline-block;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.section-title-wrapper {
  grid-row-gap: 24px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 740px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.text-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.values-wrapper {
  display: flex;
}

.values-image-wrapper {
  width: 50%;
}

.values-content-wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 80px;
  display: flex;
}

.values-counter-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.values-counter-item {
  background-color: #1294891a;
  border-radius: 15px;
  width: 50%;
  padding: 20px;
}

.values-counter-item.last-child {
  order: 1;
  margin-right: 0;
}

.values-counter-number {
  color: var(--primary);
}

.paragraph-large {
  font-size: 18px;
}

.values-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

.banner-description {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-wrapper.service-details {
  margin-top: 60px;
}

.accordion-item {
  width: 100%;
  position: relative;
}

.mb-30 {
  margin-bottom: 30px;
}

.pricing-wrapper {
  z-index: 20;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.pricing-item {
  border: 1px solid var(--primary-opacity-20);
  background-color: var(--white);
  border-radius: 20px;
  width: 33.33%;
}

.pricing-item.center-item {
  z-index: 10;
}

.pricing-title-wrapper {
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--primary-opacity-20);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 20px 20px;
  display: flex;
}

.pricing-title-wrapper.primary-color-background {
  border-bottom-color: var(--white-50);
}

.pricing-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.pricing-content.center-item {
  background-color: var(--primary);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pricing-list {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.pricing-list.white {
  background-color: var(--white);
  color: var(--white);
}

.pricing-3-list-item {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 17px;
  line-height: 26px;
}

.pricing-3-list-item.last-child {
  border-bottom-style: none;
}

.link-with-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.job-position-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-detail {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.hidden {
  display: none;
}

.contacts-input {
  border: 1px solid var(--primary-light);
  background-color: var(--primary-light);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--paragraph-gray);
  border-radius: 50px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary);
}

.contacts-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  line-height: 1em;
}

.contacts-input.without-space {
  margin-bottom: 0;
}

.contacts-2-location-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contacts-2-form-wrapper {
  z-index: 10;
  background-color: var(--text-dark);
  border-radius: 16px;
  padding: 50px 40px;
  position: relative;
}

.contacts-3-capabilities-wrap-left {
  width: 42%;
  padding-right: 80px;
}

.contacts-3-capabilities-wrap-right {
  justify-content: center;
  align-items: stretch;
  width: 58%;
  display: flex;
}

.contacts-3-capabilities-wrapper {
  width: 100%;
  display: flex;
}

.contacts-3-form-wrapper {
  z-index: 10;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contacts-3-form {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-link {
  color: var(--paragraph-gray);
  font-size: 14px;
  line-height: 1.5em;
  transition: all .3s;
}

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

.footer-social-icons-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.footer-brand {
  color: #fff;
  margin-bottom: 40px;
}

.footer-social-icon {
  color: var(--text-dark);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: transform .5s;
}

.footer-social-icon:hover {
  transform: scale(.9);
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vertical-40.flex-center-mobile.footer-contact-column {
  justify-self: end;
  align-items: flex-end;
  text-align: right;
}

.footer-contact-column .vertical-16.mobile-centered {
  text-align: right;
  align-items: flex-end;
}

.footer-contact-column .primary-button {
  align-self: flex-end;
}

.slfc-cookie-modal {
  width: min(420px, calc(100vw - 36px));
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 10020;
  transform: translateY(14px);
  transition: opacity .22s ease, transform .22s ease;
}

.slfc-cookie-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.slfc-cookie-modal__inner {
  grid-row-gap: 14px;
  backdrop-filter: blur(16px);
  background-color: #f7fcfded;
  border: 1px solid #38c9d926;
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 18px 38px #0f263021;
  display: grid;
}

.slfc-cookie-modal__copy {
  grid-row-gap: 8px;
  display: grid;
}

.slfc-cookie-modal__eyebrow {
  color: var(--primary);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2em;
}

.slfc-cookie-modal__text {
  color: var(--text-dark);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5em;
}

.slfc-cookie-modal__text a, .slfc-cookie-modal__link {
  color: var(--primary);
  text-decoration: underline;
}

.slfc-cookie-modal__actions {
  grid-column-gap: 14px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slfc-cookie-modal__link {
  font-size: 14px;
  line-height: 1.4em;
}

.slfc-cookie-modal__button.primary-button {
  min-width: 112px;
  padding: 10px 22px;
  font-size: 15px;
}

.search-wrap-input {
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-shop-con {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--dark-gray-50);
  color: var(--paragraph-gray);
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-input::placeholder {
  color: var(--paragraph-gray);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.accordion-wrap-one-column {
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-details-content {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.section.without-top-spacing.service-related-section {
  margin-top: 52px;
}

.service-related-label {
  margin-bottom: 8px;
}

.black-background.service-related-shell {
  background-image: url("../images-vanilla/Footsemitransparent.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) calc(100% - 24px);
  background-size: 180px auto;
  padding: 64px 20px 44px;
}

.service-related-intro {
  margin-bottom: 26px;
}

.service-related-main-title {
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 0;
}

.service-related-description {
  max-width: 640px;
  text-align: center;
}

.service-related-groups {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-service-list.service-related-links {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
}

.service-related-links .home-service-link {
  margin-bottom: 0;
}

.service-related-links .paragraph-large {
  color: var(--white);
  margin-bottom: 0;
}

.service-details-sidebar-contacts {
  margin-top: 30px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.primary-button-white {
  background-color: var(--white);
  color: var(--text-dark);
  text-align: center;
  border-radius: 50px;
  align-items: center;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .35s;
}

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

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

.style-guide-content-wrapper {
  display: flex;
}

.about-1-video {
  z-index: 2;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: clip;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--primary-opacity-20);
  border-radius: 20px;
  flex-flow: column;
  padding: 5px;
  display: flex;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-images-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.sidebar-search {
  background-color: var(--text-dark);
  border-radius: 16px;
  padding: 20px;
  position: relative;
}

.sidebar-search-wrapper {
  z-index: 10;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.home-banner-section {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  overflow: hidden;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  height: 68px;
  font-size: 14px;
  display: flex;
  inset: auto 0 0% auto;
}

.contacts-icon-primary {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contacts-item {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.primary-color-background {
  background-color: var(--primary);
  overflow: hidden;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.contacts-wrapper-grid.contacts-wrap {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.form-link {
  color: var(--text-dark);
  justify-content: center;
  align-items: center;
  line-height: 1em;
}

.form-link:hover {
  color: var(--primary);
}

.section-title-center {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-primary-color {
  color: var(--primary);
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  grid-column-gap: 8px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.menu-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 30px;
}

.rich-text-style h3 {
  margin-top: 30px;
  margin-bottom: 16px;
}

.rich-text-style h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  border-radius: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-seo-intro-card {
  background-image: linear-gradient(135deg, #eefcfd, #f8ffff);
  border: 1px solid var(--primary-opacity-20);
  border-left: 4px solid var(--primary);
  border-radius: 16px;
  padding: 28px 24px;
  margin-bottom: 24px;
}

.service-seo-kicker {
  color: var(--primary);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4em;
}

.service-seo-title {
  color: var(--text-dark);
  margin-top: 8px;
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 1.15em;
}

.service-seo-lead {
  color: #173737;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 1.7em;
}

.service-seo-subtitle {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3em;
}

.service-seo-goal {
  color: #204242;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.65em;
}

.service-seo-goal-wrap {
  margin-bottom: 16px;
}

.service-seo-outline-list {
  grid-column-gap: 12px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 18px;
  display: grid;
}

.service-seo-outline-list li {
  color: #204242;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.55em;
}

.service-seo-cta-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.condition-editor-sidebar {
  margin-bottom: 0;
  position: static;
  top: auto;
}

.values-wrapper.condition-values-wrapper {
  flex-wrap: wrap;
}

.condition-intro-title-row {
  width: 100%;
  margin-bottom: 30px;
}

.condition-page-title {
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 0;
}

.condition-guidance-column {
  width: 100%;
  max-width: 280px;
}

.condition-guidance-note {
  grid-row-gap: 18px;
  border-top: 1px solid #38c9d92e;
  margin-top: 18px;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
}

.condition-guidance-item {
  grid-row-gap: 8px;
  display: flex;
  flex-direction: column;
}

.condition-guidance-label {
  color: #1d4747;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4em;
}

.condition-guidance-copy {
  color: #204242;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 1.65em;
}

.condition-editor-sidebar-richtext {
  background-color: var(--white);
  border: 1px solid #38c9d92e;
  border-radius: 14px;
  margin-top: 14px;
  padding: 18px 16px;
}

.condition-editor-sidebar-richtext h2 {
  color: #1d4747;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.3em;
}

.condition-editor-sidebar-richtext h3 {
  color: #1d4747;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.35em;
}

.condition-editor-sidebar-richtext p, .condition-editor-sidebar-richtext li {
  color: #204242;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.65em;
}

.condition-editor-sidebar-richtext ul, .condition-editor-sidebar-richtext ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.condition-sidebar-column {
  display: flex;
  flex-direction: column;
}

.service-contact-form.condition-sidebar-contact-form {
  margin-top: 18px;
  margin-bottom: 0;
  position: static;
  top: auto;
}

.rich-text-style.service-seo-richtext {
  background-color: var(--white);
  border: 1px solid #38c9d92e;
  border-radius: 20px;
  padding: 34px 30px;
  box-shadow: 0 18px 30px #0000000d;
}

.rich-text-style.service-seo-richtext h2 {
  color: var(--primary);
  letter-spacing: -.02em;
  margin-top: 26px;
  margin-bottom: 20px;
  font-size: 40px;
}

.rich-text-style.service-seo-richtext h3 {
  color: #1d4747;
  letter-spacing: -.02em;
  margin-top: 24px;
  margin-bottom: 14px;
  font-size: 32px;
}

.rich-text-style.service-seo-richtext p, .rich-text-style.service-seo-richtext li {
  color: #204242;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 1.75em;
}

.rich-text-style.service-seo-richtext ul {
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .service-seo-intro-card {
    padding: 22px 16px;
  }

  .service-seo-title {
    font-size: 30px;
  }

  .service-seo-lead {
    font-size: 18px;
  }

  .service-seo-subtitle {
    font-size: 20px;
  }

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

  .service-seo-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .service-seo-cta-row .primary-button, .service-seo-cta-row .primary-button-white {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .rich-text-style.service-seo-richtext {
    padding: 24px 18px;
  }

  .rich-text-style.service-seo-richtext h2 {
    font-size: 32px;
  }

  .rich-text-style.service-seo-richtext h3 {
    font-size: 26px;
  }

  .rich-text-style.service-seo-richtext p, .rich-text-style.service-seo-richtext li {
    font-size: 18px;
  }
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.brand-tablet {
  display: none;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-tab-link {
  border: 1px solid var(--primary);
  background-color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
}

.style-guide-tabs-menu {
  grid-column-gap: 10px;
  margin-bottom: 80px;
  display: flex;
}

.spacing-title {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-title {
  background-color: var(--primary);
  color: #fff;
  border-top: 1px solid #7c7c7c;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  border-top-left-radius: 10px;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-title.last {
  border-top-right-radius: 10px;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.landing-text-span {
  color: var(--primary);
}

.landing-inner-page-image {
  border: 1px solid var(--primary-opacity-20);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
  width: 100%;
}

.landing-inner-page-image.banner {
  box-shadow: 0 6px 20px #00000014;
}

.landing-banner-content {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 730px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto;
}

.banner-description-2 {
  text-align: center;
  letter-spacing: 2.4px;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.landing-banner-title {
  margin-top: 0;
  margin-bottom: 0;
}

.landing-home-pages-wrapper-banner {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.landing-banner-screens {
  z-index: 999;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-inner-page-item {
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 6px;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.section-landing-customers {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-customers-content-left {
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  padding-right: 60px;
  display: flex;
}

.landing-customers-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 54%;
  display: grid;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.landing-icon-style {
  opacity: 1;
  filter: invert();
  max-height: 60px;
}

.paragraph-benefits-lp {
  color: #fff;
  width: 90%;
}

.landing-customers-layout {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-title {
  text-transform: none;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.free-trial-wrapper-2 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper-2.landing {
  flex-direction: column;
  align-items: center;
  max-width: 640px;
  display: flex;
}

.free-trial-title-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
}

.section-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-banner.landing-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-bg {
  background-color: var(--primary);
  height: 140px;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.details-page-title {
  font-size: 60px;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  display: flex;
}

.position-relative {
  position: relative;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.form-contacts {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block-contacts {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-width: 290px;
  min-height: 280px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.h2-style-guide-title {
  margin-top: 0;
  margin-bottom: 0;
}

.spacing-flex-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.sg-title {
  margin-top: 0;
  margin-bottom: 0;
}

.sg-title.mb-15 {
  margin-bottom: 15px;
}

.sg-title.mb-30 {
  margin-bottom: 30px;
}

.flex-small-sg-con {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.color-sg-par {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-body-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.btn-flex-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  display: flex;
}

.licensing-footer-link {
  color: var(--paragraph-gray);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1.2em;
  display: flex;
}

.licensing-footer-link:hover {
  color: var(--primary);
}

.license-link-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.icon-btn-wrapper {
  background-color: var(--primary);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: relative;
}

.clip {
  position: relative;
  overflow: hidden;
}

.clip-icon-wrapper {
  overflow: clip;
}

.clip-icon-wrapper.left {
  position: absolute;
  top: 0;
  left: -100%;
}

.hero-link-with-icon {
  grid-column-gap: 8px;
  display: flex;
}

.clip-text-wrapper {
  overflow: hidden;
}

.clip-text-wrapper.bottom {
  position: absolute;
  bottom: -100%;
}

.banner-overlay {
  background-color: var(--primary-light);
  border-radius: 16px;
  padding: 10px;
  position: relative;
  overflow: clip;
}

.banner-overlay.banner-2-bottom {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 550px;
  padding-bottom: 60px;
  display: flex;
}

.banner-overlay.faq {
  justify-content: center;
  align-items: center;
  min-height: 350px;
  display: flex;
}

.banner-overlay.contacts {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  display: flex;
}

.banner-overlay.page {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.banner-overlay.inner-banner-details {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.banner-overlay.about-banner {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 500px;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
}

.banner-overlay.dark, .banner-overlay.dark-job {
  background-color: var(--text-dark);
  justify-content: center;
  align-items: center;
  min-height: 350px;
  display: flex;
}

.banner-wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.banner-top-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
}

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

.cover-image.left {
  object-position: 70% 50%;
}

.flex-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  position: relative;
}

.vertical-24 {
  grid-row-gap: 20px;
}

.vertical-24.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.why-description {
  max-width: 520px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.why-description.home-2 {
  padding-left: 30px;
}

.left-banner-wrapp {
  background-color: var(--primary-light);
  text-align: center;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  min-height: 650px;
}

.about-container {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.description-about {
  max-width: 683px;
}

.how-work-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.column-30 {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.vertical-6 {
  grid-row-gap: 6px;
}

.vertical-50 {
  grid-row-gap: 40px;
}

.vertical-30 {
  grid-row-gap: 30px;
}

.vertical-30.full {
  width: 100%;
}

.horzontal-line {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 1px;
}

.max-w-par-small {
  max-width: 230px;
}

.plus-hor-line {
  background-color: var(--text-dark);
  border-radius: 20px;
  width: 15px;
  height: 2px;
  transform-origin: center;
  transition: transform .28s ease, opacity .28s ease, background-color .28s ease;
}

.plus-hor-line.white {
  background-color: var(--white);
}

.plus-ver-line {
  background-color: var(--text-dark);
  border-radius: 20px;
  width: 2px;
  height: 15px;
  border-top: 0 solid #0000;
  border-right: 0 solid #0000;
  position: absolute;
  transform-origin: center;
  transition: transform .28s ease, opacity .28s ease, background-color .28s ease, width .28s ease, height .28s ease, border-top-width .28s ease, border-right-width .28s ease, border-radius .28s ease;
}

.plus-ver-line.white {
  background-color: var(--white);
}

.home-service-text {
  grid-column-gap: .9rem;
}

.cover-image-fill {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover-image-fill.center {
  object-position: 50% 50%;
}

.service-icon-wrapper {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
  transition: transform .28s cubic-bezier(.2, .7, .2, 1), background-color .28s ease, box-shadow .28s ease;
}

.service-icon-wrapper.dark {
  background-color: var(--text-dark);
}

.section-services {
  position: relative;
  overflow: hidden;
}

.vertical-16 {
  grid-row-gap: 16px;
}

.number-large {
  color: var(--primary);
  font-size: 50px;
  line-height: 1.2em;
}

.number-medium {
  font-size: 50px;
}

.numbers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: start stretch;
}

.doctor-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.doctor-wrap-item {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.doctor-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 16px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.current-doctor-link {
  z-index: 10;
  border-radius: 8px;
  height: 220px;
  overflow: clip;
}

.current-doctor-link.static, .current-doctor-link.static-about {
  border-radius: 10px;
  width: 100%;
  height: 350px;
  position: relative;
  overflow: clip;
}

.doctor-name-wrap {
  z-index: 15;
  grid-row-gap: 4px;
  background-color: var(--white);
  border-radius: 12px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.name-link {
  color: var(--text-dark);
  letter-spacing: -.06em;
  font-size: 20px;
  font-weight: 500;
}

.name-link:hover {
  color: var(--primary);
}

.testimonials-title {
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials-title.bottom-space {
  margin-bottom: 40px;
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

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

.item-white-testimonials {
  z-index: 3;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--text-dark);
  border-radius: 16px;
  padding: 20px;
  line-height: 1.5em;
  position: relative;
}

.item-white-testimonials.darken, .item-white-testimonials.darken-mobile-hide {
  background-color: var(--text-dark);
}

.columns-2 {
  grid-column-gap: 2px;
}

.blog-list-home-1 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-item {
  position: relative;
}

.blog-link {
  border-radius: 8px;
  width: 100%;
  height: 370px;
  position: relative;
  overflow: clip;
}

.blog-link.small {
  height: 250px;
}

.blog-link.large {
  height: 500px;
}

.blog-info-wrapp {
  grid-row-gap: 4px;
  align-items: stretch;
  padding-top: 20px;
}

.blog-info-wrapp.home-2 {
  position: absolute;
  inset: auto 15px 15px;
}

.blog-title {
  color: var(--text-dark);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.blog-title.hover {
  color: var(--primary);
}

.blog-title.white {
  color: var(--white);
}

.blog-title.white-large {
  color: var(--white);
  font-size: 40px;
  line-height: 1em;
}

.blog-title.hover-large {
  color: var(--primary);
  font-size: 40px;
  line-height: 1em;
}

.blog-title.large {
  font-size: 30px;
}

.blog-title.large-hov {
  color: var(--primary);
  font-size: 30px;
}

.flex-row-blog {
  justify-content: space-between;
  align-items: flex-end;
}

.bottom-blog-category {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.small-category-blog {
  color: var(--paragraph-gray);
  line-height: 1.5em;
}

.small-category-blog.white {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  padding: 4px 10px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.small-category-blog.white:hover {
  background-color: var(--white);
  color: var(--primary);
}

.icon-btn-wrapper-blog {
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  position: relative;
}

.submit {
  border: 1px none var(--primary);
  background-color: var(--white);
  color: var(--text-dark);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-top: -30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  transition: color .35s, background-color .35s;
  position: relative;
}

.submit:hover {
  background-color: var(--primary);
  color: var(--white);
}

.links-footer {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-links {
  grid-row-gap: 14px;
}

.footer-success {
  background-color: var(--white);
  border-radius: 16px;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.nav-collection-list, .nav-collection-item {
  width: 100%;
}

.nav-dropdown-list-wrapper {
  background-color: #0000;
  padding-top: 6px;
}

.nav-dropdown-list-wrapper.w--open {
  border-radius: 16px;
  padding-top: 0;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list-wrapper.megamenu {
  width: 360px;
}

.nav-dropdown-list-wrapper.megamenu.w--open {
  width: 500px;
  display: flex;
  left: -140px;
}

.tablet-button-nav {
  display: none;
}

.home-2-section {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.black-overlay-banner {
  background-image: linear-gradient(45deg, #00000080, #0000);
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.left-banner-2-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  position: relative;
}

.banner-2-intro {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.items-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.banner-2-title {
  color: var(--white);
  max-width: 510px;
}

.banner-2-title.dark {
  color: var(--text-dark);
}

.number-2-home {
  font-size: 50px;
  line-height: 1.5em;
}

.full-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-2-list {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.service-2-link {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.service-item-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr .3fr .6fr 3rem;
  place-items: center stretch;
}

.service-item-image {
  z-index: 100;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-2-service-image {
  border-radius: 8px;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: absolute;
  overflow: clip;
}

.service-line-horizontal {
  background-color: #12948933;
  height: 1px;
  line-height: 1em;
  position: absolute;
  inset: auto 0% 0%;
}

.vertical-51 {
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.vertical-53 {
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.horzontal-line-2 {
  background-color: #afafaf80;
  width: 100%;
  height: 1px;
}

.subtitle-3 {
  grid-column-gap: 8px;
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
}

.collection-item-3 {
  width: 100%;
}

.blog-list-home-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-bottom-overlay {
  background-image: linear-gradient(0deg, #000, #fff0);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-post-item-2 {
  position: relative;
  overflow: clip;
}

.doctor-collection-list-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.doctor-card-2-home {
  background-color: var(--white);
  border: 1px solid #12948933;
  border-radius: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.doctor-hero-grid {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.banner-3-image {
  border-radius: 16px;
  height: 310px;
  position: relative;
  overflow: clip;
}

.banner-3-bottom-con {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: -80px;
  margin-bottom: 40px;
  display: grid;
}

.numbers-grid-vertical {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--text-dark);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  padding: 30px 15px 30px 30px;
  display: grid;
}

.home-3video {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-3-numbers-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  margin-top: 80px;
}

.doctor-collection-list-grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.blog-2-title {
  max-width: 90%;
}

.links-footer-grid {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
}

.top-line {
  background-color: var(--primary-opacity-20);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.relative {
  position: relative;
}

.home-3-banner-section {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-home-3 {
  max-width: 600px;
}

.service-3-list-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-link-text {
  color: var(--text-dark);
  letter-spacing: -.06em;
  font-size: 20px;
}

.collection-link-text:hover, .collection-link-text.hover {
  color: var(--primary);
}

.title-service-wrapper {
  grid-row-gap: 10px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.flex-row-doctors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  margin-bottom: 50px;
  display: grid;
}

.flex-row-doctors.without-space, .flex-row-doctors.bottom-career {
  margin-bottom: 0;
}

.flex-20 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
}

.doctor-descripion {
  max-width: 330px;
}

.row-20 {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.doctor-item-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  place-items: center stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.doctor-hover {
  background-color: #1294890d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: -100%;
}

.doctor-3-link {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: clip;
}

.blog-wrapp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-wrapp.flex {
  display: flex;
}

.small-display {
  width: 33.33%;
}

.large-display {
  width: 66.66%;
}

.large-display.sticky {
  width: 100%;
  height: 100%;
  max-height: 98vh;
  margin-top: -100px;
  padding-top: 100px;
  position: sticky;
  top: 0;
}

.inner-section {
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.banner-2-about-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.mission-title {
  max-width: 510px;
}

.mission-image-top {
  border-radius: 10px;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: 50px auto auto 0%;
  overflow: clip;
}

.mission-image-top.right {
  bottom: auto;
  left: auto;
  right: 0%;
}

.mission-image-bottom {
  border-radius: 10px;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: auto auto 30px 30px;
  overflow: clip;
}

.mission-image-bottom.bottom-right {
  left: auto;
  right: 30px;
}

.testimonial {
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.arrow-item-cover {
  z-index: 25;
  position: absolute;
  inset: 0%;
}

.testimonial-image-small {
  object-fit: cover;
  border-radius: 60px;
  width: 66px;
  height: 66px;
}

.testimonial-image-small.medium-round {
  border-radius: 20px;
}

.member-wrapper {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}

.slider-info-testimonials {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial-item-arrow {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
  inset: 0% auto 0% 0%;
}

.testimonial-item-arrow.right-arrow {
  height: 100%;
  inset: 0% 0% 0% auto;
}

.center-subtitle-wrapp {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}

.testimonials-mask-slider {
  width: 60%;
  height: 100%;
  overflow: visible;
}

.review-content {
  grid-row-gap: 40px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.section-no-space {
  position: relative;
}

.hover-hero-arrow {
  z-index: 5;
  background-color: var(--primary);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.left-arrow-11 {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 292px 0% auto;
  transform: rotate(180deg);
}

.collection-item-service {
  width: 100%;
}

.service-det-image {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-contact-form {
  background-color: var(--text-dark);
  border-radius: 20px;
  padding: 30px;
  position: sticky;
  top: 100px;
  overflow: clip;
}

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

.faq-order-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-dropdown-down {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  cursor: pointer;
  flex-flow: column;
  width: 100%;
  position: static;
  overflow: visible;
}

.top-line-2 {
  z-index: 3;
  background-color: var(--primary-opacity-20);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.faq-answer-2 {
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 64px;
  position: relative;
  top: -20px;
}

.par-answer-faq-dark {
  line-height: 1.6em;
}

.faq-dropdown-list-2 {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-toggle {
  z-index: 2;
  background-color: var(--text-dark);
  border-radius: 80px;
  width: 100%;
  padding: 15px 15px 15px 24px;
  transition: all .45s;
}

.faq-question {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-hero-title-dark {
  color: var(--white);
  white-space: pre-wrap;
  word-break: normal;
  margin-bottom: 0;
}

.service-details-description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 400px;
  display: flex;
}

.left-service-content {
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  width: 47%;
  position: relative;
}

.doctor-detail-image {
  object-fit: cover;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.doctor-details-text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.top-space {
  margin-top: 50px;
}

.title-faq {
  text-align: center;
  max-width: 610px;
}

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

.pricing-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
  position: relative;
}

.toggle-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.toggle-price {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--primary-opacity-20);
  background-color: var(--primary-opacity-20);
  cursor: pointer;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  position: relative;
}

.toggle-round-month {
  z-index: 1;
  border-radius: 50px;
  padding: 10px 20px;
  position: relative;
  overflow: clip;
}

.month-text {
  z-index: 2;
  color: var(--white);
  text-align: left;
  position: relative;
}

.month-bg {
  background-color: var(--primary);
  position: absolute;
  inset: 0%;
}

.toggle-round-yr {
  z-index: 1;
  border-radius: 50px;
  padding: 10px 20px;
  position: relative;
  overflow: clip;
}

.yr-text {
  z-index: 2;
  color: var(--white);
  text-align: left;
  position: relative;
}

.price-space-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.year-bg {
  background-color: var(--primary);
  position: absolute;
  inset: 0%;
}

.black-overlay-banner-center {
  background-image: linear-gradient(110deg, #0000 1%, #00000080 52%, #0000);
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.job-details {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.details-job-wrap {
  grid-row-gap: 10px;
  margin-bottom: 30px;
}

.days {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--primary-opacity-20);
  background-color: var(--primary-10);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 81%;
  margin-left: auto;
  padding: 5px;
}

.schedule-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.schedule-hero.top {
  margin-bottom: 20px;
}

.day {
  border: 1px solid var(--primary-opacity-20);
  background-color: var(--primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.day.tablet {
  display: none;
}

.schedule-tab-link {
  border: 1px solid var(--primary-opacity-20);
  background-color: var(--white-50);
  border-radius: 50px;
  padding: 10px 20px;
}

.schedule-tab-link.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.work-time-doctor-day-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary-opacity-20);
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.work-time-doctor-day-wrap.lunch {
  background-color: var(--white-50);
}

.work-time-doctor-day-wrap.off {
  background-color: var(--primary-light);
}

.schedule-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--primary-opacity-20);
  background-color: var(--primary-10);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 5px;
}

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

.working-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .5fr;
  place-items: center stretch;
  width: 100%;
}

.working-hours-image {
  border-radius: 20px;
  position: relative;
  overflow: clip;
}

.gradient-overlay {
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.gradient-overlay._404 {
  background-color: var(--primary-light);
  inset: 10px;
}

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

.link-contact:hover {
  color: var(--primary);
}

.form-block-contac {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-width: 290px;
  min-height: 280px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.rich-text-block {
  width: 100%;
}

.figure-3 {
  border-radius: 20px;
  min-height: 400px;
  margin-bottom: 0;
  overflow: hidden;
}

.submit-copy {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  transition: background-color .35s;
  position: relative;
}

.submit-copy:hover {
  color: var(--primary);
  background-color: #38c9d900;
}

.form-3-wrapp {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-2-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.search-input-blog {
  border: 1px solid var(--white);
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--paragraph-gray);
  border-radius: 50px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

.search-input-blog:focus {
  border: 1px solid var(--primary);
}

.search-input-blog::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  line-height: 1em;
}

.collection-list-2 {
  width: 100%;
  height: 100%;
}

.blog-sidebar-item-sticky {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: clip;
  box-shadow: 0 0 20px #0000000f;
}

.blog-link-full {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.blog-top {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}

.blog-line {
  background-color: var(--primary-opacity-20);
  width: 20px;
  height: 1px;
  position: relative;
}

.blog-line-hover {
  background-color: var(--primary);
  position: absolute;
  inset: 0%;
}

.blog-name-wrapper {
  max-width: 900px;
  margin-bottom: 50px;
}

.link-description {
  margin-bottom: 16px;
}

.blog-description {
  margin-top: 16px;
  margin-bottom: 10px;
}

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

.protected-title {
  margin-top: 20px;
  line-height: 1em;
}

._404-text {
  color: var(--primary);
  font-size: 200px;
  line-height: 1em;
  position: relative;
}

.coming-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--paragraph-gray);
  border-radius: 50px;
  min-width: 280px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

.coming-input:focus {
  border: 1px solid var(--primary);
}

.coming-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  line-height: 1em;
}

.vertical-20 {
  grid-row-gap: 20px;
}

.vertical-20.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.banner-1-description {
  max-width: 450px;
}

.tel-white-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--text-dark);
  background-color: #ffffffe0;
  border: 1px solid #0000001a;
  border-radius: 50px;
  align-items: center;
  padding: 14px 30px;
  box-shadow: 0 6px 18px #00000014;
  display: flex;
}

.tel-white-link:hover {
  color: var(--text-dark);
  background-color: var(--white);
}

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

.icon-change {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.bold {
  font-weight: 500;
}

.top-banner-image {
  position: absolute;
  inset: -30px auto auto 0%;
}

.top-banner-image.cta {
  left: -45px;
}

.top-banner-image.test {
  top: -50px;
}

.top-banner-image.cta-contact {
  left: -45px;
}

.bottom-banner-image {
  position: absolute;
  inset: auto -55px -37px auto;
}

.bottom-banner-image.test {
  bottom: -50px;
  right: 0;
}

.right-banner {
  border-radius: 16px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: clip;
}

.bottom-description-banner {
  position: absolute;
  inset: auto 0% 40px;
}

.primary-text-color {
  color: var(--primary);
}

.left-nav {
  justify-content: flex-start;
  align-items: center;
}

.banner-lightbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.video-image {
  object-fit: cover;
  border-radius: 4px;
  width: 66px;
  height: 66px;
}

.lightbox-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.icon-play {
  background-color: var(--primary);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66px;
  transition: background-color .35s;
}

.icon-play:hover {
  background-color: var(--text-dark);
}

.bold-primary {
  color: var(--primary);
  font-weight: 500;
}

.image-span {
  background-image: url('../images-vanilla/Footonly.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.about-features-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.item-about {
  background-color: var(--primary-light);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.5em;
}

.why-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-items: start stretch;
}

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

.image-wrapper {
  border-radius: 8px;
  height: 700px;
  overflow: clip;
}

.vertical-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.vertical-40.flex-center {
  justify-content: flex-start;
  align-items: center;
}

.bottom-line-half {
  background-color: var(--primary);
  width: 50%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.why-description-change {
  margin-top: 10px;
}

.why-description-change.home-3-description {
  max-width: 283px;
}

.why-toggle {
  width: 100%;
  padding: 0;
  transition: all .45s;
}

.why-dropdown-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.why-dropdown {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  cursor: pointer;
  border-bottom: 1px solid #38c9d933;
  flex-flow: column;
  width: 100%;
  padding-bottom: 30px;
  position: static;
  overflow: visible;
}

.how-item-wrapper {
  position: relative;
}

.top-dot {
  background-color: var(--primary);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-bottom: -5px;
}

.primary-icon {
  background-color: var(--primary);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 11px;
}

.bottom-space {
  margin-bottom: 40px;
}

.black-background {
  background-color: var(--text-dark);
  border-radius: 16px;
  padding: 80px 10px;
}

.black-background.no-bottom {
  padding-bottom: 10px;
}

.section-service-description {
  max-width: 424px;
}

.home-service-title {
  max-width: 650px;
}

.home-service-list-wrapper {
  width: 100%;
  height: 100%;
}

.home-service-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-service-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #eefcfd1a;
  border: 1px solid #eefcfd1a;
  border-radius: 50px;
  padding-left: 20px;
  display: flex;
  transition: transform .28s cubic-bezier(.2, .7, .2, 1), background-color .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.service-title-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: transform .28s cubic-bezier(.2, .7, .2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .home-service-link:hover {
    background-color: #eefcfd33;
    border-color: #eefcfd47;
    transform: translateY(-3px);
    box-shadow: 0 12px 20px #00000026;
  }

  .home-service-link:hover .service-title-wrapper {
    transform: translateX(4px);
  }

  .home-service-link:hover .service-icon-wrapper {
    background-color: var(--primary);
    transform: scale(1.06);
    box-shadow: 0 0 0 4px #33d1e733;
  }

  .home-service-link:hover .plus-hor-line {
    transform: translate(2px, -2px) rotate(-45deg) scaleX(1.12);
  }

  .home-service-link:hover .plus-ver-line {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #0000;
    border-top: 2px solid var(--text-dark);
    border-right: 2px solid var(--text-dark);
    border-radius: 0;
    transform: translate(6px, -6px);
  }

  .home-service-link:hover .plus-ver-line.white {
    border-top-color: var(--white);
    border-right-color: var(--white);
  }
}

.home-service-link:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.number-image-wrapper {
  border-radius: 16px;
  position: relative;
  overflow: clip;
}

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

.home-numbers-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr 1.1fr 1fr;
}

.home-numbers-grid.grid-2-home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.numbers-title {
  max-width: 620px;
}

.numbers-description {
  max-width: 590px;
}

.vertical-14 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

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

.primary-button-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.5em;
  transition: all .35s;
  display: flex;
}

.primary-button-small:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.cta-description {
  max-width: 450px;
}

.cta-title {
  max-width: 500px;
}

.footer-link-tiltle {
  font-size: 18px;
}

.tel-dark-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--text-dark);
  background-color: #f4f8fa;
  border: 1px solid #0000001a;
  border-radius: 50px;
  align-items: center;
  padding: 14px 30px;
  box-shadow: 0 4px 12px #00000012;
  display: flex;
}

.tel-dark-link:hover {
  background-color: var(--white);
}

.nav-tel {
  color: inherit;
  font-weight: 600;
}

.icon-wrapper-how {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.intro-how {
  border-top: 1px solid var(--primary-opacity-20);
  padding-top: 25px;
}

.text-how {
  max-width: 210px;
}

.lightbox-text {
  color: var(--text-dark);
}

.name-link-service {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.banner-2-description {
  max-width: 470px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-height: 76px;
  padding: 12px 12px 12px 50px;
  display: grid;
}

.form-block {
  margin-bottom: 0;
  overflow: clip;
}

.submit-button {
  background-color: var(--primary);
  background-image: url('../images/schedule.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  min-height: 52px;
  padding: 14px 70px 14px 30px;
  transition: background-color .35s;
}

.submit-button:hover {
  background-color: var(--text-dark);
}

.text-field-banner {
  color: var(--paragraph-gray);
  border: 1px #7772724d;
  border-left-style: solid;
  border-radius: 0;
  min-height: 40px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 20px;
  line-height: 1.5em;
}

.text-field-banner:focus {
  border-left-color: var(--paragraph-gray);
  color: var(--text-dark);
}

.text-field-banner::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  line-height: 1.5em;
}

.text-field-banner.name {
  border-left-style: none;
  padding-left: 0;
}

.text-field-banner.number {
  padding-right: 40px;
}

.error-message-banner {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.success-message-banner {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 80px;
  min-height: 76px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.description-2-home {
  color: var(--white);
}

.title-2-about {
  max-width: 890px;
}

.service-2-title {
  max-width: 550px;
}

.home-3-banner-description {
  max-width: 449px;
}

.bottom-text-color {
  max-width: 195px;
}

.why-choose-hero-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: .75fr 1.5fr;
}

.image-why-choose {
  border-radius: 16px;
  max-height: 320px;
  overflow: clip;
}

.title-why-choose {
  padding-top: 40px;
  padding-bottom: 40px;
}

.why-item {
  border-bottom: 1px solid var(--primary-opacity-20);
  padding-bottom: 20px;
}

.grid-why-choose {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 0;
  padding-left: 0;
}

.title-why-choose-text {
  max-width: 540px;
}

.jorney-description {
  text-align: center;
  max-width: 470px;
}

.flex-block {
  max-width: 340px;
}

.small-heading {
  font-size: 16px;
}

.working-hours-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.blog-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.blog-info-wrapp-small {
  grid-row-gap: 10px;
  align-items: stretch;
  padding-top: 20px;
}

.left-banner-about-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  position: relative;
}

.about-title-banner, .description-text-color {
  color: var(--white);
}

.career-description {
  max-width: 520px;
}

.contacts-input-white {
  border: 1px solid var(--primary-light);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #eefcfd1a;
  border-radius: 50px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

.contacts-input-white:focus {
  border: 1px solid var(--primary);
}

.contacts-input-white::placeholder {
  color: var(--white);
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea-contacts {
  border: 1px solid var(--primary-light);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #eefcfd1a;
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  min-height: 210px;
  max-height: 100%;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea-contacts:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea-contacts::placeholder {
  color: var(--white);
  font-size: 16px;
  line-height: 1em;
}

.title-contact-us {
  grid-row-gap: 40px;
  background-color: var(--primary-opacity-20);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
}

.hero-contact-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.title-form {
  text-align: center;
  margin-bottom: 20px;
}

.blog-small-list {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.blog-large-description {
  max-width: 360px;
}

.btn-icon {
  margin-right: 8px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  opacity: 1;
  color: #000;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.banner {
    padding-top: 180px;
  }

  .spacing-columns {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .nav-container {
    max-width: 1380px;
  }

  .nav-link, .nav-dropdown-toggle {
    padding-left: 13px;
    padding-right: 13px;
  }

  .licensing-paragraph {
    width: 45%;
  }

  .footer {
    padding-top: 100px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .job-position-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .contacts-2-form-wrapper {
    padding: 60px;
  }

  .contacts-3-capabilities-wrap-left {
    width: 45%;
    padding-right: 110px;
  }

  .contacts-3-capabilities-wrap-right {
    width: 55%;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .service-details-content {
    grid-column-gap: 100px;
    grid-template-columns: 1fr .8fr;
  }

  .about-1-video {
    height: 550px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .section-landing-customers {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .landing-customers-content-left {
    padding-right: 100px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 180px;
  }

  .form-block-contacts {
    min-width: 340px;
  }

  .style-guide-body-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .banner-overlay.banner-2-bottom {
    min-height: 98vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-overlay.faq {
    min-height: 450px;
  }

  .banner-overlay.inner-banner-details {
    min-height: 550px;
    padding-bottom: 100px;
  }

  .banner-overlay.about-banner {
    min-height: 550px;
    padding-bottom: 80px;
  }

  .banner-overlay.dark {
    min-height: 450px;
  }

  .why-description {
    max-width: 670px;
  }

  .why-description.home-2 {
    padding-left: 50px;
  }

  .banner-content {
    min-height: 98vh;
  }

  .max-w-par-small {
    max-width: 290px;
  }

  .number-large {
    font-size: 60px;
  }

  .numbers-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .current-doctor-link {
    height: 260px;
  }

  .item-white-testimonials {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .black-overlay-banner {
    padding: 30px;
  }

  .left-banner-2-wrap {
    width: 50%;
  }

  .items-wrap {
    width: 35%;
  }

  .banner-2-title {
    max-width: 830px;
  }

  .banner-3-bottom-con {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: 1170px;
  }

  .numbers-grid-vertical {
    padding-left: 50px;
  }

  .home-3video {
    height: 550px;
  }

  .links-footer-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .home-3-banner-section {
    padding-bottom: 100px;
  }

  .mission-image-top, .mission-image-bottom {
    width: 220px;
    height: 220px;
  }

  .testimonial-image-small {
    width: 86px;
    height: 86px;
  }

  .faq-answer-2 {
    padding-right: 70px;
  }

  .par-answer-faq-dark {
    font-size: 18px;
  }

  .faq-hero-title-dark {
    font-size: 26px;
  }

  .left-service-content {
    width: 50%;
  }

  .toggle-wrapper {
    width: 35%;
  }

  .black-overlay-banner-center {
    padding: 30px;
  }

  .days {
    width: 100%;
  }

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

  .working-hours-image {
    max-height: 750px;
  }

  .form-block-contac {
    min-width: 340px;
  }

  .left-nav {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .banner-lightbox {
    flex-flow: row;
  }

  .lightbox-left {
    max-width: 390px;
  }

  .icon-play {
    width: 66px;
  }

  .black-background {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-numbers-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-numbers-grid.grid-2-home {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .numbers-title {
    max-width: 760px;
  }

  .text-how {
    max-width: 100%;
  }

  .lightbox-text {
    font-size: 18px;
  }

  .banner-2-description {
    max-width: 620px;
  }

  .image-why-choose {
    max-height: 260px;
  }

  .grid-why-choose {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: start;
  }

  .title-why-choose-text {
    max-width: 660px;
  }

  .left-banner-about-wrap {
    width: 37%;
  }
}

@media screen and (min-width: 1440px) {
  .nav-container {
    min-width: 0%;
  }

  .values-content-wrapper {
    padding-left: 100px;
  }

  .contacts-3-capabilities-wrap-right {
    width: 48%;
  }

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

  .home-banner-section {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contacts-wrapper-grid.contacts-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .landing-banner-content {
    max-width: 1040px;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .banner-overlay.banner-2-bottom {
    width: 100%;
  }

  .banner-overlay.faq {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-overlay.contacts {
    min-height: 400px;
  }

  .banner-overlay.dark-job {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .cover-image-fill.about {
    object-position: 50% 40%;
  }

  .home-2-section {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner-2-intro {
    justify-content: space-between;
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
  }

  .numbers-grid-vertical {
    padding-left: 70px;
  }

  .blog-2-title {
    max-width: 80%;
  }

  .banner-2-about-intro {
    justify-content: space-between;
    max-width: 1330px;
  }

  .testimonials-mask-slider {
    width: 50%;
  }

  .faq-answer-2 {
    padding-right: 75px;
  }

  .top-banner-image.test {
    left: -50px;
  }

  .bottom-banner-image.test {
    right: -50px;
  }

  .right-banner {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-nav {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .banner-lightbox {
    background-color: var(--white);
    border-radius: 8px;
  }

  .video-image {
    object-fit: cover;
    border-radius: 5px;
    width: 66px;
    height: 66px;
  }
}

@media screen and (min-width: 1920px) {
  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .landing-banner-content {
    margin-bottom: 100px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .color-bg {
    height: 200px;
  }

  .banner-overlay.contacts, .banner-overlay.about-banner, .banner-overlay.dark {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-content {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-hero-title-dark {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  .section.banner {
    padding-top: 130px;
  }

  .base-container.large {
    max-width: 100%;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

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

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: min(360px, calc(100vw - 16px));
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-icon.white {
    color: var(--text-dark);
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title.white {
    color: var(--text-dark);
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .banner-1-title {
    max-width: 420px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    max-width: 520px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .style-guide-button-wrapper {
    width: 45%;
  }

  .values-wrapper {
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
    max-height: 400px;
  }

  .values-content-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .condition-intro-title-row {
    text-align: center;
    margin-bottom: 36px;
    padding-top: 24px;
  }

  .condition-guidance-column {
    display: none;
  }

  .values-wrapper.condition-values-wrapper .values-content-wrapper {
    order: 1;
  }

  .values-wrapper.condition-values-wrapper .values-image-wrapper {
    order: 2;
  }

  .values-counter-wrapper {
    border-top-style: none;
    width: 100%;
    margin-top: 0;
  }

  .values-counter-item {
    padding: 30px;
  }

  .accordion-wrapper.service-details {
    margin-top: 40px;
  }

  .pricing-item {
    width: 31%;
  }

  .pricing-item.center-item {
    width: 38%;
  }

  .pricing-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-list {
    margin-top: 10px;
  }

  .job-position-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contacts-3-capabilities-wrap-left {
    padding-right: 0;
  }

  .contacts-3-capabilities-wrap-right {
    width: 50%;
  }

  .contacts-3-capabilities-wrapper {
    justify-content: space-between;
  }

  .contact-3-inputs-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .vertical-40.flex-center-mobile.footer-contact-column {
    justify-self: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-contact-column .vertical-16.mobile-centered {
    text-align: left;
    align-items: flex-start;
  }

  .footer-contact-column .primary-button {
    align-self: flex-start;
  }

  .slfc-cookie-modal {
    width: min(400px, calc(100vw - 28px));
    left: 14px;
    bottom: 14px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-shop-con {
    display: none;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .service-details-content {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .headings-container {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .about-1-video {
    width: 100%;
    height: 400px;
  }

  .tabs-menu {
    background-color: var(--white);
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .project-template-images-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-template-image {
    height: 320px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contacts-wrapper-grid.contacts-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--white);
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    background-color: var(--white);
    justify-content: space-between;
    align-items: center;
    height: 61px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 1px;
  }

  .image-burger.invert {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-banner-content {
    max-width: 660px;
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-home-pages-wrapper-banner {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-customers-content-left {
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-customers-content-right {
    grid-row-gap: 30px;
    width: 100%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .free-trial-wrapper-2.landing {
    max-width: 510px;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
    padding-top: 140px;
  }

  .color-bg {
    height: 100px;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    width: 100%;
  }

  .style-guide-body-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrap.rows-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .banner-overlay.banner-2-bottom {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-overlay.faq {
    min-height: 250px;
  }

  .banner-overlay.contacts {
    min-height: 400px;
  }

  .banner-overlay.page {
    min-height: 250px;
  }

  .banner-overlay.inner-banner-details {
    min-height: 450px;
  }

  .banner-overlay.about-banner {
    min-height: 450px;
    padding-top: 140px;
  }

  .banner-overlay.dark, .banner-overlay.dark-job {
    min-height: 250px;
  }

  .why-description {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .left-banner-wrapp {
    min-height: 550px;
  }

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

  .about-container {
    max-width: 768px;
  }

  .how-work-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .vertical-50.doctors-title {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .max-w-par-small {
    max-width: 100%;
  }

  .doctor-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .doctor-wrap-item.about:last-child {
    display: none;
  }

  .current-doctor-link {
    height: 260px;
  }

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

  .blog-list-home-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .nav-dropdown-list-wrapper {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 15px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-wrapper.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-wrapper.megamenu {
    width: auto;
    height: 270px;
    padding-left: 15px;
    padding-right: 40px;
    overflow: scroll;
  }

  .tablet-button-nav {
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
  }

  .banner-2-intro {
    width: 100%;
  }

  .banner-2-title {
    max-width: 420px;
  }

  .number-2-home {
    font-size: 64px;
  }

  .service-2-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .service-item-grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: .4fr 1fr 3rem;
  }

  .home-2-service-image {
    position: relative;
  }

  .vertical-53 {
    justify-content: flex-start;
    align-items: center;
    max-width: 430px;
  }

  .blog-list-home-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-item-2:last-child {
    display: none;
  }

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

  .banner-3-image {
    height: 280px;
  }

  .numbers-grid-vertical {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    place-items: center start;
  }

  .home-3video {
    width: 100%;
  }

  .doctor-collection-list-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .links-footer-grid, .relative.full {
    width: 100%;
  }

  .home-3-banner-section {
    padding-top: 130px;
  }

  .title-home-3 {
    max-width: 520px;
  }

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

  .flex-row-doctors {
    grid-template-columns: 1fr 3fr;
  }

  .flex-row-doctors.career {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .flex-row-doctors.bottom-career {
    grid-template-columns: 1fr;
  }

  .row-20.tablet-centered {
    align-items: center;
  }

  .doctor-item-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr .75fr auto;
  }

  .doctor-3-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .blog-wrapp.flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .small-display {
    width: 45%;
  }

  .large-display {
    width: 55%;
  }

  .large-display.sticky {
    max-height: 100%;
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }

  .mobile-hidden-div {
    display: none;
  }

  .inner-section {
    padding-top: 65px;
  }

  .mission-title {
    max-width: 450px;
  }

  .mission-image-top, .mission-image-bottom {
    width: 130px;
    height: 130px;
  }

  .arrow-item-cover {
    display: none;
  }

  .slider-info-testimonials {
    padding-bottom: 80px;
  }

  .testimonial-item-arrow {
    width: 48px;
    height: 48px;
    top: auto;
    left: 42%;
  }

  .testimonial-item-arrow.right-arrow {
    height: 48px;
    top: auto;
    right: 42%;
  }

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

  .service-det-image {
    width: 40%;
  }

  .service-contact-form {
    position: static;
  }

  .service-contact-form.job {
    min-width: 450px;
  }

  .faq-answer-2 {
    padding-right: 70px;
  }

  .doctor-detail-image {
    width: 45%;
  }

  .title-faq {
    max-width: 380px;
  }

  .schedule-hero {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .schedule-hero.top {
    display: none;
  }

  .day.tablet {
    display: flex;
  }

  .work {
    grid-template-rows: minmax(auto, 44px);
    align-items: stretch;
  }

  .working-hours-image {
    max-height: 450px;
  }

  .submit-copy {
    margin-top: -30px;
  }

  ._404-text {
    font-size: 160px;
  }

  .vertical-20.tablet-center {
    justify-content: flex-start;
    align-items: center;
  }

  .bottom-banner-image.banner-3-banner {
    bottom: -60px;
    right: 0;
  }

  .bottom-banner-image.contact-img {
    right: 0;
  }

  .right-banner {
    min-height: 500px;
  }

  .banner-lightbox {
    flex-flow: row;
  }

  .icon-play {
    width: 66px;
  }

  .about-features-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: auto auto;
  }

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

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

  .image-wrapper {
    height: 450px;
  }

  .vertical-40.stretch {
    align-items: stretch;
  }

  .why-description-change.home-3-description {
    max-width: 100%;
  }

  .text-how {
    max-width: 300px;
  }

  .footer-contact-title {
    max-width: 590px;
  }

  .lightbox-text {
    max-width: 310px;
  }

  .form {
    border-radius: 20px;
    grid-template-columns: .5fr 1fr 1fr;
    padding-left: 12px;
  }

  .text-field-banner {
    padding-left: 12px;
  }

  .why-choose-hero-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .jorney-description {
    max-width: 420px;
  }

  .working-hours-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .jorney-title, .description-widht {
    max-width: 600px;
  }

  .title-contact-us {
    width: 100%;
  }

  .hero-contact-wrapper {
    flex-flow: column;
  }

  .blog-small-list {
    grid-row-gap: 20px;
  }

  .promotion-label-holder, .promotion-labels-wrapper-to-remove {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2, h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.banner {
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: solid;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 30px;
  }

  .banner-1-title {
    max-width: 370px;
  }

  .licensing-fonts-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    max-width: 440px;
  }

  .coming-soon-paragraph {
    max-width: 320px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-sidebar-left {
    grid-template-columns: 1fr;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 5px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .values-content-wrapper {
    grid-row-gap: 36px;
    margin-bottom: 36px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .pricing-item {
    width: 100%;
  }

  .pricing-item.center-item {
    order: -1;
    width: 100%;
  }

  .pricing-title-wrapper, .pricing-content, .pricing-content.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .contacts-2-location-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .contacts-3-capabilities-wrap-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .contacts-3-capabilities-wrap-right {
    width: 100%;
  }

  .contacts-3-capabilities-wrapper {
    flex-wrap: wrap;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-social-icons-wrapper {
    padding-bottom: 20px;
  }

  .footer-wrapper {
    justify-content: center;
    margin-bottom: 40px;
  }

  .footer-brand {
    margin-bottom: 36px;
    padding-left: 0;
  }

  .footer-social-icon:hover {
    transform: scale(.9);
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .service-details-content-wrapper {
    width: 100%;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .section.without-top-spacing.service-related-section {
    margin-top: 32px;
  }

  .black-background.service-related-shell {
    background-position: calc(100% - 12px) calc(100% - 12px);
    background-size: 120px auto;
    padding: 44px 16px 26px;
  }

  .service-related-intro {
    margin-bottom: 20px;
  }

  .home-service-list.service-related-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-related-links .home-service-link {
    width: 100%;
    justify-content: space-between;
  }

  .about-1-video {
    height: 360px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .project-template-image {
    height: 300px;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .right-arrow {
    right: 0;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .contacts-wrapper-grid.contacts-wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

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

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .grid-header {
    width: 100%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tabs-menu {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-left-style: solid;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .grid-title.last {
    border-bottom: 1px solid #7c7c7c;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
    max-width: 520px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

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

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 70%;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .free-trial-wrapper-2.landing {
    max-width: 430px;
  }

  .free-trial-title-2 {
    margin-bottom: 30px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 120px;
  }

  .details-page-title {
    font-size: 40px;
  }

  .spacing-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sg-title.mb-15 {
    margin-bottom: 10px;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .btn-flex-wrap, .license-link-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .banner-overlay.banner-2-bottom {
    padding-top: 130px;
  }

  .banner-overlay.inner-banner-details {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-overlay.about-banner {
    padding-top: 120px;
  }

  .banner-wrapper, .banner-top-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-row {
    flex-flow: wrap;
    margin-bottom: 36px;
  }

  .flex-row.mobile-40 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .vertical-24.centered {
    justify-content: flex-start;
    align-items: center;
  }

  .why-description {
    width: 100%;
  }

  .why-description.home-2 {
    padding-left: 15px;
  }

  .banner-content {
    flex-flow: column-reverse;
    justify-content: space-between;
  }

  .about-container {
    grid-row-gap: 36px;
    margin-bottom: 36px;
  }

  .how-work-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .vertical-50 {
    grid-row-gap: 36px;
  }

  .cover-image-fill.home-2-image {
    object-position: 70% 50%;
  }

  .service-icon-wrapper {
    flex: none;
  }

  .numbers-wrapper {
    grid-template-columns: .5fr;
  }

  .current-doctor-link {
    width: 100%;
  }

  .current-doctor-link.static, .current-doctor-link.static-about {
    height: 400px;
  }

  .testimonials-title.bottom-space {
    margin-bottom: 40px;
  }

  .blog-list-home-1 {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .blog-link, .blog-link.small, .blog-link.large {
    height: 340px;
  }

  .blog-title.white-large, .blog-title.hover-large {
    font-size: 32px;
  }

  .links-footer {
    grid-template-columns: 1fr 1fr;
    place-items: start center;
  }

  .left-banner-2-wrap {
    grid-row-gap: 24px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .items-wrap {
    justify-content: center;
    align-items: flex-end;
    width: 80%;
  }

  .banner-2-title {
    max-width: 400px;
  }

  .service-2-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .home-2-service-image {
    padding-top: 60%;
  }

  .vertical-51 {
    grid-row-gap: 40px;
  }

  .vertical-53 {
    max-width: 310px;
  }

  .subtitle-3 {
    line-height: 16px;
  }

  .blog-list-home-2, .doctor-collection-list-grid {
    grid-template-columns: 1fr;
  }

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

  .banner-3-image {
    height: 200px;
  }

  .banner-3-bottom-con {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 50px;
    margin-bottom: 26px;
  }

  .numbers-grid-vertical {
    text-align: center;
    place-items: center;
  }

  .doctor-collection-list-grid-3 {
    grid-template-columns: 1fr;
  }

  .links-footer-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .home-3-banner-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .title-home-3 {
    max-width: 430px;
  }

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

  .flex-row-doctors {
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .doctor-item-grid {
    grid-template-columns: 1fr .8fr auto;
  }

  .doctor-3-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .blog-wrapp {
    flex-flow: column;
  }

  .small-display {
    width: 100%;
  }

  .large-display {
    order: -1;
    width: 100%;
  }

  .large-display.sticky {
    width: 100%;
    position: static;
    top: 0;
  }

  .mobile-hidden-div {
    display: none;
  }

  .banner-2-about-intro {
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-2-about-intro.services {
    padding-top: 350px;
  }

  .mission-title {
    max-width: 320px;
  }

  .mission-image-top, .mission-image-bottom {
    width: 100px;
    height: 100px;
  }

  .testimonial-item-arrow {
    left: 39%;
  }

  .testimonial-item-arrow.right-arrow {
    right: 39%;
  }

  .left-arrow-11 {
    left: 0;
    right: auto;
  }

  .service-det-image {
    width: 100%;
    height: 350px;
    inset: 0% 0% auto;
  }

  .service-contact-form.job {
    min-width: 100%;
  }

  .faq-order-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .left-service-content {
    grid-row-gap: 40px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .doctor-detail-image {
    width: 100%;
    height: 350px;
    inset: 0% 0% auto;
  }

  .top-space {
    margin-top: 40px;
  }

  .toggle-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

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

  .working-hours-image {
    max-height: 400px;
  }

  .gradient-overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-2-collection-list {
    grid-column-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .blog-link-full {
    height: 340px;
  }

  .blog-name-wrapper {
    margin-bottom: 40px;
  }

  ._404-text {
    font-size: 120px;
  }

  .vertical-20.mobile-center, .vertical-20.centered {
    justify-content: flex-start;
    align-items: center;
  }

  .top-banner-image.cta {
    top: -10px;
    left: -20px;
  }

  .top-banner-image.cta-contact {
    height: 23px;
    top: -20px;
    left: -30px;
  }

  .bottom-banner-image {
    bottom: -40px;
    right: 0;
  }

  .bottom-banner-image.banner-3-banner {
    height: 31px;
    right: 20px;
  }

  .bottom-banner-image.contact-img {
    height: 23px;
    display: none;
  }

  .right-banner {
    min-height: 450px;
  }

  .bottom-description-banner {
    bottom: 20px;
  }

  .vertical-40, .vertical-40.flex-center {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .bottom-space {
    margin-bottom: 36px;
  }

  .home-service-title {
    max-width: 490px;
  }

  .home-numbers-grid {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .home-numbers-grid .flex-10 {
    min-width: 0;
  }

  .home-numbers-grid .number-large,
  .home-numbers-grid p {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .cta-title {
    max-width: 410px;
  }

  .text-how {
    max-width: 250px;
  }

  .form {
    border-radius: 16px;
    flex-flow: column;
    grid-auto-columns: 1fr;
    width: 100%;
    padding: 20px 10px;
  }

  .form-block {
    width: 100%;
  }

  .text-field-banner {
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-banner.name {
    border-top-style: none;
  }

  .text-field-banner.number {
    padding-right: 12px;
  }

  .why-choose-hero-grid {
    grid-template-columns: 1fr;
  }

  .title-why-choose {
    padding-top: 0;
    padding-bottom: 0;
  }

  .working-hours-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .blog-title-wrapper {
    max-width: 480px;
  }

  .left-banner-about-wrap {
    grid-row-gap: 24px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .about-title-banner {
    max-width: 420px;
  }

  .title-contact-us {
    grid-row-gap: 36px;
    min-height: 350px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-contact-wrapper {
    grid-template-columns: 1fr;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .base-container.full-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper, .coming-soon-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.6em;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .values-counter-wrapper {
    grid-column-gap: 15px;
  }

  .values-counter-item {
    padding: 20px;
  }

  .pricing-wrapper {
    margin-top: 40px;
  }

  .pricing-title-wrapper, .pricing-content, .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-detail {
    padding-left: 8px;
    padding-right: 8px;
  }

  .contacts-2-form-wrapper {
    padding: 40px 20px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
  }

  .about-1-video {
    height: 300px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

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

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .center-title-container, .mobile-center {
    text-align: center;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .landing-home-pages-wrapper, .landing-inner-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .licensing-footer-link {
    text-align: center;
    line-height: 1.6em;
  }

  .license-link-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .banner-overlay.banner-2-bottom {
    min-height: auto;
    padding-top: 300px;
  }

  .banner-overlay.about-banner {
    padding-top: 300px;
  }

  .flex-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .why-title {
    white-space: normal;
  }

  .left-banner-wrapp {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
    padding-top: 130px;
    padding-bottom: 20px;
  }

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

  .column-30 {
    flex-flow: wrap;
  }

  .vertical-50.doctors-title {
    flex-flow: wrap;
    justify-content: center;
  }

  .cover-image-fill.home-2-image, .cover-image-fill.about {
    border-radius: 16px;
    height: 270px;
  }

  .vertical-16.mobile-centered {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .numbers-wrapper, .doctor-collection-list {
    grid-template-columns: 1fr;
  }

  .current-doctor-link.static, .current-doctor-link.static-about {
    height: 300px;
  }

  .testimonials-grid, .testimonials-grid._2 {
    grid-template-columns: 1fr;
  }

  .item-white-testimonials.mobile-hidden, .item-white-testimonials.darken-mobile-hide {
    display: none;
  }

  .blog-info-wrapp {
    grid-row-gap: 10px;
  }

  .blog-title.white-large, .blog-title.hover-large {
    font-size: 28px;
  }

  .links-footer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .nav-dropdown-list-wrapper.megamenu {
    padding-right: 0;
  }

  .black-overlay-banner.top-2-banner {
    border-radius: 16px;
    height: 270px;
  }

  .items-wrap {
    width: 100%;
  }

  .banner-2-title {
    color: var(--text-dark);
    font-size: 36px;
  }

  .number-2-home {
    font-size: 40px;
  }

  .service-item-grid {
    grid-column-gap: 1rem;
  }

  .banner-3-image {
    max-height: 300px;
  }

  .banner-3-bottom-con {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .numbers-grid-vertical {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 15px;
  }

  .home-3video {
    height: 300px;
  }

  .home-3-numbers-grid, .links-footer-grid {
    grid-template-columns: 1fr;
  }

  .relative.full {
    width: auto;
  }

  .flex-row-doctors {
    flex-flow: wrap;
  }

  .flex-20 {
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .doctor-item-grid {
    grid-template-columns: 1fr auto;
  }

  .mission-image-top, .mission-image-bottom {
    display: none;
  }

  .testimonial-item-arrow {
    left: 33%;
  }

  .testimonial-item-arrow.right-arrow {
    right: 33%;
  }

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

  .service-contact-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-contact-form.job {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-answer-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-question {
    grid-column-gap: 15px;
  }

  .faq-hero-title-dark {
    white-space: normal;
    font-size: 20px;
  }

  .pricing-title {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .toggle-wrapper {
    width: 100%;
  }

  .working-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .working-hours-image {
    max-height: 300px;
  }

  .form-block-contac {
    min-width: 220px;
    min-height: 250px;
  }

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

  ._404-text {
    font-size: 100px;
  }

  .vertical-20.mobile-center {
    justify-content: flex-start;
    align-items: center;
  }

  .vertical-20.mobile-centered {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .top-banner-image {
    height: 24px;
    left: 3%;
  }

  .top-banner-image.cta {
    left: 0;
  }

  .bottom-banner-image {
    height: 24px;
    right: 0;
  }

  .bottom-banner-image.banner-3-banner {
    display: none;
  }

  .bottom-description-banner {
    max-width: 200px;
    position: static;
  }

  .banner-lightbox {
    flex-flow: wrap;
  }

  .lightbox-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icon-play {
    width: 100%;
    height: 40px;
  }

  .about-features-grid {
    grid-template-columns: auto;
  }

  .image-wrapper {
    width: 100%;
    height: 300px;
  }

  .vertical-40.flex-center-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .vertical-40.flex-center-mobile.footer-contact-column {
    align-items: flex-start;
    text-align: left;
  }

  .slfc-cookie-modal {
    width: calc(100vw - 16px);
    left: 8px;
    bottom: 8px;
  }

  .slfc-cookie-modal__inner {
    grid-row-gap: 12px;
    border-radius: 16px;
    padding: 14px;
  }

  .slfc-cookie-modal__actions {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .slfc-cookie-modal__link {
    text-align: center;
  }

  .slfc-cookie-modal__button.primary-button {
    width: 100%;
    min-width: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .why-dropdown {
    width: auto;
  }

  .home-service-link {
    border-radius: 16px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .number-image-wrapper {
    min-height: 250px;
  }

  .footer-logo-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .collection-item {
    width: 100%;
  }

  .text-how {
    max-width: 300px;
  }

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

  .form {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .text-field-banner {
    border-left-style: none;
    padding-left: 0;
  }

  .description-2-home {
    color: var(--paragraph-gray);
  }

  .about-title-banner {
    color: var(--text-dark);
  }

  .description-text-color {
    color: var(--paragraph-gray);
  }
}

#w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a4-7fee272c, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a8-7fee272c, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991ac-7fee272c, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b2-7fee272c, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b8-7fee272c, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991be-7fee272c {
  justify-self: center;
}

#w-node-_060195bb-8a23-1f61-d367-a758d279cc9e-634f2c73, #w-node-daf981fd-9b17-a0fb-7466-2c35634f2ca6-634f2c73 {
  justify-self: start;
}

#w-node-_8bbc6ebd-e51e-9386-2391-7eaeab8565ad-634f2c73 {
  justify-self: end;
}

#w-node-c76c3c21-5b92-7b1a-bfce-8d317b14f792-7fee272f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5735f14f-0f2e-dd1a-d810-9951050bdde7-7fee272f, #w-node-_91e96f96-f8eb-22ff-47b3-e29fe09f48d5-7fee272f, #w-node-_28122b77-b54f-6344-adce-373da9de3b73-7fee272f, #w-node-a32041e2-3aa6-c9ec-9c60-5f8946d380ec-7fee272f {
  justify-self: center;
}

#w-node-_4fb4bd7c-bbbc-9c94-3574-94ea2f5cb48d-7fee2733 {
  place-self: center;
}

#w-node-_4fb4bd7c-bbbc-9c94-3574-94ea2f5cb497-7fee2733 {
  justify-self: end;
}

#w-node-_079f6ca1-7fad-2469-66f5-b251d64c2752-7fee2733, #w-node-_079f6ca1-7fad-2469-66f5-b251d64c275c-7fee2733, #w-node-_079f6ca1-7fad-2469-66f5-b251d64c2766-7fee2733, #w-node-_079f6ca1-7fad-2469-66f5-b251d64c2770-7fee2733, #w-node-_2f5d4d95-fb32-ed89-47b2-4efff003fd19-7fee2736, #w-node-_2f5d4d95-fb32-ed89-47b2-4efff003fd23-7fee2736, #w-node-_2f5d4d95-fb32-ed89-47b2-4efff003fd2d-7fee2736, #w-node-_2f5d4d95-fb32-ed89-47b2-4efff003fd37-7fee2736 {
  justify-self: center;
}

#w-node-db413eb4-f138-0207-6f61-3edb13e77c41-7fee2737, #w-node-db413eb4-f138-0207-6f61-3edb13e77c4d-7fee2737, #w-node-db413eb4-f138-0207-6f61-3edb13e77c59-7fee2737, #w-node-db413eb4-f138-0207-6f61-3edb13e77c65-7fee2737 {
  justify-self: start;
}

#w-node-e7543573-cdbe-f9ee-b33a-7308531094b9-7fee2738, #w-node-e7543573-cdbe-f9ee-b33a-7308531094bf-7fee2738, #w-node-e7543573-cdbe-f9ee-b33a-7308531094c5-7fee2738 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_069114a1-f10c-3b4e-cd7f-9a1eecb7e82d-7fee2738, #w-node-_069114a1-f10c-3b4e-cd7f-9a1eecb7e839-7fee2738, #w-node-_069114a1-f10c-3b4e-cd7f-9a1eecb7e845-7fee2738, #w-node-_069114a1-f10c-3b4e-cd7f-9a1eecb7e851-7fee2738 {
  justify-self: start;
}

#w-node-_681eefa9-7adc-bb5d-0776-d325f9edd358-7fee2739 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_681eefa9-7adc-bb5d-0776-d325f9edd362-7fee2739 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ef5aca8-c4ba-a761-70b5-3e1123ab8780-7fee273d, #w-node-_2ef5aca8-c4ba-a761-70b5-3e1123ab878a-7fee273d, #w-node-_2ef5aca8-c4ba-a761-70b5-3e1123ab8794-7fee273d, #w-node-_2ef5aca8-c4ba-a761-70b5-3e1123ab879e-7fee273d, #w-node-_81747de1-58f8-c886-2c25-71d620560f9e-7fee273e, #w-node-_81747de1-58f8-c886-2c25-71d620560fa8-7fee273e, #w-node-_81747de1-58f8-c886-2c25-71d620560fb2-7fee273e, #w-node-_81747de1-58f8-c886-2c25-71d620560fbc-7fee273e {
  justify-self: center;
}

#w-node-a2a087c9-e6b8-cb92-27a8-d7c3034227c6-7fee2740, #w-node-_8dc5cdb1-54a8-f65d-d4dc-7e15d871e4bf-7fee2740, #w-node-_0a740d4f-45d5-fe7a-22be-177891b687af-7fee2740, #w-node-_8730c906-49f7-fbd7-ae3a-7a5c57560234-7fee2740 {
  justify-self: start;
}

#w-node-_414c4fae-0816-c47a-852e-affc16c7e54c-7fee2740 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-_1d18a11a-4d14-48f1-bfd0-137e0c87d039-7fee2741, #w-node-_1d18a11a-4d14-48f1-bfd0-137e0c87d045-7fee2741, #w-node-_1d18a11a-4d14-48f1-bfd0-137e0c87d051-7fee2741, #w-node-_1d18a11a-4d14-48f1-bfd0-137e0c87d05d-7fee2741 {
  justify-self: start;
}

#w-node-e5ffc321-32ba-db11-a67f-3f8603ca6cb8-7fee2741 {
  place-self: center;
}

#w-node-e5ffc321-32ba-db11-a67f-3f8603ca6cc4-7fee2741 {
  place-self: stretch stretch;
}

#w-node-e5ffc321-32ba-db11-a67f-3f8603ca6cbb-7fee2741 {
  justify-self: end;
}

#w-node-cf423505-218b-70c2-86d3-9dfb21d3191c-7fee2741 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04477359-c082-2672-3a87-c9712fea95c3-7fee2742 {
  place-self: end center;
}

#w-node-_557da3f6-eee9-5335-0802-a7842d9a99ca-7fee2742 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_966e4f7a-a68f-d637-e8f0-be6b228f753b-7fee2742 {
  place-self: center;
}

#w-node-_966e4f7a-a68f-d637-e8f0-be6b228f7548-7fee2742 {
  justify-self: end;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-7fee2743, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-7fee2743, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-7fee2743 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a465a570-21df-94ac-d52c-450436c1257f-7fee2744, #w-node-a465a570-21df-94ac-d52c-450436c12589-7fee2744, #w-node-a465a570-21df-94ac-d52c-450436c12593-7fee2744, #w-node-a465a570-21df-94ac-d52c-450436c1259d-7fee2744 {
  justify-self: center;
}

#w-node-_4ad7d3de-6616-7b57-d6db-187549918ffa-7fee2745 {
  place-self: end;
}

#w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-7fee2748, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-7fee2748, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-7fee2748, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-7fee2748, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-7fee2748, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-7fee2748, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-7fee2748, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-7fee2748, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-7fee2748, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-7fee2748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ec73d2d-7479-2bb4-0a5c-2c666db061c8-7fee274a, #w-node-_8ec73d2d-7479-2bb4-0a5c-2c666db061d2-7fee274a, #w-node-_8ec73d2d-7479-2bb4-0a5c-2c666db061dc-7fee274a, #w-node-_8ec73d2d-7479-2bb4-0a5c-2c666db061e6-7fee274a {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_05089569-3730-9087-f3f7-9bfe899f734b-634f2c73, #w-node-_4db1d9f5-8253-be4a-78a9-e70766faac2d-634f2c73 {
    justify-self: start;
  }

  #w-node-_9c0575e4-a00e-ded6-e381-9e283677d3f8-634f2c73 {
    order: -9999;
  }

  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c7b-634f2c73 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c76c3c21-5b92-7b1a-bfce-8d317b14f792-7fee272f {
    grid-column: span 1 / span 1;
  }

  #w-node-_0a852d8a-afde-6322-209f-a564a8171fb0-7fee2738 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_681eefa9-7adc-bb5d-0776-d325f9edd358-7fee2739 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_681eefa9-7adc-bb5d-0776-d325f9edd362-7fee2739 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f77fc710-5380-62ab-2faa-a04a4f3a03a7-7fee2739 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5c744a26-e888-fef0-d413-a8ce50db6b60-7fee2739 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_8f3e3a09-58a7-ab63-df0a-88e00f97bd07-7fee2739 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5234357d-eb4c-adbe-b473-d3e7adc91728-7fee2739 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_0b6fb36b-d5b5-7578-3105-76286bdc056d-7fee2739, #w-node-_0b6fb36b-d5b5-7578-3105-76286bdc057c-7fee2739, #w-node-dd8b4cc8-9f46-cd38-ba43-2eba120d23ac-7fee2739, #w-node-dd8b4cc8-9f46-cd38-ba43-2eba120d23b6-7fee2739, #w-node-dd8b4cc8-9f46-cd38-ba43-2eba120d23de-7fee2739, #w-node-dd8b4cc8-9f46-cd38-ba43-2eba120d23e8-7fee2739 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-dd8b4cc8-9f46-cd38-ba43-2eba120d23d7-7fee2739, #w-node-e2f39ea1-fc82-5dd3-6094-b7e0676e34c8-7fee2739 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-e2f39ea1-fc82-5dd3-6094-b7e0676e349d-7fee2739, #w-node-e2f39ea1-fc82-5dd3-6094-b7e0676e34a7-7fee2739, #w-node-e2f39ea1-fc82-5dd3-6094-b7e0676e34cf-7fee2739, #w-node-e2f39ea1-fc82-5dd3-6094-b7e0676e34d9-7fee2739 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_34ce48f8-9a3e-131b-d332-c59d6101da9d-7fee2739 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-_34ce48f8-9a3e-131b-d332-c59d6101da72-7fee2739, #w-node-_34ce48f8-9a3e-131b-d332-c59d6101da7c-7fee2739, #w-node-_34ce48f8-9a3e-131b-d332-c59d6101daa4-7fee2739, #w-node-_34ce48f8-9a3e-131b-d332-c59d6101daae-7fee2739 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_489b9085-8d39-8f5a-80d9-042c82a91624-7fee2739 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-_489b9085-8d39-8f5a-80d9-042c82a915f9-7fee2739, #w-node-_489b9085-8d39-8f5a-80d9-042c82a91603-7fee2739, #w-node-_489b9085-8d39-8f5a-80d9-042c82a9162b-7fee2739, #w-node-_489b9085-8d39-8f5a-80d9-042c82a91635-7fee2739, #w-node-_84885817-da32-a940-80b7-22685dd565ee-7fee2739, #w-node-_84885817-da32-a940-80b7-22685dd565f8-7fee2739 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_84885817-da32-a940-80b7-22685dd56619-7fee2739 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-_84885817-da32-a940-80b7-22685dd56620-7fee2739, #w-node-_84885817-da32-a940-80b7-22685dd5662a-7fee2739, #w-node-beb44feb-8372-359c-c183-471ceef225ee-7fee2739, #w-node-beb44feb-8372-359c-c183-471ceef225f8-7fee2739 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-beb44feb-8372-359c-c183-471ceef22619-7fee2739 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-beb44feb-8372-359c-c183-471ceef22620-7fee2739, #w-node-beb44feb-8372-359c-c183-471ceef2262a-7fee2739, #w-node-_251d1e42-00bd-62af-b967-0d82fdf982d9-7fee2739, #w-node-_251d1e42-00bd-62af-b967-0d82fdf982e3-7fee2739, #w-node-_251d1e42-00bd-62af-b967-0d82fdf9830b-7fee2739, #w-node-_251d1e42-00bd-62af-b967-0d82fdf98315-7fee2739 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_251d1e42-00bd-62af-b967-0d82fdf98304-7fee2739 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-fb7fc383-aaf3-ff89-e530-6e21d09dc51c-7fee273b {
    justify-self: start;
  }

  #w-node-_414c4fae-0816-c47a-852e-affc16c7e54c-7fee2740 {
    grid-row: span 1 / span 1;
  }

  #w-node-a6c2bb03-3250-dfee-abd4-e2e2bd4e54be-7fee2740 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac3fd01c-9cb9-9770-e684-a977c51f2c76-7fee2740 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3185a8c6-bb3f-a9aa-649f-5cedcd81a05e-7fee2741 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9cb2180b-cdb2-5009-a34e-d4a1809f7963-7fee2741, #w-node-e5ffc321-32ba-db11-a67f-3f8603ca6cba-7fee2741 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e5ffc321-32ba-db11-a67f-3f8603ca6cc4-7fee2741 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5cf8068b-a8dd-d0d5-c944-5df6725a1241-7fee2741 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-bd9912a0-ff8c-a5a7-c033-66fd6cc2c73f-7fee2741 {
    order: -9999;
  }

  #w-node-cf423505-218b-70c2-86d3-9dfb21d3191c-7fee2741 {
    grid-column: span 1 / span 1;
  }

  #w-node-af626d3e-95bf-060e-4c91-342e4f05bfe0-7fee2742, #w-node-a9bc87df-3e98-e865-3aec-a9b28aca6982-7fee2747, #w-node-_9e7395bf-bcc8-db5e-afe5-d54e0ceb5815-7fee274a {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cdd2a5cc-4c37-abc4-51ca-c746a1a2da77-634f2c73, #w-node-_4db1d9f5-8253-be4a-78a9-e70766faac2d-634f2c73, #w-node-daf981fd-9b17-a0fb-7466-2c35634f2ca6-634f2c73 {
    justify-self: center;
  }

  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c7b-634f2c73 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8bbc6ebd-e51e-9386-2391-7eaeab8565ad-634f2c73 {
    justify-self: center;
  }

  #w-node-e5ffc321-32ba-db11-a67f-3f8603ca6cc4-7fee2741 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_5cf8068b-a8dd-d0d5-c944-5df6725a1241-7fee2741 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e5ffc321-32ba-db11-a67f-3f8603ca6cbb-7fee2741 {
    align-self: end;
  }

  #w-node-_557da3f6-eee9-5335-0802-a7842d9a99ca-7fee2742 {
    grid-column: span 1 / span 1;
  }

  #w-node-a9bc87df-3e98-e865-3aec-a9b28aca6982-7fee2747 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_05089569-3730-9087-f3f7-9bfe899f734b-634f2c73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-dc3a1557-ddab-c35b-2a7c-052bedf6a4cf-634f2c73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cdd2a5cc-4c37-abc4-51ca-c746a1a2da77-634f2c73, #w-node-_4db1d9f5-8253-be4a-78a9-e70766faac2d-634f2c73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4fb4bd7c-bbbc-9c94-3574-94ea2f5cb490-7fee2733 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_64b267df-85c0-4966-28ee-07505fb7d1c0-7fee2733 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4fb4bd7c-bbbc-9c94-3574-94ea2f5cb497-7fee2733 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0a852d8a-afde-6322-209f-a564a8171fb0-7fee2738, #w-node-a6c2bb03-3250-dfee-abd4-e2e2bd4e54be-7fee2740 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac3fd01c-9cb9-9770-e684-a977c51f2c76-7fee2740 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3185a8c6-bb3f-a9aa-649f-5cedcd81a05e-7fee2741, #w-node-_9cb2180b-cdb2-5009-a34e-d4a1809f7963-7fee2741 {
    grid-column: span 1 / span 1;
  }

  #w-node-_966e4f7a-a68f-d637-e8f0-be6b228f753e-7fee2742 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_966e4f7a-a68f-d637-e8f0-be6b228f7547-7fee2742 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_966e4f7a-a68f-d637-e8f0-be6b228f7548-7fee2742 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-af626d3e-95bf-060e-4c91-342e4f05bfe0-7fee2742 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-7fee2743, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-7fee2743, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-7fee2743 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4ad7d3de-6616-7b57-d6db-187549918ff7-7fee2745 {
    place-self: center;
  }

  #w-node-_9e7395bf-bcc8-db5e-afe5-d54e0ceb5815-7fee274a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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

/* Desktop-only width bump for Services/Conditions nav dropdowns to fit longer labels. */
@media screen and (min-width: 992px) {
  .nav-dropdown-list-wrapper.services-dropdown-list-wrapper .nav-dropdown-list,
  .nav-dropdown-list-wrapper.conditions-dropdown-list-wrapper .nav-dropdown-list {
    min-width: 26rem;
  }

  /* Longer labels should not start offset left, otherwise text gets clipped. */
  .nav-dropdown-list-wrapper.services-dropdown-list-wrapper .nav-dropdown-link,
  .nav-dropdown-list-wrapper.conditions-dropdown-list-wrapper .nav-dropdown-link {
    margin-left: 0;
  }
}
