/*!
  Theme Name: ACA
  Theme URI: https://atlasca.com/
  Author: Ember Web
  Author URI: https://www.emberweb.co.uk/
  Description: Created for ACA by Ember Web.
  Version: 1.0.0
  Tested up to: 5.4
  Requires PHP: 5.6
*/
/*
  Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
*, *::before, *::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

* {
  scroll-behavior: smooth !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.container {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1350px;
  }
}

span {
  margin-bottom: 0px;
}

p, li {
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
  font-family: "Lora", serif;
  font-weight: 400;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 400 !important;
}

.title-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .title-area {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .title-area {
    margin-bottom: 40px;
  }
}
.title-area span {
  color: #00608F;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .title-area span {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
.title-area h2 {
  color: #002030;
  font-size: 40px;
}
@media (max-width: 767px) {
  .title-area h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .title-area h2 {
    font-size: 26px;
  }
}
.title-area p {
  color: #00608F;
  max-width: 750px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .title-area p {
    max-width: 550px;
    font-size: 16px;
  }
}

body, button, input, select, optgroup, textarea {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: #21759b;
  transition: 0.5s;
}
a:hover, a:focus, a:active {
  color: #2B363A;
  transition: 0.5s;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

button {
  border: none;
  outline: none;
  transition: 0.2s ease-in-out;
}

.border-button {
  background-color: transparent;
  color: white;
  max-width: 160px;
  width: max-content;
  padding: 10px 20px;
  font-size: 18px;
  outline: none;
  border: 1px solid white;
}
.border-button:hover {
  background-color: white;
  color: #002030;
}

.custom-button, body.category .next-posts a, body.category .prev-posts a {
  background-color: #66B3D8;
  color: white;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  width: max-content;
  padding: 10px 40px;
  font-size: 1rem;
  border-radius: 200px;
  outline: none;
  border: 1px solid #66B3D8;
}
.custom-button:hover, body.category .next-posts a:hover, body.category .prev-posts a:hover {
  background-color: transparent;
  color: #66B3D8;
}
@media (max-width: 767px) {
  .custom-button, body.category .next-posts a, body.category .prev-posts a {
    font-size: 16px;
    padding: 10px 15px;
  }
}

#site-header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  background: transparent;
  padding: 20px 0 10px;
}
@media (max-width: 1199px) {
  #site-header {
    padding: 0px 0 0px;
  }
}
.error404 #site-header, .single-post #site-header {
  position: relative;
}
#site-header .grad {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 210px;
  background: linear-gradient(180deg, rgba(0, 33, 50, 0) 0%, rgba(0, 33, 50, 0.43) 43.94%, rgba(0, 33, 50, 0.67) 72.66%, rgba(0, 33, 50, 0.8) 117.16%);
  border-radius: 0px;
  transform: rotate(-180deg);
}
#site-header .container {
  position: relative;
  z-index: 2;
}
#site-header .navbar-content {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#site-header .navbar-content #chk1 {
  display: none;
}
@media (max-width: 991px) {
  #site-header .navbar-content #chk1:checked ~ ul {
    right: 0;
  }
}
#site-header i {
  color: white;
  cursor: pointer;
}
#site-header .logo img {
  height: 51px;
}
@media (max-width: 767px) {
  #site-header .logo img {
    height: 43px;
  }
}
#site-header #menu-primary-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #site-header #menu-primary-menu {
    position: fixed;
    background: #00608F;
    height: calc(100vh - 50px);
    top: 100px;
    right: -100%;
    width: 50%;
    flex-direction: column;
    align-items: center;
    transition: right 0.5s linear;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  #site-header #menu-primary-menu {
    justify-content: space-evenly;
    gap: 0;
    padding: 0 0 30px 0;
    width: 100%;
  }
}
#site-header #menu-primary-menu li {
  list-style: none;
  position: relative;
  /* ===== Dropdown Menu Styling ===== */
  /* ===== Mobile Dropdown Styling ===== */
}
#site-header #menu-primary-menu li.current-menu-item a, #site-header #menu-primary-menu li.current_page_parent a {
  color: #66B3D8;
}
#site-header #menu-primary-menu li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  padding: 10px 15px;
}
#site-header #menu-primary-menu li a:hover, #site-header #menu-primary-menu li a.active {
  color: #66B3D8;
}
#site-header #menu-primary-menu li.cta a {
  background-color: #66B3D8;
  color: #002030;
  display: block;
  max-width: max-content;
  padding: 10px 40px;
  font-size: 14px;
  border-radius: 100px;
  font-weight: 500;
  outline: none;
  border: 1px solid #66B3D8;
}
#site-header #menu-primary-menu li.cta a:hover {
  background-color: transparent;
  color: #66B3D8;
}
#site-header #menu-primary-menu li.cta a.active {
  background-color: white;
  color: #66B3D8;
}
#site-header #menu-primary-menu li.cta a.active:hover {
  background-color: transparent;
  color: #66B3D8;
}
#site-header #menu-primary-menu li.menu-item-has-children {
  /* Sub-menu container */
  /* Hover effect for desktop */
}
#site-header #menu-primary-menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 25px;
}
#site-header #menu-primary-menu li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}
#site-header #menu-primary-menu li.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #002030;
  min-width: 200px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, top 0.3s ease;
  border-radius: 4px;
  z-index: 99;
}
#site-header #menu-primary-menu li.menu-item-has-children > .sub-menu li {
  width: 100%;
}
#site-header #menu-primary-menu li.menu-item-has-children > .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: white;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
}
#site-header #menu-primary-menu li.menu-item-has-children > .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #66B3D8;
}
#site-header #menu-primary-menu li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 5px);
}
@media (max-width: 991px) {
  #site-header #menu-primary-menu li.menu-item-has-children {
    width: 100%;
    text-align: center;
  }
  #site-header #menu-primary-menu li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 6px;
    position: static;
    transform: none;
  }
  #site-header #menu-primary-menu li.menu-item-has-children .sub-menu {
    position: static;
    background: none;
    opacity: 1;
    visibility: visible;
    display: none;
    padding: 0;
    border: none;
  }
  #site-header #menu-primary-menu li.menu-item-has-children.open > .sub-menu {
    display: block;
  }
}
#site-header .menu {
  font-size: 2.5rem;
  display: none;
}
@media (max-width: 991px) {
  #site-header .menu {
    display: block;
    width: max-content;
    text-align: center;
  }
}

