html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
summary {
  font-family: "Mulish", sans-serif;
}

.page-wrapper {
  position: relative;
}

.container,
.container-fluid {
  position: relative;
  height: 100%;
}

.row,
.col-md-12 {
  height: 100%;
}

.heading-1 {
  color: #0B1236;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.52px;
  line-height: 1.3;
  margin: 0;
}

.sub-heading {
  font-size: 16px;
  font-weight: 500;
  color: #5573F8;
}

.background-lightblue {
  background-color: #FBF9FF;
}

.background-white {
  background-color: #FFF;
}

.contact-action {
  display: grid;
  justify-content: left;
}
.contact-action .contact-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  background-color: #5573F8;
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  height: 50px;
  min-width: 190px;
  text-decoration: none;
  padding: 0 32px;
  cursor: pointer;
}
.contact-action a:hover, .contact-action :active {
  background-color: #4163f7;
  box-shadow: 0px 1px 10px #00000025;
}

.read-more-btn-flat {
  display: block;
  padding-top: 10px;
  color: #000;
  padding-left: 0;
}
.read-more-btn-flat .text {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  color: #5573F8;
}
.read-more-btn-flat .icon-right {
  font-size: 16px;
  color: #5573F8;
  margin-left: 10px;
  display: inline-block;
}

.moving-left .icon-right {
  position: relative;
  transition: transform 0.3s ease;
  transform: translateX(0px);
}

.moving-left:hover .icon-right {
  transform: translateX(5px);
}

.page-template-page-landing,
.page-template-page-solutions,
.page-template-page-benefits,
.page-template-page-about,
.page-template-page-contact,
.page-template-page-thank-you,
.hfeed {
  overflow-y: scroll;
}

