@font-face {
  font-family: "Figtree-Regular";
  src: url("../fonts/Figtree-Regular.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "Figtree-ExtraBold";
  src: url("../fonts/Figtree-ExtraBold.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
}
@font-face {
  font-family: "Figtree-Bold";
  src: url("../fonts/Figtree-Bold.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "Figtree-SemiBold";
  src: url("../fonts/Figtree-SemiBold.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "Figtree-Medium";
  src: url("../fonts/Figtree-Medium.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "Figtree-Light";
  src: url("../fonts/Figtree-Light.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
  line-height: 1.2;
}

.center {
  text-align: center;
}

* {
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Figtree-Light", sans-serif;
  font-size: 16px;
  letter-spacing: 0.24px;
  line-height: 30px;
  color: rgb(64, 64, 64);
}

body.no-scroll, html.no-scroll {
  overflow: hidden;
}

h1 {
  font-size: 60px;
  font-family: "Figtree-Bold", sans-serif;
  letter-spacing: 0px;
  line-height: 65px;
  color: rgb(5, 58, 116);
  text-rendering: geometricPrecision;
  margin: 0;
}

@media all and (max-width: 425px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
h2 {
  font-size: 40px;
  font-family: "Figtree-Bold", sans-serif;
  letter-spacing: 0px;
  line-height: 65px;
  color: rgb(5, 58, 116);
  text-rendering: geometricPrecision;
  margin: 0;
}

h3 {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
  color: rgb(5, 58, 116);
  margin: 0;
  font-family: "Figtree-Bold", sans-serif;
}

h4 {
  font-size: 14px;
  font-family: "Figtree-Medium", sans-serif;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgb(5, 58, 116);
  margin: 0;
}

p {
  font-size: 16px;
  font-family: "Figtree-Light", sans-serif;
  letter-spacing: 0.24px;
  line-height: 30px;
  color: rgb(64, 64, 64);
  font-weight: 300;
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes hithere {
  30% {
    transform: scale(1.2);
  }
  40%, 60% {
    transform: rotate(-20deg) scale(1.2);
  }
  50% {
    transform: rotate(20deg) scale(1.2);
  }
  70% {
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.error-404.not-found.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.error-404 h3 {
  text-align: center;
}

.error-404 h1 {
  display: none;
}

.error-404 .button-container {
  display: flex;
}

.error-404 .button-container .blueButton {
  text-align: center;
}

.home .entry-title {
  display: none;
}

.home .entry-content {
  margin: 0px;
}

.post, .page {
  margin: 0px;
}

.not-front-page {
  margin-top: 125px;
}

@media all and (min-width: 1440px) {
  .not-front-page {
    margin-top: 101px;
  }
}
.not-front-page footer.site-footer {
  margin-top: 80px;
}


/* BUTTON STYLING END */
.not-front-page .entry-header {
  display: none;
}
.entry-content {
  margin-top: 50px;
}

.page .entry-title {
  display: none;
}


.page-child .wp-block-columns {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.entry-content p {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  color: #053A74;
  text-rendering: geometricPrecision;
}

.wp-block-column li {
  position: relative;
  margin-left: 30px;
  font-family: "Figtree-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  color: #053A74;
  text-rendering: geometricPrecision;
}

.wp-block-column li a {
  position: relative;
  font-family: "Figtree-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  color: #053A74;
  text-rendering: geometricPrecision;
  text-decoration: underline;
}

.wp-block-column ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.wp-block-column li:before {
  content: "";
  position: absolute;
  background-image: url("../img/marker.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -30px;
  top: 6px;
  width: 12px;
  height: 12px;
}

.wp-block-column .wp-block-cover img {
  border-radius: 10px;
}

.wp-block-cover span {
  border-radius: 10px;
}

.wp-block-column .wp-block-cover h3.has-large-font-size {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 40px;
  color: #FFFFFF;
  hyphens: inherit;
  text-rendering: geometricPrecision;
  margin-bottom: 20px;
}

.wp-block-columns {
  gap: 115px;
}

.wp-block-column .wp-block-cover .wp-block-cover__inner-container .wp-block-button__link {
  /*padding: 5.5px 24.5px;*/
  padding: 13px 20px;
  min-width: 237px !important;
  background-color: #CCD9F3;
  color: #053A74;
}

.wp-block-cover .wp-block-cover__inner-container .wp-block-button__link {
  min-width: 357px !important;
  /*padding: 5.5px 24.5px;*/
  padding: 13px 20px;
  background-color: #CCD9F3;
}

.wp-block-cover__inner-container .wp-block-button__link:hover {
  background-color: #053A74;
  color: #CCD9F3;
}

.wp-block-column .wp-block-cover__inner-container .wp-block-buttons {
  justify-content: flex-start !important;
}

.wp-block-column .wp-block-cover .wp-block-cover__inner-container .wp-block-button.dark-button .wp-block-button__link {
  padding: 5.5px 24.5px;
  background-color: #053A74;
  color: #FFFFFF;
}

.wp-block-column .wp-block-cover .wp-block-cover__inner-container .wp-block-button.dark-button .wp-block-button__link:hover {
  padding: 5.5px 24.5px;
  background-color: #FFFFFF !important;
  color: #053A74 !important;
}

.wp-block-cover.is-light .wp-block-cover__inner-container .wp-block-button.big-cover-button .wp-block-button__link:hover {
  color: #CCD9F3 !important;
}

.wp-block-column .wp-block-button__link:hover {
  background-color: #053A74 !important;
  color: #CCD9F3 !important;
}

.wp-block-cover.is-light .wp-block-button__link {
  color: rgb(5, 58, 116) !important;
}

.wp-block-column .wp-block-cover.is-light .wp-block-button__link:hover {
  color: #053A74 !important;
}

.wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
}

.wp-block-cover {
  position: relative;
}

div#ez-toc-container {
  background-color: #E6ECF9;
  border: unset;
  border-radius: 10px;
  padding: 18px 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.ez-toc-title-container .ez-toc-title {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  color: #0A3B72;
  text-rendering: geometricPrecision;
  display: unset !important;
}

#ez-toc-container .ez-toc-toggle label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: unset;
  background-color: rgb(204, 217, 243);
  border-radius: 21px;
  padding: 2px 10px;
}

#ez-toc-container .toc-p {
  margin: 0;
  font-size: 14px;
  font-family: "Figtree-Bold", sans-serif;
}

.ez-toc-pull-right label span {
  display: none !important;
}

.ez-toc-pull-right label span.icon-angle-down-regular {
  display: block !important;
  font-size: 7px;
  color: #053A74;
  margin-left: 7px;
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}

.ez-toc-v2_0_49.counter-hierarchy.ez-toc-counter.ez-toc-grey.ez-toc-container-direction.toc_close .ez-toc-pull-right label span.icon-angle-down-regular {
  transform: rotate(0deg);
}

#ez-toc-container a {
  color: #053A74;
}

.ez-toc-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#ez-toc-container .ez-toc-link {
  font-size: 14px;
  font-family: "Figtree-Bold", sans-serif;
}

/*
.ez-toc-title-container {
  margin-bottom: 20px;
}*/

#ez-toc-container ul {
  margin-top: 20px;
}

strong {
  font-weight: 600;
}

h3.wp-block-heading {
  margin-bottom: 25px;
}

.overview-wrapper .wp-block-cover.is-light p {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 18px !important;
  letter-spacing: 0;
  line-height: 24px;
  color: #053A74;
  text-rendering: geometricPrecision;
}

.wp-block-cover.is-light p {
  color: #053A74;
  text-rendering: geometricPrecision;
}

.wp-block-cover.no-border:before {
  border-radius: 0;
}

.wp-block-separator {
  background-color: rgb(204, 217, 243) !important;
  border: unset !important;
}



header.entry-header:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-image: url("../img/dark-leaf.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

header.entry-header:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -42px;
  background-image: url("../img/light-leaf.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

header.entry-header:before, header.entry-header:after {
  width: 60px;
  height: 42px;
}


.entry-content::before {
  content: '';
  position: relative;
  float: right;
  display: block;
  width: 70px;
  background: transparent;
  height: 1px;
}

@media all and (min-width: 768px) {
  header.entry-header:before, header.entry-header:after {
    width: 91px;
    height: 73px;
  }

  header.entry-header:after {
    bottom: -73px;
  }

  .entry-content::before {
    width: 100px;
  }
}


header.entry-header {
  box-shadow: unset;
  font-size: 40px;
  background-color: rgb(230, 236, 249);
  padding-bottom: 15px;
  position: relative;
}


.home header.entry-header {
  display: none;
}

header.entry-header .entry-title {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: unset;
  font-size: 40px;
  background-color: rgb(230, 236, 249);
  line-height: 1;
}

@media all and (min-width: 1023px) {
  .home .entry-content {
    margin-top: 110px;
  }
}
@media all and (min-width: 1280px) {
  .page-child .wp-block-columns {
    padding: 0;
  }
}
@media all and (max-width: 1024px) {
  header.entry-header .entry-title {
    padding: 0 20px;
  }
  main#primary {
    margin-top: 150px;
  }
}


@media all and (max-width: 768px) {
  header.entry-header .entry-title {
    padding-right: 60px;
  }
}

header.entry-header {
  z-index: 0;
}

/* CONTENT STYLING START */
body .wp-block-columns .wp-block-column .wp-block-cover .wp-block-button__link {
  min-width: unset !important;
}

body .wp-block-columns .wp-block-column .wp-block-cover .wp-block-button__link:hover {
  color: #FFFFFF !important;
}

.wp-block-container p.has-large-font-size {
  font-size: 30px !important;
  line-height: 35px;
  text-align: left;
  hyphens: auto;
  -epub-hyphens: auto;
}

@media all and (min-width: 768px) {
  .wp-block-container p.has-large-font-size {
    font-size: 40px !important;
    line-height: 40px;
    text-align: left;
  }
}

/* CONTENT STYLING END */

.container {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

@media all and (min-width: 1440px) {
  .container {
    padding: 0px;
  }
}
.regular11black {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 25px;
  color: rgb(64, 64, 64);
  opacity: 0.5;
  margin: 0;
}

.regular14white {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 25px;
  color: rgb(255, 255, 255);
}

.regular14black {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgb(64, 64, 64);
  margin: 0;
}

.regular16black {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgb(22, 22, 21);
  font-weight: 400;
  text-rendering: geometricPrecision;
}

.regular16gray {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgb(152, 152, 152);
  text-rendering: geometricPrecision;
  margin: 0;
}

.regular18black {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgb(64, 64, 64);
  font-weight: 400;
  text-rendering: geometricPrecision;
}

.entry-content .regular16white {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-rendering: geometricPrecision;
}

.regular16blue {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  color: rgb(10, 59, 114);
  font-weight: 400;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
}

.regular20white {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.44);
  text-align: center;
}

.regular22beige {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 22px;
  letter-spacing: 1.1px;
  line-height: 30px;
  color: #EBD9BC;
}

.regular24white {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 29px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-rendering: geometricPrecision;
  margin: 0px;
}

.regular40black {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 34px;
  color: rgb(64, 64, 64);
  font-weight: 400;
  text-rendering: geometricPrecision;
}

.medium14white {
  font-family: "Figtree-Medium", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 19px;
  color: rgb(255, 255, 255);
  text-rendering: geometricPrecision;
  margin: 0;
  text-transform: uppercase;
}

.extraBold14white {
  font-family: "Figtree-ExtraBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 19px;
  color: rgb(255, 255, 255);
  text-rendering: geometricPrecision;
  margin: 0;
}

.medium18red {
  font-family: "Figtree-Medium", sans-serif;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 24px;
  color: rgb(5, 58, 116);
  text-rendering: geometricPrecision;
  margin: 0;
}

.medium18black {
  font-family: "Figtree-Medium", sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgb(64, 64, 64);
  font-weight: 400;
  text-rendering: geometricPrecision;
}

.medium18white {
  font-family: "Figtree-Medium", sans-serif;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
}

.medium20black {
  font-family: "Figtree-Medium", sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgb(64, 64, 64);
  font-weight: 500;
}

.entry-content .medium20gray {
  font-family: "Figtree-Medium", sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgb(152, 152, 152);
  margin: 0;
  text-rendering: geometricPrecision;
}

.medium20white {
  font-family: "Figtree-Medium", sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin: 0px;
  text-rendering: geometricPrecision;
}

.medium25white {
  font-family: "Figtree-Medium", sans-serif;
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 38px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin: 0px;
  hyphens: inherit;
}

.medium30white {
  font-family: "Figtree-Medium", sans-serif;
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 40px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin: 0px;
}

.bold16white {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 1.2px;
  line-height: 19px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.bold12white {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.9px;
  line-height: 14px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-rendering: geometricPrecision;
}

.bold30black {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 35px;
  color: rgb(64, 64, 64);
  font-weight: 500;
}

.semibold14black {
  font-family: "Figtree-SemiBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgb(64, 64, 64);
  font-weight: 600;
  text-rendering: geometricPrecision;
}

.semibold14white {
  font-family: "Figtree-SemiBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  text-rendering: geometricPrecision;
  margin: 0;
}

.semibold16black {
  font-family: "Figtree-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 33px;
  color: rgb(64, 64, 64);
  font-weight: 600;
  text-rendering: geometricPrecision;
}

.semibold16white {
  font-family: "Figtree-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  margin: 0;
  text-rendering: geometricPrecision;
}

.semibold28white {
  font-family: "Figtree-SemiBold", sans-serif;
  font-size: 28px;
  letter-spacing: 0.7px;
  line-height: 40px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-rendering: geometricPrecision;
  margin: 0;
  hyphens: initial;
}

.semibold33white {
  font-family: "Figtree-SemiBold", sans-serif;
  font-size: 33px;
  letter-spacing: 0px;
  line-height: 45px;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.44);
  text-align: center;
}

.entry-content .semibold40white {
  font-family: "Figtree-SemiBold", sans-serif;
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 45px;
  color: rgb(255, 255, 255);
  margin: 0px;
}

.semibold40black {
  font-family: "Figtree-SemiBold", sans-serif;
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 45px;
  color: rgb(64, 64, 64);
  margin: 0px;
  font-weight: 600;
  text-rendering: geometricPrecision;
}

@media all and (max-width: 375px) {
  .semibold40black {
    font-size: 30px;
    line-height: 35px;
  }
}
.light14gray {
  font-family: "Figtree-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0.21px;
  line-height: 25px;
  color: rgb(114, 114, 114);
}

.light18white {
  font-family: "Figtree-Light", sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 25px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-rendering: geometricPrecision;
  margin: 0px;
  margin-bottom: 12px;
}

.light18blue {
  font-family: "Figtree-Light", sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 25px;
  text-transform: uppercase;
  color: rgb(20, 130, 200);
  text-rendering: geometricPrecision;
}

.linkcolor {
  font-family: "Figtree-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  text-decoration: underline;
  color: rgb(20, 130, 200);
  transition: 0.3s ease-in-out;
  text-rendering: geometricPrecision;
}

.linkcolor:hover {
  opacity: 0.8;
}

.lowercase {
  text-transform: lowercase;
}

.blueButton {
  color: rgb(255, 255, 255);
  font-family: "Figtree-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 32px;
  font-weight: 500;
  background-color: rgb(20, 130, 200);
  border-radius: 24px;
  padding: 3px 24.5px;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
  cursor: pointer;
  width: 264px;
}

.blueButton:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(20, 130, 200);
  border: 1px solid rgb(20, 130, 200);
}

.background-blue {
  background-color: rgb(231, 242, 250);
}

.background-black {
  background-color: rgb(64, 64, 64);
}

.pillow-dot {
  background-color: rgb(155, 189, 214);
  border: 3px solid rgb(255, 255, 255);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  transform: translateX(-50%);
}

.black {
  color: #404040;
}

.headline-two {
  font-family: "Figtree-Medium", sans-serif;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 24px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-rendering: geometricPrecision;
}

.primary-button, #gform_submit_button_7, #gform_submit_button_3 {
  background-color: rgb(203, 217, 244);
  color: rgb(5, 58, 116);
  border-radius: 42px;
  font-family: "Figtree-Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: none;
  padding: 13px 20px;
  max-width: 337px;
  display: block;
  text-align: center;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
  cursor: pointer;
  margin: 0 auto;
  width: fit-content;
  min-width: 283px;
}

.primary-button:hover, #gform_submit_button_7:hover, #gform_submit_button_3:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(5, 58, 116) !important;
  border: 1px solid rgb(5, 58, 116);
}

.primary-button:visited, gform_submit_button_7:visited, #gform_submit_button_3:visited {
  color: rgb(255, 255, 255);
}

.bold16black {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgb(64, 64, 64);
  margin: 0;
}

.entry-content .bold18blue {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 22px;
  color: rgb(204, 217, 243);
  margin: 0;
}

.bold18darkblue {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 26px;
  color: rgb(5, 58, 116);
  margin: 0;
  text-rendering: geometricPrecision;
}

.entry-content .bold40white {
  font-family: "Figtree-Bold", sans-serif;
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 45px;
  color: rgb(255, 255, 255);
  margin: 0;
}

.extraBold14white {
  font-family: "Figtree-ExtraBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 19px;
  color: rgb(255, 255, 255);
  margin: 0;
  text-rendering: geometricPrecision;
}

.title-header h2 {
  font-size: 35px;
  line-height: 40px;
}

@media all and (min-width: 425px) {
  .title-header h2 {
    font-size: 40px;
    line-height: 50px;
  }
}