body.category .flexible-content.position-relative.hero-section h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 104%;
  letter-spacing: -1px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  body.category .flexible-content.position-relative.hero-section h2 {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  body.category .flexible-content.position-relative.hero-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body.category .flexible-content.position-relative.hero-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  body.category .flexible-content.position-relative.hero-section h2 {
    font-size: 26px;
  }
}
@media (max-width: 400px) {
  body.category .flexible-content.position-relative.hero-section h2 {
    font-size: 22px;
  }
}
body.category .post-content h2 {
  font-style: normal;
  font-size: 24px;
  line-height: 120%;
  color: #00608f;
}
body.category .post-content p {
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  color: #002030;
}
body.wp-singular.post-template-default.single.single-post {
  background-color: #ebf5fb;
}
body.wp-singular.post-template-default.single.single-post .video-page-hero-section {
  padding-top: 130px;
}
body.wp-singular.post-template-default.single.single-post .video-page-hero-section .container {
  text-align: center;
}
body.wp-singular.post-template-default.single.single-post .video-page-hero-section h1, body.wp-singular.post-template-default.single.single-post .video-page-hero-section h2, body.wp-singular.post-template-default.single.single-post .video-page-hero-section h3, body.wp-singular.post-template-default.single.single-post .video-page-hero-section h4, body.wp-singular.post-template-default.single.single-post .video-page-hero-section h5, body.wp-singular.post-template-default.single.single-post .video-page-hero-section h6 {
  margin-bottom: 1rem;
  color: #00405F;
}
body.wp-singular.post-template-default.single.single-post .video-page-hero-section ul {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
}
body.wp-singular.post-template-default.single.single-post .video-page-hero-section ul li {
  margin: 0;
  text-align: left;
}
body.wp-singular.post-template-default.single.single-post .video-page-hero-section p, body.wp-singular.post-template-default.single.single-post .video-page-hero-section li {
  font-size: 20px;
  color: #00608F;
  max-width: 870px;
  margin: 50px auto;
  text-align: center;
}
@media (min-width: 1600px) {
  body.wp-singular.post-template-default.single.single-post .video-page-hero-section p, body.wp-singular.post-template-default.single.single-post .video-page-hero-section li {
    max-width: 88%;
  }
}
@media (max-width: 767px) {
  body.wp-singular.post-template-default.single.single-post .video-page-hero-section p, body.wp-singular.post-template-default.single.single-post .video-page-hero-section li {
    font-size: 16px;
  }
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section {
  padding: 80px 0 80px 0;
  background-color: #ebf5fa;
  max-width: 100%;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section {
    padding: 40px 0 40px 0;
  }
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .back-link-btn {
  color: #00405F;
  font-size: 20px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .back-link-btn {
    font-size: 16px;
  }
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .back-link-btn i {
  font-size: 10px;
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
  max-width: 700px;
}
@media (max-width: 991px) {
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area {
    gap: 20px;
    max-width: 100%;
  }
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area h1 {
  color: #00405F;
  font-size: 48px;
  margin: 20px 0;
}
@media (max-width: 991px) {
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area h1 {
    font-size: 38px;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area h1 {
    font-size: 32px;
  }
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area h2 {
  font-size: 36px;
  color: #00405F;
}
@media (max-width: 991px) {
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area h2 {
    font-size: 28px;
  }
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area p {
  color: #00608F;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area p {
    font-size: 16px;
  }
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area ul,
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area ol {
  padding: 0 25px;
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area ul li,
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area ol li {
  color: #00608F;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area ul li,
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area ol li {
    font-size: 16px;
  }
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area .disclaimer p,
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .content-area .links p {
  font-size: 13px;
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .related-posts {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 991px) {
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .related-posts {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    gap: 1%;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .related-posts {
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
  }
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .related-posts .market-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991px) {
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .related-posts .market-card {
    gap: 10px;
    margin-bottom: 30px;
    width: 32%;
  }
}
@media (max-width: 575px) {
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .related-posts .market-card {
    width: 100%;
  }
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .related-posts .market-card .img-wrap {
  max-width: 100%;
  height: 205px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #66B3D8;
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .related-posts .market-card .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .related-posts .market-card p {
  font-size: 24px;
  color: #00608F;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .related-posts .market-card p {
    font-size: 20px;
  }
}
body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .related-posts .market-card span {
  font-size: 16px;
  color: #002030;
}
@media (max-width: 767px) {
  body.wp-singular.post-template-default.single.single-post .commentary-detail-hero-section .related-posts .market-card span {
    font-size: 14px;
  }
}
body.wp-singular.post-template-default.single.single-post .related-card-section {
  background-color: white;
  padding: 100px 0;
}
@media (max-width: 991px) {
  body.wp-singular.post-template-default.single.single-post .related-card-section {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  body.wp-singular.post-template-default.single.single-post .related-card-section {
    padding: 60px 0px;
  }
}
body.wp-singular.post-template-default.single.single-post .related-card-section .title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body.wp-singular.post-template-default.single.single-post .related-card-section .title {
    margin-bottom: 30px;
  }
}
body.wp-singular.post-template-default.single.single-post .related-card-section .title p {
  font-size: 24px;
  color: #00608F;
}
body.wp-singular.post-template-default.single.single-post .related-card-section .market-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991px) {
  body.wp-singular.post-template-default.single.single-post .related-card-section .market-card {
    gap: 10px;
    margin-bottom: 30px;
  }
}
body.wp-singular.post-template-default.single.single-post .related-card-section .market-card .img-wrap {
  height: 205px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ebf5fa;
}
body.wp-singular.post-template-default.single.single-post .related-card-section .market-card .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
}
body.wp-singular.post-template-default.single.single-post .related-card-section .market-card p {
  font-size: 24px;
  color: #00608F;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  body.wp-singular.post-template-default.single.single-post .related-card-section .market-card p {
    font-size: 20px;
  }
}
body.wp-singular.post-template-default.single.single-post .related-card-section .market-card span {
  font-size: 16px;
  color: #002030;
}
@media (max-width: 767px) {
  body.wp-singular.post-template-default.single.single-post .related-card-section .market-card span {
    font-size: 14px;
  }
}
body.wp-singular.post-template-default.single.single-post .related-card-section .custom-button, body.wp-singular.post-template-default.single.single-post .related-card-section body.category .next-posts a, body.category .next-posts body.wp-singular.post-template-default.single.single-post .related-card-section a, body.wp-singular.post-template-default.single.single-post .related-card-section body.category .prev-posts a, body.category .prev-posts body.wp-singular.post-template-default.single.single-post .related-card-section a {
  margin: 40px auto 0;
  color: #002030;
  font-size: 16px;
}

.title {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 33px;
  max-width: 860px;
}
@media only screen and (max-width: 991px) {
  .title {
    margin-bottom: 40px;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .title {
    margin-bottom: 30px;
  }
}
.title h2 {
  font-size: 36px;
  color: #00405F;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .title h2 {
    font-size: 26px;
  }
}
.title p {
  font-size: 20px;
  color: #00608F;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .title p {
    font-size: 16px;
  }
}

.family-hero-section {
  padding: 150px 0;
  background: url("images/family-hero-bg.png") no-repeat center bottom/cover;
}
@media (min-width: 1600px) {
  .family-hero-section {
    padding: 250px 0;
  }
}
@media (max-width: 991px) {
  .family-hero-section {
    padding: 20px 0;
  }
}
.family-hero-section .hero-content {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 100px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .family-hero-section .hero-content {
    margin: 50px 0;
  }
}
@media (max-width: 991px) {
  .family-hero-section .hero-content {
    margin: 50px 0;
    min-height: 420px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .family-hero-section .hero-content {
    margin: 0px 0;
    min-height: 300px;
    gap: 20px;
  }
}
.family-hero-section .hero-content h2 {
  max-width: 487px;
  font-size: 48px;
  color: white;
  text-align: left;
}
.family-hero-section .hero-content h2 span {
  color: #CCE6F2;
}
@media only screen and (max-width: 991px) {
  .family-hero-section .hero-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .family-hero-section .hero-content h2 {
    font-size: 26px;
  }
}

.family-about-section {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .family-about-section {
    padding: 60px 0;
  }
}
.family-about-section p {
  color: #00608F;
  font-size: 20px;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .family-about-section p {
    font-size: 16px;
  }
}

.family-img-section {
  padding: 150px 0;
  background: url("images/family-parallex.png") no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-attachment: fixed;
  gap: 45px;
}
@media (max-width: 991px) {
  .family-img-section {
    padding: 130px 0;
  }
}

.family-process-section {
  padding: 80px 0;
  background-color: #EBF5FA;
}
@media (max-width: 991px) {
  .family-process-section {
    padding: 60px 0;
  }
}
.family-process-section .title {
  margin-bottom: 80px;
}
.family-process-section .title h2 {
  font-size: 36px;
  color: #00405F;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .family-process-section .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .family-process-section .title h2 {
    font-size: 26px;
  }
}
.family-process-section .cards-wrapper {
  position: relative;
  width: 100%;
}
.family-process-section .cards-wrapper::after {
  content: "";
  width: calc(100% - 65px);
  height: 3px;
  border-radius: 100px;
  background-color: #00608F;
  position: absolute;
  top: 340px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 991px) {
  .family-process-section .cards-wrapper::after {
    display: none;
  }
}
.family-process-section .cards-wrapper::before {
  content: "";
  background-image: url("images/r-chev.svg");
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 333px;
  right: 17px;
  z-index: 0;
}
@media (max-width: 991px) {
  .family-process-section .cards-wrapper::before {
    display: none;
  }
}
.family-process-section .process-card {
  width: 100%;
  height: 100%;
  background-color: #FBFCFF;
  padding: 27px 22px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991px) {
  .family-process-section .process-card {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .family-process-section .process-card {
    border-radius: 12px;
    flex-direction: column;
  }
}
.family-process-section .process-card .process-bg-img {
  border: 0;
  border-radius: 15px;
  display: block;
  width: 100%;
  height: 248px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.family-process-section .process-card .dot {
  background-color: #00608F;
  width: 18px;
  height: 18px;
  margin: 10px 0;
  border-radius: 100px;
  position: relative;
  border: 3px solid white;
  outline: 4px solid #00608F;
  z-index: 9;
}
@media (max-width: 991px) {
  .family-process-section .process-card .dot {
    display: none;
  }
}
.family-process-section .process-card img {
  height: 320px;
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .family-process-section .process-card img {
    height: 100%;
    width: 250px;
  }
}
@media (max-width: 767px) {
  .family-process-section .process-card img {
    border-radius: 10px;
    width: 100%;
  }
}
.family-process-section .process-card .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 18px;
  position: relative;
}
@media (max-width: 991px) {
  .family-process-section .process-card .card-content {
    gap: 10px;
    padding: 10px;
  }
}
.family-process-section .process-card .card-content p {
  color: #00405F;
  font-size: 20px;
}
@media (max-width: 767px) {
  .family-process-section .process-card .card-content p {
    font-size: 16px;
  }
}
.family-process-section .process-card .card-content p span {
  color: #00405F;
  font-size: 24px;
}
@media (max-width: 767px) {
  .family-process-section .process-card .card-content p span {
    font-size: 20px;
  }
}

.family-forward-section {
  padding: 80px 0;
  background-color: #EBF5FA;
}
@media (max-width: 991px) {
  .family-forward-section {
    padding: 20px 0 60px;
  }
}
.family-forward-section .forward-card {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .family-forward-section .forward-card {
    margin: 30px 0;
    flex-direction: column;
  }
}
.family-forward-section .forward-card img {
  width: 72px;
}
.family-forward-section .forward-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 50px;
  max-width: 452px;
}
@media (max-width: 991px) {
  .family-forward-section .forward-card .card-content {
    max-width: 100%;
  }
}
.family-forward-section .forward-card .card-content h3 {
  font-size: 36px;
  color: #00405F;
  text-align: left;
  max-width: 380px;
}
@media only screen and (max-width: 991px) {
  .family-forward-section .forward-card .card-content h3 {
    font-size: 32px;
    max-width: 340px;
  }
}
@media only screen and (max-width: 575px) {
  .family-forward-section .forward-card .card-content h3 {
    font-size: 26px;
  }
}
.family-forward-section .forward-card .card-content p {
  font-size: 20px;
  color: #00608F;
  text-align: left;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .family-forward-section .forward-card .card-content p {
    font-size: 16px;
  }
}
.family-forward-section .forward-card .card-content ul {
  margin: 0;
}
.family-forward-section .forward-card .card-content ul li {
  font-size: 20px;
  color: #00608F;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .family-forward-section .forward-card .card-content ul li {
    font-size: 16px;
  }
}

.approach-hero-section {
  padding: 150px 0;
  background: url("images/approach-hero-bg.png") no-repeat center bottom/cover;
}
@media (min-width: 1600px) {
  .approach-hero-section {
    padding: 250px 0;
  }
}
@media (max-width: 991px) {
  .approach-hero-section {
    padding: 20px 0;
  }
}
.approach-hero-section .hero-content {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 100px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .approach-hero-section .hero-content {
    margin: 50px 0;
  }
}
@media (max-width: 991px) {
  .approach-hero-section .hero-content {
    margin: 50px 0;
    min-height: 420px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .approach-hero-section .hero-content {
    margin: 0px 0;
    min-height: 300px;
    gap: 20px;
  }
}
.approach-hero-section .hero-content h2 {
  max-width: 487px;
  font-size: 48px;
  color: white;
  text-align: left;
}
.approach-hero-section .hero-content h2 span {
  color: #cce6f2;
}
@media only screen and (max-width: 991px) {
  .approach-hero-section .hero-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .approach-hero-section .hero-content h2 {
    font-size: 26px;
  }
}

.approach-about-section {
  padding: 100px 0 60px;
}
@media (max-width: 991px) {
  .approach-about-section {
    padding: 60px 0;
  }
}
.approach-about-section p {
  color: #00608F;
  font-size: 20px;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
  line-height: 1.3;
  max-width: 950px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .approach-about-section p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .approach-about-section p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .approach-about-section p {
    font-size: 16px;
  }
}

.approch-bg {
  width: 100%;
  height: 400px;
  background: url("images/approach-img-section.png") no-repeat center top/cover;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .approch-bg {
    height: 300px;
  }
}

.approach-table-section {
  padding: 180px 0 40px;
  background-color: #ebf5fa;
}
@media (max-width: 991px) {
  .approach-table-section {
    padding: 60px 0;
  }
}
.approach-table-section table.atlas-table {
  border-radius: 20px;
  overflow: hidden;
  background-color: white;
  width: 100%;
}
@media (max-width: 767px) {
  .approach-table-section table.atlas-table {
    border-radius: 10px;
  }
}
.approach-table-section table.atlas-table thead {
  background-color: #00608F;
}
.approach-table-section table.atlas-table thead th {
  padding: 15px;
  font-size: 24px;
  color: white;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
}
@media (max-width: 767px) {
  .approach-table-section table.atlas-table thead th {
    padding: 10px 20px;
    font-size: 20px;
  }
}
.approach-table-section table.atlas-table tbody tr td {
  color: #00608F;
  text-align: center;
  font-size: 20px;
  padding: 6px 54px;
}
@media (max-width: 767px) {
  .approach-table-section table.atlas-table tbody tr td {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.approach-table-section table.atlas-table tbody tr td:first-child {
  background-color: #79bde1;
  text-align: left;
}
.approach-table-section table.atlas-table tbody tr:last-child td:first-child {
  border-radius: 0 0 20px;
}
@media (max-width: 767px) {
  .approach-table-section table.atlas-table tbody tr:last-child td:first-child {
    border-radius: 0 0 10px;
  }
}
.approach-table-section table.atlas-table tbody tr:first-child td {
  padding-top: 37px;
}
@media (max-width: 767px) {
  .approach-table-section table.atlas-table tbody tr:first-child td {
    padding-top: 20px;
  }
}
.approach-table-section table.atlas-table tbody tr:last-child td {
  padding-bottom: 37px;
}
@media (max-width: 767px) {
  .approach-table-section table.atlas-table tbody tr:last-child td {
    padding-bottom: 20px;
  }
}

.approach-forward-section {
  padding: 80px 0;
  background-color: #ebf5fa;
}
@media (max-width: 991px) {
  .approach-forward-section {
    padding: 20px 0 60px;
  }
}
.approach-forward-section .forward-card {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .approach-forward-section .forward-card {
    margin: 30px 0;
    flex-direction: column;
  }
}
.approach-forward-section .forward-card img {
  width: 72px;
}
.approach-forward-section .forward-card .point img {
  margin-right: 8px;
  margin-top: -3px;
  margin-left: -2px;
  width: 20px;
  height: 17px;
}
.approach-forward-section .forward-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 50px;
  max-width: 452px;
}
@media (max-width: 991px) {
  .approach-forward-section .forward-card .card-content {
    max-width: 100%;
  }
}
.approach-forward-section .forward-card .card-content.white-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px 55px;
}
.approach-forward-section .forward-card .card-content h3 {
  font-size: 36px;
  color: #00405F;
  text-align: left;
  max-width: 380px;
}
@media only screen and (max-width: 991px) {
  .approach-forward-section .forward-card .card-content h3 {
    font-size: 32px;
    max-width: 340px;
  }
}
@media only screen and (max-width: 575px) {
  .approach-forward-section .forward-card .card-content h3 {
    font-size: 26px;
  }
}
.approach-forward-section .forward-card .card-content p {
  font-size: 20px;
  color: #00608F;
  text-align: left;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .approach-forward-section .forward-card .card-content p {
    font-size: 16px;
  }
}
.approach-forward-section .forward-card .card-content ul {
  margin: 0;
}
.approach-forward-section .forward-card .card-content ul li {
  font-size: 20px;
  color: #00608F;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .approach-forward-section .forward-card .card-content ul li {
    font-size: 16px;
  }
}

.point-grid {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
  align-items: center;
}
.point-grid img {
  width: 100% !important;
}
.point-grid p {
  grid-column-start: 2;
}

.strategy-hero-section {
  padding: 150px 0;
  background: url("images/strategy-hero-bg.png") no-repeat center bottom/cover;
}
@media (min-width: 1600px) {
  .strategy-hero-section {
    padding: 250px 0;
  }
}
@media (max-width: 991px) {
  .strategy-hero-section {
    padding: 20px 0;
  }
}
.strategy-hero-section .hero-content {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 100px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .strategy-hero-section .hero-content {
    margin: 50px 0;
  }
}
@media (max-width: 991px) {
  .strategy-hero-section .hero-content {
    margin: 50px 0;
    min-height: 420px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .strategy-hero-section .hero-content {
    margin: 0px 0;
    min-height: 300px;
    gap: 20px;
  }
}
.strategy-hero-section .hero-content h2 {
  max-width: 487px;
  font-size: 48px;
  color: white;
  text-align: left;
}
.strategy-hero-section .hero-content h2 span {
  color: #cce6f2;
}
@media only screen and (max-width: 991px) {
  .strategy-hero-section .hero-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .strategy-hero-section .hero-content h2 {
    font-size: 26px;
  }
}

.strategy-about-section {
  padding: 100px 0 60px;
}
@media (max-width: 991px) {
  .strategy-about-section {
    padding: 60px 0;
  }
}
.strategy-about-section p {
  color: #00608F;
  font-size: 20px;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
  line-height: 1.3;
  max-width: 950px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .strategy-about-section p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .strategy-about-section p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .strategy-about-section p {
    font-size: 16px;
  }
}

.strategy-bg {
  width: 100%;
  height: 400px;
  background: url("images/strategy-img-section.png") no-repeat center top/cover;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .strategy-bg {
    height: 300px;
  }
}

.strategy-forward-section {
  padding: 100px 0;
  background-color: #ebf5fa;
}
@media (max-width: 991px) {
  .strategy-forward-section {
    padding: 20px 0 60px;
  }
}
.strategy-forward-section .heading {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.strategy-forward-section .heading h2 {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #00405F;
}
.strategy-forward-section .forward-card {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .strategy-forward-section .forward-card {
    margin: 30px 0;
    flex-direction: column;
  }
}
.strategy-forward-section .forward-card img {
  width: 72px;
}
.strategy-forward-section .forward-card .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .strategy-forward-section .forward-card .card-content {
    padding-right: 0px;
  }
}
.strategy-forward-section .forward-card .card-content h3 {
  font-size: 36px;
  color: #00405F;
  text-align: left;
  max-width: 380px;
}
@media only screen and (max-width: 991px) {
  .strategy-forward-section .forward-card .card-content h3 {
    font-size: 32px;
    max-width: 340px;
  }
}
@media only screen and (max-width: 575px) {
  .strategy-forward-section .forward-card .card-content h3 {
    font-size: 26px;
  }
}
.strategy-forward-section .forward-card .card-content p {
  font-size: 20px;
  color: #00608F;
  text-align: left;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .strategy-forward-section .forward-card .card-content p {
    font-size: 16px;
  }
}
.strategy-forward-section .forward-card .card-content > p {
  max-width: 999px;
}
.strategy-forward-section .forward-card .card-content ul {
  margin: 0;
}
.strategy-forward-section .forward-card .card-content ul li {
  font-size: 20px;
  color: #00608F;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .strategy-forward-section .forward-card .card-content ul li {
    font-size: 16px;
  }
}
.strategy-forward-section .forward-card .accordion-wrapper {
  width: 100%;
  padding: 44px;
  background-color: white;
  border-radius: 20px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .strategy-forward-section .forward-card .accordion-wrapper {
    margin-top: 30px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .strategy-forward-section .forward-card .accordion-wrapper {
    margin-top: 0px;
    border-radius: 10px;
  }
}
.strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #00608F;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item .accordion-header {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item .accordion-header img {
  width: 30px;
}
@media (max-width: 767px) {
  .strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item .accordion-header img {
    width: 20px;
  }
}
.strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  padding: 0;
  background: transparent;
  font-size: 24px;
  color: #00608F;
  box-shadow: none;
  position: relative;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
.strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  background-image: none;
  width: 12px;
  height: 12px;
  border-top: 3px solid #00608F;
  border-right: 3px solid #00608F;
  position: absolute;
  right: 7px;
  top: 25%;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
@media (max-width: 991px) {
  .strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
    top: 7px;
  }
}
@media (max-width: 767px) {
  .strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 10px;
    border-width: 2px;
    height: 10px;
  }
}
.strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  right: 7px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 22px 42px;
  margin: 12px 0;
}
@media (max-width: 767px) {
  .strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item .accordion-collapse .accordion-body {
    border-radius: 10px;
    padding: 20px;
  }
}
.strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item .accordion-collapse .accordion-body p {
  margin-bottom: 20px;
}
.strategy-forward-section .forward-card .accordion-wrapper .accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0px;
}

.title {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 33px;
  max-width: 860px;
}
@media only screen and (max-width: 991px) {
  .title {
    margin-bottom: 40px;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .title {
    margin-bottom: 30px;
  }
}
.title h2 {
  font-size: 36px;
  color: #00405F;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .title h2 {
    font-size: 26px;
  }
}
.title p {
  font-size: 20px;
  color: #00608F;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .title p {
    font-size: 16px;
  }
}

.non-profit-hero-section {
  padding: 150px 0;
  background: url("images/non-profit-hero-bg.png") no-repeat center bottom/cover;
}
@media (min-width: 1600px) {
  .non-profit-hero-section {
    padding: 250px 0;
  }
}
@media (max-width: 991px) {
  .non-profit-hero-section {
    padding: 20px 0;
  }
}
.non-profit-hero-section .hero-content {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 100px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .non-profit-hero-section .hero-content {
    margin: 50px 0;
  }
}
@media (max-width: 991px) {
  .non-profit-hero-section .hero-content {
    margin: 50px 0;
    min-height: 420px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .non-profit-hero-section .hero-content {
    margin: 0px 0;
    min-height: 300px;
    gap: 20px;
  }
}
.non-profit-hero-section .hero-content h2 {
  max-width: 487px;
  font-size: 48px;
  color: white;
  text-align: left;
}
.non-profit-hero-section .hero-content h2 span {
  color: #cce6f2;
}
@media only screen and (max-width: 991px) {
  .non-profit-hero-section .hero-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .non-profit-hero-section .hero-content h2 {
    font-size: 26px;
  }
}

.non-profit-about-section {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .non-profit-about-section {
    padding: 60px 0;
  }
}
.non-profit-about-section p {
  color: #00608F;
  font-size: 20px;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .non-profit-about-section p {
    font-size: 16px;
  }
}

.non-profit-img-section {
  padding: 150px 0;
  background: url("images/non-profit-img-section.png") no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-attachment: fixed;
  gap: 45px;
}
@media (max-width: 991px) {
  .non-profit-img-section {
    padding: 130px 0;
  }
}

.non-profit-process-section {
  padding: 80px 0;
  background-color: #ebf5fa;
}
@media (max-width: 991px) {
  .non-profit-process-section {
    padding: 60px 0;
  }
}
.non-profit-process-section .background-wrapper {
  width: calc(100% - 19px);
  background: #fbfcff;
  padding: 67px 92px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .non-profit-process-section .background-wrapper {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .non-profit-process-section .background-wrapper {
    padding: 20px;
    gap: 15px;
    border-radius: 10px;
  }
}
.non-profit-process-section .background-wrapper .non-profit-img {
  width: 316px;
  height: 194px;
  position: absolute;
  top: -47px;
  right: -19px;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .non-profit-process-section .background-wrapper .non-profit-img {
    border-radius: 10px;
    position: unset;
    margin-top: 20px;
    top: unset;
    right: unset;
    margin: 0 auto;
  }
}
.non-profit-process-section .background-wrapper p {
  color: #00608F;
  font-size: 20px;
  line-height: 1.3;
}
.non-profit-process-section .background-wrapper p:first-child {
  padding-right: 300px;
}
@media (max-width: 991px) {
  .non-profit-process-section .background-wrapper p:first-child {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .non-profit-process-section .background-wrapper p {
    font-size: 16px;
  }
}
.non-profit-process-section .background-wrapper li {
  color: #00608F;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .non-profit-process-section .background-wrapper li {
    font-size: 16px;
  }
}
.non-profit-process-section .background-wrapper span {
  color: #00608F;
  font-size: 14px;
}

.non-profit-forward-section {
  padding: 80px 0;
  background-color: #ebf5fa;
}
@media (max-width: 991px) {
  .non-profit-forward-section {
    padding: 20px 0 60px;
  }
}
.non-profit-forward-section .forward-card {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .non-profit-forward-section .forward-card {
    margin: 30px 0;
    flex-direction: column;
  }
}
.non-profit-forward-section .forward-card img {
  width: 72px;
}
.non-profit-forward-section .forward-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 50px;
  max-width: 452px;
}
@media (max-width: 991px) {
  .non-profit-forward-section .forward-card .card-content {
    max-width: 100%;
  }
}
.non-profit-forward-section .forward-card .card-content h3 {
  font-size: 36px;
  color: #002030;
  text-align: left;
  max-width: 380px;
}
@media only screen and (max-width: 991px) {
  .non-profit-forward-section .forward-card .card-content h3 {
    font-size: 32px;
    max-width: 340px;
  }
}
@media only screen and (max-width: 575px) {
  .non-profit-forward-section .forward-card .card-content h3 {
    font-size: 26px;
  }
}
.non-profit-forward-section .forward-card .card-content p {
  font-size: 20px;
  color: #00608F;
  text-align: left;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .non-profit-forward-section .forward-card .card-content p {
    font-size: 16px;
  }
}
.non-profit-forward-section .forward-card .card-content ul {
  margin: 0;
}
.non-profit-forward-section .forward-card .card-content ul li {
  font-size: 20px;
  color: #00608F;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .non-profit-forward-section .forward-card .card-content ul li {
    font-size: 16px;
  }
}
.non-profit-forward-section .forward-card .card-content * {
  color: #00405F !important;
}

.contact-us-section {
  padding: 200px 0 144px;
  background: #002030;
  border-bottom: 4px solid #66B3D8;
}
@media (max-width: 991px) {
  .contact-us-section {
    padding: 120px 0 100px;
  }
}
@media (max-width: 767px) {
  .contact-us-section {
    padding: 100px 0 60px;
  }
}
.contact-us-section .heading {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .contact-us-section .heading {
    gap: 15px;
  }
}
.contact-us-section .heading p {
  font-size: 20px;
  color: #fbfcff;
  padding-right: 70px;
}
@media (max-width: 767px) {
  .contact-us-section .heading p {
    font-size: 16px;
    padding-right: 10px;
  }
}
.contact-us-section .heading h2 {
  font-size: 48px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .contact-us-section .heading h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .contact-us-section .heading h2 {
    font-size: 26px;
  }
}
.contact-us-section .heading h2 span {
  color: #66B3D8;
}
.contact-us-section .contact-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 70px 70px 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .contact-us-section .contact-content {
    padding: 40px 0px 0 !important;
    gap: 15px;
  }
}
.contact-us-section .contact-content li {
  color: white;
  font-size: 16px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.contact-us-section .contact-content li img {
  margin-top: 0px;
  width: 24px;
  max-height: 24px;
}
.contact-us-section .contact-content li a {
  font-weight: bold;
  color: #66B3D8;
}
.contact-us-section .contact-content li a:hover {
  opacity: 0.7;
}
.contact-us-section .contact-content li p span {
  font-weight: bold;
  color: #66B3D8;
}
@media (max-width: 767px) {
  .contact-us-section .contact-content {
    gap: 15px;
    padding: 70px 70px 0;
  }
}
.contact-us-section .contact-form-wrap {
  background: white;
  padding: 70px 58px;
  border-top: 5px solid #0080c3;
  border-radius: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .contact-us-section .contact-form-wrap {
    padding: 30px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .contact-us-section .contact-form-wrap {
    padding: 20px;
    gap: 15px;
  }
}
.contact-us-section .contact-form-wrap .contact-form {
  max-width: 880px;
}
@media (max-width: 991px) {
  .contact-us-section .contact-form-wrap .contact-form {
    max-width: 100%;
  }
}
.contact-us-section .contact-form-wrap p {
  font-size: 24px;
  color: #002030;
  margin-bottom: 20px;
}
.contact-us-section .contact-form-wrap p span {
  color: #66B3D8;
}
@media (max-width: 767px) {
  .contact-us-section .contact-form-wrap p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.contact-us-section .contact-form-wrap input,
.contact-us-section .contact-form-wrap textarea {
  width: 100%;
  font-size: 16px;
  border-radius: 0px;
  transition: 0.3s;
  padding: 0 0px 23px;
  margin-top: 30px;
  border: none;
  outline: none;
  border-bottom: 1px solid #cacaca;
}
@media (max-width: 991px) {
  .contact-us-section .contact-form-wrap input,
  .contact-us-section .contact-form-wrap textarea {
    padding: 0 0px 10px;
    margin-top: 20px;
  }
}
.contact-us-section .contact-form-wrap input:focus,
.contact-us-section .contact-form-wrap textarea:focus {
  border-color: #66B3D8;
}
.contact-us-section .contact-form-wrap textarea {
  border: none;
  outline: none;
  border-bottom: 1px solid #cacaca;
}
.contact-us-section .contact-form-wrap .custom-button, .contact-us-section .contact-form-wrap body.category .next-posts a, body.category .next-posts .contact-us-section .contact-form-wrap a, .contact-us-section .contact-form-wrap body.category .prev-posts a, body.category .prev-posts .contact-us-section .contact-form-wrap a {
  width: max-content !important;
  padding: 10px 30px !important;
  font-size: 1rem !important;
  border-radius: 12px !important;
  outline: none !important;
  border: 1px solid #66B3D8 !important;
  font-weight: bold !important;
}

span.wpcf7-not-valid-tip {
  font-size: small;
  margin-top: 5px;
}

.wpcf7-response-output {
  display: block;
  width: 100%;
  margin: 0 !important;
}

.wpcf7-spinner {
  display: none !important;
}

#site-footer {
  background-color: #002030;
}
#site-footer .wrapper {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #site-footer .wrapper {
    padding: 50px 0;
  }
}
#site-footer .wrapper .logo img {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  #site-footer .wrapper .logo img {
    width: 100px;
  }
}
#site-footer .wrapper .logo p {
  font-size: 16px;
  color: #cce6f2;
  max-width: 440px;
}
@media screen and (max-width: 991px) {
  #site-footer .wrapper .logo p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .wrapper .logo p {
    font-size: 16px;
  }
}
#site-footer .wrapper .info h2 {
  font-size: 16px;
  color: #66b3d8;
  margin-bottom: 26px;
}
@media screen and (max-width: 991px) {
  #site-footer .wrapper .info h2 {
    margin-top: 40px;
  }
}
#site-footer .wrapper .info ul {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  #site-footer .wrapper .info ul {
    display: flex;
    flex-direction: column;
  }
}
#site-footer .wrapper .info ul li {
  list-style-type: none;
  font-size: 16px;
  color: #cfd3d7;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  #site-footer .wrapper .info ul li {
    text-align: left;
  }
}
#site-footer .wrapper .info ul li a {
  font-size: 16px;
  color: #fbfcff;
}
#site-footer .wrapper .info ul li a:hover {
  color: #cfd3d7;
}
#site-footer .wrapper .info ul li a img {
  width: 74px;
}
#site-footer .wrapper .info ul li a img:hover {
  opacity: 0.7;
}
#site-footer .wrapper .info ul li:last-child {
  margin-bottom: 0;
}
#site-footer .wrapper .info ul li img {
  width: 16px;
  height: 20px;
  margin-top: 2px;
}
#site-footer .wrapper .info ul li .call {
  text-decoration: underline;
}
#site-footer .copy-right {
  padding-bottom: 25px;
}
#site-footer .copy-right .links {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 991px) {
  #site-footer .copy-right .links {
    gap: 10px;
    flex-direction: column;
  }
}
#site-footer .copy-right .links p {
  font-size: 16px;
  color: #cce6f2;
}
#site-footer .copy-right .links a {
  font-size: 14px;
  font-weight: 500;
  color: #cce6f2;
}
#site-footer .footer-copyright {
  margin: 1rem 0 0 0;
  padding: 0;
  display: flex;
  gap: 8px;
  list-style: none;
}
#site-footer .footer-copyright a {
  text-decoration: none;
  color: #cce6f2;
}
#site-footer .footer-copyright a:hover {
  color: white;
}

