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

.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;
  }
}

.main-wrapper {
  min-height: auto;
  position: relative;
}

.logo {
  justify-content: space-between;
  align-items: center;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-link {
  width: 128px;
}

.block-heading {
  background-image: linear-gradient(0deg, #000, #fff0);
  padding-top: 5%;
  padding-bottom: 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 150%;
}

.body {
  color: #000;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.block-1 {
  padding-top: 32px;
  padding-bottom: 0;
}

.grt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.newt {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.dtop {
  color: #000;
  text-align: right;
  font-size: 16px;
}

.text-block {
  margin-bottom: 24px;
}

.text-block._24 {
  margin-bottom: 0;
}

.block-ph-end {
  margin-top: 32px;
  position: static;
}

.block-ph-end._32 {
  margin-bottom: 32px;
}

.code-embed {
  position: absolute;
  inset: auto 0% 0%;
}

.image {
  border-radius: 0;
  width: 100%;
}

.image._12 {
  border-radius: 12px;
}

.block-2 {
  padding-top: 32px;
  padding-bottom: 0;
}

.block-2._32 {
  padding-bottom: 32px;
}

.heading-2 {
  margin-bottom: 24px;
}

.heading-3 {
  color: #02a84e;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
}

.text-block-2, .text-block-3 {
  margin-bottom: 24px;
}

.block-quote {
  background-color: #313131;
  background-image: url('../images/quote-1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.lapky-1 {
  margin-bottom: 24px;
}

.image-2 {
  max-width: 10%;
}

.text-block-4 {
  color: #fff;
  font-weight: 600;
}

.gallery-viewport {
  width: 100%;
  height: 500px;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

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

.gallery-item {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.prev-btn {
  background-color: #705454;
}

.next-btn {
  background-color: #997171;
}

.block-ph {
  margin-top: 32px;
  margin-bottom: 32px;
}

.grid {
  grid-template-rows: auto;
}

.image-3, .image-4 {
  border-radius: 12px;
}

.link-15 {
  color: #fff;
}

.fin-sec {
  color: #000;
  background-color: #313131;
  padding-top: 32px;
  padding-bottom: 32px;
}

.littl-text {
  color: #fff;
  font-size: 12px;
}

.image-14 {
  border-radius: 12px;
}

.slider-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
}

.slide-nav-hidden {
  display: none;
}

.slide {
  height: auto;
}

.slider-nav-active {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0a2d1a;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: inset 0 4.8px 14.4px #9b8eff4d, inset 0 1.2px #9b8eff99, 0 1.2px 1.2px #5b29ffcc, 0 0 0 1.2px #0a2d1a;
}

.slider-arrow-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  white-space: nowrap;
  background-color: #fff0;
  border: .1px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slider-nav-inactive {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff0;
  border: .1px solid #0e2f1e;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: 0 2.4px 7.2px #122b690a, 0 1.2px 2.4px #122b6914, 0 0 0 1.2px #122b6914;
}

.right-arrow-hidden {
  display: none;
}

.slider-testimonial {
  background-color: #ddd0;
  height: auto;
}

.slider-control-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.slider-wrapper {
  width: 100%;
  max-width: 990px;
  margin: 32px auto;
}

.slider-arrow-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #313131;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slider-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.left-arrow-hidden {
  display: none;
}

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

.text-span {
  color: #02a84e;
}

.image-15 {
  width: auto;
}

.link-block {
  width: 120px;
}

.up-logo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.up-link {
  width: 100px;
}

.link-block-2 {
  width: 120px;
}

.image-16 {
  width: auto;
}

.link-16 {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .logo {
    padding-top: 40px;
    padding-left: 40px;
  }

  .heading {
    font-size: 34px;
  }
}

@media screen and (min-width: 1440px) {
  .logo {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .heading {
    font-size: 32px;
  }

  .up-link {
    width: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .logo-link {
    width: 168px;
  }

  .heading {
    font-size: 32px;
  }

  .up-link {
    width: 140px;
  }

  .link-block-2 {
    width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    text-align: center;
    padding-right: 20px;
  }

  .block-heading {
    padding-bottom: 2%;
  }

  .heading {
    font-size: 27px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2%;
    padding-left: 0;
    padding-right: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .block-heading {
    background-color: #000;
    background-image: none;
    position: static;
  }

  .container-3 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading {
    font-size: 27px;
  }

  .container1 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-3 {
    font-size: 24px;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .link-block {
    width: 100px;
  }

  .up-logo {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    background-position: 70%;
  }

  .logo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #000;
    flex-flow: column;
    padding: 2%;
    position: static;
    inset: 0% 0% auto;
  }

  .block-heading {
    background-color: #000;
    background-image: none;
    padding-top: 5%;
    padding-bottom: 5%;
    position: static;
  }

  .container-3 {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .block-1 {
    padding-top: 24px;
  }

  .container1 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-3 {
    font-size: 24px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .slider-arrow-left {
    background-color: #313131;
    border-style: none;
  }

  .slider-arrow-icon {
    color: #fff;
  }

  .link-block {
    width: 100px;
  }

  .up-logo {
    justify-content: flex-start;
    align-items: center;
  }

  .up-link {
    width: 80px;
  }

  .link-block-2 {
    width: 100px;
  }
}


