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

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

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

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

:root {
  --color--white: white;
  --typography--font: Lexend, Arial, sans-serif;
  --color--black: black;
  --font-size--paragraph-xl: 20px;
  --color--teal: #30b44c;
  --color--gray: #f7f7f7;
  --font-size--paragraph-m: 14px;
  --font-size--h2: 60px;
  --font-size--h5: 30px;
  --color--shadow-02: #dae1e880;
  --font-size--paragraph-l: 16px;
  --color--shadow-04: #a8adb380;
  --font-size--h3: 50px;
  --font-size--h4: 40px;
  --color--shadow-01: #0000001a;
  --font-size--paragraph-sm: 12px;
  --color--blue-light: #dae1e8;
  --color--pink: #ed7072;
  --color--black-light: #020202;
  --font-size--paragraph-s: 11px;
  --flowui-component-library-gray-200\<deleted\|variable-7bab5fb1\>: #f3f5fb;
  --flowui-component-library-white\<deleted\|variable-f397231a\>: white;
  --flowui-component-library-grey-600\<deleted\|variable-ffef878b\>: #393b6a;
  --flowui-component-library-gray-700\<deleted\|variable-87e3868e\>: #282556;
  --color--shadow-03: #a8adb3;
  --tab: 0px;
  --font-size--h1: 100px;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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 {
  background-color: var(--color--white);
  font-family: var(--typography--font);
  color: var(--color--black);
  font-size: var(--font-size--paragraph-xl);
  line-height: 20px;
}

a {
  color: var(--color--teal);
  text-decoration: none;
}

a:hover {
  color: #27863c;
}

strong {
  font-weight: bold;
}

.gallery-container {
  max-width: none;
}

.features-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1140px;
  display: flex;
}