.flexible-content.contact-section {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .flexible-content.contact-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .flexible-content.contact-section {
    padding: 40px 0;
  }
}
.flexible-content.contact-section .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .flexible-content.contact-section .content {
    padding: 30px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .flexible-content.contact-section .content {
    padding: 20px;
    gap: 20px;
    border-radius: 10px;
  }
}
.flexible-content.contact-section .content h2 {
  font-size: 36px;
  color: #00608F;
}
@media (max-width: 767px) {
  .flexible-content.contact-section .content h2 {
    font-size: 32px;
  }
}
.flexible-content.contact-section .content p {
  font-size: 20px;
  color: #002030;
  max-width: 700px;
}
@media (max-width: 767px) {
  .flexible-content.contact-section .content p {
    font-size: 16px;
  }
}
.flexible-content.contact-section .content .custom-button, .flexible-content.contact-section .content body.category .next-posts a, body.category .next-posts .flexible-content.contact-section .content a, .flexible-content.contact-section .content body.category .prev-posts a, body.category .prev-posts .flexible-content.contact-section .content a {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .flexible-content.contact-section .content .custom-button, .flexible-content.contact-section .content body.category .next-posts a, body.category .next-posts .flexible-content.contact-section .content a, .flexible-content.contact-section .content body.category .prev-posts a, body.category .prev-posts .flexible-content.contact-section .content a {
    margin-top: 15px;
  }
}
.flexible-content.contact-section .contact-globe-img {
  width: 49px;
}

