@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --text: #1b1b36;
  --hlavní-zelená: #077968;
  --cta: #09bea2;
}

body {
  color: var(--text);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  color: var(--hlavní-zelená);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 120px;
  font-weight: 200;
  line-height: 140px;
}

h2 {
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 150%;
}

h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

a {
  color: var(--hlavní-zelená);
  text-decoration: underline;
}

ul {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

li {
  list-style-type: none;
}

strong {
  font-weight: 600;
}

.header {
  background-color: #dae2e5;
  border: 20px solid #fff;
  width: 100%;
  padding: 40px 50px 120px;
  position: relative;
  overflow: hidden;
}

.header-flare {
  z-index: 1;
  filter: blur(200px);
  background-color: #fff;
  border-radius: 400px;
  width: 800px;
  height: 800px;
  position: absolute;
  top: -100px;
  left: -200px;
}

.content-inner {
  z-index: 10;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.content-inner.align-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-inner.testimonial-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header-inner {
  z-index: 10;
  max-width: 1420px;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-desc {
  color: var(--hlavní-zelená);
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 150%;
}

.header-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--hlavní-zelená);
  border-top: 1px solid #fff;
  flex-flow: column;
  width: 100%;
  padding-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 150%;
  display: flex;
}

.header-text-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  display: grid;
}

.header-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.cta-button {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--cta);
  color: #fff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 40px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-button:hover {
  background-color: var(--hlavní-zelená);
  box-shadow: 0 0 15px #09bea280;
}

