@media (max-width: 1023px) {
  #wpadminbar {
    display: none;
  }
}
@media (min-width: 1024px) {
  body.admin-bar {
    margin-top: 32px;
  }
  body.admin-bar .header-content {
    top: 32px;
  }
}
button:focus {
  outline: 0;
  box-shadow: none;
}
.keyboard-navigation *:focus {
  outline: 0;
  box-shadow: 0 0 4px 4px #251f78 !important;
  outline: 5px auto -webkit-focus-ring-color;
}
.skip-to-content {
  position: fixed;
  top: 30px;
  left: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px dotted #2d2e2d;
  z-index: 999;
  padding: 20px;
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.5);
  background-color: #251f78;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
}
.skip-to-content:hover,
.skip-to-content:focus {
  color: #fff;
}
.skip-to-content:focus {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* 
     Font sizes
*/
/* 
     Links
*/
/*
*  The function accepts the following params: 
*   @prop   css propriety
*   @size   css design size
*   @min    css minimum size possible (not required, auto calculated from size)
*   
*   @design_width   this should be updated to the design maximum width
*
*   Examples
*   .clamp(font-size; 14; 12);
*   .clamp(min-width; 205; 130);
*   .clamp(line-height; 40; 25);
*
*/
body {
  font-weight: 400;
  font-size: clamp(14px, 0.83333333vw, 16px);
  line-height: 1.5;
  font-family: "proxima-sera", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #2d2e2d;
  overflow-x: hidden;
}
a {
  transition: all 0.3s;
}
a,
button,
a:hover,
a:focus {
  text-decoration: none;
  color: #251f78;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-family: "gelica", sans-serif;
  font-weight: 500;
  color: #251f78;
}
.h1,
h1 {
  font-size: clamp(28px, 3.33333333vw, 64px);
}
.h2,
h2 {
  font-size: clamp(28px, 2.70833333vw, 52px);
}
.h3,
h3 {
  font-size: clamp(22px, 1.45833333vw, 28px);
}
.h4,
h4 {
  font-size: clamp(20px, 1.25vw, 24px);
}
.h5,
h5 {
  font-size: clamp(18px, 1.04166667vw, 20px);
}
.h6,
h6 {
  font-size: clamp(14px, 0.83333333vw, 16px);
}
.bt,
a.bt,
input.bt,
button.bt,
.button,
.header-button a,
.hs-button {
  position: relative;
  display: inline-block;
  padding-top: clamp(11px, 1.04166667vw, 20px);
  padding-bottom: clamp(11px, 0.83333333vw, 16px);
  padding-right: clamp(17px, 1.875vw, 36px);
  padding-left: clamp(17px, 1.875vw, 36px);
  background-color: #251f78;
  border: 1px solid #251f78;
  color: #fff;
  border-radius: 6px;
  font-weight: 400;
  font-size: clamp(15px, 0.9375vw, 18px);
  text-align: center;
  transition: all 0.3s;
  max-width: 100%;
  line-height: 1.5;
  font-family: "proxima-sera", sans-serif;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.18px;
  text-transform: uppercase;
}
.bt:hover,
a.bt:hover,
input.bt:hover,
button.bt:hover,
.button:hover,
.header-button a:hover,
.hs-button:hover {
  background: #ffffff;
  color: #251f78;
}
button {
  cursor: pointer;
}
.main-link {
  border-bottom: 1px solid #251f78;
  color: #f69e6c;
  font-weight: 700;
}
.form-wrapper .gform_wrapper.gform-theme .gform_validation_errors {
  padding: 16px;
}
.form-wrapper .gform_wrapper.gform-theme .gfield_required {
  display: none;
}
.form-wrapper .gform_wrapper.gform-theme .gform_footer {
  margin: 30px 0 0;
  padding: 0;
}
.form-wrapper .gform_wrapper.gform-theme .gform_footer .gform_button {
  width: 100% !important;
  background-color: #251f78 !important;
  border-radius: 6px !important;
  height: 50px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border: 1px solid #251f78 !important;
}
.form-wrapper .gform_wrapper.gform-theme .gform_footer .gform_button:hover {
  background: #ffffff !important;
  color: #251f78 !important;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields {
  grid-row-gap: 30px;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield .gfield_label {
  font-size: 14px;
  font-weight: 500;
  font-family: "gelica", sans-serif;
  color: #251f78;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield input,
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield select,
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield textarea {
  height: 50px;
  border-radius: 8px;
  border: 1px solid #d7d7ef;
  padding: 10px 20px;
  font-size: clamp(16px, 0.9375vw, 18px);
  color: #251f78;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield input ::-webkit-input-placeholder,
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield select ::-webkit-input-placeholder,
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield textarea ::-webkit-input-placeholder {
  color: #251f78 !important;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield input :-moz-placeholder,
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield select :-moz-placeholder,
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield textarea :-moz-placeholder {
  color: #251f78 !important;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield input ::-moz-placeholder,
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield select ::-moz-placeholder,
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield textarea ::-moz-placeholder {
  color: #251f78 !important;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield input :-ms-input-placeholder,
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield select :-ms-input-placeholder,
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #251f78 !important;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  background-size: auto;
  background: #ffffff url(https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/select-arrow.svg) no-repeat right 20px center;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield.services select {
  background: #f5f5f5;
  transition: all 0.3s ease-in-out;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield.services select:not([disabled]) {
  background: #ffffff;
  height: 175px;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield textarea,
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield textarea.large {
  height: 110px;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield.gfield--type-submit {
  justify-content: flex-end;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield.gfield--type-fileupload {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield.gfield--type-fileupload::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background-image: url(https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/upload-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield.gfield--type-fileupload .gfield_label {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_rules {
  display: none;
}
.form-wrapper .gform_wrapper.gform-theme .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #251f78;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  border-radius: 100%;
  background: transparent;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #251f78;
  position: absolute;
  top: 4px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gform_confirmation_message {
  color: #251f78;
}
.site-header {
  transition: all 0.3s ease-in-out;
}
.site-header .header-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  .site-header .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-header .header-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}
.site-header .header-content #topbar-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 0;
}
.site-header .header-content #topbar-inner.show-topbar {
  max-height: 58px;
}
.site-header .header-content #topbar-inner .header-topbar-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.site-header .header-content #topbar-inner.show-topbar .header-topbar-wrapper {
  opacity: 1;
}
.site-header .header-topbar-content {
  position: relative;
  background-color: #d7d7ef;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}
.site-header .header-topbar-content.bg-gray {
  background-color: #D7D7EF;
}
.site-header .header-topbar-content.bg-orange {
  background-color: #F69E6C;
}
.site-header .header-topbar-content .header-topbar-wrapper {
  display: flex;
  align-items: center;
  min-height: 40px;
  justify-content: center;
  min-height: 58px;
}
.site-header .header-topbar-content .header-topbar-wrapper .contact-info {
  margin-left: auto;
}
.site-header .header-topbar-content .header-topbar-wrapper .contact-info a {
  font-size: 14px;
  font-weight: 500;
}
.site-header .header-topbar-content .header-topbar-wrapper .contact-info a i {
  margin-right: 10px;
}
.site-header .header-topbar-content .header-topbar-wrapper .contact-info a:hover {
  color: #fc9d64;
}
.site-header .header-topbar-content .header-topbar-wrapper .topbar-info {
  font-weight: 500;
  margin-left: auto;
}
.site-header .header-topbar-content .header-topbar-wrapper .topbar-info .btn {
  padding: 4px 16px;
  border-radius: 6px;
  border: 1px solid transparent;
  margin-left: clamp(10px, 1.04166667vw, 20px);
  height: 34px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-header .header-topbar-content .header-topbar-wrapper .topbar-info .btn.btn-white {
  background-color: #ffffff;
  border-color: #251f78;
  color: #251f78;
}
.site-header .header-topbar-content .header-topbar-wrapper .topbar-info .btn.btn-white:hover {
  background-color: #251f78;
  color: #ffffff;
}
.site-header .header-topbar-content .header-topbar-wrapper .topbar-info .btn.btn-blue {
  background-color: #251f78;
  border-color: #251f78;
  color: #ffffff;
}
.site-header .header-topbar-content .header-topbar-wrapper .topbar-info .btn.btn-blue:hover {
  background-color: #ffffff;
  color: #251f78;
}
.site-header .header-topbar-content .header-topbar-wrapper #close-annoucement {
  margin-left: auto;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #251f78;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.site-header .header-topbar-content .header-topbar-wrapper #close-annoucement:hover {
  background-color: #ffffff;
  color: #251f78;
}
@media (min-width: 1200px) {
  .site-header .header-topbar-content {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (max-width: 1199.98px) {
  .site-header .header-topbar-content {
    display: none;
  }
}
.site-header .header-main-content {
  background-color: #251f78;
  transition: all 0.3s ease-in-out;
}
.site-header .header-main-content .header-main-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .site-header .header-main-content .header-main-wrapper {
    height: 80px;
    flex-direction: row-reverse;
  }
}
.site-header .header-main-content .header-main-wrapper .header-cta-wrapper .bt.header-cta {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 12px 13px 12px;
  text-transform: none;
}
.site-header .header-main-content .header-main-wrapper .header-cta-wrapper .bt.header-cta:hover {
  background-color: #ffffff;
  color: #251f78;
}
@media (max-width: 1023px) {
  .site-header .header-main-content .header-main-wrapper .header-cta-wrapper .bt.header-cta {
    margin-left: auto;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .site-header .header-main-content .header-main-wrapper .header-cta-wrapper .bt.header-cta {
    display: none;
  }
}
@media (min-width: 1200px) {
  .site-header .header-main-content .header-main-wrapper {
    justify-content: space-between;
  }
}
.site-header.topbar-hidden .header-topbar-content {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  position: absolute;
  width: 100%;
}
.header-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-main-menu a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding: 10px 24px;
}
.header-main-menu {
  border-radius: 6px;
}
@media (max-width: 1199.98px) {
  .header-main-menu {
    display: none;
  }
}
.header-main-menu #menu-main-menu {
  display: flex;
  gap: 40px;
  align-items: center;
}
.header-main-menu #menu-main-menu > li {
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  height: 77px;
  z-index: 10;
}
.header-main-menu #menu-main-menu > li:hover:before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 90%;
  z-index: -1;
  bottom: -2px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.header-main-menu #menu-main-menu > li:hover a {
  color: #251f78;
  transform: translateY(5px);
}
.header-main-menu #menu-main-menu > li a {
  font-weight: 900;
  font-size: 17px;
}
.header-main-menu #menu-main-menu > li .dd-toggle {
  display: none;
  margin-left: 6px;
  vertical-align: middle;
  cursor: pointer;
}
.header-main-menu #menu-main-menu > li .dd-toggle svg {
  width: 10px;
  height: 7px;
  transform: rotate(0deg);
  transition: transform .18s ease;
}
.header-main-menu #menu-main-menu > li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 381px;
  background: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  z-index: 50;
  transition: min-height 0.3s ease, height 0.3s ease;
  max-height: calc(100vh - 50px);
}
.header-main-menu #menu-main-menu > li .sub-menu li {
  padding: 15px 10px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  line-height: normal;
  height: 88px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 15px;
  border-radius: 12px;
  margin-bottom: 15px;
}
.header-main-menu #menu-main-menu > li .sub-menu li:hover {
  background-color: #edf0f7;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border: none;
}
.header-main-menu #menu-main-menu > li .sub-menu li:hover.menu-item-has-children {
  background-color: #edf0f7;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.header-main-menu #menu-main-menu > li .sub-menu li:hover::before,
.header-main-menu #menu-main-menu > li .sub-menu li:hover a {
  transform: translateX(10px);
}
.header-main-menu #menu-main-menu > li .sub-menu li:hover > .menu-item-img {
  transform: translateX(10px);
}
.header-main-menu #menu-main-menu > li .sub-menu li:hover .sub-menu li::before,
.header-main-menu #menu-main-menu > li .sub-menu li:hover .sub-menu li a {
  transform: translateX(0);
}
.header-main-menu #menu-main-menu > li .sub-menu li a {
  position: relative;
}
.header-main-menu #menu-main-menu > li .sub-menu a {
  padding: 0;
  font-weight: 700;
  color: #251f78;
  text-wrap: auto;
  font-family: "gelica", sans-serif;
  font-size: 20px;
  transform: none;
  transition: all 0.3s ease;
}
.header-main-menu #menu-main-menu > li .sub-menu .menu-item-description {
  display: block;
  font-size: 12px;
  color: #2d2e2d;
  margin-top: 5px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  opacity: 0.8;
}
.header-main-menu #menu-main-menu > li .sub-menu .menu-item-img {
  width: 34px;
  height: 34px;
  border-radius: 0;
  transition: all 0.3s ease;
  image-rendering: -webkit-optimize-contrast;
}
.header-main-menu #menu-main-menu > li.menu-item-has-children.open > .sub-menu,
.header-main-menu #menu-main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-main-menu #menu-main-menu > li .sub-menu .menu-item-has-children:hover > .sub-menu,
.header-main-menu #menu-main-menu > li .sub-menu .menu-item-has-children.open > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-main-menu #menu-main-menu > li .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 0;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-left: -20px;
  margin-top: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 12px;
  background-color: #edf0f7;
  transition: min-height 0.3s ease, height 0.3s ease;
  min-width: 420px;
  overflow-y: scroll;
}
.header-main-menu #menu-main-menu > li .sub-menu .menu-item-has-children > .sub-menu li {
  border: none;
  padding: 10px;
  max-width: 400px;
  position: relative;
  border-radius: 12px;
}
.header-main-menu #menu-main-menu > li .sub-menu .menu-item-has-children > .sub-menu li:hover {
  background: rgba(255, 255, 255, 0.5);
}
.header-main-menu #menu-main-menu > li .sub-menu .menu-item-has-children > .sub-menu li:hover a {
  transform: translateX(10px);
}
.header-main-menu #menu-main-menu > li .sub-menu .menu-item-has-children > .sub-menu li:hover > .menu-item-img {
  transform: translateX(10px);
}
.header-main-menu #menu-main-menu > li .sub-menu .menu-item-has-children > .sub-menu li:hover::before {
  opacity: 1;
}
.header-main-menu #menu-main-menu > li .sub-menu .menu-item-has-children > .sub-menu li a {
  font-family: "proxima-sera", sans-serif;
  font-weight: 500;
}
.header-main-menu #menu-main-menu > li .sub-menu .menu-item-has-children > .sub-menu li a::before {
  display: none;
}
.header-main-menu #menu-main-menu > li .sub-menu .menu-item-has-children.open > .dd-toggle svg {
  transform: rotate(180deg);
}
@media (max-width: 900px) {
  .header-main-menu #menu-main-menu {
    flex-direction: column;
    align-items: stretch;
  }
  .header-main-menu .dd-toggle {
    float: right;
  }
  .header-main-menu .sub-menu {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
    box-shadow: none;
  }
}
.mobile-menu-trigger {
  width: 21px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-right: auto;
}
.mobile-menu-trigger span {
  display: block;
  position: absolute;
  height: 2.5px;
  width: 100%;
  border-radius: 10px;
  background: #ffffff;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-menu-trigger span:nth-child(1) {
  top: 0px;
}
.mobile-menu-trigger span:nth-child(2) {
  top: 7px;
  left: 0;
}
.mobile-menu-trigger span:nth-child(3) {
  top: 13px;
}
.mobile-menu-trigger.active span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mobile-menu-trigger.active span:nth-child(2) {
  opacity: 0;
  left: -40px;
}
.mobile-menu-trigger.active span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (min-width: 1200px) {
  .mobile-menu-trigger {
    display: none;
  }
}
.logo img {
  max-width: clamp(125px, 17.96875vw, 345px);
}
@media (max-width: 1199.98px) {
  .logo img {
    max-width: 230px;
    height: 20px;
  }
}
.sub-menu > li > .sub-menu::-webkit-scrollbar {
  width: 6px;
}
.sub-menu > li > .sub-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
#mobile-menu .mobile-menu-wrapper {
  background: linear-gradient(180deg, #f5f7f9 47.09%, rgba(245, 247, 249, 0) 75.75%);
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: auto;
}
#mobile-menu .mobile-menu-wrapper .primary-menu {
  padding: 40px 20px;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li {
  position: relative;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li .sub-menu {
  display: none;
  margin: 0;
  list-style: none;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li .sub-menu li {
  margin-bottom: 20px;
  align-items: flex-start;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li .sub-menu li > img {
  margin-right: 20px;
  width: 24px;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li .sub-menu li > a {
  color: #251f78;
  transition: all 0.3s ease-in-out;
  order: 2;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  max-width: 400px;
  padding: 0;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li .sub-menu li > a .menu-item-description {
  color: #2d2e2d;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 400;
  white-space: normal;
  margin-top: 10px;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li .sub-menu li.menu-item-has-children > a {
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  height: 47px;
  align-content: center;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li .sub-menu li.menu-item-has-children .sub-menu li {
  display: flex;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li .dd-toggle {
  position: absolute;
  right: 0;
  top: 7px;
  cursor: pointer;
  margin-left: auto;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li .dd-toggle svg {
  transition: all 0.3s ease-in-out;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li .dd-toggle svg path {
  fill: #251f78;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li .dd-toggle.active svg {
  transform: rotate(180deg);
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li a {
  font-size: 18px;
  color: #2d2e2d;
  padding: 10px 0;
  text-transform: uppercase;
  display: block;
  position: relative;
  font-weight: 600;
}
#mobile-menu .mobile-menu-wrapper .mobile-header-cta .bt {
  width: 100%;
  max-width: 320px;
  padding: 12px 13px 12px;
}
#mobile-menu .mobile-menu-wrapper .contact-column {
  padding: 40px 20px;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item {
  line-height: 1.8;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item:not(:last-child) {
  margin-bottom: 5px;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item a {
  color: #2d2e2d;
  display: flex;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item .icon {
  width: 20px;
  color: #251f78;
  margin-right: 0;
  display: block;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item.contact-location {
  display: flex;
}
#mobile-menu .mobile-menu-wrapper .menu-socials {
  display: flex;
  padding: 0 20px 40px;
}
#mobile-menu .mobile-menu-wrapper .menu-socials p {
  margin-bottom: 0;
}
#mobile-menu .mobile-menu-wrapper .menu-socials ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#mobile-menu .mobile-menu-wrapper .menu-socials ul li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 0;
}
#mobile-menu .mobile-menu-wrapper .menu-socials ul li a {
  color: #251f78;
}
body.mm-wrapper_opened #mobile-menu,
.mobile-menu-open #mobile-menu {
  display: unset;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}
.mm-menu,
.mm-panel {
  background: #fff !important;
  transition: all 1s ease;
}
.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: unset !important;
  visibility: hidden;
  opacity: 0;
}
.mm-panel,
.mm-menu_theme-dark,
.mm-navbar,
.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
  background-color: #fff;
}
.header-ctas a {
  margin: 0;
  border-radius: 0px !important;
}
.mm-listitem:after {
  left: 0;
  display: none;
  border-bottom-width: 0 !important;
}
.mm-navbar {
  min-height: 72px;
  align-items: center;
  background: #fff !important;
  border-bottom-width: 1px !important;
}
.mm-navbar a {
  text-align: left;
  text-transform: none;
}
.mm-panel.mm-panel_opened ~ .mm-panel {
  opacity: 0;
  transform: translateX(-80px);
}
.mm-navbar__title span {
  display: inline-block;
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.mm-navbar__title span.mm-hidden {
  opacity: 0;
  transform: translateY(10px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar__title {
  font-size: 20px;
  color: #251f78;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "gelica", sans-serif;
  display: flex !important;
  align-items: center;
  position: relative;
  overflow: hidden;
  white-space: normal !important;
}
.mm-navbar__title span {
  color: #251f78;
}
.mm-hidden + .mm-navbar__title::before {
  display: none;
}
[aria-owns="mm-1"] + .mm-navbar__title:before {
  display: block;
}
[aria-owns^="mm-"]:not([aria-owns="mm-1"]) + .mm-navbar__title:before {
  display: none;
}
.mm-btn_next:after,
.mm-btn_prev:before,
.mm-listitem {
  border-color: #fff;
}
.mm-btn_next:after {
  content: '';
  border: none !important;
  top: 5px !important;
  left: 50% !important;
  transform: translate(-50%, -50%) rotate(0) !important;
  background-image: url(/wp-content/themes/acf/assets/images/down-arrow.png) !important;
  background-size: 15px 8px;
  width: 15px !important;
  height: 8px !important;
  background-repeat: no-repeat;
}
.mm-btn_prev:before {
  content: url(/wp-content/themes/acf/assets/images/left-arrow.svg) !important;
  border: none !important;
  transform: rotate(0) !important;
  left: 15px !important;
}
#mm-2 .sub-menu li {
  flex-direction: unset;
  padding-left: 28px;
  padding-right: 15%;
}
.mm-panel.mm-panel_opened .sub-menu li {
  flex-direction: row-reverse;
  align-items: center;
  padding-left: 40px;
}
.mm-panel.mm-panel_opened .sub-menu li.menu-item-has-children {
  align-items: flex-start;
}
.mm-panel.mm-panel_opened .sub-menu li a {
  margin-left: 0;
}
.mm-listitem img {
  width: 32px;
  height: 32px;
}
.mm-listitem .mm-listitem__text {
  max-width: 100%;
}
.mm-listitem .mm-listitem__text .menu-item-description {
  font-family: Arial;
  font-size: 11.81px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
  color: #6D7475;
  margin-top: 5px;
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 0px !important;
  border-left-style: inherit !important;
}
.mm-listitem__text {
  padding-left: 16px !important;
  padding-right: 5px !important;
}
.mm-panels > .mm-panel > .mm-listview > .mm-listitem a:not(.bt) {
  font-size: 20px;
  line-height: 22px;
  color: #251f78;
  font-weight: 700;
  background-color: transparent;
  padding-top: 24px;
  padding-bottom: 24px;
  text-transform: capitalize;
  white-space: normal !important;
  min-height: 72px;
  align-content: center;
  font-family: "gelica", sans-serif;
}
.mm-panels > .mm-panel > .mm-listview > .mm-listitem a:not(.bt) > i {
  display: none;
}
.mm-panels > .mm-panel > .mm-listview > .mm-listitem > .mm-panel > .mm-listview > .mm-listitem > a {
  font-size: 16px;
  color: #251f78;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}
.mm-panels > .mm-panel > .mm-listview > .mm-listitem > .mm-panel > .mm-listview > .mm-listitem > .mm-btn_next:after {
  border-color: transparent;
  transform: rotate(225deg);
  margin-top: -8px;
  bottom: auto;
  top: 50%;
}
.mm-panels > .mm-panel > .mm-listview > .mm-listitem > .mm-panel > .mm-listview > .mm-listitem.mm-listitem_opened > .mm-listitem__btn:after {
  transform: rotate(45deg);
  margin-top: -3px;
  right: 23px;
}
.mm-panels > .mm-panel > .mm-listview > .mm-listitem > .mm-panel > .mm-listview > .mm-listitem .mm-panel {
  padding: 0;
  margin-bottom: 15px;
}
.mm-panels > .mm-panel > .mm-listview > .mm-listitem > .mm-panel > .mm-listview > .mm-listitem .mm-panel .mm-listview .mm-listitem a {
  font-size: 14px;
  color: #fff;
  padding: 5px 0 0 10px;
}
.sub-menu.mm-listview > li > a.mm-btn_next {
  display: block;
}
.mm-listview > li > a.mm-btn_next {
  display: none;
  margin-left: 0 !important;
}
.mm-listview > .header-cta-wrapper {
  position: static;
  padding-right: 30px;
  transform: translateY(0%);
  margin-left: auto;
  display: block;
  width: 235px;
  margin-top: 30px;
  display: none;
}
.mm-listview > .mm-listitem {
  border-bottom: 1px solid #E3E7E8;
}
.sub-menu.mm-listview li a {
  font-weight: 400 !important;
  max-width: max-content;
  margin-left: 28px;
  padding-right: 16px !important;
}
.sub-menu.mm-listview li.menu-item-has-children a {
  padding-right: 10px !important;
}
.sub-menu.mm-listview .header-ctas {
  display: none;
}
.mm-listitem.menu-button {
  margin: 20px;
}
.mm-listitem.menu-button .bt:not(.bt-outline) {
  color: #fff;
}
.mm-listitem.menu-button .bt.bt-outline:hover {
  color: #fff;
}
.mm-listitem.menu-button + .menu-button {
  margin-top: -10px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .mm-listitem.menu-button {
    display: none;
  }
}
.mm-navbars_top {
  border-color: #a2a2a2;
  margin-bottom: -1px;
  background-color: #fff !important;
}
.mm-navbars_top.empty_ttl {
  height: 0;
}
.mm-menu_offcanvas {
  width: 100% !important;
  top: 80px !important;
  z-index: 2 !important;
  transition: all 0.5s;
  max-width: 100% !important;
}
@media (min-width: 1023px) {
  .mm-menu_offcanvas {
    top: 112px !important;
  }
}
.blue_box {
  padding: 40px 35px;
  background-color: #251f78;
  text-align: center;
}
.blue_box .bt {
  background-color: #fff;
  font-family: "Proxima Sera";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #4B50BE !important;
  width: 320px;
}
.blue_box .nav-social ul {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 32px;
}
.blue_box .nav-social ul li {
  list-style: none;
}
.blue_box .nav-social ul li a {
  color: #fff;
  font-size: 25px;
}
/* Example: mobile menu container */
#mobile-menu {
  transform: translateX(-100%);
  will-change: transform;
}
/* When menu is opened */
body.mobile-menu-open #mobile-menu {
  transform: translateX(0);
}
/* For submenu panels if you have them */
.mm-panel {
  transform: translateX(100%);
  transition: all 0.4s ease;
  will-change: transform;
}
.mm-panel.mm-panel_opened {
  transform: translateX(0);
}
/* ✅ Allow the mobile menu to have auto height and show content behind */
#mobile-menu.mm-menu_offcanvas {
  background: transparent !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  overflow: visible !important;
}
/* Remove dim background overlay */
.mm-wrapper__blocker {
  display: none !important;
}
/* ✅ Smooth submenu open/close animation */
.mm-panels {
  position: relative;
  overflow: hidden;
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.mm-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(80px);
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.mm-panel.mm-hidden {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0 !important;
  transform: translateX(100%) !important;
  pointer-events: none !important;
}
.mm-panel.mm-panel_opened ~ .mm-panel {
  opacity: 0 !important;
  transform: translateX(100%) !important;
}
#mobile-menu .mm-panels {
  overflow: hidden;
  height: auto;
  /* start with auto, JS will set px when menu opens */
  transition: height 300ms ease;
}
/* ===================================
   🚀 FIX: Smooth, auto-height, no jumping
   =================================== */
/* Make menu height adjust dynamically but never force page scroll */
/* Keep wrapper from forcing viewport jump */
body.mm-wrapper_opened {
  overflow: hidden !important;
  position: relative !important;
}
/* Prevent scroll jump when clicking submenu links */
.mm-wrapper_opened #mobile-menu .mm-panels {
  overflow: visible !important;
  max-height: none !important;
}
/* Disable body repositioning / transform when opening menu */
.mm-wrapper_opened > .mm-page {
  position: static !important;
  transform: none !important;
}
/* Remove background dimmer (pagedim-black) */
.mm-wrapper__blocker {
  display: none !important;
}
.mm-panel.mm-panel_opened {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  height: auto !important;
}
.mm-panels > .mm-panel:not(.mm-panel_opened) {
  z-index: 0;
}
/* ✅ Fix for mobile menu wrapper height and scroll behavior */
.mobile-menu-wrapper {
  overflow-y: auto !important;
  height: auto !important;
  -webkit-overflow-scrolling: touch;
}
.mm-panel:after {
  display: none !important;
}
.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.site-footer {
  background-color: #251f78;
  padding-top: clamp(30px, 2.60416667vw, 50px);
  padding-bottom: clamp(30px, 2.60416667vw, 50px);
  color: #ffffff;
  z-index: 11;
}
.site-footer .footer-wrapper {
  margin-bottom: clamp(30px, 2.60416667vw, 50px);
}
.site-footer .footer-wrapper .footer-logo {
  margin-bottom: clamp(40px, 6.25vw, 120px);
}
.site-footer .footer-wrapper .footer-logo img {
  max-height: 60px;
}
@media (max-width: 1023px) {
  .site-footer .footer-wrapper .footer-logo img {
    max-height: 50px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-wrapper .footer-logo img {
    max-height: 22px;
  }
}
.site-footer .footer-wrapper h3 {
  font-weight: 500;
  font-size: clamp(22px, 1.25vw, 24px);
  margin-bottom: clamp(16px, 1.5625vw, 30px);
  color: #ffffff;
  font-family: "gelica", sans-serif;
}
@media (min-width: 768px) {
  .site-footer .footer-wrapper .intro-column .footer-description {
    max-width: 380px;
  }
}
.site-footer .footer-wrapper .menu-column ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-wrapper .menu-column ul li a {
  color: #ffffff;
  transition: all 0.3s;
}
.site-footer .footer-wrapper .menu-column ul li a:hover {
  color: #f69e6c;
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-footer .footer-wrapper .menu-column {
    margin-top: 40px;
  }
}
@media (min-width: 991px) {
  .site-footer .footer-wrapper .menu-column.company-menu {
    padding-left: 50px;
  }
}
.site-footer .footer-wrapper .contact-column .contact-item {
  line-height: 1.5;
}
.site-footer .footer-wrapper .contact-column .contact-item:not(:last-child) {
  margin-bottom: 20px;
}
.site-footer .footer-wrapper .contact-column .contact-item a {
  color: #ffffff;
}
.site-footer .footer-wrapper .contact-column .contact-item a:hover {
  color: #f69e6c;
}
.site-footer .footer-wrapper .contact-column .contact-item .icon {
  margin-right: 8px;
  display: block;
}
@media (max-width: 767.98px) {
  .site-footer .footer-wrapper .contact-column .contact-item .icon {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .site-footer .footer-wrapper .contact-column .contact-item .icon svg path {
    fill: #23C4F4;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-wrapper .contact-column .contact-item a {
    display: flex;
  }
  .site-footer .footer-wrapper .contact-column .contact-item.contact-location {
    display: flex;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-wrapper {
    text-align: center;
  }
  .site-footer .footer-wrapper .contact-column,
  .site-footer .footer-wrapper .menu-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .site-footer .footer-wrapper .intro-column {
    margin-bottom: 30px;
  }
  .site-footer .footer-wrapper .col-12,
  .site-footer .footer-wrapper .col-6 {
    border-bottom: 1px solid rgba(215, 215, 239, 0.2);
  }
  .site-footer .footer-wrapper .menu-column {
    text-align: left;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-wrapper {
    margin-bottom: 0;
  }
}
.site-footer .footer-bottom {
  border-top: 0.5px solid;
  padding-top: 20px;
  font-size: clamp(12px, 0.72916667vw, 14px);
  font-weight: 300;
}
.site-footer .footer-bottom .footer-links {
  margin-right: 30px;
}
.site-footer .footer-bottom .footer-links .footer-copyrights {
  margin-bottom: 10px;
  margin-right: 20px;
}
.site-footer .footer-bottom .footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.site-footer .footer-bottom .footer-links ul li {
  display: inline-block;
  margin-left: clamp(15px, 1.04166667vw, 20px);
}
.site-footer .footer-bottom .footer-links ul li a {
  color: #ffffff;
}
.site-footer .footer-bottom .footer-links ul li a:hover {
  color: #f69e6c;
}
.site-footer .footer-bottom .footer-links ul li:not(:last-child) {
  margin-right: clamp(5px, 1.04166667vw, 20px);
}
.site-footer .footer-bottom .footer-links ul li:not(:last-child):after {
  content: "|";
  margin-left: clamp(5px, 1.04166667vw, 20px);
}
@media (max-width: 767.98px) {
  .site-footer .footer-bottom .footer-links ul li {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-bottom .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .site-footer .footer-bottom .footer-links {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .site-footer .footer-bottom .footer-links .footer-copyrights {
    margin: 0;
  }
  .site-footer .footer-bottom .footer-links ul {
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .site-footer .footer-bottom .footer-links ul li:before {
    content: "|";
    margin-right: clamp(15px, 1.04166667vw, 20px);
  }
  .site-footer .footer-bottom .footer-links ul li:not(:last-child) {
    margin-right: 0px;
  }
  .site-footer .footer-bottom .footer-links ul li:not(:last-child):after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .site-footer .footer-bottom {
    text-align: center;
    border-top: none;
    padding-top: 32px;
  }
  .site-footer .footer-bottom .footer-links {
    margin-right: 0;
  }
  .site-footer .footer-bottom .footer-links .footer-copyrights {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.site-footer .footer-socials {
  display: flex;
}
.site-footer .footer-socials p {
  margin-bottom: 0;
}
.site-footer .footer-socials ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-socials ul li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 0;
}
.site-footer .footer-socials ul li a {
  color: #ffffff;
}
.site-footer .footer-socials ul li a:hover {
  color: #f69e6c;
}
@media (max-width: 767.98px) {
  .site-footer .footer-socials {
    display: none;
  }
  .site-footer .footer-socials ul li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .site-footer .footer-socials {
    margin: auto;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .site-footer .footer-mobile-social {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .site-footer .footer-mobile-social .footer-socials {
    display: flex;
    justify-content: center;
  }
  .site-footer .footer-mobile-social .footer-socials a {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .site-footer {
    position: sticky;
    bottom: 0;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  width: 100%;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #251f78;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}
.section-breadcrumbs .section-inner,
.section-breadcumbs .section-inner {
  border-bottom: 1px solid #B4BEC0;
}
.section-breadcrumbs .section-inner .container,
.section-breadcumbs .section-inner .container {
  max-width: 1400px;
}
.section-breadcrumbs .section-inner .container .breadcrumbs-wrapper #breadcrumbs,
.section-breadcumbs .section-inner .container .breadcrumbs-wrapper #breadcrumbs {
  margin-bottom: 0;
  display: flex;
  height: 50px;
  align-items: center;
}
.section-breadcrumbs .section-inner .container .breadcrumbs-wrapper #breadcrumbs span,
.section-breadcumbs .section-inner .container .breadcrumbs-wrapper #breadcrumbs span {
  color: #293854;
}
.section-breadcrumbs .section-inner .container .breadcrumbs-wrapper #breadcrumbs span a,
.section-breadcumbs .section-inner .container .breadcrumbs-wrapper #breadcrumbs span a {
  color: #4B50BE;
}
.section-breadcrumbs .section-inner .container .breadcrumbs-wrapper #breadcrumbs span a:hover,
.section-breadcumbs .section-inner .container .breadcrumbs-wrapper #breadcrumbs span a:hover {
  color: #293854;
}
@media (max-width: 1199.98px) {
  .section-breadcrumbs .section-inner .container .breadcrumbs-wrapper #breadcrumbs span span:first-child a,
  .section-breadcumbs .section-inner .container .breadcrumbs-wrapper #breadcrumbs span span:first-child a {
    content: url(/wp-content/uploads/2025/10/Home.svg);
    width: 16px;
    height: 16px;
    transform: translateY(2px);
  }
}
html {
  overflow-x: hidden;
}
.container,
.container-full,
.container-small,
.container-medium {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin: 0 auto;
}
.container-full {
  max-width: 100%;
}
.container-medium {
  max-width: 1510px;
}
.no-padding {
  padding: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-cover {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.slick-slide {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#page {
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.site-content-contain {
  background-color: #fff;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
html.touch button:focus {
  outline: none;
}
.page-section {
  position: relative;
  visibility: visible;
  padding-top: clamp(25px, 2.60416667vw, 50px);
  padding-bottom: clamp(25px, 2.60416667vw, 50px);
}
.page-section .container,
.page-section .container-medium,
.page-section .container-small {
  position: relative;
  z-index: 1;
}
.page-section.remove-padding-top,
.page-section.no-padding-top {
  padding-top: 0;
}
.page-section.remove-padding-bottom,
.page-section.no-padding-bottom {
  padding-bottom: 0;
}
.description *:last-child {
  margin-bottom: 0;
}
.section-global_sections {
  padding: 0;
}
.slick-slider {
  touch-action: auto;
  -ms-touch-action: auto;
}
.slick-slider .slick-dots {
  bottom: -60px;
}
.slick-slider .slick-dots li button {
  background: #C8C7D7;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  border-radius: 2px;
}
.slick-slider .slick-dots li.slick-active button {
  background: #f69e6c;
}
.mt10 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .just-on-mobile {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .just-on-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
ul.no-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.row.row-xs {
  margin-right: -5px;
  margin-left: -5px;
}
.row.row-xs > [class^=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.row.row-sm {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-sm > [class^=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 1200px) {
  .row.row-xxl {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row.row-xxl > [class^=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.text-center {
  text-align: center;
}
.section-section_intro {
  overflow: hidden;
}
.section-section_intro:has(.show-gradient) {
  background: linear-gradient(82deg, rgba(252, 250, 244, 0.05) 15.46%, rgba(41, 42, 103, 0.05) 94.25%);
}
.section-section_intro .lottie-animation {
  position: absolute;
  top: 50%;
  opacity: .3;
}
.section-section_intro .lottie-animation.left {
  left: -10%;
  transform: translateY(-50%) scaleX(-1);
  width: 600px;
}
.section-section_intro .lottie-animation.right {
  right: -20%;
  transform: translateY(-50%) rotate(-190deg);
}
@media (max-width: 1699.98px) {
  .section-section_intro .lottie-animation {
    width: 500px;
  }
}
@media (max-width: 1369.98px) {
  .section-section_intro .lottie-animation {
    width: 400px;
  }
  .section-section_intro .lottie-animation.left {
    left: -20%;
  }
  .section-section_intro .lottie-animation.right {
    right: -20%;
  }
}
@media (max-width: 1139.98px) {
  .section-section_intro .lottie-animation {
    width: 400px;
  }
  .section-section_intro .lottie-animation.left {
    left: -28%;
  }
  .section-section_intro .lottie-animation.right {
    right: -28%;
  }
}
@media (max-width: 990.98px) {
  .section-section_intro .lottie-animation {
    width: 400px;
  }
  .section-section_intro .lottie-animation.left {
    left: -35%;
  }
  .section-section_intro .lottie-animation.right {
    right: -35%;
  }
}
@media (max-width: 767.98px) {
  .section-section_intro .lottie-animation {
    display: none;
  }
}
.intro-heading {
  margin-bottom: clamp(30px, 3.125vw, 60px);
  position: relative;
  max-width: 750px;
}
.intro-heading.center-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.intro-heading.center-heading .cta-wrapper,
.intro-heading.center-heading .subtitle {
  justify-content: center;
}
.intro-heading.center-heading .description {
  margin-left: auto;
  margin-right: auto;
}
.intro-heading .subtitle {
  font-weight: 700;
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #f69e6c;
  display: flex;
  align-items: center;
  letter-spacing: clamp(1.2px, 0.09375vw, 1.8px);
  text-transform: uppercase;
  justify-content: center;
  font-family: "gelica", sans-serif;
}
.intro-heading .subtitle .right-line,
.intro-heading .subtitle .left-line {
  width: 50px;
  height: 1px;
  border-radius: 5px;
  background-color: #f69e6c;
  position: relative;
  top: -2px;
}
.intro-heading .subtitle .right-line {
  margin-left: 13px;
}
.intro-heading .subtitle .left-line {
  margin-right: 13px;
}
.intro-heading .subtitle.before-title {
  margin-bottom: 12px;
}
.intro-heading .subtitle.title-bg span {
  background: #fc9d64;
  color: #251f78;
  padding: 7px 24px 5px;
  border-radius: 28px;
  display: inline-block;
}
.intro-heading .intro-title {
  margin: 0;
}
.intro-heading .description {
  font-size: clamp(18px, 1.25vw, 24px);
  margin-top: clamp(15px, 1.04166667vw, 20px);
  line-height: 1.8;
}
.intro-heading .cta-wrapper {
  margin-top: clamp(20px, 1.25vw, 24px);
  display: flex;
  flex-wrap: wrap;
}
.intro-heading .cta-wrapper .bt {
  margin-bottom: 5px;
}
.intro-heading .cta-wrapper .bt:not(:last-child) {
  margin-right: clamp(10px, 1.04166667vw, 20px);
}
@media (min-width: 1360px) {
  .intro-heading {
    max-width: 1055px;
  }
}
.heading-titles {
  position: relative;
}
.heading-titles .title-divider {
  padding-top: 45px;
}
.heading-titles .title-divider::before {
  content: '';
  position: absolute;
  background: url(/wp-content/uploads/2025/10/blue-ribbon.svg);
  background-repeat: no-repeat;
  width: 150px;
  height: 30px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.intro-title.font-white {
  color: #ffffff;
}
.intro-title.font-black {
  color: #000;
}
.intro-title.font-orange {
  color: #fc9d64;
}
.intro-title.font-dark-blue {
  color: #251f78;
}
.intro-title.font-light-blue {
  color: #23C4F4;
}
.description.font-white {
  color: #ffffff;
}
.description.font-black {
  color: #000;
}
.description.font-orange {
  color: #fc9d64;
}
.description.font-dark-blue {
  color: #251f78;
}
.description.font-light-blue {
  color: #23C4F4;
}
.section-hero {
  padding-top: clamp(100px, 11.97916667vw, 230px);
  padding-bottom: clamp(120px, 6.77083333vw, 130px);
  transition: all 0.3s ease-in-out;
}
.section-hero .hero-wrapper .hero-headings .hero-title {
  margin-bottom: clamp(20px, 1.25vw, 24px);
}
.section-hero .hero-wrapper .hero-headings .subtitle {
  margin-bottom: 8px;
}
.section-hero .hero-wrapper .hero-headings .subtitle span {
  color: #f69e6c;
  font-family: "gelica", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.25vw, 24px);
}
.section-hero .hero-wrapper .hero-headings .subtitle.title-bg span {
  background: #fc9d64;
  color: #251f78;
  padding: 10px 20px;
  border-radius: 28px;
}
@media (max-width: 767.98px) {
  .section-hero .hero-wrapper .hero-headings {
    text-align: center;
  }
}
.section-hero .hero-content {
  font-size: clamp(16px, 1.45833333vw, 28px);
  max-width: 740px;
}
.section-hero .hero-content .cta-wrapper .bt {
  margin-top: 30px !important;
}
@media (max-width: 767.98px) {
  .section-hero .hero-content {
    text-align: center;
  }
  .section-hero .hero-content .cta-wrapper {
    text-align: center;
  }
}
@media (max-width: 1340px) {
  .section-hero .hero-content {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .section-hero .hero-wrapper {
    width: 40%;
    margin-right: 10%;
  }
}
@media (max-width: 767px) {
  .section-hero + .page-section .section-inner {
    padding-top: 65px;
  }
}
.section-hero .lottie-animation {
  position: absolute;
}
.section-hero .lottie-animation.lottie-grid {
  top: clamp(175px, 11.19791667vw, 215px);
  scale: 1.45;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-hero .lottie-animation.lottie-grid {
    top: 125px;
  }
}
.section-hero .lottie-animation.lottie-curve {
  right: 0;
  bottom: 0;
}
.section-hero .lottie-animation.lottie-dot-line {
  right: -15%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1700px) {
  .section-hero .lottie-animation.lottie-dot-line {
    width: 500px;
  }
}
@media (max-width: 1280.98px) {
  .section-hero .lottie-animation.lottie-dot-line {
    width: 400px;
    right: -15%;
  }
}
@media (max-width: 767.98px) {
  .section-hero .lottie-animation.lottie-grid {
    top: 80px;
    scale: 1.6;
  }
  .section-hero .lottie-animation.lottie-dot-line {
    right: -27%;
    top: 30px;
    width: auto;
  }
  .section-hero .lottie-animation.lottie-dot-line > lottie-player {
    height: 230px;
    width: 184px;
  }
}
body.home:has(.show-topbar) .section-hero {
  padding-top: clamp(135px, 11.97916667vw, 230px);
}
body.home:has(.show-topbar) .section-hero .lottie-animation.lottie-dot-line {
  top: 120px;
}
body.home:not(:has(.show-topbar)) .section-hero {
  padding-top: clamp(130px, 8.85416667vw, 170px);
}
body.home:not(:has(.show-topbar)) .section-hero .lottie-animation.lottie-dot-line {
  top: 70px;
}
.section-page_banner {
  padding-top: 0;
  background: rgba(41, 42, 103, 0.02);
  padding-bottom: 0;
}
.section-page_banner .page-banner-wrapper.style-1 {
  padding-top: clamp(100px, 11.45833333vw, 220px);
  padding-bottom: clamp(10px, 7.29166667vw, 140px);
}
@media (max-width: 767.98px) {
  .section-page_banner .page-banner-wrapper.style-1 .page-banner-row {
    flex-direction: column-reverse;
  }
  .section-page_banner .page-banner-wrapper.style-1 .page-banner-row .page-banner-col:first-child {
    padding-top: 70px;
    text-align: center;
  }
}
.section-page_banner .page-banner-wrapper.style-2 {
  padding-top: 75px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .section-page_banner .page-banner-wrapper.style-2 {
    padding-top: 48px;
  }
}
.section-page_banner .page-banner-wrapper.style-2 .banner-image-background {
  height: clamp(295px, 16.51041667vw, 317px);
  position: relative;
}
@media (max-width: 1199.98px) {
  .section-page_banner .page-banner-wrapper.style-2 .banner-image-background {
    min-height: 330px;
  }
}
.section-page_banner .page-banner-wrapper.style-2 .banner-image-background:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: linear-gradient(0deg, rgba(215, 215, 239, 0.2) 0%, rgba(215, 215, 239, 0.2) 100%), no-repeat;
  height: 100%;
  width: 100%;
}
.section-page_banner .page-banner-wrapper.style-2 .content-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: linear-gradient(180deg, #fbfcfd 0%, #f7f8fc 100%);
  padding-top: clamp(20px, 1.66666667vw, 32px);
  padding-bottom: clamp(20px, 1.66666667vw, 32px);
  padding-left: clamp(20px, 4.16666667vw, 80px);
  padding-right: clamp(20px, 4.16666667vw, 80px);
  text-align: center;
  width: 782px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -180px;
}
.section-page_banner .page-banner-wrapper.style-2 .content-wrapper .page-title {
  font-size: clamp(24px, 2.08333333vw, 40px);
  font-weight: 700;
}
.section-page_banner .page-banner-wrapper.style-2 .content-wrapper .page-sub-title {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 990.98px) {
  .section-page_banner .page-banner-wrapper.style-2 .content-wrapper {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .section-page_banner .page-banner-wrapper.style-2 .content-wrapper {
    margin-top: -75px;
  }
}
.section-page_banner .page-banner-wrapper .page-banner-row {
  align-items: center;
}
.section-page_banner .page-banner-wrapper .page-title {
  margin-top: 12px;
  margin-bottom: 12px;
}
.section-page_banner .page-banner-wrapper .page-sub-title {
  background-color: #fc9d64;
  font-family: "gelica", sans-serif;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  padding-top: clamp(6px, 0.41666667vw, 8px);
  padding-bottom: clamp(6px, 0.41666667vw, 8px);
  padding-left: clamp(16px, 0.9375vw, 18px);
  padding-right: clamp(16px, 0.9375vw, 18px);
  border-radius: 100px;
  text-transform: uppercase;
}
.section-page_banner .page-banner-wrapper .description {
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.1;
  font-weight: 500;
}
.section-page_banner .page-banner-wrapper .cta-wrapper {
  margin-top: 20px;
}
.section-page_banner .page-banner-wrapper .page-banner-img {
  position: relative;
  border-radius: 12px;
}
.section-page_banner .page-banner-wrapper .page-banner-img.image-shadow {
  box-shadow: -15px 15px 0px 0px #251f78;
}
.section-page_banner .page-banner-wrapper .page-banner-img img {
  border-radius: 12px;
}
.section-page_banner .page-banner-wrapper .page-banner-img:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(215, 215, 239, 0.2) 0%, rgba(215, 215, 239, 0.2) 100%);
  height: 100%;
  width: 100%;
}
.section-page_banner .lottie-animation {
  position: absolute;
  top: 0px;
  right: 0;
  transform: scale(1.5) rotate(180deg);
  z-index: -1;
}
@media (max-width: 1140px) {
  .section-page_banner .lottie-animation {
    transform: scale(1.6) rotate(180deg);
  }
}
@media (max-width: 1024px) {
  .section-page_banner .lottie-animation {
    transform: scale(1.7) rotate(180deg);
  }
}
@media (max-width: 767.98px) {
  .section-page_banner .lottie-animation {
    transform: scale(2.39) rotate(180deg);
  }
}
.section-logos {
  padding-top: clamp(30px, 2.86458333vw, 55px);
  padding-bottom: clamp(30px, 2.60416667vw, 50px);
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}
.section-logos .logos-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400.98px) {
  .section-logos .logos-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-logos .logos-wrapper .logo-item {
    margin-bottom: 30px;
  }
  .section-logos .logos-wrapper .logo-item:not(:last-child) {
    margin-right: clamp(20px, 2.08333333vw, 40px);
  }
}
@media (max-width: 767.98px) {
  .section-logos {
    display: none;
  }
}
.section-image_w_content_repeater {
  background: linear-gradient(0deg, rgba(252, 250, 244, 0.02) 0%, rgba(41, 42, 103, 0.02) 100%);
}
.section-image_w_content_repeater .progress-wrapper {
  position: relative;
}
.section-image_w_content_repeater .progress-wrapper #progress-bar {
  background: #c8c7d7;
  height: 82%;
  position: absolute;
  top: 210px;
  width: 2px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}
.section-image_w_content_repeater .progress-wrapper #progress-bar-value {
  background: #251f78;
  border-radius: 0 10px 10px 0;
  width: 2px;
  transition: all 0.2s;
  height: 0;
}
.section-image_w_content_repeater .post-post-wrapper {
  position: relative;
}
.section-image_w_content_repeater .post-post-wrapper .progress-container {
  position: absolute;
  top: 210px;
  left: 50%;
  width: 2px;
  height: 82%;
  background: #c8c7d7;
  border-radius: 2px;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .section-image_w_content_repeater .post-post-wrapper .progress-container {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-image_w_content_repeater .post-post-wrapper .progress-container {
    top: 155px;
  }
}
.section-image_w_content_repeater .post-post-wrapper .progress-bar {
  width: 2px;
  background: #251f78;
}
.section-image_w_content_repeater .post-post-wrapper .progress-bar:before {
  height: 1%;
}
.section-image_w_content_repeater .post-post-wrapper .glow {
  -webkit-box-shadow: 0px 0px 14px 21px #251f78;
  -moz-box-shadow: 0px 0px 14px 21px #251f78;
  box-shadow: 0px 0px 14px 21px #251f78;
}
@media (max-width: 767.98px) {
  .section-image_w_content_repeater .post-post-wrapper:before {
    position: absolute;
    top: -214px;
    left: -45px;
    content: '';
    background: url('https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/bg-grid.svg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 500px 500px;
  }
  .section-image_w_content_repeater .post-post-wrapper .mobile-slider .slick-dots {
    bottom: -40px;
  }
  .section-image_w_content_repeater .post-post-wrapper .mobile-slider .slick-dots li button {
    background: #C8C7D7;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    border-radius: 2px;
  }
  .section-image_w_content_repeater .post-post-wrapper .mobile-slider .slick-dots li.slick-active button {
    background: #251f78;
  }
}
.section-image_w_content_repeater .post-post-wrapper .post-row {
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .section-image_w_content_repeater .post-post-wrapper .post-row.no-image {
    border-radius: 20px;
    background: linear-gradient(353deg, rgba(252, 250, 244, 0.04) -59.39%, rgba(41, 42, 103, 0.04) 95.27%);
    margin-left: 0;
    margin-right: 0;
    padding-top: clamp(30px, 4.6875vw, 90px);
    padding-bottom: clamp(30px, 3.64583333vw, 70px);
    padding-left: clamp(30px, 5.20833333vw, 100px);
    padding-right: clamp(30px, 9.11458333vw, 175px);
  }
  .section-image_w_content_repeater .post-post-wrapper .post-row.no-image .post-col-right {
    padding-left: clamp(25px, 4.16666667vw, 80px);
  }
}
.section-image_w_content_repeater .post-post-wrapper .post-row.active:after {
  background: #251f78;
}
@media (min-width: 768px) {
  .section-image_w_content_repeater .post-post-wrapper .post-row:after {
    top: 147px;
  }
  .section-image_w_content_repeater .post-post-wrapper .post-row:not(:first-child) {
    margin-top: clamp(30px, 3.125vw, 60px);
  }
  .section-image_w_content_repeater .post-post-wrapper .post-row .post-col-left {
    padding-right: clamp(25px, 2.34375vw, 45px);
  }
  .section-image_w_content_repeater .post-post-wrapper .post-row .post-col-right {
    padding-left: clamp(25px, 2.34375vw, 45px);
  }
}
@media (min-width: 768px) {
  .section-image_w_content_repeater .post-post-wrapper .post-row::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background: #c8c7d7;
    transform: translateX(-50%) rotate(45deg);
    width: 18px;
    height: 18px;
    border-radius: 4px;
  }
}
.section-image_w_content_repeater .post-post-wrapper .post-row:not(.no-image):nth-child(even) {
  flex-direction: row-reverse;
}
.section-image_w_content_repeater .post-post-wrapper .post-row:not(.no-image):nth-child(even) .post-img:before {
  right: -170px;
  left: unset;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .section-image_w_content_repeater .post-post-wrapper .post-row:not(.no-image):nth-child(even) .post-col-right {
    padding-right: clamp(25px, 2.34375vw, 45px);
    padding-left: 15px;
  }
  .section-image_w_content_repeater .post-post-wrapper .post-row:not(.no-image):nth-child(even) .post-col-left {
    padding-left: clamp(25px, 2.34375vw, 45px);
    padding-right: 15px;
  }
}
.section-image_w_content_repeater .post-post-wrapper .post-row .post-img {
  position: relative;
  height: auto;
}
@media (min-width: 768px) {
  .section-image_w_content_repeater .post-post-wrapper .post-row .post-img:before {
    position: absolute;
    top: 35px;
    left: -170px;
    content: '';
    background: url('https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/bg-grid.svg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.section-image_w_content_repeater .post-post-wrapper .post-row .post-img:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: linear-gradient(0deg, rgba(215, 215, 239, 0.2) 0%, rgba(215, 215, 239, 0.2) 100%);
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.section-image_w_content_repeater .post-post-wrapper .post-row .post-img img {
  border-radius: 12px;
}
.section-image_w_content_repeater .post-post-wrapper .post-row .post-title {
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: clamp(16px, 1.04166667vw, 20px);
}
@media (max-width: 767.98px) {
  .section-image_w_content_repeater .post-post-wrapper .post-row .post-title {
    margin-top: 20px;
  }
}
.section-image_w_content_repeater .post-post-wrapper .post-row .description {
  line-height: 2;
  margin-bottom: clamp(20px, 1.66666667vw, 32px);
}
.section-image_w_content_repeater .post-post-wrapper .post-row .cta-wrapper .bt {
  font-weight: 700;
  letter-spacing: normal;
  padding-top: clamp(11px, 0.83333333vw, 16px);
  padding-bottom: clamp(11px, 0.72916667vw, 14px);
  padding-right: clamp(30px, 5.20833333vw, 100px);
  padding-left: clamp(30px, 5.20833333vw, 100px);
}
@media (max-width: 767.98px) {
  .section-image_w_content_repeater .post-post-wrapper .post-row .cta-wrapper .bt {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-image_w_content_repeater {
    background: linear-gradient(0deg, rgba(252, 250, 244, 0.04) 0%, rgba(41, 42, 103, 0.04) 100%);
    margin-top: 40px;
  }
}
.section-resources_list {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-resources_list .cta-wrapper .bt {
  width: 320px;
  height: 50px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: clamp(50px, 5.20833333vw, 100px);
  font-size: 18px;
}
.section-resources_list .container {
  max-width: 1520px;
}
.section-resources_list:has(.left) {
  background: linear-gradient(82deg, rgba(252, 250, 244, 0.06) 15.46%, rgba(41, 42, 103, 0.06) 94.25%);
}
.section-resources_list:has(.left):before {
  position: absolute;
  top: 0;
  left: -50px;
  content: '';
  background: url('https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/bg-grid.svg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  display: none;
}
.section-resources_list:has(.right) {
  background: linear-gradient(-82deg, rgba(252, 250, 244, 0.06) 15.46%, rgba(41, 42, 103, 0.06) 94.25%);
}
.section-resources_list:has(.right):before {
  position: absolute;
  top: 0;
  right: -50px;
  content: '';
  background: url('https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/bg-grid.svg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  transform: scaleX(-1);
  display: none;
}
.section-resources_list:has(.both) {
  background: linear-gradient(82deg, rgba(252, 250, 244, 0.06) 15.46%, rgba(41, 42, 103, 0.06) 94.25%);
}
.section-resources_list:has(.both):after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  background: url('https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/bg-grid.svg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -9;
  transform: scaleX(-1);
  background-position: bottom left;
  display: none;
}
.section-resources_list:has(.both):before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url('https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/bg-grid.svg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  display: none;
}
@media (max-width: 991.98px) {
  .section-resources_list:has(.left):before {
    background-size: 500px;
  }
  .section-resources_list:has(.right):before {
    background-size: 500px;
  }
  .section-resources_list:has(.both):after,
  .section-resources_list:has(.both):before {
    background-size: 500px;
  }
}
@media (max-width: 767.98px) {
  .section-resources_list:has(.both):after {
    display: none;
  }
}
.section-resources_list .right {
  text-align: left;
}
.section-resources_list .resource-post-wrapper .resource-row {
  max-width: 1400px;
  row-gap: clamp(30px, 3.125vw, 60px);
}
@media (max-width: 767.98px) {
  .section-resources_list .resource-post-wrapper .resource-row.resource-slider .slick-list {
    overflow: initial;
  }
  .section-resources_list .resource-post-wrapper .resource-row.resource-slider .slick-list .resource-col {
    width: 320px;
  }
}
.section-resources_list .resource-post-wrapper .resource-row .resource-col {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-resources_list .resource-post-wrapper .resource-row .resource-col:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
}
.section-resources_list .resource-post-wrapper .resource-row .resource-col .post-img {
  position: relative;
  min-height: clamp(250px, 15.83333333vw, 304px);
  height: clamp(250px, 15.83333333vw, 304px);
}
.section-resources_list .resource-post-wrapper .resource-row .resource-col .post-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: linear-gradient(0deg, rgba(215, 215, 239, 0.2) 0%, rgba(215, 215, 239, 0.2) 100%);
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.section-resources_list .resource-post-wrapper .resource-row .resource-col .post-img img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (max-width: 991.98px) {
  .section-resources_list .resource-post-wrapper .resource-row .resource-col .post-img:after {
    right: -15px;
  }
  .section-resources_list .resource-post-wrapper .resource-row .resource-col .post-img:before {
    right: -23px;
  }
}
@media (max-width: 767.98px) {
  .section-resources_list .resource-post-wrapper .resource-row .resource-col .post-img:before {
    right: -19px;
  }
}
.section-resources_list .resource-post-wrapper .resource-row .resource-col .post-meta {
  padding: 20px;
  border-bottom: 1px solid #251F78;
  border-left: 1px solid #251F78;
  border-right: 1px solid #251F78;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 100%;
}
.section-resources_list .resource-post-wrapper .resource-row .resource-col .post-title {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: normal;
  font-weight: 700;
  color: #251f78;
}
.section-resources_list .resource-post-wrapper .resource-row .resource-col .description {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-resources_list .resource-post-wrapper .resource-row .resource-col .link {
  color: #251F78;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78;
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.section-resources_list .resource-post-wrapper .resource-row .resource-col .link svg {
  margin-top: -2px;
  transition: all 0.3s;
}
.section-resources_list .resource-post-wrapper .resource-row .resource-col .link svg path {
  fill: #251F78;
}
.section-resources_list .resource-post-wrapper .resource-row .resource-col .link:hover {
  color: #251f78;
}
.section-resources_list .resource-post-wrapper .resource-row .resource-col .link:hover svg path {
  fill: #251f78;
}
.section-resources_list .resource-post-wrapper .resource-row .resource-col:hover .post-meta .cta-wrapper a svg {
  transform: translateX(5px);
}
@media (min-width: 768px) {
  .section-resources_list .resource-post-wrapper .resource-row {
    margin-right: clamp(15px, 1.5625vw, 30px);
    margin-left: clamp(15px, 1.5625vw, 30px);
  }
  .section-resources_list .resource-post-wrapper .resource-row .resource-col {
    padding-right: clamp(15px, 1.5625vw, 30px);
    padding-left: clamp(15px, 1.5625vw, 30px);
  }
}
.section-resources_list .intro-heading .intro-title {
  font-weight: 700;
  font-size: clamp(32px, 2.70833333vw, 52px);
}
.section-resources_list .pagination-wrapper {
  margin-top: clamp(50px, 5.20833333vw, 100px);
  max-width: 1390px;
  margin-left: clamp(15px, 1.5625vw, 30px);
  margin-right: clamp(15px, 1.5625vw, 30px);
}
@media (max-width: 1500px) {
  .section-resources_list .pagination-wrapper {
    max-width: 96.8%;
  }
}
@media (max-width: 767.98px) {
  .section-resources_list .pagination-wrapper {
    margin-left: 0;
    margin-right: 0;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .section-resources_list .pagination-wrapper {
    flex-wrap: wrap;
  }
}
.section-resources_list .pagination-wrapper .results-count {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  color: #293854;
}
.section-resources_list .pagination-wrapper .prev-next-links {
  display: flex;
  gap: 14px;
}
.section-resources_list .pagination-wrapper .prev-next-links i {
  color: #B4BEC0;
}
.section-resources_list .pagination-wrapper .prev-next-links i.fa-chevron-left {
  padding-right: 5px;
}
.section-resources_list .pagination-wrapper .prev-next-links i.fa-chevron-right {
  padding-left: 5px;
}
.section-resources_list .pagination-wrapper .prev-next-links a {
  border: 1px solid #B4BEC0;
  padding: 10px 20px;
  border-radius: 14px;
  font-family: Arial;
  color: #B4BEC0;
}
@media (max-width: 480px) {
  .section-resources_list .pagination-wrapper .prev-next-links a {
    padding: 5px 12px;
  }
}
.section-resources_list .pagination-wrapper .prev-next-links a:hover {
  color: #394A64;
  border-color: #394A64;
}
.section-resources_list .pagination-wrapper .prev-next-links a:hover i {
  color: #394A64;
}
.section-resources_list .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.cta-wrapper .bt {
  margin-top: clamp(30px, 3.125vw, 60px) !important;
}
.section-statistics {
  overflow-y: hidden;
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: clamp(50px, 5.20833333vw, 100px);
}
.section-statistics .lottie-animation {
  position: absolute;
  top: -20px;
  left: -150px;
  opacity: .2;
  transform: scaleX(-1) rotate(75deg);
}
@media (max-width: 1400.98px) {
  .section-statistics .lottie-animation {
    top: -105px;
    left: -95px;
    width: 500px;
  }
}
@media (max-width: 991.98px) {
  .section-statistics .lottie-animation {
    height: 400px;
    top: -200px;
    right: -150px;
    left: unset;
  }
}
@media (max-width: 767.98px) {
  .section-statistics .lottie-animation {
    height: 300px;
    top: -165px;
    right: 29%;
  }
}
.section-statistics .statistic-row {
  align-items: center;
}
.section-statistics .statistic-row .heading-wrapper .subtitle {
  font-weight: 700;
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #f69e6c;
  display: flex;
  align-items: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-family: "gelica", sans-serif;
}
.section-statistics .statistic-row .heading-wrapper .subtitle .right-line {
  width: 50px;
  height: 1px;
  border-radius: 5px;
  background-color: #f69e6c;
  position: relative;
  top: -2px;
  margin-left: 13px;
}
.section-statistics .statistic-row .heading-wrapper .title {
  margin: 12px 0 0;
  font-size: clamp(28px, 2.08333333vw, 40px);
  color: #ffffff;
  line-height: normal;
}
.section-statistics .statistic-row .heading-wrapper .description {
  margin-top: 0 !important;
  font-size: clamp(16px, 1.25vw, 24px);
  margin-top: 20px;
  line-height: 1.6;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .section-statistics .statistic-row .heading-wrapper {
    text-align: center;
  }
  .section-statistics .statistic-row .heading-wrapper .subtitle {
    position: relative;
    padding: 0 60px;
  }
  .section-statistics .statistic-row .heading-wrapper .subtitle:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 50px;
    height: 1px;
    border-radius: 5px;
    background-color: #f69e6c;
    transform: translateY(-50%);
  }
  .section-statistics .statistic-row .heading-wrapper .subtitle:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 50px;
    height: 1px;
    border-radius: 5px;
    background-color: #f69e6c;
    transform: translateY(-50%);
  }
  .section-statistics .statistic-row .heading-wrapper .subtitle .right-line {
    display: none;
  }
}
.section-statistics .statistic-row .statistic-items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .section-statistics .statistic-row .statistic-items {
    display: unset;
  }
  .section-statistics .statistic-row .statistic-items.statistic-slider .slick-list {
    overflow: initial;
    margin-top: 40px;
  }
  .section-statistics .statistic-row .statistic-items.statistic-slider .slick-list .slick-slide {
    width: 220px;
  }
}
@media (max-width: 991.98px) {
  .section-statistics .statistic-row .statistic-items {
    margin-top: 40px;
  }
}
.section-statistics .statistic-row .statistic-items .item {
  text-align: center;
  padding: 0 15px;
}
.section-statistics .statistic-row .statistic-items .item:nth-child(-n+3) {
  margin-bottom: clamp(30px, 3.125vw, 60px);
}
.section-statistics .statistic-row .statistic-items .item .number {
  position: relative;
  height: 180px;
  width: 180px;
  margin: auto;
  z-index: -1;
}
.section-statistics .statistic-row .statistic-items .item .number:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 3px solid #d7d7ef;
  border-top: 3px solid transparent;
  transform: rotate(45deg);
}
.section-statistics .statistic-row .statistic-items .item .number:before {
  position: absolute;
  top: 24px;
  left: 18px;
  content: '';
  height: 13px;
  width: 13px;
  border-radius: 2.5px;
  background: #23C4F4;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  z-index: 1;
}
.section-statistics .statistic-row .statistic-items .item .text {
  font-size: clamp(18px, 1.04166667vw, 20px);
  color: #ffffff;
  line-height: 1.6;
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .section-statistics .statistic-row .statistic-items .item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .section-statistics .statistic-row .statistic-items .item {
    width: 33.33%;
  }
}
.section-statistics .percent .skill-bar {
  width: 180px;
  transform: rotate(270deg);
  position: relative;
}
.section-statistics .percent .skill-bar circle {
  fill: transparent;
  stroke-width: 3;
  stroke: transparent;
  transform: translate(5px, 5px);
}
.section-statistics .percent .skill-bar circle:nth-child(2) {
  stroke-dasharray: 440;
  stroke-dashoffset: calc(440 - (440 * var(--num)) / 100);
}
.section-statistics .percent .skill-number {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: "gelica", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
.section-statistics .percent .skill-number h3 {
  color: #ffffff;
  font-family: "gelica", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
.section-statistics .percent .dot {
  inset: 10px;
  position: absolute;
  z-index: 9;
  animation: animateDot 2s linear forwards;
}
.section-statistics .percent .dot:before {
  content: '';
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-radius: 1.5px;
  background: #f69e6c;
}
@keyframes animateDot {
  30% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(calc(-3.5deg * var(--num)));
  }
}
.section-image_w_content {
  background: linear-gradient(0deg, rgba(252, 250, 244, 0.02) 0%, rgba(41, 42, 103, 0.02) 100%);
}
.section-image_w_content .img-content-wrapper .img-content-row {
  align-items: center;
}
.section-image_w_content .img-content-wrapper .img-content-row .image-wrapper {
  position: relative;
}
.section-image_w_content .img-content-wrapper .img-content-row .image-wrapper:before {
  position: absolute;
  top: 65%;
  left: -178px;
  content: '';
  background: url('https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/bg-grid.svg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateY(-50%);
}
.section-image_w_content .img-content-wrapper .img-content-row .image-wrapper img {
  border-radius: 12px;
}
.section-image_w_content .img-content-wrapper .img-content-row .image-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(215, 215, 239, 0.2) 0%, rgba(215, 215, 239, 0.2) 100%);
  height: 100%;
  width: 100%;
}
.section-image_w_content .img-content-wrapper .img-content-row .content-wrapper {
  margin-top: 50px;
}
.section-image_w_content .img-content-wrapper .img-content-row .content-wrapper .title {
  font-size: clamp(24px, 2.08333333vw, 40px);
  margin-bottom: 20px;
}
.section-image_w_content .img-content-wrapper .img-content-row .content-wrapper .description {
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.7;
  margin-bottom: clamp(20px, 1.66666667vw, 32px);
}
.section-image_w_content .img-content-wrapper .img-content-row .content-wrapper .description h3,
.section-image_w_content .img-content-wrapper .img-content-row .content-wrapper .description h4,
.section-image_w_content .img-content-wrapper .img-content-row .content-wrapper .description h5 {
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-image_w_content .img-content-wrapper .img-content-row .content-wrapper {
    padding-left: clamp(30px, 6.25vw, 120px);
    margin-top: 0;
  }
}
.section-image_w_content .lottie-animation {
  position: absolute;
  right: -20%;
  top: -65px;
  opacity: .5;
}
@media (max-width: 1579.98px) {
  .section-image_w_content .lottie-animation {
    right: -14%;
    width: 500px;
  }
}
@media (max-width: 1339.98px) {
  .section-image_w_content .lottie-animation {
    right: -20%;
    width: 500px;
  }
}
@media (max-width: 1140px) {
  .section-image_w_content .lottie-animation {
    right: -25%;
    width: 400px;
  }
}
@media (max-width: 990.98px) {
  .section-image_w_content .lottie-animation {
    right: -35%;
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .section-image_w_content .lottie-animation {
    height: 240px;
    width: 300px;
    right: -38%;
  }
}
.section-icon_w_content {
  overflow: hidden;
}
.section-icon_w_content .intro-heading {
  color: #ffffff;
}
.section-icon_w_content .intro-heading .intro-title {
  color: #ffffff;
}
.section-icon_w_content .no-background .intro-heading {
  color: #2d2e2d;
}
.section-icon_w_content .no-background .intro-heading .intro-title {
  color: #251f78;
}
.section-icon_w_content .no-background .icon-wrapper .item .title {
  color: #251f78;
}
.section-icon_w_content .no-background .icon-wrapper .item .description {
  color: #2d2e2d;
}
.section-icon_w_content .icon-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .section-icon_w_content .icon-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .section-icon_w_content .icon-wrapper .item {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .section-icon_w_content .icon-wrapper .item {
    width: 50%;
  }
}
.section-icon_w_content .icon-wrapper.style2 {
  justify-content: unset;
  flex-wrap: wrap;
}
.section-icon_w_content .icon-wrapper .item {
  text-align: center;
}
.section-icon_w_content .icon-wrapper .item .icon img {
  width: 138px;
  height: 138px;
}
.section-icon_w_content .icon-wrapper .item .title {
  color: #ffffff;
  font-family: "proxima-sera", sans-serif;
  text-transform: capitalize;
  font-size: clamp(20px, 1.45833333vw, 28px);
}
.section-icon_w_content .icon-wrapper .item .description {
  color: #ffffff;
}
.section-icon_w_content .icon-wrapper .item.style1 .title {
  margin-top: clamp(18px, 1.25vw, 24px);
}
.section-icon_w_content .icon-wrapper .item.style1 img {
  transition: all .7s;
}
.section-icon_w_content .icon-wrapper .item.style1:hover img {
  transform: rotate(360deg);
}
.section-icon_w_content .icon-wrapper .item.style2 {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 33%;
  padding-right: clamp(15px, 3.38541667vw, 65px);
}
.section-icon_w_content .icon-wrapper .item.style2:not(:nth-child(-n+3)) {
  margin-top: clamp(40px, 4.16666667vw, 80px);
}
.section-icon_w_content .icon-wrapper .item.style2 .title {
  margin-bottom: 12px;
}
.section-icon_w_content .icon-wrapper .item.style2 .icon {
  flex-shrink: 0;
}
.section-icon_w_content .icon-wrapper .item.style2 .icon img {
  width: 76px;
  height: 76px;
}
.section-icon_w_content .icon-wrapper .item.style2 .content-wrapper {
  margin-left: clamp(18px, 1.25vw, 24px);
  margin-top: 12px;
}
@media (max-width: 991px) {
  .section-icon_w_content .icon-wrapper .item.style2 {
    width: 50%;
  }
  .section-icon_w_content .icon-wrapper .item.style2:not(:nth-child(-n+2)) {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-icon_w_content .icon-wrapper .item.style2 {
    width: 100%;
  }
  .section-icon_w_content .icon-wrapper .item.style2:not(:first-child) {
    margin-top: 40px;
  }
}
.section-icon_w_content .lottie-animation {
  position: absolute;
  height: 500px;
}
.section-icon_w_content .lottie-animation.left {
  top: -42%;
  left: -3%;
  transform: rotate(90deg);
}
.section-icon_w_content .lottie-animation.left.style1 {
  top: -37%;
}
.section-icon_w_content .lottie-animation.right {
  top: -55%;
  right: 0;
  transform: rotate(-85deg);
}
.section-icon_w_content .lottie-animation.right.style2 {
  top: unset;
  transform: rotate(-75deg);
  bottom: -40%;
  right: 0;
}
@media (max-width: 1400.98px) {
  .section-icon_w_content .lottie-animation.right {
    top: -65%;
  }
}
@media (max-width: 1140px) {
  .section-icon_w_content .lottie-animation {
    height: 400px;
  }
  .section-icon_w_content .lottie-animation.left.style1 {
    top: -60%;
  }
  .section-icon_w_content .lottie-animation.right {
    top: -60%;
    right: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-icon_w_content .lottie-animation {
    height: 300px;
  }
  .section-icon_w_content .lottie-animation.left.style1 {
    top: -30%;
    left: -10%;
  }
  .section-icon_w_content .lottie-animation.right {
    top: -30%;
    right: -10%;
  }
}
.section-team_members {
  background: linear-gradient(0deg, rgba(252, 250, 244, 0.02) 0%, rgba(41, 42, 103, 0.02) 100%);
  position: relative;
  z-index: 1;
}
.section-team_members:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  background: url('https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/bg-grid.svg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -9;
  transform: scaleX(-1);
  background-position: bottom left;
}
.section-team_members:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url('https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/bg-grid.svg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .section-team_members:after,
  .section-team_members:before {
    background-size: 400px;
  }
}
.section-team_members .members-post-wrapper .members-row .members-col {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section-team_members .members-post-wrapper .members-row .members-col:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .section-team_members .members-post-wrapper .members-row .members-col:not(:nth-child(-n+3)) {
    margin-top: 30px;
  }
}
.section-team_members .members-post-wrapper .members-row .members-col .member-item {
  border-radius: 32px;
  border-radius: clamp(12px, 1.66666667vw, 32px);
  overflow: hidden;
  background: #f4f5fa;
  text-align: center;
}
.section-team_members .members-post-wrapper .members-row .members-col .member-item .member-img {
  position: relative;
}
.section-team_members .members-post-wrapper .members-row .members-col .member-item .member-img:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: linear-gradient(0deg, rgba(215, 215, 239, 0.2) 0%, rgba(215, 215, 239, 0.2) 100%);
  height: 100%;
  width: 100%;
}
.section-team_members .members-post-wrapper .members-row .members-col .member-item .member-meta {
  padding: clamp(15px, 1.04166667vw, 20px);
}
.section-team_members .members-post-wrapper .members-row .members-col .member-item .member-meta .member-name {
  position: relative;
  margin-bottom: 12px;
  font-family: "proxima-sera", sans-serif;
}
.section-team_members .members-post-wrapper .members-row .members-col .member-item .member-meta .member-name:after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  content: '';
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: #f69e6c;
  background-repeat: no-repeat;
}
.section-team_members .members-post-wrapper .members-row .members-col .member-item .member-meta .position {
  font-size: clamp(16px, 0.9375vw, 18px);
}
.section-process_steps {
  overflow: hidden;
}
.section-process_steps:before {
  position: absolute;
  top: 0;
  left: -50px;
  content: '';
  background: url('https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/bg-grid.svg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.section-process_steps .intro-title {
  text-transform: unset;
}
.section-process_steps .col-lg-4 {
  display: flex;
}
.section-process_steps .col-lg-4:not(:nth-child(-n+3)) {
  margin-top: clamp(30px, 2.34375vw, 45px);
}
.section-process_steps .col-lg-4 .content-wrapper {
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f8 100%);
  text-align: center;
  padding: clamp(20px, 2.08333333vw, 40px);
}
.section-process_steps .col-lg-4 .content-wrapper span {
  position: relative;
  font-size: clamp(30px, 2.86458333vw, 55px);
  font-family: "gelica", sans-serif;
  font-weight: 500;
  z-index: 1;
  height: 62px;
  width: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #251f78;
}
.section-process_steps .col-lg-4 .content-wrapper span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url('https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/orange-vector.svg');
  height: 62px;
  width: 65px;
  background-repeat: no-repeat;
  z-index: -1;
}
.section-process_steps .col-lg-4 .content-wrapper .title {
  font-family: "proxima-sera", sans-serif;
  font-weight: 500;
  color: #251f78;
  margin-top: clamp(25px, 2.08333333vw, 40px);
  margin-bottom: clamp(15px, 1.04166667vw, 20px);
}
.section-process_steps .col-lg-4 .content-wrapper .description {
  font-size: clamp(16px, 0.9375vw, 18px);
}
@media (max-width: 991px) {
  .section-process_steps .col-lg-4:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-process_steps .col-lg-4:not(:first-child) {
    margin-top: 30px;
  }
}
.section-page_navigation {
  padding-top: clamp(20px, 1.66666667vw, 32px) !important;
  padding-bottom: clamp(20px, 1.66666667vw, 32px) !important;
  background-color: #4B50BE;
}
.section-page_navigation .nav-container .nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: transparent;
  scrollbar-width: none;
  max-width: 1440px;
  margin: 0 auto;
}
.section-page_navigation .nav-container .nav::-webkit-scrollbar {
  display: none;
}
.section-page_navigation .nav-container .nav li {
  flex-grow: 1;
  position: relative;
}
.section-page_navigation .nav-container .nav li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: #EDF0F7;
  width: 2px;
  height: 35px;
}
.section-page_navigation .nav-container .nav li a {
  display: inline-block;
  position: relative;
  padding: 0 40px;
  font-size: 28px;
  color: #EDF0F7;
  text-align: center;
  width: 100%;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-page_navigation .nav-container .nav li:first-child a {
    font-size: 28px;
    padding-left: 0;
  }
}
.section-page_navigation .nav-container .nav li.active a {
  color: #f69e6c;
}
.section-contact {
  background: linear-gradient(0deg, rgba(252, 250, 244, 0.02) 0%, rgba(41, 42, 103, 0.02) 100%);
  position: relative;
}
.section-contact:before {
  position: absolute;
  top: -45px;
  right: 0;
  content: '';
  background: url('https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/bg-grid-right.svg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  transform: scale(1.1);
}
.section-contact .contact-row {
  align-items: center;
}
.section-contact .contact-row .content-wrapper .title {
  font-size: clamp(22px, 1.45833333vw, 28px);
  line-height: 1.7;
  font-weight: 400;
}
.section-contact .contact-row .content-wrapper .description {
  font-size: clamp(16px, 0.9375vw, 18px);
}
.section-contact .contact-row .content-wrapper .description ul {
  padding-left: 15px;
}
.section-contact .contact-row .content-wrapper .description ul li {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .section-contact .contact-row .content-wrapper {
    margin-top: 40px;
  }
}
.section-contact .contact-row .form-wrapper {
  border-radius: 10px;
  border: 1.5px solid #251f78;
  background: #ffffff;
  padding-top: clamp(30px, 2.86458333vw, 55px);
  padding-bottom: clamp(30px, 2.86458333vw, 55px);
  padding-left: clamp(30px, 3.38541667vw, 65px);
  padding-right: clamp(30px, 3.38541667vw, 65px);
}
@media (max-width: 767.98px) {
  .section-contact .contact-row .col-md-5 {
    order: 2;
  }
}
.error404 .section-404 {
  text-align: center;
  padding-top: clamp(70px, 8.85416667vw, 170px);
}
.error404 .section-404 h1 {
  font-size: clamp(36px, 5.20833333vw, 100px);
}
.error404 .section-404 .description {
  font-size: clamp(20px, 2.08333333vw, 40px);
}
.error404 .section-404 h2 {
  color: #f69e6c;
  margin-bottom: 40px;
  font-size: clamp(30px, 2.5vw, 48px);
}
.posts-heading {
  padding-top: clamp(50px, 4.16666667vw, 80px);
}
.posts-heading .subtitle {
  justify-content: center;
}
.posts-heading .intro-title {
  text-align: center;
}
.posts-heading .heading-content {
  text-align: center;
}
.posts-listing {
  margin-top: clamp(40px, 3.125vw, 60px);
  padding-bottom: clamp(50px, 6.77083333vw, 130px);
}
@media (min-width: 1200px) {
  .posts-listing .row {
    margin: 0 -35px;
  }
  .posts-listing .row > div {
    padding: 0 35px;
  }
}
.posts-listing .no-results {
  max-width: 725px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
.posts-listing .no-results span {
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}
.posts-listing .no-results a {
  font-weight: 600;
  text-decoration: underline;
  color: #d7d7ef;
}
.posts-listing .posts-listing-wrapper .post-column {
  margin-bottom: 30px;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .image {
  position: relative;
  width: 100%;
  height: clamp(200px, 20.83333333vw, 400px);
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .image:after {
  position: absolute;
  content: '';
  top: clamp(12px, 1.5625vw, 30px);
  right: clamp(12px, 1.5625vw, 30px);
  bottom: clamp(12px, 1.5625vw, 30px);
  left: clamp(12px, 1.5625vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .post-content {
  padding-top: clamp(20px, 2.60416667vw, 50px);
  padding-right: clamp(20px, 2.60416667vw, 50px);
  padding-bottom: clamp(20px, 1.5625vw, 30px);
  padding-left: clamp(20px, 2.60416667vw, 50px);
  border: 1px solid rgba(103, 112, 127, 0.25);
  background: #FFF;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .post-content h3 {
  font-size: clamp(24px, 1.5625vw, 30px);
  font-weight: 500;
  margin: 0;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .post-content h3 a {
  color: #071E46;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .post-content .excerpt {
  line-height: 180%;
  margin-top: clamp(20px, 1.5625vw, 30px);
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info {
  display: flex;
  align-items: center;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .author {
  display: flex;
  align-items: center;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .author img {
  width: clamp(25px, 2.08333333vw, 40px);
  height: clamp(25px, 2.08333333vw, 40px);
  border-radius: 100%;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .author span {
  margin-left: clamp(10px, 0.78125vw, 15px);
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .category,
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .share-count {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .category span,
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .share-count span {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .category,
  .posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .share-count {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.posts-listing .page-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.posts-listing .page-nav ul li {
  margin-right: 10px;
}
.posts-listing .page-nav ul li:last-child {
  margin-right: 0;
}
.posts-listing .page-nav ul li span,
.posts-listing .page-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(180, 184, 194, 0.5);
  background: #FFF;
  font-size: 14px;
  color: #7E8899;
  transition: all .3s;
}
.posts-listing .page-nav ul li span:hover,
.posts-listing .page-nav ul li a:hover,
.posts-listing .page-nav ul li span.current,
.posts-listing .page-nav ul li a.current {
  border: 1px solid #0F2E5E;
  color: #0F2E5E;
}
.posts-listing .side-col {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .posts-listing .side-col {
    margin-top: 0;
  }
}
.blog-sidebar .wrapper {
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-right: clamp(20px, 2.60416667vw, 50px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
  padding-left: clamp(20px, 2.60416667vw, 50px);
  border: 1px solid rgba(103, 112, 127, 0.25);
  background: #FFF;
  margin-bottom: 10px;
}
.blog-sidebar .wrapper .wrapper-title {
  font-size: clamp(24px, 1.5625vw, 30px);
  font-weight: 500;
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.blog-sidebar .wrapper.searching-wrapper {
  background: #F5F7F9;
  border-color: #194795;
}
.blog-sidebar .blog-search {
  display: flex;
}
.blog-sidebar .blog-search .search-filter {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: clamp(15px, 1.5625vw, 30px);
  padding-right: clamp(15px, 1.5625vw, 30px);
  border: 1px solid #B4B8C2;
  width: 100%;
}
.blog-sidebar .blog-search .bt {
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  min-width: auto;
  border-radius: 0;
  margin-left: 20px;
  flex-shrink: 0;
}
.blog-sidebar .cat-list .cat-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
.blog-sidebar .cat-list .cat-item:after {
  position: absolute;
  content: '';
  width: 13px;
  height: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/li.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-sidebar .cat-list .cat-item a {
  color: #67707F;
  font-size: 18px;
  line-height: 180%;
  transition: all .3s;
}
.blog-sidebar .cat-list .cat-item a.active,
.blog-sidebar .cat-list .cat-item a:hover {
  color: #0F2E5E;
  text-decoration: underline;
}
.blog-sidebar .cat-list .cat-item:last-child {
  margin-bottom: 0;
}
.blog-sidebar .recent-posts-list .recent-post-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-sidebar .recent-posts-list .recent-post-item .image {
  position: relative;
  width: clamp(100px, 7.29166667vw, 140px);
  height: clamp(80px, 5.20833333vw, 100px);
  margin-right: clamp(10px, 1.30208333vw, 25px);
  flex-shrink: 0;
}
.blog-sidebar .recent-posts-list .recent-post-item .image:after {
  position: absolute;
  content: '';
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.blog-sidebar .recent-posts-list .recent-post-item .post-content h4 {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.blog-sidebar .recent-posts-list .recent-post-item .post-content h4 a {
  color: #071E46;
}
.blog-sidebar .sidebar-socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.blog-sidebar .sidebar-socials ul li {
  margin-right: 20px;
}
.blog-sidebar .sidebar-socials ul li:last-child {
  margin-right: 0;
}
.blog-sidebar .sidebar-socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #194795;
  color: #194795;
  transition: all .3s;
}
.blog-sidebar .sidebar-socials ul li a:hover {
  background-color: #194795;
  color: #fff;
}
.section-guttenberg {
  background: linear-gradient(0deg, rgba(252, 250, 244, 0.02) 0%, rgba(41, 42, 103, 0.02) 100%);
  padding-top: clamp(100px, 11.97916667vw, 230px);
  padding-bottom: clamp(60px, 5.20833333vw, 100px);
}
.section-guttenberg .lottie-animation {
  position: fixed;
  top: 0;
  opacity: .5;
}
@media (min-width: 1200px) {
  .section-guttenberg .row {
    margin: 0 -35px;
  }
  .section-guttenberg .row > div {
    padding: 0 35px;
  }
}
.section-guttenberg #toc-sidebar .sidebar-header .page-title {
  font-size: clamp(30px, 2.29166667vw, 44px);
  margin-bottom: clamp(20px, 1.66666667vw, 32px);
}
.section-guttenberg #toc-sidebar .content-titles {
  padding-left: 0;
  list-style: none;
}
.section-guttenberg #toc-sidebar .content-titles .sidebar-nav {
  margin-bottom: 16px;
  color: #251f78;
  font-family: "gelica", sans-serif;
  font-weight: 500;
  padding: 0;
  transition: 0.3s ease-in-out;
}
.section-guttenberg #toc-sidebar .content-titles .sidebar-nav .page-content-sidebar {
  color: #251f78;
  font-family: "gelica", sans-serif;
  font-weight: 500;
  padding: 0;
}
.section-guttenberg #toc-sidebar .content-titles .sidebar-nav .page-content-sidebar.active {
  position: relative;
  padding-left: 20px;
  text-decoration: underline;
}
.section-guttenberg #toc-sidebar .content-titles .sidebar-nav .page-content-sidebar.active:after {
  position: absolute;
  top: 6px;
  left: 2px;
  content: '';
  background: #251f78;
  height: 6px;
  width: 6px;
  transform: rotate(45deg);
  border-radius: 1px;
}
@media (max-width: 767.98px) {
  .section-guttenberg #toc-sidebar .content-titles .sidebar-nav {
    display: none;
  }
}
.section-guttenberg .editor-content {
  border-left: 1px solid #d7d7ef;
  padding-right: clamp(25px, 2.60416667vw, 50px);
  padding-left: clamp(25px, 2.60416667vw, 50px);
}
.section-guttenberg .editor-content > *:last-child {
  margin-bottom: 0;
}
.section-guttenberg .editor-content .wp-block-quote {
  position: relative;
  padding-left: clamp(20px, 2.08333333vw, 40px);
}
.section-guttenberg .editor-content .wp-block-quote p {
  position: relative;
  font-size: clamp(18px, 1.04166667vw, 20px);
  font-style: italic;
  font-weight: 300;
  padding-top: 25px;
}
.section-guttenberg .editor-content .wp-block-quote p:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  background-image: url(https://www.inductivehealth.com/wp-content/themes/acf/assets/less/../images/quote.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.section-guttenberg .editor-content .wp-block-quote:after {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 2px;
  margin: auto;
  background-color: #3957D2;
}
.section-guttenberg .editor-content .wp-block-quote:before {
  content: "";
  width: 2px;
  height: 2px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #d7d7ef;
  position: absolute;
}
@media (max-width: 767.98px) {
  .section-guttenberg .editor-content {
    border-left: none;
    padding-left: 0;
  }
}
.section-guttenberg .content-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 1600px) {
  .section-guttenberg .content-wrapper {
    max-width: 1040px;
  }
}
.section-guttenberg .content-wrapper .aligncenter {
  text-align: center;
}
.section-guttenberg .content-wrapper div.aligncenter {
  text-align: center;
}
.section-guttenberg .content-wrapper,
.section-guttenberg .editor-content {
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 2;
}
.section-guttenberg .content-wrapper h2,
.section-guttenberg .editor-content h2 {
  font-size: clamp(22px, 1.45833333vw, 28px);
  margin-bottom: clamp(16px, 1.04166667vw, 20px);
  color: #251f78;
}
.section-guttenberg .content-wrapper h2:not(:first-child),
.section-guttenberg .editor-content h2:not(:first-child) {
  margin-top: clamp(25px, 2.08333333vw, 40px);
}
.section-guttenberg .content-wrapper .wp-block-image,
.section-guttenberg .editor-content .wp-block-image {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.section-guttenberg .content-wrapper .wp-block-image:after,
.section-guttenberg .editor-content .wp-block-image:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(215, 215, 239, 0.2) 0%, rgba(215, 215, 239, 0.2) 100%);
  height: 100%;
  width: 100%;
}
.section-guttenberg .content-wrapper .wp-block-separator,
.section-guttenberg .editor-content .wp-block-separator {
  border-color: #d7d7ef;
  margin-top: clamp(25px, 2.08333333vw, 40px);
  margin-bottom: clamp(25px, 2.08333333vw, 40px);
}
.section-guttenberg .content-wrapper b,
.section-guttenberg .editor-content b,
.section-guttenberg .content-wrapper strong,
.section-guttenberg .editor-content strong {
  font-weight: 500;
}
.section-guttenberg .content-wrapper ul,
.section-guttenberg .editor-content ul {
  padding-left: clamp(20px, 1.5625vw, 30px);
}
.section-guttenberg .content-wrapper a,
.section-guttenberg .editor-content a {
  color: #23C4F4;
  text-decoration-line: underline;
}
.post-nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.post-nav-links .nav-previous,
.post-nav-links .nav-next {
  display: flex;
  align-items: center;
  color: #3957D2;
  font-weight: 600;
}
.post-nav-links .nav-previous i,
.post-nav-links .nav-next i {
  transition: all .3s;
}
.post-nav-links .nav-next {
  margin-left: auto;
}
.post-nav-links .nav-next i {
  margin-left: 15px;
}
.post-nav-links .nav-next:hover i {
  transform: translateX(5px);
}
.post-nav-links .nav-previous i {
  margin-right: 15px;
}
.post-nav-links .nav-previous:hover i {
  transform: translateX(-5px);
}
body.single .section-page_banner .page-banner-wrapper.style-2 .content-wrapper {
  position: unset;
  transform: none;
  margin-top: -220px;
}
@media (min-width: 1600px) {
  body.single .section-page_banner .page-banner-wrapper.style-2 .content-wrapper {
    width: 1040px;
  }
}
body:has(.show-topbar) .resource-single .section-page_banner {
  padding-top: 60px;
}
body:has(.show-topbar) .resource-single:not(:has(.section-page_banner)) {
  padding-top: 135px;
}
.resource-single:not(:has(.section-page_banner)) {
  padding-top: 77px;
}
@media (max-width: 1199.98px) {
  body:has(.show-topbar) .resource-single .section-page_banner {
    padding-top: 32px;
  }
  body:has(.show-topbar) .resource-single:not(:has(.section-page_banner)) {
    padding-top: 80px;
  }
  .resource-single:not(:has(.section-page_banner)) {
    padding-top: 77px;
  }
}
.resource-single a {
  color: #23C4F4;
  text-decoration-line: underline;
}
.resource-single .section-guttenberg {
  padding-top: 20px;
}
.section-page_navigation {
  padding-top: clamp(15px, 1.66666667vw, 32px);
  padding-bottom: clamp(15px, 1.66666667vw, 32px);
  background-color: #4B50BE;
}
.section-page_navigation .nav-container .taxonomy-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: transparent;
  scrollbar-width: none;
  max-width: 1440px;
  margin: 0 auto;
}
.section-page_navigation .nav-container .taxonomy-nav::-webkit-scrollbar {
  display: none;
}
.section-page_navigation .nav-container .taxonomy-nav li {
  flex-grow: 1;
  position: relative;
}
.section-page_navigation .nav-container .taxonomy-nav li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: #EDF0F7;
  width: 2px;
  height: 35px;
}
.section-page_navigation .nav-container .taxonomy-nav li a {
  display: inline-block;
  position: relative;
  padding: 0 40px;
  font-size: clamp(20px, 1.45833333vw, 28px);
  color: #EDF0F7;
  width: 100%;
  line-height: 40px;
  font-weight: 600;
}
.section-page_navigation .nav-container .taxonomy-nav li.active a {
  color: #f69e6c;
}