.features {
  background-color: var(--color--gray);
  padding-bottom: 132px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.features-title {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.features-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 120%;
  display: grid;
  position: relative;
}

.heading2 {
  font-size: var(--font-size--h2);
  text-align: center;
  margin-top: 40px;
  line-height: 100px;
}

.features-card {
  background-color: var(--color--white);
  box-shadow: -20px 20px 100px 0 var(--color--shadow-02);
  position: relative;
  overflow: hidden;
}

.features-card-inner {
  z-index: 1;
  padding: 163px 41px 28px 51px;
  position: relative;
}

.features-icon.first {
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 26px auto auto 33px;
}

.features-icon.second {
  z-index: 0;
  position: absolute;
  top: 11px;
  left: 33px;
}

.features-icon.third, .features-icon.fourth {
  object-fit: fill;
  position: absolute;
  inset: 60px auto auto 30px;
}

.heading5 {
  font-size: var(--font-size--h5);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100px;
}

.feature-description {
  font-size: var(--font-size--paragraph-l);
  max-width: 368px;
  font-weight: 500;
  line-height: 20px;
}

.features-floating {
  z-index: 0;
  position: absolute;
  inset: -19% -40% auto auto;
}

.features-floating-cicle {
  border: 80px solid #f8f9fa;
  border-radius: 50%;
  width: 400px;
  height: 400px;
}

.text-span, .text-span-2 {
  color: var(--color--teal);
  font-weight: 700;
}

.features-footer {
  width: 100%;
  position: relative;
}

.features-footer-image {
  aspect-ratio: 2;
  box-shadow: 0 20px 100px 0 var(--color--shadow-04);
  object-fit: cover;
  width: 1140px;
  height: 617px;
}

.features-footer-floating {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #d9d9d903;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 318px;
  height: 318px;
  margin-top: -159px;
  margin-left: -159px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
}

.features-footer-floating-img {
  cursor: pointer;
  border-radius: 50%;
  width: 175px;
  height: 175px;
}

.divider {
  background-color: var(--color--white);
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.divider-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: none;
  display: block;
  position: relative;
  overflow: visible;
}

.divider-inner {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.divider-content {
  background-color: var(--color--teal);
  padding: 57px 103px 68px 81px;
  position: relative;
}

.divider-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 20% 80%;
  width: 100%;
  height: 100%;
}

.divider-content-floating-img {
  z-index: 0;
  width: 140px;
  height: 140px;
  position: absolute;
  inset: 63px auto auto 430px;
}

.divider-content-text {
  max-width: 400px;
}

.divider-text {
  color: var(--color--white);
  font-size: var(--font-size--h5);
  font-weight: 700;
  line-height: 40px;
}

.divider-text.second {
  font-size: var(--font-size--h3);
  margin-top: -1px;
  margin-bottom: 21px;
  line-height: 60px;
}

.divider-text.fourth {
  font-size: var(--font-size--h3);
  margin-top: -1px;
  margin-bottom: 41px;
  line-height: 60px;
}

.divider-floating-top {
  z-index: 0;
  width: 161px;
  height: 163px;
  position: absolute;
  inset: -113px 560px auto auto;
}

.divider-floating-bottom {
  z-index: -1;
  border: 75px solid var(--color--black);
  border-radius: 50%;
  width: 416px;
  height: 422px;
  position: absolute;
  inset: auto auto -103px 306px;
}

.scope {
  margin-top: 244px;
  padding-left: 24px;
  padding-right: 24px;
}

.scope-container {
  max-width: 1184px;
  display: block;
}

.scope-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.scope-title {
  font-size: var(--font-size--h4);
  max-width: 400px;
  margin-top: 60px;
  margin-bottom: 61px;
  line-height: 70px;
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.list-item-image {
  width: 26px;
  height: 26px;
}

.list-item-text {
  font-size: var(--font-size--paragraph-xl);
  font-weight: 500;
  line-height: 120%;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.scope-image-img {
  width: 569px;
  height: 458px;
  margin-top: 60px;
  margin-left: -12px;
  transform: scale(1.3);
}

.dryfirecon {
  margin-top: 90px;
  padding-bottom: 83px;
  padding-left: 24px;
  padding-right: 24px;
}

.dryfirecon-container {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  flex-direction: column;
  max-width: 1160px;
  display: flex;
  position: relative;
}

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

.dryfirecon-inner {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dryfirecon-card {
  background-color: var(--color--white);
  box-shadow: 0 20px 100px 0 var(--color--shadow-01);
  padding: 42px 60px 22px 51px;
  position: relative;
}

.dryfirecon-card-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.dryfirecon-card-text {
  font-size: var(--font-size--h5);
  line-height: var(--font-size--h5);
  min-height: 60px;
  font-weight: 700;
}

.dryfirecon-card-description {
  font-size: var(--font-size--paragraph-l);
  font-weight: 500;
  line-height: 20px;
}

.dryfirecon-card-floating {
  background-color: var(--color--teal);
  border-radius: 4px;
  width: 17px;
  height: 40px;
  position: absolute;
  inset: 37px auto auto -8px;
}

.dryfirecon-floating-1 {
  z-index: -1;
  width: 416px;
  height: 422px;
  position: absolute;
  inset: 137px auto auto 60px;
}

.dryfirecon-floating-2 {
  z-index: -1;
  width: 410px;
  height: 415px;
  position: absolute;
  inset: auto 120px 130px auto;
}

.dryfirecon-floating-3 {
  z-index: -1;
  width: 151px;
  height: 151px;
  position: absolute;
  inset: auto 132px 126px auto;
}

.dryfirecon-floating-4 {
  z-index: -1;
  width: 49px;
  height: 48px;
  position: absolute;
  inset: auto 25px 112px auto;
}

.header {
  font-size: var(--font-size--paragraph-sm);
  margin-top: -100px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  overflow: hidden;
}

.dryfiresys-container {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1160px;
  display: flex;
}

.dryfiresys {
  margin-bottom: 200px;
  padding-left: 24px;
  padding-right: 24px;
}

.dryfiresys-title {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dryfiresys-inner {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.dryfiresys-card {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.dryfiresys-card.right {
  justify-content: flex-end;
}

.dryfiresys-card-image {
  aspect-ratio: 1;
  background-color: var(--color--blue-light);
  object-fit: cover;
  border-radius: 50%;
  width: 373px;
  max-width: none;
  position: absolute;
  box-shadow: 0 20px 100px #a8adb3;
}

.dryfiresys-card-image.fourth {
  height: 489px;
}

.dryfiresys-card-image.v1 {
  display: inline-block;
  position: absolute;
}

.dryfiresys-card-image.v2, .dryfiresys-card-image.v3, .dryfiresys-card-image.v4 {
  opacity: 0;
  display: inline-block;
  position: absolute;
}

.dryfiresys-card-image.v5 {
  display: inline-block;
  position: absolute;
}

.dryfiresys-card-image.v6, .dryfiresys-card-image.v7 {
  opacity: 0;
  display: inline-block;
  position: absolute;
}

.dryfiresys-card-image._1 {
  z-index: 2;
  inset: auto -5% 15% auto;
}

.dryfiresys-card-image._2 {
  z-index: 1;
  inset: auto auto -15% -5%;
}

.dryfiresys-card-image._4 {
  z-index: 1;
  inset: auto -5% -15% auto;
}

.dryfiresys-card-image._3 {
  z-index: 2;
  inset: auto auto 15% -5%;
}

.dryfiresys-card-image._5 {
  box-sizing: border-box;
  background-color: var(--color--shadow-01);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  right: -5%;
}

.dryfiresys-card-image._6 {
  top: 66px;
  left: -5%;
}

.dryfiresys-card-inner {
  background-color: var(--color--white);
  box-shadow: 0 20px 100px 0 var(--color--shadow-01);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 290px;
  margin-top: 103px;
  margin-left: -39px;
  padding: 42px 42px 45px 34px;
  display: flex;
  position: relative;
}

.dryfiresys-card-inner.second {
  z-index: 1;
  max-width: 341px;
  margin-top: 80px;
  margin-left: 0;
  margin-right: -39px;
}

.dryfiresys-card-inner.second._1 {
  max-width: 400px;
}

.dryfiresys-card-inner.third {
  max-width: 341px;
  margin-top: 66px;
}

.dryfiresys-card-inner.fourth {
  z-index: 1;
  max-width: 354px;
  margin-top: 71px;
  margin-left: 0;
  margin-right: -39px;
}

.dryfiresys-card-inner.first {
  max-width: none;
  margin-top: 32px;
  padding-right: 34px;
}

.dryfiresys-card-inner.fifth {
  z-index: 1;
  max-width: none;
  margin-top: 35px;
  margin-left: 0;
  margin-right: -39px;
  padding-right: 14px;
}

.dryfiresys-card-label {
  background-color: var(--color--teal);
  border-radius: 4px;
  padding: 5px 12px;
  position: absolute;
  inset: -20px auto auto 34px;
}

.dryfiresys-card-label-text {
  color: var(--color--white);
  font-size: var(--font-size--paragraph-m);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
}

.dryfiresys-card-description {
  font-size: var(--font-size--paragraph-l);
  text-wrap: pretty;
  margin-bottom: 0;
  font-weight: 500;
}

.dryfiresys-card-description._1 {
  font-weight: 700;
  line-height: 26px;
}

.dryfiresys-card-title {
  font-size: var(--font-size--h5);
  line-height: var(--font-size--h5);
  margin-top: 0;
  margin-bottom: 31px;
}

.dryfiresys-card-text {
  font-size: var(--font-size--paragraph-l);
  margin-top: 31px;
  margin-bottom: 0;
  font-weight: 300;
  position: relative;
}

.dryfiresys-card-text strong {
  color: var(--color--pink);
}

.dryfiresys-card-text-span {
  color: var(--color--pink);
  font-weight: 700;
}

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

.dryfiresys-floating-1 {
  z-index: -1;
  width: 222px;
  height: 284px;
  position: absolute;
  inset: -150px 40px auto auto;
}

.dryfiresys-floating-2 {
  z-index: -1;
  width: 450px;
  height: 500px;
  position: absolute;
  inset: 400px auto auto 22px;
}

.dryfiresys-floating-4 {
  z-index: -1;
  width: 86px;
  height: 87px;
  position: absolute;
  inset: auto auto 360px 22px;
}

.dryfiresys-floating-5 {
  z-index: -1;
  width: 242px;
  height: 245px;
  position: absolute;
  inset: auto auto -40px 190px;
}

.dryfiresys-floating-3 {
  z-index: -1;
  width: 477px;
  height: 484px;
  position: absolute;
  inset: 900px 40px auto auto;
}

.description {
  cursor: default;
  margin-bottom: 185px;
  padding-left: 24px;
  padding-right: 24px;
}

.description-container {
  max-width: 1160px;
}

.description-inner {
  grid-column-gap: 46px;
  grid-row-gap: 89px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.description-text {
  background-color: var(--color--white);
  box-shadow: -20px 20px 100px 0 var(--color--shadow-02);
  height: 944px;
  padding: 60px 32px 60px 53px;
  position: relative;
  overflow: hidden;
}

.description-info-title {
  font-size: var(--font-size--h2);
  line-height: var(--font-size--h2);
  margin-top: 0;
  margin-bottom: 0;
}

.description-info-subtitle {
  font-size: var(--font-size--h4);
  line-height: var(--font-size--h2);
  margin-top: 0;
  margin-bottom: 100px;
}

.description-info-quote-div {
  background-color: var(--color--teal);
  border-radius: 4px;
  width: 13px;
  height: 30px;
  display: none;
  position: absolute;
  left: -27px;
}

.description-info-quote-div.active {
  display: block;
}

.description-text-paragraph {
  z-index: 1;
  font-size: var(--font-size--paragraph-m);
  height: 824px;
  margin-bottom: 0;
  padding-right: 12px;
  line-height: 24px;
  position: relative;
  overflow: auto;
}

.description-info-image {
  text-align: left;
  max-width: none;
  margin-top: -137px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gallery {
  margin-bottom: 208px;
}

.gallery-title {
  margin-left: auto;
  margin-right: auto;
}

.footer-container {
  z-index: 2;
  max-width: 1140px;
  position: relative;
}

.footer {
  background-color: var(--color--black-light);
  padding: 120px 24px 53px;
  position: relative;
  overflow: visible;
}

.footer-inner {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

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

.footer-title {
  color: var(--color--white);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 62px;
}

.footer-info {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-info-text {
  color: var(--color--white);
  font-size: var(--font-size--paragraph-m);
}

.footer-section {
  grid-column-gap: 47px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-left: 0;
  display: grid;
}

.footer-link {
  color: var(--color--white);
  font-size: var(--font-size--paragraph-l);
  margin-top: 0;
  text-decoration: none;
}

.footer-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.footer-info-image {
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.footer-divider {
  background-color: var(--color--shadow-02);
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer-bottom-text {
  opacity: .5;
  color: var(--color--white);
  font-size: var(--font-size--paragraph-s);
  line-height: var(--font-size--paragraph-xl);
  text-align: center;
  margin-bottom: 30px;
}

.footer-bottom-title {
  color: var(--color--white);
  font-size: var(--font-size--paragraph-m);
  text-align: center;
  margin-bottom: 5px;
  font-weight: 700;
}

.footer-bottom-year {
  color: var(--color--white);
  font-size: var(--font-size--paragraph-m);
  line-height: var(--font-size--paragraph-xl);
  text-align: center;
}

.footer-floating-2 {
  width: 360px;
  height: 365px;
  position: absolute;
  inset: auto -200px -200px auto;
}

.footer-floating-1 {
  z-index: 1;
  width: 290px;
  height: 294px;
  position: absolute;
  inset: -150px auto auto -140px;
}

.footer-floating {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.navbar-dropdown-link {
  background-color: var(--color--white);
  font-size: var(--font-size--paragraph-sm);
  line-height: var(--font-size--paragraph-sm);
  text-transform: capitalize;
  width: 80px;
  padding: 8px 40px 8px 10px;
  font-weight: 400;
  transition: background-color .3s;
}

.navbar-dropdown-link:hover, .navbar-dropdown-link.w--current {
  color: var(--color--teal);
}

.navbar-dropdown-list {
  background-color: var(--color--blue-light);
  border: 1px #000;
  border-radius: 4px;
  margin-top: 2px;
  overflow: hidden;
}

.navbar-dropdown-list.w--open {
  box-shadow: 0 20px 100px 0 var(--color--shadow-04);
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.navbar-dropdown {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.header-container {
  max-width: 1140px;
  padding-top: 200px;
  position: relative;
}

.header-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 220px;
  display: grid;
}

.header-title {
  font-family: var(--typography--font);
  margin-bottom: 0;
  font-size: 74px;
  line-height: 74px;
}

.header-text {
  font-size: var(--font-size--h4);
  text-wrap: balance;
  font-weight: 700;
  line-height: 140%;
}

.button {
  background-color: var(--color--teal);
  color: var(--color--white);
  font-size: var(--font-size--paragraph-m);
  line-height: var(--font-size--paragraph-m);
  padding: 10px 16px;
  font-weight: 500;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  color: var(--color--white);
  background-color: #1f7431;
}

.header-inner-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-floating {
  z-index: -1;
  object-fit: cover;
  width: 689px;
  height: 556px;
  position: absolute;
  inset: 89px -80px auto auto;
}

.div-block {
  text-wrap: pretty;
  margin-bottom: 20px;
  position: relative;
}

.image {
  position: absolute;
  inset: 16px auto auto 102px;
}

.swiper {
  width: 100%;
  height: 475px;
  overflow: visible;
}

.swiper.thumbs {
  height: 60px;
}

.swiper-wrapper {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-slide {
  justify-content: flex-start;
  align-items: stretch;
  width: 714px;
  height: 475px;
  position: relative;
  overflow: hidden;
}

.swiper-slide.thumbs {
  cursor: pointer;
  width: 60px;
  height: 40px;
}

.swiper-slide.swiper-modal {
  width: 600px;
  height: 400px;
}

.button-next {
  z-index: 2;
  background-color: var(--color--teal);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  display: flex;
  position: absolute;
  inset: 45% 20% auto auto;
}

.button-next.modal {
  cursor: pointer;
  width: 60px;
  height: 60px;
  top: 50%;
  right: 32px;
}

.button-prev {
  z-index: 2;
  background-color: var(--color--teal);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: 45%;
  left: 20%;
}

.button-prev.modal {
  cursor: pointer;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 32px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-slide-img {
  background-color: var(--color--blue-light);
  opacity: .4;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.swiper-slide-img.swiper-modal {
  opacity: 1;
}

.thumbs {
  width: 100vw;
  position: relative;
}

.swiper-slide-img-thumbs {
  background-color: var(--color--blue-light);
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.button-prev-icon {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  transform: rotate(-45deg);
}

.button-prev-icon.modal {
  width: 12px;
  height: 12px;
}

.button-next-icon {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  transform: rotate(135deg);
}

.button-next-icon.modal {
  width: 12px;
  height: 12px;
}

.swiper-lazy-preloader {
  width: 20px;
  height: 20px;
}

.main {
  display: block;
}

.navbar-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--color--black-light);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: static;
}

.navbar-logo-mobile {
  margin-left: 24px;
  margin-right: 24px;
  display: none;
}

.navbar-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 9;
  background-color: #0000;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 10px;
}

.tab-content-pane-paragraph {
  font-size: var(--font-size--paragraph-l);
  line-height: var(--font-size--paragraph-xl);
  margin-bottom: 0;
  font-weight: 500;
}

.navigation-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-text-stroke-color: white;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

.navigation {
  z-index: 9;
  width: 100%;
  padding-top: 24px;
  position: relative;
}

.navigation-header-image {
  width: 1118px;
  height: 205px;
}

.navbar-link {
  color: var(--color--white);
  font-size: var(--font-size--paragraph-m);
  line-height: var(--font-size--paragraph-m);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 0;
  font-weight: 400;
  text-decoration: none;
}

.navbar-link:hover {
  color: var(--color--blue-light);
  font-size: var(--font-size--paragraph-m);
  font-weight: 400;
}

.navbar-link.w--current {
  border-bottom: 2px solid var(--color--white);
  color: var(--color--white);
  border-radius: 0;
  font-weight: 700;
}

.navbar-language-dropdown-toggle {
  grid-column-gap: 8px;
  border: 1px solid var(--color--white);
  letter-spacing: -.02em;
  border-radius: 4px;
  align-items: center;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.navbar-language-dropdown-toggle-text {
  color: var(--color--white);
  font-size: var(--font-size--paragraph-sm);
  line-height: var(--font-size--paragraph-sm);
  text-transform: uppercase;
  font-weight: 400;
}

.tab-content-pane {
  border-radius: 12px;
}

.tab-menu-button {
  color: var(--color--black);
  font-size: var(--font-size--paragraph-xl);
  line-height: var(--font-size--paragraph-xl);
  text-align: center;
  background-color: #fff;
  border-bottom: 6px solid #0000;
  padding: 12px 0;
}

.tab-menu-button.w--current {
  border-bottom-width: 6px;
  border-bottom-color: var(--color--teal);
  color: var(--color--black);
  background-color: #fff;
  font-weight: 700;
}

.tab-menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin-bottom: 24px;
  display: flex;
}

.tab {
  flex-direction: column;
  align-items: flex-start;
  width: 434px;
  display: flex;
}

.dryfiresys-card-buttons {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  margin-top: 40px;
  display: flex;
}

.dryfiresys-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dryfiresys-button-icon {
  width: 16px;
  height: 16px;
}

.dryfiresys-button-text {
  color: var(--color--teal);
  font-size: var(--font-size--paragraph-sm);
  line-height: var(--font-size--paragraph-xl);
}

.modal-container {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--white);
  box-shadow: 0 20px 100px 0 var(--color--shadow-01);
  flex-direction: column;
  width: 100%;
  max-width: 850px;
  padding: 24px;
  display: flex;
  position: relative;
}

.modal-container.gallery {
  max-width: 650px;
  margin-bottom: 0;
}

.modal-title {
  font-weight: 700;
}

.modal-close {
  z-index: 1;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 24px 24px auto auto;
}

.modal-gallery {
  z-index: 100;
  background-color: var(--color--shadow-04);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal-swiper {
  width: 600px;
  height: 400px;
  overflow: hidden;
}

.modal-close-image {
  width: 100%;
  height: 100%;
}

.modal-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  align-items: flex-start;
  max-height: 60vh;
  padding-right: 0;
  display: flex;
}

.dryfiresys-card-group-image {
  z-index: 0;
  width: 491px;
  height: 386px;
  position: relative;
}

.modal-info {
  z-index: 99;
  background-color: var(--color--shadow-04);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-3 {
  z-index: 0;
  width: 397px;
  height: 403px;
  position: absolute;
  inset: -24% -25% auto auto;
}

.feature-floating-1 {
  z-index: -1;
  background-color: var(--color--teal);
  border-radius: 50%;
  width: 121px;
  height: 121px;
  display: none;
  position: absolute;
  inset: auto 132px 126px auto;
}

.utility-page-wrap {
  font-size: var(--font-size--paragraph-xl);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: static;
}

.utility-page-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 400px;
  display: flex;
  position: relative;
}

.not-found-description {
  font-size: var(--font-size--paragraph-xl);
  line-height: var(--font-size--h5);
  font-weight: 400;
}

.not-found-title {
  font-size: 200px;
  line-height: 160px;
}

.not-found-text {
  font-size: var(--font-size--h4);
  line-height: var(--font-size--h5);
  font-weight: 400;
}

.not-fond-bg {
  z-index: -1;
  width: 600px;
  height: 540px;
  position: absolute;
  top: -68px;
}

.tabs-menu {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  display: flex;
}

.tab-link {
  pointer-events: none;
  color: var(--color--black);
  font-size: var(--font-size--h5);
  line-height: var(--font-size--h5);
  background-color: #0000;
  padding: 0;
  display: block;
}

.tab-link.w--current {
  color: var(--color--black);
  background-color: #0000;
  font-weight: 400;
}

.modal-info-description {
  z-index: 1;
  font-size: var(--font-size--paragraph-m);
  height: 400px;
  margin-bottom: 0;
  padding-right: 12px;
  line-height: 24px;
  position: relative;
  overflow: auto;
}

.modal-info-image {
  width: 320px;
}

.div-block-3, .div-block-4 {
  align-self: flex-end;
  width: 100%;
}

.youtube {
  aspect-ratio: 2;
}

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

.bold-text, .bold-text-2, ._4, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-weight: 400;
}

.agb-main {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.body-agb {
  background-color: var(--color--teal);
}

.div-block-agb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 100%;
  display: flex;
}

.container-agb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-agb {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 25px;
  display: flex;
}

.text-block-agb-subheader {
  font-size: var(--font-size--paragraph-xl);
  margin-top: 0;
}

.text-block-agb-text {
  font-size: var(--font-size--paragraph-m);
  margin-top: 10px;
  margin-bottom: 60px;
}

.text-block {
  color: var(--color--black);
  cursor: default;
}

.text-block-2 {
  color: var(--color--black);
  -webkit-text-stroke-color: var(--color--black);
  cursor: default;
}

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

@media screen and (max-width: 991px) {
  .features-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "."
                         "Area";
  }

  .features-floating {
    right: -83%;
  }

  .features-footer-image {
    height: auto;
  }

  .features-footer-floating {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
  }

  .divider-inner {
    grid-template-columns: 1fr;
    grid-template-areas: "Area2"
                         "Area";
    grid-auto-flow: row;
  }

  .divider-content-floating-img {
    left: auto;
    right: 25px;
  }

  .divider-content-text {
    max-width: 100%;
  }

  .divider-floating-bottom {
    margin-left: -208px;
    inset: auto 0% -118px 50%;
  }

  .scope {
    margin-top: 244px;
  }

  .scope-inner {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .scope-title {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .list {
    text-align: left;
    align-items: center;
  }

  .scope-image {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .scope-image-img {
    transform: none;
  }

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

  .header {
    height: auto;
  }

  .dryfiresys {
    margin-bottom: 120px;
  }

  .dryfiresys-card {
    flex-direction: column;
  }

  .dryfiresys-card-image {
    width: 100%;
    max-width: 491%;
    height: auto;
    max-height: 386px;
  }

  .dryfiresys-card-image.fourth {
    height: auto;
  }

  .dryfiresys-card-image._1 {
    border-radius: 0%;
    position: static;
    bottom: 0%;
    right: 0%;
  }

  .dryfiresys-card-image._2, .dryfiresys-card-image._4 {
    display: none;
  }

  .dryfiresys-card-image._3 {
    border-radius: 0%;
    position: static;
    bottom: 0%;
    left: 0%;
  }

  .dryfiresys-card-image._5 {
    border-radius: 0%;
    position: static;
    right: 0%;
  }

  .dryfiresys-card-image._6 {
    border-radius: 0%;
    position: static;
  }

  .dryfiresys-card-inner {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .dryfiresys-card-inner.second {
    max-width: none;
    margin-top: 0;
    margin-right: 0;
  }

  .dryfiresys-card-inner.second._1 {
    max-width: none;
  }

  .dryfiresys-card-inner.third {
    max-width: none;
    margin-top: 0;
  }

  .dryfiresys-card-inner.fourth {
    max-width: none;
    margin-top: 0;
    margin-right: 0;
  }

  .dryfiresys-card-inner.first, .dryfiresys-card-inner.fifth {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .dryfiresys-card-inner.fifth {
    max-width: none;
    margin-top: 0;
    margin-right: 0;
  }

  .dryfiresys-card-text {
    width: auto;
  }

  .description-inner {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .description-text {
    padding-left: 53px;
  }

  .description-info-inner {
    position: relative;
  }

  .description-text-paragraph {
    font-size: var(--font-size--paragraph-l);
    line-height: 20px;
  }

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

  .footer {
    height: auto;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .footer-inner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template: ". Area-2 Area"
    / 1fr 1fr 1fr;
    grid-auto-flow: column;
    place-items: start center;
  }

  .footer-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-info-text {
    font-weight: 400;
  }

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

  .footer-inner-contact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: auto;
    margin-left: -20px;
  }

  .footer-inner-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    align-items: center;
  }

  .navbar-menu-button {
    border: 1px none var(--flowui-component-library-gray-200\<deleted\|variable-7bab5fb1\>);
    color: var(--color--black);
    border-radius: 8px;
    padding: 10px;
  }

  .navbar-menu-button.w--open {
    background-color: var(--color--teal);
    border-color: #fff;
  }

  .navbar-dropdown-link {
    text-align: center;
    padding-right: 10px;
  }

  .navbar-dropdown {
    order: 0;
  }

  .header-inner {
    grid-template-columns: 1.2fr;
  }

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

  .header-inner-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-floating {
    z-index: -1;
    height: 463px;
    margin-top: -190px;
    margin-right: 0;
    position: static;
  }

  .swiper, .swiper-slide.swiper-heigth {
    height: 300px;
  }

  .button-next, .button-prev {
    width: 64px;
    height: 64px;
  }

  .button-prev-icon, .button-next-icon {
    width: 16px;
    height: 16px;
  }

  .navbar-menu {
    background-color: var(--flowui-component-library-white\<deleted\|variable-f397231a\>);
    color: var(--flowui-component-library-grey-600\<deleted\|variable-ffef878b\>);
    padding: 12px;
    position: absolute;
  }

  .navbar-menu.w--open {
    background-color: var(--flowui-component-library-gray-700\<deleted\|variable-87e3868e\>);
    border-color: #fff;
  }

  .navbar-logo-mobile {
    margin-left: 0;
    display: flex;
  }

  .navbar-container {
    justify-content: space-between;
  }

  .navbar {
    background-color: var(--color--white);
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    top: 0;
  }

  .navigation-header {
    display: none;
  }

  .navigation {
    background-color: var(--color--white);
    padding-bottom: 24px;
  }

  .navbar-logo-mobile-image {
    width: 143px;
    height: 26px;
  }

  .navbar-link {
    color: var(--color--black);
    font-size: var(--font-size--paragraph-l);
    line-height: var(--font-size--paragraph-l);
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 0;
  }

  .navbar-link:hover {
    color: var(--color--teal);
    font-size: var(--font-size--paragraph-l);
    line-height: var(--font-size--paragraph-l);
  }

  .navbar-link.w--current {
    color: var(--color--teal);
  }

  .navbar-language-dropdown-toggle {
    justify-content: center;
    align-items: center;
  }

  .navbar-language-dropdown-toggle-text {
    color: var(--color--black);
  }

  .modal-gallery {
    display: none;
  }

  .modal-swiper {
    height: 300px;
  }

  .dryfiresys-card-group-image {
    order: -1;
    width: 100%;
    height: 350px;
  }

  .modal-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .feature-floating-1 {
    z-index: 0;
    background-color: #0000;
    border-radius: 0%;
    display: block;
    bottom: 174px;
  }

  .modal-info-description {
    font-size: var(--font-size--paragraph-l);
    width: 100%;
    line-height: 20px;
  }

  .bold-text-8 {
    font-size: var(--font-size--paragraph-l);
    font-weight: 400;
  }

  .text-block-3 {
    margin-bottom: 20px;
  }

  .section-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .tab-pane-tab-3 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .gallery-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .features-content {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "Area-2"
                         "Area";
    grid-auto-rows: auto;
  }

  .features-floating {
    right: -42%;
  }

  .features-footer-image {
    height: auto;
  }

  .features-footer-floating {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }

  .divider-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .divider-floating-top, .divider-floating-bottom {
    display: none;
  }

  .scope {
    margin-top: 60px;
  }

  .scope-title {
    text-align: center;
    overflow-wrap: anywhere;
    margin-left: auto;
    margin-right: auto;
  }

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

  .dryfirecon-floating-1 {
    width: 316px;
    height: 322px;
  }

  .dryfirecon-floating-2 {
    width: 260px;
    height: 265px;
  }

  .dryfiresys-card {
    flex-direction: column;
  }

  .dryfiresys-card-image {
    aspect-ratio: 3 / 2;
    height: 100%;
    max-height: 386px;
  }

  .dryfiresys-card-image.fourth {
    height: auto;
  }

  .dryfiresys-card-inner {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .dryfiresys-card-inner.second {
    order: 1;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .dryfiresys-card-inner.third {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .dryfiresys-card-inner.fourth {
    order: 1;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .dryfiresys-card-inner.first, .dryfiresys-card-inner.fifth {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .dryfiresys-card-inner.fifth {
    order: 1;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .description-text-paragraph {
    font-size: var(--font-size--paragraph-m);
  }

  .footer-inner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-title {
    align-self: auto;
    max-width: none;
  }

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

  .footer-inner-contact, .footer-inner-section {
    grid-template-columns: 1fr;
    min-width: auto;
  }

  .footer-floating {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar-dropdown {
    display: block;
  }

  .header-title {
    font-size: 48px;
    line-height: 48px;
  }

  .header-floating {
    height: 440px;
  }

  .swiper, .swiper-slide.swiper-heigth {
    height: 300px;
  }

  .swiper-slide.swiper-modal {
    width: 432px;
  }

  .button-next {
    position: relative;
    top: -63px;
    right: -25%;
  }

  .button-next.modal {
    position: absolute;
  }

  .button-prev {
    position: relative;
    top: auto;
    left: -25%;
  }

  .button-prev.modal {
    position: absolute;
  }

  .navigation-header {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navbar-language-dropdown-toggle {
    display: flex;
  }

  .tab-menu-button, .tab-menu, .tab, .modal-gallery {
    width: 100%;
  }

  .modal-swiper {
    width: 432px;
    height: 300px;
  }

  .modal-content {
    flex-direction: column;
    overflow: auto;
  }

  .dryfiresys-card-group-image {
    height: 300px;
  }

  .feature-floating-1 {
    display: none;
  }

  .modal-info-description {
    font-size: var(--font-size--paragraph-m);
    overflow: visible;
  }

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

  .section {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .section-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: left;
    display: block;
  }

  .tab-pane-tab-3 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .features-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .features {
    font-size: var(--font-size--paragraph-m);
    padding: 20px;
  }

  .features-title {
    margin-bottom: 20px;
  }

  .heading2 {
    font-size: var(--font-size--h5);
    line-height: 120%;
  }

  .heading5 {
    font-size: var(--font-size--paragraph-xl);
  }

  .features-floating {
    right: -106%;
  }

  .features-footer-image {
    height: auto;
  }

  .features-footer-floating {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }

  .divider {
    padding: 0;
  }

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

  .divider-content-floating-img {
    top: 20px;
    right: 20px;
  }

  .divider-text {
    font-size: var(--font-size--paragraph-xl);
    line-height: 30px;
  }

  .divider-text.second {
    font-size: var(--font-size--h5);
    max-width: 280px;
    margin-bottom: 10px;
    line-height: 50px;
  }

  .divider-text.fourth {
    font-size: var(--font-size--h5);
    max-width: 280px;
    margin-bottom: 20px;
    line-height: 50px;
  }

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

  .scope-inner {
    grid-row-gap: 30px;
  }

  .scope-title {
    font-size: var(--font-size--paragraph-xl);
    text-align: center;
    line-height: 60px;
  }

  .list-item {
    font-size: var(--font-size--paragraph-l);
    justify-content: flex-start;
    align-items: stretch;
  }

  .list-item-image {
    font-size: var(--font-size--paragraph-l);
    vertical-align: middle;
    width: 20px;
  }

  .list-item-text {
    font-size: var(--font-size--paragraph-l);
  }

  .list {
    font-size: var(--font-size--paragraph-l);
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .dryfirecon-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dryfirecon-card-inner {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .dryfirecon-floating-1, .dryfirecon-floating-2, .dryfirecon-floating-3, .dryfirecon-floating-4 {
    display: none;
  }

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

  .dryfiresys-container {
    width: 100%;
  }

  .dryfiresys {
    margin-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dryfiresys-row {
    width: 100%;
  }

  .dryfiresys-card-image.fourth {
    height: 100%;
    max-height: 489px;
  }

  .dryfiresys-floating-1, .dryfiresys-floating-2, .dryfiresys-floating-4, .dryfiresys-floating-5, .dryfiresys-floating-3 {
    display: none;
  }

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

  .description-text {
    padding: 20px 10px;
  }

  .description-info-title {
    font-size: var(--font-size--h4);
    text-align: center;
    max-width: 280px;
    margin-left: -24px;
    line-height: 60px;
  }

  .description-info-subtitle {
    font-size: var(--font-size--h5);
    line-height: var(--font-size--h4);
    max-width: 280px;
    margin-bottom: 40px;
  }

  .description-text-paragraph {
    max-width: 280px;
  }

  .description-info-image {
    width: 100%;
    top: 100px;
    right: auto;
  }

  .gallery {
    margin-bottom: 100px;
  }

  .footer-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer {
    padding: 100px 20px;
  }

  .footer-inner {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    text-align: left;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-content: stretch center;
    place-items: center;
    max-width: 280px;
    display: flex;
  }

  .footer-item {
    justify-content: center;
    align-items: center;
  }

  .footer-title {
    font-size: var(--font-size--h5);
    line-height: var(--font-size--h3);
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    display: flex;
  }

  .footer-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .footer-section {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    place-items: start center;
    width: 100%;
  }

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

  .footer-inner-contact, .footer-inner-section {
    min-width: auto;
  }

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

  .header-container {
    padding-top: 140px;
  }

  .header-title {
    font-size: var(--font-size--h5);
    text-align: center;
    overflow-wrap: anywhere;
    width: auto;
    margin-bottom: 25px;
    line-height: 120%;
  }

  .header-text {
    font-size: var(--font-size--paragraph-xl);
    line-height: var(--font-size--h5);
    text-align: center;
    width: 218px;
  }

  .header-inner-info {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .header-floating {
    height: 240px;
  }

  .image {
    width: 8px;
    inset: 7px auto auto 76px;
  }

  .swiper-slide.swiper-modal {
    width: 100%;
    max-width: 100%;
  }

  .tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    place-content: stretch flex-start;
    align-items: stretch;
    width: 100%;
  }

  .modal-swiper {
    width: 90vw;
  }

  .feature-floating-1 {
    display: none;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-size: var(--font-size--paragraph-xl);
    max-width: 280px;
  }

  .tab-pane-tab-3 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

#w-node-_41d5cb51-e7f4-45a2-ea8d-302fa0615955-a0615951, #w-node-_41d5cb51-e7f4-45a2-ea8d-302fa0615958-a0615951, #w-node-_0dc482bc-111c-f020-8f50-07f824a27718-a0615951, #w-node-_0dc482bc-111c-f020-8f50-07f824a2771b-a0615951, #w-node-_41d5cb51-e7f4-45a2-ea8d-302fa061596a-a0615951, #w-node-_41d5cb51-e7f4-45a2-ea8d-302fa061596d-a0615951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41d5cb51-e7f4-45a2-ea8d-302fa061596f-a0615951, #w-node-_2bf2b4ca-c694-170c-70b8-105777ea4e1b-a0615951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_22358901-2eb5-47f6-383e-e86131c56e07-a0615951 {
  place-self: auto;
}

#w-node-_52b18afa-2e83-8e83-f581-0ff7803fff38-803fff35, #w-node-_52b18afa-2e83-8e83-f581-0ff7803fff52-803fff35, #w-node-dc6c7d71-4c05-46c0-1d71-e63c81328957-81328957, #w-node-_1169ebaf-24cc-1fe8-1eab-d817fbaa05f2-fbaa05ef, #w-node-_1169ebaf-24cc-1fe8-1eab-d817fbaa05f4-fbaa05ef, #w-node-ca032223-ca2d-c590-e203-9cbcda9400df-da9400dc, #w-node-ca032223-ca2d-c590-e203-9cbcda9400e0-da9400dc, #w-node-_487895f9-2fcb-a151-995f-ebcc93b64247-93b64241, #w-node-_487895f9-2fcb-a151-995f-ebcc93b64250-93b64241, #w-node-_487895f9-2fcb-a151-995f-ebcc93b6425c-93b64241, #w-node-_002caf96-1c65-05f1-f0c6-fb3b4ee39b63-93b64241, #w-node-e3ad9af0-d865-53f6-01bf-884603b69e18-03b69e15, #w-node-e3ad9af0-d865-53f6-01bf-884603b69e19-03b69e15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ca032223-ca2d-c590-e203-9cbcda9400df-da9400dc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca032223-ca2d-c590-e203-9cbcda9400e0-da9400dc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_487895f9-2fcb-a151-995f-ebcc93b64268-93b64241 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_41d5cb51-e7f4-45a2-ea8d-302fa0615955-a0615951 {
    justify-self: center;
  }

  #w-node-_41d5cb51-e7f4-45a2-ea8d-302fa0615958-a0615951 {
    justify-self: auto;
  }

  #w-node-_0dc482bc-111c-f020-8f50-07f824a27718-a0615951 {
    justify-self: center;
  }

  #w-node-_41d5cb51-e7f4-45a2-ea8d-302fa061596a-a0615951 {
    place-self: auto center;
  }

  #w-node-ca032223-ca2d-c590-e203-9cbcda9400df-da9400dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}