.flexible-content.explore-more-section {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .flexible-content.explore-more-section {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .flexible-content.explore-more-section {
    padding: 60px 0px;
  }
}
.flexible-content.explore-more-section .explore-card {
  width: 100%;
  height: 100%;
  position: relative;
  max-height: 600px;
  border-radius: 15px;
  overflow: hidden;
}
.flexible-content.explore-more-section .explore-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexible-content.explore-more-section .explore-card .shadow-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(transparent, rgba(0, 79, 117, 0.8));
  display: flex;
  flex-direction: column;
  padding: 47px 65px;
  gap: 32px;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .flexible-content.explore-more-section .explore-card .shadow-content {
    padding: 30px;
    gap: 20px;
  }
}
.flexible-content.explore-more-section .explore-card .shadow-content h3 {
  font-size: 36px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .flexible-content.explore-more-section .explore-card .shadow-content h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .flexible-content.explore-more-section .explore-card .shadow-content h3 {
    font-size: 26px;
  }
}
.flexible-content.explore-more-section .explore-card .shadow-content .custom-button, .flexible-content.explore-more-section .explore-card .shadow-content body.category .next-posts a, body.category .next-posts .flexible-content.explore-more-section .explore-card .shadow-content a, .flexible-content.explore-more-section .explore-card .shadow-content body.category .prev-posts a, body.category .prev-posts .flexible-content.explore-more-section .explore-card .shadow-content a {
  padding: 10px 60px;
  font-size: 16px;
}
.flexible-content.explore-more-section .explore-card .shadow-content .custom-button:hover, .flexible-content.explore-more-section .explore-card .shadow-content body.category .next-posts a:hover, body.category .next-posts .flexible-content.explore-more-section .explore-card .shadow-content a:hover, .flexible-content.explore-more-section .explore-card .shadow-content body.category .prev-posts a:hover, body.category .prev-posts .flexible-content.explore-more-section .explore-card .shadow-content a:hover {
  background-color: white;
}

