:root {
  --black: black;
  --dark: #111212;
  --primary: #05c2a4;
  --white: white;
  --primary-darker: #00aa8f;
  --primary-50: #05c2a480;
  --primary-33: #05c2a454;
  --blue: #1991eb;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: #111212;
  background-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: color .4s, transform .4s, opacity .4s;
  display: block;
}

a:hover {
  transform: translate(0, -2px);
}

a:active {
  transform: translate(0, -1px);
}

ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: .875rem;
  line-height: 1.4;
}

li {
  margin-bottom: 8px;
  padding-left: 5px;
  font-weight: 400;
}

label {
  color: #999;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

blockquote {
  border-left: 5px solid #1112120f;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 30px;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.4;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

._5-col {
  width: 380px;
  margin-right: 20px;
  display: inline-block;
}

._5-col._5-col-last {
  margin-right: 0;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap.w50-80-start {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w50-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w50-80-center {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.wrap._w-custom.structure-menu-wrap {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.wrap._w-custom.structure-nav {
  align-items: center;
  display: flex;
}

.wrap._w-custom.nav1-light, .wrap._w-custom.nav1-dark {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap._w-custom.hero1 {
  text-align: center;
  padding-top: 50px;
}

.wrap._w-custom.hero3 {
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.wrap._w-custom.nav2-dark {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap._w-custom.hero5 {
  align-items: center;
  height: 674px;
  display: flex;
  position: relative;
}

.wrap.w80-50-start {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w50-start {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w80-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrap.w80-50-center {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w50-center {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrap.w80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrap.w80-50-center {
  align-items: center;
  display: flex;
}

._2-col {
  width: 140px;
  margin-right: 20px;
  display: inline-block;
}

._2-col._2-col-last {
  margin-right: 0;
}

._4-col {
  width: 300px;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

._7-col._7-col-last {
  margin-right: 0;
  display: inline-block;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.tagline.cards-lbl {
  opacity: 1;
  color: #1991eb;
  text-align: center;
  background-color: #f4f9fe;
  border: 1px dashed #1991eb;
  width: 100%;
  margin: 25px auto;
  padding: 15px 30px;
  display: block;
}

.tagline.team1-position {
  margin-top: -6px;
}

.tagline.testimonial1-position {
  margin-top: -8px;
}

.tagline.team3-position {
  margin-bottom: 8px;
}

.section {
  overflow: hidden;
}

.text-20 {
  opacity: 1;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-20.text-20-60 {
  opacity: .6;
}

.label-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-outline-light {
  color: #111212;
  background-color: #0000;
  border: 1px solid #1112120d;
}

.btn.btn-outline-light:hover {
  border-color: #1112121a;
  box-shadow: 0 1px 3px #0000000d;
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px #0000000d;
}

.btn.btn-outline-dark {
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
}

.btn.btn-outline-dark:hover {
  border-color: #ffffff80;
}

.btn.btn-white {
  color: #111212;
  background-color: #fff;
  align-items: flex-end;
  display: inline-block;
}

.btn.btn-white.blog2-card-cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.btn.team3-left-button, .btn.hero4-left-button {
  margin-right: 10px;
}

.text-14 {
  line-height: 1.4;
}

.text-14.text-14-60 {
  opacity: .6;
}

.text-14.text-14-30 {
  opacity: .3;
}

.section-dark {
  color: #fff;
  background-color: #111212;
  overflow: hidden;
}

.link-dark {
  opacity: .6;
  color: #fff;
  line-height: 24px;
  transition: color .4s, transform .4s, opacity .4s;
}

.link-dark:hover {
  opacity: 1;
  color: #fff;
}

.link-dark:active {
  opacity: .9;
}

.link-dark.navigation1-link-dark {
  opacity: .8;
  margin-right: 30px;
}

.link-dark.navigation1-link-dark:hover {
  opacity: 1;
}

.link-dark.navigation1-link-dark:active {
  opacity: .9;
  transform: translate(0, -1px);
}

.link-dark.footer-link-12-dark {
  margin-bottom: 10px;
}

.h1-jumbo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.375rem;
  font-weight: 300;
  line-height: 1.3;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 50px;
}

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn-big.btn-outline-light {
  color: #111212;
  background-color: #0000;
  border: 1px solid #1112120d;
}

.btn-big.btn-outline-light:hover {
  border-color: #1112121a;
  box-shadow: 0 1px 3px #0000000d;
}

.btn-big.btn-outline-light:active {
  box-shadow: 0 1px 1px #0000000d;
}

.btn-big.btn-white {
  color: #111212;
  background-color: #fff;
  display: inline-block;
}

.text-16 {
  font-size: 1rem;
  line-height: 1.4;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
}

.text-16.footer-section-headline {
  margin-bottom: 12px;
}

.h2-jumbo {
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1.2;
}

.headline-9-col {
  width: 700px;
  margin-bottom: 50px;
}

.label {
  background-color: #1991eb;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
}

.label.label-grey {
  background-color: #858589;
}

.label.label-cyan {
  background-color: #28998a;
}

.label.label-pink {
  background-color: #c47ca2;
}

.link-light {
  opacity: .6;
  color: #111212;
  cursor: pointer;
  line-height: 24px;
  transition: color .4s, transform .4s, opacity .4s;
}

.link-light:hover {
  opacity: 1;
  color: #111212;
  transform: translate(0, -2px);
}

.link-light:active {
  opacity: .9;
  transform: translate(0, -1px);
}

.link-light.navigation1-link-light {
  opacity: .8;
  margin-right: 30px;
}

.link-light.footer-link-12-link {
  margin-bottom: 10px;
}

.structure-2nd-col-allcards {
  margin-top: 50px;
}

.structure-menu-link {
  color: #fffc;
  cursor: pointer;
  margin-bottom: 12px;
  font-weight: 300;
  transition: color .2s, transform .4s;
  display: block;
}

.structure-menu-link:hover {
  color: #fff;
  transform: translate(0, -2px);
}

.structure-menu-link:active {
  color: #ffffffe6;
  transform: translate(0, -1px);
}

.structure-menu-link.w--current {
  color: #fff;
  font-weight: 400;
}

.structure-menu-link.section-link-w-icon {
  margin-bottom: 0;
}

.sections-menu-headline {
  color: #fff;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.structure-cards-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.structure-more-item-wrap {
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.structure-more-items {
  margin-top: 12px;
}

.structure-more-item-icon {
  margin-bottom: 1px;
  margin-left: 12px;
  display: block;
}

.structure-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  transition: color .2s, transform .4s;
  display: inline-block;
}

.structure-link:hover {
  color: #fffc;
  transform: translate(0, -2px);
}

.structure-link.structure-menu-link {
  margin-right: 30px;
  font-size: 12px;
  line-height: 18px;
}

.structure-cards2-topbar-wrapper {
  background-color: #272727;
}

.structure-menu {
  background-color: #0000;
  width: 100%;
}

.nav1-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav1-menu-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav1-logo-wrapper {
  flex: none;
  align-items: center;
  display: inline-block;
}

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

.nav1-menu-wrapper-dark {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero1-headline-wrapper {
  text-align: center;
  width: 620px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero1-image {
  margin-top: 25px;
}

.decoline {
  background-color: #d2d2d2;
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.decoline.decoline-dark {
  background-color: #d2d2d233;
}

.content1-image {
  border-radius: 8px;
  height: 340px;
  margin-bottom: 30px;
}

.content1-image.content1-image3 {
  background-image: url('../images/Services1-Image2.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image1 {
  background-image: url('../images/Services1-Image1.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image2 {
  background-image: url('../images/Services1-Image3.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-items {
  align-items: flex-start;
  display: flex;
}

.content1-item-description {
  padding-right: 40px;
}

.feature1-content {
  padding-right: 80px;
}

.feature1-image1 {
  background-image: url('../images/Feature1-Image2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  height: 420px;
  margin-bottom: 20px;
}

.feature1-image2 {
  background-image: url('../images/Feature1-Image1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 120px;
}

.feature1-image3 {
  background-image: url('../images/Feature1-Image3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 420px;
}

.feature2-facebookicon {
  transition: opacity .2s;
}

.feature2-facebookicon:hover {
  opacity: .85;
}

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

.feature2-image1 {
  background-image: url('../images/photo-1530841377377-3ff06c0ca713.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 290px;
}

.feature2-content {
  padding-left: 80px;
}

.feature2-image2 {
  float: right;
  background-color: #1991eb;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
}

.team1-people-row {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.team1-person {
  padding-right: 20px;
}

.team1-image {
  background-image: linear-gradient(#1112121a, #1112121a);
  border-radius: 8px;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.team1-image.team1-image7 {
  background-image: url('../images/Person-Pic-72x.jpg');
  background-size: 120px;
}

.team1-image.team1-image8 {
  background-image: url('../images/Person-Pic-82x.jpg');
  background-position: 50%;
  background-size: cover;
}

.team1-image.team1-image4 {
  background-image: url('../images/Person-Pic-42x.jpg');
  background-size: 120px;
}

.team1-image.team1-image5 {
  background-image: url('../images/Person-Pic-52x.jpg');
  background-position: 0 0;
  background-size: 120px;
}

.team1-image.team1-image3 {
  background-image: url('../images/Person-Pic-32x.jpg');
  background-size: 120px;
}

.team1-image.team1-image2 {
  background-image: url('../images/Person-Pic-22x.jpg');
  background-size: 120px;
}

.team1-image.team1-image1 {
  background-image: url('../images/Person-Pic-12x.jpg');
  background-size: 120px;
}

.team1-image.team1-image6 {
  background-image: url('../images/Person-Pic-62x.jpg');
  background-size: 120px;
}

.cta1-content {
  margin-top: 5px;
}

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

.footer1 {
  border-top: 1px solid #1112120f;
}

.footer1.footer1-dark {
  border-top-color: #ffffff0f;
}

.cta1-image {
  background-image: linear-gradient(#111212bf, #111212bf), url('../images/CTA2-Background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content2-items {
  align-items: flex-start;
  display: flex;
}

.content2-jumbonumber {
  opacity: .2;
  font-size: 100px;
  font-weight: 300;
  line-height: 120px;
}

.footer1-column-headline {
  margin-bottom: 20px;
}

.hero2-light-alt2 {
  background-image: url('../images/hero2-woman-light.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 980px;
  align-items: center;
  height: 674px;
  display: flex;
}

.hero2-light {
  background-image: url('../images/hero2-white.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 980px;
  align-items: center;
  height: 674px;
  display: flex;
}

.testimonial2-logo-wrap {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
  display: flex;
}

.testimonial2-logo-wrap.clients1-logowrapper-last {
  margin-bottom: 0;
}

.divider-dark-wrap {
  background-color: #111212;
  height: 1px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.testimonial1-person-name {
  margin-top: -8px;
}

.footer2-dark {
  border-top: 1px solid #ffffff0f;
}

.content6-headline {
  margin-bottom: 45px;
  padding-right: 40px;
}

.content5-headline-wrapper {
  padding-right: 80px;
}

.testimonial1-person-wrapper {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.testimonial1-logo-wrap {
  flex-direction: row;
  align-items: center;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
}

.testimonial1 {
  align-items: flex-start;
  display: flex;
}

.content4-image {
  background-image: url('../images/inma-santiago-746452-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 340px;
  margin-bottom: 30px;
}

.content4-image.content4-image5 {
  background-image: url('../images/shifaaz-shamoon-300079-unsplash.jpg');
}

.content4-image.content4-image2 {
  background-image: url('../images/nathan-dumlao-483396-unsplash.jpg');
}

.content4-image.content4-image7 {
  background-image: url('../images/brooke-lark-609908-unsplash.jpg');
}

.content4-image.content4-image3 {
  background-image: url('../images/annie-spratt-216207-unsplash.jpg');
}

.content4-image.content4-image6 {
  background-image: url('../images/zohre-nemati-446136-unsplash.jpg');
}

.content4-image.content4-image8 {
  background-image: url('../images/natalia-y-469694-unsplash.jpg');
}

.content4-image.content4-image4 {
  background-image: url('../images/olena-sergienko-725307-unsplash.jpg');
}

.content4-image.content4-image9 {
  background-image: url('../images/jeremy-bishop-334996-unsplash.jpg');
}

.content4-items {
  margin-bottom: 20px;
}

._6-col-last {
  width: 460px;
}

.divider-light {
  background-color: #1112120f;
  width: 100%;
  height: 1px;
  margin: 30px auto;
  display: block;
}

.hero2-dark-alt2 {
  background-image: url('../images/hero2-woman.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 980px;
  align-items: center;
  height: 674px;
  display: flex;
}

.testimonial2-headline {
  padding-right: 40px;
}

.hero2-text-wrap {
  width: 45%;
}

.content5-description {
  margin-top: 18px;
}

.link-16-blue {
  font-size: 16px;
  line-height: 28px;
}

.link-16-blue.content5-link {
  margin-top: 20px;
}

.content6-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
}

.content6-pic.content6-image1 {
  background-image: url('../images/sacha-styles-769064-unsplash.jpg');
  height: 320px;
}

.content6-pic.content6-image3 {
  background-image: url('../images/ivars-utinsns-707750-unsplash.jpg');
}

.content6-pic.content6-image2 {
  background-image: url('../images/ivan-bandura-659533-unsplash.jpg');
}

.content6-pic.content6-image4 {
  background-image: url('../images/ruth-troughton-384709-unsplash.jpg');
  height: 320px;
}

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

.divider-dark {
  background-color: #ffffff0f;
  width: 100%;
  height: 1px;
}

.content3-headline {
  margin-top: 5px;
  padding-right: 50px;
}

.content3-bottom-headline {
  opacity: .6;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

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

.hero2-dark {
  background-image: url('../images/header-2-landing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 940px;
  align-items: center;
  height: 674px;
  display: flex;
}

.footer2 {
  border-top: 1px solid #1112120f;
}

.testimonial1-pic {
  background-image: url('../images/Person-Pic-62x.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: inline-block;
}

.testimonial1-pic.testimonial1-pic3 {
  background-image: url('../images/Person-Pic-32x.jpg');
}

.testimonial1-pic.testimonial1-pic2 {
  background-image: url('../images/Person-Pic-22x.jpg');
}

.testimonial1-item {
  padding-right: 30px;
}

.feature4-text-wrap {
  padding-right: 80px;
}

.nav2-logo-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: -5px;
  display: inline-block;
}

.blog1-article.blog4-article-right-wrapper {
  padding-left: 10px;
}

.blog1-article.blog1-article-left-wrapper {
  padding-right: 10px;
}

.navigation2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.testimonial4-small-tweets-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.feature5-row-wrap, .testimonial4-big-tweets-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.hero3-headline-wrap {
  margin-bottom: 20px;
  padding-top: 10px;
}

.blog1-article-cover {
  border-radius: 8px;
  height: 270px;
}

.blog1-article-cover.blog1-article-cover-1 {
  background-image: url('../images/card22x.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-top: 20px;
}

.blog1-article-cover.blog1-article-cover-2 {
  background-image: url('../images/alexander-popov-522100-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.feature4-wrapper {
  align-items: center;
  padding-top: 50px;
  display: flex;
}

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

.testimonial3-logo-wrapper {
  align-items: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature3-text-wrapper {
  padding-left: 60px;
}

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

.content7-numbers-wrap {
  align-items: flex-start;
  display: flex;
}

.feature3-subitem-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.content7-number-card-no-wrap {
  margin-top: -5px;
  margin-bottom: -5px;
}

.feature5-item-wrap {
  padding-right: 30px;
}

.feature3-icon {
  margin-left: -10px;
  margin-right: 25px;
}

.feature3-subitem-text-wrap {
  margin-top: -8px;
  margin-bottom: 0;
}

.blog1-articles-wrap {
  align-items: flex-start;
  display: flex;
}

.content7-number-card {
  color: #fff;
  background-color: #111212;
  border-radius: 8px;
  padding: 10px 30px 20px;
}

.content7-number-card.content7-number-card-content3 {
  background-color: #b3b3af;
}

.content7-number-card.content7-number-card-content2 {
  background-color: #c47ca2;
}

.content7-number-card.content7-number-card-content4 {
  background-color: #21263b;
}

.content7-number-card.content7-number-card-content1 {
  background-color: #3fcedc;
}

.hero3-firstbutton-wrap {
  margin-right: 10px;
  display: inline-block;
}

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

.nav2-menu-wrapper-dark {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing3-logo {
  margin-right: 16px;
}

.landing3-logo.landing3-logo-mob {
  margin-top: -5px;
}

.content7-divider {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cta3-item-point {
  align-items: flex-start;
  display: flex;
}

.cta3-item-wrap {
  text-align: left;
  border: 1px solid #1112120f;
  border-radius: 8px;
  padding: 20px 30px;
}

.cta3-item-wrap.cta3-item-wrap-dark {
  background-color: #1a1a1a;
  border-color: #ffffff0f;
}

.cta3-item-wrap.cta3-item-wrap-dark.cta3-recommended-option-dark, .cta3-item-wrap.cta3-recommended-option {
  border-width: 2px;
  border-color: #1991eb;
  padding-top: 30px;
}

.cta3-item-points-wrapper {
  margin-top: 25px;
  margin-bottom: 10px;
}

.footer3-bottom-links-wrapper {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.cta3-icon {
  margin-top: 9px;
  margin-right: 12px;
}

.footer3-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.form1 {
  align-items: flex-start;
  display: flex;
}

.cta2 {
  color: #111212;
  border: 1px solid #1112120f;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px;
  display: flex;
}

.cta2.cta2-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-style: solid;
  border-color: #ffffff0f;
}

.cta2.cta2-dark.cta2-image {
  background-image: linear-gradient(#11121299, #11121299), url('../images/CTA2-Background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 #0000;
}

.form1-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.footer3-links-wrapper {
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.form1-form-wrap {
  margin-bottom: 0;
}

.cta2-content-wrap {
  margin-top: 10px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.form1-form-wrapper {
  margin-top: -30px;
}

.form1-success {
  color: #fff;
  background-color: #49d1de;
  border-radius: 4px;
  margin-top: 10px;
}

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

.form1-error {
  background-color: #f85359;
  border-radius: 4px;
  padding: 15px;
}

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

.form1-input {
  background-color: #fff;
  border: 1px solid #1112120f;
  border-radius: 4px;
  height: 58px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 26px;
  transition: border .4s;
}

.form1-input:hover {
  border-color: #1991eb80;
}

.form1-input:focus {
  border-color: #1991eb;
}

.form1-input.form1-input-dark {
  background-color: #1a1a1a;
  border-color: #ffffff0f;
}

.form1-input.form1-input-dark:hover {
  border-color: #ffffff80;
}

.form1-input.form1-input-dark:focus {
  border-color: #fff;
}

.cta3-wide-button-wrap {
  flex-direction: column;
  display: flex;
}

.hero4-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.hero4-first-button {
  margin-right: 10px;
  display: inline-block;
}

.hero4-buttons-wrap {
  margin-top: -20px;
}

.hero5-headline-wrap {
  margin-bottom: 20px;
  padding-right: 80px;
}

.hero5-image {
  display: inline-block;
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 50%;
}

.testimonial5-image {
  background-image: url('../images/Person-Pic-32x.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
}

.testimonial5-image.testimonial5-image3 {
  background-image: url('../images/Person-Pic-52x.jpg');
}

.testimonial5-image.testimonial5-image2 {
  background-image: url('../images/Person-Pic-42x.jpg');
}

.testimonial5-content-wrap {
  align-items: flex-start;
  display: flex;
}

.testimonial5-quote-wrap {
  margin-bottom: 20px;
}

.testimonial5-item-wrap {
  border: 1px solid #1112120f;
  border-radius: 8px;
  padding: 30px;
}

.testimonial5-item-wrap.testimonial5-item-wrap-dark {
  background-color: #1a1a1a;
  border-color: #ffffff0f;
}

.form2-wrapper {
  margin-top: -10px;
}

.form2-input {
  border: 1px solid #ececec;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  margin-bottom: 14px;
  padding-left: 16px;
  padding-right: 16px;
  transition: border-color .2s;
}

.form2-input:hover {
  border-color: #d8d8d8;
}

.form2-input:focus {
  border-color: #a3a3a3;
}

.form2-input::placeholder {
  color: #ccc;
}

.form2-input.form2-input-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #ffffff0f;
}

.form2-input.form2-input-dark:hover {
  border-color: #ffffff80;
}

.form2-input.form2-input-dark:focus {
  border-color: #fff;
}

.form2-input.form2-input-dark::placeholder {
  color: #ffffff80;
}

.form2 {
  color: #111212;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  height: 520px;
  display: flex;
  box-shadow: 0 1px 8px #1112121a;
}

.form2.form2-dark {
  color: #fff;
  background-color: #1a1a1a;
  border: 1px solid #ffffff0f;
}

.form2-error-message {
  background-color: #0000;
  border-radius: 4px;
  padding: 0;
}

.form2-success-message {
  background-color: #0000;
}

.register-link {
  cursor: pointer;
  display: inline-block;
}

.form2-error-message-text {
  color: #f85359;
  display: inline-block;
}

.form2-image-wrapper {
  background-image: url('../images/signup-cover.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 520px;
  margin-right: -20px;
  display: flex;
}

.signup-account-link {
  color: #999;
  display: inline-block;
}

.form2-success-message-text {
  color: #1991eb;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.form2-form-wrap {
  margin-top: 20px;
  margin-bottom: 0;
}

.form2-form-section-wrapper {
  padding: 50px;
}

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

.card-headline {
  margin-top: 10px;
}

.card-headline._6col-card {
  width: 50%;
}

.blog2-article-cover {
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  border-radius: 8px;
  height: 230px;
  margin-bottom: 25px;
}

.blog2-article-cover.blog2-article-content2 {
  background-image: url('../images/annie-spratt-216207-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog2-article-cover.blog2-article-content1 {
  background-image: url('../images/sacha-styles-769064-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.team2-profilename {
  margin-top: 20px;
  margin-bottom: 5px;
}

.team2-profile-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 20px;
  display: flex;
  box-shadow: 0 1px 6px #1112120f;
}

.team2-profile-card.team2-profile-card-dark {
  background-color: #1a1a1a;
  border: 1px solid #ffffff0f;
}

.team3-name {
  margin-bottom: 6px;
}

.blog4-articles-wrap {
  align-items: flex-start;
  display: flex;
}

.team2-profile-pic {
  background-image: url('../images/Avatar-4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.team2-profile-pic.team2-profile-pic-image3 {
  background-image: url('../images/Person-Pic-22x.jpg');
}

.team2-profile-pic.team2-profile-pic-image2 {
  background-image: url('../images/Person-Pic-32x.jpg');
}

.blog2-articles-wrap {
  align-items: flex-start;
  display: flex;
}

.blog5-article-cover {
  border-radius: 8px;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
}

.blog5-article-cover.blog5-article-image3 {
  background-image: url('../images/article-cover-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image1 {
  background-image: url('../images/card-cover.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image2 {
  background-image: url('../images/article-cover-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card {
  color: #fff;
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.blog3-card.blog3-card2-content {
  color: #fff;
  background-image: url('../images/card2.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card1-content {
  color: #fff;
  background-image: url('../images/card1.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.blog3-card.blog3-card4-content {
  color: #111212;
  background-image: url('../images/card42x.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card3-content {
  color: #111212;
  background-image: url('../images/card3.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card5-content {
  color: #111212;
  background-image: url('../images/card52x.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card6-content {
  color: #fff;
  background-image: url('../images/card62x.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog4-article-image {
  background-image: url('../images/Screenshot-2018-05-01-20.54.33.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 230px;
  margin-bottom: 25px;
}

.blog4-article-image.blog4-article-content2 {
  background-image: url('../images/roos-oosterbroek-558868-unsplash2x.jpg');
}

.blog4-article-image.blog4-article-content3 {
  background-image: url('../images/article-cover-1.jpg');
}

.blog5-articles-wrapper {
  align-items: flex-start;
  display: flex;
}

.team3-profiles-row {
  margin-top: 20px;
}

.team3-profile-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  display: flex;
  box-shadow: 0 1px 4px #0000000d;
}

.team3-profile-card.team3-profile-card-dark {
  background-color: #1a1a1a;
  border: 1px solid #ffffff0f;
}

.blog3-articles-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.team3-buttons-wrap {
  padding-top: 7px;
}

.blog2-article-details {
  margin-bottom: 10px;
}

.team2-people-row {
  margin-top: 20px;
}

.team3-avatar {
  background-image: url('../images/Person-Pic-62x.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
}

.team3-avatar.team3-avatar-image2 {
  background-image: url('../images/Person-Pic-12x.jpg');
}

.team2-profilecard-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.blog4-article-headline {
  margin-top: 10px;
}

.text-12 {
  font-size: 12px;
  line-height: 18px;
}

.text-12.text-12-60 {
  opacity: .6;
}

.content9-icon {
  margin-bottom: 0;
}

.content9-item-wrap {
  padding-right: 20px;
}

.cta4-headline-wrap {
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.cta4-action-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta4-headline-extrajumbo {
  margin-top: 10px;
  font-size: 70px;
  font-weight: 100;
  line-height: 90px;
}

.home-footer-socicon-wrap {
  margin-right: 20px;
}

.home-footer-socicon-wrap.home-footer-socicon-wrap-last {
  margin-right: 0;
}

.home-footer-socicon {
  opacity: .6;
}

.home-footer-socicon:hover {
  opacity: 1;
}

.home-footer-socicon:active {
  opacity: .85;
}

.form2-headline {
  margin-top: 10px;
  margin-bottom: 20px;
}

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

.form3-input {
  background-color: #fff;
  border: 1px solid #1112120f;
  border-radius: 4px;
  height: 58px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 26px;
  transition: border .4s;
}

.form3-input:hover {
  border-color: #1991eb80;
}

.form3-input:focus {
  border-color: #1991eb;
}

.form3-input.form3-input-dark {
  background-color: #1a1a1a;
  border-color: #ffffff0f;
}

.form3-input.form3-input-dark:hover {
  border-color: #ffffff80;
}

.form3-input.form3-input-dark:focus {
  border-color: #fff;
}

.form3-button-wrap {
  flex-direction: column;
  display: flex;
}

.form3-form {
  margin-top: -20px;
}

.form3-success {
  color: #fff;
  background-color: #49d1de;
  border-radius: 4px;
  margin-top: 10px;
}

.form3-error {
  background-color: #f85359;
  border-radius: 4px;
  padding: 15px;
}

.cta5-item-wrap {
  text-align: left;
  border: 1px solid #1112120f;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 50px;
  display: flex;
}

.cta5-item-wrap.cta5-item-wrap-dark {
  background-color: #1a1a1a;
  border-color: #ffffff0f;
}

.cta5-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta5-option-headline {
  margin-top: 2px;
}

.cta5-items-wrap {
  margin-top: -20px;
}

.products1-content-wrap {
  padding-left: 80px;
}

.products1-price-headline {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.products1-price-wrap {
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.products1-price-previous {
  margin-bottom: -7px;
  margin-left: 10px;
  text-decoration: line-through;
  display: block;
}

.products1-image-wrap {
  background-image: url('../images/products1-image.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 460px;
}

.products1-actions-wrap {
  border-top: 1px solid #1112120f;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.products1-actions-wrap.products1-actions-wrap-dark {
  border-top-color: #ffffff0f;
}

.products1-desc-wrap {
  margin-bottom: 5px;
}

.products1-details-wrap {
  margin-bottom: 30px;
}

.products2-items-wrap {
  align-items: flex-start;
  display: flex;
}

.products2-image {
  border-radius: 8px;
  height: 270px;
  margin-bottom: 30px;
  position: relative;
}

.products2-image.products2-image1 {
  background-image: url('../images/products1-image_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-image.products2-image2 {
  background-image: url('../images/products2-image2.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-image.products2-image3 {
  background-image: url('../images/products2-image3.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-image.products2-image4 {
  background-image: url('../images/products2-image4.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-description-wrap {
  padding-right: 40px;
}

.products2-pricetag {
  color: var(--dark);
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px 15px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
}

.products3-big-image-wrap {
  direction: ltr;
  background-image: url('../images/products3-image1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 460px;
  margin-bottom: 15px;
}

.products3-small-image-wrap {
  direction: ltr;
  background-image: url('../images/products3-image3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 120px;
}

.products3-small-image-wrap.products3-small-image1 {
  background-image: url('../images/products3-image2.jpg');
  height: 140px;
}

.products3-small-image-wrap.products3-small-image2 {
  background-image: url('../images/products3-image3.jpg');
  height: 140px;
}

.products3-small-image-wrap.products3-small-image3 {
  background-image: url('../images/products3-image4.jpg');
  height: 140px;
}

.products3-content-wrap {
  padding-right: 80px;
}

.products3-options-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
}

.products3-option-wrap {
  border-bottom: 1px solid #1112120f;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.products3-option-wrap.products3-option-wrap-dark {
  border-bottom-color: #ffffff0f;
}

.home-header {
  opacity: 1;
  background-image: none;
  margin-top: 14rem;
  padding-bottom: 8rem;
}

.home-header-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  position: relative;
}

.container-1440 {
  width: 100%;
  max-width: 1440px;
  padding-left: 4rem;
  padding-right: 1rem;
}

.hero_heading-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #424242;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-top {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.7rem;
  font-weight: 300;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.button:hover {
  background-color: var(--primary-darker);
  border: 1px #000;
  box-shadow: 0 0 20px #0000001f;
}

.button.large {
  padding: 16px 32px;
  font-size: 1.1rem;
}

.button.large:hover {
  background-color: var(--primary-darker);
  border: 1px #000;
  box-shadow: 0 0 20px #0000000d;
}

.gradient-overlay {
  z-index: 0;
  background-image: linear-gradient(100deg, #05c2a4c2, #0000);
  height: 90vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.gradient-overlay.is-hide {
  display: none;
}

.more {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #201e1f;
  cursor: pointer;
  align-items: center;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.more:hover {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
}

.more.is-hide {
  display: none;
}

.quick-stack {
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  padding: 0;
}

.more-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9rem;
}

.separator {
  border-bottom: 1px solid var(--primary);
  width: 100%;
  height: 8rem;
}

.separator.line {
  height: 0;
}

.section-8rem {
  padding-top: 8rem;
}

.section-8rem.zajecia {
  z-index: 0;
  overflow: visible;
}

.section-8rem.o-nas {
  z-index: 30;
  background-image: linear-gradient(202deg, #05c2a41f, #fff0 37%);
  overflow: visible;
}

.section-8rem.team {
  padding-top: 4rem;
}

.overlay {
  z-index: 1;
  -webkit-backdrop-filter: contrast(101%);
  backdrop-filter: contrast(101%);
  background-image: linear-gradient(284deg, #05c2a469, #ccf0e700);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.zajecia-info {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.zajecia-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.zajecia-image.is-cover-left {
  object-position: 0% 50%;
}

.vertical-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vertical-block.stretch {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: stretch;
}

.vertical-block.stretch.is-masaze {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 6rem;
}

.vertical-block.gap4rem {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

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

.vertical-block.sticky {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  position: sticky;
  top: 75px;
}

.vertical-block.sticky.center-mobile {
  align-items: flex-start;
}

.c1 {
  letter-spacing: .5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.zajecia-image-block {
  box-shadow: none;
  opacity: .9;
  background-image: none;
  background-size: auto;
  border-radius: 10px;
  width: 100%;
  height: 17rem;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
}

.zajecia-image-block.kregoslup, .zajecia-image-block.streching {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.heading-display {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
}

.body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.div-block-36 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

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

.image-full {
  z-index: 0;
  filter: none;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.tab-item {
  border-top-width: 1px;
  border-top-color: #05c2a41a;
  border-bottom: 1px solid #05c2a429;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-title {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.tab-icon {
  border: 1px solid #e3eef3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
  display: flex;
}

.tab-icon-image {
  width: .8rem;
}

.image-background {
  z-index: 0;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.faq-list {
  border-top: 1px #e4eff3;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 1.6;
}

.text-size-regular.text-color-grey {
  color: #777;
  font-size: 1.1rem;
}

.story-content {
  padding-top: 1rem;
  padding-bottom: 0;
}

.heading-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
}

.tab-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #05c2a40f;
  border-radius: 9px 9px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 3rem 2.25rem;
  display: grid;
}

.tab-bottom.tab-bottom-full-width {
  background-color: #05c2a405;
  justify-content: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.tab-item-padding {
  cursor: pointer;
  padding: 1.4rem 0;
}

.tab-bottom-wrapper {
  overflow: hidden;
}

.image-background-sticky {
  flex-direction: column;
  margin-top: -4rem;
  padding-top: 4rem;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.paragraph-top {
  font-size: 2.1rem;
  font-weight: 300;
}

.faq-grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 45%;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff0;
  border: 1px #f0f4f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center stretch;
  padding: 0 2rem 0 0;
  display: grid;
}

.team-data-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #00000026 #00000026 #00000026 var(--primary-50);
  flex-direction: column;
  padding: 1rem 1.5rem 1rem 2rem;
  display: flex;
}

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

.summary_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  margin-top: 4rem;
  display: flex;
}

.team_wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6rem;
  display: grid;
}

.separator-2 {
  border-bottom: 1px solid #201e1f;
  width: 100%;
  height: 8rem;
}

.separator-2._4rem {
  border-bottom-color: var(--primary-50);
  height: 4rem;
}

.button-2 {
  color: #201e1f;
  background-color: #e4dbbb;
  border-radius: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .9rem;
  font-weight: 600;
}

.button-2:hover {
  background-color: #e7ddb8;
  border: 1px #000;
  box-shadow: 0 0 20px #0000001f;
}

.button-2.medium {
  padding: 12px 28px;
}

.button-2.medium.black-stroke {
  background-color: #fff0;
  border: 1px solid #000;
}

.button-2.medium.black-stroke:hover {
  border-color: var(--primary);
  box-shadow: 0 0 20px 0 var(--primary-33);
  color: var(--primary-darker);
}

.team_intro {
  position: relative;
}

.trainer_excercise {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .2rem;
  display: flex;
}

.trainer_info-text {
  z-index: 40;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  margin-left: 1rem;
  display: flex;
  position: relative;
}

.trainer_photo-gradient {
  z-index: -1;
  background-color: var(--primary-33);
  filter: blur(50px);
  border-radius: 200px;
  width: 220px;
  height: 220px;
  display: block;
  position: absolute;
  inset: auto auto -10px -60px;
}

.c2 {
  text-transform: none;
  margin-top: 3px;
  font-size: .85rem;
  font-weight: 700;
}

.trainer_image-box {
  box-shadow: none;
  border-radius: 16px;
  width: 80%;
  height: 29rem;
  margin-bottom: 1.2rem;
  position: relative;
  overflow: hidden;
}

.trainer_image-wrapper {
  z-index: 1;
  position: relative;
}

.trainer_box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.trainer_image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.trainer_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.trainer_name {
  font-size: 1.6rem;
  font-weight: 600;
}

.logo_nav {
  z-index: 50;
  width: 18rem;
  position: relative;
  top: 0;
}

.logo_wrapper {
  width: 100%;
}

.navbar {
  background-color: #ddd0;
  padding-bottom: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_wrapper {
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
}

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

.nav_item {
  letter-spacing: .6px;
  padding: 0 .5rem;
  font-size: 1.1rem;
}

.nav_item.w--current {
  color: var(--black);
}

.hero_wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.hero_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero_image.is-mobile {
  display: none;
}

.hero_image-wrapper {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--primary-33), #05c2a400 45%);
}

.oferta_intro {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.footer_logo {
  width: 12rem;
}

.footer_section {
  border-top: 1px solid var(--primary-33);
  justify-content: space-between;
  margin-top: 12rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  display: flex;
}

.footer_link {
  color: var(--black);
  font-size: 1rem;
}

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

.fb_icon {
  width: 1.4rem;
}

.contact_data {
  color: var(--black);
  letter-spacing: .01em;
  font-size: 1.2rem;
  line-height: 1.4;
}

.contact_data.footer {
  font-size: .9rem;
}

.footer_logo-adres-box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  display: flex;
}

.div-block-43 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border-left: 1px solid var(--primary-33);
  flex-flow: column;
  padding-left: 2rem;
  display: flex;
}

.spacer-xsmall {
  height: .5rem;
}

.oferta_gradient {
  z-index: -1;
  background-color: var(--primary-33);
  filter: blur(50px);
  border-radius: 200px;
  width: 10rem;
  height: 10rem;
  display: block;
  position: absolute;
  inset: 17% auto auto -10%;
}

.oferta_item-wrapper {
  position: relative;
}

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

.adres-box {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  border: 1px solid var(--primary-33);
  text-align: center;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.contact_info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tag {
  border: .9px solid var(--primary-33);
  background-color: #05c2a412;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: .1rem .7rem .2rem;
  display: flex;
}

.tag_text {
  color: #038570;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.6;
}

.adres-data-box {
  text-align: center;
}

.contact_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: grid;
}

.container-small {
  max-width: 60rem;
}

.text-size-medium {
  font-size: 1.2rem;
  font-weight: 300;
}

.text-size-medium.text-color-grey {
  color: #575757;
}

.contact_header {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.contact_image-box {
  border-radius: .5rem;
  justify-content: center;
  align-items: flex-start;
  max-width: 40rem;
  display: flex;
  overflow: hidden;
}

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

.contact-section {
  opacity: 1;
  background-image: none;
  margin-top: 14rem;
  padding-bottom: 4rem;
}

.contact_photo-map-box {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 70rem;
  margin-top: 2rem;
  display: grid;
}

.map_box {
  border-radius: .5rem;
  overflow: hidden;
}

.contact_hero-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #424242;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  p {
    font-size: .9rem;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._5-col, ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-80-start {
    flex-direction: column;
  }

  .wrap.w50-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  .wrap.w50-80-center {
    text-align: center;
    flex-direction: column;
  }

  .wrap._w-custom.structure-menu-wrap {
    width: 100%;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap._w-custom.structure-nav {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap._w-custom.nav1-light {
    background-color: #fff;
    width: 100%;
    padding: 0;
    display: block;
  }

  .wrap._w-custom.nav1-dark {
    background-color: #111212;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .wrap._w-custom.hero3 {
    flex-direction: column;
    padding-top: 50px;
  }

  .wrap._w-custom.nav2-dark {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .wrap._w-custom.hero5 {
    text-align: center;
    flex-direction: column;
    height: auto;
    padding-top: 80px;
  }

  .wrap.w80-50-start, .wrap.w50-start {
    flex-direction: column;
  }

  .wrap.w80-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  .wrap.w50-center {
    text-align: center;
    flex-direction: column-reverse;
  }

  .wrap.w80-50-center {
    text-align: center;
    flex-direction: column;
  }

  ._2-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  ._7-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .tagline.cards-lbl {
    text-align: center;
  }

  .btn.btn-white.blog2-card-cta {
    text-align: center;
    display: block;
    bottom: 20px;
    left: 30px;
  }

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

  .link-dark.navigation1-link-dark {
    margin-right: 0;
    padding: 20px;
  }

  .headline-8-col {
    text-align: center;
    width: auto;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .headline-9-col {
    width: auto;
  }

  .link-light.navigation1-link-light {
    margin-right: 0;
    padding: 20px;
  }

  .structure-cards2-menu-btn {
    background-color: #0000;
    margin-right: 30px;
    padding: 0;
  }

  .structure-cards2-menu-btn:active {
    background-color: #0000;
  }

  .structure-cards2-menu-btn.w--open {
    background-color: #0000;
    margin-right: 30px;
  }

  .nav1-wrap {
    flex-direction: row;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .nav1-menu-wrapper {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    display: flex;
    box-shadow: 0 1px 3px #1112120f;
  }

  .nav1-logo-wrapper {
    flex: none;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
    display: inline-block;
  }

  .nav1-menu-btn {
    background-color: #0000;
    margin-right: 30px;
    padding: 0;
  }

  .nav1-menu-btn:active {
    background-color: #0000;
  }

  .nav1-menu-btn.w--open {
    background-color: #0000;
    margin-right: 30px;
  }

  .nav1-menu-wrapper-dark {
    background-color: #111212;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    display: flex;
  }

  .nav1-menu-icon {
    margin-bottom: 3px;
  }

  .hero1-headline-wrapper {
    width: 100%;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .decoline.decoline-dark.left-align-decoline-dark {
    margin-left: 0;
    margin-right: 0;
  }

  .content1-image.content1-image2 {
    background-position: 50% 62%;
  }

  .content1-items {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .content1-item-description, .feature1-content {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .feature1-image1 {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

  .feature1-image2 {
    display: none;
  }

  .feature2-wrap {
    text-align: center;
    flex-direction: column-reverse;
  }

  .feature2-image1 {
    border-radius: 8px;
  }

  .feature2-content {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .feature2-image2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .team1-people-row {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .team1-person {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-right: 0;
    display: flex;
  }

  .team1-image {
    display: block;
  }

  .cta1-content {
    margin-bottom: 0;
  }

  .cta1-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer1 {
    text-align: center;
  }

  .content2-items {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content2-jumbonumber {
    font-size: 70px;
    line-height: 90px;
  }

  .content2-number-wrapper {
    width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero2-light-alt2 {
    background-image: linear-gradient(#fff6, #fff6), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 150%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 980px;
  }

  .testimonial2-logo-wrap {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial1-person-name {
    text-align: left;
  }

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

  .content6-headline {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .content5-headline-wrapper {
    text-align: center;
    padding-right: 0;
  }

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

  .content4-items {
    margin-bottom: 0;
  }

  ._6-col-last {
    width: auto;
  }

  .hero2-dark-alt2 {
    background-image: linear-gradient(#11121266, #11121266), url('../images/hero2-woman-mob.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 587px;
  }

  .testimonial2-headline {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .hero2-text-wrap {
    width: 100%;
  }

  .content5-description {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .content6-pic.content6-image2 {
    margin-bottom: 0;
  }

  .testimonial2-col {
    flex-direction: row;
  }

  .content3-headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .content4-item {
    text-align: center;
    margin-bottom: 40px;
  }

  .hero2-dark {
    background-image: linear-gradient(#11121266, #11121266), url('../images/header-2-landing.jpg');
    background-position: 0 0, -280px;
    background-repeat: repeat, no-repeat;
    background-size: auto, 940px;
  }

  .footer2-logo-wrapper {
    margin-bottom: 10px;
  }

  .testimonial1-item {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .feature4-text-wrap {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .nav2-logo-wrapper {
    flex: none;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
    display: inline-block;
  }

  .blog1-article {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog1-article.blog4-article-right-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .blog1-article.blog1-article-left-wrapper {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .navigation2 {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial4-tweet {
    width: 65%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonial4-small-tweets-wrap {
    flex-direction: column;
    align-items: center;
  }

  .feature5-row-wrap {
    flex-direction: column;
  }

  .testimonial4-big-tweets-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog1-article-cover {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog1-article-cover.blog1-article-cover-1 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .blog1-article-cover.blog1-article-cover-2 {
    margin-bottom: 30px;
  }

  .feature4-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .nav1-menuicon {
    margin-bottom: 3px;
  }

  .hero3-text-wrapper {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .testimonial3-logo-wrapper {
    margin-bottom: 20px;
  }

  .feature4-image {
    margin: -20px auto;
    display: block;
  }

  .feature3-text-wrapper {
    padding-left: 0;
  }

  .content7-numbers-wrap {
    flex-direction: column;
    align-items: center;
  }

  .feature3-subitem-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .feature5-item-wrap {
    text-align: center;
    padding-right: 0;
  }

  .feature3-icon {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .blog1-articles-wrap {
    flex-direction: column;
  }

  .content7-number-card {
    text-align: center;
  }

  .hero3-image {
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav2-menu-wrapper-dark {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .cta3-item-wrap.cta3-recommended-option {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .footer3-bottom-links-wrapper {
    text-align: center;
    justify-content: center;
  }

  .footer3-logo-wrapper {
    justify-content: center;
  }

  .cta2 {
    text-align: center;
    flex-direction: column;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer3-links-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .form1-form-wrapper {
    width: 100%;
  }

  .cta3-options-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .hero4-buttons-wrap {
    text-align: center;
  }

  .hero5-headline-wrap {
    text-align: center;
    padding-right: 0;
  }

  .hero5-image {
    margin-top: -10px;
    position: static;
  }

  .testimonial5-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonial5-content-wrap {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .testimonial5-item-wrap {
    text-align: center;
  }

  .form2-wrapper {
    margin-top: -20px;
  }

  .form2 {
    flex-direction: column;
    height: auto;
  }

  .form2-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    height: 300px;
    margin-right: 0;
  }

  .signup-account-link {
    text-align: left;
  }

  .form2-form-section-wrapper {
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 40px;
  }

  .card-headline {
    width: 60%;
    max-width: 100%;
    display: block;
  }

  .card-headline._6col-card {
    width: 60%;
    display: block;
  }

  .blog5-article-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  .team2-profile-card {
    padding: 40px 40px 30px;
  }

  .blog4-articles-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog2-articles-wrap {
    flex-direction: column;
  }

  .blog3-card {
    text-align: left;
  }

  .blog3-card.blog3-card1-content {
    width: auto;
  }

  .blog2-article, .blog4-article-wrap {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog5-articles-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .blog3-articles-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .content9-item-wrap {
    text-align: center;
    padding-right: 0;
  }

  .cta4-headline-wrap {
    text-align: center;
    width: 100%;
  }

  .cta4-headline-extrajumbo {
    font-size: 54px;
    line-height: 70px;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .form3-input {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form3-form {
    margin-top: -10px;
  }

  .cta5-item-wrap {
    text-align: center;
    flex-direction: column;
    padding: 30px;
  }

  .cta5-option-headline {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .products1-content-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .products1-price-wrap {
    justify-content: center;
  }

  .products1-actions-wrap {
    flex-direction: row;
  }

  .products2-items-wrap {
    text-align: center;
    flex-direction: column;
    margin-bottom: -30px;
  }

  .products2-description-wrap {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .products3-big-image-wrap {
    margin-bottom: 0;
  }

  .products3-content-wrap {
    padding-right: 0;
  }

  .products3-small-images-wrap {
    display: none;
  }

  .home-header {
    margin-top: 10rem;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .home-header-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0;
  }

  .container-1440 {
    max-width: 720px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-top {
    font-size: 2rem;
  }

  .button.large {
    padding: 12px 18px;
    font-size: .8rem;
  }

  .button.nav {
    display: none;
  }

  .gradient-overlay {
    height: 51vh;
  }

  .quick-stack {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
  }

  .more-text {
    font-size: .8rem;
  }

  .separator {
    height: 5rem;
  }

  .section-8rem {
    padding-top: 5rem;
  }

  .section-8rem.o-nas {
    background-image: none;
  }

  .section-8rem.team {
    padding-top: 0;
  }

  .zajecia-info {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .more-arrow {
    max-width: 18%;
  }

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

  .vertical-block.stretch {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .vertical-block.center {
    width: 100%;
  }

  .vertical-block.sticky.center-mobile {
    align-items: center;
  }

  .c1 {
    font-size: .9rem;
  }

  .zajecia-image-block {
    height: 15rem;
    margin-bottom: 4px;
  }

  .heading-display {
    font-size: 1.8rem;
  }

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

  .image-full {
    overflow: hidden;
  }

  .tab-title {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-icon {
    width: 2.8rem;
    height: 2.8rem;
    padding: .8rem;
  }

  .tab-icon-image {
    width: 1rem;
  }

  .image-background {
    height: 480px;
  }

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

  .text-size-regular, .text-size-regular.text-color-grey {
    font-size: .9rem;
  }

  .story-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-small {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .tab-bottom.tab-bottom-full-width, .tab-item-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-background-sticky {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: relative;
  }

  .paragraph-top {
    font-size: 1.2rem;
  }

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

  .team-data-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .summary_wrapper {
    margin-top: 3rem;
  }

  .team_wrapper {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .separator-2 {
    height: 5rem;
  }

  .button-2.medium.black-stroke {
    padding: 10px 24px;
    font-size: .8rem;
  }

  .trainer_excercise {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .c2 {
    font-size: .8rem;
  }

  .trainer_image-box {
    width: 100%;
    height: 27rem;
  }

  .trainer_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .logo_nav {
    width: 14rem;
  }

  .nav_wrapper {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_item {
    border-bottom: 1px solid var(--primary-33);
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 2rem;
    display: flex;
  }

  .hero_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 0;
  }

  .hero_image.is-mobile {
    display: none;
  }

  .oferta_intro {
    margin-bottom: 2rem;
  }

  .footer_section {
    justify-content: space-between;
    align-items: flex-start;
  }

  .fb_icon.nav {
    margin-right: 1rem;
  }

  .contact_data {
    font-size: .9rem;
  }

  .footer_logo-adres-box {
    flex-flow: column;
  }

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

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

  .oferta_gradient {
    width: 130px;
    height: 130px;
    top: 20%;
    left: -5%;
  }

  .adres-box {
    width: 100%;
    height: 100%;
  }

  .contact_grid {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .contact-section {
    margin-top: 10rem;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .contact_photo-map-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  ._6-col {
    margin-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.structure-menu-wrap {
    text-align: center;
    background-color: #1a1a1a;
    width: auto;
    padding: 30px 0 10px;
  }

  .wrap._w-custom.structure-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .btn.btn-white.blog2-card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .h1-jumbo {
    font-size: 44px;
    line-height: 56px;
  }

  .structure-2nd-col-allcards {
    margin-top: -40px;
  }

  .structure-menu-items {
    text-align: center;
    background-color: #1a1a1a;
    border-top: 1px solid #ffffff0f;
    border-bottom: 1px solid #ffffff0f;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .sections-menu-headline {
    margin-bottom: 16px;
  }

  .structure-cards-menu {
    height: 60px;
  }

  .structure-more-items {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .structure-cards2-menu-btn {
    margin-top: -4px;
    padding: 0;
  }

  .structure-cards2-menu-btn.w--open {
    margin-top: -4px;
  }

  .structure-link {
    margin-left: 30px;
  }

  .structure-link.structure-menu-link {
    color: #fffc;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }

  .structure-project-menu {
    z-index: 9;
    text-align: left;
    overflow: scroll;
  }

  .structure-cards2-topbar-wrapper {
    z-index: 20;
    position: relative;
  }

  .structure-menu {
    z-index: 10;
  }

  .nav1-logo-wrapper {
    display: inline-block;
  }

  .nav1 {
    z-index: 10;
  }

  .nav1-menu-btn {
    margin-top: -4px;
    padding: 0;
  }

  .nav1-menu-btn.w--open {
    margin-top: -4px;
  }

  .hero2-light-alt2 {
    background-image: linear-gradient(#fff9, #fff9), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 100%;
  }

  .hero2-dark-alt2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/hero2-woman.jpg');
    background-position: 0 0, 50%;
  }

  .hero2-dark {
    background-image: linear-gradient(#11121266, #11121266), url('../images/header-2-landing.jpg');
    background-position: 0 0, 100%;
  }

  .testimonial1-item {
    width: auto;
  }

  .nav2-logo-wrapper {
    display: inline-block;
  }

  .testimonial4-tweet {
    width: 70%;
  }

  .nav2 {
    z-index: 10;
  }

  .hero3-image {
    margin-top: -20px;
  }

  .cta2 {
    width: 94%;
    padding: 25px 30px;
  }

  .hero4-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero4-first-button {
    display: inline-block;
  }

  .form2-form-section-wrapper {
    padding: 30px;
  }

  .card-headline {
    width: 60%;
    display: block;
  }

  .blog2-article-cover.blog2-article-content1 {
    background-image: url('../images/rawpixel-589084-unsplash.jpg');
  }

  .team2-profile-card {
    padding: 30px 40px;
  }

  .cta4-headline-extrajumbo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .home-header {
    margin-top: 7rem;
  }

  .home-header-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
    position: static;
  }

  .hero_heading-box {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .heading-top {
    font-size: 1.6rem;
    font-weight: 300;
  }

  .button {
    font-size: .8rem;
  }

  .button.large {
    padding: 12px 24px;
  }

  .gradient-overlay {
    height: 40vh;
  }

  .quick-stack {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .more-text {
    font-size: .7rem;
  }

  .section-8rem {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-8rem.zajecia {
    display: block;
  }

  .section-8rem.team {
    padding-bottom: 0;
  }

  .zajecia-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .more-arrow {
    max-width: 14%;
  }

  .vertical-block.center {
    width: 100%;
  }

  .vertical-block.sticky.center-mobile {
    text-align: center;
  }

  .c1 {
    font-size: 1.2rem;
  }

  .zajecia-image-block {
    margin-bottom: 0;
  }

  .heading-display {
    font-size: 1.2rem;
  }

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

  .tab-icon {
    width: 2.4rem;
    height: 2.4rem;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .tab-icon-image {
    width: 1rem;
  }

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

  .text-size-regular.text-color-grey {
    line-height: 1.5;
  }

  .heading-small {
    font-size: 1.1rem;
  }

  .tab-bottom {
    grid-template-columns: 1fr 3.5rem;
    padding: 2rem;
  }

  .tab-bottom.tab-bottom-full-width {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .faq-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .tab-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team-data-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 12px 18px;
  }

  .grid-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .summary_wrapper {
    margin-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .team_wrapper {
    margin-top: 0;
  }

  .button-2 {
    font-size: .8rem;
  }

  .team_intro {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .trainer_excercise {
    align-items: flex-start;
  }

  .trainer_info-text {
    text-align: left;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .trainer_photo-gradient {
    left: 110px;
  }

  .trainer_image-box {
    justify-content: flex-start;
    align-items: center;
    width: 18rem;
    height: 17rem;
    display: flex;
  }

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

  .trainer_image {
    object-fit: cover;
    object-position: 50% 0%;
  }

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

  .logo_nav {
    width: 12rem;
  }

  .navbar {
    padding-bottom: 0;
  }

  .nav_wrapper {
    padding-top: 1rem;
  }

  .nav-menu {
    z-index: 10;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -1rem;
  }

  .nav_item {
    padding: 1rem 1rem 1rem 2rem;
    font-size: 1rem;
  }

  .hero_wrapper {
    text-align: center;
    flex-flow: column;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero_image.is-mobile {
    max-height: 40vh;
    display: block;
  }

  .hero_image-wrapper {
    display: none;
  }

  .footer_section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4rem;
  }

  .footer_link-box {
    flex-flow: wrap;
    width: 100%;
  }

  .fb_icon.nav {
    margin-right: 0;
  }

  .footer_logo-adres-box {
    flex-flow: row;
  }

  .menu-button {
    background-color: #c8c8c800;
  }

  .oferta_gradient {
    top: 23%;
  }

  .contact_grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
  }

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

  .contact-section {
    margin-top: 9rem;
  }

  .contact_photo-map-box {
    grid-template-columns: 1fr;
  }

  .contact_hero-box {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .btn {
    text-align: center;
    display: block;
  }

  .btn.btn-white {
    display: block;
  }

  .btn.team3-left-button {
    margin-right: 0;
    display: block;
  }

  .btn.hero4-left-button {
    margin-right: 0;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .btn-big.btn-white {
    display: block;
  }

  .cta1-wrap {
    align-items: stretch;
  }

  .hero2-light-alt2 {
    background-image: linear-gradient(#fffc, #fffc), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 88%;
  }

  .hero2-dark {
    background-image: linear-gradient(#11121266, #11121266), url('../images/header-2-landing.jpg');
    background-position: 0 0, 80%;
  }

  .blog1-article.blog1-article-left-wrapper {
    margin-bottom: 30px;
  }

  .testimonial4-tweet {
    width: auto;
    max-width: none;
  }

  .hero3-firstbutton-wrap {
    margin-right: 0;
    display: block;
  }

  .landing3-logo.landing3-logo-mob {
    display: none;
  }

  .form1 {
    flex-direction: column;
    align-items: stretch;
  }

  .cta2 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta2.cta2-dark {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form1-input {
    height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .hero4-wrap {
    height: auto;
  }

  .hero4-first-button {
    margin-right: 0;
    display: block;
  }

  .signup-account-link {
    text-align: center;
  }

  .form2-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .team2-profile-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .team3-profile-card {
    padding: 30px;
  }

  .team3-buttons-wrap {
    text-align: center;
    width: 100%;
    display: block;
  }

  .cta4-headline-extrajumbo {
    width: 100%;
  }

  .form3-input {
    height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .products1-actions-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .products3-option-wrap {
    text-align: left;
  }

  .home-header {
    text-align: center;
    padding-bottom: 32px;
  }

  .home-header-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .hero_heading-box {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-top {
    font-size: 1.3rem;
    font-weight: 400;
  }

  .button {
    padding: 6px 16px;
    font-size: .7rem;
  }

  .button.large {
    padding: 10px 20px;
    font-size: .8rem;
  }

  .gradient-overlay {
    height: 410px;
  }

  .quick-stack {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .separator {
    height: 40px;
    display: block;
  }

  .section-8rem {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .zajecia-info {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 10px;
  }

  .more-arrow {
    max-width: 15%;
  }

  .zajecia-image {
    object-position: 50% 0%;
  }

  .vertical-block.stretch.is-masaze {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .c1 {
    letter-spacing: 0;
    font-size: 1rem;
  }

  .zajecia-image-block {
    height: 70vw;
  }

  .zajecia-image-block.kregoslup {
    margin-bottom: 0;
  }

  .heading-display {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .div-block-36 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
  }

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

  .tab-icon {
    margin-left: 0;
  }

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

  .text-size-regular {
    font-size: .8rem;
  }

  .text-size-regular.text-color-grey {
    line-height: 1.4;
  }

  .heading-small {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .tab-bottom {
    padding: 2rem;
    display: flex;
  }

  .tab-bottom.tab-bottom-full-width {
    padding: .25rem 1.2rem;
  }

  .tab-item-padding {
    padding-top: .2rem;
    padding-bottom: .6rem;
  }

  .image-background-sticky {
    height: 125vw;
  }

  .paragraph-top {
    font-size: 1rem;
  }

  .faq-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .tab-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team-data-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 10px;
  }

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

  .summary_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .separator-2 {
    height: 50px;
    display: block;
  }

  .separator-2._4rem {
    height: 4rem;
    margin-bottom: .5rem;
  }

  .button-2 {
    padding: 6px 16px;
    font-size: .7rem;
  }

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

  .trainer_excercise {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .trainer_info-text {
    margin-left: 0;
    margin-right: 0;
  }

  .c2 {
    font-size: .7rem;
  }

  .trainer_image-box {
    width: 18rem;
    height: 24rem;
  }

  .trainer_image {
    object-position: 50% 0%;
  }

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

  .navbar {
    z-index: 20;
    padding-bottom: 0;
  }

  .nav-menu {
    z-index: 30;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -1rem;
  }

  .nav_item {
    background-color: var(--white);
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .hero_image.is-mobile {
    max-height: 30vh;
    display: block;
  }

  .oferta_intro {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  .footer_section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer_link-box {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .contact_data {
    font-size: 1.1rem;
  }

  .contact_data.footer {
    text-align: right;
    font-size: .7rem;
  }

  .footer_logo-adres-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    width: 100%;
    display: grid;
  }

  .div-block-43 {
    text-align: right;
    border-left-style: none;
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    font-size: .7rem;
  }

  .tag_text {
    font-size: .7rem;
  }

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

  .text-size-medium.text-color-grey {
    font-size: .9rem;
  }

  .contact-section {
    text-align: center;
    padding-bottom: 32px;
  }

  .contact_hero-box {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
}

#w-node-_60a61247-b0fb-a112-71c2-0b51fff6e0a8-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f8846fe8-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f8846ffb-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f8846ffe-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f8847002-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f8847008-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f884700b-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f884700f-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f8847015-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f8847018-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f884701c-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f8847022-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f8847025-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f8847029-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f884703c-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f884703f-16c5eb6f, #w-node-ab862159-1860-ede9-6859-b1f7f8847043-16c5eb6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa41224a-7ec2-13ea-eb80-96b12011384f-16c5eb6f, #w-node-f5716c7a-7659-cb14-bc46-051eb9f49e80-16c5eb6f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-db9d5989-c749-05d0-340b-2929f4cbe3ba-16c5ebea, #w-node-d07c4ad1-e21d-9669-cf1c-33ee28bbcd3f-16c5ebea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fa41224a-7ec2-13ea-eb80-96b12011384f-16c5eb6f, #w-node-f5716c7a-7659-cb14-bc46-051eb9f49e80-16c5eb6f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_60a61247-b0fb-a112-71c2-0b51fff6e0a8-16c5eb6f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_02c5d1ac-5d38-0286-a21e-147ebe4e299e-16c5eb6f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fa41224a-7ec2-13ea-eb80-96b12011384f-16c5eb6f, #w-node-f5716c7a-7659-cb14-bc46-051eb9f49e80-16c5eb6f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-db9d5989-c749-05d0-340b-2929f4cbe3ba-16c5ebea {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7b8b339b-3866-d617-463e-673c916dcbca-16c5ebea {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fa41224a-7ec2-13ea-eb80-96b12011384f-16c5eb6f, #w-node-f5716c7a-7659-cb14-bc46-051eb9f49e80-16c5eb6f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


