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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

.fortune-section {
  background-image: url('../images/ad_nquirie_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.inquirie-grid-item {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.header-section {
  z-index: 99;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.radio-button-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
}

.under-line {
  width: 120px;
  height: 25px;
  background-color: #99e24b;
}

.under-line.articles {
  width: 100%;
  height: 20px;
  background-color: #705882;
  align-self: stretch;
}

.logo-image {
  width: 50%;
  max-width: none;
}

.purchase-now-link {
  color: #330c3e;
  text-transform: uppercase;
  background-color: #99e24b;
  align-self: flex-start;
  padding: 15px 60px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: color .5s, background-color .5s;
}

.purchase-now-link:hover {
  color: #99e24b;
  background-color: #705882;
}

.label {
  color: #705882;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.2;
}

.inquirie-text {
  color: #fff;
}

.inquirie-text.style {
  color: #99e24b;
}

.banner-section {
  background-image: url('../images/banner_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-container {
  width: 100%;
  max-width: 1320px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.service-grid-item {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.service-grid-item.bg-color {
  background-color: #99e24b;
}

.inquirie-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
}

.nav-link {
  color: #330c3e;
  letter-spacing: .25px;
  text-transform: uppercase;
  border: 1.5px solid rgba(0, 0, 0, 0);
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 22px;
  text-decoration: none;
}

.nav-link.w--current {
  border-style: solid;
  border-color: #99e24b;
}

.radio-button-box {
  grid-column-gap: 1rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-image {
  width: 100%;
  height: 120px;
  max-width: none;
}

.banner-heading-box {
  flex-direction: column;
  margin-top: 12px;
  display: flex;
}

.message-input {
  min-height: 120px;
  color: #705882;
  border: 1px solid #705882;
  margin-bottom: 0;
}

.grid-content-box {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.article-section {
  padding-top: 8rem;
  padding-bottom: 12rem;
}

.submit-button {
  color: #330c3e;
  text-transform: uppercase;
  background-color: #99e24b;
  align-self: flex-start;
  margin-top: 30px;
  padding: 15px 60px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: color .5s, background-color .5s;
}

.submit-button:hover {
  color: #99e24b;
  background-color: #705882;
}

.inner-form-box {
  grid-row-gap: .7rem;
  flex-direction: column;
  display: flex;
}

.footer-logo {
  width: 100%;
  max-width: none;
}

.service-content-box {
  width: 90%;
  grid-row-gap: 1.2rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.service-content-box.width {
  width: 100%;
  padding: 100px 20px 100px 60px;
}

.banner-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading---h2 {
  color: #705882;
  text-transform: uppercase;
  font-size: 72px;
}

.image-title {
  color: #fff;
  text-transform: uppercase;
  align-self: flex-start;
  font-size: 75px;
  line-height: 1.2;
}

.center-line {
  width: 50%;
  height: 30px;
  background-color: #330c3e;
  margin-top: 80px;
  margin-bottom: 80px;
  position: absolute;
  top: auto;
  bottom: 33%;
  left: 0%;
  right: 0%;
}

.center-line.width {
  width: 30%;
  position: static;
}

.image-section {
  background-image: url('../images/cb_section-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.fortune-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.heading---h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
}

.heading---h3.inquirie {
  width: 50%;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.heading---h3.service {
  color: #705882;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.heading---h3.service.width {
  width: 50%;
  color: #330c3e;
}

.footer-box {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-title-box {
  flex-direction: column;
  display: flex;
}

.content-item-box {
  width: 50%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.content-item-box.width {
  width: 100%;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-box {
  grid-column-gap: .5rem;
  display: flex;
}

.banner-image {
  height: 600px;
  max-width: none;
  margin-left: -85px;
}

.radio-button-label {
  color: #705882;
  text-transform: uppercase;
  margin-bottom: 0;
}

.input-field {
  color: #705882;
  border: 1px solid #705882;
  margin-bottom: 0;
  padding: 20px 10px;
}

.input-field::-ms-input-placeholder {
  color: #705882;
}

.input-field::placeholder {
  color: #705882;
}

.form {
  grid-row-gap: 1.3rem;
  flex-direction: column;
  display: flex;
}

.book-image {
  width: 90%;
  max-width: none;
  position: absolute;
  top: -250px;
}

.footer-section {
  background-color: #330c3e;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-line {
  width: 10%;
  height: 15px;
  background-color: #fff;
}

.service-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
}

.about-box {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.bg-dots {
  width: 30px;
  height: 30px;
  background-color: #99e24b;
  border-radius: 100px;
}

.bg-dots.bg {
  background-color: #330c3e;
}

.service-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.banner-box {
  height: 750px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.banner-grid-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading---h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 85px;
  line-height: .9;
}

.heading---h1.font {
  color: #99e24b;
  margin-top: -10px;
  font-family: Pacifico Custom, sans-serif;
  font-size: 63px;
  font-weight: 400;
  line-height: 1;
}

.title-box {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.image-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.contact-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.content-item {
  grid-column-gap: 1.3rem;
  display: flex;
}

.about-content-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.article-box {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.paragraph {
  color: #727272;
  margin-bottom: 0;
}

.paragraph.helen {
  color: #99e24b;
  align-self: center;
}

.paragraph.white {
  color: #fff;
  line-height: 1.6;
}

.paragraph.white.width {
  width: 75%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.width {
  width: 50%;
  color: #705882;
  font-weight: 600;
}

.paragraph.color {
  color: #330c3e;
}

.peragraph-box {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.peragraph-box.top-margin {
  margin-top: 16rem;
}

.footer-link {
  width: 30%;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.inquirie-section {
  background-image: url('../images/ad_nquirie_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.content-line {
  width: 100%;
  height: 40px;
  max-width: 13px;
  background-color: #99e24b;
}

.content-line.bg-color {
  background-color: #330c3e;
}

.fortune-icon {
  width: 120px;
  max-width: none;
  position: absolute;
  top: -15%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.fortune-icon._2 {
  top: auto;
  bottom: -15%;
  left: auto;
  right: 0%;
}

.article-grid-item {
  width: 400px;
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.bg-overlay {
  opacity: .7;
  background-color: #99e24b;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.article-title-box {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.article-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.read-more-link {
  color: #fff;
  text-transform: uppercase;
  background-color: #330c3e;
  align-self: flex-start;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.read-more-link:hover {
  color: #330c3e;
  background-color: #fff;
}

.blog-details {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.blog-details-content {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.heading-h1 {
  margin-top: 0;
  font-size: 42px;
  line-height: 1.2;
}

.featured-image {
  width: 100%;
  object-fit: contain;
}

.featured-image-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.caption-text {
  font-size: 13px;
  line-height: 1.6;
}

.posted-by {
  font-size: 14px;
  line-height: 1.6;
}

.posted-by.date {
  color: #8f649b;
  font-size: 15px;
  font-weight: 700;
}

.posted-by-box {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .about-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .purchase-now-link {
    align-self: center;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inquirie-grid {
    flex-direction: column;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item {
    align-self: center;
  }

  .bg-image {
    height: 100px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .grid-content-box {
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    grid-row-gap: .7rem;
    background-color: #fff;
    flex-flow: column wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #330c3e;
    background-color: rgba(200, 200, 200, 0);
  }

  .article-section {
    padding: 6rem 20px;
  }

  .service-content-box {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .banner-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-title {
    text-align: center;
    align-self: center;
  }

  .center-line {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    bottom: 69%;
  }

  .center-line.width {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading---h3, .heading---h3.service {
    text-align: center;
  }

  .about-title-box {
    justify-content: center;
    align-items: center;
  }

  .content-item-box {
    width: 100%;
  }

  .collection-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .item-box {
    justify-content: center;
    align-items: center;
  }

  .banner-image {
    margin-left: 0;
  }

  .book-image {
    align-self: center;
    margin-top: 60px;
    position: static;
  }

  .service-grid {
    grid-row-gap: 5rem;
    flex-direction: column;
    display: flex;
  }

  .bg-dots {
    display: block;
  }

  .service-section {
    padding: 6rem 20px;
  }

  .banner-box {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-grid-item {
    align-items: center;
  }

  .heading---h1 {
    text-align: center;
  }

  .image-grid {
    flex-direction: column;
    display: flex;
  }

  .contact-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-content-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.white {
    text-align: center;
    align-self: center;
  }

  .paragraph.white.width {
    color: #fff;
  }

  .collection-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .peragraph-box.top-margin {
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    width: 50%;
  }

  .inquirie-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-details {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .bg-image {
    height: 80px;
  }

  .nav-menu {
    grid-row-gap: 0rem;
    flex-direction: column;
    padding-left: 0;
  }

  .service-content-box.width {
    padding-left: 20px;
  }

  .image-title {
    font-size: 60px;
  }

  .center-line {
    bottom: 69%;
  }

  .center-line.width {
    height: 25px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .heading---h3 {
    font-size: 30px;
  }

  .heading---h3.inquirie, .heading---h3.service.width {
    width: 60%;
  }

  .footer-line {
    width: 20%;
  }

  .heading---h1 {
    align-self: center;
    font-size: 75px;
  }

  .peragraph-box.top-margin {
    margin-top: 12rem;
  }

  .footer-link {
    width: 60%;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .about-section {
    padding: 4rem 10px;
  }

  .footer-text {
    text-align: center;
  }

  .under-line, .under-line.articles {
    height: 15px;
  }

  .logo-image {
    width: 80%;
  }

  .purchase-now-link {
    align-self: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
  }

  .inquirie-text.style {
    text-align: center;
  }

  .service-grid-item {
    grid-row-gap: 3rem;
  }

  .bg-image {
    height: 60px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .article-section {
    padding: 4rem 10px;
  }

  .submit-button {
    align-self: center;
  }

  .service-content-box.width {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading---h2 {
    font-size: 36px;
  }

  .image-title {
    align-self: flex-start;
    font-size: 36px;
  }

  .center-line {
    width: 100%;
    height: 25px;
    margin-top: 0;
    margin-bottom: 0;
    bottom: 76%;
  }

  .center-line.width {
    width: 50%;
    height: 20px;
    align-self: center;
  }

  .image-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fortune-box {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading---h3 {
    font-size: 20px;
  }

  .heading---h3.inquirie {
    width: 100%;
  }

  .heading---h3.service {
    text-align: left;
    font-size: 20px;
  }

  .item-box {
    flex-direction: column;
  }

  .banner-image {
    height: 320px;
  }

  .book-image {
    width: 100%;
  }

  .bg-dots {
    display: none;
  }

  .bg-dots.bg {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .service-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading---h1 {
    align-self: center;
    font-size: 45px;
  }

  .heading---h1.font {
    align-self: center;
    font-size: 40px;
  }

  .title-box {
    flex-direction: column;
  }

  .content-item {
    grid-column-gap: .5rem;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.helen {
    align-self: stretch;
    padding-left: 20px;
  }

  .paragraph.white {
    text-align: left;
  }

  .paragraph.white.width {
    width: 90%;
    text-align: left;
  }

  .paragraph.white.center {
    text-align: center;
  }

  .paragraph.width {
    width: 100%;
  }

  .paragraph.color {
    font-size: 16px;
  }

  .footer-link {
    width: 80%;
  }

  .fortune-icon {
    width: 80px;
    top: -4%;
    left: 8%;
  }

  .fortune-icon._2 {
    width: 80px;
    bottom: -4%;
    right: 7%;
  }

  .article-grid-item {
    height: 340px;
    background-position: 100%;
    background-size: cover;
  }

  .article-title {
    line-height: 1.2;
  }

  .read-more-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .blog-details {
    padding: 4rem 1rem;
  }

  .heading-h1 {
    font-size: 36px;
  }

  .blog-content {
    font-size: 16px;
  }

  .posted-by.date {
    font-size: 14px;
  }
}

#w-node-_06029f08-a5b7-13fd-fa0a-be35a6841fdd-8f8a9710 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06029f08-a5b7-13fd-fa0a-be35a6842056-8f8a9710 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_06029f08-a5b7-13fd-fa0a-be35a684205f-8f8a9710, #w-node-_06029f08-a5b7-13fd-fa0a-be35a6842066-8f8a9710 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_06029f08-a5b7-13fd-fa0a-be35a684206e-8f8a9710 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_06029f08-a5b7-13fd-fa0a-be35a6842089-8f8a9710 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_06029f08-a5b7-13fd-fa0a-be35a68420b9-8f8a9710 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_06029f08-a5b7-13fd-fa0a-be35a68420c9-8f8a9710 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Pacifico Custom';
  src: url('../fonts/pacifico.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}