.flexible-content.featured-service .current-market-section {
  padding: 120px 0;
  background-color: #002030;
  border-bottom: 4px solid #66b3d8;
}
@media (max-width: 991px) {
  .flexible-content.featured-service .current-market-section {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .flexible-content.featured-service .current-market-section {
    padding: 60px 0px;
  }
}
.flexible-content.featured-service .current-market-section .market-card {
  width: 100%;
  height: 100%;
  position: relative;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .flexible-content.featured-service .current-market-section .market-card {
    gap: 20px;
    max-height: max-content;
  }
}
@media (max-width: 767px) {
  .flexible-content.featured-service .current-market-section .market-card {
    gap: 12px;
    flex-direction: column;
  }
}
.flexible-content.featured-service .current-market-section .market-card .card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
  max-width: 480px;
  padding: 60px 20px;
}
@media (min-width: 1440px) {
  .flexible-content.featured-service .current-market-section .market-card .card-content {
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .flexible-content.featured-service .current-market-section .market-card .card-content {
    gap: 20px;
    max-width: max-content;
  }
}
@media (max-width: 767px) {
  .flexible-content.featured-service .current-market-section .market-card .card-content {
    gap: 12px;
    padding: 12px;
  }
}
.flexible-content.featured-service .current-market-section .market-card .card-content span {
  font-size: 16px;
  color: #00608F;
  text-transform: uppercase;
}
.flexible-content.featured-service .current-market-section .market-card .card-content h2 {
  font-size: 36px;
  color: #66b3d8;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .flexible-content.featured-service .current-market-section .market-card .card-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .flexible-content.featured-service .current-market-section .market-card .card-content h2 {
    font-size: 26px;
  }
}
.flexible-content.featured-service .current-market-section .market-card .card-content p {
  font-size: 20px;
  color: white;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .flexible-content.featured-service .current-market-section .market-card .card-content p {
    font-size: 16px;
  }
}
.flexible-content.featured-service .current-market-section .market-card .card-content .custom-button, .flexible-content.featured-service .current-market-section .market-card .card-content body.category .next-posts a, body.category .next-posts .flexible-content.featured-service .current-market-section .market-card .card-content a, .flexible-content.featured-service .current-market-section .market-card .card-content body.category .prev-posts a, body.category .prev-posts .flexible-content.featured-service .current-market-section .market-card .card-content a {
  color: #002030;
}
@media (max-width: 1199px) {
  .flexible-content.featured-service .current-market-section .market-card .card-content .custom-button, .flexible-content.featured-service .current-market-section .market-card .card-content body.category .next-posts a, body.category .next-posts .flexible-content.featured-service .current-market-section .market-card .card-content a, .flexible-content.featured-service .current-market-section .market-card .card-content body.category .prev-posts a, body.category .prev-posts .flexible-content.featured-service .current-market-section .market-card .card-content a {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .flexible-content.featured-service .current-market-section .market-card .card-content .custom-button, .flexible-content.featured-service .current-market-section .market-card .card-content body.category .next-posts a, body.category .next-posts .flexible-content.featured-service .current-market-section .market-card .card-content a, .flexible-content.featured-service .current-market-section .market-card .card-content body.category .prev-posts a, body.category .prev-posts .flexible-content.featured-service .current-market-section .market-card .card-content a {
    margin-top: 0px;
  }
}
.flexible-content.featured-service .current-market-section .market-card .card-content .custom-button:hover, .flexible-content.featured-service .current-market-section .market-card .card-content body.category .next-posts a:hover, body.category .next-posts .flexible-content.featured-service .current-market-section .market-card .card-content a:hover, .flexible-content.featured-service .current-market-section .market-card .card-content body.category .prev-posts a:hover, body.category .prev-posts .flexible-content.featured-service .current-market-section .market-card .card-content a:hover {
  color: #00608F;
}
.flexible-content.featured-service .current-market-section .market-card img {
  border-radius: 15px;
  width: 100%;
  max-width: 550px;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .flexible-content.featured-service .current-market-section .market-card img {
    max-width: 450px;
    max-height: 400px;
  }
}
@media (max-width: 991px) {
  .flexible-content.featured-service .current-market-section .market-card img {
    max-width: 50%;
    max-height: 50%;
  }
}
@media (max-width: 767px) {
  .flexible-content.featured-service .current-market-section .market-card img {
    max-width: 100%;
    border-radius: 10px;
    max-height: 300px;
    object-fit: contain;
    text-align: center;
    background: #66B3D8;
  }
}

.flexible-content.service-about-section {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .flexible-content.service-about-section {
    padding: 60px 0;
  }
}
.flexible-content.service-about-section p {
  color: #00608F;
  font-size: 20px;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .flexible-content.service-about-section p {
    font-size: 16px;
  }
}

body.archive.category .flexible-content.hero-section {
  background-position: center center;
  padding: 130px 0 75px 0;
}
body.archive.category .flexible-content.hero-section.full {
  padding: 32vh 0 32vh 0;
}

.flexible-content.hero-section {
  padding: 150px 0;
  background-image: url("images/hero-bg.png");
  background-repeat: no-repeat;
  background-position: 0 -50px;
  background-size: cover;
}
@media (max-width: 991px) {
  .flexible-content.hero-section {
    padding: 20px 0;
  }
}
.flexible-content.hero-section .hero-content {
  position: relative;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .flexible-content.hero-section .hero-content {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .flexible-content.hero-section .hero-content {
    margin-top: 50px;
    min-height: 420px;
  }
}
@media (max-width: 767px) {
  .flexible-content.hero-section .hero-content {
    min-height: 300px;
    border-radius: 10px;
    gap: 20px;
  }
}
.flexible-content.hero-section .hero-content .hero-breadcrumb {
  font-style: normal;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
}
.flexible-content.hero-section .hero-content .hero-breadcrumb .disc {
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background-color: #66B3D8;
  filter: blur(1px);
  margin-right: 5px;
}
.flexible-content.hero-section .hero-content .hero-breadcrumb .dash {
  margin-top: -3px;
  display: block;
  width: 10px;
}
.flexible-content.hero-section .hero-content .hero-breadcrumb .dash svg {
  color: white;
}
.flexible-content.hero-section .hero-content .hero-breadcrumb a {
  color: white;
}
.flexible-content.hero-section .hero-content .hero-breadcrumb a:hover {
  color: white;
}
.flexible-content.hero-section .hero-content h2 {
  max-width: 660px;
  font-size: 40px;
  color: white;
}
.flexible-content.hero-section .hero-content h2 span {
  color: #66B3D8;
}
@media only screen and (max-width: 767px) {
  .flexible-content.hero-section .hero-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .flexible-content.hero-section .hero-content h2 {
    font-size: 26px;
  }
}
.flexible-content.hero-section .hero-content p {
  max-width: 750px;
  font-size: 20px;
  color: #00608F;
}
@media only screen and (max-width: 767px) {
  .flexible-content.hero-section .hero-content p {
    font-size: 16px;
    max-width: 550px;
  }
}
.flexible-content.hero-section .hero-content.force-left-align {
  align-items: flex-start;
  text-align: left;
}
.flexible-content.hero-section .heroText {
  display: block;
  width: 100%;
  max-width: 470px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
}

.has-floating-image {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .has-floating-image {
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 99;
  }
}

.flexible-content.career-section {
  padding: 100px 0;
  background-image: url("images/career-section-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  /* &::after {
    content: '';
    background: url('images/career-section-2.png') no-repeat center center/cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  } */
}
@media (max-width: 991px) {
  .flexible-content.career-section {
    padding: 60px 0;
  }
}
.flexible-content.career-section .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991px) {
  .flexible-content.career-section .content {
    align-items: center;
    text-align: center;
  }
}
.flexible-content.career-section .content .custom-button, .flexible-content.career-section .content body.category .next-posts a, body.category .next-posts .flexible-content.career-section .content a, .flexible-content.career-section .content body.category .prev-posts a, body.category .prev-posts .flexible-content.career-section .content a {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .flexible-content.career-section .content .custom-button, .flexible-content.career-section .content body.category .next-posts a, body.category .next-posts .flexible-content.career-section .content a, .flexible-content.career-section .content body.category .prev-posts a, body.category .prev-posts .flexible-content.career-section .content a {
    margin-top: 20px;
  }
}
.flexible-content.career-section .content span {
  font-size: 24px;
  color: #66B3D8;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .flexible-content.career-section .content span {
    font-size: 20px;
  }
}
.flexible-content.career-section .content h2 {
  font-size: 36px;
  color: #66B3D8;
}
.flexible-content.career-section .content h2 span {
  color: #66B3D8;
}
@media only screen and (max-width: 767px) {
  .flexible-content.career-section .content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .flexible-content.career-section .content h2 {
    font-size: 26px;
  }
}
.flexible-content.career-section .content p {
  font-size: 20px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .flexible-content.career-section .content p {
    font-size: 16px;
  }
}

