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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --mint-cream: #f3f6ef;
  --medium-orchid: #9b63a2;
  --light-coral: #e87473;
  --cadet-blue: #518e9d;
  --peach-puff: #f7cbb0;
  --sky-blue: #92cfe3;
  --medium-aquamarine: #5eb89f;
  --burlywood: #f8c689;
}

.eu-img {
  margin-top: 48px;
  padding: 0 24px 48px 24px;
}


.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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #0b1e5b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Locke, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: #0b1e5b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Locke, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: #0b1e5b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Locke, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: #0b1e5b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Locke, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: #0b1e5b;
  margin-top: 44px;
  margin-bottom: 0;
  font-family: Locke, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.8em;
}

h6 {
  color: #0b1e5b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Locke, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: #0b1e5b;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
}

a {
  color: #0b1e5b;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
}

ul, ol {
  color: #0b1e5b;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

blockquote {
  color: #0b1e5b;
  border-left: 5px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
}

.page-wrapper {
  background-color: var(--mint-cream);
}

.page-wrapper.pink {
  background-color: #f2e9e4;
}

.navigation {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-left: 60px;
  padding-right: 60px;
}

.navigation-wrapper {
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 30px;
  display: flex;
}

.nav-link {
  color: #0b1e5b;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.nav-link:hover {
  color: #5671c7;
}

.calendar-button {
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  transition: color .2s;
  display: flex;
}

.calendar-button:hover {
  color: #5671c7;
}

.calendar-icon {
  margin-right: 5px;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.mobile-vertical.flex-align-center {
  align-items: center;
}

.flex-horizontal.position-relative {
  position: relative;
}

.flex-horizontal.position-relative.margin-bottom-large {
  margin-bottom: 100px;
}

.flex-horizontal.margin-top-medium {
  margin-top: 40px;
}

.help-button {
  border: 2px solid var(--medium-orchid);
  color: #0b1e5b;
  background-color: #0000;
  border-radius: 60px;
  padding: 16px 24px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.help-button:hover {
  background-color: #cff0f9cc;
}

.section {
  position: static;
  overflow: hidden;
}

.section.overflow-visible {
  overflow: visible;
}

.section.relative {
  position: relative;
}

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

.section.loop {
  align-items: center;
  height: 25vh;
  display: flex;
  overflow: hidden;
}

.container {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

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

.home-hero {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 100px;
  padding-left: 156px;
  padding-right: 156px;
  display: flex;
  position: relative;
}

.hero-text-wrapper {
  max-width: 460px;
  margin-bottom: 30px;
}

.hero-image-wrapper {
  align-items: flex-start;
  width: 600px;
  display: flex;
  position: relative;
}

.margin-bottom-small.margin-left {
  padding-left: 140px;
}

.our-team {
  background-color: var(--light-coral);
  color: #fff;
  border-radius: 50px;
  padding: 16px 24px;
  transition: background-color .2s;
}

.our-team:hover {
  background-color: #f1b5ac;
}

.our-team.margin-right-small {
  background-color: var(--light-coral);
  margin-right: 26px;
}

.our-team.margin-bottom-large:hover, .our-team.margin-bottom-small:hover {
  background-color: var(--cadet-blue);
}

.read-more-btn {
  color: #0b1e5b;
  background-color: #0000;
  border: 1px solid #f6a290;
  border-radius: 50px;
  padding: 16px 24px;
  transition: background-color .2s;
}

.read-more-btn:hover {
  background-color: #cff0f9cc;
}

.hero-image {
  z-index: 2;
  border-radius: 50px;
  position: relative;
}

.hero-image.margin-right-small {
  margin-right: 20px;
}

.hero-pill-two.margin-top-large {
  margin-top: 80px;
}

.ekg-icon {
  position: absolute;
  bottom: -20%;
  left: 30%;
  right: 0%;
}

.right-left-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.loop-container {
  width: 100vw;
  min-width: 1280px;
  overflow: visible;
  transform: rotate(-5deg);
}

.speciality-badge {
  background-color: var(--peach-puff);
  border-radius: 60px;
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 12px 30px;
  display: flex;
}

.medium {
  flex-flow: row;
  flex: 1;
  font-weight: 500;
}

.left-right-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards-wrapper {
  margin-top: 200px;
  padding-left: 156px;
  padding-right: 156px;
  position: relative;
}

.card {
  background-color: #f6d1cc;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  min-height: 600px;
  margin-bottom: 50px;
  padding: 70px 120px;
  display: flex;
  position: sticky;
}

.card.blue {
  background-color: var(--sky-blue);
  flex-direction: row;
  justify-content: center;
  position: sticky;
  top: 16%;
  overflow: hidden;
}

.card.yellow {
  background-color: var(--peach-puff);
  flex-direction: column;
  justify-content: center;
  top: 20%;
}

.card.pink {
  background-color: var(--medium-orchid);
  justify-content: center;
  top: 23%;
}

.education-wrapper {
  margin-top: 200px;
  padding-left: 130px;
  padding-right: 130px;
}

.education-title {
  color: #0b1e5b;
  font-family: Locke, sans-serif;
  font-size: 180px;
  font-weight: 400;
  line-height: 1.2em;
}

.education-title.margin-right-large {
  margin-right: 82px;
}

.education-title.margin-left-small {
  margin-left: 26px;
}

.card-text-wrapper {
  max-width: 360px;
  position: relative;
}

.card-text-wrapper.margin-bottom-mobile {
  flex-direction: column;
  align-items: center;
  min-width: 400px;
  max-width: 600px;
  display: flex;
  position: absolute;
}

.card-image-frame {
  background-color: #ffe8d3;
  border-radius: 220px;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 515px;
  display: flex;
}

.card-image-frame.blue {
  background-color: #cff0f9;
}

.card-image-frame.hidden {
  display: none;
}

.card-image {
  border-radius: 50px;
  width: 100%;
  max-width: 600px;
  display: block;
  position: relative;
  bottom: 29px;
  left: 392px;
  overflow: hidden;
}

.hashtag-badge {
  background-color: #ffffff21;
  border-radius: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: inline-block;
  position: absolute;
  inset: -18% auto auto 0%;
}

.hashtag-text {
  color: #f6d1cc;
  font-family: Satoshi, sans-serif;
}

.blue-line-svg.position-absolute {
  position: absolute;
  inset: 0% 0% 0% 70%;
}

.blue-book-svg.margin-lr-small {
  margin-left: 30px;
  margin-right: 30px;
}

.education-title-wrapper {
  flex-flow: column wrap;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

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

.article-card {
  border: 3px solid var(--peach-puff);
  border-radius: 55px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 360px;
  height: 100%;
  padding: 30px 45px;
  display: flex;
  overflow: hidden;
}

.article-title {
  flex-wrap: wrap;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.article-date {
  color: #cbc0d3;
  font-size: 14px;
  font-weight: 500;
}

.article-card-frame-img {
  z-index: 0;
  background-color: #f2e9e4;
  border-radius: 170px;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 252px;
  display: flex;
  position: relative;
}

.article-card-frame-img.margin-bottom-medium {
  background-color: #f8e3d6;
  margin-bottom: 55px;
}

.default-wrapper.margin-bottom-small {
  z-index: 1;
  position: relative;
}

.default-wrapper.max-width-450px {
  max-width: 450px;
}

.article-card-svg {
  object-fit: cover;
  border-radius: 200px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.explore-button {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.blue-circle {
  background-color: #cff0f9;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  display: flex;
}

.article-summary-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.all-articles-btn {
  color: #0b1e5b;
  background-color: #0000;
  border: 1px solid #cbc0d3;
  border-radius: 60px;
  transition: background-color .2s;
}

.all-articles-btn:hover {
  background-color: #cff0f9cc;
}

.education-first-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.education-second-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.doctors-wrapper {
  margin-top: 150px;
  padding-left: 130px;
  padding-right: 130px;
}

.doctors-introduction {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mouse-svg.margin-right-xlarge {
  margin-right: 130px;
}

.doctor-cards {
  margin-top: 120px;
}

.doctors-cards-inner {
  margin-top: 200px;
}

.doctor-card {
  background-color: #f6d1cc;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding: 40px 80px;
  display: flex;
  position: sticky;
}

.doctor-card.yellow {
  background-color: #f2e9e4;
  top: 15%;
}

.doctor-card.light-blue {
  background-color: #def8ff;
  top: 12%;
}

.doctor-card.red {
  top: 17%;
}

.doctor-card-header {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.practice {
  background-color: #fff;
  border-radius: 60px;
  margin-right: 24px;
  padding: 6px 10px;
}

.badge {
  background-color: #fff;
  border-radius: 60px;
  padding: 6px 10px;
}

.collection-list {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.doctor-avatar-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.avatar-frame {
  border: 7px solid var(--medium-aquamarine);
  background-color: #fff;
  border-radius: 220px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.doctor-image {
  max-width: 100%;
}

.white-circle {
  background-color: #fff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.doctor-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-right-medium {
  margin-right: 30px;
}

.margin-bottom-xsmall {
  margin-bottom: 8px;
}

.pricing-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 200px;
  padding-left: 160px;
  padding-right: 160px;
  padding: 40px 160px 40px 160px;
  display: flex;
}

.pricing-wrapper.overflow-hidden {
  overflow: hidden;
}

.wrapper-width-370px {
  width: 370px;
  margin-bottom: 40px;
}

.wrapper-width-630px {
  justify-content: center;
  width: 630px;
  display: flex;
}

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 84px;
  margin-right: 36px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.accordion-tab-button {
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px 16px;
  display: flex;
}

.accordion-section {
  z-index: 1;
  flex-direction: column;
  align-items: stretch;
  max-width: 580px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion-item {
  background-color: #f3f6ef;
  border: 1px solid #cff0f9;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px 20px;
  transition: transform .4s, border-color .4s;
  position: relative;
}

.accordion-item:hover {
  z-index: 1;
  border-style: none;
  transform: scale(1.04);
  box-shadow: 8px 8px 36px -8px #8286c438;
  border: 1px solid transparent;
}

.accordion-left-toggle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.toggle-circle {
  background-color: var(--medium-aquamarine);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-top: 2px;
  margin-left: -16px;
  margin-right: 16px;
  display: flex;
}

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

.flex-vertical.max-width-490px {
  max-width: 490px;
}

.flex-vertical.max-width-490px.mobile-align-center {
  align-items: center;
  max-width: 760px;
}

.flex-vertical.center-center {
  align-items: center;
}

.flex-vertical.center-center.margin-top-large {
  margin-top: 80px;
}

.flex-vertical.margin-right-small, .flex-vertical.align-center {
  align-items: center;
}

.flex-vertical.margin-left-small {
  align-items: center;
  margin-left: 25px;
}

.accordion-title {
  color: #0b1e5b;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.accordion-subtitle {
  color: #cbc0d3;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.consultation-wrapper {
  margin-top: 200px;
  padding-left: 130px;
  padding-right: 130px;
}

.consultation-wrapper.margin-bottom-xlarge {
  margin-bottom: 230px;
}

.dove-graphic {
  justify-content: center;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
}

.dove-image {
  width: 100%;
}

.consultation-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.appointment-button {
  color: #fff;
  background-color: #0b1e5b;
  border-radius: 60px;
  padding: 16px 24px;
  transition: background-color .2s;
}

.appointment-button:hover {
  background-color: #1e388a;
}

.appointment-button.margin-right-small {
  margin-right: 10px;
}

.align-center {
  z-index: 99;
  text-align: center;
  position: relative;
}

.align-center.margin-bottom-medium {
  margin-bottom: 40px;
}

.footer {
  flex-wrap: wrap;
  place-content: space-around space-between;
  align-items: center;
  margin-left: 120px;
  margin-right: 120px;
  display: flex;
}

.phone-subtext {
  color: #cbc0d3;
  justify-content: center;
  align-items: center;
  max-width: 195px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.social-button {
  color: #0b1e5b;
  background-color: #0000;
  border: 1px solid #f6d1cc;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  transition: background-color .2s;
  display: flex;
}

.social-button:hover {
  background-color: #cff0f9cc;
}

.social-button.margin-right-xsmall {
  margin-right: 10px;
}

.margin-right-small {
  margin-right: 25px;
}

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

.footer-column.margin-right-large {
  margin-right: 50px;
}

.column-title {
  color: #0b1e5b;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.column-link {
  color: #1f69fa;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
}

.column-link:hover {
  color: #5671c7;
}

.copyright {
  border-top: 1px solid #f6d1cc;
  justify-content: flex-end;
  margin-left: 120px;
  margin-right: 120px;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.copyright-text {
  color: #cbc0d3;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.right-arrow.margin-left-small {
  margin-left: 8px;
}

.footer-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 490px;
  margin-right: 20px;
  display: flex;
  gap: 20px;
}

.footer-right {
  margin-top: 30px;
  margin-left: 20px;
  display: flex;
}

.social-wrapper {
  display: flex;
}

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

.footer-number-wrapper.margin-bottom-small {
  flex-direction: column;
  align-items: flex-start;
}

.hero {
  margin-top: 120px;
  margin-bottom: 70px;
  padding-left: 140px;
  padding-right: 140px;
  position: relative;
}

.hero-title {
  color: #0b1e5b;
  font-family: Locke, sans-serif;
  line-height: 1.2em;
  font-size: clamp(50px, 9vw, 120px);
 /* font-size: 15px; */
  /* font-size: 12vw;
  font-size: 50px; */
}

.hero-subtitle {
  position: relative;
  color: #0b1e5b;
  font-family: Locke, sans-serif;
  line-height: 1.2em;
  font-size: clamp(20px, 5vw, 40px);
  z-index: 1;
}

.big-swish-svg {
  position: absolute;
  inset: 25% -36% 0% auto;
}

.big-swish-svg.left {
  inset: auto auto -23% -4%;
}

.page-tag {
  border: 1px solid #f6a290;
  border-radius: 60px;
  margin-right: 14px;
  padding: 10px 22px;
}

.page-tag-txt {
  color: #f6a290;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}

.subtitle-wrapper {
  max-width: 840px;
  margin-top: 45px;
  position: relative;
}

.doctors-hero-subtitle {
  color: #0b1e5b;
  font-family: Locke, sans-serif;
  font-size: 50px;
  line-height: 1.4em;
}

.doctors-collection {
  margin-top: 160px;
  padding-left: 20px;
  padding-right: 20px;
}

.doctors-page-collection {
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.doctors-text-wrapper {
  justify-content: space-between;
  margin-top: 180px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.doctor-single-hero {
  justify-content: space-between;
  width: 100%;
  margin-top: 90px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.linkedin {
  color: #0b1e5b;
  background-color: #0000;
  border: 1px solid #f6a290;
  border-radius: 50px;
  padding: 14px 24px;
  transition: background-color .2s;
}

.linkedin:hover {
  background-color: #cff0f9;
}

.appointment-btn {
  color: #fff;
  background-color: #f6d1cc;
  border-radius: 50px;
  padding: 14px 24px;
  transition: background-color .2s;
}

.appointment-btn:hover {
  background-color: #f1b5ac;
}

.teacher-accolades {
  border: 1px solid #9b63a230;
  border-radius: 80px;
  margin-bottom: 20px;
  padding: 20px 40px;
  display: flex;
}

.accolade-title {
  color: #0b1e5b;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.accolade-subtitle {
  color: #cbc0d3;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.doctor-single-column {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 350px;
  max-height: 550px;
  display: flex;
}

.doctor-single-column.hidden {
  display: none;
}

.carousel-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 26vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.doctor-quote {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 225px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.doctor-quote-text {
  color: #0b1e5b;
  max-width: 1080px;
  font-family: Locke, sans-serif;
  font-size: 50px;
  line-height: 1.4em;
}

.practices-hero {
  margin-top: 120px;
  padding-left: 140px;
  padding-right: 140px;
  position: relative;
}

.practices-title {
  color: #0b1e5b;
  font-family: Locke, sans-serif;
  font-size: 190px;
  line-height: 1.2em;
}

.practices-graphic-wrapper {
  background-color: #faf0eb;
  border-radius: 200px;
  flex-direction: row;
  align-items: center;
  max-width: 1100px;
  min-height: 220px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 10px 90px;
  display: flex;
}

.practices-collection-wrapper {
  background-color: #f3f6ef;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1560px;
  margin-top: 120px;
  padding-left: 125px;
  padding-right: 125px;
  display: flex;
  position: static;
  top: 0;
}

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

.practices-link-text {
  font-size: 16px;
}

.practices-card {
  border-radius: 24px;
  flex: 1;
  margin-right: 30px;
  padding: 22px;
  transition: background-color .2s;
}

.practices-card:hover {
  background-color: #f6faf1;
}

.card-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-upper {
  margin-top: 150px;
  padding-left: 200px;
}

.testimonials-slider {
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.testimonial-card {
  background-color: #f4f6f6;
  border-radius: 230px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 44px 80px;
  display: flex;
}

.testimonial-avatar {
  object-fit: cover;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.testimonial-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.testimonial-name {
  color: #0b1e5b;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.testimonial-occupation {
  color: #cbc0d3;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.practices-single-hero {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.single-image-wrapper {
  background-color: #f2e9e4;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.practice-single-image {
  max-width: 80%;
}

.practices-single-column {
  max-width: 350px;
}

.page-subtitle {
  color: #0b1e5b;
  max-width: 840px;
  font-family: Locke, sans-serif;
  font-size: 50px;
  line-height: 1.4em;
}

.inner-container {
  margin-top: 150px;
  padding-left: 120px;
  padding-right: 120px;
}

.services-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 140px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.services-tag {
  border: 1px solid #cff0f9;
  border-radius: 80px;
  width: 300px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 20px 40px;
  display: flex;
}

.service-title {
  color: #0b1e5b;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.practice-doctors-wrapper {
  margin-top: 180px;
  padding-left: 120px;
  padding-right: 120px;
}

.practice-doctors-title {
  color: #0b1e5b;
  font-family: Locke, sans-serif;
  font-size: 160px;
  line-height: 1.3em;
}

.max-width-370px {
  align-items: center;
  max-width: 370px;
  display: flex;
}

.max-width-370px.margin-left-medium {
  margin-left: 50px;
}

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

.right-arrow-svg.absolute {
  position: absolute;
  inset: auto auto auto -12px;
}

.nav-link-wrapper, .help-button-wrapper {
  display: flex;
}

.help-button-wrapper.hidden {
  display: none;
}

.blog-hero {
  margin-top: 120px;
  padding-left: 120px;
  padding-right: 120px;
}

.blog-page-title {
  color: #0b1e5b;
  font-family: Locke, sans-serif;
  font-size: 180px;
  font-weight: 400;
  line-height: 1em;
}

.orange-rays-svg {
  position: absolute;
  inset: -30% 14% 0% auto;
}

.blog-collection-wrapper {
  margin-top: 130px;
  padding-left: 120px;
  padding-right: 120px;
}

.blog-grid {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 360px) minmax(200px, 360px) minmax(200px, 360px);
  grid-auto-columns: 1fr;
  place-content: space-around center;
  place-items: stretch center;
  display: flex;
}

.newsletter-wrapper {
  background-color: #cff0f9;
  border-radius: 260px;
  justify-content: center;
  margin-top: 200px;
  margin-left: 120px;
  margin-right: 120px;
  padding: 70px 80px 70px 100px;
  display: flex;
  position: relative;
}

.newsletter-form {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.newsletter-text-field {
  color: #0b1e5b;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  width: 300px;
  height: 50px;
  margin-bottom: 0;
  margin-right: -24px;
  padding: 24px 89px 24px 24px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.newsletter-submit-btn {
  color: #fff;
  background-color: #0b1e5b;
  border-radius: 80px;
  height: 50px;
  margin-left: -24px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.mailbox-png {
  position: absolute;
  inset: -30% 0% 0% 65%;
}

.blog-single-hero {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.blog-single-frame {
  background-color: #ece1e1;
  border-radius: 220px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  max-height: 500px;
  margin-right: 50px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.blog-single-image {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.article-avatar {
  object-fit: cover;
  border: 2px solid #cff0f9;
  border-radius: 110px;
  width: 64px;
  height: 64px;
}

.article-author {
  color: #0b1e5b;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.article-content, .appointment-hero {
  margin-top: 120px;
  padding-left: 120px;
  padding-right: 120px;
}

.appointment-title {
  color: #0b1e5b;
  font-family: Locke, sans-serif;
  font-size: 180px;
  font-weight: 400;
  line-height: 1.3em;
}

.contact-form-wrapper {
  margin-top: 120px;
  padding-left: 120px;
  padding-right: 120px;
}

.contact-form {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-form-field {
  color: #0b1e5b;
  background-color: #f2e9e4;
  border: 1px solid #ffaeae;
  border-radius: 50px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.contact-form-field.message {
  border-radius: 25px;
}

.contact-submit-btn {
  background-color: #f6a290;
  border-radius: 70px;
  padding: 20px 170px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.contact-submit-btn:hover {
  background-color: #f6d1cc;
}

.max-width-730px {
  max-width: 730px;
}

.information-wrapper {
  background-color: #fff;
  border-radius: 100px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-left: 120px;
  margin-right: 120px;
  padding: 40px 50px;
  display: flex;
  position: relative;
}

.information-title {
  color: #0b1e5b;
  font-family: Locke, sans-serif;
  font-size: 50px;
  line-height: 1.2em;
}

.information-title.margin-bottom-xsmall {
  font-size: 26px;
}

.address {
  color: #b7aac0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.phone-number {
  color: #0b1e5b;
  font-family: Locke, sans-serif;
  font-size: 40px;
  line-height: 1.2em;
}

.email-address {
  color: #b7aac0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.tags-wrapper {
  display: flex;
  margin-top: 40px;
}

.article-header {
  z-index: 1;
  flex-flow: column wrap;
  position: relative;
}

.article-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.doctors-text-item {
  max-width: 450px;
  margin-left: 20px;
  margin-right: 20px;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
}

.slide-nav {
  inset: auto 0% -15%;
}

.slider-arrow-left, .slider-arrow-right {
  color: #0b1e5b;
}

.form-block {
  display: block;
}

.contact-field-wrapper {
  justify-content: space-around;
  display: flex;
}

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

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

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

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

.password-submit-btn {
  background-color: #0b1e5b;
  border-radius: 110px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.password-input {
  border-radius: 130px;
  font-family: Satoshi, sans-serif;
}

.password-label {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

._404-disclaimer {
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  line-height: 1.3em;
}

._404-image {
  margin-bottom: 50px;
}

.password-image {
  max-width: 60%;
  margin-bottom: 50px;
}

.color-container {
  margin-top: 120px;
  margin-left: 30px;
  margin-right: 30px;
}

.sample-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 230px;
  margin-bottom: 40px;
  margin-right: 40px;
  display: flex;
}

.color-code {
  color: #0b1e5b;
  margin-bottom: 30px;
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.color-sample {
  border-radius: 230px;
  width: 200px;
  height: 200px;
}

.color-sample.lavender-gray {
  background-color: #cbc0d3;
}

.color-sample.cool-black {
  background-color: #0b1e5b;
}

.color-sample.water {
  background-color: #cff0f9;
}

.color-sample.vivid-tangerine {
  background-color: #f6a290;
}

.color-sample.flesh {
  background-color: #ffe8d3;
}

.color-sample.light-red {
  background-color: #f6d1cc;
}

.color-sample.alabaster {
  background-color: #f2e9e4;
}

.margin-bottom-large {
  margin-bottom: 80px;
}

.typography-container {
  margin-top: 120px;
  margin-left: 30px;
  margin-right: 30px;
}

.locke-sample {
  color: #0b1e5b;
  font-family: Locke, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
}

.satoshi-sample {
  color: #0b1e5b;
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
}

.typo-sample-wrapper {
  background-color: #ffe8d3;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 730px;
  margin-bottom: 50px;
  padding: 40px;
  display: flex;
}

.locke-paragraph {
  color: #0b1e5b;
  text-align: center;
  font-family: Locke, sans-serif;
  font-size: 16px;
}

.satoshi-paragraph {
  color: #0b1e5b;
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.heading-container {
  margin: 120px 30px;
}

.heading-sample-wrapper {
  background-color: #f2e9e4;
  border-radius: 50px;
  padding: 40px;
}

.color-sample-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.perks-wrapper {
  justify-content: space-between;
  min-width: 540px;
  display: flex;
}

.doctor-name {
  color: #0b1e5b;
  margin-bottom: 12px;
  font-family: Locke, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.orange-ray-inverted {
  width: 10%;
  position: absolute;
  inset: auto auto 8% 19%;
  transform: rotate(180deg);
}

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

.licence-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.margin-top-xlarge {
  margin-top: 150px;
}

.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

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

.rich-text p {
  margin-bottom: 8px;
}

.rich-text h4 {
  margin-top: 32px;
  margin-bottom: 25px;
}

.rich-text h6 {
  margin-top: 24px;
  margin-bottom: 8px;
}

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

.rich-text a {
  border-bottom: 1px dashed #518e9d54;
  font-size: 18px;
  transition: color .2s;
}

.rich-text a:hover {
  color: #5671c7;
}

.body {
  background-color: var(--mint-cream);
}

.image {
  z-index: 1;
  max-width: 400px;
  position: absolute;
  inset: auto -23% -26% auto;
}

._2-column-gallery-photo {
  margin-bottom: 20px;
}

.sticky-section {
  z-index: 99;
  justify-content: center;
  display: none;
  position: sticky;
  top: 0;
}

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

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

.sticky-section.loop {
  align-items: center;
  height: 25vh;
  display: flex;
  overflow: hidden;
}

.grid-tabory {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.radio-button {
  width: 20px;
  height: 20px;
}

.tabor-item {
  background-color: var(--burlywood);
  box-shadow: 0 -2px 30px -6px var(--peach-puff);
  border: 1px #cff0f9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 48px 20px;
  position: relative;
}

.tabor-item:hover {
  z-index: 1;
  border-style: none;
}

.tabor-item.offset-40 {
  top: 64px;
}

.tabor-item.blue, .tabor-item.sky-blue {
  background-color: var(--sky-blue);
}

.tabor-item.red {
  background-color: var(--light-coral);
}

.tabor-item.green {
  background-color: var(--medium-aquamarine);
}

.big-space {
  margin-top: 24px;
  margin-bottom: 24px;
}

.price-pane {
  border: 1px solid var(--burlywood);
  background-color: var(--mint-cream);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -7%;
  box-shadow: 0 -2px 13px #0000001a;
}

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

.tabory-title {
  color: #0b1e5b;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.tabory-title.margin-bottom-xsmall {
  text-align: center;
  font-size: 22px;
}

.big-curl-svg {
  z-index: 0;
  max-width: 100%;
  position: absolute;
  inset: -28% 0% 0% 46%;
}

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

.paragraph-bold {
  margin-top: 40px;
  font-family: Locke, sans-serif;
  font-size: 24px;
}

.tabory-desc {
  color: #0b1e5b;
  margin-top: 24px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.columns {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}

.offet-column {
  padding-top: 165px;
}

.subtle {
  color: #cbc0d3;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.subtle.margin-bottom-large {
  text-align: left;
}

.max-width-900 {
  max-width: 730px;
}

.max-width-900.align-center {
  max-width: 900px;
}

.accordion-tab-button-copy {
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px 16px;
  display: flex;
}

.tabory-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.success-message {
  color: #0b1e5b;
  background-color: #ddd0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
}

.paragraph-2 {
  color: var(--cadet-blue);
}

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

.paragraph-3 {
  color: var(--light-coral);
  text-align: center;
}

.mapy-section {
  justify-content: center;
  margin-top: 90px;
  margin-bottom: 90px;
  display: flex;
  position: static;
}

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

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

.mapy-section.loop {
  align-items: center;
  height: 25vh;
  display: flex;
  overflow: hidden;
}

.teacher-title {
  color: #0b1e5b;
  text-align: center;
  padding-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
}

.success-message-2 {
  background-color: #f7cbb033;
  border-radius: 50px;
  height: 200px;
}

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

.download-link {
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.filetype {
  color: #0b1e5b9e;
  margin-left: 7px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.file-link {
  color: #0b1e5b;
  border-bottom: 1px dashed #518e9d54;
  font-weight: 500;
  transition: color .2s;
}

.file-link:hover {
  color: #5671c7;
}

.spotify-embed {
  max-width: 900px;
  margin: 70px auto;
}

.hidden {
  display: none;
}

.spacer-24 {
  height: 24px;
}

.form-footer {
  justify-content: center;
}

.link {
  padding-left: 8px;
}

.page-wrapper-2 {
  height: 100vh;
}

.page-wrapper-3 {
  align-items: center;
  max-width: 600px;
  height: 100%;
}

.paragraph-4 {
  text-align: center;
  margin-top: 32px;
}

.paragraph-5 {
  margin-top: 30px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 350px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 28px;
  display: grid;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-nav-link {
  color: #0b1e5b;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.dropdown-nav-link:hover {
  color: #5671c7;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 18px;
  margin-top: 16px;
  padding: 8px;
}

.dropdown-list.w--open {
  left: -24px;
}

.dropdown-link {
  color: #0b1e5b;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.dropdown-link:hover {
  color: #5671c7;
}

.program-dne {
  grid-template-columns: auto 1fr;
  margin-bottom: 40px;
}

.timestamp {
  color: #0b1e5b;
  margin-top: 6px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.quote-google-forms {
  background-color: #fff;
  max-width: 1080px;
  margin-top: 64px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 64px 40px;
}

.div-block-4 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.image-3 {
  max-width: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(58deg);
}

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

.div-block-6 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.info-grid {
  grid-template-columns: auto auto;
  min-width: 400px;
  max-width: 500px;
}

.ke-stazeni {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
  position: relative;
}

.margin-top-large {
  margin-top: 60px;
}

.instagram-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.instagram-banner {
  letter-spacing: -.02em;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.instagram-text-l {
  letter-spacing: -.02em;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.instagram-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.instagram-overlay {
  z-index: 99;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #08080b7a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-image-wrapper {
  aspect-ratio: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  overflow: hidden;
}

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

.instagram-container-s {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.instagram-avatar {
  object-fit: cover;
  width: 100%;
}

.instagram-text-block {
  min-width: 120px;
}

.instagram-count-wrap {
  align-items: center;
  display: flex;
}

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

.instagram-icon {
  color: #b6bcce;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.instagram-css-line-clamp {
  display: none;
}

.instagram-text {
  color: #38456c;
  letter-spacing: -.02em;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.instagram-profile-group {
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.instagram-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.instagram-avatar-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.instagram-wrapper {
  grid-column-gap: 6px;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.instagram-count-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.instagram-profile-bar {
  border: 1px solid #f2f3f8;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px;
  display: flex;
  box-shadow: 17px 17px 40px -16px #08080b0a;
}

.instagram-icon-small {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.instagram-section {
  padding: 72px 5%;
}

.instagram-avatar-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 100px;
  width: 64px;
  height: 64px;
  display: flex;
  overflow: hidden;
}

.instagram-icon-large {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.instagram-timestamp {
  color: #67718e;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.instagram-line-m {
  background-color: #f2f3f8;
  width: 1px;
  height: 40px;
  margin-left: 24px;
  margin-right: 32px;
  display: none;
}

.intagram-card {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.instagram-count-s {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.instagram-social-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.paragraph-6 {
  z-index: 99;
  position: relative;
}

.div-block-7 {
  flex: none;
  position: relative;
  left: 252px;
  transform: rotate(9deg);
}

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

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

.paragraph-gallery {
  text-align: center;
  margin: 60px 80px;
}

.subtitle {
  color: #0b1e5b;
  text-align: center;
  background-color: #fff3;
  border: 1px solid #ffffff80;
  border-radius: 20px;
  padding: 16px 48px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.subtitle.margin-bottom-xsmall {
  text-align: center;
  font-size: 22px;
}

.h2-tabory {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.hero-btn-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 44px;
  }

  p {
    font-size: 16px;
  }

  .navigation {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navigation-wrapper {
    flex-direction: row;
    padding-top: 15px;
  }

  .logo {
    max-width: 30%;
  }

  .nav-menu {
    background-color: #f3f6ef;
    flex-direction: column;
    margin-left: 0;
  }

  .nav-menu.red-background {
    background-color: #f2e9e4;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .menu-icon {
    background-color: #f6d1cc;
    border-radius: 20px;
    padding: 2px 5px;
  }

  .calendar-button {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .flex-horizontal {
    flex-direction: row;
    align-items: center;
  }

  .flex-horizontal.mobile-vertical {
    flex-direction: column;
  }

  .help-button {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-hero {
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-text-wrapper {
    max-width: 100%;
  }

  .hero-image-wrapper {
    flex-wrap: wrap;
  }

  .margin-bottom-small {
    margin-left: 40px;
    margin-right: 40px;
  }

  .cards-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .card {
    min-height: 400px;
    padding: 30px 40px;
  }

  .card.blue {
    top: 12%;
  }

  .card.yellow {
    top: 16%;
  }

  .card.pink {
    top: 20%;
  }

  .education-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .education-title {
    justify-content: center;
    align-items: center;
    font-size: 100px;
    display: flex;
  }

  .education-title.margin-right-large {
    margin-right: 0;
  }

  .education-title.margin-left-small {
    margin-left: 0;
  }

  .card-text-wrapper {
    max-width: 320px;
    margin-right: 20px;
  }

  .card-image-frame {
    width: 340px;
    height: 340px;
  }

  .blue-line-svg, .blue-line-svg.position-absolute, .blue-book-svg {
    display: none;
  }

  .article-card {
    max-width: 320px;
    margin-bottom: 50px;
  }

  .education-second-row {
    flex-direction: column;
    width: auto;
  }

  .doctors-wrapper {
    display: block;
  }

  .doctor-card {
    padding-top: 60px;
    padding-bottom: 20px;
    top: 13%;
  }

  .doctor-card.yellow {
    top: 9%;
  }

  .doctor-card.light-blue {
    top: 5%;
  }

  .doctor-card-header {
    margin-bottom: 20px;
  }

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

  .doctor-avatar-wrapper {
    position: relative;
  }

  .avatar-frame {
    max-height: 420px;
  }

  .margin-right-medium {
    margin-bottom: 0;
  }

  .pricing-wrapper {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-width-370px.margin-bottom-mobile {
    margin-bottom: 60px;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-pane-content {
    justify-content: center;
    align-items: center;
  }

  .accordion-section {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item {
    margin-bottom: 20px;
  }

  .toggle-circle {
    width: 27px;
    height: 27px;
  }

  .flex-vertical.margin-right-small {
    margin-top: 25px;
    margin-right: 0;
  }

  .flex-vertical.margin-left-small {
    margin-left: 0;
  }

  .accordion-title {
    font-size: 16px;
  }

  .consultation-wrapper {
    margin-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .consultation-wrapper.margin-bottom-xlarge {
    margin-bottom: 100px;
  }

  .appointment-button {
    margin-bottom: 20px;
  }

  .appointment-button.margin-right-small {
    margin-right: 0;
  }

  .footer {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .social-button {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .copyright {
    margin-left: 50px;
    margin-right: 50px;
  }

  .footer-left {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-right: 0;
  }

  .footer-right {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 0;
  }

  .social-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

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

  .hero {
    margin-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .big-swish-svg {
    width: 250px;
    display: none;
    top: 0%;
    right: 25%;
  }

  .page-tag {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .doctors-hero-subtitle {
    font-size: 30px;
  }

  .doctors-page-collection {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .doctors-text-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .doctor-single-hero {
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .accolade-title {
    font-size: 16px;
  }

  .doctor-single-column {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .practices-hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .practices-title {
    font-size: 110px;
  }

  .practices-collection-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }

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

  .practices-card {
    margin-right: 0;
  }

  .card-title-wrapper {
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
  }

  .testimonials-upper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .practices-single-hero {
    justify-content: center;
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .practices-single-column {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .page-subtitle {
    font-size: 30px;
  }

  .inner-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .services-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .service-title {
    font-size: 16px;
  }

  .practice-doctors-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .practice-doctors-title {
    font-size: 80px;
  }

  .max-width-370px {
    display: none;
  }

  .nav-link-wrapper {
    flex-direction: row;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    margin-top: 40px;
  }

  .help-button-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .help-button-wrapper.hidden {
    align-self: flex-end;
    margin-top: 16px;
  }

  .blog-hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-page-title {
    font-size: 100px;
  }

  .orange-rays-svg {
    right: 0%;
  }

  .blog-collection-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

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

  .newsletter-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .newsletter-wrapper.margin-bottom-large {
    border-radius: 150px;
  }

  .mailbox-png {
    display: none;
  }

  .blog-single-hero {
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-single-frame {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .article-content {
    padding-left: 70px;
    padding-right: 70px;
  }

  .appointment-hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .appointment-title {
    font-size: 90px;
  }

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

  .information-wrapper {
    background-color: #fff;
    justify-content: center;
    margin-left: 50px;
    margin-right: 50px;
  }

  .information-title {
    font-size: 36px;
  }

  .heart-png {
    display: none;
  }

  .phone-number {
    font-size: 36px;
  }

  .tags-wrapper, .contact-field-wrapper {
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
  }

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

  .color-sample-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .perks-wrapper {
    flex-direction: row;
    align-items: center;
    min-width: 490px;
    margin-top: 40px;
  }

  .practice-doctor-heading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    display: flex;
  }

  .licence-wrapper {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabor-item {
    border-radius: 50px;
    margin-bottom: 20px;
  }

  .price-pane {
    justify-content: center;
    align-items: center;
  }

  .tabory-title {
    font-size: 16px;
  }

  .big-curl-svg {
    max-width: 70%;
    top: -28%;
    left: 46%;
  }

  .tabory-desc {
    margin-left: 24px;
    margin-right: 24px;
    font-size: 16px;
  }

  .subtle {
    text-align: center;
  }

  .tabory-content {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .download-link {
    margin-top: 0;
  }

  .file-link, .dropdown-nav-link, .dropdown-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ke-stazeni {
    margin-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .instagram-text-block {
    min-width: 80px;
  }

  .instagram-profile-group {
    grid-row-gap: 32px;
    flex-direction: column;
    width: 100%;
    max-width: 80%;
    margin-bottom: 32px;
  }

  .instagram-avatar-group {
    flex-direction: column;
  }

  .instagram-profile-bar {
    text-align: center;
    border-radius: 24px;
    flex-direction: column;
    padding: 32px 23px 32px 32px;
  }

  .instagram-section {
    padding-bottom: 140px;
  }

  .instagram-line-m {
    width: 100%;
    height: 1px;
    display: block;
  }

  .instagram-social-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .subtitle {
    font-size: 16px;
  }

  .card-paragraph {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .hero-btn-wrapper {
    justify-content: center;
  }

  .navigation-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .home-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom-small {
    text-align: center;
  }

  .cards-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card {
    flex-wrap: wrap;
    justify-content: center;
    min-height: 360px;
    padding-top: 60px;
  }

  .education-title.margin-right-large {
    margin-right: 0;
  }

  .education-title.margin-left-small {
    margin-left: 0;
  }

  .card-text-wrapper.margin-bottom-mobile {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .hashtag-badge {
    display: none;
  }

  .article-card {
    max-width: 100%;
  }

  .default-wrapper.max-width-450px.margin-right-small {
    margin-right: 0;
  }

  .doctors-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .accordion-tab-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-item {
    border-radius: 80px;
  }

  .flex-vertical {
    align-items: center;
  }

  .footer {
    margin-left: 50px;
    margin-right: 50px;
  }

  .doctors-hero-subtitle {
    font-size: 22px;
  }

  .doctors-page-collection {
    grid-template-columns: 1fr;
  }

  .doctors-text-wrapper {
    flex-wrap: wrap;
  }

  .doctor-quote {
    padding-left: 50px;
    padding-right: 50px;
  }

  .doctor-quote-text {
    font-size: 34px;
  }

  .practices-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .practices-collection-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonials-upper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-card {
    max-width: 480px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .practices-single-hero, .services-wrapper, .practice-doctors-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .nav-link-wrapper {
    flex-direction: column;
  }

  .orange-rays-svg {
    display: none;
  }

  .newsletter-wrapper {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 80px;
  }

  .newsletter-wrapper.margin-bottom-large {
    border-radius: 100px;
  }

  .newsletter-text-field {
    padding-right: 70px;
  }

  .blog-single-hero, .article-content, .appointment-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .appointment-title {
    font-size: 50px;
  }

  .contact-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-field {
    margin-left: 0;
    margin-right: 0;
  }

  .information-wrapper {
    border-radius: 80px;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .information-title {
    text-align: center;
    font-size: 26px;
  }

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

  .doctors-text-item {
    margin-bottom: 50px;
  }

  .slider-arrow-left {
    font-size: 19px;
    left: 3%;
  }

  .slider-arrow-right {
    font-size: 19px;
    right: 3%;
  }

  .contact-field-wrapper {
    flex-direction: column;
  }

  .perks-wrapper {
    min-width: 480px;
  }

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

  .tabor-item {
    border-radius: 80px;
  }

  .big-curl-svg {
    display: none;
  }

  .offet-column {
    padding-top: 0;
  }

  .accordion-tab-button-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading {
    font-size: 50px;
  }

  .dropdown-toggle {
    margin-right: -31px;
  }

  .quote-google-forms {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .tabory-columns {
    display: flex;
    flex-direction: column;
  }

  .tabory-columns .w-col {
    display: contents;
  }

  .tabory-columns .tabor-order-1 {
    order: 1;
  }

  .tabory-columns .tabor-order-2 {
    order: 2;
  }

  .tabory-columns .tabor-order-3 {
    order: 3;
  }

  .tabory-columns .tabor-order-4 {
    order: 4;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 46px;
  }

  .tabory-columns {
    display: flex;
    flex-direction: column;
  }

  .tabory-columns .w-col {
    display: contents;
  }

  .tabory-columns .tabor-order-1 {
    order: 1;
  }

  .tabory-columns .tabor-order-2 {
    order: 2;
  }

  .tabory-columns .tabor-order-3 {
    order: 3;
  }

  .tabory-columns .tabor-order-4 {
    order: 4;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  p {
    font-size: 14px;
  }

  .navigation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .flex-horizontal {
    margin-top: 0;
  }

  .flex-horizontal.align-center-mobile {
    justify-content: center;
  }

  .home-hero {
    margin-bottom: 30px;
  }

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

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

  .hero-btn-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
  }

  .our-team.margin-right-small {
    margin-right: 10px;
  }

  .hero-pill-two.margin-top-large {
    display: block;
  }

  .ekg-icon {
    display: none;
    left: 22%;
  }

  .cards-wrapper {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .education-wrapper {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .education-title {
    font-size: 50px;
  }

  .education-title.margin-right-large {
    margin-right: 0;
  }

  .education-title.margin-left-small {
    margin-left: 0;
  }

  .hashtag-badge {
    display: none;
  }

  .education-title-wrapper {
    margin-bottom: 80px;
  }

  .education-article-wrapper {
    margin-bottom: 100px;
  }

  .article-card {
    max-width: 280px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-summary-wrapper {
    margin-bottom: 60px;
  }

  .doctors-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .doctors-introduction {
    flex-wrap: wrap;
  }

  .mouse-svg {
    margin-bottom: 40px;
  }

  .mouse-svg.margin-right-xlarge {
    margin-right: 0;
  }

  .doctors-cards-inner {
    margin-top: 100px;
  }

  .doctor-card {
    top: 3%;
  }

  .doctor-card.yellow {
    top: 2%;
  }

  .doctor-card.light-blue {
    top: 0%;
  }

  .doctor-avatar-wrapper {
    min-width: 210px;
  }

  .avatar-frame {
    max-height: 400px;
  }

  .pricing-wrapper {
    margin-top: 100px;
  }

  .accordion-pane-content {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-tab-button {
    width: 100%;
    padding-left: 10px;
  }

  .accordion-item {
    border-radius: 60px;
    max-width: 290px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flex-vertical.max-width-490px.mobile-align-center {
    align-items: center;
  }

  .consultation-wrapper {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dove-graphic {
    margin-bottom: 100px;
  }

  .footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .margin-right-small {
    margin-right: 10px;
  }

  .footer-column {
    align-items: center;
    margin-bottom: 30px;
  }

  .footer-column.margin-right-large {
    margin-right: 0;
  }

  .copyright {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-right {
    flex-direction: column;
    align-items: center;
  }

  .social-wrapper {
    flex-direction: column;
  }

  .footer-number-wrapper {
    align-items: center;
  }

  .hero {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-swish-svg {
    display: none;
  }

  .doctors-hero-subtitle {
    font-size: 18px;
  }

  .doctors-collection {
    margin-top: 50px;
  }

  .doctors-text-wrapper {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .doctor-single-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .doctor-quote {
    margin-top: 100px;
    margin-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .doctor-quote-text {
    font-size: 28px;
  }

  .practices-hero {
    margin-top: 50px;
  }

  .practices-title {
    font-size: 60px;
  }

  .practices-collection-wrapper {
    margin-top: 100px;
  }

  .card-title-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .testimonials-upper {
    margin-top: 70px;
  }

  .testimonials-slider {
    margin-top: 100px;
  }

  .testimonial-card {
    border-radius: 50px;
    max-width: 290px;
  }

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

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

  .practices-single-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-subtitle {
    font-size: 24px;
  }

  .inner-container {
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-wrapper {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .practice-doctors-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .practice-doctors-title {
    font-size: 50px;
  }

  .blog-hero {
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-page-title {
    font-size: 50px;
  }

  .blog-collection-wrapper {
    margin-top: 100px;
  }

  .newsletter-wrapper {
    border-radius: 90px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-text-field {
    text-align: center;
    border-radius: 50px;
    width: auto;
    margin-bottom: 16px;
    margin-right: 0;
    padding: 16px 30px;
  }

  .newsletter-submit-btn {
    margin-left: 0;
    position: static;
  }

  .blog-single-frame {
    min-width: 270px;
    min-height: 380px;
  }

  .appointment-title {
    font-size: 30px;
  }

  .contact-submit-btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .information-wrapper {
    border-radius: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .information-title {
    font-size: 20px;
  }

  .phone-number {
    font-size: 7vw;
  }

  .tags-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .slider-arrow-left {
    display: block;
    left: 8%;
  }

  .slider-arrow-right {
    display: block;
    right: 8%;
  }

  .form-block {
    flex-direction: column;
  }

  .contact-field-wrapper {
    margin-top: 0;
  }

  .color-container, .typography-container, .heading-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-sample-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-sample-wrapper {
    margin-top: 0;
  }

  .perks-wrapper {
    flex-direction: column;
    min-width: 250px;
    margin-top: 60px;
  }

  .practice-doctor-heading {
    margin-bottom: 50px;
  }

  .doctor-name {
    font-size: 24px;
    line-height: 1.2em;
  }

  .tabor-item {
    border-radius: 60px;
    max-width: none;
    margin-bottom: 10px;
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .tabory-columns {
    display: flex;
    flex-direction: column;
  }

  .tabory-columns .w-col {
    display: contents;
  }

  .tabory-columns .tabor-order-1 {
    order: 1;
  }

  .tabory-columns .tabor-order-2 {
    order: 2;
  }

  .tabory-columns .tabor-order-3 {
    order: 3;
  }

  .tabory-columns .tabor-order-4 {
    order: 4;
  }

  .tabor-item.red {
    max-width: none;
  }

  .big-space {
    margin-bottom: 0;
  }

  .price-pane {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabory-title.margin-bottom-xsmall {
    margin-bottom: 0;
  }

  .big-curl-svg {
    display: none;
  }

  .tabory-desc {
    margin-left: 8px;
    margin-right: 8px;
  }

  .accordion-tab-button-copy {
    width: 100%;
    padding-left: 10px;
  }

  .info-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: auto;
    min-width: auto;
  }

  .ke-stazeni {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .instagram-profile-group, .instagram-avatar-group, .instagram-social-wrapper {
    flex-direction: column;
  }

  .subtitle.margin-bottom-xsmall {
    margin-bottom: 0;
  }

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

  .h2-tabory {
    margin-bottom: 0;
  }
}

#w-node-_73abb572-45ed-306e-e08e-a6f70146f998-54e095e0, #w-node-_92015ed9-808b-320f-9443-4c718f7e14ea-54e095e0, #w-node-_93a803d3-945f-f28a-6624-a227afaed97b-54e095e0, #w-node-_07379d8f-09d5-8a20-4d14-9648e9758db1-54e095e0, #w-node-_35222375-528f-8b10-95b9-07f3b47e5fe3-54e095e0, #w-node-aa7ab059-9a4c-5ba0-ed54-ad5c6705b11b-54e095e0, #w-node-_098d85f6-c697-2fb4-5d6a-b93aaa15597a-54e095e0, #w-node-_67dadbc0-98a2-6086-fe89-6c0f0270ba46-54e095e0, #w-node-dbe2caf1-da28-00da-cf27-423acf2f319c-54e095e0, #w-node-_6dd5f96b-a9cf-81be-0c32-7c3501d0c08c-54e095e0, #w-node-_90a7ef2b-d7f6-ce9a-6f07-92ef6972a856-54e095e0, #w-node-_71743809-6137-d8b8-d56f-2766d3cb05ea-54e095e0, #w-node-ce4ec6a8-92ec-cfdb-13ea-e0ec424db774-54e095e0, #w-node-_22b92629-b69d-e8f8-0a9d-7416713cf465-54e095e0, #w-node-_19d0c698-7fa9-e3b7-bdc6-607b8e64f5fb-54e095e0, #w-node-_830a36b0-626f-95e7-7084-51ec201e7bfd-54e095e0, #w-node-_8931e835-0f8e-9070-f060-91ee24134353-54e095e0, #w-node-_8e731308-66bf-51fe-1451-85d21bf8bfa4-54e095e0, #w-node-_8b158ee1-bbec-f2e4-0e9b-90d6629fb15c-54e095e0, #w-node-f55b96ae-5913-1f16-bf1b-743619cdb961-54e095e0, #w-node-_7b65e089-a10d-9b55-04e3-796837c91fc1-54e095e0, #w-node-_7b65e089-a10d-9b55-04e3-796837c91fc2-54e095e0, #w-node-_7b65e089-a10d-9b55-04e3-796837c91fc3-54e095e0, #w-node-fb91a14e-a42e-5fe8-a4fd-88cb963a56f4-54e095e0, #w-node-_7b65e089-a10d-9b55-04e3-796837c91fc4-54e095e0, #w-node-_41a202fa-3830-37ff-3e88-f0b1615427b4-54e095e0, #w-node-_6f57821b-07e7-bb7f-807d-526582dd6325-54e095e0, #w-node-_8dfc70b0-a7aa-45b5-a7df-1bf0bf689077-54e095e0, #w-node-_746f3040-2417-5290-654a-5e4a1fba5790-54e095e0, #w-node-f057060d-88ed-9c7e-56f4-02c29ec9deef-54e095e0, #w-node-_0b7dba01-70ff-a963-6dbf-5732ef001671-54e095e0, #w-node-_5a384661-14c5-dc47-5947-991223abd07d-54e095e0, #w-node-_5b34912e-65ef-03a8-4aaf-565c51697bed-4b475e2e, #w-node-_21c8f746-2ec7-bf9b-ab31-493b8cd80232-4b475e2e, #w-node-_52f0f840-54ec-db5c-dffb-171dfb4acde2-4b475e2e, #w-node-_6141c06e-a8b5-0834-3655-2618484b3103-4b475e2e, #w-node-cbe237c2-9043-29c6-70df-5bc5c53817c3-4b475e2e, #w-node-_7700b577-1509-d431-40ad-fe7a27ed591f-4b475e2e, #w-node-_0957acdc-fbcc-9e2c-1229-ff35574beda6-4b475e2e, #w-node-_9f2ce6fc-5325-f0ca-e280-ca3ec554f4d2-4b475e2e, #w-node-_4fd0c193-c1f6-6a3d-db12-8db80168c842-4b475e2e, #w-node-a57b85c9-f1e5-b8ac-fdee-68c1c09b2dbb-4b475e2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_204cd1f9-d484-5974-ac08-65a553cdf627-6fa4f1e8 {
  grid-area: 1 / 1 / 2 / 2;
}


@font-face {
  font-family: 'Locke';
  src: url('../fonts/Locke-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}