.cta-button-arrow {
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.secondary-button {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--hlavní-zelená);
  border: 1px solid #07796833;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.header-woman {
  background-image: url('../images/woman-header.png');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  max-width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.content {
  padding: 200px 20px;
}

.content.about {
  color: #fff;
  text-align: right;
  background-color: #1b1b36;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 150%;
  position: relative;
}

.content.gray-bg {
  background-color: #ecf0f2;
}

.content.testimonials {
  background-color: var(--text);
  color: #fff;
  line-height: 180%;
}

.content.cta {
  color: #fff;
  background-color: #09bea2;
  font-size: 20px;
  line-height: 200%;
}

.content.team-list {
  overflow: hidden;
}

.content.footer {
  background-color: var(--text);
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.main-claim {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 20px;
  font-weight: 400;
  line-height: 200%;
  display: grid;
}

.main-claim-text {
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 20px;
}

.about-text {
  text-align: right;
  max-width: 55%;
}

.about-photo {
  width: 100%;
  max-width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.about-photo-inner {
  background-color: #8a5858;
  background-image: url('../images/main-about-photo.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 75%;
  height: 100%;
  position: absolute;
}

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

.usp-grid-text-item {
  background-color: #f5f6f9;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 60px;
  padding-right: 60px;
  display: flex;
}

.usp-grid-text-item.usp-item-3 {
  padding-left: 61px;
  display: flex;
}

.usp-text-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f6f9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.usp-text-item.usp-item-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.usp-text-item.usp-item-2 {
  justify-content: flex-end;
  align-items: flex-start;
}

.usp-text-item.usp-item-5 {
  background-color: #f1eee4;
}

.usp-image-item-1 {
  background-image: url('../images/usp-photo-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 510px;
  border-radius: 20px;
}

.usp-image-item-2 {
  background-image: url('../images/marek.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 372px;
  border-radius: 20px;
  overflow: hidden;
}

.usp-big-benefit {
  text-align: center;
  width: 100%;
  max-width: 740px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 150%;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-services {
  max-width: 75%;
}

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

.service-item {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.list-item {
  list-style-type: none;
}

.service-green-number {
  color: var(--cta);
  margin-right: 20px;
}

.testimonials-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-heading {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-slider {
  aspect-ratio: 4 / 3;
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide {
  width: 100%;
  height: auto;
}

.div-block {
  aspect-ratio: 4 / 3;
  width: 100%;
}

.mask {
  height: auto;
}

.testimonials-slider {
  aspect-ratio: 4 / 3.5;
  background-color: #0000;
  border-radius: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.testimonial-item {
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-text {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#0000, #00000080);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 120px 60px 60px;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 150%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.testimonial-name {
  font-size: 20px;
  line-height: 120%;
}

.slide-nav {
  display: none;
}

.testimonial-arrows-container {
  z-index: 10;
  background-color: #fff3;
  border-radius: 34px;
  width: 126px;
  height: 68px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.testimonial-left-arrow {
  z-index: 1000;
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto 88px 30px auto;
}

.testimonial-right-arrow {
  z-index: 1000;
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto 30px 30px auto;
}

.slider-card_bottom {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.container-custom-1 {
  width: 100%;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.icon-1x1-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: .875rem;
  min-width: .875rem;
  max-width: .875rem;
  height: .875rem;
  min-height: .875rem;
  max-height: .875rem;
  display: flex;
}

.slider_mask {
  width: 25%;
  overflow: visible;
}

.slider_arrow {
  background-color: var(--cta);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow:hover {
  background-color: var(--text);
  border-color: #ced2d9;
}

.slider_arrow.left {
  transition-timing-function: cubic-bezier(.6, .6, 0, 1);
  display: flex;
  right: 60px;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.slider_slide {
  width: 24rem;
  margin-right: 1rem;
}

.slider-card {
  aspect-ratio: 3 / 4;
  color: #054638;
  background-color: #60eea3;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-card_top {
  width: 100%;
}

.slider_navigation {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto .25rem 0%;
}

.heading-style-h2 {
  letter-spacing: -.02em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-top: 60px;
  padding-bottom: 5rem;
  position: relative;
}

.team-member-info {
  z-index: 100;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.team-member-position {
  color: var(--hlavní-zelená);
  text-transform: uppercase;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.team-member-photo {
  z-index: 10;
  flex: 1;
  min-width: 100%;
  max-width: none;
  position: absolute;
  inset: 0 auto;
}

.cta-bottom-button {
  outline-offset: 0px;
  color: var(--text);
  background-color: #fff;
  border-radius: 40px;
  outline: 10px solid #fff3;
  padding: 20px 30px;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .3s;
}

.cta-bottom-button:hover {
  background-color: var(--hlavní-zelená);
  color: #fff;
}

.half-text-center {
  max-width: 50%;
  font-family: Clashdisplay, Arial, sans-serif;
}

.cta-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.bottom-contact-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.bottom-contact-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  border: 1px solid #ffffff80;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px;
  font-family: Clashdisplay, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.bottom-contact-link:hover {
  border-color: var(--hlavní-zelená);
}

.bottom-icon {
  width: 34px;
  height: 32px;
}

.bottom-contact-link-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 150%;
  display: flex;
}

.bottom-contact-link-info {
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
}

.partner-logo-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.partner-logo-item {
  background-color: #ffffff1a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 80px;
  padding: 20px;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  display: flex;
}

.footer-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--cta);
  text-decoration: none;
}

.social-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-social-icon {
  color: #fff;
  width: 20px;
  height: 20px;
}

.footer-social-icon:hover {
  color: var(--cta);
}

.text-block-2 {
  z-index: 200;
  opacity: .5;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 20px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  inset: 50% auto 0 -70px;
  transform: rotate(-90deg);
}

.logo {
  z-index: 100;
  color: var(--hlavní-zelená);
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.sub-header {
  background-color: #dae2e5;
  border: 20px solid #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 40px 120px;
  display: block;
  position: relative;
  overflow: hidden;
}

.sub-header-inner {
  z-index: 10;
  text-align: center;
  max-width: 1420px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 12px;
  display: flex;
}

.testimonial-arrow-icon.left-arrow {
  transform: rotate(-180deg);
}

.text-block-3, .text-block-4, .text-block-5, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .text-block-6, .text-block-7 {
  font-family: Clashdisplay, Arial, sans-serif;
}

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

.equipment-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #f5f6f9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 60px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.equipment-item.usp-item-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.equipment-item.usp-item-2 {
  justify-content: flex-end;
  align-items: flex-start;
}

.equipment-item.usp-item-5 {
  background-color: #f1eee4;
}

.team-image {
  border-radius: 20px;
  max-width: 940px;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 120%;
  }

  .header-flare {
    top: -200px;
    left: -300px;
  }

  .content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-inner.testimonial-inner {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .header-inner {
    text-shadow: 0 0 20px #fff, 0 0 20px #fff;
    margin-top: 80px;
  }

  .header-desc {
    width: 50%;
    font-size: 30px;
  }

  .header-text {
    width: 80%;
    font-size: 24px;
  }

  .header-text-container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 40px;
    display: flex;
  }

  .header-woman {
    width: 60%;
  }

  .content {
    padding: 120px 0;
  }

  .content.about {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 20px;
  }

  .content.cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .main-claim {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main-claim-text {
    max-width: 100%;
    margin-top: 40px;
  }

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

  .usp-image-item-2 {
    background-size: cover;
  }

  .testimonial-wrapper {
    width: 100%;
  }

  .slider_mask {
    width: 50%;
  }

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

  .half-text-center {
    max-width: 100%;
  }

  .bottom-contact-links {
    flex-flow: wrap;
  }

  .bottom-contact-link-text {
    text-align: left;
  }

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

  .txt-wrapper {
    font-size: 30px;
    line-height: 130%;
  }

  .sub-header-inner {
    margin-top: 80px;
  }

  .equipment-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    display: grid;
  }

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

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

  .header {
    padding-bottom: 80px;
  }

  .header-desc {
    width: 100%;
  }

  .header-text {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
  }

  .header-buttons {
    flex-flow: column;
  }

  .cta-button {
    justify-content: space-between;
    align-items: center;
  }

  .secondary-button {
    justify-content: center;
    align-items: center;
    height: 68px;
  }

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

  .content.about {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
  }

  .main-claim {
    flex-flow: column;
    display: flex;
  }

  .main-claim-text.team {
    margin-top: 0;
  }

  .about-text {
    text-align: left;
    max-width: 100%;
  }

  .about-photo {
    aspect-ratio: 4 / 3;
    max-width: 100%;
    position: static;
  }

  .about-photo-inner {
    width: 100%;
    position: static;
  }

  .usp-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .usp-text-item {
    padding: 40px;
    font-size: 18px;
  }

  .usp-image-item-2 {
    aspect-ratio: 1;
  }

  .usp-big-benefit {
    margin-top: 80px;
    font-size: 32px;
  }

  .heading-services {
    max-width: 100%;
  }

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

  .testimonial-text {
    padding: 80px 40px 40px;
    font-size: 32px;
  }

  .slider-card_bottom {
    width: auto;
    margin-top: 1rem;
  }

  .container-custom-1 {
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .slider_mask {
    width: auto;
  }

  .slider_arrow:hover {
    background-color: #fff;
  }

  .slider_arrow.left {
    right: 3rem;
  }

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

  .slider_slide {
    width: auto;
  }

  .slider-card {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    display: flex;
  }

  .slider-card_top {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

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

  .slider {
    margin-top: 3rem;
  }

  .sub-header {
    padding-bottom: 80px;
  }

  .equipment-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .equipment-item {
    padding: 40px;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .header {
    border-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-flare {
    z-index: 10;
    filter: none;
    background-color: #0000;
    background-image: linear-gradient(90deg, #dae2e5 56%, #dae2e500);
    border-radius: 0;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
  }

  .header-inner {
    margin-top: 60px;
  }

  .header-desc {
    margin-top: 20px;
    font-weight: 300;
  }

  .header-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }

  .header-text-container {
    margin-top: 30px;
  }

  .cta-button {
    padding-left: 30px;
    line-height: 120%;
  }

  .cta-button-arrow {
    flex: none;
  }

  .secondary-button {
    display: none;
  }

  .content.testimonials {
    padding-bottom: 120px;
  }

  .testimonials-slider {
    aspect-ratio: 2 / 3;
    text-align: center;
    overflow: visible;
  }

  .testimonial-image {
    height: auto;
    position: static;
  }

  .testimonial-text {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-arrows-container {
    margin-left: auto;
    margin-right: auto;
    bottom: -90px;
    left: 0;
    right: 0;
  }

  .testimonial-left-arrow {
    margin-right: 5px;
    bottom: -80px;
    right: 50%;
  }

  .testimonial-right-arrow {
    margin-left: 5px;
    bottom: -80px;
    left: 50%;
    right: auto;
  }

  .slider_mask {
    width: 95%;
  }

  .slider-card {
    padding: 1.75rem;
  }

  .slider_navigation {
    right: 7rem;
  }

  .slider {
    margin-top: 0;
    padding-bottom: 4rem;
  }

  .text-block {
    font-size: 20px;
    font-weight: 400;
  }

  .sub-header {
    border-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-weight: 300;
  }
}

#w-node-e6368dc4-d596-c801-ba8e-e94a8b19cc1b-9b1cdd9f {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-aae8cbd9-c350-75ed-9a99-b3a9d2783480-9b1cdd9f {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_9d072a19-9ecc-4168-2204-58bd211386d4-9b1cdd9f {
  grid-area: 2 / 3 / 3 / 12;
}

#w-node-_6202005e-2553-c984-f1ec-6cce0624c3d4-9b1cdd9f {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_6202005e-2553-c984-f1ec-6cce0624c3dd-9b1cdd9f {
  grid-area: 2 / 4 / 3 / 9;
}

#w-node-_6202005e-2553-c984-f1ec-6cce0624c3e3-9b1cdd9f {
  grid-area: 1 / 9 / 3 / 13;
}

#w-node-_6202005e-2553-c984-f1ec-6cce0624c3eb-9b1cdd9f {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-_6202005e-2553-c984-f1ec-6cce0624c3ec-9b1cdd9f {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-e4600b2a-00ad-9dc0-687b-41f9b9b4b3cf-9b1cdd9f, #w-node-ff0d5446-6edc-76a2-b01c-328a523113e3-9b1cdd9f, #w-node-b4e96498-6b0a-6b95-3b87-84fa75e82501-9b1cdd9f, #w-node-_17d20b98-963d-1ce9-ffb1-688df61cbcfd-9b1cdd9f, #w-node-a21c1ead-d6e9-b3fb-e275-fdb3139385fe-9b1cdd9f, #w-node-a436ea15-3ecf-d609-9220-0f9f3280b1af-9b1cdd9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_467dfbb3-1757-7bb1-29ec-4a9116ed341a-9b1cdd9f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ca1a3f64-c3d3-30df-7ce4-0176cb137dab-9b1cdd9f {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-d6601e31-f122-4a39-ae6e-0b23dd507219-9b1cdd9f {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-d6601e31-f122-4a39-ae6e-0b23dd50721b-9b1cdd9f {
  grid-area: 2 / 3 / 3 / 10;
}

#w-node-aae8cbd9-c350-75ed-9a99-b3a9d2783480-9b1cdda0 {
  grid-area: 1 / 1 / 2 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-_9d072a19-9ecc-4168-2204-58bd211386d4-9b1cdd9f {
    grid-column: 2 / 7;
  }

  #w-node-_6202005e-2553-c984-f1ec-6cce0624c3d4-9b1cdd9f {
    grid-column-end: 5;
  }

  #w-node-_6202005e-2553-c984-f1ec-6cce0624c3dd-9b1cdd9f {
    grid-area: 3 / 3 / 4 / 7;
  }

  #w-node-_6202005e-2553-c984-f1ec-6cce0624c3e3-9b1cdd9f {
    grid-column: 1 / 7;
    grid-row-start: 2;
  }

  #w-node-_6202005e-2553-c984-f1ec-6cce0624c3eb-9b1cdd9f {
    grid-column: 5 / 7;
  }

  #w-node-_6202005e-2553-c984-f1ec-6cce0624c3ec-9b1cdd9f {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-e4600b2a-00ad-9dc0-687b-41f9b9b4b3cf-9b1cdd9f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff0d5446-6edc-76a2-b01c-328a523113e3-9b1cdd9f, #w-node-b4e96498-6b0a-6b95-3b87-84fa75e82501-9b1cdd9f, #w-node-_17d20b98-963d-1ce9-ffb1-688df61cbcfd-9b1cdd9f, #w-node-a21c1ead-d6e9-b3fb-e275-fdb3139385fe-9b1cdd9f, #w-node-a436ea15-3ecf-d609-9220-0f9f3280b1af-9b1cdd9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6601e31-f122-4a39-ae6e-0b23dd50721b-9b1cdd9f {
    grid-column: 2 / 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6202005e-2553-c984-f1ec-6cce0624c3d4-9b1cdd9f {
    grid-column-end: 3;
  }

  #w-node-_6202005e-2553-c984-f1ec-6cce0624c3dd-9b1cdd9f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6202005e-2553-c984-f1ec-6cce0624c3e3-9b1cdd9f {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_6202005e-2553-c984-f1ec-6cce0624c3eb-9b1cdd9f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6202005e-2553-c984-f1ec-6cce0624c3ec-9b1cdd9f {
    grid-row: 4 / 5;
    grid-column-start: 2;
  }

  #w-node-e4600b2a-00ad-9dc0-687b-41f9b9b4b3cf-9b1cdd9f, #w-node-ff0d5446-6edc-76a2-b01c-328a523113e3-9b1cdd9f, #w-node-b4e96498-6b0a-6b95-3b87-84fa75e82501-9b1cdd9f, #w-node-_17d20b98-963d-1ce9-ffb1-688df61cbcfd-9b1cdd9f, #w-node-a21c1ead-d6e9-b3fb-e275-fdb3139385fe-9b1cdd9f, #w-node-a436ea15-3ecf-d609-9220-0f9f3280b1af-9b1cdd9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}