.flexible-content.services-section {
  padding: 124px 0;
  background-image: url("images/service-section-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .flexible-content.services-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .flexible-content.services-section {
    padding: 60px 0;
  }
}
.flexible-content.services-section .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.flexible-content.services-section .content h2 {
  color: white;
  font-size: 36px;
}
.flexible-content.services-section .content h2 span {
  color: #cce6f2;
}
@media (max-width: 767px) {
  .flexible-content.services-section .content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .flexible-content.services-section .content h2 {
    font-size: 26px;
  }
}
.flexible-content.services-section .content p {
  color: white;
  font-size: 20px;
}
@media (max-width: 767px) {
  .flexible-content.services-section .content p {
    font-size: 16px;
  }
}
.flexible-content.services-section .content .custom-button, .flexible-content.services-section .content body.category .next-posts a, body.category .next-posts .flexible-content.services-section .content a, .flexible-content.services-section .content body.category .prev-posts a, body.category .prev-posts .flexible-content.services-section .content a {
  background-color: #00608F;
  border-color: #00608F;
}
@media (max-width: 767px) {
  .flexible-content.services-section .content .custom-button, .flexible-content.services-section .content body.category .next-posts a, body.category .next-posts .flexible-content.services-section .content a, .flexible-content.services-section .content body.category .prev-posts a, body.category .prev-posts .flexible-content.services-section .content a {
    margin-top: 10px;
  }
}
.flexible-content.services-section .content .custom-button:hover, .flexible-content.services-section .content body.category .next-posts a:hover, body.category .next-posts .flexible-content.services-section .content a:hover, .flexible-content.services-section .content body.category .prev-posts a:hover, body.category .prev-posts .flexible-content.services-section .content a:hover {
  background: white;
  color: #00608F;
}

.flexible-content.insights-section {
  padding: 90px 0px;
  background: #ebf5fa;
}
@media (max-width: 991px) {
  .flexible-content.insights-section {
    padding: 60px 0px;
  }
}
.flexible-content.insights-section .insight-card {
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(36, 36, 36, 0.123);
  width: 100%;
  height: 100%;
  border-top: 2px solid #00608F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 55px 36px 36px;
  gap: 35px;
}
@media (max-width: 767px) {
  .flexible-content.insights-section .insight-card {
    padding: 35px 20px 20px;
    gap: 30px;
  }
}
.flexible-content.insights-section .insight-card .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  width: 100%;
  padding-right: 20px;
}
.flexible-content.insights-section .insight-card .card-content img {
  height: 72px;
}
.flexible-content.insights-section .insight-card .card-content h5 {
  font-size: 20px;
  color: #00608F;
}
.flexible-content.insights-section .insight-card .card-content p {
  font-size: 15px;
  color: #888b97;
}
.flexible-content.insights-section .insight-card .custom-button, .flexible-content.insights-section .insight-card body.category .next-posts a, body.category .next-posts .flexible-content.insights-section .insight-card a, .flexible-content.insights-section .insight-card body.category .prev-posts a, body.category .prev-posts .flexible-content.insights-section .insight-card a {
  background-color: white;
  color: #00608F;
  border: 2px solid #66B3D8;
}
.flexible-content.insights-section .insight-card .custom-button:hover, .flexible-content.insights-section .insight-card body.category .next-posts a:hover, body.category .next-posts .flexible-content.insights-section .insight-card a:hover, .flexible-content.insights-section .insight-card body.category .prev-posts a:hover, body.category .prev-posts .flexible-content.insights-section .insight-card a:hover {
  background-color: #00608F;
  border: 2px solid #00608F;
  color: white;
}
.flexible-content.insights-section .btn-wrap {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .flexible-content.insights-section .btn-wrap {
    margin-top: 60px;
  }
}

