:root {
  --alice-blue: #dbebff;
  --midnight-blue: #252b61;
  --cyan: #4ad2d2;
  --white: white;
  --thistle: #e7c2d4;
}

.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: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  color: var(--alice-blue);
  letter-spacing: -7.18135px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 190px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--midnight-blue);
  letter-spacing: -1.5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

h4 {
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 110%;
}

p {
  color: var(--midnight-blue);
  letter-spacing: -.005em;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

.add-to-cart-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.color-white {
  color: #fff;
}

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

.btn-wrapper {
  z-index: 0;
  display: inline-block;
  position: relative;
}

.overflow-visible {
  overflow: visible;
}

.d-flex {
  display: flex;
}

.ml-50 {
  padding-right: 50px;
}

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

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

.primary-button {
  z-index: 6;
  background-color: var(--cyan);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 19px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.primary-button:hover {
  box-shadow: 0 0 #000;
}

.primary-button.bg-white {
  background-color: var(--white);
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.container {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

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

.d-block {
  display: flex;
}

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

.button-content {
  display: flex;
}

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

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

.transparent-bg {
  color: #000;
  background-color: #0000;
}

.text-uppercase {
  text-transform: uppercase;
}

.ml-30 {
  padding-right: 30px;
}

.max-w100 {
  max-width: 100%;
}

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

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

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

.d-none {
  display: flex;
}

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

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

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

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

.button-color {
  color: #0e0f18;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.color-black {
  color: #000;
}

.mega-menu-title {
  color: #231f1e;
  border-bottom: 1px solid #231f1e33;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
}

.logo-iimage {
  width: 100%;
}

.mega-menu-image {
  width: 50px;
  margin-right: 12px;
}

.navmenu-dropdown-section-list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  list-style-type: none;
  display: grid;
}

.nav-right-content {
  display: flex;
}

.nav-icon {
  margin-right: 4px;
  display: flex;
}

.zero-widht {
  display: none;
}

.search {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
  margin-right: 60px;
  display: flex;
  position: relative;
}

.navmenu-dropdown-section-link {
  color: #1b1b1b;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navmenu-dropdown-section-link:hover {
  color: var(--cyan);
}

.search-results-list {
  display: none;
  position: relative;
}

.search-btn {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 4px;
  left: 5px;
}

.nav-right-link {
  color: #000;
  letter-spacing: -.005em;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-right-link:hover {
  color: #ffa372;
}

.nav-right-link.ml-24 {
  margin-left: 20px;
}

.nav-menu-two {
  color: #393939;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav-menu-two:hover {
  border-bottom: 3px solid var(--cyan);
}

.btn {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.search-results {
  z-index: -1;
  border-radius: 8px;
  width: 670px;
  max-width: 670px;
  padding-top: 70px;
  font-size: 14px;
  display: none;
  position: absolute;
  top: 0;
}

.link-list-dropdown-icon {
  align-self: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.navbar-brand {
  width: 100px;
}

.btn-container {
  background-color: #f0da69;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.btn-container:hover {
  background-color: var(--thistle);
}

.card-star {
  background-image: url('../images/Star.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.nav-menu-wrapper {
  display: flex;
}

.navbar-wrapper {
  background-color: #f6f7f8;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  display: flex;
  position: relative;
}

.search-form {
  z-index: 1;
  background-color: #f6f7f8;
  border-radius: 100px;
  width: 280px;
  max-width: 320px;
  height: 48px;
  margin-bottom: 0;
  position: relative;
}

.navmenu-dropdown {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 30px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.navmenu-dropdown.w--open {
  overflow: auto;
}

.search-loader {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  margin-right: 20px;
  display: none;
  position: absolute;
  top: -20px;
  right: 0;
}

.results-container {
  display: none;
}

.results-container.jetboost-active-show-znwz {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 30px 14px;
  display: none;
}

.empty-state-2 {
  background-color: #0000;
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-input {
  z-index: 1;
  box-shadow: none;
  border: 1px solid #f1f2f4;
  border-radius: 100px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding-left: 54px;
  padding-right: 20px;
  transition: all .1s;
  position: relative;
}

.search-input::placeholder {
  font-weight: 400;
}

.navmenu-dropdown-section-list-item {
  background-color: #f5f6f6;
  border-radius: 4px;
  padding: 5px;
}

.navmenu-dropdown-section-link-heading {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.navmenu-dropdown-section-link-description {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.link-list-dropdown-wrapper {
  font-weight: 500;
  display: flex;
  position: static;
}

.svg {
  color: #fff;
  line-height: 14px;
  position: absolute;
}

.primary-button-2 {
  z-index: 0;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7px 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-2:hover {
  transform: scale(1.05);
}

.primary-button-2.border {
  border: 1px solid #231f1e;
}

.banner-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 150px;
}

.banner-paragraph {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  align-items: flex-start;
  max-width: 330px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.banner-area {
  z-index: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.banner-button {
  justify-content: center;
  align-items: center;
}

.btn-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.banner-inner {
  background-color: var(--midnight-blue);
  background-image: radial-gradient(circle, #089b4d, #337eff);
  border-radius: 40px;
  height: 490px;
  padding: 36px 54px 40px;
  position: relative;
}

.button-icon {
  background-color: var(--thistle);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  display: flex;
}

.button-icon.left, .button-icon.right {
  background-color: var(--cyan);
}

.button-icon.bg-white {
  background-color: var(--white);
  width: 42px;
  height: 42px;
}

.button-hover-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.about-us {
  padding-top: 0;
}

.treatment-category-single-item {
  z-index: 0;
  background-color: #f0da69;
  border-radius: 30px;
  height: 350px;
  padding: 42px 32px;
  position: relative;
  overflow: hidden;
}

.treatment-category-single-item.style-01 {
  background-color: #a3dac2;
}

.treatment-category-single-item.style-02 {
  background-color: #e7c2d4;
  height: 350px;
}

.treatment-category-single-item.style-03 {
  background-color: #92bdf6;
}

.section-title-wrap.grid-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title-wrap.grid-item.section-paddiing {
  grid-template-columns: 1fr;
}

.treatment-category-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-title {
  z-index: 1;
  margin-bottom: 18px;
  font-size: 28px;
}

.section-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.button-wrapper {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 42px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  overflow: hidden;
}

.button-text.color-black {
  color: var(--midnight-blue);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.treatment-icon {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.treatment-icon.workflow {
  opacity: .77;
  width: 140px;
  inset: 0% 0% auto auto;
}

.treatment-content {
  margin-bottom: 137px;
}

.doctor-tab-item-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.doctor-designation {
  color: #344054;
  letter-spacing: -.005em;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 130%;
}

.discount-price {
  color: var(--midnight-blue);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.total-rating {
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}

.product-rating {
  align-items: flex-start;
  display: flex;
}

.doctor-name {
  z-index: 1;
  color: var(--midnight-blue);
  letter-spacing: -.01em;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.doctor-single-item {
  z-index: 0;
  border-radius: 10px;
  flex: none;
  position: relative;
}

.product-star {
  width: 14px;
  margin-right: 2px;
}

.star-wrap {
  line-height: 14px;
  display: flex;
}

.product-price {
  color: #98a2b3;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}

.doctor-tab-thumbnail-wrap {
  text-align: center;
  background-color: #f1f5f9;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.doctor-tabs-menu {
  margin-bottom: 36px;
}

.tab-menu-text {
  margin-right: 5px;
}

.doctor-appoinment-tab-area {
  padding-top: 120px;
  padding-bottom: 120px;
}

.doctor-tab-link {
  color: var(--midnight-blue);
  text-transform: capitalize;
  background-color: #f1f5f9;
  border-radius: 100px;
  height: 65px;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: all .2s;
}

.doctor-tab-link:hover {
  color: #000;
}

.doctor-tab-link.w--current {
  color: #fff;
  background-color: #2c438a;
  border-color: #003d29;
}

.doctor-image {
  border-radius: 10px;
  transition: all .2s;
}

.doctor-image:hover {
  transform: scale(1.2);
}

.best-deals-thumbnail-wrap {
  z-index: 0;
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.tab-menu-wrap {
  align-items: center;
  height: 100%;
  display: flex;
}

.scroll-section-wrapper {
  z-index: 2555;
  border-radius: 60px;
  width: 100%;
  max-width: 1400px;
  min-height: 250vh;
  margin-left: auto;
  margin-right: auto;
}

.lab-test-wrap {
  grid-column-gap: 23px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lab-test-single-item {
  z-index: 0;
  background-color: #ffebe5;
  border-radius: 30px;
  padding: 42px 32px;
  position: relative;
  overflow: hidden;
}

.lab-test-single-item.style-01 {
  background-color: #edf8f3;
}

.lab-test-single-item.style-02 {
  background-color: #fdf8eb;
}

.lab-test-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.lab-tests-area {
  z-index: 1;
  background-color: #0e1130;
  border-radius: 60px;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: absolute;
  inset: 0% 0% auto;
}

.discount-tag {
  background-color: #fbad8d;
  border-radius: 4px;
  padding: 7px 14px;
  display: inline-block;
}

.discount-tag.style-01 {
  background-color: #a3dac2;
}

.discount-tag.style-02 {
  background-color: #f0da69;
}

.discount-tag.style-02.position-absolute {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  inset: 28px 0% auto auto;
}

.discount-title {
  color: var(--midnight-blue);
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 500;
}

.price-tag {
  margin-top: 110px;
}

.seal-price {
  color: var(--midnight-blue);
  margin-right: 4px;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  display: inline-block;
}

.regular-price {
  color: #ca9281;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: line-through;
  display: inline-block;
}

.regular-price.style-01 {
  color: #95aea3;
}

.regular-price.style-02 {
  color: #c1ae8b;
}

.test-title {
  z-index: 1;
  margin-top: 14px;
  margin-bottom: 18px;
  font-size: 28px;
}

.test-paragraph {
  max-width: 200px;
}

.section-paddiing {
  padding-bottom: 48px;
}

.view-all-button {
  color: var(--white);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
}

.view-all-button.color-black {
  color: var(--midnight-blue);
}

.view-all-button-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.view-all-icon-image {
  margin-left: 4px;
}

.sticky {
  position: sticky;
  top: 120px;
}

.tabs {
  background-color: #0e1130;
  border-radius: 60px;
  height: 50rem;
  position: relative;
}

.best-deals-area {
  background-color: #0e1130;
  border-radius: 60px;
  padding-top: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.lab-best-deals-wrap {
  grid-column-gap: 23px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.best-deals-single-item {
  z-index: 0;
  background-color: #f1f5f9;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: relative;
  overflow: hidden;
}

.best-deals-product-content {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 16px;
}

.best-deals-product-category {
  color: #98a2b3;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}

.product-title {
  z-index: 1;
  color: var(--midnight-blue);
  margin-top: 6px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.best-deal-image {
  border-radius: 10px;
  transition: all .2s;
}

.best-deal-image:hover {
  transform: scale(1.2);
}

.product-cat-content-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.call-to-action-area {
  padding-top: 120px;
  padding-bottom: 120px;
}

.call-to-action-inner {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  text-align: center;
  background-image: linear-gradient(#2b2a2ab3, #2b2a2ab3), url('../images/41696.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 40px;
  padding-top: 83px;
  padding-bottom: 112px;
}

.cat-subtitle {
  color: #d9d9d9;
  background-color: #d9d9d908;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  padding: 9px 21px 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  display: inline-block;
}

.cat-title {
  letter-spacing: -1px;
}

.cat-title.color-white {
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
}

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

.expertise-section {
  margin-bottom: 100px;
}

.expertise-inner-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.expertise-single-item {
  z-index: 0;
  background-color: #f0da69;
  border-radius: 40px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.expertise-subtitle {
  color: var(--midnight-blue);
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.expertise-title {
  letter-spacing: -.01em;
  margin-top: 16px;
  margin-bottom: 16px;
}

.expertise-title.color-white {
  margin-bottom: 0;
}

.expertise-paragraph {
  letter-spacing: -.01em;
  max-width: 330px;
  margin-bottom: 57px;
  font-size: 18px;
  line-height: 140%;
}

.video-content-wrap {
  display: flex;
}

.video-lightbox {
  z-index: 0;
  color: #0e0f18;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video-button {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  display: flex;
}

.fruits-image {
  z-index: -1;
  position: absolute;
  inset: auto 22px 29px auto;
}

.expertise-tag {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffa3;
  border: .5px solid #fcf9e8;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 14px;
  display: flex;
}

.dot {
  background-color: #ff6712;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 6px;
  height: 6px;
  margin-right: 4px;
}

.expertise-tag-wrap {
  display: inline-block;
}

.stream-time {
  color: #989bbe;
  flex: none;
  align-self: flex-end;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
}

.stream-content-wrap {
  display: flex;
}

.counter-single-item {
  z-index: 0;
  background-color: #a3dac2;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.counter-single-item.style-01 {
  background-color: #e7c2d4;
}

.count-number-title {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 16px;
}

.count-title {
  color: var(--midnight-blue);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.count-image {
  z-index: -1;
  position: absolute;
  inset: 20px 20px auto auto;
}

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

.live-event-single-item {
  z-index: 0;
  background-color: #2c438a;
  border-radius: 40px;
  padding: 36px 36px 31px;
  position: relative;
}

.events-tag {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffa3;
  border: .5px solid #fcf9e880;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 44px;
  padding: 7px 14px;
  display: flex;
}

.clients-review-area {
  padding-top: 120px;
  padding-bottom: 48px;
}

.review-content {
  text-align: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.review-quote {
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  margin-bottom: 36px;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.review-star-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 14px;
  display: flex;
}

.review-star {
  margin-right: 2px;
}

.avg-review-rating {
  color: var(--midnight-blue);
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.quote-content {
  color: var(--midnight-blue);
  max-width: 1060px;
  font-family: Tiempos headline, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

.testimonial-slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: block;
  overflow: visible;
}

.star-wrap-2 {
  line-height: 14px;
}

.testimonial-slider-author-info {
  flex: none;
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.testimonial-author-meta {
  margin-left: 18px;
}

.slider-dots {
  background-color: #f1f5f9;
  border-radius: 100px;
  margin-top: 18px;
  position: static;
  bottom: 0;
}

.testimonial-slider-mask {
  overflow: hidden;
}

.testimonial-slider-item {
  border: 1px solid #eaecf0;
  border-radius: 40px;
  padding: 64px 144px;
  overflow: hidden;
}

.testimonial-slider-quote {
  padding-top: 18px;
}

.testimonial-arrow {
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 0;
  display: none;
  inset: auto 0% 0% auto;
}

.testimonial-arrow.left {
  background-color: #0000;
  border: 2px solid #000;
  width: 100px;
  height: 100px;
  margin-right: 120px;
  inset: auto 0% 0% auto;
}

.clients-star {
  width: 14px;
  margin-right: 2px;
}

.testimonial-area {
  margin-bottom: 120px;
  position: relative;
}

.testimonial-slider-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

.testimonial-slider-content-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.border-line {
  background-color: #eaecf0;
  width: 1px;
  height: 85px;
  margin-left: 56px;
  margin-right: 56px;
}

.testimonial-author-designation {
  color: #667085;
  letter-spacing: -.01em;
}

.download-item-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.41fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.download-video-item {
  background-color: #f0da69;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.brand-logo {
  margin-bottom: 30px;
}

.product-image-wrap {
  margin-left: 200px;
  margin-right: 200px;
  position: relative;
}

.doctor-card-image {
  position: absolute;
  inset: 53px -110px auto auto;
}

.dental-card-image {
  position: absolute;
  inset: auto auto 27px -81px;
}

.download-apps-item {
  background-color: #e8eef0;
  border-radius: 40px;
  padding: 46px 44px 50px;
}

.apps-download-title {
  margin-top: 38px;
  margin-bottom: 46px;
  font-size: 42px;
  font-weight: 600;
}

.text-span-2 {
  color: #737c8c;
}

.apple-store-image {
  transition: all .2s;
}

.apple-store-image:hover {
  transform: scale(1.05);
}

.google-store-image {
  margin-left: 10px;
  transition: all .2s;
}

.google-store-image:hover {
  transform: scale(1.05);
}

.group-screen-wrap {
  text-align: center;
}

.body {
  font-family: Graphik, sans-serif;
}

.banner-test-item {
  align-items: center;
  display: flex;
}

.banner-test-item.ml-10 {
  margin-left: 10px;
}

.banner-test-icon-image {
  margin-right: 8px;
}

.banner-test-item-title {
  color: #c7cbf5;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.banner-test-item-wrap {
  justify-content: space-around;
  margin-bottom: 148px;
  display: flex;
}

.banner-buttom-content {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 32px;
  display: flex;
}

.banner-hero-image-wrap {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.location-menu-short-title {
  color: #667085;
  letter-spacing: -.04em;
  font-weight: 400;
}

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

.location-icon-image {
  margin-right: 4px;
}

.category-item-wrap {
  z-index: 0;
  display: flex;
}

.new-category-title {
  color: var(--white);
  background-color: #ff6712;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: -4px;
}

.new-tag-wrap {
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
}

.service-list-dropdown-toggle {
  color: #1b1b1b;
  align-items: center;
  margin-right: 0;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.service-list-dropdown-toggle:hover {
  box-shadow: inset 0 -3px 0 0 var(--cyan);
  color: var(--cyan);
  -webkit-text-stroke-color: var(--cyan);
}

.service-list-dropdown-toggle.w--open {
  box-shadow: inset 0 -3px 0 0 var(--cyan);
}

.service-menu-title {
  color: #231f1e;
  letter-spacing: -.005em;
  align-self: center;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.service-menu-title.w--current {
  color: var(--midnight-blue);
  align-self: center;
  margin-right: 48px;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.dropdown-toggle.w--open {
  padding-left: 20px;
}

.icon-2 {
  font-size: 16px;
  transform: rotate(0);
}

.text-block-5 {
  letter-spacing: -.005em;
  margin-right: 0;
  font-size: 16px;
}

.location-list-item {
  border-radius: 5px;
}

.location-list-item.w--open {
  background-color: var(--white);
  transform: none;
}

.location-name {
  text-transform: capitalize;
  border: 1px #000;
  border-bottom: 1px solid #0000003d;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.location-name.border-none {
  border: 0 solid #000;
}

.border-line-two {
  background-color: #d0d5dd;
  width: 1px;
  height: 30px;
  margin-left: 28px;
  margin-right: 28px;
}

.feautures {
  padding-top: 0;
  padding-bottom: 120px;
}

.blog-single-item-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-item {
  background-color: #e8eef0;
  border-radius: 40px;
  padding: 36px;
}

.blog-cat-tag {
  border: 1px solid #252b61;
  border-radius: 4px;
  margin-bottom: 64px;
  padding: 7px 14px;
  display: inline-block;
}

.blog-tag-title {
  color: var(--midnight-blue);
  letter-spacing: -.005em;
  font-size: 16px;
  line-height: 100%;
}

.blog-thumb-wrap {
  grid-column-gap: 16px;
  flex: none;
  margin-bottom: 48px;
  display: flex;
}

.featuresimage {
  border-radius: 50px;
  width: 100px;
  transition: all .3s;
}

.featuresimage:hover {
  border-radius: 10px;
}

.singletitle {
  letter-spacing: -1.5px;
  font-weight: 500;
}

.singletitle.mb-30 {
  max-width: 340px;
}

.blog-single-item-two {
  background-color: #a3dac2;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 36px;
  display: flex;
}

.blog-thumb-wrap-two {
  flex: none;
}

.blog-cat-tag-two {
  border: 1px solid #252b61;
  border-radius: 4px;
  margin-bottom: 132px;
  padding: 7px 14px;
  display: inline-block;
}

.copyright-text {
  color: #b4b9e9;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.footer-menu-title {
  color: var(--midnight-blue);
  letter-spacing: -.005em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.footer-area {
  background-color: #0e1130;
  border-radius: 60px;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 56px;
}

.list-item {
  color: #000;
  letter-spacing: -.005em;
  font-size: 16px;
  line-height: 220%;
  transition: all .2s;
}

.list-item:hover {
  color: var(--thistle);
  transform: translate(10px);
}

.footer-menu-list {
  color: #0e0f18;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
}

.footer-top-content {
  justify-content: space-between;
  display: flex;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 0;
  display: flex;
}

.footer-social-link {
  background-color: #f1f5f9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 8px;
  transition: all .2s;
  display: flex;
}

.footer-social-link:hover {
  background-color: var(--alice-blue);
  transform: scale(1.1);
}

.footer-top {
  background-color: var(--white);
  border-radius: 40px;
  padding: 56px;
}

.footer-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer-logo-wrap {
  background-color: var(--white);
  text-align: center;
  border-radius: 40px;
  margin-top: 12px;
  padding: 110px 100px;
}

.footer-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.download-image {
  width: 100px;
  transition: all .2s;
}

.download-image:hover {
  filter: invert();
}

.download-image.right {
  margin-left: 16px;
}

.swiper-wrapper {
  display: flex;
}

.swiper-pagination {
  z-index: 0;
  background-color: #231f1e33;
  position: relative;
}

.blank-div {
  background-color: var(--white);
  height: 24px;
}

.courser-area {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.courser-wrap {
  border: 3px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  opacity: 0;
  perspective-origin: 50%;
  transform-origin: 50%;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: opacity .5s;
  display: flex;
  position: relative;
  transform: scale(0);
}

.cursor-text {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.view-icon {
  background-color: var(--cyan);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  position: absolute;
  inset: auto 30px 18px auto;
}

.view-icon-wrap {
  justify-content: center;
  align-items: center;
}

.icon-position {
  display: inline-block;
  position: relative;
}

.div-block {
  z-index: 0;
  position: relative;
}

.nav-menu-wrap {
  display: flex;
}

.paragraph-2 {
  color: var(--white);
  width: 320px;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.flex-block {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: block;
}

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

.text-size-medium {
  font-size: 1.125rem;
}

.haysam {
  color: var(--midnight-blue);
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
}

.text-span-royalblue {
  color: #44a0ff;
}

.padding-global {
  width: 1200px;
}

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

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

.header2_image {
  aspect-ratio: auto;
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
  height: auto;
}

.single-product {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header2_image-wrapper {
  background-image: linear-gradient(320deg, #0215b1, #3356f9 29%, #0c33e6 52%);
  border: 0 #000;
  border-radius: 12px;
  padding: 1.5rem;
}

.header2_image-wrapper.shadow-medium {
  background-image: none;
  padding: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.steps-circle {
  border: 0 #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 36px auto auto -86px;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.steps-circle.center {
  top: auto;
}

.card-arrow {
  background-color: #fff;
  border: 1px #c0c0d333;
  border-style: none none solid solid;
  border-bottom-left-radius: 3px;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto -51px auto auto;
  transform: rotate(45deg);
}

.subtitle-wrapper {
  margin-bottom: 18px;
}

.steps-cards {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.steps-description-2 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 400;
}

.how-it-works-fill {
  background-color: #081c3a;
  border-radius: 100px;
  width: 100%;
  height: 0;
}

.background-load-top {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.horizontal-line-2 {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.steps-dot {
  z-index: 10;
  background-color: #c0c0d333;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.steps-tracker {
  background-color: #c0c0d333;
  border-radius: 100px;
  flex-direction: column;
  width: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  display: grid;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.steps-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 900px;
  display: grid;
}

.subtitle-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-5 {
  font-size: 20px;
  font-weight: 300;
}

.steps-sticky-card {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  box-shadow: none;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  padding: 18px 18px 36px;
  display: grid;
  position: sticky;
  top: 101px;
  overflow: visible;
}

.steps-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: 1px .75fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.steps-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: flex;
  position: relative;
}

.hero-background-image {
  background-image: url('../images/Villa0017.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-background-image.steps-background {
  background-image: url('../images/BERY_V3_Final1.png');
  background-position: 50% 0;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.how-to-image {
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 200px;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps-icon {
  z-index: 10;
  color: #516381;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.steps-circle-outline {
  background-color: #fff;
  border: 2px solid #c0c0d333;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.steps-circle-outline.two {
  background-color: #fff;
}

.steps-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 275px;
  padding: 24px;
  display: grid;
  position: relative;
}

.body-display-2 {
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display-2.large {
  color: #516381;
  font-size: 16px;
}

.background-load-bottom {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-6 {
  letter-spacing: 0;
  font-size: 20px;
}

.footer-logo-wrapper {
  width: 110px;
  margin-bottom: 24px;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.right {
  justify-content: flex-end;
}

.grid-footer-2-column---logo-and-form {
  grid-column-gap: 210px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
  align-items: center;
}

.btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 5px;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary:hover {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.footer-top-2 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-top-2.pd-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}

.footer-logo-2 {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo-2:hover {
  transform: scale3d(.92, .92, 1.01);
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.button-row {
  background-color: var(--midnight-blue);
  border-radius: 5px;
  margin-right: 28px;
}

.div-block-2 {
  z-index: 3;
  background-color: var(--white);
  height: 70px;
  position: relative;
  top: -54px;
}

.div-block-2.lfs {
  width: 350px;
  height: 100px;
  top: 99px;
  bottom: 0;
}

@media screen and (min-width: 1280px) {
  .d-block {
    display: block;
  }

  .d-none {
    display: none;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .steps-intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .steps-card {
    padding: 36px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 220px;
  }

  .search {
    margin-left: 35px;
    margin-right: 110px;
  }

  .nav-right-link.ml-24 {
    margin-left: 24px;
  }

  .search-form {
    width: 315px;
    max-width: 320px;
  }

  .discount-price {
    font-size: 20px;
  }

  .product-price {
    font-size: 16px;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-footer-2-column---logo-and-form {
    grid-column-gap: 250px;
    grid-template-columns: 1.2fr 2fr;
  }
}

@media screen and (min-width: 1920px) {
  .doctor-tabs-menu {
    display: flex;
  }

  .doctor-tab-link {
    display: block;
  }

  .testimonial-slider-quote {
    padding-top: 36px;
  }

  .social-icon-image {
    display: inline-block;
  }

  .footer-social-link {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -4px;
    font-size: 120px;
  }

  h2 {
    font-size: 52px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 32px;
  }

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

  .navmenu-dropdown-section-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .search {
    display: none;
  }

  .nav-menu-two {
    border-radius: 10px;
  }

  .nav-menu-wrapper {
    background-color: var(--white);
    display: flex;
  }

  .navmenu-dropdown {
    overflow: hidden;
  }

  .navmenu-dropdown.w--open {
    border-top-style: none;
    border-bottom-style: none;
    position: relative;
    top: 0%;
    overflow: visible;
  }

  .menu-button {
    padding: 12px;
  }

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

  .link-list-dropdown-wrapper {
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .banner-inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .treatment-category-wrap, .doctor-tab-item-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .scroll-section-wrapper {
    min-height: auto;
  }

  .lab-test-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .lab-tests-area, .sticky {
    position: static;
  }

  .tabs {
    height: auto;
  }

  .best-deals-area {
    padding-bottom: 100px;
    position: static;
  }

  .lab-best-deals-wrap {
    grid-column-gap: 23px;
    grid-template-columns: 1fr 1fr;
  }

  .expertise-inner-wrap {
    grid-template-columns: 1fr;
  }

  .counter-single-item {
    justify-content: center;
    margin-bottom: 30px;
  }

  .review-quote {
    font-size: 42px;
  }

  .quote-content {
    font-size: 32px;
  }

  .testimonial-author-name {
    font-size: 22px;
  }

  .testimonial-slider-item {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-slider-quote {
    margin-bottom: 30px;
  }

  .testimonial-arrow {
    width: 60px;
    height: 60px;
  }

  .testimonial-arrow.left {
    width: 60px;
    height: 60px;
    margin-right: 80px;
  }

  .slide-arrow {
    width: 30px;
  }

  .testimonial-slider-content-wrap {
    display: block;
  }

  .border-line {
    display: none;
  }

  .download-item-wrap {
    grid-template-columns: 1fr;
  }

  .apps-download-title {
    font-size: 40px;
  }

  .banner-hero-image-wrap {
    display: none;
  }

  .new-category-title {
    top: -12px;
  }

  .service-list-dropdown-toggle {
    z-index: 1;
    flex: 1;
    justify-content: space-between;
    width: 100%;
  }

  .service-list-dropdown-toggle:hover, .service-list-dropdown-toggle.w--open {
    box-shadow: none;
  }

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

  .border-line-two {
    display: none;
  }

  .blog-single-item-wrap {
    grid-template-columns: 1.43fr;
  }

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

  .footer-area {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-columns {
    grid-column-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
  }

  .footer-logo-wrap {
    padding: 80px 30px;
  }

  .courser-wrap {
    margin-top: 50px;
    margin-left: 70px;
  }

  .view-icon {
    width: 40px;
    height: 40px;
    display: flex;
    right: 21px;
  }

  .insta-view-icon {
    width: 20px;
  }

  .nav-menu-wrap {
    z-index: 99;
    background-color: var(--white);
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    display: none;
    position: absolute;
    inset: 100px auto auto 0%;
  }

  .header2_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .steps-grid {
    grid-row-gap: 60px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .steps-card-wrapper {
    grid-row-gap: 48px;
  }

  .steps-sticky-card {
    grid-template-columns: 1fr;
    position: relative;
    top: auto;
  }

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

  .buttons-row.right.left-tablet {
    justify-content: flex-start;
  }

  .grid-footer-2-column---logo-and-form {
    grid-template-columns: 1fr;
  }

  .footer-top-2 {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-top-2.pd-72px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -4px;
    font-size: 80px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 28px;
  }

  .add-to-cart-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .primary-button {
    padding: 14px 30px;
  }

  .mb-50 {
    margin-bottom: 25px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .mb-100 {
    margin-bottom: 40px;
  }

  .mb-80 {
    margin-bottom: 35px;
  }

  .mb-70, .mb-60 {
    margin-bottom: 30px;
  }

  .button-color {
    font-size: 16px;
  }

  .navmenu-dropdown-section-list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .search-form {
    min-width: auto;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .primary-button-2.border.cart-button:hover {
    background-color: #f9dcdc;
    border-color: #f9dcdc;
  }

  .banner-paragraph {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner-inner {
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .treatment-category-single-item {
    border-radius: 10px;
  }

  .section-title-wrap.grid-item, .section-title-wrap.grid-item.section-paddiing {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .treatment-category-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .product-price {
    padding-bottom: 10px;
  }

  .doctor-tab-thumbnail-wrap {
    border-radius: 10px;
  }

  .doctor-appoinment-tab-area {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .doctor-tab-link {
    border-radius: 5px;
    height: 50px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 16px;
    overflow: hidden;
  }

  .scroll-section-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lab-test-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .lab-test-single-item {
    border-radius: 10px;
    padding: 20px;
  }

  .lab-tests-area {
    border-radius: 15px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .price-tag {
    margin-top: 70px;
  }

  .view-all-button {
    font-size: 16px;
    font-weight: 400;
  }

  .best-deals-area {
    border-radius: 10px;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .lab-best-deals-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .best-deals-single-item, .best-deals-product-content {
    border-radius: 10px;
  }

  .best-deal-image {
    width: 80%;
  }

  .call-to-action-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .call-to-action-inner {
    border-radius: 15px;
  }

  .expertise-single-item {
    border-radius: 15px;
    padding: 30px;
  }

  .fruits-image {
    opacity: .4;
  }

  .counter-single-item {
    border-radius: 15px;
    padding: 30px;
  }

  .live-event-single-item {
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .clients-review-area {
    padding-top: 70px;
  }

  .review-quote {
    font-size: 38px;
  }

  .quote-content {
    font-size: 24px;
  }

  .testimonial-author-name {
    font-size: 20px;
  }

  .testimonial-slider-item {
    border-radius: 15px;
    padding: 40px 30px;
  }

  .testimonial-arrow.arrow-anim, .testimonial-arrow.left.arrow-anim {
    display: none;
  }

  .testimonial-author-designation {
    font-size: 16px;
  }

  .download-video-item {
    border-radius: 15px;
    min-height: 400px;
  }

  .product-image-wrap {
    margin-left: 120px;
    margin-right: 120px;
  }

  .download-apps-item {
    border-radius: 15px;
  }

  .apps-download-title {
    font-size: 36px;
  }

  .banner-test-item-title {
    font-size: 19px;
  }

  .banner-test-item-wrap {
    margin-top: 10px;
    margin-bottom: 90px;
  }

  .banner-buttom-content {
    display: block;
  }

  .new-category-title {
    top: -12px;
  }

  .service-list-dropdown-toggle {
    justify-content: flex-start;
  }

  .dropdown-toggle {
    padding-left: 20px;
  }

  .location-name {
    font-size: 16px;
  }

  .single-item, .blog-single-item-two {
    border-radius: 15px;
  }

  .copyright-text {
    margin-bottom: 15px;
  }

  .footer-area {
    border-radius: 15px;
  }

  .footer-top-content {
    flex-wrap: wrap;
  }

  .footer-top {
    border-radius: 15px;
    padding: 40px;
  }

  .footer-logo-wrap {
    border-radius: 15px;
  }

  .view-icon {
    bottom: 14px;
    right: 15px;
  }

  .nav-menu-wrap {
    flex-direction: column;
    align-items: center;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .header2_component {
    grid-row-gap: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .steps-grid {
    padding-left: 0;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

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

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-top-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-top-2.pd-72px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }
}

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

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  .text-center, .text-right {
    text-align: left;
  }

  .primary-button {
    padding: 10px 20px;
  }

  .mb-50 {
    margin-bottom: 25px;
  }

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

  .mb-100 {
    margin-bottom: 40px;
  }

  .mb-80 {
    margin-bottom: 35px;
  }

  .mb-70, .mb-60 {
    margin-bottom: 30px;
  }

  .button-color {
    font-size: 14px;
  }

  .navmenu-dropdown-section-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .nav-right-content {
    padding-top: 10px;
    display: block;
  }

  .nav-right-link {
    padding-bottom: 10px;
  }

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

  .nav-menu-two {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .nav-menu-two.hide {
    display: none;
  }

  .navmenu-dropdown {
    border-style: none;
    border-color: #000;
  }

  .navmenu-dropdown.w--open {
    padding-left: 0;
    padding-right: 0;
  }

  .navmenu-dropdown-section-link-description {
    margin-top: 4px;
  }

  .banner-title {
    font-size: 40px;
  }

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

  .banner-button {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .banner-inner {
    height: 550px;
  }

  .button-icon {
    width: 40px;
    height: 40px;
  }

  .treatment-category-single-item {
    border-radius: 10px;
    height: 430px;
    padding: 25px 20px;
  }

  .treatment-category-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .category-title {
    text-align: left;
    font-size: 22px;
  }

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

  .treatment-icon {
    width: 100px;
  }

  .treatment-content {
    margin-bottom: 50px;
  }

  .doctor-tab-item-wrap {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

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

  .product-price {
    padding-top: 15px;
  }

  .doctor-tab-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: inline-block;
  }

  .lab-test-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .lab-tests-area {
    padding-top: 80px;
  }

  .price-tag {
    margin-top: 50px;
  }

  .test-title {
    text-align: left;
    font-size: 22px;
  }

  .best-deals-area {
    padding-bottom: 80px;
  }

  .lab-best-deals-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .best-deals-single-item {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .call-to-action-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .call-to-action-inner {
    padding-top: 63px;
    padding-bottom: 80px;
  }

  .cat-title.color-white {
    font-size: 22px;
  }

  .video-lightbox {
    display: block;
  }

  .stream-time {
    padding-top: 10px;
  }

  .stream-content-wrap {
    flex-wrap: wrap;
  }

  .counter-single-item {
    padding: 30px 20px;
  }

  .count-number-title {
    margin-bottom: 6px;
  }

  .count-title {
    font-size: 18px;
    line-height: 24px;
  }

  .clients-review-area {
    padding-top: 50px;
  }

  .review-quote {
    font-size: 30px;
  }

  .quote-content, .testimonial-author-name {
    font-size: 18px;
  }

  .slider-dots {
    display: none;
  }

  .testimonial-slider-item {
    padding: 30px;
  }

  .testimonial-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .testimonial-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .testimonial-area {
    margin-bottom: 80px;
  }

  .testimonial-author-designation {
    font-size: 15px;
  }

  .download-video-item {
    min-height: 300px;
  }

  .product-image-wrap {
    text-align: center;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .doctor-card-image, .dental-card-image {
    display: none;
  }

  .download-apps-item {
    padding: 30px;
  }

  .apps-download-title {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .apple-store-image, .google-store-image {
    width: 100px;
  }

  .banner-buttom-content {
    margin-top: 18px;
    display: block;
  }

  .banner-hero-image-wrap {
    width: 190px;
    display: flex;
  }

  .new-tag-wrap {
    display: none;
  }

  .service-list-dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

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

  .blog-cat-tag {
    margin-bottom: 44px;
  }

  .blog-thumb-wrap {
    margin-bottom: 30px;
  }

  .blog-thumb-wrap-two {
    display: none;
  }

  .blog-cat-tag-two {
    margin-bottom: 60px;
  }

  .copyright-text {
    margin-bottom: 15px;
  }

  .footer-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item:hover {
    color: var(--midnight-blue);
  }

  .footer-social-block {
    margin-top: 15px;
  }

  .copyright-content {
    display: block;
  }

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

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

  .footer-logo-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .download-image {
    width: 94px;
  }

  .view-icon {
    display: none;
  }

  .insta-view-icon {
    width: 30px;
  }

  .nav-menu-wrap {
    text-align: left;
    display: none;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph-2 {
    text-align: center;
    width: 100%;
  }

  .padding-global {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .header2_image {
    aspect-ratio: auto;
  }

  .single-product {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .steps-circle {
    display: none;
  }

  .steps-cards {
    grid-template-columns: auto;
    width: 100%;
  }

  .steps-tracker {
    display: none;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .steps-sticky-card {
    min-width: auto;
    padding: 12px 12px 24px;
  }

  .steps-intro {
    grid-row-gap: 24px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .footer-logo-2 {
    width: 100%;
    max-width: 240px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .div-block-2 {
    display: none;
  }
}

#w-node-_6cac77e9-59e1-7a96-b876-7ff6c051c787-57db7573 {
  place-self: center;
}

#w-node-_6cac77e9-59e1-7a96-b876-7ff6c051c790-57db7573 {
  place-self: center end;
}

#w-node-_3a033520-baa4-c325-a400-ae43aecdff91-fcfa63a2 {
  place-self: center;
}

#w-node-_3a033520-baa4-c325-a400-ae43aecdff9a-fcfa63a2 {
  place-self: center end;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6af-fcfa63a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6b0-fcfa63a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6bf-fcfa63a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6c0-fcfa63a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6c1-fcfa63a2 {
  place-self: center stretch;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6c2-fcfa63a2 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6c4-fcfa63a2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6ca-fcfa63a2 {
  place-self: auto start;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6cb-fcfa63a2 {
  place-self: start;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6ce-fcfa63a2 {
  align-self: end;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6d6-fcfa63a2 {
  place-self: auto start;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6d7-fcfa63a2 {
  place-self: start;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6da-fcfa63a2 {
  align-self: end;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6e2-fcfa63a2 {
  place-self: auto start;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6e3-fcfa63a2 {
  place-self: start;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6e6-fcfa63a2 {
  align-self: end;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6ee-fcfa63a2 {
  align-self: stretch;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6ef-fcfa63a2 {
  place-self: start;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6f2-fcfa63a2 {
  align-self: end;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6fa-fcfa63a2 {
  justify-self: start;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6fb-fcfa63a2 {
  place-self: start;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab6fe-fcfa63a2 {
  align-self: end;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab706-fcfa63a2 {
  justify-self: start;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab707-fcfa63a2 {
  place-self: start;
}

#w-node-_92ba9787-18f3-c045-6fe6-222bafbab70a-fcfa63a2 {
  align-self: end;
}

#w-node-ce40bbc1-0066-c66a-33c6-52697e14ba86-fcfa63a2 {
  justify-self: start;
}

#w-node-ce40bbc1-0066-c66a-33c6-52697e14ba87-fcfa63a2 {
  place-self: start;
}

#w-node-ce40bbc1-0066-c66a-33c6-52697e14ba8a-fcfa63a2 {
  align-self: end;
}

#w-node-a5cf81af-b495-e386-a4c6-73690f109b3c-fcfa63a2 {
  justify-self: start;
}

#w-node-a5cf81af-b495-e386-a4c6-73690f109b3d-fcfa63a2 {
  place-self: start;
}

#w-node-a5cf81af-b495-e386-a4c6-73690f109b40-fcfa63a2 {
  align-self: end;
}

#w-node-ed154e6a-4f99-7029-dc67-5a23d5326558-fcfa63a2 {
  justify-self: start;
}

#w-node-ed154e6a-4f99-7029-dc67-5a23d5326559-fcfa63a2 {
  place-self: start;
}

#w-node-ed154e6a-4f99-7029-dc67-5a23d532655c-fcfa63a2 {
  align-self: end;
}

#w-node-_3bfdb1e2-c88e-fcfd-fa1e-7f8fdda60e7d-fcfa63a2 {
  justify-self: start;
}

#w-node-_3bfdb1e2-c88e-fcfd-fa1e-7f8fdda60e7e-fcfa63a2 {
  place-self: start;
}

#w-node-_3bfdb1e2-c88e-fcfd-fa1e-7f8fdda60e81-fcfa63a2 {
  align-self: end;
}

#w-node-_753ef6e5-8c3d-ba2f-005f-eb2a1d2b602b-fcfa63a2 {
  justify-self: start;
}

#w-node-_753ef6e5-8c3d-ba2f-005f-eb2a1d2b602c-fcfa63a2 {
  place-self: start;
}

#w-node-_753ef6e5-8c3d-ba2f-005f-eb2a1d2b602f-fcfa63a2 {
  align-self: end;
}

#w-node-_8a1dc241-39de-f929-1606-656bce3e354a-9345d85a {
  place-self: center;
}

#w-node-_8a1dc241-39de-f929-1606-656bce3e3553-9345d85a {
  place-self: center end;
}

#w-node-_582baf86-7f2d-00aa-e1bc-cc1f3a5f398a-5ca08b19 {
  place-self: center;
}

#w-node-_582baf86-7f2d-00aa-e1bc-cc1f3a5f3993-5ca08b19 {
  place-self: center end;
}

@media screen and (min-width: 1440px) {
  #w-node-_92ba9787-18f3-c045-6fe6-222bafbab6af-fcfa63a2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_92ba9787-18f3-c045-6fe6-222bafbab6b0-fcfa63a2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_92ba9787-18f3-c045-6fe6-222bafbab6af-fcfa63a2 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_92ba9787-18f3-c045-6fe6-222bafbab6af-fcfa63a2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_92ba9787-18f3-c045-6fe6-222bafbab6b0-fcfa63a2 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_92ba9787-18f3-c045-6fe6-222bafbab6bf-fcfa63a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_92ba9787-18f3-c045-6fe6-222bafbab6c2-fcfa63a2 {
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6cac77e9-59e1-7a96-b876-7ff6c051c790-57db7573, #w-node-_3a033520-baa4-c325-a400-ae43aecdff9a-fcfa63a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_92ba9787-18f3-c045-6fe6-222bafbab6c0-fcfa63a2, #w-node-_92ba9787-18f3-c045-6fe6-222bafbab6c4-fcfa63a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a1dc241-39de-f929-1606-656bce3e3553-9345d85a, #w-node-_582baf86-7f2d-00aa-e1bc-cc1f3a5f3993-5ca08b19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiempos Headline';
  src: url('../fonts/TiemposHeadline-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}