:root {
  --white: var(--color-4);
  --color-2: #0a3370;
  --color: #3871c1;
  --heading-color: #081e29;
  --body: #34454f;
  --primary: #00a0aa;
  --light-high: #004756;
  --color-5: #24488d;
  --light-low: #d4fffc;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--warning300: #fec84b;
  --color-3: #fded87;
  --color-4: #f0fffe;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--burntsienna: #e76f51;
  --eeece9: #eeece9;
  --walsh--black: #2c2c2c;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --untitled-ui--gray300: #d0d5dd;
  --flowui-component-library--gray-100: #f7f9fd;
  --untitled-ui--white: white;
  --untitled-ui--gray100: #f2f4f7;
  --kütüp-library--dim-grey: #6e6e6e;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--primary-600: #6157f8;
  --combine-library--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary600: #7f56d9;
  --combine-library--warning-400: #f8b34b;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--grey-600: #5f6570;
  --flowui-component-library--primary-lighter: #f7f5ff;
  --flowui-component-library--primary-base: #642eff;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray700: #344054;
  --walsh--walsh-dark-green: #204f58;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

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

.display-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 5.625rem;
}

.display-title.bold {
  color: var(--white);
  font-weight: 700;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.875rem;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 4rem;
}

.h2.bold {
  color: var(--color-2);
  font-size: 2.5rem;
  font-weight: 700;
}