.flexible-content.family-process-section {
  background-color: #ebf5fa;
}
.flexible-content.family-process-section .family-process-wrap {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .flexible-content.family-process-section .family-process-wrap {
    padding: 60px 0;
  }
}
.flexible-content.family-process-section .family-process-wrap .title {
  margin-bottom: 80px;
}
.flexible-content.family-process-section .family-process-wrap .title h2 {
  font-size: 36px;
  color: #002030;
  text-align: left;
  letter-spacing: -1px;
}
@media only screen and (max-width: 991px) {
  .flexible-content.family-process-section .family-process-wrap .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .flexible-content.family-process-section .family-process-wrap .title h2 {
    font-size: 26px;
  }
}
.flexible-content.family-process-section .family-process-wrap .cards-wrapper {
  position: relative;
  width: 100%;
}
.flexible-content.family-process-section .family-process-wrap .cards-wrapper::after {
  content: "";
  width: calc(100% - 80px);
  height: 3px;
  border-radius: 100px;
  background-color: #00608F;
  position: absolute;
  top: 356px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 991px) {
  .flexible-content.family-process-section .family-process-wrap .cards-wrapper::after {
    display: none;
  }
}
.flexible-content.family-process-section .family-process-wrap .process-card {
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 27px 22px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991px) {
  .flexible-content.family-process-section .family-process-wrap .process-card {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .flexible-content.family-process-section .family-process-wrap .process-card {
    border-radius: 12px;
    flex-direction: column;
  }
}
.flexible-content.family-process-section .family-process-wrap .process-card .dot {
  background-color: #00608F;
  width: 18px;
  height: 18px;
  margin: 10px 0;
  border-radius: 100px;
  position: relative;
  border: 3px solid white;
  outline: 4px solid #00608F;
  z-index: 9;
}
@media (max-width: 991px) {
  .flexible-content.family-process-section .family-process-wrap .process-card .dot {
    display: none;
  }
}
.flexible-content.family-process-section .family-process-wrap .process-card img {
  height: 265px;
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .flexible-content.family-process-section .family-process-wrap .process-card img {
    height: 100%;
    width: 250px;
  }
}
@media (max-width: 767px) {
  .flexible-content.family-process-section .family-process-wrap .process-card img {
    border-radius: 10px;
    height: 220px;
    width: 100%;
  }
}
.flexible-content.family-process-section .family-process-wrap .process-card .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 18px;
  position: relative;
}
@media (max-width: 991px) {
  .flexible-content.family-process-section .family-process-wrap .process-card .card-content {
    gap: 10px;
    padding: 10px;
  }
}
.flexible-content.family-process-section .family-process-wrap .process-card .card-content p {
  color: #002030;
  font-size: 20px;
}
@media (max-width: 767px) {
  .flexible-content.family-process-section .family-process-wrap .process-card .card-content p {
    font-size: 16px;
  }
}
.flexible-content.family-process-section .family-process-wrap .process-card .card-content p span {
  color: #002030;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .flexible-content.family-process-section .family-process-wrap .process-card .card-content p span {
    font-size: 20px;
  }
}

.flexible-content.parallax-image .service-img-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .flexible-content.parallax-image .service-img-section {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .flexible-content.parallax-image .service-img-section {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .flexible-content.parallax-image .service-img-section {
    height: 300px;
  }
}

.flexible-content.quote .quote-section {
  padding: 120px 0;
  background-image: url("images/quote-section.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 45px;
}
@media (max-width: 991px) {
  .flexible-content.quote .quote-section {
    padding: 80px 20px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .flexible-content.quote .quote-section {
    padding: 60px 20px;
    gap: 20px;
  }
}
.flexible-content.quote .quote-section h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .flexible-content.quote .quote-section h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .flexible-content.quote .quote-section h2 {
    font-size: 26px;
  }
}
.flexible-content.quote .quote-section p {
  font-size: 24px;
  color: #fbfcff;
}
@media (max-width: 767px) {
  .flexible-content.quote .quote-section p {
    font-size: 20px;
  }
}

.flexible-content.investment-section {
  background-color: #FBFCFF;
  padding: 120px 0 100px;
}
@media (max-width: 991px) {
  .flexible-content.investment-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .flexible-content.investment-section {
    padding: 60px 0;
  }
}
.flexible-content.investment-section .title {
  margin-bottom: 125px;
}
@media (max-width: 991px) {
  .flexible-content.investment-section .title {
    margin-bottom: 40px;
  }
}
.flexible-content.investment-section .title h2 {
  color: #00405F;
  font-size: 36px;
}
.flexible-content.investment-section .title h2 span {
  color: #66B3D8;
}
@media (max-width: 767px) {
  .flexible-content.investment-section .title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .flexible-content.investment-section .title h2 {
    font-size: 26px;
  }
}
.flexible-content.investment-section .investment-card {
  width: 100%;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .flexible-content.investment-section .investment-card {
    margin-bottom: 40px;
    gap: 10px;
  }
}
.flexible-content.investment-section .investment-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .flexible-content.investment-section .investment-card img {
    width: 60px;
    height: 60px;
  }
}
.flexible-content.investment-section .investment-card h5 {
  color: #00405F;
  font-size: 19px;
}
@media (max-width: 767px) {
  .flexible-content.investment-section .investment-card h5 {
    font-size: 22px;
  }
}
.flexible-content.investment-section .investment-card p {
  color: #00608F;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .flexible-content.investment-section .investment-card p {
    max-width: 500px;
  }
}
.flexible-content.investment-section .custom-button, .flexible-content.investment-section body.category .next-posts a, body.category .next-posts .flexible-content.investment-section a, .flexible-content.investment-section body.category .prev-posts a, body.category .prev-posts .flexible-content.investment-section a {
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .flexible-content.investment-section .custom-button, .flexible-content.investment-section body.category .next-posts a, body.category .next-posts .flexible-content.investment-section a, .flexible-content.investment-section body.category .prev-posts a, body.category .prev-posts .flexible-content.investment-section a {
    margin: 15px auto 0;
  }
}

.flexible-content.team-cards-section {
  padding: 120px 0;
  background-color: #ebf5fa;
}
@media (max-width: 991px) {
  .flexible-content.team-cards-section {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .flexible-content.team-cards-section {
    padding: 60px 0px;
  }
}
.flexible-content.team-cards-section .title {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 33px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .flexible-content.team-cards-section .title {
    margin-bottom: 40px;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .flexible-content.team-cards-section .title {
    margin-bottom: 30px;
  }
}
.flexible-content.team-cards-section .title h2 {
  font-size: 36px;
  color: #00405F;
}
@media only screen and (max-width: 991px) {
  .flexible-content.team-cards-section .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .flexible-content.team-cards-section .title h2 {
    font-size: 26px;
  }
}
.flexible-content.team-cards-section .title p {
  font-size: 20px;
  color: #00608F;
}
@media only screen and (max-width: 767px) {
  .flexible-content.team-cards-section .title p {
    font-size: 16px;
  }
}
.flexible-content.team-cards-section .wysiwyg-content p {
  text-align: center;
}
.flexible-content.team-cards-section .company-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 991px) {
  .flexible-content.team-cards-section .company-wrapper {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .flexible-content.team-cards-section .company-wrapper {
    gap: 20px;
  }
}
.flexible-content.team-cards-section .company-wrapper .profile-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .flexible-content.team-cards-section .company-wrapper .profile-row {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.flexible-content.team-cards-section .company-wrapper .profile-row .img-wrap {
  width: 30%;
  height: 100%;
  overflow: hidden;
  max-width: 320px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .flexible-content.team-cards-section .company-wrapper .profile-row .img-wrap {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .flexible-content.team-cards-section .company-wrapper .profile-row .img-wrap {
    max-width: 100%;
    width: 100%;
    min-height: 150px;
  }
}
.flexible-content.team-cards-section .company-wrapper .profile-row .img-wrap .linkedin {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.flexible-content.team-cards-section .company-wrapper .profile-row .img-wrap .linkedin::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 15px;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
  box-shadow: 0px 0px 200px 150px #49b3db;
}
@media screen and (max-width: 767px) {
  .flexible-content.team-cards-section .company-wrapper .profile-row .img-wrap .linkedin::after {
    display: none;
  }
}
.flexible-content.team-cards-section .company-wrapper .profile-row .img-wrap .linkedin img {
  width: 60px;
  height: 60px;
  min-height: 10px;
  border-radius: 12px;
  object-fit: contain;
  background-color: transparent;
  text-align: center;
}
.flexible-content.team-cards-section .company-wrapper .profile-row .img-wrap img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border-radius: 15px;
  object-fit: cover;
  background-color: #66B3D8;
}
@media screen and (max-width: 767px) {
  .flexible-content.team-cards-section .company-wrapper .profile-row .img-wrap img {
    object-fit: contain;
    max-height: 300px;
    min-height: 200px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 575px) {
  .flexible-content.team-cards-section .company-wrapper .profile-row .img-wrap img {
    min-height: 300px;
    max-height: 200px;
  }
}
.flexible-content.team-cards-section .company-wrapper .profile-row .content {
  width: 70%;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .flexible-content.team-cards-section .company-wrapper .profile-row .content {
    width: 50%;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flexible-content.team-cards-section .company-wrapper .profile-row .content {
    width: 100%;
  }
}
.flexible-content.team-cards-section .company-wrapper .profile-row .content h2 {
  font-size: 36px;
  color: #00405F;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .flexible-content.team-cards-section .company-wrapper .profile-row .content h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .flexible-content.team-cards-section .company-wrapper .profile-row .content h2 {
    font-size: 24px;
  }
}
.flexible-content.team-cards-section .company-wrapper .profile-row .content p {
  font-size: 20px;
  color: #00608F;
}
@media screen and (max-width: 767px) {
  .flexible-content.team-cards-section .company-wrapper .profile-row .content p {
    font-size: 16px;
  }
}
.flexible-content.team-cards-section .company-wrapper .profile-row:nth-child(even) {
  flex-direction: row-reverse;
}
.flexible-content.team-cards-section .company-wrapper .profile-row .wysiwyg-content p {
  text-align: left;
}

.flexible-content.family-forward-section .family-forward-wrap {
  padding: 80px 0;
  background-color: #ebf5fa;
}
@media (max-width: 991px) {
  .flexible-content.family-forward-section .family-forward-wrap {
    padding: 20px 0 60px;
  }
}
.flexible-content.family-forward-section .family-forward-wrap .title {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 33px;
  max-width: 860px;
}
@media only screen and (max-width: 991px) {
  .flexible-content.family-forward-section .family-forward-wrap .title {
    margin-bottom: 40px;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .flexible-content.family-forward-section .family-forward-wrap .title {
    margin-bottom: 30px;
  }
}
.flexible-content.family-forward-section .family-forward-wrap .title h2 {
  font-size: 36px;
  color: #002030;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .flexible-content.family-forward-section .family-forward-wrap .title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .flexible-content.family-forward-section .family-forward-wrap .title h2 {
    font-size: 26px;
  }
}
.flexible-content.family-forward-section .family-forward-wrap .title p {
  font-size: 20px;
  color: #00608F;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .flexible-content.family-forward-section .family-forward-wrap .title p {
    font-size: 16px;
  }
}
.flexible-content.family-forward-section .family-forward-wrap .forward-card {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .flexible-content.family-forward-section .family-forward-wrap .forward-card {
    margin: 30px 0;
    flex-direction: column;
  }
}
.flexible-content.family-forward-section .family-forward-wrap .forward-card img {
  width: 72px;
}
.flexible-content.family-forward-section .family-forward-wrap .forward-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 50px;
  max-width: 452px;
}
@media (max-width: 991px) {
  .flexible-content.family-forward-section .family-forward-wrap .forward-card .card-content {
    max-width: 100%;
  }
}
.flexible-content.family-forward-section .family-forward-wrap .forward-card .card-content h3 {
  font-size: 36px;
  color: #002030;
  text-align: left;
  max-width: 380px;
}
@media only screen and (max-width: 991px) {
  .flexible-content.family-forward-section .family-forward-wrap .forward-card .card-content h3 {
    font-size: 32px;
    max-width: 340px;
  }
}
@media only screen and (max-width: 575px) {
  .flexible-content.family-forward-section .family-forward-wrap .forward-card .card-content h3 {
    font-size: 26px;
  }
}
.flexible-content.family-forward-section .family-forward-wrap .forward-card .card-content p {
  font-size: 20px;
  color: #00608F;
  text-align: left;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .flexible-content.family-forward-section .family-forward-wrap .forward-card .card-content p {
    font-size: 16px;
  }
}
.flexible-content.family-forward-section .family-forward-wrap .forward-card .card-content ul {
  margin: 0;
}
.flexible-content.family-forward-section .family-forward-wrap .forward-card .card-content ul li {
  font-size: 20px;
  color: #00608F;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .flexible-content.family-forward-section .family-forward-wrap .forward-card .card-content ul li {
    font-size: 16px;
  }
}

.flexible-content.about-section {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .flexible-content.about-section {
    padding: 60px 0;
  }
}
.flexible-content.about-section .meet-team {
  display: flex;
  flex-direction: column;
  gap: 34px;
  justify-content: center;
  max-width: 930px;
  text-align: center;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 767px) {
  .flexible-content.about-section .meet-team {
    gap: 20px;
  }
}
.flexible-content.about-section .meet-team h3 {
  color: #00405F;
  font-size: 40px;
}
@media (max-width: 767px) {
  .flexible-content.about-section .meet-team h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .flexible-content.about-section .meet-team h3 {
    font-size: 26px;
  }
}
.flexible-content.about-section .meet-team h3 span {
  color: #66B3D8;
}
.flexible-content.about-section .meet-team p, .flexible-content.about-section .meet-team li {
  color: #00608F;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .flexible-content.about-section .meet-team p, .flexible-content.about-section .meet-team li {
    font-size: 16px;
  }
}
.flexible-content.about-section .meet-team .custom-button, .flexible-content.about-section .meet-team body.category .next-posts a, body.category .next-posts .flexible-content.about-section .meet-team a, .flexible-content.about-section .meet-team body.category .prev-posts a, body.category .prev-posts .flexible-content.about-section .meet-team a {
  margin-top: 15px;
}

