@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  --text-size-80: 0.694rem;
  --text-size-90: 0.833rem;
  --text-size-100: 1rem;
  --text-size-200: 1.2rem;
  --text-size-300: 1.44rem;
  --text-size-400: 1.728rem;
  --text-size-500: 2.074rem;
  --text-size-600: 2.488rem;
  --text-size-700: 2.986rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #222222;
  background: #FFFFFF;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

small {
  font-size: var(--text-size-90);
}

h6,
.h6 {
  font-size: var(--text-size-200);
}

h5,
.h5 {
  font-size: var(--text-size-300);
}

h4,
.h4 {
  font-size: var(--text-size-400);
}

h3,
.h3 {
  font-size: var(--text-size-500);
}

h2,
.h2 {
  font-size: var(--text-size-600);
}

h1,
.h1 {
  font-size: var(--text-size-700);
}

.text-size-80 {
  font-size: var(--text-size-80);
}

.text-size-90 {
  font-size: var(--text-size-90);
}

.text-size-100 {
  font-size: var(--text-size-100);
}

.text-size-200 {
  font-size: var(--text-size-200);
}

.text-size-300 {
  font-size: var(--text-size-300);
}

.text-size-400 {
  font-size: var(--text-size-400);
}

.text-size-500 {
  font-size: var(--text-size-500);
}

.text-size-600 {
  font-size: var(--text-size-600);
}

.text-size-700 {
  font-size: var(--text-size-700);
}

.section-hero .et_pb_bottom_inside_divider {
  z-index: 10 !important;
}
.section-hero .section-hero--img-col {
  position: absolute;
  left: 50%;
  height: calc(100% + 40px);
  width: 50%;
  top: 0;
}

.et_pb_blog_grid .entry-title {
  color: #393C93;
}
.et_pb_blog_grid .et_pb_image_container {
  margin: 0 !important;
}
.et_pb_blog_grid .et_pb_image_container img {
  border-radius: 12px 12px 0 0;
}
.et_pb_blog_grid .et_pb_post {
  padding: 0 0 20px 0 !important;
}
.et_pb_blog_grid .et_pb_post .entry-title {
  padding: 0 24px 8px 24px;
}
.et_pb_blog_grid .et_pb_post .post-meta,
.et_pb_blog_grid .et_pb_post .post-content {
  padding: 0 24px;
}
.et_pb_blog_grid .post-meta {
  font-family: "Work Sans", sans-serif;
  font-weight: bold !important;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.single-post p {
  padding-bottom: 18px;
}
.single-post .wp-block-heading {
  padding: 17px 0 22px;
}

.profit-list img {
  display: none;
}
.profit-list h4:before {
  position: absolute;
  left: 0;
  transform: translateX(-34px);
  top: 9px;
  font-size: 83px;
  line-height: 2.7rem;
  width: 70px;
  text-align: center;
}
.profit-list.P h4:before {
  content: "P";
}
.profit-list.R h4:before {
  content: "R";
}
.profit-list.O h4:before {
  content: "O";
}
.profit-list.F h4:before {
  content: "F";
}
.profit-list.I h4:before {
  content: "I";
}
.profit-list.T h4:before {
  content: "T";
}

/* Body */
/* Header */
/* show/hide the main and top header smoothly */
#top-header {
  transition: top 0.3s ease !important;
}

#main-header {
  transition: top 0.8s cubic-bezier(0.77, 0, 0.175, 1), left 0.8s cubic-bezier(0.77, 0, 0.175, 1) !important;
  max-width: 100%;
  overflow-x: hidden;
}

/* Show / Hide Divi Header Depending On Page Scroll Direction */
body * {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: antialiased !important;
}

.home #page-container {
  padding-top: 0px !important;
}

