<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
.hero {
  background-image: url("../images/hero-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 140px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.hero .logo-section {
  margin-bottom: 50px;
}
.hero .logo-section img {
  max-width: 100%;
}
.hero .heading h1 {
  font-size: calc(1.4875rem + 2.85vw);
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.hero .subheading {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
.hero p {
  font-size: 1rem;
  color: #fff;
}

.ts-container {
  max-width: 80%;
  font-family: "Poppins", sans-serif;
}

.green-text {
  color: #57d314;
}

.ty-heading {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.header-text {
  font-size: 40px;
  font-weight: 600;
}

.thankyou-container, .thanks-success-container {
  padding-left: 15%;
  padding-right: 15%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.thankyou-container p, .thanks-success-container p {
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.subscribe-form form {
  display: flex;
  justify-content: center;
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 30px;
  padding: 0.625rem;
  background: url("../images/subscribe-bg.png") repeat;
  min-height: 89px;
  margin-bottom: 30px;
  border-radius: 50px;
}
.subscribe-form form input[type=submit] {
  position: relative;
  outline: 0;
  padding: 0;
  border: 0;
  max-width: 220px;
  width: 100%;
  height: 66px;
  background-color: #57d314;
  font-weight: 700;
  color: #FFF;
  font-size: 1.25rem;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.subscribe-form form .textbox-wrapper {
  max-width: 720px;
  width: 100%;
  background-color: #fff;
  height: 66px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.subscribe-form form input[type=text] {
  color: #070b21;
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0 0.9375rem;
  font-size: 1.125rem;
  background-color: transparent;
}

.blue-heading {
  font-size: calc(1.45rem + 2.85vw);
  font-weight: 700;
  color: #062005;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 25px;
}

p {
  font-size: 17pt;
  color: #062005;
  text-align: center;
}

.white-section {
  font-family: "Poppins", sans-serif;
  padding-top: 70px;
  padding-bottom: 70px;
}
.white-section .icon-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 35px;
}
.white-section .icon-container .icon-wrap {
  width: 20%;
  text-align: center;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.white-section .icon-container .icon-wrap img {
  max-width: 100%;
}

.gray-bg {
  background-image: url("../images/gray-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.gray-bg .card-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gray-bg .card-flex .cstm-card {
  width: 32%;
  padding: 30px 30px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #062005;
  min-height: 520px;
  margin-bottom: 10px;
}
.gray-bg .card-flex .cstm-card .card-image {
  margin-bottom: 20px;
}
.gray-bg .card-flex .cstm-card .card-name {
  font-size: 20pt;
  font-weight: 700;
  margin-bottom: 10px;
}
.gray-bg .card-flex .cstm-card .card-description {
  font-size: 17pt;
}

.cstm-container {
  width: 100%;
}
.cstm-container .cstm-flex {
  display: flex;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
}
.cstm-container .cstm-flex .left-column {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 40%;
  background-image: url("../images/money-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.cstm-container .cstm-flex .right-column {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}
.cstm-container .cstm-flex .right-column p {
  max-width: 650px;
  text-align: left;
}

.bottom-input {
  font-family: "Poppins", sans-serif;
  background-image: url("../images/bottom-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}

.disclaimer {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Poppins", sans-serif;
  color: #062005;
  text-align: center;
  font-size: 14px;
}
.disclaimer .title {
  margin-bottom: 10px;
}

.privacy-disclaimer {
  background-color: #f3f3f4;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Poppins", sans-serif;
  color: #062005;
  text-align: center;
  font-size: 14px;
}
.privacy-disclaimer .title {
  margin-bottom: 10px;
}

.privacy {
  padding-top: 60px;
  padding-bottom: 60px;
}
.privacy p {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #062005;
  text-align: left;
}
.privacy ul li::marker {
  color: #f0544f;
}

.contact {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "Poppins", sans-serif;
}
.contact .red-text {
  font-size: 15px;
  color: #f0544f;
  text-align: center;
  font-weight: 700;
}
.contact .contact-form {
  margin-top: 40px;
}
.contact .contact-form input {
  width: 95%;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #dddde3;
  color: #062005;
  outline: none;
}
.contact .contact-form input::-moz-placeholder {
  color: #4a4a4a;
}
.contact .contact-form input:-ms-input-placeholder {
  color: #4a4a4a;
}
.contact .contact-form input::placeholder {
  color: #4a4a4a;
}
.contact .contact-form textarea {
  padding: 16px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #dddde3;
  color: #062005;
  width: 97.5%;
  outline: none;
}
.contact .contact-form .contact-btn {
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: 190px;
  height: 52px;
  background-color: #57d314;
  color: #fff;
  border: none;
}

.footer {
  background-color: #062005;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 14px;
}
.footer a {
  color: #fff;
  padding-right: 30px;
  text-decoration: none;
}

.right-on-mobile {
  justify-content: flex-end;
}

@media only screen and (min-width: 1200px) {
  .hero .heading h1 {
    font-size: 3.625rem;
  }
  .blue-heading {
    font-size: 3.375rem;
  }
}
@media only screen and (max-width: 993px) {
  .card-flex .cstm-card {
    width: 80% !important;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .icon-container .icon-wrap {
    width: 50% !important;
  }
  .card-flex .cstm-card {
    width: 100% !important;
  }
  .subscribe-form form input[type=submit] {
    max-width: 100% !important;
  }
  .cstm-flex {
    flex-direction: column;
  }
  .cstm-flex .left-column, .cstm-flex .right-column {
    width: 100% !important;
  }
  .cstm-flex .left-column {
    min-height: 400px;
  }
  .col-md-6 {
    width: 100%;
  }
  .right-on-mobile {
    justify-content: flex-start !important;
    padding-top: 10px;
  }
  .subscribe-form form {
    border-radius: 0px;
  }
  .subscribe-form form input[type=submit] {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .subscribe-form form .textbox-wrapper {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}/*# sourceMappingURL=main.css.map */</pre></body></html>