:root {
  --dark-blue: #339;
  --company-font: "Lexend Mega", sans-serif;
  --black: black;
  --white: white;
  --red: red;
  --secondary: Trirong, sans-serif;
  --light-blue: #7eb3f1;
  --blue: #3086e8;
  --primary: Raleway, sans-serif;
  --regular: Maitree;
  --dark-red: #cd0202;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.burger-line {
  background-color: #c99b8f;
  width: 100%;
  height: 2px;
}

.nav-text {
  font-family: var(--company-font);
  color: var(--dark-blue);
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.1em;
}

.nav-text:hover {
  -webkit-text-stroke-color: var(--dark-blue);
}

.nav-menu-links {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  padding-left: 3em;
  padding-right: 0;
  display: flex;
}

.nav-brand {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.brand {
  color: #fff;
  border: 1px #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1.7em 0 0;
  transition: border-color .2s;
  display: flex;
  left: -1px;
}

.brand:hover {
  border: 0 #000;
}

.nav-burger-menu {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1.7em;
  height: 15px;
  display: flex;
  position: relative;
}

.button-hexagon {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.nav-inner {
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  min-height: 4em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
  position: relative;
}

.main-button {
  z-index: 10;
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #d1ada3;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #f5ecea59;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 15em;
  min-height: 5em;
  padding: .5em 2em;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  opacity: 1;
  color: #f8cabf;
  background-color: #f5ecea12;
  border-color: #f5ecea80;
}

.main-button.in-menu {
  border-color: var(--black);
  background-color: var(--dark-blue);
  opacity: 1;
  color: var(--white);
  min-width: 10em;
  min-height: 3em;
  margin-left: 28px;
  font-size: 14px;
}

.main-button.hero {
  border-color: var(--white);
  color: var(--white);
  background-color: #002f6d99;
  margin-left: 0;
  font-size: 14px;
}

.main-button.small {
  border-style: none;
  border-color: var(--red);
  color: var(--white);
  background-color: #fff0;
  border-radius: 0;
  min-width: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .9em;
}

.navbar {
  z-index: 99;
  background-color: #fcfcfc;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  position: fixed;
  inset: 0% 0% auto;
}

.button-text {
  z-index: 10;
  font-family: var(--secondary);
  color: var(--white);
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  align-self: auto;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

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

.button-text.hero {
  text-transform: uppercase;
  font-size: 16px;
}

.nav-menu {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.button-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-bottom: 2px;
  margin-left: 1.2em;
  display: flex;
  overflow: hidden;
}

.nav-menu-button {
  z-index: 10;
  cursor: pointer;
  border: 1px solid #0000;
  border-right-color: #c99b8f4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  padding: .5em 1em;
  transition: background-color .2s;
  display: none;
  position: relative;
}

.nav-menu-button:hover {
  background-color: #5f453e33;
  border-color: #c99b8f80;
}

.nav-link-block {
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  overflow: visible;
}

.nav-link-block:hover {
  border-bottom: 1px solid var(--light-blue);
  color: var(--light-blue);
  letter-spacing: .1em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--light-blue);
  text-indent: .1em;
  font-weight: 400;
  text-decoration: none;
}

.section {
  z-index: 10;
  background-color: #fcfcfc;
  position: relative;
  overflow: hidden;
}

.section.with-hero-styles {
  background-color: #070504;
  max-height: 100vh;
  overflow: visible;
}

.section.with-bg-light-brown {
  background-color: #fcfcfc;
  border-top: 0 #ffffff26;
  border-bottom: 1px #201b51;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.cover-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.cover-image.is-team-member-1 {
  object-position: 50% 0%;
}

.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-image-block-2 {
  z-index: 2;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-backgrounds {
  z-index: 1;
  width: 100vw;
  height: 100%;
  position: relative;
}

.custom-slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-inner {
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.hero-1-title-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.main {
  overflow: visible;
}

.sticky-100vh {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.absolute-block-200vh {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-content-block-1 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-image-block-1 {
  z-index: 3;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-image-last {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg-gradient-1 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0006, #07050400 15%), linear-gradient(45deg, #000000e6, #000000f2 20%, #00000003 69%);
  position: absolute;
  inset: 0%;
}

.container {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  max-width: 1380px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 6em;
  display: flex;
  position: relative;
}

.container.dark {
  max-width: 1380px;
  padding-bottom: 10em;
}

.container.dark.footer {
  padding-top: 6em;
  padding-bottom: 2em;
}

.container.divider-container {
  max-width: 1380px;
}

.container.services {
  padding-bottom: 10em;
}

.slider-image {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.heading.is-hero-1-title {
  font-family: var(--secondary);
  color: var(--white);
  text-transform: uppercase;
  max-width: 580px;
  margin-bottom: .9em;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.heading.is-hero-1-title.mobile {
  display: none;
}

.heading.is-content-title-1-left-align {
  text-align: left;
  text-transform: uppercase;
  order: 0;
  align-self: flex-start;
  margin-bottom: 2em;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.heading.is-service-1-title {
  font-family: var(--secondary);
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
}

.heading.is-service-1-title:hover {
  letter-spacing: .15em;
}

.fullscreen-hero {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.padding-inner {
  align-self: flex-start;
  width: 100%;
  position: relative;
}

.bg-for-animation {
  z-index: 20;
  background-color: #201b51;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-animation-trigger {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.small-heading {
  font-family: var(--secondary);
  color: var(--dark-blue);
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}

.small-heading.in-text {
  font-family: var(--secondary);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.small-heading.in-text.blue {
  color: var(--blue);
}

.small-heading.in-text.blue.small {
  color: var(--light-blue);
  font-size: 14px;
}

.small-heading.in-text.blue.small.company {
  font-family: var(--company-font);
  font-weight: 400;
}

.small-heading.in-text.light-blue {
  color: var(--light-blue);
}

.small-heading.in-text.light-blue.middle {
  text-align: center;
  margin-top: 60px;
}

.small-heading.in-text.blue-dark {
  color: var(--blue);
}

.small-heading.in-text.blue-dark.small {
  color: var(--dark-blue);
  font-size: 14px;
}

.small-heading.light-blue {
  color: var(--light-blue);
  text-align: left;
}

.small-heading.light-blue.middle {
  text-align: center;
}

.divider {
  background-color: var(--dark-blue);
  width: 100%;
  height: 1px;
}

.divider.light {
  background-color: var(--white);
  margin-bottom: 20px;
}

.heading-2 {
  font-family: var(--secondary);
  color: var(--dark-blue);
  letter-spacing: 1.1px;
  margin-bottom: 60px;
  font-weight: 500;
  line-height: 140%;
}

.heading-2.white {
  color: var(--white);
  letter-spacing: 1.1px;
  margin-bottom: 10px;
  font-weight: 500;
}

.heading-2.white.deafult {
  margin-top: 0;
}

.heading-2.white.middle {
  text-align: center;
  margin-top: 60px;
}

.heading-2.white.hero {
  margin-bottom: 0;
}

.paragraph {
  font-family: var(--primary);
  color: var(--black);
  max-width: 1200px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

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

.paragraph.white.subtext {
  max-width: 420px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
}

.paragraph.white.middle {
  text-align: center;
}

.paragraph.white.subscription {
  max-width: 520px;
  margin-bottom: 0;
  font-size: 16px;
}

.list-title {
  font-family: var(--secondary);
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.list-title.text {
  font-family: var(--secondary);
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
}

.list-title.text.light-blue {
  color: var(--light-blue);
  margin-top: 14px;
  margin-bottom: 0;
}

.list-title.text.light-blue.last {
  margin-right: 70px;
}

.div-block-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 60px;
  display: grid;
  position: relative;
}

.div-block-2.text {
  margin-left: 0;
}

.div-block-3 {
  background-image: url('../images/money-pocket.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 500px;
  height: 700px;
}

.service-1-text-1 {
  font-family: var(--company-font);
  color: var(--white);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 2.8em;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}

.service-1-link-page {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 8em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-1-content-1 {
  z-index: 20;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 82%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text-2 {
  z-index: 10;
  font-family: var(--secondary);
  color: var(--white);
  letter-spacing: .2em;
  text-indent: .2em;
  white-space: nowrap;
  align-self: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

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

.button-text-2.small-button {
  color: var(--light-blue);
}

.button-text-2.small-button.black {
  color: var(--black);
}

.button-text-2.small-button.dark {
  font-family: var(--company-font);
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.service-1-background-1 {
  z-index: 5;
  background-image: linear-gradient(#00000080, #00000080), url('../images/slider-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.service-1-background-1.one {
  background-image: linear-gradient(#00000080, #00000080), url('../images/background-image-one.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-1-background-1.three {
  background-image: linear-gradient(#00000080, #00000080), url('../images/background-thre.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

.grid-3.grid-text {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: .75fr 1fr 1fr;
  margin-top: 60px;
}

.grid-3.grid-text.middle {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3.pronts {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  margin-top: 20px;
}

.section-insurances {
  z-index: 10;
  background-color: #fcfcfc;
  position: relative;
  overflow: hidden;
}

.section-insurances.with-bg-dark {
  background-color: #232323;
  border-top: 0 #ffffff26;
  border-bottom: 1px #201b51;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.subheading {
  font-family: var(--company-font);
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}

.red-button-animation {
  max-width: 260px;
}

.link-block {
  text-decoration: none;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.flex-child._2 {
  margin-top: 40px;
}

.divider-image {
  background-image: linear-gradient(#0009, #0009), url('../images/background-image-one.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 320px;
}

.divider-image.second {
  background-image: linear-gradient(#0009, #0009), url('../images/slider-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.divider-image.third {
  background-image: linear-gradient(#0009, #0009), url('../images/background-thre.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider {
  background-color: #0000;
  height: 100%;
  padding: 24px 64px;
}

.slide {
  padding: 32px;
}

.slide-nav {
  display: none;
}

.mask {
  background-color: #333;
  border-radius: 12px;
}

.slide-2 {
  padding: 32px;
}

.medical-subscriptions {
  z-index: 10;
  background-color: #fcfcfc;
  position: relative;
  overflow: hidden;
}

.medical-subscriptions.with-bg-dark {
  background-color: #232323;
  border-top: 0 #ffffff26;
  border-bottom: 1px #201b51;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.grid-rows {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.border {
  cursor: pointer;
  border: 1px solid #434343;
  border-radius: 12px;
  padding: 24px;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.number {
  background-color: var(--light-blue);
  border-radius: 12px;
  align-self: flex-start;
  padding: 22px 16px;
}

.div-block-6 {
  justify-content: space-between;
  align-self: flex-start;
  width: 86%;
  display: flex;
}

.image-2 {
  align-self: flex-start;
  width: 22px;
  height: 25px;
  margin-top: 20px;
}

.underline-animation {
  align-self: flex-start;
  overflow: hidden;
}

.underline {
  background-color: var(--light-blue);
  height: 1px;
  transform: translate(-100%);
}

.loyality-programs {
  z-index: 10;
  background-color: #fcfcfc;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  border: 2px solid var(--dark-blue);
  background-color: var(--white);
  width: 620px;
  padding: 32px 64px;
  position: absolute;
  inset: 30px 0% auto auto;
}

.div-block-7.about-us {
  top: 100px;
}

.div-block-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-left: 60px;
  display: grid;
  position: relative;
}

.div-block-image-2 {
  background-image: url('../images/hands-on-keyboard.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 500px;
  height: 700px;
}

.contact {
  z-index: 10;
  background-color: #fcfcfc;
  position: relative;
  overflow: hidden;
}

.contact.with-bg-dark {
  border-top: 0 #ffffff26;
  border-bottom: 1px #201b51;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.div-block-8 {
  background-color: #232323;
  width: 50%;
  height: 100%;
  position: absolute;
}

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

.contact-info {
  font-family: var(--secondary);
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.contact-info.text {
  font-family: var(--secondary);
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
}

.contact-info.text.light-blue {
  color: var(--light-blue);
  margin-top: 14px;
  margin-bottom: 0;
}

.contact-info.text.light-blue.contact {
  color: var(--white);
  background-color: #0000;
  margin-top: 8px;
  font-size: 32px;
  line-height: 44px;
  text-decoration: none;
  display: inline-block;
}

.contact-info.text.light-blue.contact:hover {
  text-decoration: underline;
}

.contact-info.text.light-blue.person {
  color: var(--white);
  background-color: #0000;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.contact-info.text.light-blue.person:hover {
  text-decoration: none;
}

.contact-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 60px;
  display: flex;
}

.subcontact {
  font-family: var(--company-font);
  color: var(--light-blue);
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

.text-field {
  border: 0 solid #000;
  border-bottom: 1px solid #9fb1ca;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.text-field:hover {
  border-bottom-color: var(--dark-blue);
}

.text-field:focus-visible {
  font-family: var(--company-font);
  color: var(--black);
  font-size: 16px;
}

.text-field[data-wf-focus-visible] {
  font-family: var(--company-font);
  color: var(--black);
  font-size: 16px;
}

.text-field::placeholder {
  font-family: var(--company-font);
  text-transform: uppercase;
  font-size: 16px;
}

.text-field.message {
  min-height: 100px;
}

.main-button-submit {
  z-index: 10;
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #d1ada3;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #f5ecea59;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 15em;
  min-height: 5em;
  padding: .5em 2em;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-submit:hover {
  opacity: 1;
  color: #f8cabf;
  background-color: #f5ecea12;
  border-color: #f5ecea80;
}

.main-button-submit.hero {
  border-color: var(--black);
  background-color: var(--dark-blue);
  font-family: var(--secondary);
  color: var(--white);
  min-width: 10em;
  min-height: 4em;
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
}

.footer-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.footer-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-links.no-paddings {
  margin-bottom: 0;
}

.div-block-9 {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.footer-rights {
  opacity: .6;
  font-family: var(--company-font);
  color: var(--black);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6em;
}

.back-to-top {
  border: 2px solid var(--dark-blue);
  border-radius: 80px;
  width: 46px;
  padding: 11px 12px;
}

.image-3 {
  height: 3em;
}

.mobile-insurances {
  display: none;
}

.image-4 {
  width: 180px;
  height: 31px;
}

.recaptcha {
  margin-bottom: 20px;
}

.text-block {
  font-family: var(--secondary);
  color: var(--white);
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
}

.success-message {
  background-color: var(--dark-blue);
  border-radius: 3px;
}

.error-message {
  background-color: var(--dark-red);
  border-radius: 3px;
}

.link {
  color: var(--black);
  font-weight: 500;
}

.person-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: block;
}

.person-image {
  background-image: url('../images/hands-on-keyboard.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 340px;
  min-width: 240px;
  height: 340px;
  display: none;
}

.text-span {
  font-size: 16px;
  line-height: 32px;
}

@media screen and (min-width: 1440px) {
  .nav-menu-links {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 1;
    justify-content: flex-end;
  }

  .nav-link-block:hover {
    border-bottom-color: var(--dark-blue);
    color: var(--dark-blue);
    -webkit-text-stroke-color: var(--dark-blue);
  }

  .nav-link-block:active {
    border-bottom-color: var(--dark-blue);
  }

  .section.with-bg-light-brown {
    border-top-color: #201b51;
  }

  .heading.is-hero-1-title {
    max-width: 680px;
  }

  .fullscreen-hero {
    min-height: 105vh;
  }

  .section-insurances.with-bg-dark {
    border-top-color: #201b51;
  }

  .subheading {
    margin-bottom: 16px;
  }

  .medical-subscriptions.with-bg-dark, .contact.with-bg-dark {
    border-top-color: #201b51;
  }

  .person-image {
    background-image: url('../images/profiloweTadeusz-1.jpg');
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-links {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 1;
    justify-content: flex-end;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .nav-link-block {
    flex-flow: column;
    flex: 0 auto;
    align-content: flex-start;
    align-items: center;
  }

  .section {
    justify-content: center;
  }

  .hero-content-block-1 {
    justify-content: space-between;
    width: 100%;
  }

  .heading.is-service-1-title {
    font-weight: 500;
    text-decoration: none;
    transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  }

  .fullscreen-hero {
    min-height: 105vh;
  }

  .heading-2.white {
    align-self: auto;
  }

  .service-1-text-1 {
    font-family: var(--regular);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
  }

  .service-1-link-page {
    padding-top: 10em;
  }

  .button-text-2 {
    font-family: var(--secondary);
    color: var(--white);
  }

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

  .section-insurances {
    justify-content: center;
  }

  .subheading {
    font-family: var(--regular);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
  }

  .medical-subscriptions, .loyality-programs, .contact {
    justify-content: center;
  }

  .subcontact {
    font-family: var(--regular);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .burger-line {
    background-color: var(--dark-blue);
  }

  .nav-menu-links {
    flex-flow: column;
    padding-left: 0;
  }

  .nav-brand {
    border-left: 1px solid #ffffff4d;
  }

  .brand {
    padding-left: 1em;
    padding-right: 2em;
  }

  .brand:hover {
    border-color: #0000;
  }

  .nav-burger-menu {
    width: 22px;
  }

  .nav-inner {
    min-height: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .main-button {
    min-height: 4em;
  }

  .main-button.in-menu {
    padding: 14px 24px;
    font-size: .8em;
  }

  .main-button.hero {
    padding: 14px 24px;
    font-size: 14px;
  }

  .main-button.small {
    font-size: .8em;
  }

  .navbar {
    padding-top: 1em;
    padding-bottom: 1em;
    position: fixed;
  }

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

  .nav-menu {
    background-color: var(--white);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    flex: 1;
    padding: 14px;
    display: none;
  }

  .menu-button {
    flex-flow: row;
    align-self: center;
    display: block;
  }

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

  .nav-menu-button {
    text-align: left;
    border-right-color: #ffffff4d;
    flex: 0 auto;
    align-self: center;
    width: 5em;
    display: block;
  }

  .nav-menu-button:hover {
    background-color: #0000;
    border-color: #0000 #c99b8f4d #0000 #0000;
  }

  .section.with-bg-light-brown {
    padding-bottom: 0;
  }

  .cover-image {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .container {
    padding: 4em 2em;
  }

  .container.dark {
    padding-bottom: 4em;
  }

  .heading.is-hero-1-title {
    max-width: 460px;
    font-size: 36px;
  }

  .heading.is-content-title-1-left-align {
    text-align: left;
    font-size: 26px;
  }

  .heading.is-service-1-title {
    margin-bottom: 0;
  }

  .fullscreen-hero {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .padding-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .small-heading.in-text.light-blue.middle {
    margin-top: 20px;
    font-size: 20px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.white.middle {
    margin-bottom: 0;
  }

  .list-title.text {
    margin-top: 20px;
    font-size: 20px;
  }

  .list-title.text.light-blue {
    margin-top: 0;
  }

  .div-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 0;
  }

  .service-1-text-1 {
    margin-top: 20px;
  }

  .service-1-link-page {
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .service-1-content-1 {
    width: 86%;
    max-width: 28em;
  }

  .service-1-background-1.three {
    background-image: linear-gradient(#00000080, #00000080), url('../images/background-thre.webp');
    background-position: 0 0, 50% 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

  .grid-3.grid-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-3.grid-text.middle, .grid-3.pronts {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-insurances.with-bg-dark {
    padding-bottom: 0;
  }

  .subheading {
    text-align: left;
  }

  .divider-image {
    height: auto;
  }

  .medical-subscriptions.with-bg-dark {
    padding-bottom: 0;
  }

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

  .image-2 {
    display: none;
  }

  .div-block-7 {
    padding: 24px 36px;
    top: 100px;
  }

  .div-block-7.about-us {
    width: 420px;
    padding: 24px 36px;
  }

  .div-block-right {
    margin-left: 0;
  }

  .contact.with-bg-dark {
    padding-bottom: 0;
  }

  .contact-info.text.light-blue.contact, .contact-info.text.light-blue.person {
    font-size: 18px;
    line-height: 140%;
  }

  .subcontact {
    margin-top: 14px;
    font-size: 14px;
  }

  .main-button-submit {
    min-height: 4em;
  }

  .main-button-submit.hero {
    padding: 14px 24px;
    font-size: .8em;
  }

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

  .footer-links {
    justify-content: flex-start;
  }

  .footer-rights {
    text-align: left;
  }

  .div-block-10 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nav-inner {
    min-height: 3.5em;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .main-button.in-menu, .main-button.hero, .main-button.small {
    min-height: 3em;
  }

  .navbar {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .nav-menu-button {
    width: 6em;
  }

  .hero-1-title-block {
    width: 100%;
  }

  .sticky-100vh {
    min-height: 100vh;
  }

  .container {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .heading.is-hero-1-title {
    font-size: 32px;
  }

  .heading.is-hero-1-title.mobile {
    display: none;
  }

  .fullscreen-hero {
    min-height: 120vh;
    padding-top: 10em;
  }

  .padding-inner {
    padding-bottom: 0;
  }

  .small-heading.in-text.blue.small.company {
    color: var(--dark-blue);
  }

  .div-block-2 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-3 {
    width: 90%;
    min-width: 0;
    height: 460px;
  }

  .grid-3.grid-text.middle {
    grid-template-columns: 1fr 1fr;
    margin-top: 120px;
  }

  .div-block-7 {
    width: auto;
    padding: 14px 24px;
  }

  .div-block-7.about-us {
    width: 90%;
    padding: 14px 24px;
    position: absolute;
  }

  .div-block-right {
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    width: 100%;
    display: none;
  }

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

  .contact-info.text.light-blue.contact, .contact-info.text.light-blue.person {
    color: var(--black);
  }

  .contact-block {
    margin-bottom: 32px;
  }

  .subcontact {
    color: var(--dark-blue);
    font-weight: 400;
  }

  .main-button-submit.hero {
    min-height: 3em;
  }

  .footer-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .links {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .burger-line {
    height: 1px;
  }

  .brand {
    padding-left: .5em;
    padding-right: .5em;
  }

  .main-button {
    justify-content: space-between;
    min-height: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .main-button.in-menu {
    width: auto;
    min-width: auto;
    min-height: 0;
    display: none;
  }

  .main-button.hero, .main-button.small {
    width: auto;
    min-width: auto;
  }

  .navbar {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .button-icon {
    margin-left: .7em;
  }

  .nav-menu-button {
    width: 4em;
  }

  .section.with-hero-styles {
    height: 100vh;
    max-height: 900px;
  }

  .section.with-bg-light-brown {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .cover-image {
    object-fit: cover;
    order: 0;
    align-self: center;
    width: 100vw;
    height: 100%;
    display: block;
    inset: auto 0% 0%;
  }

  .hero-1-title-block {
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
  }

  .main {
    -webkit-text-stroke-color: white;
    background-color: #fff;
  }

  .hero-content-block-1 {
    text-align: left;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .button-in-hero {
    align-self: flex-start;
    padding-bottom: 0;
  }

  .container {
    text-align: center;
    align-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .container.dark {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading.is-hero-1-title {
    font-size: 32px;
  }

  .heading.is-hero-1-title.mobile {
    display: block;
  }

  .heading.is-content-title-1-left-align {
    text-align: left;
    align-self: center;
    font-size: 1.8em;
    line-height: 1em;
  }

  .heading.is-service-1-title {
    margin-bottom: .6em;
  }

  .fullscreen-hero {
    min-height: 100vh;
    padding-bottom: 3em;
  }

  .padding-inner {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    max-width: 100%;
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-animation-trigger {
    flex-direction: column;
    display: flex;
  }

  .div-block.insurances {
    text-align: left;
    background-color: #333;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 24px 14px;
  }

  .small-heading {
    font-size: 18px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-2.white {
    text-align: left;
  }

  .div-block-2.text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-3 {
    width: auto;
  }

  .service-1-text-1 {
    margin-bottom: 2em;
  }

  .grid-3.grid-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-3.grid-text.middle {
    grid-template-columns: 1fr;
  }

  .section-insurances.with-bg-dark {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .subheading {
    margin-bottom: 2em;
  }

  .div-block-4 {
    text-align: left;
  }

  .slider {
    display: none;
  }

  .medical-subscriptions.with-bg-dark {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .border {
    padding-left: 14px;
    padding-right: 14px;
  }

  .number {
    padding: 16px 10px;
  }

  .div-block-7 {
    padding: 14px;
    position: static;
  }

  .div-block-7.about-us {
    text-align: left;
    width: auto;
    padding: 14px;
    position: static;
  }

  .div-block-image-2 {
    min-width: 0;
    height: 500px;
  }

  .contact.with-bg-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .grid-contact {
    width: 100%;
  }

  .subcontact {
    margin-bottom: 2em;
  }

  .main-button-submit {
    justify-content: space-between;
    min-height: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .main-button-submit.hero {
    width: auto;
    min-width: auto;
  }

  .footer-rights {
    margin-bottom: 2em;
  }

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

  .mobile-insurances {
    display: block;
  }

  .person-block {
    text-align: left;
  }

  .person-image {
    width: auto;
    min-width: 0;
    height: 500px;
  }
}

#w-node-_22191583-5843-7536-acf3-733ce08d5976-fc90c4f5, #w-node-_434a98ac-72c4-38db-37c7-d851e93af27c-fc90c4f5 {
  align-self: center;
}

#w-node-_3c8f007b-7f4c-324a-7c0b-5dfb878f2cb9-fc90c4f5 {
  align-self: end;
}

#w-node-_5220b61b-6122-0034-3aac-3224e1d08f89-fc90c4f5 {
  place-self: end center;
}

#w-node-_628844a1-c6d5-6f45-0f21-d09b97cfee99-fc90c4f5 {
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_5220b61b-6122-0034-3aac-3224e1d08f89-fc90c4f5, #w-node-_628844a1-c6d5-6f45-0f21-d09b97cfee99-fc90c4f5 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f2c1ac96-ab40-81df-5a84-7f9859c0633e-fc90c4f5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5220b61b-6122-0034-3aac-3224e1d08f89-fc90c4f5 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b84cd2a4-07b0-c754-457e-8bf1a84c6439-fc90c4f5 {
    grid-area: 1 / 1 / 3 / 2;
  }
}


