h1, h2, h3, h4, h5, h6, p {
  color: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  font-family: "Open Sans", sans-serif;
}

h1,
.h1-heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

h2,
.h2-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.SubHead,
h3,
.h3-heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.SubHead {
  font-weight: 500;
}

h4,
.h4-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h5,
.h5-heading {
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
p.bold {
  font-weight: 500;
}
p.small {
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 992px) {
  h1,
  .h1-heading {
    font-size: 46px;
    line-height: 115%;
  }
  h2,
  .h2-heading {
    font-size: 42px;
    line-height: 46px;
    font-weight: 600;
  }
  h3,
  .h3-heading {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  p.bold {
    font-weight: 500;
  }
}
.btn-primary {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 5px;
  background-color: #18133D;
  color: #FFFFFF;
  text-decoration: none;
  border: none !important;
  cursor: pointer;
}
.btn-primary.btn-size-lg {
  padding: 17px 30px;
}
.btn-primary.btn-size-sm {
  padding: 8px 15px;
}
.btn-primary:active, .btn-primary:hover {
  background-color: #5A936D;
  color: #FFFFFF;
}
.btn-primary.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-secondary {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  border-radius: 5px;
  background-color: #83C39B;
  color: #18133D;
  text-decoration: none;
  border: none !important;
  cursor: pointer;
}
.btn-secondary.btn-size-lg {
  padding: 17px 30px;
}
.btn-secondary.btn-size-sm {
  padding: 8px 15px;
}
.btn-secondary:active, .btn-secondary:hover {
  background-color: #18133D;
  color: #FFFFFF;
}
.btn-secondary.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

header {
  background-color: #FFFFFF;
}

.site-header .mobile-header {
  display: flex;
  height: 75px;
}
.site-header .mobile-header img {
  width: 100%;
  max-width: 200px;
}
.site-header .mobile-header button {
  background: none;
  border: 0;
}
.site-header .mobile-header button svg {
  fill: #000000;
  width: 25px;
  height: 25px;
}
.site-header .desktop-header {
  display: none;
}
@media (min-width: 992px) {
  .site-header .mobile-header {
    display: none;
  }
  .site-header .desktop-header {
    display: flex;
    justify-content: space-between;
    height: 75px;
    align-items: center;
  }
  .site-header .desktop-header .image img {
    width: 100%;
    max-width: 200px;
  }
  .site-header .desktop-header .navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header .desktop-header .navigation ul .nav-link {
    padding: 0 0.75rem;
  }
  .site-header .desktop-header .navigation ul .nav-link a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
  }
  .site-header .desktop-header .navigation ul .nav-link a:hover, .site-header .desktop-header .navigation ul .nav-link a:active {
    color: #83C39B;
  }
}

.toggle-mobile-nav #open {
  display: none;
}
.toggle-mobile-nav #closed {
  display: block;
}

.mobile-nav {
  display: none;
}

.mobile-nav-open {
  overflow: hidden;
}
.mobile-nav-open .toggle-mobile-nav #open {
  display: block;
}
.mobile-nav-open .toggle-mobile-nav #closed {
  display: none;
}
.mobile-nav-open .mobile-nav {
  display: block;
  height: 100vh;
  width: 100vw;
  background: #18133D;
  position: absolute;
  z-index: 15;
  top: 75px;
}
.mobile-nav-open .mobile-nav .mobile-nav-products-title {
  padding: 0;
}
.mobile-nav-open .mobile-nav .mobile-nav-menu-item {
  height: 50px;
  border-bottom: 1px solid #FFFFFF;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.mobile-nav-open .mobile-nav .mobile-nav-menu-item a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
}
.mobile-nav-open .mobile-nav .mobile-nav-menu-item:hover, .mobile-nav-open .mobile-nav .mobile-nav-menu-item:active {
  background: #FFFFFF;
  color: #000000;
}
.mobile-nav-open .mobile-nav .mobile-nav-menu-item:hover a, .mobile-nav-open .mobile-nav .mobile-nav-menu-item:active a {
  color: #000000;
}

