:root {
  --color: dimgrey;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 0;
}

.hero-section {
  background-image: url('../images/BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 56px;
  padding-bottom: 65px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1210px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.hero-image-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 511px;
  margin-bottom: 41px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-heading-wrap {
  color: #050026;
  text-align: center;
  margin-bottom: 16px;
}

.h1 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 36px;
  line-height: 1.2em;
}

.hero-text-block-wrap {
  color: #696969;
  text-align: center;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.font-weight-regular {
  font-weight: 400;
}

.text-xxl {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}

.hero-rich-text-wrap {
  color: #696969;
  text-align: center;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-xl {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

.footer-section {
  background-color: #1a0b01;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 20vh;
  padding-top: 41px;
  padding-bottom: 43.5px;
  display: flex;
}

.text-large {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.footer-text-wrap {
  color: #fff;
  text-align: center;
  margin-bottom: 27.5px;
}

.contact-details-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-details-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.contact-text {
  color: #fff;
}

.main-page {
  overflow: hidden;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#0b0b0b, #161616);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 340px;
  height: 66px;
  font-family: Plus Jakarta Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.btn-bg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.875rem;
  height: 4.75rem;
  display: flex;
}

.btn-bg-wrap {
  border-radius: 16px;
  position: absolute;
  overflow: hidden;
}

.btn-fg-wrap {
  z-index: 2;
  border-radius: 10px;
  position: absolute;
  overflow: hidden;
}

.btn-fg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 3.875rem;
  display: flex;
}

.btn-text {
  z-index: 3;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.button-arrow-bg {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.0625rem;
  height: 3.125rem;
  display: flex;
  position: relative;
}

.btn-arrow-bg-wrap {
  position: absolute;
}

.btn-arrow-wrapper {
  background-color: #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.btn-arrow-fg-wrap {
  z-index: 2;
  position: relative;
}

.btn-arrow-fg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.875rem;
  display: flex;
}

.btn-arrow-wrap {
  z-index: 3;
  background-color: #080808;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.btn-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.button-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(#4f4f4f, #292929);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 330px;
  height: 56px;
  display: flex;
}

.btn-text-wrap {
  z-index: 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

@media screen and (max-width: 991px) {
  .hero-image-wrap.w--current {
    margin-bottom: 38px;
  }

  .h1 {
    font-size: 32px;
    line-height: 1.2em;
  }

  .text-xxl {
    font-size: 20px;
  }

  .text-xl {
    font-size: 18px;
    line-height: 1.4em;
  }

  .text-large {
    font-size: 16px;
    line-height: 1.4em;
  }

  .footer-text-wrap {
    margin-bottom: 25px;
  }

  .contact-details-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .button-wrapper {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-image-wrap.w--current {
    margin-bottom: 36px;
  }

  .h1 {
    font-size: 28px;
  }

  .text-xxl {
    font-size: 18px;
  }

  .text-xl {
    font-size: 16px;
  }

  .text-large {
    font-size: 14px;
  }

  .footer-text-wrap {
    margin-bottom: 22px;
  }

  .contact-details-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-wrapper {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .hero-image-wrap.w--current {
    margin-bottom: 32px;
  }

  .h1 {
    font-size: 24px;
  }

  .hero-text-block-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-xxl {
    max-width: 300px;
    font-size: 14px;
  }

  .text-xl {
    font-size: 14px;
  }

  .footer-section {
    height: auto;
  }

  .text-large {
    font-size: 12px;
  }

  .footer-text-wrap {
    margin-bottom: 20px;
  }

  .contact-details-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

  .button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 290px;
    height: 64px;
  }

  .btn-bg {
    width: 100%;
    height: 100%;
  }

  .btn-fg-wrap {
    border-radius: 15px;
  }

  .btn-fg {
    width: 95%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-text {
    font-size: 15px;
    font-weight: 500;
  }

  .button-arrow-bg {
    width: 100%;
    height: 100%;
  }

  .btn-arrow-wrapper {
    width: 28px;
    height: 28px;
  }

  .btn-arrow-fg {
    width: 90%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-arrow-wrap {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .btn-arrow {
    width: 12px;
    height: 12px;
  }

  .button-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    max-width: 280px;
    height: 56px;
  }

  .btn-text-wrap {
    font-size: 16px;
  }
}