.flexible-content.alt-text-image .approach-section {
  padding: 120px 0;
  background-color: #ebf5fa;
}
@media (max-width: 991px) {
  .flexible-content.alt-text-image .approach-section {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .flexible-content.alt-text-image .approach-section {
    padding: 60px 0px;
  }
}
.flexible-content.alt-text-image .approach-section .approach-card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 140px;
  position: relative;
  height: auto;
  max-height: none;
  overflow: visible;
}
@media (max-width: 1199px) {
  .flexible-content.alt-text-image .approach-section .approach-card {
    gap: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .flexible-content.alt-text-image .approach-section .approach-card {
    gap: 12px;
    flex-direction: column-reverse;
  }
}
.flexible-content.alt-text-image .approach-section .approach-card:nth-of-type(even) {
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 767px) {
  .flexible-content.alt-text-image .approach-section .approach-card:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.flexible-content.alt-text-image .approach-section .approach-card:last-of-type {
  margin-bottom: 0px;
}
.flexible-content.alt-text-image .approach-section .approach-card .card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
  max-width: 480px;
  padding: 20px;
}
@media (min-width: 1199px) {
  .flexible-content.alt-text-image .approach-section .approach-card .card-content.wide_media {
    max-width: 35%;
  }
}
@media (min-width: 1199px) {
  .flexible-content.alt-text-image .approach-section .approach-card .card-content {
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .flexible-content.alt-text-image .approach-section .approach-card .card-content {
    gap: 20px;
    max-width: max-content;
  }
}
@media (max-width: 767px) {
  .flexible-content.alt-text-image .approach-section .approach-card .card-content {
    gap: 12px;
    padding: 12px;
  }
}
.flexible-content.alt-text-image .approach-section .approach-card .card-content span {
  font-size: 16px;
  color: #00608F;
  text-transform: uppercase;
}
.flexible-content.alt-text-image .approach-section .approach-card .card-content h2 {
  font-size: 36px;
  color: #00405F;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .flexible-content.alt-text-image .approach-section .approach-card .card-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .flexible-content.alt-text-image .approach-section .approach-card .card-content h2 {
    font-size: 26px;
  }
}
.flexible-content.alt-text-image .approach-section .approach-card .card-content p, .flexible-content.alt-text-image .approach-section .approach-card .card-content li {
  font-size: 20px;
  color: #00608F;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .flexible-content.alt-text-image .approach-section .approach-card .card-content p, .flexible-content.alt-text-image .approach-section .approach-card .card-content li {
    font-size: 16px;
  }
}
.flexible-content.alt-text-image .approach-section .approach-card .card-content .custom-button, .flexible-content.alt-text-image .approach-section .approach-card .card-content body.category .next-posts a, body.category .next-posts .flexible-content.alt-text-image .approach-section .approach-card .card-content a, .flexible-content.alt-text-image .approach-section .approach-card .card-content body.category .prev-posts a, body.category .prev-posts .flexible-content.alt-text-image .approach-section .approach-card .card-content a {
  color: #002030;
}
@media (max-width: 1199px) {
  .flexible-content.alt-text-image .approach-section .approach-card .card-content .custom-button, .flexible-content.alt-text-image .approach-section .approach-card .card-content body.category .next-posts a, body.category .next-posts .flexible-content.alt-text-image .approach-section .approach-card .card-content a, .flexible-content.alt-text-image .approach-section .approach-card .card-content body.category .prev-posts a, body.category .prev-posts .flexible-content.alt-text-image .approach-section .approach-card .card-content a {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .flexible-content.alt-text-image .approach-section .approach-card .card-content .custom-button, .flexible-content.alt-text-image .approach-section .approach-card .card-content body.category .next-posts a, body.category .next-posts .flexible-content.alt-text-image .approach-section .approach-card .card-content a, .flexible-content.alt-text-image .approach-section .approach-card .card-content body.category .prev-posts a, body.category .prev-posts .flexible-content.alt-text-image .approach-section .approach-card .card-content a {
    margin-top: 0px;
  }
}
.flexible-content.alt-text-image .approach-section .approach-card .card-content .custom-button:hover, .flexible-content.alt-text-image .approach-section .approach-card .card-content body.category .next-posts a:hover, body.category .next-posts .flexible-content.alt-text-image .approach-section .approach-card .card-content a:hover, .flexible-content.alt-text-image .approach-section .approach-card .card-content body.category .prev-posts a:hover, body.category .prev-posts .flexible-content.alt-text-image .approach-section .approach-card .card-content a:hover {
  color: #00608F;
}
.flexible-content.alt-text-image .approach-section .approach-card img {
  border-radius: 15px;
  width: 100%;
  max-width: 550px;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .flexible-content.alt-text-image .approach-section .approach-card img {
    max-width: 450px;
    max-height: 400px;
  }
}
@media (max-width: 991px) {
  .flexible-content.alt-text-image .approach-section .approach-card img {
    max-width: 50%;
    max-height: 50%;
  }
}
@media (max-width: 767px) {
  .flexible-content.alt-text-image .approach-section .approach-card img {
    max-width: 100%;
    max-height: 300px;
    border-radius: 10px;
    object-fit: contain;
    text-align: center;
    background-color: rgba(0, 96, 143, 0.1);
  }
}
.flexible-content.alt-text-image .responsive-iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
}
.flexible-content.alt-text-image .responsive-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 767px) {
  .flexible-content.alt-text-image .responsive-iframe-wrapper {
    padding-bottom: 60%;
    border-radius: 10px;
  }
}

.flexible-content.wysiwyg-columns .two-col-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .flexible-content.wysiwyg-columns .two-col-layout {
    grid-template-columns: 1fr;
  }
}
.flexible-content.wysiwyg-columns h1, .flexible-content.wysiwyg-columns h2, .flexible-content.wysiwyg-columns h3, .flexible-content.wysiwyg-columns h4 h5 {
  color: #00405F;
  margin-bottom: 1rem;
}
.flexible-content.wysiwyg-columns p {
  color: #00608F;
  font-size: 20px;
  line-height: 120%;
}

.m-chart-container {
  margin: 200px 0;
}

/*# sourceMappingURL=style.css.map */