.h2.medium {
  font-weight: 500;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.875rem;
}

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

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.h4.bold {
  color: var(--color-2);
  font-weight: 700;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.h5.bold {
  color: var(--color);
  font-weight: 700;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.h6.bold {
  color: var(--white);
  font-weight: 700;
}

.body---variant-3 {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.body---variant-3.medium {
  font-weight: 500;
}

.body---variant-2 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 2.125rem;
}

.body {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.875rem;
}

.body.medium {
  font-weight: 500;
}

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

.body---variant-1 {
  margin-bottom: 0;
  font-size: .938rem;
  font-weight: 400;
  line-height: 1.563rem;
}

.body---variant-1.medium {
  color: var(--white);
  font-weight: 500;
}

.body---variant-1.bold {
  font-weight: 700;
}

.style-text {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

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

.primary-web-color {
  background-color: #00a0aa;
}

.light-low {
  background-color: #d4fffc;
}

.light-high {
  background-color: #004756;
}

.heading-wrapper {
  color: var(--heading-color);
}

.paragraph-wrapper {
  color: var(--body);
}

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

.utility-section {
  background-color: #f0fffe;
  padding-top: 0;
  padding-bottom: 100px;
}

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

.main-container._1285-max-width {
  max-width: 1285px;
}

.navbar {
  background-color: #0000;
  height: 100px;
  position: sticky;
  top: 0;
}

.header {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.header-link {
  grid-column-gap: 9.64px;
  color: var(--heading-color);
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.logo {
  width: 250px;
  height: 85px;
}

.nav-container {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1285px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.nav-menu {
  width: 100%;
  height: 100%;
}

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

.nav-links {
  grid-column-gap: 52px;
  display: flex;
}

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

.nav-link {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

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

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

.main-body {
  background-color: #24488d;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-contact-number {
  grid-column-gap: 11px;
  color: var(--heading-color);
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
}

.primary-btn {
  background-color: var(--color-2);
  text-align: center;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s ease-in-out;
  display: flex;
}

.primary-btn:hover {
  opacity: .8;
}

.primary-btn._15px {
  font-size: 15px;
  line-height: 20px;
}

.nav-btn {
  width: 133px;
  height: 44px;
}

.hero-section {
  background-color: #24488d;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.hero-container {
  grid-column-gap: 80px;
  grid-row-gap: 90px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 65px;
  display: flex;
}

.hero-text-wrapper {
  z-index: 2;
  color: var(--heading-color);
  flex: none;
  margin-top: 100px;
  position: relative;
}

.hero-image-wrapper {
  z-index: 1;
  perspective: 1000px;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-2-widget {
  grid-column-gap: 12px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-top: 40px;
  margin-left: -85px;
  padding: 17px 21px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: none;
  box-shadow: 0 5px 50px 10px #00000012;
}

.hero-header {
  grid-column-gap: 10px;
  color: var(--primary);
  align-items: center;
  display: flex;
}

.hero-heading {
  max-width: 550px;
  margin-top: 20px;
  margin-bottom: 55px;
  position: relative;
}

.hero-widget-image {
  width: 50px;
  height: 50px;
}

.hero-btns-wrapper {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.hero-primary {
  width: 180px;
  height: 50px;
}

.p5 {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.188rem;
}

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

.checkup-plans {
  grid-column-gap: 65px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.checkup-plans-column {
  color: var(--heading-color);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-text-wrapper {
  grid-row-gap: 17px;
  color: var(--body);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 485px;
  display: flex;
}

.checkup-plans-cta-wrapper {
  grid-column-gap: 22px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.checkup-plans-button {
  width: 100%;
  max-width: 215px;
  height: 50px;
}

.checkup-plans-image {
  object-fit: contain;
  width: 495px;
  height: 625px;
}

.contact-points-wrapper {
  grid-row-gap: 23px;
  color: var(--heading-color);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.contact-point {
  grid-column-gap: 12px;
  color: var(--heading-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-point-icon {
  width: 22px;
  height: 22px;
}

.divider-section {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.divider-text-wrapper {
  grid-row-gap: 14px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  padding: 55px 60px;
  display: flex;
  box-shadow: 0 5px 30px 5px #00000012;
}

.light-box-play-btn {
  background-color: var(--white);
  color: var(--light-high);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: all .3s;
  display: flex;
  position: absolute;
}

.light-box-play-btn:hover {
  color: var(--primary);
}

.reason-block {
  background-color: var(--white);
  color: var(--body);
  border-radius: 20px;
  padding: 55px 35px 40px;
  box-shadow: 0 12px 34px #0e112c1a;
}

.reason-block-icon {
  object-fit: contain;
  width: 64px;
  height: 60px;
}

.reason-block-title {
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 6px;
}

.services-section {
  background-color: #395da2;
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.services-heading {
  text-align: center;
  max-width: 570px;
}

.service-header {
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.services-icons-wrapper {
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 80px;
  display: flex;
}

.service {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 182px;
  padding: 28px;
  display: flex;
  box-shadow: 0 12px 34px #0e112c1a;
}

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

.service-btn {
  width: 190px;
  height: 55px;
}

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

.contact-container {
  z-index: 1;
  grid-column-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-section {
  background-color: var(--color-5);
  border-bottom: 1px solid #e4ebf3;
  padding-top: 65px;
  padding-bottom: 45px;
  position: relative;
}

.footer-brand {
  margin-bottom: 7px;
}

.footer-content {
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-block {
  color: #fff9;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.footer-block.with-gap {
  grid-row-gap: 26px;
}

.footer-column-title {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #ffffffb3;
  justify-content: center;
  align-items: center;
  height: 22px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

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

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

.footer-social-link {
  color: #fff9;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
}

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

.footer-copyright-left {
  text-align: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
}

.footer-logo {
  width: 300px;
  height: 100px;
}

.footer-container {
  grid-column-gap: 165px;
  justify-content: space-between;
  margin-bottom: 70px;
  display: flex;
}

.footer-bottom-wrapper {
  color: #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1235px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  display: flex;
}

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

.about-hero-section {
  background-image: linear-gradient(#0000, #f0fffe);
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.about-hero-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  margin-bottom: 21px;
}

.about-heading {
  text-align: center;
  max-width: 780px;
}

.our-story-section {
  background-color: #f0fffe;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.our-story-container {
  grid-column-gap: 135px;
  grid-row-gap: 90px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.our-story-image {
  object-fit: contain;
  height: 755px;
}

.our-story-text-wrapper {
  grid-row-gap: 25px;
  color: var(--heading-color);
  flex-direction: column;
  width: 480px;
  padding-top: 100px;
  display: flex;
}

.our-story-header {
  grid-column-gap: 20px;
  color: var(--primary);
  letter-spacing: 3px;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.our-story-btn {
  width: 215px;
  height: 55px;
  margin-top: 18px;
}

.why-us-section {
  background-color: var(--color-2);
  margin-top: 58px;
  padding-top: 118px;
  padding-bottom: 0;
}

.why-us-container {
  grid-row-gap: 120px;
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.why-us-row {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.why-us-points-wrapper {
  grid-row-gap: 27px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 390px;
  padding: 45px 76px 45px 45px;
  display: flex;
  box-shadow: 0 5px 50px 10px #00000012;
}

.why-us-text-wrapper {
  grid-row-gap: 22px;
  flex-direction: column;
  max-width: 522px;
  display: flex;
}

.why-us-points-row {
  grid-column-gap: 18.5px;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 56px;
  display: flex;
}

.get-started-checkmark {
  width: 26px;
  height: 26px;
}

.why-us-cta {
  width: 210px;
  height: 55px;
  margin-top: 13px;
}

.connect-stats-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.checkup-plans-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkup-plans-section {
  background-color: #f0fffe;
  padding-top: 120px;
  padding-bottom: 145px;
}

.checkup-plans-section.different-bg {
  background-color: #0000;
  background-image: linear-gradient(#f0fffe00, #f0fffe 3%);
}

.checkup-plans-para {
  color: var(--body);
  text-align: center;
  max-width: 520px;
}

.checkup-plans-heading {
  text-align: center;
  max-width: 600px;
  margin-bottom: 18px;
}

.checkup-plans-heading.width-change {
  max-width: 780px;
}

.tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 56px;
  display: flex;
}

.tab-link {
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 7px;
  padding: 7px 15px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

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

.tabs-menu {
  grid-column-gap: 25px;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 9px;
  display: flex;
  box-shadow: 8px 8px 34px #0e112c1a;
}

.tab-content {
  width: 100%;
  overflow: visible;
}

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

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

.utility-page-content {
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 410px;
  display: flex;
}

._404-page {
  width: 350px;
  height: 350px;
}

.overlay, .mobile-nav-logo {
  display: none;
}

.services-loop {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loop-gradient-left {
  z-index: 1;
  width: 5%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loop-gradient-right {
  z-index: 1;
  width: 5%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-left {
  grid-column-gap: 50px;
  display: flex;
}

.header-link-icon {
  width: auto;
  height: auto;
}

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

.nav-container-shadow {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 20px #0b10380d;
}

.nav-shadow {
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 3px 10px #0000001c;
}

.hero-image {
  object-fit: contain;
  width: 532px;
  margin-top: -64px;
  padding-top: 0;
}

.hero-gradient {
  z-index: -2;
  background-image: linear-gradient(#d4fffc, #c9f9f6 75%);
  width: 100%;
  height: 145vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-circle {
  z-index: -1;
  opacity: .2;
  background-image: linear-gradient(#ffffff73, #86dfda);
  border-radius: 50%;
  width: 562px;
  height: 562px;
  position: absolute;
  inset: -130px -40px 0% auto;
}

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

.hero-appointment-btn {
  grid-row-gap: 7px;
  color: var(--heading-color);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 42px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.treatment-section {
  background-color: var(--white);
  padding-top: 95px;
  padding-bottom: 120px;
}

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

.treatment-text-wrapper {
  grid-column-gap: 110px;
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.treatment-para {
  flex-direction: row;
  max-width: 580px;
  display: flex;
}

.treatment-blocks-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.treatmant-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 220px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.treatmant-block.pediatrician {
  background-image: url('../images/Untitled-design-47.png');
}

.treatmant-block.cardiologist {
  background-image: url('../images/Untitled-design-46.png');
}

.treatmant-block.mercyone {
  background-image: url('../images/Untitleda-700-x-440-px.png');
}

.treatment-block-text-wrapper {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 56px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: box-shadow .5s;
  display: flex;
  overflow: hidden;
  transform: translate(0, 35px);
  box-shadow: 0 15px 30px #0000000d;
}

.treatment-block-text-wrapper:hover {
  box-shadow: 0 15px 30px #0003;
}

.treatment-block-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.treatment-block-cta {
  grid-column-gap: 5px;
  color: var(--heading-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-embed {
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  display: flex;
}

.treatment-block-header {
  flex: none;
  overflow: hidden;
}

.treatment-block-heading {
  color: var(--heading-color);
}

.hero-appointment-btn-text {
  grid-column-gap: 11px;
  justify-content: center;
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
}

.services-icons {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.secondary-btn {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s ease-in-out;
  display: flex;
}

.secondary-btn:hover {
  background-color: var(--primary);
  border-style: solid;
  border-color: #0000;
}

.testimonial-section {
  background-color: var(--color);
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

.testimonial-slider-mask {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide {
  width: 100%;
  max-width: 880px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.testimonial-slide-content-wrapper {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-text-container {
  grid-row-gap: 30px;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-light-box {
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 405px;
  height: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-quote-icon {
  width: 57px;
  height: 57px;
}

.testimonial-quote {
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
}

.testimonial-name {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.slide-nav {
  display: none;
}

.testimonial-designation {
  font-size: 15px;
  line-height: 25px;
}

.quote {
  font-size: 24px;
  line-height: 40px;
}

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

.light-box-play-btn-embed {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.left-arrow {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .3s;
  display: flex;
}

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

.arrow-embed {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.right-arrow {
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .3s;
  display: flex;
}

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

.contact-circle {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--color), var(--color));
  opacity: .6;
  border-radius: 50%;
  width: 562px;
  height: 562px;
  position: absolute;
  inset: -242px -230px auto auto;
}

.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  max-width: 535px;
  margin-bottom: 0;
  padding: 44px;
  position: relative;
  box-shadow: 0 5px 50px 10px #00000012;
}

.contact-form {
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.contact-field {
  color: var(--heading-color);
  background-color: #0000;
  border: 1px solid #0e112c33;
  border-radius: 5px;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.contact-field:focus {
  border-color: var(--primary);
}

.contact-field::placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-form-btn {
  height: 55px;
}

.contact-select-field {
  color: #4f5167;
  background-color: #0000;
  border: 1px solid #0e112c33;
  border-radius: 5px;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.contact-select-field:focus {
  border-color: var(--primary);
}

.contact-select-field::placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-message-field {
  color: var(--heading-color);
  background-color: #0000;
  border: 1px solid #0e112c33;
  border-radius: 5px;
  width: 100%;
  height: 52px;
  min-height: 120px;
  margin-bottom: 0;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.contact-message-field:focus {
  border-color: var(--primary);
}

.contact-message-field::placeholder {
  color: #4f5167;
  font-weight: 500;
}

.contact-header {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 26px;
}

.footer-btn {
  grid-column-gap: 8px;
  border: 1.5px solid var(--white);
  color: var(--white);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  padding: 10px 22px 10px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s;
  display: flex;
}

.footer-btn:hover {
  background-color: var(--white);
  color: var(--heading-color);
}

.footer-btn-embed {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.checkup-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 6px;
}

.about-hero-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 600px;
  margin-top: 80px;
}

.about-hero-gradient {
  z-index: -1;
  background-image: linear-gradient(#d4fffc, #0000);
  width: 100%;
  height: 118%;
  position: absolute;
  inset: auto 0% 0%;
}

.our-story-image-wrapper {
  position: relative;
}

.about-widget {
  grid-column-gap: 12px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-top: 190px;
  margin-left: -70px;
  padding: 17px 21px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: none;
  box-shadow: 0 5px 50px 10px #00000012;
}

.reasons-section {
  background-color: var(--light-low);
  text-align: center;
  padding-top: 110px;
  padding-bottom: 120px;
}

.reasons-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.reasons-sub-text {
  margin-top: 10px;
  margin-bottom: 45px;
}

.reasons-blocks-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1145px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.values-section {
  background-color: #f0fffe;
  padding-top: 120px;
  padding-bottom: 120px;
}

.values-container {
  grid-column-gap: 105px;
  grid-row-gap: 90px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.values-image {
  object-fit: cover;
  width: 530px;
  height: 565px;
}

.values-text-wrapper {
  grid-row-gap: 16px;
  color: var(--heading-color);
  flex-direction: column;
  flex: none;
  width: 480px;
  padding-top: 0;
  display: flex;
}

.value-header {
  grid-column-gap: 20px;
  color: var(--primary);
  letter-spacing: 3px;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.values-points-wrapper {
  grid-row-gap: 22px;
  flex-wrap: wrap;
  margin-top: 29px;
  display: flex;
}

.value-point {
  grid-column-gap: 14.5px;
  align-items: center;
  width: 50%;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.checkup-hero-gradient {
  z-index: -2;
  background-image: linear-gradient(#d4fffc, #c9f9f600 64%);
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: 0% 0% auto;
}

.checkup-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.other-checkup-section {
  text-align: center;
  background-color: #f0fffe;
  padding-bottom: 145px;
}

.other-checkup-container {
  grid-row-gap: 70px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.checkup-blocks-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1145px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checkup-block {
  background-color: var(--white);
  color: var(--body);
  border-radius: 20px;
  width: 100%;
  max-width: 348px;
  padding: 55px 35px 40px;
  box-shadow: 0 12px 34px #0e112c1a;
}

.checkup-block-icon {
  object-fit: contain;
  width: 64px;
  height: 60px;
}

.checkup-block-title {
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 6px;
}

.doctors-section {
  background-image: linear-gradient(#f0fffe00, #f0fffe);
  padding-top: 100px;
  padding-bottom: 110px;
}

.doctors-hero-gradient {
  z-index: -1;
  background-image: linear-gradient(#d4fffc, #c9f9f600 79%);
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: 0% 0% auto;
}

.doctors-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.doctors-plans-heading {
  text-align: center;
  max-width: 780px;
  margin-bottom: 18px;
}

.doctors-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.doctors-blocks-wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 120px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.doctor-block {
  color: var(--heading-color);
  border-radius: 10px;
  width: 100%;
  max-width: 350px;
}

.doctor-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 350px;
  margin-bottom: 5px;
}

.doctor-block-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
  display: flex;
}

.doctor-experience {
  background-color: #00a0aa1a;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.appointment-cta {
  width: 133px;
  height: 44px;
  margin-top: 21px;
}

.doctor-block-text {
  grid-row-gap: 7px;
  flex-direction: column;
  padding: 20px 10px;
  display: flex;
}

.style-hero-section {
  background-image: linear-gradient(#0000, #f0fffe);
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.style-hero-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-block {
  grid-row-gap: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 15px 30px 10px #0000000d;
}

.utility-block-links-wrapper {
  grid-column-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.utiliy-text-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-blocks-wrapper {
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  max-width: 570px;
  display: flex;
}

.utility-block-link {
  border-bottom: 1px solid var(--heading-color);
  color: var(--heading-color);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.utility-block-link:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

.utility-link {
  color: var(--body);
}

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

.services-hero-gradient {
  z-index: -1;
  background-image: linear-gradient(#d4fffc, #c9f9f600 79%);
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: 0% 0% auto;
}

.services-hero-section {
  background-image: linear-gradient(#f0fffe00, #f0fffe);
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-hero-container {
  color: var(--heading-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-hero-heading {
  text-align: center;
  max-width: 780px;
  margin-bottom: 18px;
}

.services-hero-header {
  color: var(--primary);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.service-block {
  background-color: var(--white);
  color: var(--body);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 348px;
  padding: 55px 35px 40px;
  display: flex;
  box-shadow: 0 12px 34px #0e112c1a;
}

.service-block-icon {
  object-fit: contain;
  width: 64px;
  height: 60px;
}

.service-block-title {
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 6px;
}

.services-blocks-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1145px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.webflow-link {
  color: #ffffff80;
}

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

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

.uui-testimonial09_logo {
  max-height: 3rem;
}

.uui-testimonial09_divider {
  background-color: var(--untitled-ui--gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial09_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial09_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

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

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

.uui-testimonial09_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 35rem;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-testimonial09_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.uui-testimonial09_component {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block {
  color: var(--color-3);
}

.text-block-2, .text-block-3, .text-block-4 {
  color: var(--color-2);
}

.image {
  margin-left: 0;
  margin-right: 171px;
  padding-left: 0;
}

.paragraph {
  color: var(--color-4);
}

.h2-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 4rem;
}

.h2-copy.bold {
  color: var(--white);
  font-weight: 700;
}

.h2-copy.medium {
  font-weight: 500;
}

.sdfa {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 4rem;
}

.sdfa.bold {
  color: var(--white);
  font-weight: 700;
}

.sdfa.medium {
  font-weight: 500;
}

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

.kutup-photo-wrapper {
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 86%;
  height: 570px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-button-green {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  background-color: #3f6474;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-features-line-block {
  grid-column-gap: 10px;
  border: 2px solid var(--white);
  color: var(--white);
  border-radius: 40px;
  flex: none;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

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

.kutup-featrues-flex {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-display-2 {
  color: var(--white);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-section {
  background-color: var(--color);
  padding: 90px 5%;
}

.h2-copy-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 4rem;
}

.h2-copy-copy.bold {
  color: var(--color-2);
  font-weight: 700;
}

.h2-copy-copy.medium {
  font-weight: 500;
}

.kutup-author-title {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-20px {
  height: 20px;
  padding-top: 26px;
}

.kutup-start-flex {
  grid-column-gap: 2px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.kutup-client-wrapper-2 {
  color: var(--kütüp-library--dark-slate-grey);
  background-color: #fff;
  border-radius: 5px;
  padding: 35px 32px 25px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.kutup-client-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-small-top-text {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

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

.kutup-medium-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-testimonials-section {
  background-color: var(--color);
  padding: 80px 5%;
}

.kutup-button-line {
  background-color: var(--color);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.kutup-button-with-line {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-features-title-2 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.kutup-features-2-wrapper {
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 50px;
  display: flex;
}

.kutup-grid-3-columns {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kutup-section-gray {
  background-color: var(--eeece9);
  padding: 100px 5%;
}

.image-2 {
  margin-bottom: -89px;
  padding-bottom: 0;
}

.text-span-2 {
  color: var(--color-5);
}

.heading {
  color: var(--color-2);
  text-align: center;
  margin-top: -16px;
  margin-bottom: 77px;
}

.text-span-3 {
  color: var(--untitled-ui--gray600);
}

.text-span-4 {
  color: var(--color-2);
}

.hero-widget-copy {
  grid-column-gap: 12px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-top: 226px;
  margin-left: 424px;
  padding: 17px 21px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: none;
  box-shadow: 0 5px 50px 10px #00000012;
}

.hero-widget-image-copy {
  width: 50px;
  height: 50px;
}

.text-block-6, .text-block-7 {
  font-size: 16px;
}

.heading-2-copy {
  color: #fff;
  text-align: center;
}

.html-embed {
  padding-left: 78px;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-heading-large {
  color: var(--color-2);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-title-tag {
  color: var(--walsh--black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-bullet-tag {
  background-color: var(--walsh--black);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.walsh-flex-tag {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-content-wrap {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 42em;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.walsh-image-hero {
  max-height: 45em;
}

.walsh-content-image-wrap {
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 42em;
  display: flex;
}

.walsh-flex-horizontal {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.walsh-rounded-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.walsh-rounded-block {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-rounded-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-top: -121px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  color: var(--color-2);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h3-heading {
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-regular {
  background-color: var(--color);
  padding: 72px 5%;
  position: relative;
}

.walsh-main-paragraph-copy {
  color: var(--untitled-ui--gray300);
  letter-spacing: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

.f-sub-heading-regular {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-feature-icon-round {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.f-feature-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--color-2);
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 32px;
  transition: background-color .4s;
  display: flex;
}

.f-feature-card-outline:hover {
  background-color: var(--flowui-component-library--gray-100);
}

.f-feature-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-33 {
  margin-bottom: 16px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-top: -35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-section-large {
  background-color: var(--white);
  margin-top: 70px;
  padding: 126px 5% 92px;
  position: relative;
}

.walsh-paragraph-small {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-heading-regular {
  color: var(--untitled-ui--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-inner-wrap-gap {
  grid-row-gap: 1.1em;
  flex-direction: column;
  display: flex;
}

.walsh-stats-number-large {
  color: var(--untitled-ui--gray100);
  font-size: 7.2em;
  font-weight: 700;
  line-height: 1;
}

.walsh-center-col {
  grid-row-gap: 1.8em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 47px;
  padding: 40px 35px;
  display: flex;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 97px;
  position: relative;
}

.walsh-text-small-white {
  color: #fffc;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-heading-small-white {
  color: #fff;
  font-weight: 600;
}

.walsh-info-wrap {
  text-align: left;
}

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

.walsh-circle-image {
  background-color: #dfdfdf;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

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

.walsh-main-paragraph-white {
  color: #fffc;
  letter-spacing: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-medium-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-quote-image {
  opacity: .26;
  height: 56px;
}

.walsh-cta-h-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-cta-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 5em;
  display: flex;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  padding-top: 0;
  position: relative;
}

.walsh-cta-green-wrapper {
  background-color: var(--color);
}

.kutup-paragraph {
  color: var(--kütüp-library--dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.kutup-faq-content {
  text-align: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.kutup-faq-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.kutup-stripe-2 {
  background-color: #264653;
  width: 100%;
  height: 2px;
  position: absolute;
}

.kutup-stripe-1 {
  background-color: #264653;
  width: 2px;
  height: 100%;
}

.kutup-faq-plus-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.kutup-faq-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.kutup-faq-title {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 21px;
  font-weight: 700;
}

.kutup-faq-title-content {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kutup-faq-top-part {
  background-color: #fff;
  border-bottom: 1px solid #29335c26;
  align-items: center;
  display: flex;
}

.kutup-faq-wrapper {
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-faq-componenet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kutup-divider-60px-2 {
  height: 60px;
}

.kutup-display-3 {
  color: var(--color-2);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-small-top-text-2 {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-max-w-width-640px-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: -15px;
  padding-left: 0;
  display: flex;
}

.kutup-large-container-2 {
  max-width: 1200px;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-section-2 {
  background-color: #fff;
  margin-bottom: -57px;
  padding: 90px 5%;
}

.image-3 {
  margin-top: -460px;
  margin-bottom: -97px;
  padding-top: 0;
}

.combine-text-size-regular {
  color: var(--flowui-component-library--white);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h6 {
  color: var(--flowui-component-library--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature8_number {
  color: var(--combine-library--grey-200);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature8_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-feature8_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.combine-feature8_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--combine-library--primary-600);
}

.combine-heading-style-h2 {
  color: var(--flowui-component-library--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-feature8_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-padding-section-medium {
  margin-top: 56px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.combine-padding-global {
  background-color: var(--color-2);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_feature8 {
  background-color: var(--combine-library--white);
}

.f-button-neutral-2 {
  background-color: var(--color-2);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-icon-regular {
  color: var(--color);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library--gray-900);
  align-items: center;
  display: flex;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-paragraph-large-3 {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-3 {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-65 {
  margin-bottom: 16px;
}

.f-heading-detail-small-2 {
  color: var(--untitled-ui--gray300);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-66 {
  margin-bottom: 12px;
}

.f-image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

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

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  margin-top: -67px;
  margin-bottom: -67px;
  padding: 92px 5% 0;
  position: relative;
}

.text-block-8 {
  font-size: 15px;
}

.hero-2-widget-copy {
  grid-column-gap: 12px;
  background-color: var(--white);
  color: var(--heading-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-top: 40px;
  margin-left: -85px;
  padding: 17px 21px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: -3% auto auto 87%;
  transform: none;
  box-shadow: 0 5px 50px 10px #00000012;
}

.text-block-9 {
  font-size: 17px;
}

.kutup-divider-20px-copy {
  height: 20px;
  padding-top: 2px;
}

.text-block-10 {
  margin-top: -7px;
  padding-top: 0;
  padding-bottom: 9px;
}

.why-us-section-copy {
  background-color: var(--color-5);
  margin-top: 58px;
  padding-top: 0;
  padding-bottom: 142px;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 89px;
  padding-left: 0;
  display: flex;
}

.uui-layout34_component {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 0;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.h2-copy-copy-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 4rem;
}

.h2-copy-copy-copy.bold {
  color: var(--white);
  text-align: center;
  padding-top: 0;
  padding-bottom: 64px;
  font-weight: 700;
}

.h2-copy-copy-copy.medium {
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .heading {
    color: var(--color-2);
    text-align: center;
    padding-bottom: 8px;
    font-weight: 700;
  }

  .text-block-6, .text-block-7 {
    font-size: 16px;
  }

  .heading-2, .heading-2-copy {
    color: #fff;
    text-align: center;
    padding-bottom: 29px;
  }

  .walsh-heading-large, .f-h3-heading-2 {
    color: var(--color-2);
  }

  .image-3 {
    margin-top: -492px;
    margin-bottom: -120px;
    margin-left: -57px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .combine-text-size-regular {
    font-family: Satoshi, sans-serif;
  }

  .combine-heading-style-h6 {
    color: var(--color);
  }

  .combine-feature8_number {
    color: var(--untitled-ui--gray300);
  }

  .combine-heading-style-h2 {
    color: var(--white);
    font-family: Satoshi, sans-serif;
  }

  .combine-padding-global {
    background-color: var(--color-2);
  }
}

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

  .navbar {
    margin-top: 0;
  }

  .nav-container {
    justify-content: space-between;
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    z-index: 10;
    background-color: var(--white);
    width: 50%;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-height: 100vh;
    padding: 40px;
  }

  .nav-links {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-section {
    padding-top: 100px;
  }

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

  .hero-text-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .hero-image-wrapper {
    flex: 0 auto;
  }

  .hero-2-widget {
    margin-top: auto;
    margin-bottom: auto;
  }

  .checkup-plans {
    grid-row-gap: 90px;
    flex-direction: column;
    align-items: center;
  }

  .checkup-plans-column {
    order: -1;
  }

  .checkup-plans-image {
    height: auto;
  }

  .contact-points-wrapper {
    grid-row-gap: 20px;
  }

  .divider-section {
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .services-icons-wrapper {
    width: auto;
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .service {
    width: 80px;
    height: 80px;
    padding: 24px;
  }

  .service-icon {
    height: 40px;
  }

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

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

  .footer-content {
    grid-column-gap: 60px;
    flex-wrap: wrap;
  }

  .footer-container {
    grid-row-gap: 90px;
    flex-wrap: wrap;
  }

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

  .our-story-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .our-story-container {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .our-story-text-wrapper {
    order: -1;
    padding-top: 0;
  }

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

  .why-us-container {
    grid-row-gap: 75px;
  }

  .why-us-row {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .why-us-points-wrapper {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .why-us-text-wrapper {
    order: -1;
    margin-bottom: -98px;
    padding-bottom: 0;
  }

  .why-us-points {
    flex-wrap: wrap;
    display: flex;
  }

  .why-us-points-row {
    flex: 0 260px;
    min-height: 56px;
    line-height: 32px;
  }

  .connect-stats-block {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 185px;
  }

  .checkup-plans-container {
    padding-top: 0;
  }

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

  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-top: 1px;
    padding: 0;
    display: flex;
  }

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

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

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

  .hero-image {
    width: 530px;
    height: 700px;
    margin-top: -220px;
    padding-left: 0;
  }

  .hero-gradient {
    display: none;
  }

  .hero-circle {
    width: 450px;
    height: 450px;
    top: -80px;
    left: auto;
    right: auto;
  }

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

  .treatment-text-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .treatment-blocks-wrapper {
    grid-row-gap: 100px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 350px;
  }

  .services-icons {
    text-align: center;
    width: 160px;
  }

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

  .testimonial-slide-content-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-text-container {
    grid-row-gap: 20px;
    order: 1;
  }

  .testimonial-light-box {
    max-width: none;
  }

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

  .left-arrow {
    left: -30px;
  }

  .right-arrow {
    right: -30px;
  }

  .contact-form-wrapper {
    max-width: none;
    padding: 30px;
  }

  .about-hero-image {
    object-fit: cover;
    height: 400px;
  }

  .our-story-image-wrapper {
    margin-top: 20px;
  }

  .about-widget {
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .reasons-blocks-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 350px;
  }

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

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

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

  .other-checkup-section {
    padding-bottom: 100px;
  }

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

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

  .doctors-plans-heading {
    margin-bottom: 0;
  }

  .doctors-blocks-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .doctor-block {
    max-width: 47%;
  }

  .doctor-block-row {
    grid-row-gap: 5px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .doctor-block-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-elements {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button-line {
    background-color: var(--heading-color);
    width: 100%;
    height: 2px;
    padding: 0;
  }

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

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

  .services-hero-heading {
    margin-bottom: 0;
  }

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

  .uui-testimonial09_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .kutup-photo-wrapper {
    object-position: 50% 50%;
  }

  .kutup-featrues-flex {
    align-items: center;
  }

  .kutup-features-grid {
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .kutup-client-grid {
    grid-column-gap: 20px;
  }

  .kutup-grid-3-columns {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .kutup-section-gray {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-2 {
    margin-top: -140px;
    margin-bottom: -80px;
    padding-top: 0;
  }

  .hero-widget-copy {
    margin-top: 133px;
    margin-bottom: auto;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-content-wrap {
    order: -1;
    max-width: none;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-content-image-wrap {
    max-width: none;
  }

  .walsh-flex-horizontal {
    flex-flow: column wrap;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

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

  .f-feature-card-outline {
    flex-direction: column;
  }

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

  .walsh-heading-medium-white {
    padding-top: 41px;
  }

  .walsh-cta-inner-image {
    margin-top: -102px;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

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

  .image-3 {
    display: none;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

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

  .f-button-wrapper-2 {
    margin-bottom: 78px;
    padding-bottom: 0;
  }

  .f-image-cover-2 {
    width: 50%;
    margin-left: -1px;
    padding-bottom: 18px;
    padding-left: 0;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
    display: none;
  }

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

  .hero-2-widget-copy {
    margin-top: auto;
    margin-bottom: auto;
  }

  .why-us-section-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 20px;
  }

  .display-title {
    font-size: 2.73438rem;
    line-height: 3.51563rem;
  }

  .h1 {
    font-size: 2.34375rem;
    line-height: 3.04688rem;
  }

  .h2 {
    font-size: 1.95313rem;
    line-height: 2.65625rem;
  }

  .h3 {
    font-size: 1.48438rem;
    line-height: 2.10938rem;
  }

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

  .main-container._1285-max-width {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    height: 70px;
    transform: none;
  }

  .header {
    display: none;
  }

  .nav-menu {
    width: 80%;
  }

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

  .hero-section {
    padding-top: 80px;
  }

  .hero-container {
    grid-row-gap: 60px;
    align-items: flex-start;
  }

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

  .hero-2-widget {
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    width: 35%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px;
    display: none;
  }

  .hero-heading {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .checkup-plans {
    grid-row-gap: 60px;
    width: 100%;
  }

  .checkup-plans-column {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .contact-point-icon {
    width: 25px;
    height: 25px;
    margin-top: 4px;
  }

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

  .divider-text-wrapper {
    grid-row-gap: 10px;
    padding: 40px;
  }

  .reason-block {
    width: 100%;
    max-width: none;
    padding: 40px 30px;
  }

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

  .services-icons-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .service {
    width: 60px;
    height: 60px;
    padding: 16px;
  }

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

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    margin-top: 40px;
  }

  .footer-social-block {
    grid-column-gap: 15px;
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-copyright-left {
    text-align: center;
  }

  .footer-container {
    grid-row-gap: 35px;
    margin-bottom: 50px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .our-story-section {
    padding-bottom: 0;
  }

  .our-story-image {
    width: 100%;
  }

  .our-story-text-wrapper {
    grid-row-gap: 15px;
    width: 100%;
  }

  .why-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .why-us-points-wrapper {
    grid-row-gap: 20px;
    padding: 40px;
  }

  .connect-stats-block {
    grid-row-gap: 15px;
    text-align: center;
  }

  .checkup-plans-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tab-link {
    text-align: center;
    padding: 10px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .menu-button {
    width: 28px;
    height: 28px;
  }

  .overlay {
    height: 100vh;
    inset: -20px 0% 0%;
  }

  .hero-image {
    width: 100%;
    height: 400px;
    margin-top: -193px;
    padding-left: 192px;
  }

  .treatment-section {
    padding-top: 80px;
    padding-bottom: 115px;
  }

  .treatment-blocks-wrapper {
    grid-row-gap: 80px;
  }

  .services-icons {
    text-align: center;
    width: 135px;
    max-width: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-slide-content-wrapper {
    grid-row-gap: 40px;
    max-width: none;
    padding: 40px;
  }

  .testimonial-light-box {
    height: 300px;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    left: -15px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    inset: 0% -15px 0% auto;
  }

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

  .contact-field, .contact-select-field, .contact-message-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkup-icon {
    width: 50px;
    height: 50px;
  }

  .about-hero-image {
    height: 300px;
    margin-top: 40px;
  }

  .about-widget {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: -65px;
  }

  .reasons-section, .values-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .values-text-wrapper {
    grid-row-gap: 15px;
    width: 100%;
  }

  .other-checkup-section {
    padding-bottom: 80px;
  }

  .checkup-block {
    width: 100%;
    max-width: none;
    padding: 40px 30px;
  }

  .doctors-section {
    padding-bottom: 80px;
  }

  .doctors-hero-gradient {
    height: 25vh;
  }

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

  .doctor-image {
    height: 300px;
  }

  .appointment-cta {
    margin-top: 15px;
  }

  .style-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-hero-gradient {
    height: 25vh;
  }

  .services-hero-section {
    padding-bottom: 80px;
  }

  .service-block {
    width: 100%;
    max-width: none;
    padding: 40px 30px;
  }

  .spacer {
    display: none;
  }

  .uui-testimonial09_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial09_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial09_divider {
    display: none;
  }

  .uui-testimonial09_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial09_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial09_lightbox-image {
    height: 22rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-testimonial09_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2-copy, .sdfa {
    font-size: 1.95313rem;
    line-height: 2.65625rem;
  }

  .kutup-photo-wrapper {
    height: 500px;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .h2-copy-copy {
    font-size: 1.95313rem;
    line-height: 2.65625rem;
  }

  .kutup-client-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

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

  .kutup-section-gray {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .image-2 {
    margin-bottom: -88px;
    padding-bottom: 19px;
  }

  .hero-widget-copy {
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    width: 35%;
    margin-top: 29px;
    margin-bottom: 0;
    margin-left: 340px;
    padding: 10px;
    display: none;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-content-wrap {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

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

  .walsh-heading-medium-white {
    font-size: 2.4em;
  }

  .kutup-display-3 {
    font-size: 40px;
  }

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

  .combine-feature8_component {
    flex-direction: column;
  }

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

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-2-widget-copy {
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    width: 35%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px;
    display: none;
  }

  .why-us-section-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-layout34_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2-copy-copy-copy {
    font-size: 1.95313rem;
    line-height: 2.65625rem;
  }
}

@media screen and (max-width: 479px) {
  .display-title.bold {
    margin-top: 21px;
    margin-bottom: 237px;
  }

  .body---variant-3 {
    line-height: 2.1rem;
  }

  .body {
    line-height: 1.7rem;
  }

  .body---variant-1 {
    line-height: 1.4rem;
  }

  .main-container {
    margin-bottom: -173px;
    padding-bottom: 133px;
  }

  .header {
    text-align: center;
    height: auto;
    min-height: 45px;
    padding: 5px;
  }

  .hero-section {
    width: 100%;
    margin-top: -121px;
    padding-top: 80px;
    overflow: hidden;
  }

  .hero-text-wrapper {
    margin-bottom: -84px;
    padding-top: 21px;
    padding-bottom: 0;
  }

  .hero-image-wrapper {
    width: 100%;
    display: none;
  }

  .hero-2-widget {
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .hero-header {
    padding-top: 47px;
  }

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

  .hero-btns-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    display: none;
  }

  .checkup-plans-column {
    padding-left: 0;
    padding-right: 0;
  }

  .checkup-plans-cta-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .checkup-plans-image {
    width: 100%;
    height: auto;
  }

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

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

  .reason-block {
    max-width: none;
    padding: 30px 20px;
  }

  .reason-block-title {
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .services-icons-wrapper {
    margin-top: 40px;
  }

  .service {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .about-hero-section {
    padding-top: 70px;
  }

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

  .our-story-image {
    object-position: 15px 50%;
    height: auto;
  }

  .why-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .why-us-row {
    grid-row-gap: 60px;
  }

  .why-us-points-wrapper {
    margin-top: -17px;
  }

  .why-us-points-row {
    margin-bottom: 6px;
    line-height: 26px;
  }

  .tab-link {
    flex: 1 0 110px;
    padding: 7px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .menu-button {
    width: 27px;
    height: 27px;
  }

  .checkup-plans-image-wrapper {
    width: 100%;
  }

  .hero-image {
    object-position: 100% 50%;
    margin-top: -148px;
    display: none;
  }

  .hero-gradient {
    display: block;
  }

  .hero-circle {
    width: 300px;
    height: 300px;
  }

  .treatment-section {
    padding-bottom: 169px;
  }

  .treatmant-block {
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonial-slide {
    padding: 0 10px 40px;
  }

  .testimonial-slide-content-wrapper {
    padding: 0;
  }

  .testimonial-light-box {
    height: 250px;
    display: none;
  }

  .light-box-play-btn-embed {
    width: 16px;
    height: 16px;
    margin-right: -2px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    inset: auto 0% -30px -60px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    inset: auto -60px -30px 0%;
  }

  .contact-circle {
    width: 400px;
    height: 400px;
    top: -280px;
    right: -180px;
  }

  .contact-form-wrapper {
    margin-left: -43px;
    padding: 20px 0;
  }

  .footer-btn {
    display: block;
  }

  .our-story-image-wrapper {
    margin-top: 0;
  }

  .about-widget {
    text-align: center;
    flex-wrap: wrap;
    width: 40%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .reasons-blocks-wrapper {
    grid-row-gap: 30px;
  }

  .value-point {
    min-width: 220px;
  }

  .checkup-blocks-wrapper {
    max-width: 360px;
  }

  .checkup-block {
    max-width: none;
    padding: 30px 20px;
  }

  .checkup-block-title {
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .menu-button-elements {
    grid-row-gap: 6px;
  }

  .style-hero-section {
    padding-top: 70px;
  }

  .utility-block-links-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .service-block {
    max-width: none;
    padding: 30px 20px;
  }

  .service-block-title {
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .services-blocks-wrapper {
    max-width: 360px;
  }

  .uui-testimonial09_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial09_lightbox-image {
    height: 15rem;
  }

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

  .kutup-photo-wrapper {
    width: 100%;
    height: 300px;
  }

  .kutup-features-line-block {
    margin-right: 0;
  }

  .kutup-featrues-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-section {
    margin-top: -4px;
    padding-top: 57px;
    padding-bottom: 60px;
  }

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

  .kutup-grid-3-columns {
    grid-row-gap: 15px;
  }

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

  .image-2 {
    margin-bottom: -79px;
  }

  .heading {
    color: var(--color-2);
  }

  .hero-widget-copy {
    margin: -119px 0 0 192px;
    display: none;
  }

  .walsh-link-wrapper, .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-main-paragraph {
    margin-bottom: -44px;
    font-size: 1em;
  }

  .walsh-heading-large {
    font-size: 1.5em;
  }

  .walsh-title-tag {
    font-size: 16px;
  }

  .walsh-content-wrap {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }

  .walsh-flex-horizontal {
    grid-row-gap: 2em;
  }

  .walsh-rounded-container {
    flex: 0 auto;
    width: 100%;
    padding: 0 30px;
  }

  .walsh-rounded-wrapper {
    padding-top: 0;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .f-image-cover, .f-content-image-wrapper {
    display: none;
  }

  .walsh-main-paragraph-copy, .walsh-paragraph-small {
    font-size: 1em;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-stats-number-large {
    font-size: 5em;
  }

  .walsh-center-col {
    font-size: 18px;
  }

  .walsh-text-small-white {
    font-size: 13px;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-main-paragraph-white {
    margin-bottom: 70px;
    font-size: 1em;
  }

  .walsh-heading-medium-white {
    font-size: 1.8em;
  }

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
  }

  .walsh-cta-inner-image {
    padding-top: 0;
  }

  .kutup-display-3 {
    margin-left: -53px;
    font-size: 25px;
    line-height: 1.1;
  }

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

  .combine-feature8_number {
    color: var(--color);
    padding-top: 34px;
  }

  .combine-feature8_item {
    margin-top: -24px;
    padding-top: 0;
  }

  .combine-feature8_wrapper {
    flex-direction: column;
  }

  .combine-padding-section-medium {
    margin-bottom: 148px;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block {
    margin-bottom: -84px;
    padding-top: 48px;
    padding-bottom: 0;
  }

  .hero-2-widget-copy {
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .why-us-section-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#w-node-c0e1c4fe-620b-84d3-d562-a785ae0ebc38-1ea5809e, #w-node-_08d21fa1-ff1e-4de6-3eaf-6f8d18bd64d1-1ea5809e, #w-node-b44cc1b3-d336-2b10-a5ea-db72095decdb-1ea5809e, #w-node-b44cc1b3-d336-2b10-a5ea-db72095dece4-1ea5809e, #w-node-b44cc1b3-d336-2b10-a5ea-db72095deced-1ea5809e, #w-node-b44cc1b3-d336-2b10-a5ea-db72095decf6-1ea5809e, #w-node-b44cc1b3-d336-2b10-a5ea-db72095decff-1ea5809e, #w-node-b44cc1b3-d336-2b10-a5ea-db72095ded08-1ea5809e, #w-node-_08b1f7f0-45ec-37b5-420c-d45d94ababf3-1ea5809e, #w-node-bc793677-511d-2129-b7db-2f127e93d577-7e93d565, #w-node-bc793677-511d-2129-b7db-2f127e93d582-7e93d565, #w-node-bc793677-511d-2129-b7db-2f127e93d58d-7e93d565, #w-node-bc793677-511d-2129-b7db-2f127e93d598-7e93d565 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fe5d200-8b0e-22a4-63fd-4b67362b3b46-aae84853 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: end;
}

#w-node-_9fe5d200-8b0e-22a4-63fd-4b67362b3b48-aae84853 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_8eb5f815-cda5-5b70-e380-dffbeef9d10f-aae84853 {
  justify-self: end;
}

#w-node-_15ec3fcb-70b1-dc16-792f-3265d588e8e0-aae84853, #w-node-_15ec3fcb-70b1-dc16-792f-3265d588e8e8-aae84853, #w-node-_15ec3fcb-70b1-dc16-792f-3265d588e8f0-aae84853 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e6a5a6c9-1e82-5ba2-13b0-d52caa077b0c-aae84853 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: end center;
}

#w-node-e6a5a6c9-1e82-5ba2-13b0-d52caa077b0e-aae84853 {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9fe5d200-8b0e-22a4-63fd-4b67362b3b46-aae84853 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9fe5d200-8b0e-22a4-63fd-4b67362b3b48-aae84853 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8eb5f815-cda5-5b70-e380-dffbeef9d0fe-aae84853 {
    order: -9999;
  }

  #w-node-e6a5a6c9-1e82-5ba2-13b0-d52caa077b0c-aae84853 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e6a5a6c9-1e82-5ba2-13b0-d52caa077b0e-aae84853 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9fe5d200-8b0e-22a4-63fd-4b67362b3b46-aae84853 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9fe5d200-8b0e-22a4-63fd-4b67362b3b48-aae84853 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-e6a5a6c9-1e82-5ba2-13b0-d52caa077b0c-aae84853 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e6a5a6c9-1e82-5ba2-13b0-d52caa077b0e-aae84853 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@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-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  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;
}
@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-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}