footer {
  color: #FFFFFF;
  background-color: #18133D;
  flex-shrink: 0;
  padding: 25px;
  height: auto;
}
@media (min-width: 992px) {
  footer {
    height: 75px;
    padding: unset;
  }
}
footer .site-container-1340 {
  height: 100%;
}
footer .h-100p {
  height: 100%;
}
footer span {
  color: #FFFFFF;
}
footer img {
  width: 100%;
  max-width: 200px;
}
footer a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
}
footer a:hover, footer a:active {
  color: #F4F4F9;
}

form label {
  font-weight: 500;
}
form input {
  border: 1px solid #F4F4F9;
  border-radius: 12px;
  padding: 12px 20px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}

.radio-wrapper {
  display: flex;
}
.radio-wrapper .form-check {
  display: flex;
  align-items: center;
  padding: 0;
}
.radio-wrapper .form-check:last-child {
  margin-left: 15px;
}
.radio-wrapper .form-check input[type=radio] {
  width: 16px;
  height: 1rem;
  padding: 0;
  margin: 0;
  border-radius: 50%; /* Optional, for a round radio button */
}
.radio-wrapper .form-check input[type=radio]:checked {
  background-color: #83C39B;
  border-color: #83C39B;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="2" fill="%23222D3D" /%3e%3c/svg%3e');
  background-size: cover;
  background-repeat: no-repeat;
}

.form-group-inline {
  display: flex;
  justify-content: space-between;
}

.form-check-input {
  width: 100%;
  max-width: 350px;
  height: 35px;
  border-radius: 5px;
}

.input-group {
  max-width: 350px;
}

.input-group-text {
  padding: 1rem;
  height: 38px;
}

html,
body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  text-align: left;
  height: 100%;
  scroll-behavior: smooth;
  background-color: #83C39B;
}

#main-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

main {
  flex: 1 0 auto;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.site-container-1340 {
  padding-right: 12px;
  padding-left: 12px;
  margin: auto;
  position: relative;
  max-width: 1340px;
  width: 100%;
}

.site-container-992 {
  padding-right: 12px;
  padding-left: 12px;
  margin: auto;
  position: relative;
  max-width: 992px;
  width: 100%;
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}

#index-hero-section {
  background-color: #83C39B;
  display: flex;
  align-items: center;
}
#index-hero-section h4 {
  color: #18133D;
}
@media (min-width: 992px) {
  #index-hero-section h4 {
    padding: 25px 0;
  }
}
#index-hero-section img {
  width: 100%;
}
@media (min-width: 992px) {
  #index-hero-section img {
    width: 85%;
  }
}
@media (min-width: 992px) {
  #index-hero-section {
    height: 681px;
  }
}

#index-slider-section {
  padding: 25px 0;
  text-align: center;
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  #index-slider-section {
    padding: 50px 0;
  }
}
#index-slider-section h4 {
  color: #6D717D;
}
#index-slider-section #dynamic-text {
  color: #000000 !important; /* Color of the text */
  white-space: nowrap; /* Prevent text wrapping */
}

#index-about-section {
  padding: 25px 0;
  background-color: #FFFFFF;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  #index-about-section {
    padding: 50px 0;
    padding-top: 0 !important;
  }
}
#index-about-section .about-tile {
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  position: relative;
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  #index-about-section .about-tile {
    min-height: 250px;
  }
}
#index-about-section .about-tile .image {
  margin-bottom: 1rem;
}
#index-about-section .about-tile .image svg {
  width: 55px;
  fill: #83C39B;
}
#index-about-section .about-tile p {
  color: #6D717D;
}

#cta-section {
  background-color: #83C39B;
  padding: 25px 0;
}
@media (min-width: 992px) {
  #cta-section {
    padding: 50px 0;
  }
}

#inner-form-section a {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
}
#inner-form-section a:hover, #inner-form-section a:active {
  color: #83C39B;
}
#inner-form-section ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  font-family: "Open Sans";
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  #inner-form-section ul li {
    font-size: 16px;
    line-height: 22px;
  }
}

.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.primary-link {
  color: #18133D;
  font-weight: 600;
  text-decoration: underline;
  font-size: 16px;
  line-height: 22px;
}
.primary-link:hover, .primary-link:active {
  color: #5A936D;
}/*# sourceMappingURL=site.css.map */