@import url("https://use.typekit.net/ltc3dhd.css");
.alignnone {
  margin-bottom: 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.sticky {
  display: block; }

.gallery-caption {
  display: block; }

.bypostauthor {
  display: block; }

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 0px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5; }

.accordion-item {
  border-bottom: 1px solid #e5e5e5; }

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: .8rem 0;
  cursor: pointer;
  font-weight: normal; }

.accordion-thumb::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: .5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out; }

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: .8rem;
  display: none; }

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover; }

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

.text-left {
  text-align: left; }

.unstyled {
  list-style-type: none;
  padding-left: 0; }

p.big {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -.01em; }

@media (min-width: 1025px) {
  .hide-tablet-landscape-up {
    display: none !important; } }

.last {
  margin-right: 0 !important; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0.0; }

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1; }

.wf-inactive {
  opacity: 1; }

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

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #000000; }
  body.admin-bar .header {
    top: 32px; }

.outer-wrapper {
  overflow: hidden; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.site-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  .site-container--wide {
    max-width: 1600px; }
  .site-container--narrow {
    max-width: 1150px; }

.block-layout {
  padding: 100px 0;
  position: relative; }
  .block-layout.add-top-padding {
    padding-top: 200px; }
  .block-layout.add-bottom-padding {
    padding-bottom: 200px; }
  .block-layout.remove-top-padding {
    padding-top: 0px; }
  .block-layout.remove-bottom-padding {
    padding-bottom: 0px; }

.custom-accordion__content {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin-top: 0; }

h1,
h2,
h3 {
  margin-bottom: 30px; }

h1 {
  font: normal normal 700 72px/1.2 "montserrat", sans-serif; }
  h1 span {
    color: #BABE54; }

h2 {
  font: normal normal 700 52px/1.3 "montserrat", sans-serif; }
  h2 span {
    color: #BABE54; }

h3 {
  font: normal normal 500 44px/1.5 "montserrat", sans-serif; }
  h3 span {
    color: #BABE54;
    font-weight: 700; }

h4 {
  font: normal normal 700 24px/1.3 "montserrat", sans-serif; }
  h4.med {
    font-weight: 500; }

h5 {
  font: normal normal 700 20px/1.5 "montserrat", sans-serif; }

h6 {
  font: normal normal 500 18px/1.5 "montserrat", sans-serif; }

p {
  margin-bottom: 30px; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.banner {
  background-color: #65811D;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
  color: #fff;
  height: 55px;
  letter-spacing: 0.025em;
  position: relative;
  z-index: 4; }
  .banner p {
    margin: 0; }

.shim {
  height: 55px; }

@media (max-width: 1500px) {
  .site-container {
    padding: 0 25px; } }

@media (max-width: 1024px) {
  .block-layout {
    padding: 50px 0; }
    .block-layout.add-top-padding {
      padding-top: 90px; }
    .block-layout.add-bottom-padding {
      padding-bottom: 90px; }
  h1 {
    font-size: 60px;
    line-height: 1.15; }
  h2 {
    font-size: 42px;
    line-height: 1.15; }
  h3 {
    font-size: 35px;
    line-height: 1.25; }
  h4 {
    font-size: 20px;
    line-height: 1.25; }
  h5 {
    font-size: 17.5px;
    line-height: 1.25; } }

@media (max-width: 768px) {
  .banner {
    display: block;
    text-align: center;
    height: auto;
    padding: 5px 0 10px; }
    .banner p {
      margin-bottom: 10px;
      font-size: 16px; }
    .banner .button {
      margin-top: 10px; }
  .shim {
    height: 95px; } }

@media (max-width: 500px) {
  .block-layout {
    padding: 30px 0; }
  h1 {
    font-size: 55px; }
  h4 {
    font-size: 18px; }
  .banner,
  .shim {
    display: none; } }

@media (max-width: 420px) {
  h1 {
    font-size: 50px; } }

/*-----Forms-----*/
.gform_wrapper .gform_required_legend {
  display: none; }

.gform_wrapper .gform_button {
  padding: 10px 24px 10px 24px !important;
  border-radius: 40px !important;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  transition: all 0.2s ease;
  display: inline-block;
  cursor: pointer;
  background-color: #BABE54;
  color: #fff !important; }
  .gform_wrapper .gform_button:hover {
    background-color: #a5a940; }

.gform_wrapper .gform_button {
  border: none; }

.gform_wrapper input,
.gform_wrapper textarea, .gform_wrapper select {
  border: 1.5px solid #57B0BF;
  padding: 12px 0 12px 12px !important;
  transition: all 0.2s ease;
  font-family: "montserrat", sans-serif !important;
  color: #6E6F71 !important; }
  .gform_wrapper input:active, .gform_wrapper input:focus,
  .gform_wrapper textarea:active,
  .gform_wrapper textarea:focus, .gform_wrapper select:active, .gform_wrapper select:focus {
    border: 1.5px solid #b3dbe2;
    transition: all 0.2s ease; }

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column; }
  .header__aux {
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.3); }
    .header__aux .button {
      display: none; }
    .header__aux a {
      transition: all 0.2s ease; }
      .header__aux a:hover {
        text-decoration: none;
        color: #BABE54;
        transition: all 0.2s ease; }
    .header__aux .inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1440px;
      margin: 0 auto; }
    .header__aux--left .menu, .header__aux--right .menu {
      display: flex;
      list-style: none;
      column-gap: 25px;
      margin: 0;
      font-size: 14px;
      color: #fff;
      padding: 0; }
    .header__aux--right {
      display: flex;
      align-items: center; }
  .header .search {
    margin-left: 20px; }
    .header .search--mob {
      display: none; }
    .header .search--desktop {
      display: block; }
    .header .search form input {
      border: none;
      outline: none;
      padding: 4px; }
      .header .search form input[type="submit"] {
        padding: 4px 15px;
        border-radius: 50px;
        cursor: pointer;
        background-color: #A84957;
        color: #fff;
        transition: all 0.2s ease; }
        .header .search form input[type="submit"]:hover {
          background-color: #8c3d48;
          transition: all 0.2s ease; }
  .header__main {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 0 25px; }
    .header__main .inner {
      display: flex;
      position: relative;
      justify-content: center;
      min-height: 100px;
      align-items: center;
      margin: 10px 0;
      transition: all 0.2s ease; }
      .header__main .inner .button--green {
        display: none; }
    .header__main--nav .menu {
      padding: 0;
      display: flex;
      align-items: center;
      list-style: none;
      column-gap: 35px;
      margin: 0;
      position: relative;
      top: 25px; }
      .header__main--nav .menu li {
        position: relative;
        padding-bottom: 35px; }
        .header__main--nav .menu li:not(.button) a {
          font-size: 16px;
          color: #fff;
          font-weight: 700;
          letter-spacing: 0.025em;
          padding-right: 10px; }
          .header__main--nav .menu li:not(.button) a:hover {
            text-decoration: none;
            color: #BABE54; }
        .header__main--nav .menu li svg {
          opacity: .4;
          transition: all 0.2s ease;
          transform: translateY(6px); }
          .header__main--nav .menu li svg path {
            transform-origin: center; }
        .header__main--nav .menu li .sub-menu {
          position: absolute;
          opacity: 0;
          background-color: #fff;
          transition: all 0.2s ease;
          list-style: none;
          padding: 20px 20px 10px;
          min-width: 705px;
          min-height: 300px;
          visibility: hidden;
          top: 35px; }
          .header__main--nav .menu li .sub-menu li {
            padding-bottom: 15px;
            line-height: 1;
            max-width: 35%; }
            .header__main--nav .menu li .sub-menu li a {
              color: #65811D;
              line-height: 1; }
        .header__main--nav .menu li:hover .sub-menu {
          z-index: 1;
          transform: translate(-50%, 0);
          opacity: 1;
          transition: all 0.2s ease;
          visibility: visible; }
        .header__main--nav .menu li:hover svg {
          opacity: 1; }
          .header__main--nav .menu li:hover svg path {
            transform: rotate(180deg);
            transition: all 0.2s ease; }
        .header__main--nav .menu li:first-of-type .sub-menu {
          left: 0;
          transform: translate(0%, 15px); }
          .header__main--nav .menu li:first-of-type .sub-menu::after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
            background-position: center right;
            background-repeat: no-repeat;
            background-image: url("../../assets/img/reading.jpg");
            width: 425px;
            height: 100%;
            max-height: 250px;
            background-size: cover; }
        .header__main--nav .menu li:nth-of-type(2) .sub-menu {
          left: 50%;
          transform: translate(-50%, 15px); }
          .header__main--nav .menu li:nth-of-type(2) .sub-menu::after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
            background-position: center right;
            background-repeat: no-repeat;
            background-image: url("../../assets/img/literacy.jpg");
            width: 425px;
            height: 100%;
            max-height: 250px;
            background-size: cover; }
        .header__main--nav .menu li:nth-of-type(3) .sub-menu {
          left: unset;
          right: 0;
          transform: translate(0%, 15px); }
          .header__main--nav .menu li:nth-of-type(3) .sub-menu::after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
            background-position: center right;
            background-repeat: no-repeat;
            background-image: url("../../assets/img/learning.jpg");
            width: 425px;
            height: 100%;
            max-height: 250px;
            background-size: cover; }
  .header__logo-wrapper {
    position: absolute;
    top: 0;
    left: 0; }

.nav-toggle {
  display: none; }

@media (max-width: 1300px) {
  .header__main .inner {
    justify-content: space-between;
    transition: all 0.2s ease; }
    .header__main .inner .header__logo-wrapper {
      position: relative;
      transition: all 0.2s ease; }
    .header__main .inner .header__main--nav {
      margin: 0 0 0 auto;
      transition: all 0.2s ease; }
  .header__main--nav .menu li:first-of-type .sub-menu, .header__main--nav .menu li:nth-of-type(2) .sub-menu {
    left: 50%;
    right: unset;
    transform: translate(-50%, 15px); }
  .header__main--nav .menu li:nth-of-type(3) .sub-menu {
    left: unset;
    right: 0;
    transform: translate(0, 15px); } }

@media (max-width: 1024px) {
  .header {
    justify-content: flex-end; }
    .header__aux {
      position: absolute;
      left: -120%;
      transition: none; }
      .header__aux--right {
        display: block; }
      .header__aux a {
        transition: none; }
      .header__aux .button {
        display: inline-block;
        margin-top: 15px; }
    .header .search--desktop {
      display: none; }
    .header__main {
      transition: none;
      padding: 0 25px; }
      .header__main .inner .header__main--nav {
        transition: none; }
      .header__main--nav {
        position: absolute;
        left: -120%; }
        .header__main--nav .menu {
          top: 0; }
    .header.nav-open {
      flex-direction: column-reverse;
      position: fixed;
      background-color: #65811D;
      width: 100%;
      min-height: 100vh;
      z-index: 6; }
      .header.nav-open .search--mob {
        display: block; }
      .header.nav-open .header__aux {
        left: 0;
        position: relative;
        padding: 0px 25px 0 25px;
        background-color: unset; }
        .header.nav-open .header__aux .button:hover {
          color: #fff; }
        .header.nav-open .header__aux .inner {
          display: block; }
          .header.nav-open .header__aux .inner .header__aux--left .menu,
          .header.nav-open .header__aux .inner .header__aux--right .menu {
            display: block; }
            .header.nav-open .header__aux .inner .header__aux--left .menu li,
            .header.nav-open .header__aux .inner .header__aux--right .menu li {
              padding: 5px 0; }
              .header.nav-open .header__aux .inner .header__aux--left .menu li a,
              .header.nav-open .header__aux .inner .header__aux--right .menu li a {
                font-size: 18px; }
      .header.nav-open .header__main {
        padding: 125px 0 0; }
        .header.nav-open .header__main--nav {
          left: 0;
          position: relative;
          margin: 0;
          width: 100%; }
          .header.nav-open .header__main--nav .menu {
            display: block; }
            .header.nav-open .header__main--nav .menu li {
              padding: 5px 0;
              display: flex;
              align-items: center; }
              .header.nav-open .header__main--nav .menu li a {
                font-size: 18px;
                padding-left: 25px; }
              .header.nav-open .header__main--nav .menu li svg {
                cursor: pointer;
                height: 30px;
                width: 30px;
                transform: none; }
              .header.nav-open .header__main--nav .menu li .sub-menu {
                left: 0;
                width: 103%;
                transform: translateY(-100px) scaleY(0);
                transition: none;
                visibility: hidden;
                min-height: 1px;
                padding: 10px 20px;
                top: 0; }
                .header.nav-open .header__main--nav .menu li .sub-menu::after {
                  display: none; }
                .header.nav-open .header__main--nav .menu li .sub-menu li a {
                  padding: 4px 0; }
              .header.nav-open .header__main--nav .menu li.button {
                display: none;
                margin-top: 15px;
                margin-left: 25px; }
                .header.nav-open .header__main--nav .menu li.button::after {
                  right: 33px; }
              .header.nav-open .header__main--nav .menu li:hover .sub-menu {
                position: absolute;
                z-index: -999;
                opacity: 0; }
              .header.nav-open .header__main--nav .menu li:hover svg {
                opacity: .4; }
                .header.nav-open .header__main--nav .menu li:hover svg path {
                  transform: none; }
              .header.nav-open .header__main--nav .menu li.sub-nav-open {
                display: block; }
                .header.nav-open .header__main--nav .menu li.sub-nav-open .sub-menu {
                  z-index: 1;
                  transform: translateY(0) scale(1);
                  opacity: 1;
                  transition: all 0.2s ease;
                  position: relative;
                  visibility: visible; }
                .header.nav-open .header__main--nav .menu li.sub-nav-open svg {
                  opacity: 1; }
                  .header.nav-open .header__main--nav .menu li.sub-nav-open svg path {
                    transform: translate(-3px, 4px) rotate(180deg); }
        .header.nav-open .header__main .inner {
          position: static; }
          .header.nav-open .header__main .inner .header__logo-wrapper {
            position: absolute;
            top: 15px;
            left: 25px; }
            .header.nav-open .header__main .inner .header__logo-wrapper img {
              max-width: 180px; }
    .header__logo-wrapper img {
      max-width: 150px; }
  .nav-toggle {
    display: block;
    position: relative;
    z-index: 6; }
    .nav-toggle__wrapper {
      height: 30px;
      width: 40px;
      position: absolute;
      right: 5%;
      top: 30px;
      transition: all 0.2s ease;
      cursor: pointer; }
    .nav-toggle .first,
    .nav-toggle .second,
    .nav-toggle .third {
      display: block;
      width: 90%;
      height: 3px;
      background-color: #fff;
      position: relative;
      margin: 5px 0;
      transition: all 0.2s ease; }
    .nav-toggle.nav-open {
      position: fixed;
      width: 40px;
      right: 15px; }
      .nav-toggle.nav-open .nav-toggle__wrapper {
        top: 0;
        transition: all 0.2s ease; }
      .nav-toggle.nav-open .second {
        display: none; }
      .nav-toggle.nav-open .first {
        transform: rotate(45deg);
        position: absolute;
        transition: all 0.2s ease; }
      .nav-toggle.nav-open .third {
        transform: rotate(-45deg);
        position: absolute;
        transition: all 0.2s ease; } }

@media (max-width: 768px) {
  .header__aux {
    position: absolute;
    left: -220%; }
  .header__main .inner {
    min-height: 1px;
    margin: 20px 0 0; }
  .header__main--nav {
    position: absolute;
    left: -200%; } }

@media (max-width: 500px) {
  .header__logo-wrapper img {
    max-width: 100px; }
  .header.nav-open .header__main {
    padding-top: 100px; }
  .nav-toggle.nav-open .nav-toggle__wrapper {
    top: 55px; } }

.footer {
  background-color: #404041;
  padding: 100px 0; }
  .footer--home {
    padding: 200px 0 100px; }
  .footer__container {
    display: flex; }
    .footer__container .left,
    .footer__container .right {
      width: 50%;
      display: flex; }
    .footer__container .col {
      width: 50%; }
      .footer__container .col__contact {
        color: #fff; }
        .footer__container .col__contact p {
          margin-bottom: 0; }
        .footer__container .col__contact a {
          position: relative;
          display: block;
          transition: all 0.2s ease; }
          .footer__container .col__contact a.address {
            padding-left: 20px; }
            .footer__container .col__contact a.address::after {
              content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_51_548)'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9C5 14.25 12 22 12 22C12 22 19 14.25 19 9C19 5.13 15.87 2 12 2ZM7 9C7 6.24 9.24 4 12 4C14.76 4 17 6.24 17 9C17 11.88 14.12 16.19 12 18.88C9.92 16.21 7 11.85 7 9Z' fill='white'/%3E%3Cpath d='M12 11.5C13.3807 11.5 14.5 10.3807 14.5 9C14.5 7.61929 13.3807 6.5 12 6.5C10.6193 6.5 9.5 7.61929 9.5 9C9.5 10.3807 10.6193 11.5 12 11.5Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_51_548'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
              position: absolute;
              top: 5px;
              left: -20px;
              width: 20px;
              height: 20px; }
            .footer__container .col__contact a.address:hover::after {
              content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_51_548)'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9C5 14.25 12 22 12 22C12 22 19 14.25 19 9C19 5.13 15.87 2 12 2ZM7 9C7 6.24 9.24 4 12 4C14.76 4 17 6.24 17 9C17 11.88 14.12 16.19 12 18.88C9.92 16.21 7 11.85 7 9Z' fill='%23BABE54'/%3E%3Cpath d='M12 11.5C13.3807 11.5 14.5 10.3807 14.5 9C14.5 7.61929 13.3807 6.5 12 6.5C10.6193 6.5 9.5 7.61929 9.5 9C9.5 10.3807 10.6193 11.5 12 11.5Z' fill='%23BABE54'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_51_548'%3E%3Crect width='24' height='24' fill='%23BABE54'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
              transition: all 0.2s ease; }
          .footer__container .col__contact a.phone {
            margin-top: 20px;
            padding-left: 20px; }
            .footer__container .col__contact a.phone::after {
              content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_51_545)'%3E%3Cpath d='M6.54 5C6.6 5.89 6.75 6.76 6.99 7.59L5.79 8.79C5.38 7.59 5.12 6.32 5.03 5H6.54ZM16.4 17.02C17.25 17.26 18.12 17.41 19 17.47V18.96C17.68 18.87 16.41 18.61 15.2 18.21L16.4 17.02ZM7.5 3H4C3.45 3 3 3.45 3 4C3 13.39 10.61 21 20 21C20.55 21 21 20.55 21 20V16.51C21 15.96 20.55 15.51 20 15.51C18.76 15.51 17.55 15.31 16.43 14.94C16.33 14.9 16.22 14.89 16.12 14.89C15.86 14.89 15.61 14.99 15.41 15.18L13.21 17.38C10.38 15.93 8.06 13.62 6.62 10.79L8.82 8.59C9.1 8.31 9.18 7.92 9.07 7.57C8.7 6.45 8.5 5.25 8.5 4C8.5 3.45 8.05 3 7.5 3Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_51_545'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
              position: absolute;
              top: 5px;
              left: -20px;
              width: 20px;
              height: 20px; }
            .footer__container .col__contact a.phone:hover::after {
              content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_51_545)'%3E%3Cpath d='M6.54 5C6.6 5.89 6.75 6.76 6.99 7.59L5.79 8.79C5.38 7.59 5.12 6.32 5.03 5H6.54ZM16.4 17.02C17.25 17.26 18.12 17.41 19 17.47V18.96C17.68 18.87 16.41 18.61 15.2 18.21L16.4 17.02ZM7.5 3H4C3.45 3 3 3.45 3 4C3 13.39 10.61 21 20 21C20.55 21 21 20.55 21 20V16.51C21 15.96 20.55 15.51 20 15.51C18.76 15.51 17.55 15.31 16.43 14.94C16.33 14.9 16.22 14.89 16.12 14.89C15.86 14.89 15.61 14.99 15.41 15.18L13.21 17.38C10.38 15.93 8.06 13.62 6.62 10.79L8.82 8.59C9.1 8.31 9.18 7.92 9.07 7.57C8.7 6.45 8.5 5.25 8.5 4C8.5 3.45 8.05 3 7.5 3Z' fill='%23BABE54'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_51_545'%3E%3Crect width='24' height='24' fill='%23BABE54'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
              transition: all 0.2s ease; }
          .footer__container .col__contact a:hover {
            color: #BABE54;
            transition: all 0.2s ease;
            text-decoration: none; }
      .footer__container .col__links ul {
        padding: 0;
        list-style: none; }
        .footer__container .col__links ul li {
          padding: 5px 0; }
          .footer__container .col__links ul li:first-of-type {
            font-size: 22px;
            font-weight: 700;
            padding: 0 0 15px 0; }
          .footer__container .col__links ul li a {
            color: #fff;
            transition: all 0.2s ease; }
            .footer__container .col__links ul li a:hover {
              color: #BABE54;
              transition: all 0.2s ease;
              text-decoration: none; }
      .footer__container .col__social .social-links {
        display: flex;
        align-items: center;
        column-gap: 25px; }
        .footer__container .col__social .social-links a svg {
          width: 25px;
          height: 25px;
          fill: #fff;
          transition: all 0.2s ease; }
        .footer__container .col__social .social-links a:hover svg {
          fill: #BABE54;
          transition: all 0.2s ease; }
          .footer__container .col__social .social-links a:hover svg path {
            fill: #BABE54 !important;
            transition: all 0.2s ease; }
      .footer__container .col__social .logos {
        display: flex;
        column-gap: 25px;
        list-style: none;
        margin-top: 35px;
        padding: 0; }
        .footer__container .col__social .logos li {
          width: 80px; }

