@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBold.ttf') format("truetype"), url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 2px 5px #0003;
}

.container {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav_text {
  font-family: Poppins, Arial, sans-serif;
}

.nav_text:hover {
  border-bottom: 3px solid #604831;
}

.header_grid_cell2 {
  justify-content: center;
  align-items: center;
}

.header_wrapper {
  text-align: center;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px #00000052;
  background-color: #ffb502;
  background-image: linear-gradient(#ffd518, #c57b04);
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 10px 10px 20px;
  padding: 15px 10px;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  box-shadow: 0 2px 3px #00000042;
}

.button.header {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-family: Poppins, Arial, sans-serif;
}

.header_grid {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.h4 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}

.h4.header {
  font-size: 20px;
  line-height: 1.3;
}

.h4.header.left {
  text-align: left;
}

.h4.header.left.gray {
  color: #747474;
  font-family: Poppins, Arial, sans-serif;
}

.header_img.mobile {
  display: none;
}

.h1 {
  color: #674f38;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.h1.left {
  text-align: left;
}

.h1.left.black {
  color: #333;
}

.h1.left.black.yellow_background {
  background-color: #ffda6c;
  padding: 10px;
  font-family: Poppins, Arial, sans-serif;
}

.h1.left.black.margin_top {
  margin-top: 0;
  font-family: Poppins, Arial, sans-serif;
}

.h1.display {
  font-size: 60px;
}

.h1.display.semibold {
  font-weight: 600;
}

.h1.display.semibold.green {
  color: #046844;
  font-family: Poppins, Arial, sans-serif;
}

.header_section {
  background-image: url('../images/cross_bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.header_section.home {
  background-image: url('../images/banner-img.webp');
}

.content_section.dark {
  background-color: #604831;
}

.content_section.white {
  background-color: #fff;
}

.content_section.yellow {
  background-color: #faf9ef;
}

.content_section.green {
  background-color: #046844;
}

.content_wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 50px;
}

.content_wrapper.dark {
  padding-top: 10px;
  padding-bottom: 10px;
}

.content_wrapper.padding {
  padding-bottom: 40px;
}

.h2 {
  color: #674f38;
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.h2.white {
  color: #fff;
  text-shadow: 0 1px 6px #0006;
}

.h2.white.serif {
  margin-top: 15px;
  font-family: PT Serif, serif;
  font-size: 42px;
}

.h2.left {
  text-align: left;
}

.h3 {
  color: #674f38;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

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

.h3.center.white {
  color: #fff;
}

.h3.center.white.underline {
  text-decoration: underline;
}

.h3.center.white.underline.normal {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
}

.h3.center.semibold {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
}

._4_stack_cell {
  justify-content: flex-start;
  align-items: center;
}

._4_stack_icon {
  max-width: 50%;
  margin-bottom: 10px;
}

.testimonial_slider {
  background-color: #ddd0;
  height: 480px;
}

.p-text {
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.p-text.center {
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
}

.p-text.center.semibold {
  font-weight: 600;
}

.p-text.center.semibold.brown {
  color: #674f38;
}

.p-text.center.white {
  color: #fff;
}

.p-text.testimonial {
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
}

.p-text.testimonial._2 {
  margin-bottom: 10px;
  font-size: 16px;
}

._4_stack {
  padding: 20px 0;
}

.testimonial_container {
  text-align: center;
  background-image: url('../images/s19bxbg.png');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
  padding: 60px 60px 40px;
}

.testimonial_img {
  border: 4px solid #fff;
  border-radius: 100px;
  max-width: 11%;
  margin-top: 10px;
  margin-bottom: 10px;
}

._2_stack_cell2 {
  justify-content: center;
  align-items: flex-start;
  padding: 0 10px;
}

._2_stack_cell1 {
  justify-content: center;
  align-items: flex-start;
}

.blog_img {
  margin-bottom: 20px;
}

._3_stack {
  margin-bottom: 20px;
  padding: 0;
}

.blog_info_text {
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.blog_link {
  color: #046844;
  margin-top: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.blog_link:hover {
  color: #2daa7d;
}

._3_stack_cell {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.input_field {
  border-radius: 10px;
  max-width: 500px;
  min-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_section {
  background-color: #2c2c2c;
}

.footer_wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
}

.footer_text {
  color: #7a7a7a;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2;
}

.link {
  color: #9b9b9b;
}

@media screen and (max-width: 991px) {
  .navbar {
    border: 1px #cecece;
  }

  .container {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #cecece;
    box-shadow: 0 5px 8px #0003;
  }

  .nav_text.mid {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
  }

  .nav_text.mid:hover {
    border-bottom-width: 3px;
    border-bottom-color: #604831;
  }

  .menu-button.w--open {
    background-color: #604831;
  }

  .header_wrapper {
    width: 90%;
  }

  .button {
    border-radius: 7px;
  }

  .h4 {
    font-size: 20px;
    line-height: 1.3;
  }

  .h1 {
    font-size: 44px;
  }

  .content_wrapper {
    width: 90%;
  }

  .h2.white.serif {
    font-size: 40px;
  }

  .h3 {
    line-height: 1.2;
  }

  .testimonial_slider {
    height: 500px;
  }

  .testimonial_slider._2 {
    height: 550px;
  }

  .testimonial_img {
    max-width: 15%;
  }

  .footer_wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .header_wrapper {
    padding-top: 20px;
  }

  .h4.header {
    font-size: 18px;
  }

  .h1 {
    font-size: 38px;
  }

  .h2 {
    font-size: 32px;
  }

  .h2.white.serif {
    font-size: 34px;
  }

  ._4_stack_icon {
    max-width: 40%;
  }

  .testimonial_slider {
    height: 560px;
  }

  .testimonial_slider._2 {
    height: 670px;
  }

  .testimonial_img {
    max-width: 20%;
  }

  ._2_stack_cell2 {
    justify-content: flex-end;
    align-items: center;
  }

  .blog_img {
    max-width: 50%;
  }

  ._3_stack_cell {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin: 10px 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button.header {
    font-size: 24px;
  }

  .header_grid {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h4 {
    font-size: 18px;
  }

  .h4.header.left.gray {
    text-align: center;
  }

  .header_img.mobile {
    max-width: 60%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .header_img.desktop {
    display: none;
  }

  .h1 {
    font-size: 30px;
  }

  .h1.left.black.margin_top {
    text-align: center;
  }

  .h1.display.semibold.green {
    font-size: 50px;
  }

  .header_grid_cell1 {
    justify-content: flex-start;
    align-items: center;
  }

  .content_wrapper {
    padding-top: 20px;
  }

  .h2 {
    font-size: 30px;
  }

  .h2.white.serif {
    font-size: 26px;
  }

  .h2.left.center {
    text-align: center;
  }

  .h3 {
    font-size: 26px;
  }

  .right-arrow-2 {
    display: none;
  }

  ._4_stack_icon {
    max-width: 50%;
  }

  .testimonial_slider {
    height: 650px;
  }

  .testimonial_slider._2 {
    height: 790px;
  }

  .p-text {
    font-size: 18px;
  }

  .left-arrow-2 {
    display: none;
  }

  .testimonial_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial_img {
    max-width: 25%;
  }

  ._2_stack_cell2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  ._2_stack {
    padding: 0;
  }

  .blog_img {
    max-width: 80%;
  }

  ._3_stack_cell {
    padding-top: 20px;
  }
}

#w-node-_0eea05f6-2b9f-83a8-9dac-fc086ec1b465-3984547f {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_440516a9-071c-de5e-1d71-9e468aaa5e3d-3984547f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_76bf30f7-b936-51fb-556b-817df7b15a65-3984547f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

@media screen and (max-width: 767px) {
  #w-node-_440516a9-071c-de5e-1d71-9e468aaa5e3d-3984547f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_76bf30f7-b936-51fb-556b-817df7b15a65-3984547f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0eea05f6-2b9f-83a8-9dac-fc086ec1b465-3984547f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}