/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./app/scss/main.scss ***!
  \*************************************************************************************************************/
@font-face {
  font-family: "Poppins-Light";
  src: url("https://jef.fkb.mybluehost.me/wp-content/themes/prc-theme/app/font/Poppins-Light.woff"); }

@font-face {
  font-family: "Poppins-Medium";
  src: url("https://jef.fkb.mybluehost.me/wp-content/themes/prc-theme/app/font/Poppins-Medium.woff"); }

.archive .site-header__wrapper:not(.active):not(.mobile-active) a,
.archive .site-header__wrapper:not(.active):not(.mobile-active) a:hover, .category .site-header__wrapper:not(.active):not(.mobile-active) a,
.category .site-header__wrapper:not(.active):not(.mobile-active) a:hover {
  color: #ffffff; }

.archive .site-header__wrapper:not(.active):not(.mobile-active) .site-header__logo img, .category .site-header__wrapper:not(.active):not(.mobile-active) .site-header__logo img {
  display: none; }

.archive .site-header__wrapper:not(.active):not(.mobile-active) .site-header__logo:after, .category .site-header__wrapper:not(.active):not(.mobile-active) .site-header__logo:after {
  content: '';
  display: block;
  width: 100px;
  height: 48px;
  background: url("https://jef.fkb.mybluehost.me/wp-content/uploads/2024/10/eta_logo.png") no-repeat;
  background-size: contain; }

.archive .site-header__wrapper:not(.active):not(.mobile-active) .menu-toggle:after, .category .site-header__wrapper:not(.active):not(.mobile-active) .menu-toggle:after {
  color: #ffffff; }

.archive .category-header, .category .category-header {
  position: relative;
  height: 480px;
  overflow: hidden; }
  .archive .category-header:before, .category .category-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -75%;
    z-index: -1;
    width: 150%;
    height: 480px;
    border-bottom-right-radius: 85px;
    background-color: #050a30;
    opacity: .9;
    transform: translateX(-16%) skew(-32deg); }
    @media (min-width: 1024px) {
      .archive .category-header:before, .category .category-header:before {
        left: -65%; } }
  .archive .category-header__title-wrapper, .category .category-header__title-wrapper {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #ffffff; }
    @media (min-width: 768px) {
      .archive .category-header__title-wrapper, .category .category-header__title-wrapper {
        width: calc(100% - 128px); } }
    @media (min-width: 2000px) {
      .archive .category-header__title-wrapper, .category .category-header__title-wrapper {
        width: 100%; } }
  .archive .category-header__title, .category .category-header__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .archive .category-header__title, .category .category-header__title {
        max-width: 50%; } }
  .archive .category-header__description, .category .category-header__description {
    max-width: 400px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (min-width: 1280px) {
      .archive .category-header__description, .category .category-header__description {
        max-width: 480px; } }
  .archive .category-header img, .category .category-header img {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.archive .category-content, .category .category-content {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0 0; }
  @media (min-width: 768px) {
    .archive .category-content, .category .category-content {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .archive .category-content, .category .category-content {
      width: 100%; } }
  .archive .category-content__item, .category .category-content__item {
    position: relative;
    height: 480px;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 65px 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      .archive .category-content__item, .category .category-content__item {
        width: calc(50% - 24px); } }
    @media (min-width: 1024px) {
      .archive .category-content__item, .category .category-content__item {
        width: calc(33.33% - 24px); } }
    .archive .category-content__item:hover .category-content__link:after, .category .category-content__item:hover .category-content__link:after {
      right: 66%;
      transition: right .5s ease-in-out; }
      @media (min-width: 768px) {
        .archive .category-content__item:hover .category-content__link:after, .category .category-content__item:hover .category-content__link:after {
          right: 76%; } }
    .archive .category-content__item:nth-of-type(n+7), .category .category-content__item:nth-of-type(n+7) {
      display: none; }
  .archive .category-content .post-thumbnail, .category .category-content .post-thumbnail {
    height: 100%; }
    .archive .category-content .post-thumbnail img, .category .category-content .post-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .archive .category-content__content, .category .category-content__content {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 168px;
    padding: 16px;
    background: #050a30;
    opacity: .9; }
  .archive .category-content__title, .category .category-content__title {
    margin: unset;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .archive .category-content__date, .category .category-content__date {
    color: #ffffff;
    font-size: 14px; }
  .archive .category-content__link, .category .category-content__link {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #ffffff; }
    .archive .category-content__link:after, .category .category-content__link:after {
      content: "\f178";
      position: absolute;
      right: 68%;
      font-size: 12px;
      line-height: 0;
      font-family: 'FontAwesome';
      color: #ffffff;
      transition: right .5s ease-in-out; }
      @media (min-width: 768px) {
        .archive .category-content__link:after, .category .category-content__link:after {
          right: 78%; } }
  .archive .category-content__search-form, .category .category-content__search-form {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .archive .category-content__search-form, .category .category-content__search-form {
        width: calc(100% - 128px); } }
    @media (min-width: 2000px) {
      .archive .category-content__search-form, .category .category-content__search-form {
        width: 100%; } }
    .archive .category-content__search-form .search-form, .category .category-content__search-form .search-form {
      margin-top: 40px;
      margin-left: auto; }
      @media (min-width: 768px) {
        .archive .category-content__search-form .search-form, .category .category-content__search-form .search-form {
          width: fit-content; } }

.archive .load-more, .category .load-more {
  margin: 40px auto; }

.error404 .site {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.error404 .site-header__wrapper {
  background: #050a30; }

.error404 .entry-content__main {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px; }
  @media (min-width: 768px) {
    .error404 .entry-content__main {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .error404 .entry-content__main {
      width: 100%; } }
  .error404 .entry-content__main > * {
    max-width: 800px; }

.error404 .entry-content__search-form {
  margin-top: 32px; }

.error404 .site-footer__wrapper {
  margin-top: auto; }

.primary-button,
.search-submit,
.load-more,
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: fit-content;
  height: 48px;
  padding: 0 48px 0 24px;
  border-radius: 60px !important;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background: #050a30 !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer; }
  .primary-button:after,
  .search-submit:after,
  .load-more:after,
  .nf-form-content button:after,
  .nf-form-content input[type=button]:after,
  .nf-form-content input[type=submit]:after {
    content: "\f105";
    position: absolute;
    right: 32px;
    font-size: 16px;
    line-height: 0;
    font-family: 'FontAwesome';
    color: #ffffff;
    transition: right .5s ease-in-out; }
  .primary-button:hover,
  .search-submit:hover,
  .load-more:hover,
  .nf-form-content button:hover,
  .nf-form-content input[type=button]:hover,
  .nf-form-content input[type=submit]:hover {
    color: #ffffff; }
  .primary-button:hover:after,
  .search-submit:hover:after,
  .load-more:hover:after,
  .nf-form-content button:hover:after,
  .nf-form-content input[type=button]:hover:after,
  .nf-form-content input[type=submit]:hover:after {
    right: 22px;
    transition: right .5s ease-in-out; }

.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  padding: 0 24px; }
  .nf-form-content button:hover,
  .nf-form-content input[type=button]:hover,
  .nf-form-content input[type=submit]:hover {
    color: #ffffff !important; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

*:focus {
  outline: none; }

html {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Poppins-Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  scroll-behavior: smooth;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  z-index: 0; }
  html.active {
    overflow-y: hidden; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 32px;
  font-family: "Poppins-Medium", sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

h1 {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 48px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 56px;
      line-height: 64px; } }

h2 {
  font-size: 32px;
  line-height: 40px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 40px;
      line-height: 48px; } }

h3 {
  font-size: 24px;
  line-height: 32px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 32px;
      line-height: 40px; } }
  @media (min-width: 1024px) {
    h3 {
      font-size: 40px;
      line-height: 48px; } }

h4 {
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 24px;
      line-height: 32px; } }
  @media (min-width: 1024px) {
    h4 {
      font-size: 32px;
      line-height: 40px; } }

p {
  margin-bottom: 16px;
  text-align: justify; }
  p:last-of-type {
    margin-bottom: unset; }

a, a:hover {
  text-decoration: none;
  color: #050a30; }

li {
  list-style-type: none;
  list-style-position: inside;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit; }

img {
  max-width: 100%; }

.entry-footer {
  display: none; }

.container {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .container {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .container {
      width: 100%; } }

@media (min-width: 1024px) {
  .show-on-mobile {
    display: none; } }

.hide-on-mobile {
  display: none; }
  @media (min-width: 1024px) {
    .hide-on-mobile {
      display: block; } }

.width--center {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .width--center {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .width--center {
      width: 100%; } }

.padding--xsmall {
  padding-top: 16px;
  padding-bottom: 16px; }

.padding--small {
  padding-top: 32px;
  padding-bottom: 32px; }

.padding--medium {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (min-width: 1024px) {
    .padding--medium {
      padding-top: 64px;
      padding-bottom: 64px; } }

.padding--large {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (min-width: 1024px) {
    .padding--large {
      padding-top: 96px;
      padding-bottom: 96px; } }

.padding--xlarge {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (min-width: 1024px) {
    .padding--xlarge {
      padding-top: 128px;
      padding-bottom: 128px; } }

.rounded-border--top {
  border-radius: 8% 8% 0 0;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .rounded-border--top {
      border-radius: 8% 8% 0 0; } }

.rounded-border--sides {
  border-radius: 80px 8px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .rounded-border--sides {
      border-radius: 120px 8px; } }

.background-design--one-left,
.background-design--one-right,
.background-design--two-left,
.background-design--two-right {
  position: relative;
  overflow: hidden;
  max-width: 100% !important; }

.background-design--one-left:before {
  content: url("https://jef.fkb.mybluehost.me/wp-content/uploads/2024/08/design_one.png");
  display: block;
  position: absolute;
  bottom: 150px;
  left: -640px;
  width: 200px;
  max-width: 100%;
  height: 200px;
  max-height: 100%;
  opacity: .4; }
  @media (min-width: 1280px) {
    .background-design--one-left:before {
      bottom: -48%;
      left: -24%;
      width: unset;
      height: unset; } }

.background-design--one-right:before {
  content: url("https://jef.fkb.mybluehost.me/wp-content/uploads/2024/08/design_one.png");
  display: block;
  position: absolute;
  bottom: 0;
  right: -30%;
  max-width: 100%;
  max-height: 100%;
  opacity: .4; }
  @media (min-width: 768px) {
    .background-design--one-right:before {
      right: -60%; } }
  @media (min-width: 1280px) {
    .background-design--one-right:before {
      right: -30%; } }

.background-design--two-left:before {
  content: url("https://jef.fkb.mybluehost.me/wp-content/uploads/2024/08/design_two_white.png");
  display: block;
  position: absolute;
  bottom: 64px;
  left: -560px;
  width: 200px;
  max-width: 100%;
  height: 200px;
  max-height: 100%;
  opacity: .3; }
  @media (min-width: 1280px) {
    .background-design--two-left:before {
      bottom: -44%;
      left: -30%;
      width: unset;
      height: unset; } }

.background-design--two-right:before {
  content: url("https://jef.fkb.mybluehost.me/wp-content/uploads/2024/08/design_two_white.png");
  display: block;
  position: absolute;
  top: 0;
  right: -60%;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  opacity: .3; }
  @media (min-width: 768px) {
    .background-design--two-right:before {
      right: -64%; } }
  @media (min-width: 1280px) {
    .background-design--two-right:before {
      right: -31%; } }

.background-color--navy {
  background-color: #050a30; }

.background-color--blue {
  background-color: #add1fc; }

.background-color--green {
  background-color: #dcf1f4; }

.background-color--lavender {
  background-color: #e9eafd; }

.background-color--pink {
  background-color: #f9ecf3; }

.background-color--yellow {
  background-color: #fcfbe6; }

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

.background-color--grey {
  background-color: #e6e6e6; }

.color--navy {
  color: #050a30; }

.color--blue {
  color: #add1fc; }

.color--green {
  color: #a8dde3; }

.color--lavender {
  color: #9196f7; }

.color--pink {
  color: #c6408a; }

.color--yellow {
  color: #f2e982; }

.color--black {
  color: #222222; }

.color--white {
  color: #ffffff; }

.color--grey {
  color: #e6e6e6; }

.comments-area {
  display: none; }

.fa-hand-point-right:before {
  margin-right: 8px;
  font-family: fontawesome; }

.linkedin:after {
  content: '\f0e1';
  font-family: fontawesome; }

.instagram:after {
  content: '\f16d';
  font-family: fontawesome; }

.facebook:after {
  content: '\f39e';
  font-family: fontawesome; }

.pinterest:after {
  content: '\f231';
  font-family: fontawesome; }

.email:after {
  content: '\f0e0';
  font-family: fontawesome; }

.twitter:after {
  content: '\f099';
  font-family: fontawesome; }

.youtube:after {
  content: '\f167';
  font-family: fontawesome; }

.legal-pages {
  margin: 120px 0 64px; }
  .legal-pages .entry-title {
    max-width: 640px;
    margin: 0 auto 32px;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    font-family: "Poppins-Medium", sans-serif; }
  .legal-pages a, .legal-pages a:hover {
    color: #050a30;
    text-decoration: underline; }

.site-footer {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .site-footer {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .site-footer {
      width: 100%; } }
  .site-footer__wrapper {
    margin-top: auto;
    padding: 32px 0 0;
    background: #050a30;
    color: #ffffff; }
    .site-footer__wrapper p, .site-footer__wrapper a {
      font-size: 14px;
      line-height: 22px; }
  .site-footer__socials {
    display: flex;
    margin-top: 20px; }
    .site-footer__socials a:after {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 16px;
      border: 1px solid #ffffff;
      border-radius: 50%;
      width: 32px;
      height: 32px; }
    .site-footer__socials a:last-of-type:after {
      margin-right: unset; }
  .site-footer__legal {
    padding: 12px;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    background: #050a30; }
    @media (min-width: 812px) {
      .site-footer__legal {
        font-size: 12px; } }
    .site-footer__legal a {
      color: #ffffff; }
  .site-footer .widget-area__wrapper {
    padding-bottom: 32px; }
  .site-footer .wp-block-image img {
    width: fit-content;
    max-height: 80px !important;
    object-fit: contain; }
  .site-footer p {
    margin-bottom: unset; }
  .site-footer a, .site-footer a:hover {
    color: #ffffff; }
  .site-footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 812px) {
      .site-footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        display: unset; } }

.widgettitle {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  text-align: center; }
  @media (min-width: 768px) {
    .widgettitle {
      text-align: left; } }

.menu-footer-menu-container ul {
  column-count: 3; }

.menu-footer-menu-container li {
  margin-bottom: 12px; }

.checkbox-container.label-right .field-wrap > div {
  width: unset !important; }

.contact-info {
  width: fit-content;
  margin: 40px auto 0; }
  @media (min-width: 812px) {
    .contact-info {
      display: flex;
      justify-content: center;
      width: 96%; } }
  @media (min-width: 812px) {
    .contact-info > div {
      width: 50%; } }
  .contact-info > div:first-of-type {
    margin-bottom: 16px; }
    @media (min-width: 812px) {
      .contact-info > div:first-of-type {
        margin-bottom: unset; } }

.nf-form-fields-required {
  display: none; }

@media (min-width: 1024px) {
  .site-header {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: unset;
    position: relative;
    height: unset;
    background-color: unset; } }
  @media (min-width: 1024px) and (min-width: 768px) {
    .site-header {
      width: calc(100% - 128px); } }
  @media (min-width: 1024px) and (min-width: 2000px) {
    .site-header {
      width: 100%; } }

.site-header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 88px; }
  @media (min-width: 1024px) {
    .site-header__wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      height: unset;
      padding: 8px 0;
      transition: all .5s linear; } }
  .site-header__wrapper.active {
    left: 0;
    box-shadow: 0 0 30px 0 rgba(35, 35, 35, 0.05);
    background: #add1fc;
    transition: all .5s linear; }

.site-header__logo {
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 9; }
  @media (min-width: 1024px) {
    .site-header__logo {
      position: unset; } }
  .site-header__logo img {
    height: 48px;
    object-fit: contain; }

.site-header .main-navigation {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: -100%;
  height: 100vh;
  background-color: #add1fc;
  transition: left 1s; }
  @media (min-width: 1024px) {
    .site-header .main-navigation {
      display: unset;
      position: unset;
      width: unset;
      height: unset;
      margin: 0 0 0 auto;
      background-color: unset;
      transition: unset; } }
  .site-header__wrapper.mobile-active .site-header .main-navigation {
    left: 0;
    transition: left 1s; }
  @media (min-width: 1024px) {
    .site-header .main-navigation ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 60vw; } }
  @media (min-width: 1280px) {
    .site-header .main-navigation ul {
      width: 40vw;
      max-width: 1000px; } }
  .site-header .main-navigation li {
    width: 100vw;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #050a30;
    font-size: 18px;
    line-height: 28px;
    text-align: center; }
    @media (min-width: 1024px) {
      .site-header .main-navigation li {
        width: unset;
        margin-bottom: unset;
        padding-bottom: unset;
        border-bottom: unset;
        font-size: 16px;
        line-height: normal;
        text-align: unset; } }
  .site-header .main-navigation li:first-of-type {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #050a30; }
    @media (min-width: 1024px) {
      .site-header .main-navigation li:first-of-type {
        margin-top: unset;
        padding-top: unset;
        border-top: unset; } }

.menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
  background: 0;
  border: 0;
  font-size: 0;
  background: 0; }
  @media (min-width: 1024px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle:after {
    content: '\f0c9';
    font-family: fontawesome;
    font-size: 32px;
    color: #222222; }

.site-header__wrapper:not(.active) .menu-toggle.dark-background:after {
  color: #ffffff; }

.menu-toggle.dark-background.mobile-active:after {
  color: #050a30; }

.menu-toggle.mobile-active:after {
  content: '\f00d';
  font-family: fontawesome;
  font-size: 32px;
  color: #050a30 !important; }

@media (max-width: 600px) {
  body:not(.archive):not(.category):not(.single) .site-header__wrapper:not(.active):not(.mobile-active) .site-header__logo {
    display: none; } }

.site-header__wrapper:not(.mobile-active) .site-header__logo.dark-background img {
  display: none; }

.site-header__wrapper:not(.mobile-active) .site-header__logo.dark-background:after {
  content: '';
  display: block;
  width: 100px;
  height: 48px;
  background: url("https://jef.fkb.mybluehost.me/wp-content/uploads/2024/10/eta_logo.png") no-repeat;
  background-size: contain; }

.site-header__wrapper.active .site-header__logo.dark-background img {
  display: block; }

.site-header__wrapper.active .site-header__logo.dark-background:after {
  display: none; }

.site-header__wrapper:not(.mobile-active) .main-navigation.dark-background a, .site-header__wrapper:not(.mobile-active) .main-navigation.dark-background a:hover {
  color: #ffffff; }

.site-header__wrapper.active .main-navigation.dark-background a,
.site-header__wrapper.active .main-navigation.dark-background a:hover {
  color: #050a30; }

.page-template-page-no-builder .site-header__wrapper {
  background-color: #050a30; }
  .page-template-page-no-builder .site-header__wrapper a, .page-template-page-no-builder .site-header__wrapper a:hover {
    color: #ffffff; }
  .page-template-page-no-builder .site-header__wrapper.active {
    background-color: #050a30; }
    .page-template-page-no-builder .site-header__wrapper.active a, .page-template-page-no-builder .site-header__wrapper.active a:hover {
      color: #ffffff; }

.page-template-page-no-builder .entry-content.no-builder {
  padding-top: 140px; }

.page-template-page-no-builder .site-header__logo img {
  display: none; }

.page-template-page-no-builder .site-header__logo:after {
  content: '';
  display: block;
  width: 100px;
  height: 48px;
  background: url("https://jef.fkb.mybluehost.me/wp-content/uploads/2024/10/eta_logo.png") no-repeat;
  background-size: contain; }

.single-post .site-header__wrapper:not(.active):not(.mobile-active) a,
.single-post .site-header__wrapper:not(.active):not(.mobile-active) a:hover {
  color: #ffffff; }

.single-post .site-header__wrapper:not(.active):not(.mobile-active) .site-header__logo img {
  display: none; }

.single-post .site-header__wrapper:not(.active):not(.mobile-active) .site-header__logo:after {
  content: '';
  display: block;
  width: 100px;
  height: 48px;
  background: url("https://jef.fkb.mybluehost.me/wp-content/uploads/2024/10/eta_logo.png") no-repeat;
  background-size: contain; }

.single-post .entry-header {
  position: relative;
  height: 480px; }
  .single-post .entry-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    width: 150%;
    height: 480px;
    background-color: #050a30;
    border-bottom-right-radius: 85px;
    opacity: .9;
    transform: translateX(-16%) skew(-32deg); }
    @media (min-width: 1024px) {
      .single-post .entry-header:before {
        left: -65%; } }
  .single-post .entry-header__content-wrapper {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
    height: 100%; }
    @media (min-width: 768px) {
      .single-post .entry-header__content-wrapper {
        width: calc(100% - 128px); } }
    @media (min-width: 2000px) {
      .single-post .entry-header__content-wrapper {
        width: 100%; } }
  .single-post .entry-header__content {
    width: 100%;
    color: #ffffff; }
    @media (min-width: 1024px) {
      .single-post .entry-header__content {
        width: 55%; } }
  .single-post .entry-header .post-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%; }
    .single-post .entry-header .post-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.single-post .entry-title {
  font-size: 24px;
  line-height: 34px; }
  @media (min-width: 768px) {
    .single-post .entry-title {
      font-size: 36px;
      line-height: 44px; } }

.single-post .entry-content {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin: 48px auto; }
  @media (min-width: 768px) {
    .single-post .entry-content {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .single-post .entry-content {
      width: 100%; } }
  .single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
    margin: 32px 0 16px; }
  .single-post .entry-content h2 {
    font-size: 24px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .single-post .entry-content h2 {
        font-size: 32px;
        line-height: 40px; } }
  .single-post .entry-content h3 {
    font-size: 20px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .single-post .entry-content h3 {
        font-size: 24px;
        line-height: 32px; } }
  .single-post .entry-content h4 {
    font-size: 18px;
    line-height: 26px; }
    @media (min-width: 768px) {
      .single-post .entry-content h4 {
        font-size: 20px;
        line-height: 28px; } }
  .single-post .entry-content a {
    display: block;
    margin-bottom: 16px;
    color: #050a30;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Poppins-Medium", sans-serif; }
  .single-post .entry-content li {
    margin-bottom: 16px;
    list-style-type: disc; }

.single-post .wp-block-image img {
  width: 100%;
  margin: 16px auto; }

.post-navigation {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin: 64px auto 32px; }
  @media (min-width: 768px) {
    .post-navigation {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .post-navigation {
      width: 100%; } }

.nav-links {
  display: flex;
  justify-content: space-between;
  color: #050a30;
  font-family: "Poppins-Medium", sans-serif; }

@media (min-width: 768px) {
  .nav-previous {
    width: 40%; } }

.nav-previous .nav-title:before {
  content: '\f177';
  margin-right: 4px;
  font-family: fontawesome; }

@media (min-width: 768px) {
  .nav-next {
    width: 40%;
    text-align: right; } }

.nav-next .nav-title:after {
  content: '\f30b';
  margin-left: 4px;
  font-family: fontawesome; }

.no-builder {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 120px 0 64px; }
  @media (min-width: 768px) {
    .no-builder {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .no-builder {
      width: 100%; } }
  .no-builder .entry-meta, .no-builder .entry-header {
    margin-bottom: 32px; }
  @media (min-width: 1024px) {
    .no-builder .entry-title {
      font-size: 40px;
      line-height: 48px; } }

.search, .search-results .site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 56px; }
  .search .site-header__wrapper, .search-results .site .site-header__wrapper {
    background: #050a30; }
  .search .site-header__wrapper:not(.mobile-active) .menu-toggle:after, .search-results .site .site-header__wrapper:not(.mobile-active) .menu-toggle:after {
    color: #ffffff; }
  .search .site-header__wrapper:not(.mobile-active) .site-header__logo img, .search-results .site .site-header__wrapper:not(.mobile-active) .site-header__logo img {
    display: none; }
  .search .site-header__wrapper:not(.mobile-active) .site-header__logo:after, .search-results .site .site-header__wrapper:not(.mobile-active) .site-header__logo:after {
    content: '';
    display: block;
    width: 100px;
    height: 80px;
    background: url("https://jef.fkb.mybluehost.me/wp-content/uploads/2024/10/eta_logo.png") no-repeat;
    background-size: contain; }
  .search .entry-content, .search-results .site .entry-content {
    margin-top: 40px; }
    .search .entry-content__search-form, .search-results .site .entry-content__search-form {
      width: 100%; }
      @media (min-width: 812px) {
        .search .entry-content__search-form, .search-results .site .entry-content__search-form {
          width: fit-content; } }
  .search .category-header, .search-results .site .category-header {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .search .category-header, .search-results .site .category-header {
        width: calc(100% - 128px); } }
    @media (min-width: 2000px) {
      .search .category-header, .search-results .site .category-header {
        width: 100%; } }
    @media (min-width: 1024px) {
      .search .category-header, .search-results .site .category-header {
        flex-direction: row; } }
  .search h1, .search-results .site h1 {
    font-size: 20px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .search h1, .search-results .site h1 {
        font-size: 28px;
        line-height: 36px; } }
  .search .load-more, .search-results .site .load-more {
    margin: 40px auto; }

@media (min-width: 768px) {
  .search-form {
    display: flex; } }

.search-submit {
  width: 100%;
  margin-top: 24px; }
  @media (min-width: 768px) {
    .search-submit {
      width: fit-content;
      margin-top: unset; } }

.search-field {
  width: 100%;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #222222;
  font-family: "Poppins-Light", sans-serif; }
  @media (min-width: 768px) {
    .search-field {
      width: 320px;
      max-width: 100%;
      margin-right: 16px; } }

.search-results .articles {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .search-results .articles {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .search-results .articles {
      width: 100%; } }

.search-item {
  position: relative;
  height: 480px;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 65px 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {
    .search-item {
      width: calc(50% - 24px); } }
  @media (min-width: 1024px) {
    .search-item {
      width: calc(33.33% - 24px); } }
  .search-item:hover .category-content__link:after {
    right: 76%;
    transition: right .5s ease-in-out; }
  .search-item:nth-of-type(n+7) {
    display: none; }
  .search-item .post-thumbnail {
    height: 100%; }
    .search-item .post-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .search-item__content {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 168px;
    padding: 16px;
    background: #050a30;
    opacity: .9; }
  .search-item__title {
    margin: unset;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .search-item__date {
    color: #ffffff;
    font-size: 14px; }
  .search-item__link {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #ffffff; }
    .search-item__link:after {
      content: "\f178";
      position: absolute;
      right: 78%;
      font-size: 12px;
      line-height: 0;
      font-family: 'FontAwesome';
      color: #ffffff;
      transition: right .5s ease-in-out; }

.search-no-results {
  padding-top: 120px; }
  .search-no-results .entry-content__main {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .search-no-results .entry-content__main {
        width: calc(100% - 128px); } }
    @media (min-width: 2000px) {
      .search-no-results .entry-content__main {
        width: 100%; } }
  .search-no-results .search-form {
    margin: 40px 0; }
  .search-no-results .load-more--search-item,
  .search-no-results .entry-content__search-form {
    display: none; }

.faq-block {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }
  @media (min-width: 768px) {
    .faq-block {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .faq-block {
      width: 100%; } }
  .faq-block__wrapper {
    margin-bottom: 64px; }
  .faq-block__heading {
    text-align: center; }
  .faq-block__item {
    margin-bottom: 16px; }
    .faq-block__item:last-child {
      margin-bottom: 0; }
    .faq-block__item.active .faq-block__title:after {
      content: "\f106"; }
  .faq-block__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #050a30;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    text-transform: unset;
    cursor: pointer; }
    @media (min-width: 1024px) {
      .faq-block__title {
        font-size: 20px;
        line-height: 28px; } }
    .faq-block__title:after {
      content: "\f107";
      font-size: 24px;
      font-family: 'FontAwesome';
      font-weight: 400;
      color: #050a30; }
  .faq-block__details {
    display: none;
    padding: 0 40px 48px 0; }
    @media (min-width: 768px) {
      .faq-block__details {
        padding: 0 64px 48px 0; } }
  .faq-block li {
    list-style-type: unset; }

.four-column-block {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .four-column-block {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .four-column-block {
      width: 100%; } }
  .four-column-block__wrapper .title-line {
    margin: 0 auto 24px; }
  .four-column-block__heading {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (min-width: 768px) {
      .four-column-block__heading {
        width: calc(100% - 128px); } }
    @media (min-width: 2000px) {
      .four-column-block__heading {
        width: 100%; } }
  .four-column-block__item {
    width: 100%;
    margin: 16px 0;
    padding: 32px 0;
    border-radius: 65px 15px;
    opacity: .9;
    background: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      .four-column-block__item {
        width: calc(50% - 16px); } }
    @media (min-width: 1280px) {
      .four-column-block__item {
        width: calc(25% - 16px); } }
  .four-column-block__link {
    cursor: pointer; }
  .four-column-block__image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px; }
    .four-column-block__image img {
      height: 56px;
      object-fit: contain; }
      @media (min-width: 1024px) {
        .four-column-block__image img {
          height: 96px; } }
  .four-column-block__item-heading {
    width: 80%;
    margin: 0 auto 8px;
    text-align: center;
    font-size: 24px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .four-column-block__item-heading {
        font-size: 32px;
        line-height: 40px; } }
    .four-column-block__item-heading:after {
      content: '';
      display: block;
      width: 60%;
      height: 2px;
      margin: 8px auto 16px;
      background-color: #050a30; }
  .four-column-block__description {
    width: 80%;
    margin: auto;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal; }

.hero-block {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh; }
  @media (min-width: 768px) {
    .hero-block {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .hero-block {
      width: 100%; } }
  @media (min-width: 1024px) {
    .hero-block {
      height: 100%; } }
  .hero-block__wrapper {
    position: relative;
    max-width: 100%;
    height: 100vh;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .hero-block__wrapper.height--banner {
        height: 640px; } }
    .hero-block__wrapper p {
      text-align: unset; }
  .hero-block__image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center; }
    @media (min-width: 1024px) {
      .hero-block__image {
        left: unset;
        right: 0;
        width: 50%;
        height: 100%; } }
    .hero-block__image img {
      width: fit-content;
      height: 240px;
      object-fit: contain;
      margin: auto; }
      @media screen and (min-width: 600px) and (max-width: 767px) {
        .hero-block__image img {
          display: none; } }
      @media (min-width: 1024px) {
        .hero-block__image img {
          height: 460px;
          margin: unset; } }
      @media (min-width: 1280px) {
        .hero-block__image img {
          height: auto; } }
  .hero-block__content {
    z-index: 1;
    max-width: 100%; }
    @media (max-width: 600px) {
      .hero-block__content {
        margin-top: 28vh; } }
    @media (min-width: 1024px) {
      .hero-block__content {
        width: 560px;
        max-width: 50%; } }
  .hero-block__heading {
    max-width: 800px;
    text-transform: uppercase; }
  .hero-block__description {
    max-width: 560px; }
    @media (min-width: 768px) {
      .hero-block__description {
        font-size: 18px;
        line-height: 28px; } }

.hero-block__wrapper.background--blue {
  background: #add1fc;
  color: #050a30; }
  @media (min-width: 768px) {
    .hero-block__wrapper.background--blue:before {
      content: url("https://jef.fkb.mybluehost.me/wp-content/uploads/2024/10/hero_design.png");
      display: block;
      position: absolute;
      bottom: 0;
      left: -360px;
      height: 320px;
      object-fit: contain;
      opacity: .6; } }
  .hero-block__wrapper.background--blue:after {
    content: "";
    display: block;
    position: absolute;
    top: -200px;
    width: 100%;
    height: 440px;
    background-image: url("https://jef.fkb.mybluehost.me/wp-content/uploads/2024/10/background_circle_white.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    @media (min-width: 1024px) {
      .hero-block__wrapper.background--blue:after {
        top: -20px;
        right: -100px;
        width: 580px;
        height: 580px;
        background-position: unset; } }
    @media (min-width: 1280px) {
      .hero-block__wrapper.background--blue:after {
        top: -80px;
        right: 24px;
        width: 680px;
        height: 680px; } }

.hero-block__wrapper.background--navy {
  background: #050a30;
  color: #ffffff; }
  @media (min-width: 768px) {
    .hero-block__wrapper.background--navy:before {
      content: url("https://jef.fkb.mybluehost.me/wp-content/uploads/2024/10/hero_design.png");
      display: block;
      position: absolute;
      bottom: 0;
      left: -360px;
      height: 320px;
      object-fit: contain;
      opacity: .4; } }
  .hero-block__wrapper.background--navy:after {
    content: "";
    display: block;
    position: absolute;
    top: -200px;
    width: 100%;
    height: 440px;
    background-image: url("https://jef.fkb.mybluehost.me/wp-content/uploads/2024/10/navy_background_circle.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    @media (min-width: 1024px) {
      .hero-block__wrapper.background--navy:after {
        top: -20px;
        right: -100px;
        width: 580px;
        height: 580px;
        background-position: unset; } }
    @media (min-width: 1280px) {
      .hero-block__wrapper.background--navy:after {
        top: -80px;
        right: 24px;
        width: 680px;
        height: 680px;
        background-position: unset; } }

.one-column-block__wrapper {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat; }
  .one-column-block__wrapper.width--center {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .one-column-block__wrapper.width--center {
        width: calc(100% - 128px); } }
    @media (min-width: 2000px) {
      .one-column-block__wrapper.width--center {
        width: 100%; } }
    .one-column-block__wrapper.width--center .one-column-block {
      width: calc(100% - 80px);
      max-width: 888px;
      margin: auto; }
  .one-column-block__wrapper.width--full-width .one-column-block__content {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    max-width: 888px; }
    @media (min-width: 768px) {
      .one-column-block__wrapper.width--full-width .one-column-block__content {
        width: calc(100% - 128px); } }
    @media (min-width: 2000px) {
      .one-column-block__wrapper.width--full-width .one-column-block__content {
        width: 100%; } }

.one-column-block__heading {
  margin: 0 auto 24px;
  text-align: center; }

.one-column-block__paragraph ul li {
  list-style-type: disc !important; }

.one-column-block__paragraph__image img {
  width: 100;
  height: auto;
  object-fit: cover; }

.one-column-block__paragraph a {
  color: #050a30;
  font-family: "Poppins-Medium", sans-serif;
  cursor: pointer; }

.rounded-border--top .one-column-block__image {
  border-radius: 24% 24% 0 0; }

.rounded-border--sides .one-column-block__image {
  border-radius: 120px 8px; }

.people-block {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .people-block {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .people-block {
      width: 100%; } }
  @media (min-width: 768px) {
    .people-block__people {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .people-block__person {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 65px 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden; }
    @media (min-width: 768px) {
      .people-block__person {
        width: calc(50% - 24px); } }
    @media (min-width: 1280px) {
      .people-block__person {
        width: calc(33.33% - 24px); } }
    .people-block__person:hover .people-block__person-content {
      top: 0;
      transition: top .4s linear; }
  .people-block__person-image {
    width: 100%;
    height: 440px; }
    .people-block__person-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .people-block__person-content {
    position: absolute;
    top: calc(100% - 110px);
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 32px;
    background-color: #ffffff;
    opacity: .96;
    transition: top .4s linear; }
    @media (min-width: 768px) {
      .people-block__person-content {
        top: calc(100% - 86px); } }
    @media (min-width: 1024px) {
      .people-block__person-content {
        top: calc(100% - 112px); } }
  .people-block__person-name {
    margin-bottom: unset;
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .people-block__person-name {
        font-size: 26px;
        line-height: 34px; } }
  .people-block__person-title {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .people-block__person-title {
        font-size: 16px;
        line-height: 24px; } }
  .people-block__person-description {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.post-feed {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .post-feed {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .post-feed {
      width: 100%; } }
  @media (min-width: 1024px) {
    .post-feed {
      display: flex;
      justify-content: space-between; } }
  .post-feed__wrapper .title-line {
    margin: 0 auto 16px; }
  .post-feed__heading {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .post-feed__heading {
        width: calc(100% - 128px); } }
    @media (min-width: 2000px) {
      .post-feed__heading {
        width: 100%; } }
    @media (min-width: 1024px) {
      .post-feed__heading {
        margin-bottom: 64px; } }
    .post-feed__heading span {
      margin-right: 8px;
      font-family: "Poppins-Medium", sans-serif;
      text-transform: none;
      font-weight: 100;
      font-size: 48px; }
  .post-feed__description {
    padding-bottom: 24px; }
    @media (min-width: 1024px) {
      .post-feed__description {
        width: calc(25% - 24px);
        max-width: 240px; } }
  @media (min-width: 1024px) {
    .post-feed__blocks {
      width: calc(75% - 24px); } }
  .post-feed__block {
    position: relative;
    height: 408px;
    margin: 0 8px;
    border-radius: 65px 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
    .post-feed__block:hover .post-feed__link:after {
      right: 62%;
      transition: right .5s ease-in-out; }
  .post-feed__image {
    height: 100%; }
    .post-feed__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .post-feed__content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 32%;
    padding: 16px;
    background: #050a30;
    opacity: .9;
    color: #ffffff; }
  .post-feed__title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .post-feed__link {
    display: flex;
    align-items: center;
    position: relative; }
    .post-feed__link:after {
      content: "\f105";
      position: absolute;
      right: 66%;
      font-size: 16px;
      line-height: 0;
      font-family: 'FontAwesome';
      color: #ffffff;
      transition: right .5s ease-in-out; }
  .post-feed .primary-button {
    margin: 24px 0 64px; }
    @media (min-width: 1024px) {
      .post-feed .primary-button {
        margin: 24px 0 0; } }
  .post-feed .slick-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 64px;
    z-index: 3;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    background: #373b59;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer; }
    .post-feed .slick-prev:after {
      content: '\f105';
      display: block;
      font-size: 24px;
      color: #ffffff;
      font-family: fontawesome; }
  .post-feed .slick-next {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 8px;
    z-index: 3;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 60px;
    font-size: 0;
    background: #373b59;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer; }
    .post-feed .slick-next:after {
      content: '\f104';
      display: block;
      font-size: 24px;
      color: #ffffff;
      font-family: fontawesome; }

.spacer-block--single {
  padding-top: 16px;
  padding-bottom: 16px; }
  @media (min-width: 1024px) {
    .spacer-block--single {
      padding-top: 32px;
      padding-bottom: 32px; } }

.spacer-block--double {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 1024px) {
    .spacer-block--double {
      padding-top: 80px;
      padding-bottom: 80px; } }

.tabs-block {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    .tabs-block {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .tabs-block {
      width: 100%; } }
  .tabs-block__wrapper {
    overflow: hidden; }
  .tabs-block__heading {
    margin-bottom: 40px;
    text-align: center; }
  .tabs-block__tabs {
    min-height: 400px; }
    @media (min-width: 768px) {
      .tabs-block__tabs {
        display: flex;
        justify-content: space-between; } }
  @media (min-width: 768px) {
    .tabs-block__tab-headings {
      width: 50%; } }
  .tabs-block__tab-heading {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 28px;
    font-family: "Poppins-Medium", sans-serif;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer; }
    @media (min-width: 1280px) {
      .tabs-block__tab-heading {
        font-size: 24px;
        line-height: 32px; } }
    .tabs-block__tab-heading:after {
      content: "\f105";
      margin-left: 10px;
      font-size: 22px;
      line-height: 0;
      font-family: 'FontAwesome';
      color: #050a30;
      transition: margin-left .5s ease-in-out; }
    .tabs-block__tab-heading.active {
      color: #add1fc; }
    .tabs-block__tab-heading.active:after, .tabs-block__tab-heading:hover:after {
      margin-left: 20px;
      color: inherit;
      transition: margin-left .5s ease-in-out; }
  .tabs-block__divider {
    width: 1px;
    background: #e6e6e6; }
  @media (min-width: 768px) {
    .tabs-block__tab-descriptions-wrapper {
      width: calc(50% - 1px); } }
  .tabs-block__tab-descriptions {
    width: 80%;
    margin: auto; }
  .tabs-block__tab-description {
    opacity: 1;
    transition: opacity 1s linear; }
    .tabs-block__tab-description.hide {
      opacity: 0; }
    .tabs-block__tab-description ul {
      margin: 24px 0 16px; }
      @media (min-width: 1024px) {
        .tabs-block__tab-description ul {
          column-count: 2; } }
    .tabs-block__tab-description li {
      margin: 0 0 20px;
      list-style-type: disc;
      list-style-position: inside; }
  .tabs-block a {
    color: #050a30;
    text-decoration: underline;
    font-family: "Poppins-Medium", sans-serif; }

.three-column-block {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .three-column-block {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .three-column-block {
      width: 100%; } }
  .three-column-block__wrapper {
    background: #ffffff; }
  .three-column-block__heading {
    text-align: center; }
  .three-column-block__description {
    width: 700px;
    max-width: 100%;
    margin: 32px auto 0;
    text-align: center; }
  .three-column-block__items {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap; }
  .three-column-block__item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin-top: 132px;
    padding: 70px 16px 24px;
    background: #ffffff;
    text-align: center;
    line-height: 32px; }
    @media (min-width: 768px) {
      .three-column-block__item {
        width: calc(50% - 24px); } }
    @media (min-width: 1024px) {
      .three-column-block__item {
        width: calc(33.33% - 48px); } }
  .three-column-block__item-icon {
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0; }
    .three-column-block__item-icon img {
      width: 140px;
      height: 140px;
      object-fit: cover;
      border-radius: 100%; }
  .three-column-block__item-heading {
    margin-top: 32px;
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.two-column-block {
  width: calc(100% - 64px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .two-column-block {
      width: calc(100% - 128px); } }
  @media (min-width: 2000px) {
    .two-column-block {
      width: 100%; } }
  @media (min-width: 812px) {
    .two-column-block {
      flex-direction: row; } }
  .two-column-block__wrapper.width--center {
    width: calc(100% - 64px);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 32px;
    padding-left: 32px; }
    @media (min-width: 768px) {
      .two-column-block__wrapper.width--center {
        width: calc(100% - 128px); } }
    @media (min-width: 2000px) {
      .two-column-block__wrapper.width--center {
        width: 100%; } }
    @media (max-width: 600px) {
      .two-column-block__wrapper.width--center .two-column-block {
        width: 100%; } }
  .two-column-block .column {
    z-index: 2; }
    @media (min-width: 812px) {
      .two-column-block .column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%; }
        .two-column-block .column__content {
          max-width: 320px;
          padding: 32px 16px; } }
    @media (min-width: 812px) and (min-width: 1280px) {
      .two-column-block .column__content {
        max-width: 540px; } }
    .two-column-block .column__image {
      width: fit-content;
      margin: auto;
      line-height: 0;
      border-radius: 60px;
      overflow: hidden; }
    .two-column-block .column__subheading {
      margin-top: 32px; }
    .two-column-block .column__description li {
      list-style-type: disc; }
    .two-column-block .column .primary-button {
      margin-top: 24px; }
  .two-column-block .column--one {
    margin-bottom: 32px; }
    @media (min-width: 1024px) {
      .two-column-block .column--one {
        margin-bottom: 0; } }

.rounded-border--top .column__heading,
.rounded-border--sides .column__heading {
  text-align: center; }
  @media (min-width: 1024px) {
    .rounded-border--top .column__heading,
    .rounded-border--sides .column__heading {
      text-align: unset; } }


/*# sourceMappingURL=main-styles.css.map*/