@media (max-width: 1024px) {
  .footer {
    padding: 100px 0; }
    .footer__container .left,
    .footer__container .right {
      width: 25%;
      margin: 0 auto;
      display: block; }
      .footer__container .left .col,
      .footer__container .right .col {
        width: 100%; }
        .footer__container .left .col__logo,
        .footer__container .right .col__logo {
          margin-bottom: 25px; } }

@media (max-width: 768px) {
  .footer {
    padding: 60px 0 20px; }
    .footer__container {
      display: block; }
      .footer__container .left,
      .footer__container .right {
        width: 95%;
        text-align: center; }
        .footer__container .left .col,
        .footer__container .right .col {
          margin-bottom: 25px; }
          .footer__container .left .col__contact .address,
          .footer__container .right .col__contact .address {
            max-width: 225px;
            margin: 0 auto 10px; }
          .footer__container .left .col__contact .phone,
          .footer__container .right .col__contact .phone {
            max-width: 145px;
            margin: 0 auto; }
          .footer__container .left .col__social .social-links,
          .footer__container .right .col__social .social-links {
            justify-content: center; } }

.home .blog-section {
  padding: 100px 0;
  background-color: #FAFAF1;
  position: relative;
  overflow: hidden; }
  .home .blog-section .site-container {
    position: relative; }
    .home .blog-section .site-container::after {
      content: "";
      position: absolute;
      background-image: url("../../assets/img/icon-megaphone 1.svg");
      top: -50px;
      right: -50px;
      width: 100%;
      max-width: 225px;
      height: 100%;
      background-position: top right;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 0; }
  .home .blog-section h2 {
    position: relative;
    z-index: 2; }
  .home .blog-section__container {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    position: relative;
    z-index: 2; }
    .home .blog-section__container .item {
      position: relative;
      transition: all 0.2s ease;
      overflow: hidden;
      border-radius: 10px;
      display: block; }
      .home .blog-section__container .item .hover-bg {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: .75; }
      .home .blog-section__container .item::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: all 0.2s ease; }
      .home .blog-section__container .item::before {
        content: "";
        position: absolute;
        background-image: var(--url);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 8px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #BABE54; }
      .home .blog-section__container .item__content {
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
        color: #fff;
        z-index: 1;
        transition: all 0.2s ease;
        padding: 20px;
        position: relative; }
        .home .blog-section__container .item__content .category {
          padding: 2px 0px;
          color: #fff;
          font-weight: 700;
          border-radius: 5px;
          display: inline-block;
          font-size: 16px;
          margin-bottom: 10px; }
          .home .blog-section__container .item__content .category--blog {
            background-color: #BABE54; }
          .home .blog-section__container .item__content .category--news {
            background-color: #444C77; }
          .home .blog-section__container .item__content .category--events {
            background-color: #57B0BF; }
        .home .blog-section__container .item__content h4 {
          margin-bottom: 0px;
          transition: all 0.2s ease;
          font-weight: 300; }
        .home .blog-section__container .item__content p {
          font-size: 15px;
          margin-bottom: 0; }
      .home .blog-section__container .item:hover {
        overflow: hidden;
        transition: all 0.2s ease;
        text-decoration: none; }
        .home .blog-section__container .item:hover::after {
          top: -100%;
          transition: all 0.2s ease; }
        .home .blog-section__container .item:hover .item__content h4 {
          transition: all 0.2s ease;
          transform: scale(0.98); }
    .home .blog-section__container .item-1 {
      grid-area: 1 / 1 / 5 / 3;
      height: 500px; }
      .home .blog-section__container .item-1 .hover-bg {
        background-color: #BABE54; }
      .home .blog-section__container .item-1::after {
        background-color: #BABE54; }
      .home .blog-section__container .item-1 .item__content {
        padding-bottom: 25px; }
    .home .blog-section__container .item-2 {
      grid-area: 1 / 3 / 3 / 5; }
      .home .blog-section__container .item-2 .hover-bg {
        background-color: #57B0BF; }
      .home .blog-section__container .item-2::after {
        background-color: #57B0BF; }
    .home .blog-section__container .item-3 {
      grid-area: 3 / 3 / 5 / 5; }
      .home .blog-section__container .item-3 .hover-bg {
        background-color: #A84957; }
      .home .blog-section__container .item-3::after {
        background-color: #A84957; }
  .home .blog-section__link-wrapper {
    margin-top: 25px; }

.home .split-section-home {
  padding: 100px 0;
  overflow: hidden; }
  .home .split-section-home .site-container {
    position: relative; }
    .home .split-section-home .site-container::after {
      content: "";
      position: absolute;
      background-image: url("../../assets/img/icon-avatars.svg");
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 225px;
      height: 100%;
      background-position: top right;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: -1; }
  .home .split-section-home__container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    column-gap: 100px; }
    .home .split-section-home__container .col {
      width: calc(50% - 50px); }
      .home .split-section-home__container .col .links {
        margin-top: 50px; }
    @media (max-width: 1024px) {
      .home .split-section-home__container {
        flex-direction: column;
        row-gap: 50px; }
        .home .split-section-home__container .col {
          width: 100%; }
          .home .split-section-home__container .col img {
            width: 100%; } }
    .home .split-section-home__container .col--image img {
      border-radius: 15px; }
    .home .split-section-home__container .col--content p {
      color: #6E6F71;
      max-width: 90%; }
    .home .split-section-home__container .col--content a.button {
      margin-top: 25px; }
  .home .split-section-home--second {
    background-color: #eef7f9; }
    .home .split-section-home--second .site-container::after {
      background-image: url("../../assets/img/icon-graduation 1.svg");
      z-index: 0;
      background-position: top right;
      left: unset;
      right: 0;
      transform: none;
      top: -50px;
      right: 50px; }
    .home .split-section-home--second__container {
      z-index: 2;
      position: relative; }

.home .accordion-section-home {
  padding: 150px 0 75px;
  background-color: #eef7f9; }
  .home .accordion-section-home .site-container {
    position: relative; }
    .home .accordion-section-home .site-container::after {
      content: "";
      position: absolute;
      background-image: url("../../assets/img/icon-lightbulb 1.svg");
      top: -115px;
      left: -100px;
      width: 100%;
      max-width: 225px;
      height: 100%;
      background-position: top right;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 0; }
  .home .accordion-section-home__container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    column-gap: 100px; }
    .home .accordion-section-home__container .col {
      width: calc(50% - 50px); }
      .home .accordion-section-home__container .col .links {
        margin-top: 50px; }
    @media (max-width: 1024px) {
      .home .accordion-section-home__container {
        flex-direction: column;
        row-gap: 50px; }
        .home .accordion-section-home__container .col {
          width: 100%; }
          .home .accordion-section-home__container .col img {
            width: 100%; } }
    .home .accordion-section-home__container .col--image {
      position: relative;
      z-index: 2; }
      .home .accordion-section-home__container .col--image img {
        width: 100%; }
    .home .accordion-section-home__container .col--accordion .accordions__row {
      padding: 15px 0;
      position: relative;
      border-top: 2px solid #A2A9AD;
      width: 80%; }
      .home .accordion-section-home__container .col--accordion .accordions__row .label h5 {
        font-style: italic;
        margin-bottom: 10px; }
      .home .accordion-section-home__container .col--accordion .accordions__row .content {
        width: 85%; }
        .home .accordion-section-home__container .col--accordion .accordions__row .content .text {
          width: 85%;
          margin-bottom: 15px; }
        .home .accordion-section-home__container .col--accordion .accordions__row .content a.button {
          width: auto;
          margin-bottom: 15px; }
      .home .accordion-section-home__container .col--accordion .accordions__row::before {
        content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_51_924)'%3E%3Cpath d='M13 7H11V11H7V13H11V17H13V13H17V11H13V7ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z' fill='%23404041'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_51_924'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        position: absolute;
        top: 0;
        right: 0;
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        width: auto;
        height: auto;
        z-index: 2;
        transition: all 0.2s ease;
        padding: 21px 0;
        cursor: pointer; }
      .home .accordion-section-home__container .col--accordion .accordions__row.active::before {
        content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9V11H15V9H5ZM10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 14.41 14.41 18 10 18Z' fill='%23404041'/%3E%3C/svg%3E");
        transition: all 0.2s ease; }

.home .ticker-section {
  padding: 0 0 50px 0;
  background-color: #eef7f9; }
  .home .ticker-section #static,
  .home .ticker-section #ticker {
    display: inline-block;
    height: 50px;
    width: 100%;
    color: #000; }
  .home .ticker-section #static {
    line-height: 50px;
    font-size: 50px;
    padding: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    color: #000;
    overflow: hidden;
    height: 60px; }
  .home .ticker-section #ticker {
    position: absolute;
    margin: 0 8px;
    list-style: none;
    padding: 0;
    vertical-align: top;
    height: 100px;
    top: -25px;
    text-align: left;
    transition: 0.5s; }
  .home .ticker-section #ticker li {
    position: relative;
    padding: 0;
    line-height: 50px;
    font-size: 50px;
    transition: 0.8s;
    margin: 25px 0;
    color: #BABE54;
    font-weight: 700; }
  @media (max-width: 1375px) {
    .home .ticker-section #static,
    .home .ticker-section #ticker li {
      font-size: 40px; } }
  @media (max-width: 1100px) {
    .home .ticker-section #static,
    .home .ticker-section #ticker li {
      font-size: 32.5px; } }

.home .tools {
  padding: 100px 0; }
  .home .tools__content {
    width: 100%;
    max-width: 565px;
    margin: 0 auto;
    text-align: center; }
  .home .tools__container {
    position: relative; }
    .home .tools__container::after {
      content: "";
      position: absolute;
      background-image: url("../../assets/img/icon-stairs 1.svg");
      top: -150px;
      right: 0;
      width: 100%;
      max-width: 225px;
      height: 100%;
      background-position: top right;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: -1; }
    .home .tools__container .blocks {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(4, 1fr);
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      margin-top: 50px; }
    .home .tools__container .block {
      min-height: 265px;
      position: relative;
      border-radius: 8px;
      cursor: pointer;
      padding: 10% 7.5%;
      overflow: hidden; }
      .home .tools__container .block .hover-bg {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: var(--bg-color);
        top: 0;
        left: 0;
        opacity: .5; }
      .home .tools__container .block__inner {
        position: absolute;
        top: 0;
        z-index: 10;
        padding: 10% 7.5%;
        height: 100%;
        width: 100%;
        left: 0;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .home .tools__container .block__inner h4 {
          margin-bottom: 0;
          font-weight: 300;
          transition: all 0.2s ease; }
      .home .tools__container .block::after {
        content: "";
        position: absolute;
        background-color: var(--bg-color);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 8px;
        transition: all 0.2s ease; }
      .home .tools__container .block::before {
        content: "";
        position: absolute;
        background-image: var(--url);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 8px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
      .home .tools__container .block:hover .block__inner {
        text-decoration: none; }
        .home .tools__container .block:hover .block__inner h4 {
          transform: translateY(-25px);
          transition: all 0.2s ease; }
      .home .tools__container .block:hover::after {
        top: -100%;
        transition: all 0.2s ease; }
    .home .tools__container .block-1 {
      grid-area: 1 / 1 / 3 / 2; }
    .home .tools__container .block-2 {
      grid-area: 3 / 1 / 5 / 2; }
    .home .tools__container .block-3 {
      grid-area: 1 / 2 / 3 / 3; }
    .home .tools__container .block-4 {
      grid-area: 3 / 2 / 5 / 3; }
    .home .tools__container .block-5 {
      grid-area: 1 / 3 / 5 / 4; }
    .home .tools__container .block-6 {
      grid-area: 1 / 4 / 3 / 5; }
    .home .tools__container .block-7 {
      grid-area: 3 / 4 / 5 / 5; }

.home .map-section {
  padding: 200px 0;
  background-color: #FAFAF1;
  position: relative; }
  .home .map-section__container {
    padding: 0 5%;
    display: flex;
    align-items: center;
    position: relative; }
    .home .map-section__container .map {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 52%; }
      .home .map-section__container .map img {
        width: 100%; }
    .home .map-section__container .counter {
      width: 50%;
      margin: 0 0 0 auto; }
      .home .map-section__container .counter__top {
        border-bottom: 1px solid #D3D3D3;
        width: 75%;
        margin: 0 auto;
        padding-bottom: 25px; }
        .home .map-section__container .counter__top h5 {
          text-transform: uppercase;
          font-weight: 700;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 0;
          column-gap: 10px; }
          .home .map-section__container .counter__top h5 span {
            color: #BABE54;
            font-size: 48px;
            display: inline-block;
            min-width: 150px;
            text-align: center; }
      .home .map-section__container .counter__bottom {
        display: flex;
        align-items: baseline;
        border-bottom: 1px solid #D3D3D3;
        padding: 50px 0 25px; }
        .home .map-section__container .counter__bottom div {
          position: relative; }
          .home .map-section__container .counter__bottom div::after {
            content: "";
            position: absolute;
            height: 90%;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            background-color: #D3D3D3;
            right: 0; }
          .home .map-section__container .counter__bottom div:nth-of-type(2) .counter-cell__text {
            padding-right: 0; }
          .home .map-section__container .counter__bottom div:nth-of-type(2) .counter-cell__appended {
            display: inline-block;
            padding-left: 0; }
          .home .map-section__container .counter__bottom div:last-of-type::after {
            display: none; }
        .home .map-section__container .counter__bottom .counter-cell {
          width: calc(33.333%);
          text-align: center;
          align-self: baseline;
          min-height: 150px; }
          .home .map-section__container .counter__bottom .counter-cell div {
            border: none; }
          .home .map-section__container .counter__bottom .counter-cell__appended {
            display: none; }
          .home .map-section__container .counter__bottom .counter-cell span {
            color: #BABE54;
            font-size: 48px;
            padding: 0 10px;
            font-weight: 700; }
          .home .map-section__container .counter__bottom .counter-cell h5 {
            text-transform: uppercase;
            margin-bottom: 0; }

.home .partner-logos {
  padding-bottom: 200px; }

.home .cta-section {
  position: relative; }
  .home .cta-section__wrapper {
    max-width: 1400px;
    width: 95%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #65811D;
    border-radius: 10px;
    padding: 50px 5%;
    top: 0; }
  .home .cta-section__container {
    display: flex;
    column-gap: 25px; }
    .home .cta-section__container .content {
      color: #fff;
      width: 50%; }
      .home .cta-section__container .content h4 {
        margin-bottom: 10px; }
      .home .cta-section__container .content p {
        opacity: .75;
        width: 85%; }
    .home .cta-section__container .form {
      width: 50%;
      display: flex;
      align-items: center;
      column-gap: 25px; }
      .home .cta-section__container .form .gform_wrapper form {
        display: flex;
        align-items: center;
        column-gap: 20px; }
        .home .cta-section__container .form .gform_wrapper form label {
          display: none; }
      .home .cta-section__container .form .gform_wrapper .gform_button {
        padding: 10px 24px 10px 24px !important;
        border-radius: 40px !important;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        position: relative;
        transition: all 0.2s ease;
        display: inline-block;
        cursor: pointer;
        background-color: #BABE54;
        color: #fff !important;
        width: auto !important; }
        .home .cta-section__container .form .gform_wrapper .gform_button:hover {
          background-color: #a5a940; }
      .home .cta-section__container .form .gform_wrapper input {
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.6);
        border: none;
        border-radius: 10px;
        width: auto;
        color: #fff !important;
        flex-grow: 1;
        width: 250px !important; }

.blog-page h1,
.category-page h1 {
  color: #fff; }

.blog-page .categories-wrapper,
.category-page .categories-wrapper {
  background-color: #eef7f9;
  margin-bottom: 45px; }

.blog-page .filter-button,
.category-page .filter-button {
  padding: 20px 0;
  text-align: center;
  font-size: 25px;
  transition: all 0.2s ease;
  color: #404041;
  cursor: pointer; }
  .blog-page .filter-button span,
  .category-page .filter-button span {
    position: relative; }
    .blog-page .filter-button span::after,
    .category-page .filter-button span::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' enable-background='new 0 0 128 128' height='25' viewBox='0 0 128 128' width='25'%3E%3Cpath fill='%23404041' id='Down_Arrow_3_' d='m64 88c-1.023 0-2.047-.391-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0l37.172 37.172 37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40c-.781.781-1.805 1.172-2.828 1.172z'/%3E%3C/svg%3E");
      position: absolute;
      top: 50%;
      right: -45px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 25px;
      height: 25px;
      transform: translateY(-50%) rotate(0); }
  .blog-page .filter-button.active span::after,
  .category-page .filter-button.active span::after {
    transform: translateY(-50%) rotate(180deg); }

.blog-page .blog-categories,
.category-page .blog-categories {
  padding: 50px 0;
  display: flex;
  column-gap: 20px; }
  .blog-page .blog-categories li,
  .category-page .blog-categories li {
    list-style: none;
    line-height: 2; }
    .blog-page .blog-categories li a,
    .category-page .blog-categories li a {
      color: #404041; }
      .blog-page .blog-categories li a:hover,
      .category-page .blog-categories li a:hover {
        text-decoration: none;
        transition: all 0.2s ease;
        color: #9397cb; }
  .blog-page .blog-categories div > a,
  .category-page .blog-categories div > a {
    padding: 2px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin: 10px 0;
    transition: all 0.2s ease; }
    .blog-page .blog-categories div > a:hover,
    .category-page .blog-categories div > a:hover {
      text-decoration: none;
      transition: all 0.2s ease;
      transform: scale(0.97); }
  .blog-page .blog-categories div:first-of-type > a,
  .category-page .blog-categories div:first-of-type > a {
    background-color: #BABE54; }
  .blog-page .blog-categories div:nth-of-type(2) > a,
  .category-page .blog-categories div:nth-of-type(2) > a {
    background-color: #57B0BF; }
  .blog-page .blog-categories div:nth-of-type(3) > a,
  .category-page .blog-categories div:nth-of-type(3) > a {
    background-color: #A84957; }
  .blog-page .blog-categories div:nth-of-type(4) > a,
  .category-page .blog-categories div:nth-of-type(4) > a {
    background-color: #9397cb; }
  .blog-page .blog-categories div:nth-of-type(5) > a,
  .category-page .blog-categories div:nth-of-type(5) > a {
    background-color: #444C77; }
  .blog-page .blog-categories div:nth-of-type(6) > a,
  .category-page .blog-categories div:nth-of-type(6) > a {
    background-color: #65811D; }
  .blog-page .blog-categories div:last-of-type,
  .category-page .blog-categories div:last-of-type {
    display: none; }
  .blog-page .blog-categories .parent-category,
  .category-page .blog-categories .parent-category {
    width: 19%; }

.blog-page .blog-grid,
.category-page .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  row-gap: 50px;
  flex-wrap: wrap; }
  .blog-page .blog-grid .blog-item,
  .category-page .blog-grid .blog-item {
    transition: all 0.2s ease; }
    .blog-page .blog-grid .blog-item .date,
    .category-page .blog-grid .blog-item .date {
      margin-top: 10px; }
    .blog-page .blog-grid .blog-item .category,
    .category-page .blog-grid .blog-item .category {
      background-color: #9397cb;
      padding: 2px 10px;
      color: #fff;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 700;
      display: inline-block;
      margin: 10px 0; }
    .blog-page .blog-grid .blog-item img,
    .category-page .blog-grid .blog-item img {
      max-height: 250px;
      object-fit: cover;
      width: 100%; }
    .blog-page .blog-grid .blog-item:hover,
    .category-page .blog-grid .blog-item:hover {
      text-decoration: none;
      color: #BABE54;
      transition: all 0.2s ease; }

.blog-page__breadcrumb,
.category-page__breadcrumb {
  padding: 25px 0;
  background-color: #eeeeee;
  margin-bottom: 50px;
  transition: all 0.2s ease; }
  .blog-page__breadcrumb a:hover,
  .category-page__breadcrumb a:hover {
    text-decoration: none;
    color: #65811D;
    transition: all 0.2s ease; }

.blog-page .pagination,
.category-page .pagination {
  margin: 45px auto 45px;
  padding: 25px;
  width: 55%;
  text-align: center; }
  .blog-page .pagination.add-bg,
  .category-page .pagination.add-bg {
    background-color: #eeeeee; }
  .blog-page .pagination span,
  .blog-page .pagination a,
  .category-page .pagination span,
  .category-page .pagination a {
    font-size: 20px;
    font-weight: 700;
    padding: 0 4px;
    transition: all 0.2s ease; }
    .blog-page .pagination span.current,
    .blog-page .pagination a.current,
    .category-page .pagination span.current,
    .category-page .pagination a.current {
      color: #BABE54; }
    .blog-page .pagination span:hover,
    .blog-page .pagination a:hover,
    .category-page .pagination span:hover,
    .category-page .pagination a:hover {
      text-decoration: none;
      color: #9397cb;
      transition: all 0.2s ease; }

.single-blog {
  padding: 100px 0; }

.bulletin-sign-up {
  padding: 80px 0;
  position: relative; }
  .bulletin-sign-up__content h2 {
    color: #fff; }
  .bulletin-sign-up__form .gform_wrapper .gform_footer {
    justify-content: center; }
  .bulletin-sign-up__form .gform_wrapper form input:not([type="submit"]) {
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    border-radius: 10px;
    color: #fff !important; }
  .bulletin-sign-up__form .gform_wrapper form input::placeholder {
    color: #fff;
    opacity: .6; }
  .bulletin-sign-up__form .gform_wrapper form label {
    display: none; }
  .bulletin-sign-up::after {
    content: "";
    position: absolute;
    background-color: #A84957;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: .85; }
  .bulletin-sign-up::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/blog-hero.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -10; }

@media (max-width: 1024px) {
  .home .blog-section {
    padding: 50px 0; }
    .home .blog-section__container {
      display: block; }
      .home .blog-section__container .item {
        width: 100%;
        margin-bottom: 25px;
        height: 265px; }
  .home .split-section-home {
    padding: 50px 0; }
    .home .split-section-home .site-container::after {
      left: unset;
      right: -75px;
      transform: none; }
    .home .split-section-home__container .col a.button {
      margin-top: 0; }
    .home .split-section-home--second .site-container::after {
      right: 0; }
  .home .accordion-section-home {
    padding: 50px 0; }
    .home .accordion-section-home__container .col--accordion .accordions__row {
      width: 100%; }
  .home .ticker-section span {
    display: block;
    position: relative;
    background-color: #eef7f9;
    z-index: 2;
    top: 0; }
  .home .ticker-section #static {
    height: 95px; }
  .home .ticker-section #ticker {
    left: 0;
    top: 15px;
    margin: 0; }
  .home .tools {
    padding: 50px 0; }
    .home .tools__container::after {
      display: none; }
    .home .tools__container .blocks {
      display: flex;
      flex-wrap: wrap;
      column-gap: 20px; }
      .home .tools__container .blocks .block {
        width: calc(50% - 10px);
        min-height: 225px; }
        .home .tools__container .blocks .block__inner {
          padding: 4%; }
          .home .tools__container .blocks .block__inner h4 {
            font-weight: 500; }
      .home .tools__container .blocks .block-7 {
        display: none; }
  .home .map-section {
    padding: 50px; }
    .home .map-section__container {
      display: block; }
      .home .map-section__container .map {
        position: relative;
        transform: none;
        width: 100%; }
      .home .map-section__container .counter {
        width: 100%;
        margin: 0;
        padding-top: 50px; }
  .home .partner-logos {
    padding-bottom: 50px; }
  .home .cta-section__wrapper {
    position: relative;
    width: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    transform: none; }
  .home .cta-section__container {
    display: block; }
    .home .cta-section__container .content {
      width: 100%; }
      .home .cta-section__container .content h4,
      .home .cta-section__container .content p {
        width: 100%; }
    .home .cta-section__container .form {
      width: 100%; }
      .home .cta-section__container .form .gform_wrapper form input {
        width: 400px !important; }
      .home .cta-section__container .form .gform_wrapper form .gform_button {
        flex-grow: 0; }
  .blog-page .blog-categories,
  .category-page .blog-categories {
    flex-wrap: wrap;
    row-gap: 25px; }
    .blog-page .blog-categories .parent-category,
    .category-page .blog-categories .parent-category {
      width: 31%; }
  .blog-page .blog-grid,
  .category-page .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 25px; }
  .blog-page .pagination,
  .category-page .pagination {
    width: 90%;
    padding: 20px; } }

.bulletin-sign-up {
  padding: 50px 0; }

.single-blog a {
  color: #BABE54;
  transition: all 0.2s ease; }
  .single-blog a:hover {
    color: #65811D;
    transition: all 0.2s ease;
    text-decoration: none; }

.single-blog * {
  float: none !important; }

.search-page .search-form {
  margin: 45px 0;
  padding: 10px; }
  .search-page .search-form input {
    padding: 10px; }
    .search-page .search-form input[type="search"] {
      width: 50%; }
    .search-page .search-form input[type="submit"] {
      padding: 10px 24px;
      border: none;
      border-radius: 40px;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      position: relative;
      transition: all 0.2s ease;
      display: inline-block;
      background-color: #A84957;
      transition: all 0.2s ease;
      outline: none;
      cursor: pointer; }
      .search-page .search-form input[type="submit"]:hover {
        background-color: #8c3d48;
        transition: all 0.2s ease;
        text-decoration: none; }
      .search-page .search-form input[type="submit"]::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        width: 20px;
        height: 20px;
        transition: all 0.2s ease;
        content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3333 9.00008C17.3333 4.40008 13.6 0.666748 8.99999 0.666748C4.39999 0.666748 0.666656 4.40008 0.666656 9.00008C0.666656 13.6001 4.39999 17.3334 8.99999 17.3334C13.6 17.3334 17.3333 13.6001 17.3333 9.00008ZM2.33332 9.00008C2.33332 5.31675 5.31666 2.33341 8.99999 2.33341C12.6833 2.33341 15.6667 5.31675 15.6667 9.00008C15.6667 12.6834 12.6833 15.6667 8.99999 15.6667C5.31666 15.6667 2.33332 12.6834 2.33332 9.00008ZM12.3333 9.00008L8.99999 12.3334L7.82499 11.1584L9.14166 9.83341H5.66666V8.16675H9.14166L7.81666 6.84175L8.99999 5.66675L12.3333 9.00008Z' fill='white'/%3E%3C/svg%3E"); }

@media (max-width: 768px) {
  .home .map-section__container .counter__bottom .counter-cell span {
    font-size: 34px; }
  .home .cta-section__container .form {
    display: block; }
    .home .cta-section__container .form input {
      display: block;
      width: 80%;
      margin-bottom: 20px; }
    .home .cta-section__container .form .gform_wrapper form {
      display: block; }
      .home .cta-section__container .form .gform_wrapper form input {
        min-width: none; } }

@media (max-width: 635px) {
  .home .tools__container .blocks {
    display: block; }
    .home .tools__container .blocks .block {
      width: 100%;
      margin-bottom: 20px; }
      .home .tools__container .blocks .block__inner {
        justify-content: flex-end; }
        .home .tools__container .blocks .block__inner h4 {
          margin-top: 8px; }
      .home .tools__container .blocks .block:hover .block__inner h4 {
        transform: none; }
  .blog-page .blog-categories,
  .category-page .blog-categories {
    flex-wrap: wrap;
    row-gap: 25px; }
    .blog-page .blog-categories .parent-category,
    .category-page .blog-categories .parent-category {
      width: 100%; }
  .blog-page .blog-grid,
  .category-page .blog-grid {
    display: block; }
    .blog-page .blog-grid .blog-item,
    .category-page .blog-grid .blog-item {
      width: 100;
      margin-bottom: 25px; } }

@media (max-width: 500px) {
  .home .ticker-section #static,
  .home .ticker-section #ticker li {
    font-size: 26.5px; }
  .home .map-section__container .counter__top .counter-cell h5 {
    display: block;
    text-align: center; }
  .home .map-section__container .counter__bottom {
    display: block;
    padding: 25px 0; }
    .home .map-section__container .counter__bottom .counter-cell {
      min-height: 100px;
      width: 100%; }
      .home .map-section__container .counter__bottom .counter-cell::after {
        display: none; }
  .home .cta-section__container .form input {
    width: 95%; } }

.button {
  padding: 10px 40px 10px 24px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  transition: all 0.2s ease;
  display: inline-block;
  cursor: pointer; }
  .button::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease;
    content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3333 9.00008C17.3333 4.40008 13.6 0.666748 8.99999 0.666748C4.39999 0.666748 0.666656 4.40008 0.666656 9.00008C0.666656 13.6001 4.39999 17.3334 8.99999 17.3334C13.6 17.3334 17.3333 13.6001 17.3333 9.00008ZM2.33332 9.00008C2.33332 5.31675 5.31666 2.33341 8.99999 2.33341C12.6833 2.33341 15.6667 5.31675 15.6667 9.00008C15.6667 12.6834 12.6833 15.6667 8.99999 15.6667C5.31666 15.6667 2.33332 12.6834 2.33332 9.00008ZM12.3333 9.00008L8.99999 12.3334L7.82499 11.1584L9.14166 9.83341H5.66666V8.16675H9.14166L7.81666 6.84175L8.99999 5.66675L12.3333 9.00008Z' fill='white'/%3E%3C/svg%3E"); }
  .button--green {
    background-color: #BABE54;
    transition: all 0.2s ease; }
    .button--green:hover {
      background-color: #a5a940;
      transition: all 0.2s ease;
      text-decoration: none; }
  .button--blue {
    background-color: #57B0BF;
    transition: all 0.2s ease; }
    .button--blue:hover {
      background-color: #419cac;
      transition: all 0.2s ease;
      text-decoration: none; }
  .button--purple {
    background-color: #9397cb;
    transition: all 0.2s ease; }
    .button--purple:hover {
      background-color: #777cbe;
      transition: all 0.2s ease;
      text-decoration: none; }
  .button--red {
    background-color: #A84957;
    transition: all 0.2s ease; }
    .button--red:hover {
      background-color: #8c3d48;
      transition: all 0.2s ease;
      text-decoration: none; }
  .button--inline {
    padding: 0; }
    .button--inline::after {
      display: none; }
    .button--inline a {
      padding: 10px 40px 10px 24px;
      border-radius: 40px;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      background-color: #BABE54;
      transition: all 0.2s ease;
      position: relative; }
      .button--inline a::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        width: 20px;
        height: 20px;
        transition: all 0.2s ease;
        content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3333 9.00008C17.3333 4.40008 13.6 0.666748 8.99999 0.666748C4.39999 0.666748 0.666656 4.40008 0.666656 9.00008C0.666656 13.6001 4.39999 17.3334 8.99999 17.3334C13.6 17.3334 17.3333 13.6001 17.3333 9.00008ZM2.33332 9.00008C2.33332 5.31675 5.31666 2.33341 8.99999 2.33341C12.6833 2.33341 15.6667 5.31675 15.6667 9.00008C15.6667 12.6834 12.6833 15.6667 8.99999 15.6667C5.31666 15.6667 2.33332 12.6834 2.33332 9.00008ZM12.3333 9.00008L8.99999 12.3334L7.82499 11.1584L9.14166 9.83341H5.66666V8.16675H9.14166L7.81666 6.84175L8.99999 5.66675L12.3333 9.00008Z' fill='white'/%3E%3C/svg%3E"); }
      .button--inline a:hover {
        background-color: #a5a940;
        transition: all 0.2s ease;
        text-decoration: none; }
  .button--skinny {
    background-color: #fff;
    color: #BABE54;
    padding: 6px 39.5px 6px 14.5px;
    font-size: 13px;
    font-weight: 700; }
    .button--skinny::after {
      content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3333 9.00008C17.3333 4.40008 13.6 0.666748 8.99999 0.666748C4.39999 0.666748 0.666656 4.40008 0.666656 9.00008C0.666656 13.6001 4.39999 17.3334 8.99999 17.3334C13.6 17.3334 17.3333 13.6001 17.3333 9.00008ZM2.33332 9.00008C2.33332 5.31675 5.31666 2.33341 8.99999 2.33341C12.6833 2.33341 15.6667 5.31675 15.6667 9.00008C15.6667 12.6834 12.6833 15.6667 8.99999 15.6667C5.31666 15.6667 2.33332 12.6834 2.33332 9.00008ZM12.3333 9.00008L8.99999 12.3334L7.82499 11.1584L9.14166 9.83341H5.66666V8.16675H9.14166L7.81666 6.84175L8.99999 5.66675L12.3333 9.00008Z' fill='%23BABE54'/%3E%3C/svg%3E"); }
    .button--skinny:hover {
      color: #fff;
      background-color: #BABE54;
      transition: all 0.2s ease;
      text-decoration: none; }
      .button--skinny:hover::after {
        content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3333 9.00008C17.3333 4.40008 13.6 0.666748 8.99999 0.666748C4.39999 0.666748 0.666656 4.40008 0.666656 9.00008C0.666656 13.6001 4.39999 17.3334 8.99999 17.3334C13.6 17.3334 17.3333 13.6001 17.3333 9.00008ZM2.33332 9.00008C2.33332 5.31675 5.31666 2.33341 8.99999 2.33341C12.6833 2.33341 15.6667 5.31675 15.6667 9.00008C15.6667 12.6834 12.6833 15.6667 8.99999 15.6667C5.31666 15.6667 2.33332 12.6834 2.33332 9.00008ZM12.3333 9.00008L8.99999 12.3334L7.82499 11.1584L9.14166 9.83341H5.66666V8.16675H9.14166L7.81666 6.84175L8.99999 5.66675L12.3333 9.00008Z' fill='white'/%3E%3C/svg%3E");
        transition: all 0.2s ease; }

.hero--home {
  max-height: 92vh;
  overflow: hidden;
  position: relative; }
  @media (max-height: 750px) {
    .hero--home {
      max-height: 130vh; } }
  .hero--home::after {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: 1; }
  .hero--home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--url);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -10; }
  .hero--home .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.5%; }
    @media (max-height: 750px) {
      .hero--home .video-container {
        padding-bottom: 63%; } }
  .hero--home iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
    width: 200%;
    left: 50%;
    transform: translateX(-50%); }
  .hero--home__content {
    max-width: 1200px;
    padding-left: 25px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -38%);
    z-index: 2;
    color: #fff;
    width: 100%; }
    @media (max-height: 750px) {
      .hero--home__content {
        padding-top: 30px; } }
  .hero--home__buttons {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 12px; }

.hero--blog {
  padding: 200px 0 100px;
  position: relative; }
  .hero--blog h1 {
    color: #fff; }
  .hero--blog::before {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .33;
    z-index: -1; }
  .hero--blog::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/blog-hero.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -10; }
  .hero--blog--single h1 {
    max-width: 1000px;
    font-size: 45px; }

.hero-404 {
  background-image: url("../../assets/img/roadblock.jpeg");
  position: relative;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .hero-404::after {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: -1; }
  .hero-404__container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px; }
  .hero-404__header {
    color: #fff; }

.hero-calendar {
  background-image: url("../../assets/img/calendar.jpg");
  position: relative;
  z-index: -2; }
  .hero-calendar::after {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: -1; }
  .hero-calendar__container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px; }
  .hero-calendar__header {
    color: #fff; }

@media (max-width: 1250px) {
  .hero--home .video-container {
    padding-bottom: 60%; } }

@media (max-width: 1024px) {
  .hero--home .video-container {
    padding-bottom: 75vh; }
  .hero--home iframe {
    width: 220%;
    left: 50%;
    transform: translateX(-50%); } }

@media (max-width: 600px) {
  .hero--home__content h1 {
    font-size: 45px; } }

@media (max-width: 500px) {
  .hero--home {
    max-height: 100vh; }
    .hero--home .video-container {
      padding-bottom: 88.5vh; }
    .hero--home iframe {
      width: 315%; }
    .hero--home__content {
      transform: translate(-50%, -45%);
      padding: 0 25px; }
      .hero--home__content h6 {
        max-width: 330px; } }

@media (max-width: 420px) {
  .hero--home iframe {
    width: 340%; } }

.split-layout-block .full-header {
  text-align: center;
  margin-bottom: 50px; }
  .split-layout-block .full-header span {
    color: var(--color-theme) !important; }

.split-layout-block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  top: 0;
  left: 0;
  z-index: -5; }

.split-layout-block__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  column-gap: 100px; }
  .split-layout-block__container .col {
    width: calc(50% - 50px); }
    .split-layout-block__container .col .links {
      margin-top: 50px; }
  @media (max-width: 1024px) {
    .split-layout-block__container {
      flex-direction: column;
      row-gap: 50px; }
      .split-layout-block__container .col {
        width: 100%; }
        .split-layout-block__container .col img {
          width: 100%; } }
  .split-layout-block__container--reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 100px; }
    .split-layout-block__container--reverse .col {
      width: calc(50% - 50px); }
      .split-layout-block__container--reverse .col .links {
        margin-top: 50px; }
    @media (max-width: 1024px) {
      .split-layout-block__container--reverse {
        flex-direction: column;
        row-gap: 50px; }
        .split-layout-block__container--reverse .col {
          width: 100%; }
          .split-layout-block__container--reverse .col img {
            width: 100%; } }
  .split-layout-block__container--align-top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: start;
    column-gap: 100px; }
    .split-layout-block__container--align-top .col {
      width: calc(50% - 50px); }
      .split-layout-block__container--align-top .col .links {
        margin-top: 50px; }
    @media (max-width: 1024px) {
      .split-layout-block__container--align-top {
        flex-direction: column;
        row-gap: 50px; }
        .split-layout-block__container--align-top .col {
          width: 100%; }
          .split-layout-block__container--align-top .col img {
            width: 100%; } }
  .split-layout-block__container .col {
    position: relative; }
    .split-layout-block__container .col--purple ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24.001' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%239397cb'/%3E%3C/svg%3E%0A"); }
    .split-layout-block__container .col--blue ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24.001' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%2357B0BF'/%3E%3C/svg%3E%0A"); }
    .split-layout-block__container .col--green ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24.001' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%23BABE54'/%3E%3C/svg%3E"); }
    .split-layout-block__container .col--red ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24.001' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%23a84957'/%3E%3C/svg%3E"); }
    .split-layout-block__container .col--dark-purple ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24.001' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%23444c77'/%3E%3C/svg%3E"); }
    .split-layout-block__container .col--dark-green ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24.001' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%2365811D'/%3E%3C/svg%3E"); }
    .split-layout-block__container .col ul {
      list-style: none; }
      .split-layout-block__container .col ul li {
        position: relative;
        margin-bottom: 5px;
        font-size: 20px;
        color: #6E6F71;
        padding-left: 15px; }
        .split-layout-block__container .col ul li::after {
          position: absolute;
          top: 0;
          left: 0;
          transform: translate(-30px, 20%);
          background-repeat: no-repeat;
          background-size: 15px;
          background-position: center; }
    .split-layout-block__container .col h2 span {
      color: var(--color-theme) !important; }
    .split-layout-block__container .col p strong {
      color: #404041; }
  .split-layout-block__container .icon {
    position: absolute;
    top: -50px;
    left: -100px;
    width: 180px;
    z-index: -1; }
    .split-layout-block__container .icon--svg {
      left: -250px;
      fill: var(--color-theme); }
      .split-layout-block__container .icon--svg svg {
        width: 450px;
        height: 350px; }
      .split-layout-block__container .icon--svg path {
        fill: var(--color-theme);
        opacity: .2; }

@media (max-width: 1024px) {
  .split-layout-block__container ul li {
    padding: 0; }
  .split-layout-block__container .icon {
    left: unset;
    right: 20px;
    top: 50%;
    max-height: 730px;
    border-radius: 25px; } }

.hero-block {
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 200px 0 100px; }
  .hero-block__header h1 {
    color: #fff;
    text-align: center;
    margin: 0; }
    .hero-block__header h1 span {
      color: #BABE54; }
  .hero-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-img-url);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -10; }
  .hero-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: .33; }

@media (max-width: 1024px) {
  .hero-block {
    min-height: 1px;
    padding: 50px 0; }
    .hero-block__container {
      padding: 50px 0; } }

@media (max-width: 768px) {
  .hero-block__container {
    padding: 50px 0; }
  .hero-block__content {
    max-width: 100%; } }

.repeating-alternating-block {
  padding: 100px 0px;
  overflow: hidden; }
  .repeating-alternating-block h2 {
    text-align: center; }
  .repeating-alternating-block .section {
    padding: 100px 0;
    position: relative; }
    .repeating-alternating-block .section--rev {
      background-color: #eef7f9; }
      .repeating-alternating-block .section--rev .section__inner {
        flex-direction: row-reverse; }
        .repeating-alternating-block .section--rev .section__inner .col--content h2,
        .repeating-alternating-block .section--rev .section__inner .col--content p {
          text-align: right; }
    .repeating-alternating-block .section__inner {
      display: flex;
      align-items: center;
      column-gap: 50px;
      height: 100%;
      position: relative; }
      .repeating-alternating-block .section__inner .col--image {
        width: 50%;
        text-align: center; }
        .repeating-alternating-block .section__inner .col--image img {
          width: 100%;
          max-width: 425px;
          min-width: 325px; }
      .repeating-alternating-block .section__inner .col--content {
        width: 50%;
        font-size: 24px; }
        .repeating-alternating-block .section__inner .col--content h2,
        .repeating-alternating-block .section__inner .col--content p {
          text-align: left; }

@media (max-width: 1024px) {
  .repeating-alternating-block .section {
    padding: 50px 0; }
    .repeating-alternating-block .section__inner {
      display: block; }
      .repeating-alternating-block .section__inner .col--image {
        width: 100%;
        margin-bottom: 30px; }
        .repeating-alternating-block .section__inner .col--image img {
          width: 100%;
          min-width: none;
          max-width: 75%; }
      .repeating-alternating-block .section__inner .col--content {
        width: 100%; }
        .repeating-alternating-block .section__inner .col--content h2,
        .repeating-alternating-block .section__inner .col--content p {
          text-align: center; }
    .repeating-alternating-block .section--rev .section__inner .col--content h2,
    .repeating-alternating-block .section--rev .section__inner .col--content p {
      text-align: center; } }

@media (max-width: 768px) {
  .repeating-alternating-block {
    padding: 50px 0; }
    .repeating-alternating-block .section__inner .col--image img {
      max-width: 100%; } }

.cta::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  top: 0;
  left: 0;
  z-index: -5; }

.cta h2 {
  text-align: center; }

.cta__container {
  display: flex;
  column-gap: 25px;
  margin-top: 50px; }
  .cta__container .block {
    min-height: 265px;
    position: relative;
    border-radius: 8px;
    cursor: pointer;
    padding: 10% 7.5%;
    overflow: hidden; }
    .cta__container .block--four {
      width: calc(25% - 12.5px); }
      .cta__container .block--four__inner {
        padding: 10% 7.5%; }
        .cta__container .block--four__inner h4 {
          margin: 0; }
    .cta__container .block--two {
      width: calc(50% - 12.5px); }
      .cta__container .block--two__inner {
        padding: 5.5%; }
        .cta__container .block--two__inner h3 {
          margin: 0;
          font-size: 38px; }
    .cta__container .block .hover-bg {
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: var(--bg-color);
      top: 0;
      left: 0;
      opacity: .5; }
    .cta__container .block__inner {
      position: absolute;
      top: 0;
      z-index: 10;
      height: 100%;
      width: 100%;
      left: 0;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .cta__container .block__inner .icon {
        max-width: 45px; }
      .cta__container .block__inner h3 {
        margin-bottom: 0;
        font-weight: 300;
        transition: all 0.2s ease;
        max-width: 50%;
        line-height: 1.25; }
    .cta__container .block::after {
      content: "";
      position: absolute;
      background-color: var(--bg-color);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 8px;
      transition: all 0.2s ease; }
    .cta__container .block::before {
      content: "";
      position: absolute;
      background-image: var(--url);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 8px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .cta__container .block:hover .block__inner {
      text-decoration: none; }
      .cta__container .block:hover .block__inner h4 {
        transform: translateY(-25px);
        transition: all 0.2s ease; }
    .cta__container .block:hover::after {
      top: -100%;
      transition: all 0.2s ease; }

@media (max-width: 1024px) {
  .cta__container {
    flex-wrap: wrap;
    row-gap: 25px; }
    .cta__container .block {
      width: calc(50% - 12.5px); } }

@media (max-width: 768px) {
  .cta__container {
    display: block; }
    .cta__container .block {
      width: 100%;
      margin-bottom: 25px; }
      .cta__container .block--two__inner h3 {
        font-size: 28px;
        max-width: 100%; } }

.partner-logos {
  padding: 100px 0;
  overflow: hidden; }
  .partner-logos__container {
    position: relative; }
    .partner-logos__container .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: transparent;
      color: transparent;
      border: none;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 25px;
      height: 25px; }
    .partner-logos__container .slick-prev {
      background-image: url("../../assets/img/arrow-prev.svg"); }
    .partner-logos__container .slick-next {
      background-image: url("../../assets/img/arrow-next.svg");
      right: 0; }
    .partner-logos__container .slick-track {
      display: flex;
      align-items: center; }
    .partner-logos__container .logo-wrapper {
      width: 15%;
      text-align: center; }
      .partner-logos__container .logo-wrapper img {
        max-width: 125px; }

@media (max-width: 768px) {
  .partner-logos {
    padding: 50px 0; }
    .partner-logos__container .logo-wrapper {
      width: 120px; } }

.background-scroll-block {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .background-scroll-block__container {
    width: 100%;
    position: relative;
    min-height: 500px;
    overflow: hidden; }
    .background-scroll-block__container .scroll-section {
      height: 500px;
      background-color: var(--bg-color);
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      width: 100%;
      transform: translateY(100%);
      visibility: hidden; }
      .background-scroll-block__container .scroll-section--1 {
        transform: translateY(0%); }
      .background-scroll-block__container .scroll-section__first {
        background-color: #FAFAF1;
        visibility: visible; }
        .background-scroll-block__container .scroll-section__first__inner {
          text-align: center;
          opacity: 1;
          position: relative; }
          .background-scroll-block__container .scroll-section__first__inner img {
            position: absolute;
            left: 50%;
            transform: translate(-50%, -75px);
            z-index: -1; }
      .background-scroll-block__container .scroll-section__inner {
        max-width: 1440px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 100%;
        column-gap: 35px;
        padding: 0 25px; }
        .background-scroll-block__container .scroll-section__inner .heading {
          width: 65%;
          color: #fff; }
          .background-scroll-block__container .scroll-section__inner .heading h3 {
            font-weight: 700; }
        .background-scroll-block__container .scroll-section__inner .content {
          width: 50%;
          color: #fff; }
  .background-scroll-block__icons {
    position: relative;
    height: 300px;
    background-color: #FAFAF1;
    transition: all .2 ease; }
    .background-scroll-block__icons::after {
      content: "";
      position: absolute;
      background-image: url("../../assets/img/scroll-icons.svg");
      background-position: bottom center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      opacity: .7;
      z-index: 0; }

@media (max-width: 1024px) {
  .background-scroll-block__container {
    height: 375px;
    min-height: 375px; }
    .background-scroll-block__container .scroll-section {
      height: 375px; }
      .background-scroll-block__container .scroll-section__inner {
        flex-direction: column;
        justify-content: center; }
        .background-scroll-block__container .scroll-section__inner .heading {
          width: 100%; }
        .background-scroll-block__container .scroll-section__inner .content {
          width: 100%; }
  .background-scroll-block__icons {
    height: 250px; } }

@media (max-width: 600px) {
  .background-scroll-block__icons {
    display: none; } }

@media (max-width: 500px) {
  .background-scroll-block__container .scroll-section .heading h3 {
    font-size: 24px; } }

.link-blocks {
  position: relative;
  padding: 50px 0; }
  .link-blocks.add-top-padding {
    padding-top: 100px; }
  .link-blocks.add-bottom-padding {
    padding-bottom: 100px; }
  .link-blocks h2 {
    text-align: center; }
  .link-blocks__wrapper {
    position: relative; }
  .link-blocks__container {
    display: flex;
    column-gap: 50px;
    margin-top: 45px; }
    .link-blocks__container .block {
      position: relative;
      width: 50%;
      height: 420px;
      overflow: hidden;
      border-radius: 8px; }
      .link-blocks__container .block__inner {
        padding: 25px;
        display: flex;
        align-items: flex-end;
        height: 100%;
        max-width: 90%; }
      .link-blocks__container .block h2 {
        color: #fff;
        text-align: left; }
      .link-blocks__container .block:hover {
        text-decoration: none; }
        .link-blocks__container .block:hover::before {
          transform: scale(1.1);
          transition: all 0.2s ease; }
      .link-blocks__container .block::after {
        content: "";
        position: absolute;
        background-color: #000000;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 8px;
        opacity: .33;
        z-index: -5; }
      .link-blocks__container .block::before {
        content: "";
        position: absolute;
        background-image: var(--url);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 8px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 0.2s ease;
        z-index: -10; }

@media (max-width: 1024px) {
  .link-blocks__container {
    display: block;
    column-gap: 20px; }
    .link-blocks__container .block {
      width: 100%;
      display: inline-block;
      height: 280px;
      margin-bottom: 25px; } }

.testimonial-slider-section {
  padding: 200px 0 75px;
  overflow: hidden;
  position: relative; }
  .testimonial-slider-section::after {
    content: "";
    position: absolute;
    background-image: url("../../assets/img/icon-speech 1.svg");
    background-repeat: no-repeat;
    background-position: 0 20%;
    background-size: auto;
    width: 100%;
    height: 100%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }
  .testimonial-slider-section .testimonial-slider .slick-track {
    display: flex !important;
    justify-content: center; }
  .testimonial-slider-section .testimonial-slider .slick-track {
    display: flex !important; }
  .testimonial-slider-section .testimonial-slider .slick-slide {
    height: 100% !important;
    color: #000000; }
    .testimonial-slider-section .testimonial-slider .slick-slide div:first-child {
      margin: 0 auto;
      display: flex !important;
      width: 85% !important;
      padding-left: 50px;
      column-gap: 50px; }
      @media (max-width: 1500px) {
        .testimonial-slider-section .testimonial-slider .slick-slide div:first-child {
          width: 93% !important; } }
    .testimonial-slider-section .testimonial-slider .slick-slide div .content {
      width: 65%;
      display: block !important; }
      .testimonial-slider-section .testimonial-slider .slick-slide div .content h4 {
        font-weight: 500;
        line-height: 1.55; }
    .testimonial-slider-section .testimonial-slider .slick-slide div .photo {
      width: 30%; }
      .testimonial-slider-section .testimonial-slider .slick-slide div .photo img {
        object-fit: contain;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        object-fit: cover; }
    .testimonial-slider-section .testimonial-slider .slick-slide div h5 {
      margin: 35px 0 10px; }
  .testimonial-slider-section .testimonial-slider .slick-dots {
    display: flex;
    justify-content: center;
    column-gap: 30px; }
    .testimonial-slider-section .testimonial-slider .slick-dots li {
      color: #D3D3D3;
      transform: scale(1.6); }
      .testimonial-slider-section .testimonial-slider .slick-dots li.slick-active {
        color: #6E6F71; }
      .testimonial-slider-section .testimonial-slider .slick-dots li button {
        font-size: 0;
        display: none; }

@media (max-width: 768px) {
  .testimonial-slider-section {
    padding: 75px 0; }
    .testimonial-slider-section .testimonial-slider .slick-dots {
      margin-top: 25px; }
    .testimonial-slider-section .testimonial-slider .slick-slide div:first-of-type {
      display: block !important;
      width: 95% !important;
      text-align: center;
      padding: 0;
      margin: 0 auto; }
      .testimonial-slider-section .testimonial-slider .slick-slide div:first-of-type .content {
        width: 100% !important; }
      .testimonial-slider-section .testimonial-slider .slick-slide div:first-of-type .photo {
        width: auto; } }

.two-row-double-col {
  position: relative;
  padding-top: 0; }
  .two-row-double-col::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--bg-back);
    top: 0;
    left: 0;
    z-index: -5; }
  .two-row-double-col__wrapper {
    position: relative;
    padding: 100px 0;
    border-bottom-right-radius: 100px;
    overflow: hidden; }
    .two-row-double-col__wrapper::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: var(--bg-front);
      top: 0;
      left: 0;
      z-index: -4;
      border-bottom-right-radius: 100px; }
    .two-row-double-col__wrapper::before {
      content: "";
      position: absolute;
      background-image: url("../../assets/img/vision-bg.svg");
      background-attachment: fixed;
      background-position: center right;
      background-repeat: no-repeat;
      background-size: contain;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      opacity: .35; }
  .two-row-double-col__top-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    column-gap: 100px;
    color: #fff;
    padding: 50px 0; }
    .two-row-double-col__top-row .col {
      width: calc(50% - 50px); }
      .two-row-double-col__top-row .col .links {
        margin-top: 50px; }
    @media (max-width: 1024px) {
      .two-row-double-col__top-row {
        flex-direction: column;
        row-gap: 50px; }
        .two-row-double-col__top-row .col {
          width: 100%; }
          .two-row-double-col__top-row .col img {
            width: 100%; } }
    .two-row-double-col__top-row h2 {
      color: #fff; }
      .two-row-double-col__top-row h2 span {
        color: #BABE54; }
  .two-row-double-col__bottom-row {
    display: flex;
    justify-content: center;
    column-gap: 75px;
    padding: 50px 0; }
    .two-row-double-col__bottom-row .col {
      width: 30%;
      color: #fff; }
      .two-row-double-col__bottom-row .col h3 {
        max-width: 330px;
        line-height: 1.25; }
      .two-row-double-col__bottom-row .col .icon {
        max-width: 50px;
        margin-bottom: 20px; }

@media (max-width: 1024px) {
  .two-row-double-col__wrapper {
    padding: 50px 0; }
  .two-row-double-col__top-row {
    padding: 35px 0 50px; }
  .two-row-double-col__bottom-row {
    display: block;
    padding: 10px 0; }
    .two-row-double-col__bottom-row .col {
      width: 100%; } }

.two-row-single-col::after {
  content: "";
  position: absolute;
  background-color: var(--bg-color);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.two-row-single-col__top-row {
  max-width: 75%;
  margin: 0 auto;
  text-align: center; }
  .two-row-single-col__top-row h2 {
    text-align: center; }
    .two-row-single-col__top-row h2 span {
      color: var(--color-theme); }

.two-row-single-col__bottom-row {
  display: flex;
  justify-content: center;
  column-gap: 65px;
  padding: 50px 25px; }
  .two-row-single-col__bottom-row .col {
    position: relative;
    width: 30%;
    min-height: 265px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .two-row-single-col__bottom-row .col p {
      color: #404041; }
    .two-row-single-col__bottom-row .col h3 {
      margin-bottom: 10px;
      line-height: 1.25;
      max-width: 330px; }
    .two-row-single-col__bottom-row .col .icon {
      max-width: 50px; }

@media (max-width: 1024px) {
  .two-row-single-col__bottom-row {
    display: block; }
    .two-row-single-col__bottom-row .col {
      width: 100%;
      margin-bottom: 50px; }
      .two-row-single-col__bottom-row .col .icon {
        margin-bottom: 20px; } }

.ncfl-members {
  overflow: hidden; }
  .ncfl-members.remove-top-padding {
    padding-top: 0; }
  .ncfl-members.remove-bottom-padding {
    padding-bottom: 0; }
  .ncfl-members .member-bio-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 600px;
    width: 825px;
    margin: 0 auto;
    background-color: #fff;
    z-index: -999;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    box-shadow: 0 0 35px 0 rgba(64, 64, 65, 0.3); }
    .ncfl-members .member-bio-modal .modal-button {
      position: absolute;
      top: 25px;
      right: 25px;
      background-color: #f0efef;
      border: none;
      height: 35px;
      width: 35px;
      cursor: pointer; }
      .ncfl-members .member-bio-modal .modal-button span {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 25px;
        background-color: #404041;
        width: 2px;
        display: inline-block;
        transform: translate(-50%, -50%) rotate(-45deg);
        transform-origin: center; }
        .ncfl-members .member-bio-modal .modal-button span:first-of-type {
          transform: translate(-50%, -50%) rotate(45deg); }
    .ncfl-members .member-bio-modal.show {
      position: fixed;
      z-index: 999;
      opacity: 1;
      visibility: visible; }
    .ncfl-members .member-bio-modal__container {
      padding: 45px; }
    .ncfl-members .member-bio-modal__bio {
      white-space: pre-wrap; }
    .ncfl-members .member-bio-modal__image-wrapper {
      display: flex;
      column-gap: 25px;
      margin-bottom: 25px;
      align-items: center; }
      .ncfl-members .member-bio-modal__image-wrapper img {
        border-radius: 50%;
        max-width: 150px; }
      .ncfl-members .member-bio-modal__image-wrapper .info h4,
      .ncfl-members .member-bio-modal__image-wrapper .info h5,
      .ncfl-members .member-bio-modal__image-wrapper .info h6 {
        margin-bottom: 7px; }
      .ncfl-members .member-bio-modal__image-wrapper .info .email {
        display: none; }
        .ncfl-members .member-bio-modal__image-wrapper .info .email.show {
          background-color: #57B0BF;
          color: #fff;
          padding: 4px 12px;
          border-radius: 25px;
          display: inline-block;
          font-size: 16px;
          margin-bottom: 10px; }
      .ncfl-members .member-bio-modal__image-wrapper .info .phone {
        display: block; }
  .ncfl-members__tabs {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
    row-gap: 15px;
    column-gap: 15px;
    justify-content: center; }
    .ncfl-members__tabs .department-tab {
      width: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 2px 10px;
      min-height: 25px;
      border-radius: 5px;
      cursor: pointer;
      transition: all 0.2s ease; }
      .ncfl-members__tabs .department-tab p {
        margin: 0;
        transition: all 0.2s ease;
        font-weight: 700;
        color: #fff; }
      .ncfl-members__tabs .department-tab:hover {
        transform: scale(0.96);
        transition: all 0.2s ease; }
        .ncfl-members__tabs .department-tab:hover h6 {
          color: #65811D;
          transition: all 0.2s ease; }
    .ncfl-members__tabs div.active {
      transition: all 0.2s ease; }
      .ncfl-members__tabs div.active p {
        color: #404041;
        transition: all 0.2s ease;
        font-size: 18px; }
    .ncfl-members__tabs div:first-of-type {
      background-color: #BABE54;
      border: 2px solid #BABE54; }
      .ncfl-members__tabs div:first-of-type.active {
        background-color: transparent;
        border: 2px solid #BABE54; }
    .ncfl-members__tabs div:nth-of-type(2) {
      background-color: #65811D;
      border: 2px solid #65811D; }
      .ncfl-members__tabs div:nth-of-type(2).active {
        background-color: transparent;
        border: 2px solid #65811D; }
    .ncfl-members__tabs div:nth-of-type(3) {
      background-color: #A84957;
      border: 2px solid #A84957; }
      .ncfl-members__tabs div:nth-of-type(3).active {
        background-color: transparent;
        border: 2px solid #A84957; }
    .ncfl-members__tabs div:nth-of-type(4) {
      background-color: #9397cb;
      border: 2px solid #9397cb; }
      .ncfl-members__tabs div:nth-of-type(4).active {
        background-color: transparent;
        border: 2px solid #9397cb; }
    .ncfl-members__tabs div:nth-of-type(5) {
      background-color: #444C77;
      border: 2px solid #444C77; }
      .ncfl-members__tabs div:nth-of-type(5).active {
        background-color: transparent;
        border: 2px solid #444C77; }
    .ncfl-members__tabs div:nth-of-type(6) {
      background-color: #57B0BF;
      border: 2px solid #57B0BF; }
      .ncfl-members__tabs div:nth-of-type(6).active {
        background-color: transparent;
        border: 2px solid #57B0BF; }
    .ncfl-members__tabs div:nth-of-type(7) {
      background-color: #BABE54;
      border: 2px solid #BABE54; }
      .ncfl-members__tabs div:nth-of-type(7).active {
        background-color: transparent;
        border: 2px solid #BABE54; }
    .ncfl-members__tabs div:nth-of-type(8) {
      background-color: #65811D;
      border: 2px solid #65811D; }
      .ncfl-members__tabs div:nth-of-type(8).active {
        background-color: transparent;
        border: 2px solid #65811D; }
    .ncfl-members__tabs div:last-of-type {
      background-color: #A84957;
      border: 2px solid #A84957; }
      .ncfl-members__tabs div:last-of-type.active {
        background-color: transparent;
        border: 2px solid #A84957; }
  .ncfl-members__container {
    display: flex;
    column-gap: 75px;
    flex-wrap: wrap;
    padding-top: 50px; }
    .ncfl-members__container .ncfl-team-member {
      width: calc(25% - 75px);
      text-align: center;
      display: block; }
      .ncfl-members__container .ncfl-team-member .bio {
        display: none; }
      .ncfl-members__container .ncfl-team-member.council .bio {
        display: block; }
      .ncfl-members__container .ncfl-team-member a:hover {
        text-decoration: none; }
        .ncfl-members__container .ncfl-team-member a:hover h5 {
          color: #57B0BF;
          transition: all 0.2s ease; }
        .ncfl-members__container .ncfl-team-member a:hover img {
          transform: scale(0.96);
          transition: all 0.2s ease; }
      .ncfl-members__container .ncfl-team-member h5 {
        margin-bottom: 8px;
        transition: all 0.2s ease; }
      .ncfl-members__container .ncfl-team-member img {
        max-width: 180px;
        border-radius: 50%;
        transition: all 0.2s ease; }
      .ncfl-members__container .ncfl-team-member.hide {
        display: none; }

@media (max-width: 1024px) {
  .ncfl-members .member-bio-modal {
    width: 92.5%;
    margin: 0 auto;
    height: 750px; }
  .ncfl-members__tabs {
    width: 100%; }
  .ncfl-members__container {
    column-gap: 0; }
    .ncfl-members__container .ncfl-team-member {
      width: 50%;
      margin: 0 auto; }
      .ncfl-members__container .ncfl-team-member img {
        margin-bottom: 15px; } }

@media (max-width: 768px) {
  .ncfl-members .member-bio-modal__image-wrapper {
    display: block;
    text-align: center; }
  .ncfl-members__tabs {
    column-gap: 10px;
    row-gap: 10px; }
    .ncfl-members__tabs .department-tab p {
      font-size: 16px; }
  .ncfl-members__container {
    display: block; }
    .ncfl-members__container .ncfl-team-member {
      width: 100%; } }

.single-column-layout-block.remove-top-padding {
  padding-top: 0; }

.single-column-layout-block.remove-bottom-padding {
  padding-bottom: 0; }

.single-column-layout-block__container h2 {
  text-align: center; }

.single-column-layout-block__container p {
  max-width: 1150px;
  margin: 0 auto; }

.single-column-layout-block .icon {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translate(5%, -35%);
  z-index: -1;
  opacity: .6; }

.single-column-layout-block.green .icon svg {
  fill: #65811D !important;
  opacity: .4; }
  .single-column-layout-block.green .icon svg path {
    fill: #65811D !important;
    opacity: .4; }

.single-column-layout-block.green .single-column-layout-block__container h2 span {
  color: #65811D; }

.single-column-layout-block.blue .icon svg {
  fill: #57B0BF !important;
  opacity: .4; }
  .single-column-layout-block.blue .icon svg path {
    fill: #57B0BF !important;
    opacity: .4; }

.single-column-layout-block.blue .single-column-layout-block__container h2 span {
  color: #57B0BF; }

.single-testimonial-block {
  padding: 125px 0;
  overflow: hidden; }
  .single-testimonial-block::after {
    content: "";
    position: absolute;
    top: 0;
    transform: translate(-2%, 0%);
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: center right;
    width: 100%;
    height: 122%;
    background-image: url("../../assets/img/icon-speech 1.svg");
    z-index: -1; }
  .single-testimonial-block::before {
    content: "";
    position: absolute;
    top: 0;
    transform: translate(-17%, -53%);
    background-repeat: no-repeat;
    background-size: 535px;
    background-position: top left;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/icon-speech 1.svg");
    z-index: -1; }
  .single-testimonial-block__container {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    column-gap: 75px;
    align-items: center; }
    .single-testimonial-block__container .content {
      width: 55%; }
      .single-testimonial-block__container .content__text {
        font-size: 24px;
        margin-bottom: 45px; }
      .single-testimonial-block__container .content__name {
        margin-bottom: 0px; }
      .single-testimonial-block__container .content__organization {
        margin-bottom: 0; }
    .single-testimonial-block__container .image {
      width: 30%; }
      .single-testimonial-block__container .image img {
        object-fit: contain;
        border-radius: 50%;
        max-width: 235px; }

@media (max-width: 1024px) {
  .single-testimonial-block {
    padding: 50px 0; }
    .single-testimonial-block::before {
      display: none; }
    .single-testimonial-block::after {
      background-position: center;
      background-size: contain;
      width: 70%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 100%; } }

@media (max-width: 768px) {
  .single-testimonial-block__container {
    display: block;
    text-align: center; }
    .single-testimonial-block__container .content, .single-testimonial-block__container .image {
      width: 100%; } }

.board-of-directors__container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 75px; }
  .board-of-directors__container .board-item {
    width: calc(33.33% - 33.5px);
    text-align: center; }
    .board-of-directors__container .board-item img {
      border-radius: 50%;
      max-width: 175px;
      max-height: 175px;
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .board-of-directors__container .board-item .name {
      position: relative; }
    .board-of-directors__container .board-item h5 {
      margin-bottom: 5px;
      font-weight: 500; }
      .board-of-directors__container .board-item h5:first-of-type {
        font-weight: 700; }
    .board-of-directors__container .board-item p {
      max-width: 75%;
      margin: 8px auto 0;
      font-size: 16px; }

@media (max-width: 1024px) {
  .board-of-directors__container {
    display: block; }
    .board-of-directors__container .board-item {
      width: 100%;
      margin-bottom: 45px; } }

.simple-content-block {
  padding: 75px 0; }
  .simple-content-block::after {
    content: "";
    background-color: var(--bg-color);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5; }
  .simple-content-block__container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
    .simple-content-block__container a:not(.button) {
      color: #65811D;
      transition: all .2s ease; }
      .simple-content-block__container a:not(.button):hover {
        color: #BABE54;
        transition: all .2s ease; }
    .simple-content-block__container p:last-of-type {
      margin-bottom: 0; }
    .simple-content-block__container .link {
      text-align: center;
      margin-top: 25px; }
  .simple-content-block.dark-bg .simple-content-block__container {
    color: #fff; }

@media (max-width: 768px) {
  .simple-content-block {
    padding: 35px 0; } }

.content-tabs-block::after {
  content: "";
  position: absolute;
  background-color: var(--bg-color); }

.content-tabs-block__content {
  text-align: center;
  max-width: 75%;
  margin: 0 auto; }

.content-tabs-block__nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  column-gap: 25px; }
  .content-tabs-block__nav ul li {
    background-color: var(--tab-color);
    padding: 2px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer; }
    .content-tabs-block__nav ul li.active {
      opacity: .6; }

.content-tabs-block__sections {
  position: relative;
  width: 80%;
  margin: 75px auto 0; }
  .content-tabs-block__sections .content-block {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    top: 100px;
    z-index: -999;
    transition: top .2s ease; }
    .content-tabs-block__sections .content-block h3 {
      text-align: center; }
    .content-tabs-block__sections .content-block.show {
      opacity: 1;
      position: relative;
      visibility: visible;
      top: 0;
      z-index: 1;
      transition: top .2s ease; }
    .content-tabs-block__sections .content-block--green .content-block__container h2,
    .content-tabs-block__sections .content-block--green .content-block__container h3 {
      color: #BABE54; }
    .content-tabs-block__sections .content-block--green .content-block__container .left ul li::after,
    .content-tabs-block__sections .content-block--green .content-block__container .right ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%23BABE54'/%3E%3C/svg%3E"); }
    .content-tabs-block__sections .content-block--green .content-block__container .left a,
    .content-tabs-block__sections .content-block--green .content-block__container .right a {
      color: #BABE54; }
    .content-tabs-block__sections .content-block--purple .content-block__container h2,
    .content-tabs-block__sections .content-block--purple .content-block__container h3 {
      color: #9397cb; }
    .content-tabs-block__sections .content-block--purple .content-block__container .left ul li::after,
    .content-tabs-block__sections .content-block--purple .content-block__container .right ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%239397cb'/%3E%3C/svg%3E"); }
    .content-tabs-block__sections .content-block--purple .content-block__container .left a,
    .content-tabs-block__sections .content-block--purple .content-block__container .right a {
      color: #9397cb; }
    .content-tabs-block__sections .content-block--blue .content-block__container h2,
    .content-tabs-block__sections .content-block--blue .content-block__container h3 {
      color: #57B0BF; }
    .content-tabs-block__sections .content-block--blue .content-block__container .left ul li::after,
    .content-tabs-block__sections .content-block--blue .content-block__container .right ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%2357B0BF'/%3E%3C/svg%3E"); }
    .content-tabs-block__sections .content-block--blue .content-block__container .left a,
    .content-tabs-block__sections .content-block--blue .content-block__container .right a {
      color: #57B0BF; }
    .content-tabs-block__sections .content-block--dark-purple .content-block__container h2,
    .content-tabs-block__sections .content-block--dark-purple .content-block__container h3 {
      color: #444C77; }
    .content-tabs-block__sections .content-block--dark-purple .content-block__container .left ul li::after,
    .content-tabs-block__sections .content-block--dark-purple .content-block__container .right ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%23444c77'/%3E%3C/svg%3E"); }
    .content-tabs-block__sections .content-block--dark-purple .content-block__container .left a,
    .content-tabs-block__sections .content-block--dark-purple .content-block__container .right a {
      color: #444C77; }
    .content-tabs-block__sections .content-block--dark-green .content-block__container h2,
    .content-tabs-block__sections .content-block--dark-green .content-block__container h3 {
      color: #65811D; }
    .content-tabs-block__sections .content-block--dark-green .content-block__container .left ul li::after,
    .content-tabs-block__sections .content-block--dark-green .content-block__container .right ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24.001' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%2365811D'/%3E%3C/svg%3E"); }
    .content-tabs-block__sections .content-block--dark-green .content-block__container .left a,
    .content-tabs-block__sections .content-block--dark-green .content-block__container .right a {
      color: #65811D; }
    .content-tabs-block__sections .content-block--red .content-block__container h2,
    .content-tabs-block__sections .content-block--red .content-block__container h3 {
      color: #A84957; }
    .content-tabs-block__sections .content-block--red .content-block__container .left ul li::after,
    .content-tabs-block__sections .content-block--red .content-block__container .right ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%23a84957'/%3E%3C/svg%3E"); }
    .content-tabs-block__sections .content-block--red .content-block__container .left a,
    .content-tabs-block__sections .content-block--red .content-block__container .right a {
      color: #A84957; }
    .content-tabs-block__sections .content-block__container {
      display: flex;
      column-gap: 30px; }
      .content-tabs-block__sections .content-block__container .right,
      .content-tabs-block__sections .content-block__container .left {
        width: 45%;
        margin: 0 auto;
        text-align: left; }
        .content-tabs-block__sections .content-block__container .right ul,
        .content-tabs-block__sections .content-block__container .left ul {
          list-style: none; }
          .content-tabs-block__sections .content-block__container .right ul li,
          .content-tabs-block__sections .content-block__container .left ul li {
            font-size: 20px;
            position: relative; }
            .content-tabs-block__sections .content-block__container .right ul li::after,
            .content-tabs-block__sections .content-block__container .left ul li::after {
              content: "";
              position: absolute;
              background-position: center left;
              background-repeat: no-repeat;
              background-size: contain;
              width: auto;
              height: auto;
              top: 50%;
              transform: translate(-30px, -40%);
              left: 0; }
        .content-tabs-block__sections .content-block__container .right h3,
        .content-tabs-block__sections .content-block__container .left h3 {
          text-align: left;
          line-height: 1.25; }
        .content-tabs-block__sections .content-block__container .right b,
        .content-tabs-block__sections .content-block__container .right strong,
        .content-tabs-block__sections .content-block__container .left b,
        .content-tabs-block__sections .content-block__container .left strong {
          color: var(--block-color); }
    .content-tabs-block__sections .content-block__cta {
      padding: 25px 5%;
      background-color: var(--block-color);
      margin-top: 45px; }
    .content-tabs-block__sections .content-block__cta-container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content-tabs-block__sections .content-block__cta-container .text {
        width: 60%;
        color: #fff;
        font-weight: 700; }
      .content-tabs-block__sections .content-block__cta-container .link {
        width: auto; }
        .content-tabs-block__sections .content-block__cta-container .link .button {
          background-color: transparent;
          color: #fff;
          border: 3px solid #fff;
          transition: all 0.2s ease; }
          .content-tabs-block__sections .content-block__cta-container .link .button:hover {
            transform: scale(1.05);
            transition: all 0.2s ease; }

.content-tabs-block__accordion {
  padding-top: 75px; }
  .content-tabs-block__accordion h2 {
    text-align: center; }
  .content-tabs-block__accordion .accordion-section {
    margin-top: 25px;
    position: relative;
    border-bottom: 1px solid #D3D3D3; }
    .content-tabs-block__accordion .accordion-section--first {
      border-top: 1px solid #D3D3D3;
      padding-top: 25px; }
    .content-tabs-block__accordion .accordion-section__header {
      width: 85%; }
    .content-tabs-block__accordion .accordion-section__content {
      color: #404041;
      width: 85%;
      display: none; }
    .content-tabs-block__accordion .accordion-section::before {
      content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_51_924)'%3E%3Cpath d='M13 7H11V11H7V13H11V17H13V13H17V11H13V7ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z' fill='%23404041'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_51_924'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
      position: absolute;
      top: 0;
      right: 0;
      background-position: right;
      background-repeat: no-repeat;
      background-size: contain;
      width: auto;
      height: auto;
      z-index: 2;
      padding-top: 2px;
      transition: all 0.2s ease;
      cursor: pointer; }
    .content-tabs-block__accordion .accordion-section.active::before {
      content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9V11H15V9H5ZM10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 14.41 14.41 18 10 18Z' fill='%23404041'/%3E%3C/svg%3E");
      transition: all 0.2s ease; }

@media (max-width: 768px) {
  .content-tabs-block__nav ul {
    flex-wrap: wrap;
    padding: 0;
    column-gap: 10px; }
    .content-tabs-block__nav ul li {
      margin: 0 auto 15px; }
  .content-tabs-block__sections {
    width: 100%;
    margin: 35px auto 0; }
    .content-tabs-block__sections .content-block__container {
      display: block; }
      .content-tabs-block__sections .content-block__container .left,
      .content-tabs-block__sections .content-block__container .right {
        width: 100%; }
    .content-tabs-block__sections .content-block__cta-container {
      display: block; }
      .content-tabs-block__sections .content-block__cta-container .text {
        width: 85%;
        margin: 0 auto 15px;
        text-align: center; }
      .content-tabs-block__sections .content-block__cta-container .link {
        text-align: center; } }

@media (max-width: 500px) {
  .content-tabs-block__nav ul li {
    width: 70%;
    text-align: center; } }

.full-width-graphic::after {
  content: "";
  position: absolute;
  background-color: var(--bg-color);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0; }

.full-width-graphic .headings {
  max-width: 80%;
  margin: 0 auto;
  text-align: center; }
  .full-width-graphic .headings p {
    color: #404041; }

.full-width-graphic .graphic {
  padding-top: 50px;
  text-align: center; }
  .full-width-graphic .graphic img {
    width: 90%;
    margin: 0 auto; }

.featured-videos .video-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: black;
  top: 0;
  left: 0;
  display: none;
  z-index: 999; }
  .featured-videos .video-modal iframe {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .featured-videos .video-modal.show {
    display: block; }
  .featured-videos .video-modal .close {
    height: 35px;
    width: 35px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    right: 25px; }
    .featured-videos .video-modal .close span {
      background-color: #000000;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2px;
      height: 90%; }
      .featured-videos .video-modal .close span:first-of-type {
        transform: translate(-50%, -50%) rotate(45deg); }
      .featured-videos .video-modal .close span:last-of-type {
        transform: translate(-50%, -50%) rotate(135deg); }

.featured-videos__headings {
  width: 34%;
  margin: 0 auto; }
  .featured-videos__headings span {
    color: #9397cb; }

.featured-videos__video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 18px;
  row-gap: 18px; }
  .featured-videos__video-container .video {
    width: calc(32%);
    cursor: pointer;
    position: relative;
    height: 250px;
    overflow: hidden; }
    .featured-videos__video-container .video::after {
      content: "";
      position: absolute;
      background: transparent linear-gradient(180deg, #444C7B00 0%, #000000 100%) 0% 0% no-repeat padding-box;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .featured-videos__video-container .video .label {
      position: absolute;
      bottom: 35px;
      left: 0;
      color: #fff;
      z-index: 2;
      overflow: hidden;
      padding-left: 65px;
      display: flex;
      align-items: center;
      overflow: visible; }
      .featured-videos__video-container .video .label::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 49.815 49.815'%3E%3Cpath id='play-circle' d='M24.908,0A24.908,24.908,0,1,0,49.815,24.908,24.935,24.935,0,0,0,24.908,0Zm0,47.74A22.832,22.832,0,1,1,47.74,24.908,22.859,22.859,0,0,1,24.908,47.74Zm-8.3-11.717,19.76-11.115L16.605,13.793Zm2.076-18.681,13.45,7.566-13.45,7.566V17.342Z' fill='%23fff'/%3E%3C/svg%3E");
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 25px;
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: contain;
        width: 25px;
        height: 100%; }
    .featured-videos__video-container .video img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .featured-videos__video-container .video--featured {
      width: 50%;
      height: 450px;
      max-height: 450px; }

@media (max-width: 1024px) {
  .featured-videos .video-modal .close {
    top: 20px;
    right: 20px; }
  .featured-videos__video-container {
    column-gap: 10px;
    row-gap: 10px; }
    .featured-videos__video-container .video {
      width: 49%; }
      .featured-videos__video-container .video--featured {
        width: 100%; }
  .featured-videos__headings {
    width: 100%; } }

@media (max-width: 768px) {
  .featured-videos .video-modal iframe {
    height: 550px; }
  .featured-videos__video-container {
    column-gap: 10px;
    row-gap: 10px; }
    .featured-videos__video-container .video {
      width: 100%; }
      .featured-videos__video-container .video--featured {
        width: 100%; } }

.grid-links-block h2 {
  text-align: center; }

.grid-links-block .custom-blurb {
  text-align: center;
  padding-bottom: 30px;
  max-width: 1000px;
  margin: 0 auto;
  display: none; }

.grid-links-block__nav {
  margin: 50px 0; }
  .grid-links-block__nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    column-gap: 25px;
    flex-wrap: wrap;
    padding: 0;
    max-width: 1000px;
    margin: 0 auto; }
    .grid-links-block__nav ul li {
      color: #fff;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 20px;
      transition: all 0.2s ease;
      cursor: pointer; }
      .grid-links-block__nav ul li:hover {
        transform: scale(0.96);
        transition: all 0.2s ease; }
      .grid-links-block__nav ul li a {
        padding: 2px 10px;
        display: inline-block; }
        .grid-links-block__nav ul li a:hover {
          text-decoration: none; }
      .grid-links-block__nav ul li.active a {
        color: #404041; }
      .grid-links-block__nav ul li:first-of-type {
        background-color: #BABE54;
        border: 2px solid #BABE54; }
        .grid-links-block__nav ul li:first-of-type.active {
          background-color: transparent;
          border: 2px solid #BABE54; }
      .grid-links-block__nav ul li:nth-of-type(2) {
        background-color: #57B0BF;
        border: 2px solid #57B0BF; }
        .grid-links-block__nav ul li:nth-of-type(2).active {
          background-color: transparent;
          border: 2px solid #57B0BF; }
      .grid-links-block__nav ul li:nth-of-type(3) {
        background-color: #9397cb;
        border: 2px solid #9397cb; }
        .grid-links-block__nav ul li:nth-of-type(3).active {
          background-color: transparent;
          border: 2px solid #9397cb; }
      .grid-links-block__nav ul li:nth-of-type(4) {
        background-color: #65811D;
        border: 2px solid #65811D; }
        .grid-links-block__nav ul li:nth-of-type(4).active {
          background-color: transparent;
          border: 2px solid #65811D; }
      .grid-links-block__nav ul li:nth-of-type(5) {
        background-color: #A84957;
        border: 2px solid #A84957; }
        .grid-links-block__nav ul li:nth-of-type(5).active {
          background-color: transparent;
          border: 2px solid #A84957; }
      .grid-links-block__nav ul li:nth-of-type(6) {
        background-color: #444C77;
        border: 2px solid #444C77; }
        .grid-links-block__nav ul li:nth-of-type(6).active {
          background-color: transparent;
          border: 2px solid #444C77; }
      .grid-links-block__nav ul li:nth-of-type(7) {
        background-color: #BABE54;
        border: 2px solid #BABE54; }
        .grid-links-block__nav ul li:nth-of-type(7).active {
          background-color: transparent;
          border: 2px solid #BABE54; }
      .grid-links-block__nav ul li:last-of-type {
        background-color: #57B0BF;
        border: 2px solid #57B0BF; }
        .grid-links-block__nav ul li:last-of-type.active {
          background-color: transparent;
          border: 2px solid #57B0BF; }

.grid-links-block__container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 50px; }
  .grid-links-block__container .link-block {
    width: calc(22.5% - 15px);
    padding: 25px 5px 0px 5px;
    border: 1px solid #D3D3D3;
    text-align: center;
    display: block;
    transition: all 0.2s ease; }
    .grid-links-block__container .link-block .date {
      font-weight: 700;
      font-size: 16px;
      text-align: left;
      color: #404041;
      padding-left: 25px;
      position: relative;
      transform: translateY(-10px);
      transition: all 0.2s ease; }
    .grid-links-block__container .link-block.hide {
      display: none; }
    .grid-links-block__container .link-block p {
      margin-top: 25px;
      padding: 0 5%;
      text-align: center; }
    .grid-links-block__container .link-block img {
      width: 100%;
      max-width: 250px; }
    .grid-links-block__container .link-block:hover {
      text-decoration: none;
      transition: all 0.2s ease;
      box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.1); }
      .grid-links-block__container .link-block:hover .date {
        color: #BABE54;
        transition: all 0.2s ease; }

@media (max-width: 1024px) {
  .grid-links-block__container .link-block {
    width: calc(48.5% - 15px); } }

@media (max-width: 768px) {
  .grid-links-block__container {
    display: block; }
    .grid-links-block__container .link-block {
      width: 100%;
      margin-bottom: 25px;
      display: block; }
      .grid-links-block__container .link-block img {
        max-width: 350px;
        margin: 0 auto; } }

.link-blocks-content h2 {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 15px; }

.link-blocks-content p {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 15px; }

.link-blocks-content__container {
  display: flex;
  column-gap: 50px;
  margin-top: 55px; }
  .link-blocks-content__container .block {
    position: relative;
    width: 50%;
    height: 365px;
    overflow: hidden;
    border-radius: 8px; }
    .link-blocks-content__container .block__inner {
      padding: 25px;
      display: flex;
      align-items: flex-end;
      height: 100%;
      max-width: 315px; }
    .link-blocks-content__container .block h3 {
      color: #fff;
      text-align: left;
      font-weight: 700;
      line-height: 1.25;
      margin-bottom: 0; }
    .link-blocks-content__container .block:hover {
      text-decoration: none; }
      .link-blocks-content__container .block:hover::before {
        transform: scale(1.1);
        transition: all 0.2s ease; }
    .link-blocks-content__container .block::after {
      content: "";
      position: absolute;
      background-color: #000000;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 8px;
      opacity: .33;
      z-index: -5; }
    .link-blocks-content__container .block::before {
      content: "";
      position: absolute;
      background-image: var(--url);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 8px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      transition: all 0.2s ease;
      z-index: -10; }

@media (max-width: 1024px) {
  .link-blocks-content h2 {
    max-width: 100%; }
  .link-blocks-content__container {
    display: block; }
    .link-blocks-content__container .block {
      width: 90%;
      margin: 0 auto 25px;
      display: block;
      height: 275px; } }

.split-block-cta::after {
  content: "";
  position: absolute;
  background-color: var(--block-color);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.split-block-cta h2 {
  text-align: center; }

.split-block-cta__container {
  display: flex;
  column-gap: 50px;
  align-items: center; }
  .split-block-cta__container .image {
    width: 32%; }
    .split-block-cta__container .image img {
      width: 100%; }
  .split-block-cta__container .content {
    width: 70%;
    padding: 0 8%; }
    .split-block-cta__container .content p {
      width: 80%;
      color: #404041; }
    .split-block-cta__container .content strong,
    .split-block-cta__container .content b {
      color: #000000; }
    .split-block-cta__container .content ul {
      list-style: none;
      column-count: 2;
      padding: 0; }
      .split-block-cta__container .content ul li {
        position: relative;
        margin-bottom: 5px;
        margin-left: 35px;
        padding: 1px 0; }
        .split-block-cta__container .content ul li::after {
          position: absolute;
          top: 56%;
          left: 0;
          transform: translate(-30px, -50%);
          background-repeat: no-repeat;
          background-size: 20px;
          background-position: center; }
    .split-block-cta__container .content--purple ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%239397cb'/%3E%3C/svg%3E%0A"); }
    .split-block-cta__container .content--blue ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%2357B0BF'/%3E%3C/svg%3E%0A"); }
    .split-block-cta__container .content--yellow ul li::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24.003 24.001'%3E%3Cpath id='comment-check' d='M12.836.028A12,12,0,0,0,.029,12.855C.47,19.208,6.082,24,13.083,24H19a5.006,5.006,0,0,0,5-5V12.34A12.209,12.209,0,0,0,12.836.028ZM18.7,9.712l-6.793,6.707a2,2,0,0,1-2.823,0L5.3,12.715a1,1,0,0,1,1.4-1.43l3.793,3.707,6.806-6.7a1,1,0,0,1,1.4,1.424Z' transform='translate(0.002 0.001)' fill='%23BABE54'/%3E%3C/svg%3E"); }

.split-block-cta__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  padding: 35px 5%; }
  .split-block-cta__cta.blue {
    background-color: #57B0BF; }
  .split-block-cta__cta.yellow {
    background-color: #BABE54; }
  .split-block-cta__cta.purple {
    background-color: #9397cb; }
  .split-block-cta__cta .text {
    width: 60%;
    color: #fff;
    font-weight: 700; }
  .split-block-cta__cta .link {
    width: auto; }
    .split-block-cta__cta .link .button {
      background-color: transparent;
      color: #fff;
      border: 3px solid #fff;
      transition: all 0.2s ease; }
      .split-block-cta__cta .link .button:hover {
        transform: scale(1.05);
        transition: all 0.2s ease; }

@media (max-width: 1024px) {
  .split-block-cta__container {
    display: block; }
    .split-block-cta__container .image {
      width: 100%;
      text-align: center; }
      .split-block-cta__container .image img {
        max-height: 550px;
        object-fit: cover;
        width: 92.5%;
        margin: 0 auto;
        border-radius: 15px; }
    .split-block-cta__container .content {
      width: 100%;
      padding: 0;
      margin-top: 45px; }
      .split-block-cta__container .content p {
        width: 100%; } }

@media (max-width: 550px) {
  .split-block-cta__container .content ul {
    column-count: 1; }
  .split-block-cta__cta {
    display: block; }
    .split-block-cta__cta .text {
      width: 85%;
      margin: 0 auto 15px;
      text-align: center; }
    .split-block-cta__cta .link {
      text-align: center; } }

.podcast-section-block {
  padding: 100px 0 0; }
  .podcast-section-block__main-content {
    padding: 100px 0;
    background-color: #FAFAF1; }
    .podcast-section-block__main-content .headings {
      max-width: 1000px;
      margin: 0 auto;
      text-align: center; }
    .podcast-section-block__main-content .content-block {
      display: flex;
      align-items: center;
      column-gap: 100px;
      padding: 25px 0 50px; }
      .podcast-section-block__main-content .content-block .image {
        width: 30%; }
      .podcast-section-block__main-content .content-block .content {
        width: 70%; }
        .podcast-section-block__main-content .content-block .content p {
          color: #404041; }
    .podcast-section-block__main-content .embeds {
      display: flex;
      padding-bottom: 100px; }
      .podcast-section-block__main-content .embeds .english,
      .podcast-section-block__main-content .embeds .spanish {
        width: 50%; }
    .podcast-section-block__main-content .platforms h4 {
      text-align: center; }
    .podcast-section-block__main-content .platforms__container {
      display: flex;
      column-gap: 50px;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
    .podcast-section-block__main-content .platforms__item {
      width: calc(15%); }
      .podcast-section-block__main-content .platforms__item img {
        min-height: 120px;
        object-fit: contain; }
      .podcast-section-block__main-content .platforms__item .links {
        display: flex;
        justify-content: center;
        align-items: center; }
        .podcast-section-block__main-content .platforms__item .links a {
          margin: 0 5px;
          transition: all 0.2s ease; }
          .podcast-section-block__main-content .platforms__item .links a.english {
            position: relative; }
            .podcast-section-block__main-content .platforms__item .links a.english::after {
              content: "";
              position: absolute;
              height: 65%;
              width: 1px;
              background-color: #404041;
              top: 50%;
              transform: translate(5.5px, -50%);
              right: 0; }
          .podcast-section-block__main-content .platforms__item .links a:hover {
            text-decoration: none;
            transition: all 0.2s ease; }
            .podcast-section-block__main-content .platforms__item .links a:hover.english {
              color: #57B0BF;
              transition: all 0.2s ease; }
            .podcast-section-block__main-content .platforms__item .links a:hover.spanish {
              color: #BABE54;
              transition: all 0.2s ease; }

@media (max-width: 1024px) {
  .podcast-section-block__main-content {
    padding: 50px 0; }
    .podcast-section-block__main-content .content-block {
      column-gap: 50px; }
    .podcast-section-block__main-content .embeds {
      display: block;
      padding-bottom: 50px; }
      .podcast-section-block__main-content .embeds .english,
      .podcast-section-block__main-content .embeds .spanish {
        width: 100%; }
        .podcast-section-block__main-content .embeds .english iframe,
        .podcast-section-block__main-content .embeds .spanish iframe {
          height: 550px; }
      .podcast-section-block__main-content .embeds .english {
        margin-bottom: 50px; }
    .podcast-section-block__main-content .platforms__container {
      justify-content: center; }
    .podcast-section-block__main-content .platforms__item {
      width: 25%; }
      .podcast-section-block__main-content .platforms__item img {
        width: 200px; } }

@media (max-width: 768px) {
  .podcast-section-block__main-content .content-block {
    display: block; }
    .podcast-section-block__main-content .content-block .image {
      width: 100%;
      margin-bottom: 50px;
      text-align: center; }
      .podcast-section-block__main-content .content-block .image img {
        max-height: 400px; }
    .podcast-section-block__main-content .content-block .content {
      width: 100%; }
  .podcast-section-block__main-content .platforms__container {
    display: block; }
  .podcast-section-block__main-content .platforms__item {
    width: 100%;
    text-align: center;
    margin-bottom: 45px; }
    .podcast-section-block__main-content .platforms__item img {
      min-height: 1px; } }

@media (max-width: 500px) {
  .podcast-section-block__nav {
    padding-bottom: 20px; }
    .podcast-section-block__nav ul {
      display: block;
      text-align: center; }
      .podcast-section-block__nav ul li {
        margin-bottom: 10px;
        display: inline-block; } }

.webinar-block {
  padding: 0; }
  .webinar-block__content {
    padding: 100px 0;
    background-color: #eef7f9; }
    .webinar-block__content .wrapper {
      width: 75%;
      margin: 0 auto;
      text-align: center; }
    .webinar-block__content .categories {
      padding: 50px 0; }
      .webinar-block__content .categories ul {
        list-style: none;
        display: flex;
        justify-content: center;
        column-gap: 10px;
        padding: 0; }
        .webinar-block__content .categories ul li {
          padding: 2px 8px;
          border-radius: 4px;
          transition: all 0.2s ease;
          background-color: #65811D;
          border: 2px solid #65811D; }
          .webinar-block__content .categories ul li.active {
            background-color: transparent; }
          .webinar-block__content .categories ul li.active a {
            color: #404041; }
          .webinar-block__content .categories ul li a {
            font-size: 16px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700; }
          .webinar-block__content .categories ul li:first-of-type {
            background-color: #BABE54;
            border: 2px solid #BABE54; }
            .webinar-block__content .categories ul li:first-of-type.active {
              background-color: transparent; }
          .webinar-block__content .categories ul li:nth-of-type(2) {
            background-color: #57B0BF;
            border: 2px solid #57B0BF; }
            .webinar-block__content .categories ul li:nth-of-type(2).active {
              background-color: transparent; }
          .webinar-block__content .categories ul li:nth-of-type(3) {
            background-color: #444C77;
            border: 2px solid #444C77; }
            .webinar-block__content .categories ul li:nth-of-type(3).active {
              background-color: transparent; }
          .webinar-block__content .categories ul li:nth-of-type(4) {
            background-color: #65811D;
            border: 2px solid #65811D; }
            .webinar-block__content .categories ul li:nth-of-type(4).active {
              background-color: transparent; }
          .webinar-block__content .categories ul li:nth-of-type(5) {
            background-color: #A84957;
            border: 2px solid #A84957; }
            .webinar-block__content .categories ul li:nth-of-type(5).active {
              background-color: transparent; }
          .webinar-block__content .categories ul li:last-of-type {
            background-color: #9397cb;
            border: 2px solid #9397cb; }
            .webinar-block__content .categories ul li:last-of-type.active {
              background-color: transparent; }
          .webinar-block__content .categories ul li:hover {
            transform: scale(0.96);
            transition: all 0.2s ease; }
            .webinar-block__content .categories ul li:hover a {
              text-decoration: none; }
  .webinar-block__grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 50px;
    justify-content: center; }
    .webinar-block__grid .webinar-item {
      width: calc(28% - 25px);
      display: block;
      transition: all 0.2s ease; }
      .webinar-block__grid .webinar-item a {
        transition: all 0.2s ease; }
      .webinar-block__grid .webinar-item .title {
        font-size: 18px;
        font-weight: 700;
        margin-top: 15px; }
      .webinar-block__grid .webinar-item img {
        width: 100%;
        transition: all 0.2s ease; }
      .webinar-block__grid .webinar-item.hide {
        display: none; }
      .webinar-block__grid .webinar-item:hover a {
        text-decoration: none;
        color: #BABE54;
        transition: all 0.2s ease; }
      .webinar-block__grid .webinar-item:hover img {
        box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.2s ease;
        transform: scale(0.99); }

@media (max-width: 1200px) {
  .webinar-block__grid .webinar-item {
    width: calc(50% - 25px); } }

@media (max-width: 1024px) {
  .webinar-block__content {
    padding: 50px 0; } }

@media (max-width: 768px) {
  .webinar-block__content .categories ul {
    flex-wrap: wrap;
    row-gap: 15px; }
  .webinar-block__grid {
    display: block; }
    .webinar-block__grid .webinar-item {
      width: 100%;
      margin-bottom: 20px; } }

.partners-list-block h2 {
  text-align: center; }
  .partners-list-block h2 span {
    color: #9397cb; }

.partners-list-block__list .partner-list-item {
  display: flex;
  column-gap: 100px;
  border-bottom: 1px solid #D3D3D3;
  padding: 75px 0;
  align-items: center; }
  .partners-list-block__list .partner-list-item--first {
    border-top: 1px solid #D3D3D3; }
  .partners-list-block__list .partner-list-item .image {
    width: 25%; }
    .partners-list-block__list .partner-list-item .image img {
      min-width: 200px; }
  .partners-list-block__list .partner-list-item .content {
    width: 75%;
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
    align-items: center; }
    .partners-list-block__list .partner-list-item .content .text {
      width: 70%;
      color: #6E6F71; }
    .partners-list-block__list .partner-list-item .content .link {
      min-width: 220px; }

@media (max-width: 1024px) {
  .partners-list-block__list .partner-list-item {
    display: block;
    padding: 35px 0; }
    .partners-list-block__list .partner-list-item .image {
      text-align: center;
      width: 100%;
      margin-bottom: 45px; }
      .partners-list-block__list .partner-list-item .image img {
        max-width: 400px; }
    .partners-list-block__list .partner-list-item .content {
      width: 100%; } }

@media (max-width: 768px) {
  .partners-list-block__list .partner-list-item .image img {
    max-width: 100%;
    width: 87%;
    margin: 0 auto; }
  .partners-list-block__list .partner-list-item .content {
    display: block; }
    .partners-list-block__list .partner-list-item .content .text {
      width: 100%; }
    .partners-list-block__list .partner-list-item .content .link {
      width: 100%;
      margin-top: 20px;
      text-align: center; } }

.split-content-block h2 {
  text-align: center; }

.split-content-block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  top: 0;
  left: 0;
  z-index: -5; }

.split-content-block.with-bg .split-content-block__container {
  color: #fff; }
  .split-content-block.with-bg .split-content-block__container .col {
    color: #fff; }

.split-content-block__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 100px;
  padding-top: 45px; }
  .split-content-block__container .col {
    width: calc(50% - 50px); }
    .split-content-block__container .col .links {
      margin-top: 50px; }
  @media (max-width: 1024px) {
    .split-content-block__container {
      flex-direction: column;
      row-gap: 50px; }
      .split-content-block__container .col {
        width: 100%; }
        .split-content-block__container .col img {
          width: 100%; } }

.donate-block .gform_wrapper .gfield--type-checkbox legend {
  font-size: 25px !important;
  font-weight: 700 !important; }

.donate-block .gform_wrapper .gfield--type-checkbox input {
  height: 20px;
  width: 20px; }

.donate-block .gform_wrapper .gfield--type-checkbox:first-of-type {
  padding-bottom: 50px; }
  .donate-block .gform_wrapper .gfield--type-checkbox:first-of-type legend {
    font-size: 36px !important; }
  .donate-block .gform_wrapper .gfield--type-checkbox:first-of-type .gfield_checkbox {
    display: flex;
    cursor: pointer; }
    .donate-block .gform_wrapper .gfield--type-checkbox:first-of-type .gfield_checkbox .gchoice {
      width: 25%;
      position: relative;
      display: flex;
      z-index: 10; }
      .donate-block .gform_wrapper .gfield--type-checkbox:first-of-type .gfield_checkbox .gchoice::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 90%;
        border: 2px solid #65811D;
        background-color: #65811D;
        cursor: pointer; }
      .donate-block .gform_wrapper .gfield--type-checkbox:first-of-type .gfield_checkbox .gchoice input {
        width: 90%;
        height: 50px;
        visibility: hidden; }
      .donate-block .gform_wrapper .gfield--type-checkbox:first-of-type .gfield_checkbox .gchoice label {
        transform: translate(0%, 50%);
        font-size: 20px;
        font-weight: 700;
        width: 100%;
        text-align: center;
        color: #fff;
        position: absolute;
        left: 0;
        z-index: 1;
        cursor: pointer; }
      .donate-block .gform_wrapper .gfield--type-checkbox:first-of-type .gfield_checkbox .gchoice.checked::after {
        background-color: transparent; }
      .donate-block .gform_wrapper .gfield--type-checkbox:first-of-type .gfield_checkbox .gchoice.checked label {
        color: #65811D; }

@media (max-width: 1024px) {
  .donate-block .gform_wrapper .gfield--type-checkbox:first-of-type {
    padding-bottom: 0; }
    .donate-block .gform_wrapper .gfield--type-checkbox:first-of-type .gfield_checkbox {
      display: block; }
      .donate-block .gform_wrapper .gfield--type-checkbox:first-of-type .gfield_checkbox .gchoice {
        width: 100%;
        margin-bottom: 20px; }
        .donate-block .gform_wrapper .gfield--type-checkbox:first-of-type .gfield_checkbox .gchoice::after {
          width: 100%; }
  .donate-block .gform_wrapper .gift-input {
    grid-column: 1/-1 !important; } }

.learning-materials__tabs ul {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
  row-gap: 15px;
  column-gap: 15px;
  justify-content: center; }
  .learning-materials__tabs ul .tab {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2px 10px;
    min-height: 25px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease; }
    .learning-materials__tabs ul .tab a {
      margin: 0;
      transition: all 0.2s ease;
      font-weight: 700;
      color: #fff; }
    .learning-materials__tabs ul .tab:hover {
      transform: scale(0.96);
      transition: all 0.2s ease; }
      .learning-materials__tabs ul .tab:hover a {
        text-decoration: none; }
      .learning-materials__tabs ul .tab:hover h6 {
        color: #65811D;
        transition: all 0.2s ease; }
  .learning-materials__tabs ul li.active a {
    transition: all 0.2s ease;
    color: #404041; }
  .learning-materials__tabs ul li a {
    color: #fff;
    font-weight: 700;
    transition: all 0.2s ease;
    font-size: 18px; }
  .learning-materials__tabs ul li:first-of-type {
    background-color: #BABE54;
    border: 2px solid #BABE54; }
    .learning-materials__tabs ul li:first-of-type.active {
      background-color: transparent;
      border: 2px solid #BABE54; }
  .learning-materials__tabs ul li:nth-of-type(2) {
    background-color: #65811D;
    border: 2px solid #65811D; }
    .learning-materials__tabs ul li:nth-of-type(2).active {
      background-color: transparent;
      border: 2px solid #65811D; }
  .learning-materials__tabs ul li:nth-of-type(3) {
    background-color: #A84957;
    border: 2px solid #A84957; }
    .learning-materials__tabs ul li:nth-of-type(3).active {
      background-color: transparent;
      border: 2px solid #A84957; }
  .learning-materials__tabs ul li:nth-of-type(4) {
    background-color: #9397cb;
    border: 2px solid #9397cb; }
    .learning-materials__tabs ul li:nth-of-type(4).active {
      background-color: transparent;
      border: 2px solid #9397cb; }
  .learning-materials__tabs ul li:nth-of-type(5) {
    background-color: #444C77;
    border: 2px solid #444C77; }
    .learning-materials__tabs ul li:nth-of-type(5).active {
      background-color: transparent;
      border: 2px solid #444C77; }
  .learning-materials__tabs ul li:nth-of-type(6) {
    background-color: #57B0BF;
    border: 2px solid #57B0BF; }
    .learning-materials__tabs ul li:nth-of-type(6).active {
      background-color: transparent;
      border: 2px solid #57B0BF; }
  .learning-materials__tabs ul li:last-of-type {
    background-color: #BABE54;
    border: 2px solid #BABE54; }
    .learning-materials__tabs ul li:last-of-type.active {
      background-color: transparent;
      border: 2px solid #BABE54; }

.learning-materials__container {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 25px;
  justify-content: space-between; }
  .learning-materials__container .item {
    width: calc(32% - 25px);
    display: block;
    transition: all 0.2s ease; }
    .learning-materials__container .item img {
      height: 280px;
      object-fit: contain;
      width: 100%; }
    .learning-materials__container .item.hide {
      display: none; }
    .learning-materials__container .item h5 {
      padding-top: 20px;
      transition: all 0.2s ease;
      text-align: center;
      width: 75%;
      margin: 0 auto; }
    .learning-materials__container .item:hover h5 {
      color: #BABE54;
      transition: all 0.2s ease; }
    .learning-materials__container .item:hover a {
      text-decoration: none; }

.learning-materials__detail__content {
  padding: 100px 0; }
  .learning-materials__detail__content a {
    color: #65811D;
    transition: all .2s ease; }
    .learning-materials__detail__content a:hover {
      color: #BABE54;
      transition: all .2s ease; }

.learning-materials__detail__links .link-item {
  font-weight: 700;
  transition: all 0.2s ease; }
  .learning-materials__detail__links .link-item a:hover {
    text-decoration: none;
    color: #BABE54;
    transition: all 0.2s ease; }

@media (max-width: 1200px) {
  .learning-materials__container .item {
    width: calc(50% - 25px); } }

@media (max-width: 768px) {
  .learning-materials__tabs ul {
    flex-wrap: wrap;
    row-gap: 15px; }
  .learning-materials__container {
    display: block; }
    .learning-materials__container .item {
      width: 100%;
      margin-bottom: 20px; } }

.news-media__content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }

.news-media__tabs ul {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
  row-gap: 15px;
  column-gap: 15px;
  justify-content: center; }
  .news-media__tabs ul li {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 25px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    transition: all 0.2s ease;
    font-size: 18px; }
    .news-media__tabs ul li a {
      padding: 2px 10px; }
    .news-media__tabs ul li:first-of-type {
      background-color: #BABE54;
      border: 2px solid #BABE54; }
      .news-media__tabs ul li:first-of-type.active {
        background-color: transparent;
        border: 2px solid #BABE54; }
    .news-media__tabs ul li:last-of-type {
      background-color: #9397cb;
      border: 2px solid #9397cb; }
      .news-media__tabs ul li:last-of-type.active {
        background-color: transparent;
        border: 2px solid #9397cb; }
    .news-media__tabs ul li:nth-of-type(2) {
      background-color: #57B0BF;
      border: 2px solid #57B0BF; }
      .news-media__tabs ul li:nth-of-type(2).active {
        background-color: transparent;
        border: 2px solid #57B0BF; }
    .news-media__tabs ul li.active {
      background-color: transparent;
      color: #404041;
      transition: all 0.2s ease; }
    .news-media__tabs ul li:hover {
      transform: scale(0.96);
      transition: all 0.2s ease; }
      .news-media__tabs ul li:hover a {
        text-decoration: none; }

.news-media__container {
  margin-top: 75px; }
  .news-media__container a {
    border-bottom: 1px solid #D3D3D3; }
    .news-media__container a:first-of-type {
      border-top: 1px solid #D3D3D3; }
  .news-media__container .news-item {
    display: flex;
    column-gap: 75px;
    transition: all 0.2s ease;
    padding: 25px 0;
    position: relative;
    opacity: 1;
    z-index: 1;
    transition: all 0.2s ease; }
    .news-media__container .news-item.hide {
      position: absolute;
      z-index: -999;
      opacity: 0;
      transition: all 0.2s ease; }
    .news-media__container .news-item .date,
    .news-media__container .news-item .type,
    .news-media__container .news-item .excerpt {
      font-size: 18px;
      color: #6E6F71; }
    .news-media__container .news-item .excerpt {
      max-width: 500px;
      width: 100%; }
    .news-media__container .news-item .title {
      max-width: 500px;
      width: 100%;
      transition: all 0.2s ease; }
    .news-media__container .news-item .type {
      max-width: 100px;
      width: 100%;
      transition: all 0.2s ease; }
    .news-media__container .news-item .date {
      max-width: 185px;
      width: 100%;
      transition: all 0.2s ease; }
      .news-media__container .news-item .date img {
        max-height: 35px;
        margin-top: 25px;
        display: block;
        transition: all 0.2s ease; }
    .news-media__container .news-item:hover {
      text-decoration: none;
      transition: all 0.2s ease;
      background-color: #fbfbfb; }
      .news-media__container .news-item:hover .date,
      .news-media__container .news-item:hover .type,
      .news-media__container .news-item:hover .title {
        transition: all 0.2s ease; }

.news-media .pagination {
  position: relative;
  text-align: center; }
  .news-media .pagination #scrollTo {
    position: absolute;
    top: -500px; }
  .news-media .pagination button {
    background-color: #57B0BF;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 40px;
    margin-top: 15px;
    cursor: pointer; }
    .news-media .pagination button.load-less {
      background-color: #A84957; }

@media (max-width: 1024px) {
  .news-media__container .news-item {
    display: block; }
    .news-media__container .news-item .title {
      margin-top: 15px;
      max-width: 90%; }
    .news-media__container .news-item .excerpt {
      max-width: 90%; }
    .news-media__container .news-item .date {
      margin-bottom: 10px; }
      .news-media__container .news-item .date img {
        display: inline-block;
        margin: 0;
        position: absolute;
        right: 5%; } }

@media (max-width: 500px) {
  .news-media__container .news-item .title {
    max-width: 100%; }
  .news-media__container .news-item .excerpt {
    max-width: 100%; } }

.logos-content-block__content {
  max-width: 1000px;
  margin: 0 auto; }

.logos-content-block ul {
  padding: 0;
  list-style: none;
  margin-top: 25px; }
  .logos-content-block ul .slick-track {
    display: flex;
    align-items: center; }
  .logos-content-block ul .slick-slide {
    margin: 0 40px; }

@media (max-width: 1024px) {
  .logos-content-block {
    padding: 0 0 50px 0; } }

.infographic-block__header {
  width: 40%;
  margin: 0 auto; }
  .infographic-block__header h2 {
    word-wrap: break-word; }
  .infographic-block__header span {
    color: #57B0BF; }

.infographic-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 25px;
  padding: 0; }
  .infographic-block ul li {
    width: calc(25%);
    cursor: pointer;
    position: relative;
    height: 200px;
    overflow: hidden;
    margin-bottom: 50px;
    transition: all 0.2s ease; }
    .infographic-block ul li:hover {
      box-shadow: 5px 5px 15px 15px rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease; }
    .infographic-block ul li img {
      width: 100%; }
    .infographic-block ul li.featured {
      width: 50%;
      height: 450px;
      max-height: 450px; }

@media (max-width: 1024px) {
  .infographic-block__header {
    width: 100%;
    margin-bottom: 50px; }
  .infographic-block ul {
    display: block; }
    .infographic-block ul li {
      width: 100%;
      height: 100%; }
      .infographic-block ul li.featured {
        width: 100%; } }

.videos-block {
  background-color: #F6F6FB; }
  .videos-block__header h2 {
    text-align: center; }
  .videos-block ul {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 100px; }
    .videos-block ul li {
      width: 100%; }
      .videos-block ul li iframe {
        width: 100%;
        min-height: 450px; }
      .videos-block ul li img {
        width: 100%; }

@media (max-width: 1024px) {
  .videos-block ul {
    display: block; }
    .videos-block ul li {
      width: 100%;
      margin-bottom: 40px; } }

.media-nav-block {
  padding-bottom: 0; }
  .media-nav-block__nav h2 {
    text-align: center; }
  .media-nav-block__nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    padding: 0; }
    .media-nav-block__nav ul li {
      padding: 2px 8px;
      border-radius: 4px;
      transition: all 0.2s ease;
      background-color: #65811D; }
      .media-nav-block__nav ul li a {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700; }
      .media-nav-block__nav ul li:first-of-type {
        background-color: #BABE54; }
      .media-nav-block__nav ul li:nth-of-type(2) {
        background-color: #57B0BF; }
      .media-nav-block__nav ul li:last-of-type {
        background-color: #9397cb; }
      .media-nav-block__nav ul li:hover {
        transform: scale(0.96);
        transition: all 0.2s ease; }
        .media-nav-block__nav ul li:hover a {
          text-decoration: none; }

.accordions-block {
  position: relative;
  padding: 100px 0 45px; }
  .accordions-block::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-theme);
    top: 0;
    left: 0;
    z-index: -1; }
  .accordions-block h2 {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto; }
  .accordions-block .accordion__container {
    padding-top: 50px; }
  .accordions-block .accordion__item {
    padding-bottom: 30px;
    max-width: 82.5%;
    margin: 0 auto; }
    .accordions-block .accordion__item .label {
      display: flex;
      align-items: center;
      column-gap: 15px;
      position: relative;
      z-index: 2; }
      .accordions-block .accordion__item .label h4 {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        cursor: pointer; }
      .accordions-block .accordion__item .label svg {
        fill: #000000;
        transform: rotate(-90deg);
        transform-origin: center;
        transition: all .3 ease;
        cursor: pointer; }
    .accordions-block .accordion__item .content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .accordions-block .accordion__item .content--reverse {
        flex-direction: row-reverse; }
      .accordions-block .accordion__item .content .text {
        width: 46.5%; }
      .accordions-block .accordion__item .content .image {
        width: 46.5%;
        text-align: center; }
        .accordions-block .accordion__item .content .image img {
          max-height: 245px;
          object-fit: cover; }
      .accordions-block .accordion__item .content .cta {
        padding: 15px 0;
        background-color: rgba(68, 76, 119, 0.1);
        width: 100%;
        margin-top: 25px; }
        .accordions-block .accordion__item .content .cta a {
          text-align: center;
          display: block;
          position: relative;
          z-index: 2; }
    .accordions-block .accordion__item.active .label {
      padding-bottom: 30px; }
      .accordions-block .accordion__item.active .label svg {
        transform-origin: center;
        transform: rotate(90deg);
        transition: all .3 ease; }

@media (max-width: 1024px) {
  .accordions-block {
    padding: 50px 0 25px; }
    .accordions-block .accordion__item {
      padding: 0 25px 30px; }
      .accordions-block .accordion__item .content {
        display: block; }
        .accordions-block .accordion__item .content .text,
        .accordions-block .accordion__item .content .image {
          width: 100%; } }

.custom-cta::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  top: 0;
  left: 0;
  z-index: -5; }

.custom-cta h2 {
  text-align: center; }

.custom-cta__container {
  display: flex;
  column-gap: 25px;
  padding-top: 50px; }
  .custom-cta__container .block {
    min-height: 265px;
    position: relative;
    border-radius: 8px;
    cursor: pointer;
    padding: 10% 7.5%;
    max-width: 50%;
    flex-grow: 1;
    overflow: hidden; }
    .custom-cta__container .block .hover-bg {
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: var(--bg-color);
      top: 0;
      left: 0;
      opacity: .5; }
    .custom-cta__container .block__inner {
      position: absolute;
      top: 0;
      z-index: 10;
      height: 100%;
      width: 100%;
      left: 0;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 10% 7.5%; }
      .custom-cta__container .block__inner .icon {
        max-width: 45px; }
      .custom-cta__container .block__inner h4 {
        margin-bottom: 0;
        transition: all 0.2s ease;
        max-width: 85%;
        line-height: 1.25; }
      .custom-cta__container .block__inner--two {
        padding: 5.5%; }
        .custom-cta__container .block__inner--two h4 {
          font-size: 35px;
          font-weight: 500; }
    .custom-cta__container .block::after {
      content: "";
      position: absolute;
      background-color: var(--bg-color);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 8px;
      transition: all 0.2s ease; }
    .custom-cta__container .block::before {
      content: "";
      position: absolute;
      background-image: var(--url);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 8px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .custom-cta__container .block:hover .block__inner {
      text-decoration: none; }
      .custom-cta__container .block:hover .block__inner h4 {
        transform: translateY(-25px);
        transition: all 0.2s ease; }
    .custom-cta__container .block:hover::after {
      top: -100%;
      transition: all 0.2s ease; }

@media (max-width: 1024px) {
  .custom-cta__container {
    flex-wrap: wrap; }
    .custom-cta__container .block {
      max-width: 100%;
      width: 100%;
      margin-bottom: 25px; }
      .custom-cta__container .block__inner {
        padding: 4%; }
        .custom-cta__container .block__inner h4 {
          font-size: 25px;
          font-weight: 700; }
      .custom-cta__container .block:hover .block__inner h4 {
        transform: translateY(-12.5px); } }

@media (max-width: 768px) {
  .custom-cta__container {
    display: block; }
    .custom-cta__container .block {
      min-height: 225px; } }

.image-text-list__content a {
  color: #57B0BF; }
  .image-text-list__content a:hover {
    color: #8ecad4; }

.image-text-list__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 50px;
  margin-top: 75px;
  padding: 0; }
  .image-text-list__grid li {
    display: block; }
    .image-text-list__grid li .text .year, .image-text-list__grid li .text .name {
      font-weight: 900; }
    .image-text-list__grid li .image {
      margin-bottom: 20px; }
      .image-text-list__grid li .image img {
        max-height: 240px;
        aspect-ratio: 9/12;
        object-fit: cover;
        width: 100%; }

@media (max-width: 1024px) {
  .image-text-list__grid {
    grid-template-columns: repeat(4, 1fr); } }

@media (max-width: 768px) {
  .image-text-list__grid {
    grid-template-columns: repeat(1, 1fr); }
    .image-text-list__grid li .image img {
      max-height: 325px; } }