/* Button */
.button,
.et_pb_button,
.single_add_to_cart_button,
.hs-button,
.wp-block-button .wp-block-button__link {
  background-color: #367B74 !important;
  border-style: solid;
  color: #FFFFFF !important;
  border-width: 4px !important;
  border-color: #367B74 !important;
  border-radius: 14px;
  letter-spacing: -0.1px;
  font-family: "Work Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
  padding: 4px 16px !important;
}
.button:hover,
.et_pb_button:hover,
.single_add_to_cart_button:hover,
.hs-button:hover,
.wp-block-button .wp-block-button__link:hover {
  background-color: #029187 !important;
  border-color: #029187 !important;
}
.button:hover:after,
.et_pb_button:hover:after,
.single_add_to_cart_button:hover:after,
.hs-button:hover:after,
.wp-block-button .wp-block-button__link:hover:after {
  display: none !important;
}
.button:after,
.et_pb_button:after,
.single_add_to_cart_button:after,
.hs-button:after,
.wp-block-button .wp-block-button__link:after {
  display: none !important;
}

.menu-wrap__inner .et_pb_button {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #001B40 !important;
  margin-top: 24px !important;
}

.wp-block-button .wp-block-button__link {
  color: #fff !important;
  text-decoration: none !important;
}

.et_pb_post_content a {
  color: #367B74;
  text-decoration: underline;
}

/* Mobile Menu */
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff !important;
}

.logo-scroll {
  max-width: 200px !important;
}

/* Forms */
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  border-radius: 8px;
  padding: 12px;
}

label {
  font-size: 17px;
}

.gform_wrapper.gravity-theme .gfield_description:not(.validation_message) {
  font-size: 16px;
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.gform_wrapper.gravity-theme .gfield_description.validation_message {
  border-radius: 8px;
  background-color: #f3dbdb;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 22px;
}
.gform_wrapper.gravity-theme .gform-field-label {
  font-size: 17px;
}

.gform_validation_errors {
  background-color: #f3dbdb !important;
}
.gform_validation_errors h2,
.gform_validation_errors li,
.gform_validation_errors ol,
.gform_validation_errors a {
  font-size: 16px !important;
}
.gform_validation_errors a {
  text-decoration: underline;
}

.gform_button {
  font-size: 19px;
  padding: 7px 16px !important;
}

.gform_confirmation_wrapper {
  padding: 16px;
  background-color: #367B74;
  color: #ffffff;
  font-size: 20px;
  border-radius: 10px;
}

/* Typography */
.lead, .pricing-tables ul li span {
  font-size: 1.2rem;
}

/* Pricing */
.pricing-tables .et_pb_pricing_table_wrap {
  justify-content: space-between;
}
.pricing-tables .et_pb_pricing_table {
  border-radius: 8px;
  overflow: hidden;
  border: 0;
  max-width: 49%;
  box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.28);
}
.pricing-tables .et_pb_pricing_table .et_pb_pricing_content_top {
  border: 0;
  background-color: #D2EAD6;
}
.pricing-tables .et_pb_pricing_table .et_pb_pricing_content {
  padding: 48px;
}
.pricing-tables .et_pb_pricing_heading {
  background-color: #393C93;
  padding: 22px 8px;
}
.pricing-tables .et_pb_pricing_heading h2 {
  font-size: 2.074rem;
}
.pricing-tables .et_pb_pricing_table {
  height: 100%;
}
.pricing-tables .et_pb_sum {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  color: #367B74;
  font-size: 4rem;
}
.pricing-tables ul {
  list-style: none;
}
.pricing-tables ul li span {
  position: initial;
}
.pricing-tables ul li span:before {
  content: "✓" !important;
  border: none;
  position: absolute;
  top: 0px;
  left: -7px;
  color: #367B74;
}

@media (min-width: 981px) {
  .pricing-table-wrap .et_pb_column {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 981px) {
  .pricing-table-wrap .et_pb_button_module_wrapper,
  .pricing-table-wrap .et_pb_wc_add_to_cart {
    position: absolute !important;
    bottom: 30px !important;
    left: 30px !important;
    right: 30px !important;
    width: auto !important;
    margin-bottom: 0px !important;
  }
}
.pricing-table-wrap .button,
.pricing-table-wrap .et_pb_button {
  width: 100% !important;
  font-size: 20px !important;
}
/* Footer */
