.h1-style {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.167;
  letter-spacing: -0.01562em;
}

.h2-style {
  font-weight: 400;
  font-size: 2.75rem;
  line-height: 1.167;
  letter-spacing: -0.01562em;
}

.h3-style {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.167;
  letter-spacing: -0.01562em;
}

.h4-style {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.167;
  letter-spacing: -0.01562em;
}

.h5-style {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.167;
  letter-spacing: -0.01562em;
}

.h6-style {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.167;
  letter-spacing: -0.01562em;
}

.subtitle-style {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.00938em;
}

.body-style {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}

@media only screen and (max-width: 768px) {
  .h1-style {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.167;
    letter-spacing: -0.01562em;
  }

  .h2-style {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.167;
    letter-spacing: -0.01562em;
  }

  .h3-style {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.167;
    letter-spacing: -0.01562em;
  }

  .h4-style {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.167;
    letter-spacing: -0.01562em;
  }

  .h5-style {
    font-weight: 400;
    font-size: 6rem;
    line-height: 1.167;
    letter-spacing: -0.01562em;
  }

  .h6-style {
    font-weight: 400;
    font-size: 6rem;
    line-height: 1.167;
    letter-spacing: -0.01562em;
  }

  .subtitle-style {
    font-weight: 400;
    font-size: 6rem;
    line-height: 1.167;
    letter-spacing: -0.01562em;
  }

  .body-style {
    font-weight: 400;
    font-size: 6rem;
    line-height: 1.167;
    letter-spacing: -0.01562em;
  }
}
.custom-section {
  padding: 128px 0px;
}
@media only screen and (max-width: 1440px) {
  .custom-section {
    padding: 96px 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-section {
    padding: 64px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .custom-section {
    padding: 32px 0px;
  }
}
@media only screen and (max-width: 478px) {
  .custom-section {
    padding: 16px 0px;
  }
}

.custom-container {
  width: 100%;
  margin-left: auto;
  box-sizing: 'border-box';
  margin-right: auto;
  padding-left: 55px;
  padding-right: 55px;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 2rem !important;
}

.ml-5 {
  margin-left: 4rem !important;
}

.ml-6 {
  margin-left: 8rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 4rem !important;
}

.mt-6 {
  margin-top: 8rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 4rem !important;
}

.mb-6 {
  margin-bottom: 8rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 2rem !important;
}

.mr-5 {
  margin-right: 4rem !important;
}

.mr-6 {
  margin-right: 8rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 2rem !important;
}

.pl-5 {
  padding-left: 4rem !important;
}

.pl-6 {
  padding-left: 8rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pt-5 {
  padding-top: 4rem !important;
}

.pt-6 {
  padding-top: 8rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-5 {
  padding-bottom: 4rem !important;
}

.pb-6 {
  padding-bottom: 8rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 2rem !important;
}

.pr-5 {
  padding-right: 4rem !important;
}

.pr-6 {
  padding-right: 8rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
@media (max-width: 768px) {
  .mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
@media (max-width: 768px) {
  .mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
@media (max-width: 768px) {
  .mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
@media (max-width: 768px) {
  .mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
}

.mx-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
@media (max-width: 768px) {
  .mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.mx-5 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
@media (max-width: 768px) {
  .mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

.mx-6 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
@media (max-width: 768px) {
  .mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
@media (max-width: 768px) {
  .my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
@media (max-width: 768px) {
  .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
@media (max-width: 768px) {
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
@media (max-width: 768px) {
  .my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
@media (max-width: 768px) {
  .my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

.my-6 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
@media (max-width: 768px) {
  .my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
@media (max-width: 768px) {
  .px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
@media (max-width: 768px) {
  .px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
@media (max-width: 768px) {
  .px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (max-width: 768px) {
  .px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

.px-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
@media (max-width: 768px) {
  .px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.px-5 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
@media (max-width: 768px) {
  .px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

.px-6 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
@media (max-width: 768px) {
  .px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
@media (max-width: 768px) {
  .py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
@media (max-width: 768px) {
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
@media (max-width: 768px) {
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media (max-width: 768px) {
  .py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (max-width: 768px) {
  .py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

.py-6 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
@media (max-width: 768px) {
  .py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

/* prettier-ignore */
.shadowed-0 {
  box-shadow: none !important;
}

.shadowed-1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12) !important;
}

.shadowed-24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12) !important;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

html,
body {
  font-size: 16px;
  height: 100%;
  scroll-behavior: smooth;
}

.white {
  background-color: #ffffff !important;
}

.white-text {
  color: #ffffff !important;
}

.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.grey {
  background-color: #9f9f9f !important;
}

.grey-text {
  color: #9f9f9f !important;
}

.primary-main-text {
  color: #328036 !important;
}

.primary-light-text {
  color: #63b062 !important;
}

.primary-dark-text {
  color: #00530a !important;
}

.primary-contrast {
  background-color: #000000;
}

.primary-contrast-text {
  color: #000000;
}

.secondary-main-text {
  color: #ea7603 !important;
}

.secondary-light-text {
  color: #ffa641 !important;
}

.secondary-dark-text {
  color: #b14800 !important;
}

.primary-main {
  background-color: #328036 !important;
}

.primary-light {
  background-color: #63b062 !important;
}

.primary-dark {
  background-color: #00530a !important;
}

.secondary-main {
  background-color: #ea7603 !important;
}

.secondary-light {
  background-color: #ffa641 !important;
}

.secondary-dark {
  background-color: #b14800 !important;
}

.secondary-contrast {
  background-color: #ffffff !important;
}

.secondary-contrast-text {
  color: #ffffff !important;
}

.bold {
  font-weight: 700 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.regular {
  font-weight: 400 !important;
}

.light {
  font-weight: 300 !important;
}

.no-transform {
  text-transform: none !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.no-decoration {
  text-decoration: none !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.justify {
  text-align: justify !important;
}
@media only screen and (max-width: 600px) {
  .justify {
    text-align: left !important;
  }
}

.display-flex-on-desktop {
  display: flex;
}
@media only screen and (max-width: 800px) {
  .display-flex-on-desktop {
    display: initial;
  }
}

.display-flex-on-mobile {
  display: flex;
}
@media only screen and (min-width: 800px) {
  .display-flex-on-mobile {
    display: initial;
  }
}

.display-inline-block {
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.expand-x {
  width: 100% !important;
}

.expand-y {
  height: 100% !important;
}

.height-auto {
  height: auto;
}

.height-inherit {
  height: inherit;
}

.no-grow {
  max-height: 100%;
}

.inherit-height {
  height: inherit;
}

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

.justify-content-center {
  justify-content: center;
}

.justify-content-flex-start {
  justify-content: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-flex-start {
  align-items: flex-start;
}

.flex-grow {
  flex-grow: 1;
}

.rounded-borders {
  border-radius: 8px;
}

.vertical-align {
  transform: translateY(50%);
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.fixed {
  position: fixed !important;
}

.sticky {
  position: sticky !important;
}

.no-opacity {
  opacity: 0;
}

.full-opacity {
  opacity: 100;
}

.darkened {
  filter: brightness(50%);
}
