:root {
  --white: white;
  --black: black;
}

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

.navbar-3 {
  background-color: #ddd0;
  border-bottom: 1px solid #c8c8c83d;
  justify-content: center;
  width: 100%;
  height: 75px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo-container {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.brand-2 {
  text-align: center;
  flex: 1;
  width: 100%;
  display: block;
}

.hero-section {
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  overflow: hidden;
}

.button-wrapper-2 {
  justify-content: center;
  align-items: center;
  min-width: 400px;
  height: 64px;
  display: flex;
  position: relative;
}

.buffer-wrapper {
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.message-container {
  background-color: #fff;
  border: .3rem solid #1eb7e4;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 250px;
  max-width: 500px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 0 4px 7px 1px #ffef9633;
}

.header {
  color: #407cff;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.btn-primary-2 {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(94deg, #1eb7e4, #4f9cf3 64%, #6a8efb);
  border: 1px #6bff89;
  border-radius: 8px;
  justify-content: center;
  width: 100%;
  padding: 20px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
  text-decoration: none;
  transition: background-color .2s;
  box-shadow: 0 2px 5px #0003;
}

.btn-primary-2:hover {
  background-color: #006907;
  border-color: #051986;
}

.counter-wrapper {
  width: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: absolute;
  inset: 25% 0% auto;
}

.text-block-8 {
  text-align: center;
  font-family: Droid Serif, serif;
  font-size: 40px;
  display: block;
}

.hero-container {
  border-radius: 10px;
}

.header-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.section-footer {
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  width: auto;
  display: block;
}

.footer-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #404040;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: auto;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  display: flex;
}

.text-block-9 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.sub-actions-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.text-block-10 {
  font-size: 14px;
}

.body {
  background-color: #caedf8;
}

@media screen and (max-width: 991px) {
  .logo-container {
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-top: 40px;
    display: flex;
  }

  .image-5 {
    display: block;
  }

  .hero-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-3 {
    width: 568px;
  }

  .logo-container {
    width: 35%;
  }

  .hero-section {
    width: 100%;
  }

  .button-wrapper-2 {
    width: 50%;
  }

  .hero-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .header-wrapper {
    width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-3 {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-container {
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    display: block;
  }

  .button-wrapper-2 {
    text-align: center;
    width: 75%;
    min-width: 250px;
  }

  .buffer-wrapper {
    text-align: center;
  }

  .message-container {
    height: 400px;
  }

  .header {
    color: #407bff;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Merriweather, serif;
    font-size: 20px;
    line-height: 33px;
  }

  .lottie-animation {
    margin-left: auto;
    margin-right: auto;
  }

  .btn-primary-2 {
    border-radius: 8px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .counter-wrapper {
    text-align: center;
  }

  .text-block-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-container {
    flex-direction: column;
    max-width: 310px;
    display: block;
  }

  .header-wrapper {
    text-align: center;
    width: 300px;
    padding-bottom: 5px;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .sub-actions-2 {
    flex-direction: column;
  }
}


