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

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

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

a {
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.small-container {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.secondary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #3d4be9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 34px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .4s;
  display: flex;
}

.secondary-button:hover {
  background-color: #010101;
}

.section-heading {
  color: #010101;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.section-heading.center {
  text-align: center;
  font-size: 40px;
}

.code-embed {
  display: flex;
}

.footer-section {
  border-top: 1px solid #949494;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.footer-section.hide {
  display: none;
}

.footer-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-tag {
  color: #010101;
  background-color: #79bd3e;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.footer-info-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #010101;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.footer-icon-wrappre {
  color: #fff;
  background-color: #79bd3e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  padding: 6px;
  display: flex;
}

.footer-info-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.qr-block {
  z-index: 99999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 0% 8% auto;
}

.qr-block.hide {
  display: none;
}

.qr-imgae {
  width: 200px;
  height: 100%;
  overflow: hidden;
}

.scan-me-image {
  cursor: pointer;
}

.banner-section {
  border-bottom: 1px solid #949494;
  height: 750px;
  position: relative;
}

.banner-decorative-icon-wrapper {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: absolute;
  inset: 16px;
}

.banner-text-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.banner-decorative-icon {
  background-image: linear-gradient(135deg, #79bd3e 50%, #f8f9f8 50%);
  align-self: flex-start;
  width: 12px;
  height: 12px;
}

.banner-decorative-icon.bottom-right {
  background-image: linear-gradient(315deg, #79bd3e 50%, #f8f9f800 50%);
  inset: auto 16px 16px auto;
}

.banner-decorative-icon.bottom-left {
  background-image: linear-gradient(45deg, #79bd3e 50%, #f8f9f800 50%);
  inset: auto auto 16px 16px;
}

.banner-decorative-icon.top-right {
  background-image: linear-gradient(225deg, #79bd3e 50%, #f8f9f800 50%);
}

.banner-decorative-icon.top-left {
  background-image: linear-gradient(135deg, #79bd3e 50%, #f8f9f800 50%);
}

.page-section-wrapper {
  border: 1px #949494;
  border-style: none solid;
  width: 100%;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bg-grid {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  inset: 0%;
}

.blank-border-01, .blank-border-02 {
  border-right: 1px solid #949494;
}

.navbar-brand {
  color: #010101;
  text-transform: uppercase;
  border-radius: 6px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

.banner-text {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #010101;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.banner-heading {
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

.banner-sub-heading {
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 500;
  line-height: 140%;
}

.primary-button {
  color: #010101;
  text-align: center;
  text-transform: uppercase;
  -webkit-clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  background-color: #79bd3e;
  border-radius: 6px;
  padding: 16px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  transition-property: color, background-color;
  transition-duration: .4s, .4s;
  transition-timing-function: ease, ease;
}

.primary-button:hover {
  color: #f8f9f8;
  background-color: #010101;
}

.button-text-wrapper {
  height: 18px;
  overflow: hidden;
}

.banner-heading-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

._75 {
  height: 75vh;
}

.template-detail-section {
  margin-top: -100px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1640px;
  padding-left: 15px;
  padding-right: 15px;
}

.template-detail-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.template-image {
  border: 4px solid #79bd3e;
  position: relative;
  overflow: hidden;
}

.template-image-layer {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph {
  font-family: Inter, sans-serif;
}

.template-detail-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90%;
  display: flex;
}

.template-detail-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.template-inclide-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #010101;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.template-inclide-icon {
  border: 1px solid #010101;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 4px;
  display: flex;
  overflow: hidden;
}

.template-inclide-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.template-wf-detail {
  border-top: 1px solid #949494;
  padding-top: 60px;
  padding-bottom: 60px;
}

.template-wf-detail-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 720px;
  display: flex;
}

.section-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.template-wf-detail-image {
  width: 80%;
  height: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .template-detail-section {
    margin-top: -120px;
  }

  .template-detail-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .template-detail-section {
    margin-top: -150px;
  }

  .template-detail-grid {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }
}

@media screen and (max-width: 991px) {
  .footer-section {
    padding-top: 60px;
  }

  .footer-info-block {
    font-size: 18px;
  }

  .footer-icon-wrappre {
    padding: 8px;
  }

  .footer-info-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .banner-section {
    height: 660px;
  }

  .banner-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .blank-border-02 {
    display: none;
  }

  .banner-heading {
    font-size: 50px;
  }

  .banner-sub-heading {
    font-size: 32px;
  }

  .button-text-wrapper {
    height: auto;
    overflow: visible;
  }

  .button-text.hide {
    display: none;
  }

  .template-detail-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.2fr;
  }

  .template-detail-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .secondary-button {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .section-heading.center {
    font-size: 32px;
  }

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

  .footer-info-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 16px;
  }

  .footer-info-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .qr-block {
    display: none;
  }

  .banner-decorative-icon-wrapper {
    inset: 10px;
  }

  .banner-text-wrapper {
    padding: 60px 16px;
  }

  .page-section-wrapper {
    max-width: none;
  }

  .banner-sub-heading {
    font-size: 30px;
  }

  .primary-button {
    font-size: 14px;
  }

  .template-detail-section {
    padding-bottom: 40px;
  }

  .template-detail-wrapper {
    max-width: none;
  }

  .template-detail-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .template-inclide-block {
    font-size: 18px;
  }

  .template-wf-detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .template-wf-detail-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .template-wf-detail-image {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .small-container {
    max-width: none;
  }

  .secondary-button {
    padding: 10px 40px;
  }

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

  .section-heading.center {
    font-size: 26px;
  }

  .banner-section {
    height: 580px;
  }

  .banner-text-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .blank-border-01 {
    display: none;
  }

  .banner-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .banner-heading {
    font-size: 40px;
  }

  .banner-sub-heading {
    font-size: 24px;
  }

  .template-inclide-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 16px;
  }

  .template-inclide-icon {
    width: 28px;
    height: 28px;
  }
}

#w-node-dcc31476-9c8d-10f1-3b97-1484837882d4-0e0f541e {
  place-self: start end;
}

#w-node-dcc31476-9c8d-10f1-3b97-1484837882d5-0e0f541e {
  place-self: end start;
}

#w-node-dcc31476-9c8d-10f1-3b97-1484837882d6-0e0f541e {
  place-self: end;
}

#w-node-d17aa9ac-9d80-9275-cbf5-9a70310343e6-0e0f541e {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_568b388b-27a7-1e5d-e424-4dc88244bfff-0e0f541e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}


