.navbar-no-shadow {
  height: 10vh;
  background-color: #000;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-wrapper {
  width: 70%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: #5675f3;
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.mobile-margin-top-10 {
  margin-left: 100px;
}

.buy-btn {
  padding: 2px;
  border-radius: 10px;
  background-color: #f5f5f5;
  background-image: linear-gradient(97deg, #384cfa, #eb5103 41%, #efca44);
  color: #000;
  text-decoration: none;
}

.button-primary {
  padding: 12px 25px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  font-family: Epilogue, sans-serif;
}

.section-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 90vh;
  min-height: 800px;
  padding: 100px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.margin-bottom-24px {
  margin-bottom: 0px;
  color: #dfdfdf;
  font-size: 16px;
  line-height: 26px;
}

.button-primary-2 {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.text-block {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 54px;
  line-height: 60px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.learn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #000;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fdfdfd;
  text-decoration: none;
}

.learn-wrapper:hover {
  background-color: #fff;
  color: #000;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.text-block-3 {
  max-width: 140px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.hero-split-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.image-1 {
  position: absolute;
  left: auto;
  top: -5%;
  right: -30%;
  bottom: auto;
  z-index: 1;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.hero-split-right {
  position: relative;
  width: 40%;
  height: 100%;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-2 {
  position: relative;
  padding: 100px 30px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
}

.text-block-4 {
  width: 750px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.div-block-4 {
  padding: 20px 20px 30px;
}

.div-block-5 {
  overflow: hidden;
  width: 30%;
  border-radius: 20px;
  background-color: #f2f2f2;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-block-5 {
  margin-top: 8px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-heading-right {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.section-3-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3-box-wrapper.mt-30 {
  margin-top: 120px;
}

.sec-3-split-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 44%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.margin-bottom-24px-2 {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}

.section-3 {
  position: relative;
  padding: 100px 30px;
}

.sec-3-split-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sec3-heading-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-weight: 600;
}

.sec-3-split-right-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-4 {
  padding: 100px 30px;
}

.hero-heading-left {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.sec4-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #000;
}

.sec4-split-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.margin-bottom-24px-3 {
  margin-bottom: 0px;
  color: #dfdfdf;
}

.sec4-split-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 48px;
  font-weight: 600;
}

.footer-dark {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-small {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 30px;
  background-color: #000;
}

.footer-copyright-center {
  font-size: 14px;
  line-height: 16px;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.contact-btn {
  padding: 2px;
  border-radius: 10px;
  background-color: #f5f5f5;
  background-image: linear-gradient(97deg, #384cfa, #eb5103 41%, #efca44);
  color: #000;
  text-decoration: none;
}

.footer-start-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.paragraph {
  font-size: 18px;
  line-height: 28px;
}

.image-3 {
  width: 100px;
}

.image-4 {
  width: 100px;
}

.btns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: -15%;
  right: 0%;
  bottom: auto;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }

  .margin-bottom-24px {
    max-width: 500px;
  }

  .btn-wrapper {
    padding: 14px 24px;
  }

  .heading {
    max-width: 500px;
    line-height: 68px;
  }

  .learn-wrapper {
    padding: 14px 24px;
  }

  .div-block-2 {
    width: 500px;
  }

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

  .image-1 {
    top: -18%;
    right: -6%;
  }

  .image-2 {
    left: -30%;
    bottom: -5%;
  }

  .hero-split-right {
    max-width: 440px;
  }

  .div-block-4 {
    padding: 24px 30px 40px;
  }

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

  .text-block-5 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .margin-bottom-24px-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .sec3-heading-text {
    max-width: 300px;
    font-size: 40px;
    line-height: 50px;
  }

  .sec4-wrapper {
    padding-right: 130px;
    padding-left: 130px;
  }

  .margin-bottom-24px-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 54px;
  }

  .footer-content {
    width: 700px;
  }

  .social-icons {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .paragraph {
    font-size: 22px;
    line-height: 34px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow {
    height: auto;
  }

  .nav-menu-wrapper {
    width: 100%;
    background-color: transparent;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    color: #000;
    font-weight: 600;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10 {
    margin-left: 0px;
  }

  .mobile-margin-top-10.list-item {
    padding-top: 0px;
  }

  .buy-btn {
    margin-left: 0px;
  }

  .menu-button {
    padding: 12px;
    color: #fff;
    font-size: 28px;
  }

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

  .section-1 {
    height: auto;
    min-height: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    max-width: 540px;
  }

  .heading {
    max-width: 560px;
    line-height: 70px;
  }

  .hero-split-left {
    max-width: 100%;
  }

  .image-1 {
    right: 15%;
    width: 340px;
  }

  .image-2 {
    left: 15%;
    width: 340px;
  }

  .hero-split-right {
    width: 100%;
    min-height: 340px;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-block-4 {
    width: 100%;
    margin-top: 16px;
    font-size: 18px;
  }

  .div-block-5 {
    width: 30%;
  }

  .heading-4 {
    font-size: 20px;
  }

  .div-block-6 {
    margin-top: 60px;
  }

  .section-3-box-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sec3-heading-text {
    font-size: 32px;
  }

  .sec-3-split-right-2 {
    max-width: 46%;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sec4-wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }

  .sec4-split-left {
    max-width: 100%;
  }

  .sec4-split-right {
    max-width: 100%;
  }

  .footer-content {
    width: 450px;
    grid-column-gap: 60px;
  }

  .contact-btn {
    margin-left: 0px;
  }

  .list-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-link {
    display: inline-block;
  }

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section-1 {
    padding: 60px 15px;
  }

  .heading {
    font-size: 48px;
    line-height: 60px;
  }

  .hero-split-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-1 {
    right: -5%;
  }

  .image-2 {
    left: 5%;
  }

  .hero-split-right {
    width: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-3 {
    font-size: 44px;
    line-height: 54px;
  }

  .text-block-4 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-5 {
    width: 100%;
  }

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

  .div-block-6 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .section-3-box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-3-box-wrapper.mt-30 {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sec-3-split-left {
    width: 100%;
    max-width: 460px;
  }

  .margin-bottom-24px-2 {
    margin-top: 12px;
    line-height: 28px;
  }

  .section-3 {
    padding: 60px 15px;
  }

  .sec-3-split-right {
    max-width: 100%;
  }

  .sec-3-split-right-2 {
    max-width: 100%;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .sec4-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sec4-split-left {
    width: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sec4-split-right {
    width: auto;
    max-width: 80%;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 44px;
  }

  .footer-dark {
    padding: 60px 15px;
  }

  .footer-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .social-icons {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-start-part {
    width: 100%;
  }

  .sec2-imgs {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .buy-btn {
    width: auto;
  }

  .section-1 {
    padding: 40px 20px;
  }

  .container {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 14px;
    line-height: 22px;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-2 {
    width: 320px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-3 {
    max-width: 140px;
  }

  .hero-split-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-1 {
    width: 260px;
  }

  .image-2 {
    width: 260px;
  }

  .hero-split-right {
    width: 360px;
    min-height: 260px;
  }

  .section-2 {
    padding: 40px 20px;
  }

  .heading-3 {
    font-size: 36px;
    line-height: 44px;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-4 {
    padding-bottom: 20px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .text-block-5 {
    margin-top: 4px;
  }

  .section-3-box-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-3-box-wrapper.mt-30 {
    margin-top: 60px;
  }

  .margin-bottom-24px-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .section-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sec3-heading-text {
    font-size: 28px;
  }

  .section-4 {
    padding: 40px 20px;
  }

  .sec4-wrapper {
    padding: 40px;
  }

  .footer-dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-content {
    width: auto;
  }

  .contact-btn {
    width: 150px;
  }

  .footer-start-part {
    width: 100%;
  }
}