@media (max-width: 812px) {
  .heading-1 {
    font-size: 26px;
  }

  .sub-heading {
    font-size: 13px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .heading-1 {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1280px;
  }
}
.navigation-header {
  position: fixed;
  width: 100%;
  height: 70px;
  display: block;
  top: 0;
  background-color: white;
  z-index: 10;
  padding: 0 0 0 0;
  box-shadow: 0px 1px 40px #0000000A;
}
.navigation-header li.current-menu-parent > a {
  color: #5573F8 !important;
}
.navigation-header li.current-page-ancestor > a {
  color: #5573F8 !important;
}
.navigation-header li.current-menu-item > a {
  color: #5573F8 !important;
}

.navbar-default {
  background: transparent;
}

.navbar-collapse {
  text-align: center;
}

.navbar-nav {
  display: block;
  float: right;
  padding-top: 8px;
  padding-right: 8px;
}
.navbar-nav li {
  padding-bottom: 11px;
  padding-left: 5px;
}
.navbar-nav li a {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.navbar-nav li a:hover {
  background: transparent;
  color: #5573F8;
}
.navbar-nav li .dropdown-menu {
  min-width: 300px;
  background-color: white;
  box-shadow: 0 4px 22px -22px #0000000A;
  padding: 12px 0;
  margin-top: -7px;
  border: none;
  border-radius: 0;
}
.navbar-nav li .dropdown-menu li {
  text-transform: capitalize;
  padding-bottom: 1px;
  margin-left: 0px;
  padding: 3px 3px;
}
.navbar-nav li .dropdown-menu li a {
  line-height: 1.9;
}

.dropdown-menu .active a:hover {
  color: #5573F8;
  text-decoration: none;
  background: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: transparent;
  color: #5573F8;
}

.navbar-default .navbar-nav > .active > a {
  color: #5573F8;
}

.nav li a:hover, .nav li a:focus {
  text-decoration: none;
  background: transparent;
}
.nav .active a {
  background: transparent;
  color: #5573F8;
}
.nav .active .dropdown-menu a {
  color: #000;
}
.nav .active .dropdown-menu a:hover {
  color: #5573F8;
}
.nav .active .dropdown-menu li.active a {
  color: #5573F8;
}
.nav .open a:focus {
  background: transparent;
  color: #5573F8;
}

.navbar-default .navbar-toggle {
  margin-right: 0;
  margin-top: 18px;
  background-color: #FFF;
  border: none;
  border-left: 1px solid #BBB;
  border-radius: 0;
  padding: 4px 20px 4px 20px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
}

@media (min-width: 1200px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
@media (max-width: 812px) {
  .navigation-header {
    height: 60px;
  }
  .navigation-header .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navigation-header .navbar-collapse {
    text-align: center;
  }
  .navigation-header .navbar-default {
    background-color: white;
    padding-bottom: 5px;
  }
  .navigation-header .col-md-10 {
    background-color: #FFF;
  }

  .navbar-nav {
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
    float: none !important;
  }
  .navbar-nav li {
    padding-bottom: 0;
  }
  .navbar-nav li a {
    line-height: 1.8;
  }
  .navbar-nav li .dropdown-menu {
    min-width: 100%;
    box-shadow: none;
  }

  .open .dropdown-menu li {
    margin-left: 0 !important;
  }
  .open .dropdown-menu li a {
    line-height: 1.8 !important;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    padding-left: 15px !important;
  }

  .navbar-toggle .icon-bar {
    transition: all 0.2s;
  }
  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .navbar-toggle .middle-bar {
    opacity: 0;
  }
  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
  }
  .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
  }
  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
  }

  .caret {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navigation-header {
    height: 60px;
  }
  .navigation-header .col-md-10 {
    background-color: #FFF;
  }
  .navigation-header .navbar-nav {
    padding-top: 6px;
    float: right;
  }
  .navigation-header .navbar-nav li {
    padding-left: 0;
  }
  .navigation-header .navbar-nav li a {
    font-size: 14px;
  }
  .navigation-header .navbar-nav li .dropdown-menu {
    min-width: 100%;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    padding-bottom: 20px;
  }

  .navbar-nav > li {
    float: none;
    padding-left: 0;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}
.logo {
  margin-top: 12px;
  padding-left: 30px;
}
.logo img {
  height: 48px;
}

@media (max-width: 992px) {
  .logo {
    margin-top: 10px;
    padding-left: 20px;
  }
  .logo img {
    height: 40px;
  }
}
.hero-section {
  display: block;
  width: 100%;
  height: 550px;
  background-color: #5573F8;
  background-position: 0% -16%;
  background-repeat: no-repeat;
  margin-top: 70px;
}
.hero-section .section-inner-container {
  display: flex;
  align-items: center;
  height: 550px;
}
.hero-section .section-inner-container .section-inner-content-one {
  flex: 6;
  padding-left: 8%;
}
.hero-section .section-inner-container .section-inner-content-one h1 {
  font-size: 43px;
  font-weight: 900;
  color: #FFF;
  line-height: 60px;
  padding-right: 12%;
  margin: 0 0 20px 0;
}
.hero-section .section-inner-container .section-inner-content-one p {
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.6;
  padding-right: 24%;
  margin: 0;
}
.hero-section .section-inner-container .section-inner-content-two {
  flex: 5;
  height: 100%;
  background-position: inherit;
  background-size: cover;
}

@media (max-width: 812px) {
  .hero-section {
    height: auto;
    margin-top: 60px;
    padding: 40px 0 0 0;
  }
  .hero-section .section-inner-container {
    display: block;
    height: auto;
    width: 100%;
  }
  .hero-section .section-inner-container .section-inner-content-one {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-section .section-inner-container .section-inner-content-one h1 {
    font-size: 32px;
    line-height: 44px;
    padding-right: 0;
  }
  .hero-section .section-inner-container .section-inner-content-one p {
    font-size: 18px;
    padding-right: 0;
  }
  .hero-section .section-inner-container .section-inner-content-two {
    height: 250px;
    margin-top: 40px;
  }
}
@media (min-width: 1600px) {
  .hero-section {
    height: 70vh;
  }
  .hero-section .section-inner-container {
    height: 70vh;
  }
  .hero-section .section-inner-container .section-inner-content-one h1 {
    font-size: 48px;
  }
  .hero-section .section-inner-container .section-inner-content-two {
    height: 70vh;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-section {
    margin-top: 60px;
  }
}
.challenges-section {
  padding: 90px 0 110px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.challenges-section .section-inner-container h2 {
  font-size: 40px;
  font-weight: 900;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 24%;
}
.challenges-section .challenges-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 32px;
  margin-top: 60px;
}
.challenges-section .challenges-list .challenge-large-card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 32px;
}
.challenges-section .challenges-list .challenge-large-item {
  padding: 0 16px;
}
.challenges-section .challenges-list .challenge-large-item .challenge-icon img {
  width: 90px;
  height: 90px;
}
.challenges-section .challenges-list .challenge-large-item .challenge-content p {
  font-size: 15px;
  font-weight: 300;
  color: #0B1236;
  line-height: 22px;
  margin-bottom: 0;
}
.challenges-section .challenges-list .challenge-small-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
.challenges-section .challenges-list .challenge-small-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  text-align: center;
  padding: 8px 24px;
}
.challenges-section .challenges-list .challenge-small-item .challenge-content p {
  font-size: 15px;
  font-weight: 300;
  color: #0B1236;
  line-height: 22px;
}

@media (max-width: 812px) {
  .challenges-section {
    padding: 40px 0 50px 0;
    background-position: 0% 50%;
  }
  .challenges-section .section-inner-container h2 {
    font-size: 24px;
    padding: 0;
  }
  .challenges-section .challenges-list {
    grid-gap: 24px;
    margin-top: 40px;
  }
  .challenges-section .challenges-list .challenge-large-card-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px;
    padding: 32px;
  }
  .challenges-section .challenges-list .challenge-large-item {
    padding: 0 16px;
  }
  .challenges-section .challenges-list .challenge-large-item .challenge-icon img {
    width: 90px;
    height: 90px;
  }
  .challenges-section .challenges-list .challenge-small-card-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}
.addressing-the-problem-section {
  padding: 90px 0 110px 0;
}
.addressing-the-problem-section .section-inner-container h2 {
  font-size: 40px;
  font-weight: 900;
  color: #0B1236;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 24%;
}
.addressing-the-problem-section .problems-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px 32px;
  margin-top: 120px;
}
.addressing-the-problem-section .problems-list .problem-card {
  border-radius: 24px;
  background-color: #F1F1FD;
  text-align: center;
  padding: 32px 48px;
}
.addressing-the-problem-section .problems-list .problem-card .problem-icon {
  margin-top: -75px;
}
.addressing-the-problem-section .problems-list .problem-card .problem-icon img {
  width: 90px;
  height: 90px;
}
.addressing-the-problem-section .problems-list .problem-card .problem-heading h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0B1236;
  line-height: 26px;
  margin: 24px 0 20px 0;
}
.addressing-the-problem-section .problems-list .problem-card .problem-content p {
  font-size: 15px;
  font-weight: 300;
  color: #0B1236;
  line-height: 26px;
  margin-bottom: 0;
}

@media (max-width: 812px) {
  .addressing-the-problem-section {
    padding: 40px 0 50px 0;
  }
  .addressing-the-problem-section .section-inner-container h2 {
    font-size: 24px;
    padding: 0;
  }
  .addressing-the-problem-section .problems-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 56px 24px;
    margin-top: 80px;
  }
  .addressing-the-problem-section .problems-list .problem-card {
    padding: 32px;
  }
  .addressing-the-problem-section .problems-list .problem-card .problem-icon {
    margin-top: -60px;
  }
  .addressing-the-problem-section .problems-list .problem-card .problem-icon img {
    width: 60px;
    height: 60px;
  }
}
.causal-factors-section {
  padding: 90px 0 110px 0;
}
.causal-factors-section .section-inner-container h2 {
  font-size: 40px;
  font-weight: 900;
  color: #0B1236;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 24%;
}
.causal-factors-section .causal-factors-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
  margin-top: 60px;
}
.causal-factors-section .causal-factors-list .causal-card {
  border-radius: 24px;
  background-color: #F1F1FD;
  text-align: center;
  padding: 32px;
}
.causal-factors-section .causal-factors-list .causal-card .causal-icon img {
  width: 90px;
  height: 90px;
}
.causal-factors-section .causal-factors-list .causal-card .causal-heading h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0B1236;
  line-height: 26px;
  margin: 24px 0 20px 0;
}
.causal-factors-section .causal-factors-list .causal-card .causal-content p {
  font-size: 15px;
  font-weight: 300;
  color: #0B1236;
  line-height: 26px;
  margin-bottom: 0;
}

