.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;
  flex-flow: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.section {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 100%;
}

.div-block {
  background-color: #ef3158;
  flex-flow: column;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
}

.section-2 {
  flex-flow: column;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.4em;
}

.div-block-3 {
  flex-flow: column;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fa-icon {
  color: #23e51f;
  margin-right: 10px;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.paragraph {
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
}

.div-block-4 {
  text-align: center;
  flex-flow: column;
  max-width: 50%;
  margin: 10px auto;
  display: flex;
}

.paragraph2 {
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
}

.div-block-5 {
  text-align: center;
  flex-flow: column;
  max-width: 50%;
  margin: 26px auto 10px;
  display: flex;
}

.text-span {
  color: #ffc20b;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 1.6em;
}

.link-block {
  color: #fff;
  background-color: #0648ee;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.7em;
  line-height: 1.3em;
  text-decoration: none;
}

.div-block-6 {
  flex-flow: column;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  text-transform: uppercase;
  font-weight: 500;
}

.div-block-7 {
  border-top: 1px solid #c5c5c5;
  width: 100%;
  max-width: 50%;
  margin: 35px auto;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 50%;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.text-span-2 {
  font-weight: 400;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer {
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  flex-flow: column;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footertext {
  color: #b4b4b4;
  font-family: Poppins, sans-serif;
  font-size: .9em;
}

.link-block-2 {
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

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

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .div-block-2, .div-block-3 {
    max-width: 70%;
  }

  .fa-icon {
    color: #33af35;
    font-weight: 900;
  }

  .div-block-4, .div-block-5, .div-block-6 {
    max-width: 70%;
  }

  .div-block-7 {
    max-width: 70%;
    margin-top: 35px;
  }

  .div-block-8 {
    max-width: 70%;
  }

  .image {
    width: 70%;
  }

  .div-block-9 {
    max-width: 70%;
  }

  .asoimage {
    width: 70%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2, .div-block-3, .div-block-4, .div-block-5, .div-block-6 {
    max-width: 80%;
  }

  .div-block-7 {
    max-width: 80%;
    margin-top: 35px;
  }

  .image, .asoimage {
    width: 100%;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

@media screen and (max-width: 479px) {
  .heading {
    font-size: 1.5em;
  }

  .div-block-2 {
    max-width: 90%;
  }

  .heading-2 {
    margin-top: 10px;
    line-height: 1.1em;
  }

  .div-block-3, .div-block-4 {
    max-width: 90%;
  }

  .paragraph2 {
    font-size: 1.2em;
  }

  .div-block-5 {
    max-width: 90%;
  }

  .link-block {
    background-color: #2a60eb;
    font-size: 1.5em;
  }

  .div-block-8, .div-block-9 {
    max-width: 90%;
  }

  .footer {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-10 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    display: flex;
  }

  .footertext {
    color: #b4b4b4;
    font-family: Poppins, sans-serif;
    text-decoration: none;
  }

  .link-block-2, .link-block-3 {
    text-decoration: none;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.highlight {
  background-color: rgb(252, 247, 107);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
} 
.p-highlight {
  margin: 0 !important;
}