@media (max-width: 812px) {
  .causal-factors-section {
    padding: 40px 0 50px 0;
  }
  .causal-factors-section .section-inner-container h2 {
    font-size: 24px;
    padding: 0;
  }
  .causal-factors-section .causal-factors-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
    margin-top: 40px;
  }
  .causal-factors-section .causal-factors-list .causal-card .causal-icon img {
    width: 60px;
    height: 60px;
  }
}
.solution-action-banner {
  background-color: #5573F8;
  background-position: 0% -10%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 90px 0;
}
.solution-action-banner .section-inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.solution-action-banner .section-inner-content-one {
  flex: 2;
  padding-right: 4%;
}
.solution-action-banner .section-inner-content-one h2 {
  font-size: 40px;
  font-weight: 900;
  color: #FFF;
  text-align: left;
  line-height: 1.4;
  margin: 0 0 40px 0;
}
.solution-action-banner .section-inner-content-one p {
  font-size: 28px;
  font-weight: 700;
  color: #FFF;
  text-align: left;
  line-height: 1.4;
}
.solution-action-banner .section-inner-content-one .features-list {
  display: grid;
  grid-auto-flow: column;
  margin: 40px 0 0 0;
}
.solution-action-banner .section-inner-content-one .features-list .feature-item {
  display: flex;
  align-items: center;
}
.solution-action-banner .section-inner-content-one .features-list .feature-item img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.solution-action-banner .section-inner-content-one .features-list .feature-item p {
  font-size: 13px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.8;
  text-align: left;
  margin: 0;
}
.solution-action-banner .section-inner-content-two {
  flex: 1;
}
.solution-action-banner .section-inner-content-two .call-to-action-btn {
  display: inline-block;
  border: none;
  border-radius: 12px;
  background-color: #FFF;
  color: #5573F8;
  width: 200px;
  height: 55px;
  padding: 13px;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  outline: none;
}
.solution-action-banner .section-inner-content-two .call-to-action-btn:hover {
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.2);
  text-decoration: none;
}

@media (max-width: 812px) {
  .solution-action-banner {
    padding: 40px 0;
  }
  .solution-action-banner .section-inner-container {
    display: block;
  }
  .solution-action-banner .section-inner-content-one {
    padding-right: 0;
  }
  .solution-action-banner .section-inner-content-one h2 {
    font-size: 26px;
    margin: 0 0 24px 0;
  }
  .solution-action-banner .section-inner-content-one p {
    font-size: 20px;
    line-height: 1.6;
  }
  .solution-action-banner .section-inner-content-one .features-list {
    grid-auto-flow: row;
    margin: 24px 0 0 0;
  }
  .solution-action-banner .section-inner-content-one .features-list .feature-item {
    margin-bottom: 8px;
  }
  .solution-action-banner .section-inner-content-two .call-to-action-btn {
    display: block;
    width: 180px;
    height: 44px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solution-action-banner .section-inner-content-one {
    padding-right: 8%;
  }
}
.solution-section-one {
  padding-top: 140px;
  padding-bottom: 80px;
  background-color: #5573F8;
  background-position: 0% 5%;
  background-repeat: no-repeat;
}
.solution-section-one .section-inner-content-one {
  padding-right: 22%;
  margin-bottom: 30px;
}
.solution-section-one .section-inner-content-one .heading .heading-1 {
  color: #FFF;
}
.solution-section-one .section-inner-container-two {
  display: flex;
  align-items: center;
}
.solution-section-one .section-inner-content-two {
  flex: 2;
  margin-right: 10%;
}
.solution-section-one .section-inner-content-two p {
  font-size: 17px;
  font-weight: 300;
  color: #FFF;
  text-align: left;
  line-height: 1.8;
  padding-top: 16px;
}
.solution-section-one .section-inner-content-two ul {
  padding-inline-start: 30px;
}
.solution-section-one .section-inner-content-two ul li {
  font-size: 17px;
  font-weight: 300;
  color: #FFF;
  line-height: 1.8;
  padding-bottom: 8px;
}
.solution-section-one .section-inner-content-two a {
  text-decoration: none;
  color: #5573F8;
}
.solution-section-one .section-inner-content-two a:hover {
  text-decoration: underline;
}
.solution-section-one .image-container {
  flex: 1;
  border-radius: 16px;
}
.solution-section-one .image-container img {
  width: 400px;
  object-fit: cover;
}

@media (max-width: 812px) {
  .solution-section-one {
    padding-top: 95px;
    padding-bottom: 50px;
  }
  .solution-section-one .section-inner-content-one {
    padding-right: 0;
    margin-bottom: 0;
  }
  .solution-section-one .section-inner-container-two {
    flex-direction: column;
  }
  .solution-section-one .section-inner-content-two p {
    font-size: 16px;
  }
  .solution-section-one .section-inner-content-two ul li {
    font-size: 16px;
  }
  .solution-section-one .image-container img {
    max-width: 300px;
  }
}
.solution-section-two {
  padding: 90px 0 110px 0;
}
.solution-section-two .section-inner-container {
  margin-bottom: 80px;
}
.solution-section-two .section-inner-container h2 {
  font-size: 40px;
  font-weight: 900;
  color: #0B1236;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 24%;
}
.solution-section-two .section-inner-container-two {
  display: flex;
  align-items: center;
}
.solution-section-two .section-inner-content-two {
  flex: 4;
  margin-right: 10%;
}
.solution-section-two .section-inner-content-two .steps-list .step {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 8px;
}
.solution-section-two .section-inner-content-two .steps-list .step .step-count {
  position: relative;
  border: 1px solid #5573F8;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin-right: 20px;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.solution-section-two .section-inner-content-two .steps-list .step .step-wording {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-align: left;
  line-height: 1.5;
  margin: 0;
}
.solution-section-two .image-set {
  flex: 3;
  border-radius: 16px;
}
.solution-section-two .image-set .large-col img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 16px;
}
.solution-section-two .image-set .small-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.solution-section-two .image-set .small-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 812px) {
  .solution-section-two {
    padding: 40px 0 50px 0;
  }
  .solution-section-two .section-inner-container {
    margin-bottom: 40px;
  }
  .solution-section-two .section-inner-container h2 {
    font-size: 24px;
    padding: 0;
  }
  .solution-section-two .section-inner-container-two {
    display: block;
  }
  .solution-section-two .section-inner-content-two {
    margin-right: 0;
  }
  .solution-section-two .section-inner-content-two .steps-list {
    margin-bottom: 24px;
  }
  .solution-section-two .section-inner-content-two .steps-list .step {
    padding-bottom: 24px;
  }
  .solution-section-two .section-inner-content-two .steps-list .step .step-count {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solution-section-two .image-set .large-col img {
    height: 300px;
  }
  .solution-section-two .image-set .small-col img {
    height: 200px;
  }
}
.solution-section-three {
  padding: 90px 0 110px 0;
  background-color: #728CFF;
}
.solution-section-three .section-inner-content-one {
  padding-right: 22%;
  margin-bottom: 70px;
}
.solution-section-three .section-inner-content-one h2 {
  font-size: 40px;
  font-weight: 900;
  color: #FFF;
  text-align: left;
  line-height: 1.4;
  margin: 0;
}
.solution-section-three .section-inner-container-two {
  display: flex;
  align-items: center;
}
.solution-section-three .section-inner-content-two {
  flex: 4;
  margin-right: 10%;
}
.solution-section-three .section-inner-content-two p {
  font-size: 17px;
  font-weight: 300;
  color: #FFF;
  text-align: left;
  line-height: 1.8;
  margin: 0;
  padding-bottom: 20px;
}
.solution-section-three .section-inner-content-two ul {
  padding-inline-start: 30px;
}
.solution-section-three .section-inner-content-two ul li {
  font-size: 17px;
  font-weight: 300;
  color: #FFF;
  line-height: 1.8;
  padding-bottom: 8px;
}
.solution-section-three .section-inner-content-two a {
  text-decoration: none;
  color: #5573F8;
}
.solution-section-three .section-inner-content-two a:hover {
  text-decoration: underline;
}
.solution-section-three .image-container {
  flex: 3;
  border-radius: 16px;
}
.solution-section-three .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 812px) {
  .solution-section-three {
    padding: 40px 0 50px 0;
  }
  .solution-section-three .section-inner-content-one {
    padding-right: 0;
    margin-bottom: 0;
  }
  .solution-section-three .section-inner-content-one h2 {
    font-size: 24px;
  }
  .solution-section-three .section-inner-container-two {
    flex-direction: column;
  }
  .solution-section-three .section-inner-container-two .section-inner-content-two p {
    font-size: 16px;
    padding-top: 16px;
  }
  .solution-section-three .section-inner-container-two .section-inner-content-two ul li {
    font-size: 16px;
  }
}
.contact-action-banner {
  background-color: #FFF;
  background-position: 120% 200%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 90px 0;
}
.contact-action-banner .section-inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-action-banner .section-inner-content-one {
  flex: 2;
  padding-right: 4%;
}
.contact-action-banner .section-inner-content-one h3 {
  font-size: 32px;
  font-weight: 800;
  color: #3557EC;
  text-align: left;
  line-height: 1.4;
  margin: 0;
}
.contact-action-banner .section-inner-content-two {
  flex: 1;
}
.contact-action-banner .section-inner-content-two .call-to-action-btn {
  display: inline-block;
  border: none;
  border-radius: 12px;
  background-color: #5573F8;
  color: #FFF;
  width: 200px;
  height: 55px;
  padding: 13px;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  outline: none;
}
.contact-action-banner .section-inner-content-two .call-to-action-btn:hover {
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.2);
  text-decoration: none;
}

@media (max-width: 812px) {
  .contact-action-banner {
    padding: 40px 0;
  }
  .contact-action-banner .section-inner-container {
    display: block;
  }
  .contact-action-banner .section-inner-content-one {
    padding-right: 0;
  }
  .contact-action-banner .section-inner-content-one h3 {
    font-size: 26px;
    text-align: center;
  }
  .contact-action-banner .section-inner-content-two .call-to-action-btn {
    width: 180px;
    height: 44px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .contact-action-banner {
    background-position: 104% 150%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-action-banner .section-inner-content-one {
    padding-right: 8%;
  }
}
.benefits-section-one {
  padding-top: 140px;
  padding-bottom: 100px;
}
.benefits-section-one .section-inner-content-one {
  padding-right: 22%;
}
.benefits-section-one .section-inner-content-one p {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  line-height: 1.8;
  padding-top: 16px;
  padding-right: 8%;
}
.benefits-section-one .section-inner-content-one .list-of-factors {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 56px 0;
}
.benefits-section-one .section-inner-content-one .list-of-factors .chip {
  background-color: #5573F8;
  border-radius: 16px;
  padding: 4px 16px;
}
.benefits-section-one .section-inner-content-one .list-of-factors .chip span {
  font-size: 13px;
  color: #FFF;
}
.benefits-section-one .section-inner-content-one .list-of-factors .chip:nth-child(even) {
  margin: 0 16px;
}
.benefits-section-one .section-inner-container-two {
  display: flex;
  align-items: stretch;
}
.benefits-section-one .section-inner-content-two {
  flex: 1;
  background-color: #F1F1FD;
  margin-right: 4%;
  border-radius: 16px;
  padding: 16px 32px 8px 32px;
}
.benefits-section-one .section-inner-content-two p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  line-height: 1.8;
}
.benefits-section-one .section-inner-content-two ul {
  padding-inline-start: 20px;
}
.benefits-section-one .section-inner-content-two ul li {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.8;
  padding-bottom: 8px;
}
.benefits-section-one .section-inner-content-two a {
  text-decoration: none;
  color: #5573F8;
}
.benefits-section-one .section-inner-content-two a:hover {
  text-decoration: underline;
}
.benefits-section-one .image-container {
  flex: 1;
  background-color: #FFF;
  border-radius: 16px;
}
.benefits-section-one .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.benefits-section-two {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #F1F1FD;
}
.benefits-section-two .section-content-container {
  padding: 0 16%;
}
.benefits-section-two .section-content-container h2 {
  font-size: 40px;
  font-weight: 900;
  color: #0B1236;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}
.benefits-section-two .section-content-container p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.8;
  text-align: center;
}
.benefits-section-two .list-of-benefit-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin-top: 60px;
}
.benefits-section-two .list-of-benefit-cards .benefit-card {
  border-radius: 16px;
  background-color: #FFF;
  text-align: center;
  padding: 24px 24px 8px 24px;
  box-shadow: 0px 1px 1px #00000024;
}
.benefits-section-two .list-of-benefit-cards .benefit-card h3 {
  font-size: 22px;
  font-weight: 900;
  color: #0B1236;
  text-align: left;
  margin: 0;
}
.benefits-section-two .list-of-benefit-cards .benefit-card .benefit-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  margin: 24px 0 32px 0;
}
.benefits-section-two .list-of-benefit-cards .benefit-card .benefit-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 24px;
}
.benefits-section-two .list-of-benefit-cards .benefit-card .benefit-item img {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-right: 8px;
}
.benefits-section-two .list-of-benefit-cards .benefit-card .benefit-item p {
  font-size: 15px;
  font-weight: 300;
  color: #0B1236;
  line-height: 1.8;
  text-align: left;
  margin: 0;
}

@media (max-width: 812px) {
  .benefits-section-one {
    padding-top: 95px;
    padding-bottom: 50px;
  }
  .benefits-section-one .section-inner-content-one {
    padding-right: 0;
  }
  .benefits-section-one .section-inner-content-one p {
    font-size: 16px;
    padding-top: 0;
    padding-right: 0;
  }
  .benefits-section-one .section-inner-content-one .list-of-factors {
    margin: 24px 0 32px 0;
  }
  .benefits-section-one .section-inner-content-one .list-of-factors .chip span {
    font-size: 12px;
  }
  .benefits-section-one .section-inner-content-one .list-of-factors .chip:nth-child(odd) {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 8px;
  }
  .benefits-section-one .section-inner-content-one .list-of-factors .chip:nth-child(even) {
    margin: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 8px;
  }
  .benefits-section-one .section-inner-container-two {
    flex-direction: column;
  }
  .benefits-section-one .section-inner-container-two .section-inner-content-two {
    margin-bottom: 24px;
    margin-right: 0;
    padding: 0 24px 0 24px;
  }

  .benefits-section-two {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .benefits-section-two .section-content-container {
    padding: 0;
  }
  .benefits-section-two .section-content-container h2 {
    font-size: 24px;
  }
  .benefits-section-two .section-content-container p {
    font-size: 16px;
  }
  .benefits-section-two .list-of-benefit-cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
  .benefits-section-two .list-of-benefit-cards .benefit-card h3 {
    font-size: 20px;
  }
  .benefits-section-two .list-of-benefit-cards .benefit-card .benefit-image img {
    height: 140px;
    margin: 24px 0 32px 0;
  }
  .benefits-section-two .list-of-benefit-cards .benefit-card .benefit-item {
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits-section-two .list-of-benefit-cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
  .benefits-section-two .list-of-benefit-cards .benefit-card h3 {
    font-size: 20px;
  }
  .benefits-section-two .list-of-benefit-cards .benefit-card .benefit-image img {
    height: 300px;
  }
  .benefits-section-two .list-of-benefit-cards .benefit-card .benefit-item {
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .benefits-section-one .section-inner-content-one {
    padding-right: 0;
  }

  .benefits-section-two .section-content-container {
    padding: 0 8%;
  }
}
.about-us-section {
  padding-top: 140px;
  padding-bottom: 60px;
}
.about-us-section .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-us-section .content {
  flex: 2;
  padding-right: 14%;
}
.about-us-section .content p {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  line-height: 1.8;
  padding-top: 16px;
}
.about-us-section .content ul li {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.8;
}
.about-us-section .content a {
  text-decoration: none;
  color: #5573F8;
}
.about-us-section .content a:hover {
  text-decoration: underline;
}
.about-us-section .image-set {
  flex: 1;
  background-color: #FFF;
  border-radius: 16px;
}
.about-us-section .image-set img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 24px;
}

.timeline-section {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #FBF9FF;
}
.timeline-section .heading {
  padding-bottom: 50px;
}
.timeline-section .heading span {
  display: block;
  text-align: center;
}
.timeline-section .heading h2 {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  text-align: center;
  margin-top: 0;
}
.timeline-section .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline-section .timeline::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #E3E3F6;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.timeline-section .timeline-card {
  display: flex;
  padding: 0 48px;
  position: relative;
  background-color: inherit;
  width: 50%;
  height: 200px;
}
.timeline-section .timeline-card::after {
  content: attr(data-date);
  position: absolute;
  width: 25px;
  height: 35px;
  right: -7px;
  top: 20px;
  z-index: 1;
  padding: 8px 0;
  background-color: #FBF9FF;
}
.timeline-section .left {
  left: 0;
}
.timeline-section .right {
  left: 50%;
}
.timeline-section .left::before {
  content: "";
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
  z-index: 1;
  right: 38px;
  border: medium solid #E1E7FE;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #E1E7FE;
}
.timeline-section .right::before {
  content: "";
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
  z-index: 1;
  left: 38px;
  border: medium solid #BDC9FF;
  border-width: 10px 10px 10px 0;
  border-color: transparent #BDC9FF transparent transparent;
}
.timeline-section .right::after {
  left: -16px;
}
.timeline-section .image {
  flex: 2;
}
.timeline-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.timeline-section .image:nth-child(odd) img {
  border-radius: 16px 0 0 16px;
}
.timeline-section .image:nth-child(even) img {
  border-radius: 0 16px 16px 0;
}
.timeline-section .description {
  position: relative;
  padding: 10px 32px;
  flex: 3;
}
.timeline-section .description p {
  font-size: 15px;
  line-height: 1.6;
}
.timeline-section .description:nth-child(odd) {
  background-color: #BDC9FF;
  border-radius: 16px 0 0 16px;
}
.timeline-section .description:nth-child(even) {
  background-color: #E1E7FE;
  border-radius: 0 16px 16px 0;
}

@media (max-width: 812px) {
  .about-us-section {
    padding-top: 95px;
    padding-bottom: 30px;
  }
  .about-us-section .content-container {
    flex-direction: column;
  }
  .about-us-section .content {
    padding-right: 0;
  }
  .about-us-section .content p {
    font-size: 16px;
    padding-top: 0;
  }
  .about-us-section .content ul li {
    font-size: 16px;
  }
  .about-us-section .image-set {
    height: 200px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .about-us-section .image-set img {
    max-height: 200px;
  }

  .timeline-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .timeline-section .heading {
    padding-bottom: 20px;
  }
  .timeline-section .heading span {
    display: block;
    text-align: center;
  }
  .timeline-section .heading h2 {
    font-size: 24px;
  }
  .timeline-section .timeline::after {
    left: 31px;
  }
  .timeline-section .timeline-card {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-left: 70px;
    padding-right: 15px;
    margin-bottom: 24px;
  }
  .timeline-section .timeline-card::before {
    left: 60px;
    border: medium solid #BDC9FF;
    border-width: 10px 10px 10px 0;
    border-color: transparent #5573F8 transparent transparent;
  }
  .timeline-section .left::after, .timeline-section .right::after {
    left: 15px;
  }
  .timeline-section .right {
    left: 0%;
  }
  .timeline-section .description {
    padding: 4px 24px;
  }
  .timeline-section .image img {
    height: 180px;
  }
  .timeline-section .image:nth-child(odd) img,
.timeline-section .image:nth-child(even) img {
    border-radius: 16px 16px 0 0;
  }
  .timeline-section .description:nth-child(odd),
.timeline-section .description:nth-child(even) {
    border-radius: 0 0 16px 16px;
  }
  .timeline-section .mobile-2 {
    order: 2;
  }
  .timeline-section .mobile-1 {
    order: 1;
  }
}
@media (min-width: 568px) and (max-width: 992px) {
  .timeline-section .timeline-card {
    flex-direction: row;
  }
  .timeline-section .image:nth-child(odd) img,
.timeline-section .image:nth-child(even) img {
    border-radius: 16px 0 0 16px;
  }
  .timeline-section .description:nth-child(odd),
.timeline-section .description:nth-child(even) {
    border-radius: 0 16px 16px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-us-section .image-set {
    height: 300px;
  }
  .about-us-section .image-set img {
    max-height: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .about-us-section .content {
    padding-right: 8%;
  }
}
.hf-fields-wrap {
  padding-top: 10px;
}
.hf-fields-wrap .left {
  float: left;
  width: 48%;
}
.hf-fields-wrap .right {
  float: right;
  width: 48%;
}

.clear {
  clear: both;
}

.form-group {
  width: 100%;
  margin-bottom: 35px;
  font-family: "Mulish", sans-serif;
}
.form-group .form-label {
  display: block;
  font-size: 13px;
  color: #5B5E6D;
  margin-bottom: 7px;
}
.form-group .form-input {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #D4D9E2;
  border-radius: 8px;
  padding: 13px 0 13px 16px;
  font-size: 14px;
  color: #5B5E6D;
  background-color: transparent;
  outline: 0;
}
.form-group :focus {
  border: 1px solid rgba(85, 115, 248, 0.85);
}
.form-group ::placeholder {
  color: rgba(91, 94, 109, 0.5);
}
.form-group .padding-bottom {
  padding-bottom: 15px;
}
.form-group .textarea-input {
  height: 92px;
  resize: none;
  padding: 13px 0 13px 16px;
}

.g-recaptcha {
  padding-top: 5px;
  padding-bottom: 10px;
  clear: both;
}

.form-button {
  display: block;
  border: none;
  border-radius: 12px;
  background-color: #5573F8;
  color: #FFF;
  width: 190px;
  height: 48px;
  padding: 13px;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-transform: capitalize;
  font-weight: 600;
  outline: none;
  margin-top: 25px;
}

.form-button:hover {
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.2);
  color: #FFF;
  text-decoration: none;
}

.g2i_wp_solve_validation {
  color: #ef2a24;
}

@media (max-width: 812px) {
  .hf-fields-wrap {
    margin-bottom: 0;
  }
  .hf-fields-wrap .left,
.hf-fields-wrap .right {
    width: 100%;
  }

  .g-recaptcha {
    padding-top: 10px;
    transform: scale(0.9);
    transform-origin: 0 0;
  }

  .form-button {
    height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .form-button {
    width: 40%;
  }
}
.contact-section {
  padding-bottom: 80px;
  background-color: #FBF9FF;
}
.contact-section .featured-banner img {
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
  background-color: #FFF;
  margin-top: 70px;
}
.contact-section .section-content-container {
  background-color: #FFF;
  border-radius: 25px;
  margin-top: -85px;
  padding: 40px 70px 50px 70px;
  box-shadow: 0px 1px 1px #00000024;
}
.contact-section .section-content-container .section-content-container-one {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-section .section-content-container .section-content-inner-one {
  flex: 1;
  padding-right: 4%;
}
.contact-section .section-content-container .section-content-inner-one p {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  line-height: 1.6;
  padding-right: 16%;
}
.contact-section .section-content-container .section-content-inner-two {
  flex: 1;
}
.contact-section .section-content-container .section-content-inner-two .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 13px;
}
.contact-section .section-content-container .section-content-inner-two .item span {
  font-size: 14px;
  font-weight: 300;
  color: black;
}
.contact-section .section-content-container .section-content-inner-two .item a {
  color: #5573F8;
}
.contact-section .section-content-container .section-content-inner-two .item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact-section .section-content-container .section-content-container-two {
  margin-top: 40px;
}

@media (max-width: 812px) {
  .contact-section {
    padding-bottom: 60px;
  }
  .contact-section .featured-banner img {
    max-height: 250px;
    margin-top: 60px;
  }
  .contact-section .section-content-container {
    margin-top: -45px;
    padding: 20px 30px 30px 30px;
  }
  .contact-section .section-content-container .section-content-container-one {
    display: block;
  }
  .contact-section .section-content-container .section-content-inner-one {
    padding-right: 0;
    margin-bottom: 24px;
  }
  .contact-section .section-content-container .section-content-inner-one p {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 0;
  }
  .contact-section .section-content-container .section-content-container-two {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-section .featured-banner img {
    max-height: 300px;
    margin-top: 60px;
  }
}
.blog-list {
  background-color: #FBF9FF;
  padding-top: 140px;
  padding-bottom: 80px;
}
.blog-list .heading p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
}

.grid-primary {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 70px;
  margin-bottom: 40px;
}
.grid-primary .grid-row {
  width: 100%;
}

.primary-blog-post-container {
  height: 100%;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0px 1px 1px #00000025;
}
.primary-blog-post-container a {
  text-decoration: none;
}
.primary-blog-post-container .post-content {
  display: flex;
}
.primary-blog-post-container .post-content .post-image {
  flex: 7;
}
.primary-blog-post-container .post-content .post-image img {
  width: 100%;
  height: auto;
  height: 440px;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
}
.primary-blog-post-container .post-content .post-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 440px;
  flex: 3;
  padding: 0 5%;
}
.primary-blog-post-container .post-content .post-summary .post-category {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3B5BEA;
  letter-spacing: 0;
}
.primary-blog-post-container .post-content .post-summary h2 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-top: 16px;
  margin-bottom: 16px;
}
.primary-blog-post-container .post-content .post-summary p {
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 0;
  margin-bottom: 16px;
}
.primary-blog-post-container .post-content .post-summary .post-date {
  font-size: 12px;
  color: #00000099;
}

.grid-secondary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.grid-secondary .grid-col {
  width: 100%;
}

.secondary-blog-post-container {
  height: 100%;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0px 1px 1px #00000025;
}
.secondary-blog-post-container a {
  text-decoration: none;
}
.secondary-blog-post-container .post-content .post-image img {
  width: 100%;
  height: auto;
  height: 200px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.secondary-blog-post-container .post-content .post-summary {
  padding: 28px 10%;
}
.secondary-blog-post-container .post-content .post-summary .post-category {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3B5BEA;
  letter-spacing: 0;
}
.secondary-blog-post-container .post-content .post-summary h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 16px 0;
}
.secondary-blog-post-container .post-content .post-summary .post-date {
  font-size: 0.9em;
  color: rgba(36, 40, 56, 0.6);
}

.hover .secondary-blog-post-container {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.hover:hover .secondary-blog-post-container {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transform: translateZ(0);
  box-shadow: 0 12px 60px rgba(10, 10, 10, 0.2);
}

@media (max-width: 812px) {
  .blog-list {
    padding-top: 95px;
    padding-bottom: 40px;
  }
  .blog-list .heading p {
    font-size: 16px;
  }

  .grid-primary {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .primary-blog-post-container .post-content {
    display: initial;
  }
  .primary-blog-post-container .post-content .post-image img {
    max-height: 200px;
    border-radius: 15px 15px 0 0;
  }
  .primary-blog-post-container .post-content .post-summary {
    display: block;
    height: auto;
    padding: 24px;
  }
  .primary-blog-post-container .post-content .post-summary h2 {
    font-size: 1.5em;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .primary-blog-post-container .post-content .post-summary p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .grid-secondary {
    grid-template-columns: repeat(1, 1fr);
  }

  .secondary-blog-post-container .post-content .post-image img {
    max-height: 175px;
  }
  .secondary-blog-post-container .post-content .post-summary {
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .primary-blog-post-container .post-content .post-image img {
    max-height: 300px;
  }
  .primary-blog-post-container .post-content .post-summary {
    padding: 40px;
  }

  .grid-secondary {
    grid-template-columns: repeat(2, 1fr);
  }

  .secondary-blog-post-container .post-content .post-image img {
    max-height: 200px;
  }
  .secondary-blog-post-container .post-content .post-summary {
    padding: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .flex-secondary {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-post-section {
  padding-top: 100px;
  padding-bottom: 40px;
}
.blog-post-section .featured-image .image-container img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 25px;
  background-color: #FFF;
}
.blog-post-section hr {
  margin: 40px 0;
  border-top: 1px solid #5573F8;
}
.blog-post-section .blog-post-content {
  text-align: left;
}
.blog-post-section .blog-post-title {
  padding-left: 8%;
  padding-right: 8%;
}
.blog-post-section .blog-post-title h1 {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 1.3;
}
.blog-post-section .blog-post-meta-data {
  display: block;
  text-align: center;
  font-size: 13px;
  color: rgba(36, 40, 56, 0.6);
  padding-bottom: 40px;
}
.blog-post-section .post-content {
  background-color: #FFF;
  border-radius: 15px;
  line-height: 2;
  padding: 6% 8% 0 8%;
  margin-top: -120px;
}
.blog-post-section .post-content summary p {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
.blog-post-section .post-content h2,
.blog-post-section .post-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 35px 0 50px 0;
}
.blog-post-section .post-content h4,
.blog-post-section .post-content h5,
.blog-post-section .post-content h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 35px 0 50px 0;
}
.blog-post-section .post-content p {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 2;
  text-align: left;
  padding-bottom: 24px;
}
.blog-post-section .post-content blockquote {
  background-color: #FAFAFA;
  border-radius: 20px;
  border: 4px solid rgba(85, 115, 248, 0.6);
  padding: 24px 40px 8px 40px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 40px;
}
.blog-post-section .post-content ul,
.blog-post-section .post-content ol {
  padding-bottom: 24px;
}
.blog-post-section .post-content li {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 2;
}
.blog-post-section .post-content a {
  text-decoration: none;
  color: #5573F8;
}
.blog-post-section .post-content a:hover {
  text-decoration: underline;
}
.blog-post-section .post-content hr {
  margin: 40px 0;
  border-top: 1px solid #5573F8;
}

.progress-header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: transparent;
}

.progress-container {
  width: 100%;
  height: 3px;
  background: transparent;
}

.progress-bar {
  height: 3px;
  background: #5573F8;
  width: 0%;
}

.share-button-wrapper {
  display: grid;
  grid-template-columns: auto;
  row-gap: 12px;
  position: fixed;
  top: 120px;
  right: 32px;
  text-align: center;
}
.share-button-wrapper span {
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  color: #231f20;
}

@media (max-width: 812px) {
  .blog-post-section {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .blog-post-section .featured-image .image-container img {
    border-radius: 16px;
  }
  .blog-post-section .blog-post-title {
    padding-left: 16px;
    padding-right: 16px;
  }
  .blog-post-section .blog-post-title h1 {
    font-size: 28px;
  }
  .blog-post-section .blog-post-meta-data {
    padding-bottom: 30px;
  }
  .blog-post-section .post-content {
    border-radius: 0;
    padding: 32px 8px;
    margin-top: 0;
  }
  .blog-post-section .post-content summary p {
    font-size: 22px;
  }
  .blog-post-section .post-content h2,
.blog-post-section .post-content h3 {
    font-size: 20px;
    margin: 10px 0 30px 0;
  }
  .blog-post-section .post-content h4,
.blog-post-section .post-content h5,
.blog-post-section .post-content h6 {
    font-size: 18px;
    margin: 10px 0 30px 0;
  }
  .blog-post-section .post-content p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .blog-post-section .post-content ul {
    padding-bottom: 20px;
  }
  .blog-post-section .post-content li {
    font-size: 16px;
  }

  .share-button-wrapper {
    width: 90%;
    grid-auto-flow: column;
    position: static;
    align-items: center;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog-post-section .featured-image .image-container img {
    height: 350px;
  }
}
.error404 .page-wrapper {
  display: grid;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 205px);
}

.page-404-section {
  padding: 90px 0 80px 0;
}
.page-404-section .helpful-message {
  text-align: center;
  padding-top: 40px;
}
.page-404-section .helpful-message h1 {
  font-size: 52px;
  font-weight: 900;
  color: #999;
  margin: 0;
}
.page-404-section .helpful-message p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.9;
  text-align: center;
  padding-bottom: 20px;
}
.page-404-section .helpful-message ul {
  list-style: none;
  padding-left: 0;
}
.page-404-section .helpful-message ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.9;
}
.page-404-section .helpful-message ul li a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: underline;
}

@media (max-width: 812px) {
  .page-404-section {
    padding: 40px 0 2px 0;
  }
  .page-404-section .helpful-message {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .page-404-section .helpful-message h1 {
    font-size: 32px;
  }
  .page-404-section .helpful-message p {
    font-size: 15px;
  }
  .page-404-section .helpful-message ul li {
    font-size: 15px;
  }
}
.footer {
  width: 100%;
  min-height: 100px;
  background-color: #1A0054;
  padding: 56px 0 48px 0;
}
.footer .footer-flex-container {
  display: flex;
  align-items: center;
}
.footer .footer-flex-container .footer-left-col,
.footer .footer-flex-container .footer-center-col,
.footer .footer-flex-container .footer-right-col {
  width: 100%;
}
.footer .footer-left-col img {
  height: 48px;
}
.footer .footer-center-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  text-align: center;
}
.footer .footer-center-col p {
  margin: 0;
  padding-bottom: 5px;
  font-weight: 300;
}
.footer .footer-center-col ul {
  list-style: none;
  padding-inline-start: 0;
  margin: 0 40px;
}
.footer .footer-center-col ul li {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  line-height: 40px;
}
.footer .footer-center-col ul li a {
  color: #C8C8C8;
}
.footer .footer-right-col {
  text-align: right;
}
.footer .footer-right-col h4 {
  font-size: 16px;
  font-weight: 600;
  color: #9DAFFF;
  margin: 0;
  padding-bottom: 24px;
}
.footer .footer-right-col .item {
  align-items: flex-start;
  margin-bottom: 8px;
}
.footer .footer-right-col .item span {
  font-size: 14px;
  color: #C8C8C8;
}
.footer .footer-right-col .item img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

@media (max-width: 992px) {
  .footer {
    padding: 32px 15px 32px 15px;
  }
  .footer .footer-flex-container {
    display: block;
  }
  .footer .footer-flex-container .footer-left-col {
    width: 100%;
  }
  .footer .footer-left-col {
    text-align: center;
    padding-bottom: 32px;
  }
  .footer .footer-left-col img {
    height: 40px;
  }
  .footer .footer-center-col {
    border-top: 1px solid rgba(112, 112, 112, 0.3);
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    padding: 20px 0;
  }
  .footer .footer-center-col ul {
    padding-left: 0;
  }
  .footer .footer-center-col ul li {
    font-size: 14px;
    text-align: center;
  }
  .footer .footer-right-col {
    padding-top: 24px;
    text-align: center;
  }
  .footer .footer-right-col h4 {
    font-size: 16px;
    text-align: center;
  }
  .footer .footer-right-col p {
    font-size: 14px;
    text-align: center;
  }
}

/* landing-page video section */
.thank-you-video-section {
    height: 80vh;
}

.thank-you-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    background-color: #F1F1FD;
    padding: 8rem;
}

.video-iframe {
    flex: 6;
    box-sizing: border-box;
    min-width: 40vw;
}

.video-text {
    display: flex;
    flex-direction: column;
    flex: 5;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.award-heading {
    width: 80%;
    font-size: 4vw;
}

.award-heading-small {
    font-size: 1.5vw;
}

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