@charset "UTF-8";
/* 3rd party */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/* SCSS folders */
/* Helpers Index
----------------------------------------------------------------- */
/* Variables
----------------------------------------------------------------- */
/* Helpers Index
----------------------------------------------------------------- */
/* Mixins
----------------------------------------------------------------- */
/* Animations
----------------------------------------------------------------- */
/* Grid
----------------------------------------------------------------- */
.span-1 {
  width: 50%;
}
@media (min-width: 480px) {
  .span-1 {
    width: 33.333334%;
  }
}
@media only screen and (min-width: 840px) {
  .span-1 {
    width: 25%;
  }
}
@media only screen and (min-width: 1080px) {
  .span-1 {
    width: 16.666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-1 {
    width: 8.333334%;
  }
}

.span-2 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-2 {
    width: 33.333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-2 {
    width: 16.666667%;
  }
}

.span-2_4 {
  width: 100%;
}
@media (min-width: 600px) {
  .span-2_4 {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .span-2_4 {
    width: 33.333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-2_4 {
    width: 20%;
  }
}

.span-3 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-3 {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-3 {
    width: 25%;
  }
}

.span-4 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-4 {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-4 {
    width: 33.333334%;
  }
}

.span-5 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-5 {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-5 {
    width: 41.666667%;
  }
}

.span-6 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-6 {
    width: 50%;
  }
}

.span-8 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-8 {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-8 {
    width: 66.666667%;
  }
}

.span-9 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-9 {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-9 {
    width: 75%;
  }
}

.span-10 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-10 {
    width: 66.666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-10 {
    width: 83.333334%;
  }
}

.span-12 {
  width: 100%;
}

/* Base Index
----------------------------------------------------------------- */
/* SCSS folders */
/* Reset
----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

body:not(.touch-device) a:hover {
  outline: 0;
}

a img {
  border: 0;
}

/* SCSS folders */
/* Global
----------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: auto;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  z-index: 0;
}
html.unscrollable {
  overflow: hidden;
}

body {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 0;
}

body,
button,
input,
select,
textarea,
p,
li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #000000;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

/*
.i-pointer {
	position: fixed;
	pointer-events: none;
	transition: all 360ms cubic-bezier(.23,1,.32,1) 0s;
	will-change: transform;
	opacity: 0;
	z-index: 1000;
	&.active {
		opacity: 1;
	}
	&__body {
		position: absolute;
		width: 2rem;
		height: 2rem;
		top: 0;
		left: 0;
		border-radius: 50%;
		border: 0.1rem solid $blue;
		transform: translate(-50%,-50%);
		transition: all 360ms cubic-bezier(.23,1,.32,1) 0s;
		overflow: hidden;
		&:before {
			content: "";
			position: absolute;
			top: 50%;
			left: 50%;
			font-family: 'Material Symbols Outlined';
			font-size: 3rem;
			line-height: 3rem;
			font-weight: 300;
			color: $white;
			transform: translate(-50%,-50%);
			transition: all 360ms cubic-bezier(.23,1,.32,1) 0s;
			opacity: 0;
		}
	}
	&:not([data-state=""]) .i-pointer__body {
		width: 6rem;
		height: 6rem;
		background: $blue;
		&:before {
			transition: all 360ms cubic-bezier(.23,1,.32,1) 100ms;
			opacity: 1;
		}
	}
	&[data-state="hide"] .i-pointer__body {
		width: 0;
		height: 0;
		border-width: 0;
	}
	&[data-state="drag"] .i-pointer__body {
		transform: translate(calc(-50% + 5rem),calc(-50% - 5rem));
		&:before {
			content: '\e925';
		}
	}
	&[data-state="swipe"] .i-pointer__body {
		transform: translate(calc(-50% + 5rem),calc(-50% - 5rem));
		&:before {
			content: '\e9ec';
		}
	}
	&[data-state="link"] .i-pointer__body {
		transform: translate(calc(-50% + 5rem),calc(-50% - 5rem));
		&:before {
			content: '\e941';
		}
	}
	&[data-state="expand"] .i-pointer__body {
		transform: translate(calc(-50% + 5rem),calc(-50% - 5rem));
		&:before {
			content: '\f830';
		}
	}
	&[data-state="open"] .i-pointer__body {
		transform: translate(calc(-50% + 5rem),calc(-50% - 5rem));
		&:before {
			content: '\e5d0';
		}
	}
}
*/
/* SCSS folders */
/* Colors
----------------------------------------------------------------- */
.yellow-text {
  color: #DE9B2B;
}
.yellow-text * {
  color: #DE9B2B;
}

.yellow-bg {
  background-color: #DE9B2B;
}

.yellow-fill {
  fill: #DE9B2B;
}

.yellow-dark-text {
  color: #93681E;
}
.yellow-dark-text * {
  color: #93681E;
}

.yellow-dark-bg {
  background-color: #93681E;
}

.yellow-dark-fill {
  fill: #93681E;
}

.blue-text {
  color: #4A70B5;
}
.blue-text * {
  color: #4A70B5;
}

.blue-bg {
  background-color: #4A70B5;
}

.blue-fill {
  fill: #4A70B5;
}

.blue-dark-text {
  color: #304A7B;
}
.blue-dark-text * {
  color: #304A7B;
}

.blue-dark-bg {
  background-color: #304A7B;
}

.blue-dark-fill {
  fill: #304A7B;
}

.white-fill {
  fill: #ffffff;
}

.reverse-text {
  color: #ffffff;
}
.reverse-text *:not(i):not([class*=button]) {
  color: #ffffff;
}

/* Type Index
----------------------------------------------------------------- */
/* SCSS folders */
/* Headings Type
----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  vertical-align: top;
}

h1 {
  font-family: "DM Serif Text", sans-serif;
  font-size: clamp(4.2rem, 8vw, 7.2rem);
  font-weight: 400;
  line-height: clamp(4.8rem, 8vw, 7.2rem);
  color: #6D6E70;
  margin: 0 0 2rem -0.2rem;
}

h2 {
  font-family: "DM Serif Text", sans-serif;
  font-size: clamp(4.2rem, 7vw, 6.4rem);
  font-weight: 400;
  line-height: clamp(4.2rem, 7vw, 6.4rem);
  color: #6D6E70;
  margin: 0 0 2rem 0;
}

h3 {
  font-family: "DM Serif Text", sans-serif;
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: clamp(3.6rem, 5.5vw, 6rem);
  color: #6D6E70;
  margin: 0 0 1.8rem 0;
}

h4 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: clamp(3rem, 5vw, 4.8rem);
  color: #000000;
  margin: 0 0 1.6rem 0;
}

h5 {
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 500;
  line-height: clamp(2.8rem, 3vw, 3.6rem);
  color: #000000;
  margin: 0 0 1.6rem 0;
}

h6 {
  font-size: clamp(1.7rem, 2.5vw, 1.8rem);
  font-weight: 600;
  line-height: clamp(2.1rem, 2.5vw, 2.4rem);
  color: #000000;
  margin: 0 0 1.6rem 0;
}

.section-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  gap: 1.6rem;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
  position: relative;
  text-transform: uppercase;
}
.section-heading::before {
  background-color: #4A70B5;
  border-radius: 50%;
  content: "";
  height: 2.4rem;
  width: 2.4rem;
}
.section-heading--centered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

/* SCSS folders */
/* Body Type
----------------------------------------------------------------- */
p {
  color: #231F20;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 1080px) {
  p {
    font-size: 1.8rem;
  }
}

strong, b {
  color: #000000;
  font-weight: 700;
}

ul, ol {
  width: 100%;
  margin: 0 0 2rem 0;
}
ul li, ol li {
  width: auto;
  display: block;
  margin: 0 0 1rem 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

.text-content,
.tab-content {
  margin: 0 auto;
  max-width: 120rem;
}
.text-content li,
.tab-content li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  padding: 0 0 0 2.4rem;
}
@media only screen and (min-width: 1080px) {
  .text-content li,
  .tab-content li {
    font-size: 1.8rem;
  }
}
.text-content ul ol,
.text-content ul ul,
.text-content ol ul,
.text-content ol ol,
.tab-content ul ol,
.tab-content ul ul,
.tab-content ol ul,
.tab-content ol ol {
  padding: 0;
  margin-top: 0.5rem;
}
.text-content li:last-child,
.tab-content li:last-child {
  margin-bottom: 0;
}
.text-content ul > li:before,
.tab-content ul > li:before {
  color: #4A70B5;
  content: "●";
  display: inline-block;
  margin: 0 0 0 -2rem;
  padding: 0;
  position: absolute;
  vertical-align: top;
  width: 2rem;
}
.text-content ol,
.tab-content ol {
  counter-reset: number;
}
.text-content ol > li,
.tab-content ol > li {
  counter-increment: number;
}
.text-content ol > li:before,
.tab-content ol > li:before {
  color: #4A70B5;
  content: counter(number) ".";
  display: inline-block;
  font-weight: 500;
  margin: 0 0 0 -4rem;
  padding: 0 0.5rem 0 0;
  text-align: right;
  vertical-align: top;
  width: 3.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 2rem 2rem 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
blockquote:before {
  content: "\e244";
  position: absolute;
  top: -0.25em;
  right: 100%;
  font-family: "DM Serif Text", sans-serif;
  font-size: clamp(4.2rem, 7vw, 6.4rem);
  font-weight: 400;
  line-height: clamp(4.2rem, 7vw, 6.4rem);
  font-family: "Material Symbols Outlined";
  color: #4A70B5;
  rotate: 180deg;
}
blockquote p {
  font-family: "DM Serif Text", sans-serif;
  font-size: clamp(4.2rem, 8vw, 7.2rem);
  font-weight: 400;
  line-height: clamp(4.8rem, 8vw, 7.2rem);
}
blockquote h4, blockquote h6 {
  padding: 0 2rem 0 3rem;
}
blockquote h4 {
  position: relative;
}
blockquote h4:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.2rem;
  top: calc(50% - 0.1rem);
  left: 0;
  background: #4A70B5;
}

address {
  margin: 0 0 2rem 0;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 2em;
  padding: 2em;
  overflow: auto;
  max-width: 100%;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0;
  padding: 0;
  width: 100%;
}
table thead,
table tbody,
table tr {
  width: 100%;
  margin: 0;
  padding: 0;
}
table tbody:first-child tr:first-child td {
  border-top: 0.1rem solid #A6A8AB;
}
table td, table th {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 0;
  padding: 2rem 2rem 1.9rem 1.9rem;
}
@media only screen and (min-width: 1080px) {
  table td, table th {
    font-size: 1.8rem;
  }
}
table th {
  font-weight: 500;
  color: #ffffff;
  background-color: #4A70B5;
}
table td {
  background-color: #ffffff;
  border-color: #A6A8AB;
  border-style: solid;
  border-width: 0 0.1rem 0.1rem 0;
  color: #000000;
  font-weight: 400;
}

table:not(.tablepress) td:first-child {
  border-left: 0.1rem solid #A6A8AB;
}

:root {
  --border-color: #4A70B5;
  --border-style: solid;
}

hr {
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  border-top: 1px solid #4A70B5;
  border-color: var(--border-color);
  border-style: var(--border-style);
  margin: 4rem 0;
  width: 100%;
}
hr[style*=dashed], hr[style*=dotted] {
  border-width: 2px;
}

.assistive-text, .tribe-events-visuallyhidden {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  top: -999999px;
}

i, [class*=material-] {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  vertical-align: top;
}

.uppercase {
  text-transform: uppercase;
}

/* SCSS folders */
/* Links
----------------------------------------------------------------- */
a:not([class*=button]):visited,
a:not([class*=button]):active,
a:not([class*=button]):focus {
  text-decoration: none;
}

a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  color: #4A70B5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #000000;
}
.reverse-text a {
  color: #ffffff;
}
.reverse-text a.button::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.reverse-text a.text-button::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.text-content h1 a:not([class*=button]),
.text-content h2 a:not([class*=button]),
.text-content h3 a:not([class*=button]),
.text-content h4 a:not([class*=button]),
.text-content h5 a:not([class*=button]),
.text-content h6 a:not([class*=button]),
.text-content p a:not([class*=button]),
.text-content li a:not([class*=button]) {
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Forms Index
----------------------------------------------------------------- */
/* SCSS folders */
/* Forms Reset
----------------------------------------------------------------- */
form {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}

button,
input,
select,
textarea {
  color: #000000;
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: top; /* Improves appearance and consistency in all browsers */
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  padding: 0;
  max-width: 100%;
}

input {
  height: 4rem;
}

input {
  line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

label {
  display: inline-block;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  padding: 0 2rem;
  vertical-align: top;
}

input,
textarea,
select {
  font-size: 1.6rem !important;
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input.invisible,
textarea.invisible,
select.invisible {
  display: none;
}

input:not([type=checkbox]):not([type=radio]):not([type=select]):not([type=file]):not([type=submit]):not([type=button]),
textarea,
select {
  width: 100%;
  min-height: initial !important;
  display: block;
  margin: 0;
  color: #000000;
  border: 0.1rem solid #CAC9C8;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input:not([type=checkbox]):not([type=radio]):not([type=select]):not([type=file]):not([type=submit]):not([type=button]):hover, input:not([type=checkbox]):not([type=radio]):not([type=select]):not([type=file]):not([type=submit]):not([type=button]):focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border-color: #4A70B5;
}

input:not([type=checkbox]):not([type=radio]):not([type=select]):not([type=file]):not([type=submit]):not([type=button]),
select {
  height: 4rem;
  line-height: 3.8rem !important;
  padding: 0 0.9rem;
}

textarea {
  max-width: 100%;
  padding: 0.9rem;
  line-height: 2rem !important;
  overflow: hidden; /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top; /* Improves readability and alignment in all browsers */
  resize: none;
}

select {
  cursor: pointer;
}

input[type=file] {
  width: auto;
  display: block;
  margin: 0.5rem 0 0 0;
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

input[type=submit] {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #4A70B5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  cursor: pointer;
}
input[type=submit]:hover {
  background: #000000;
}

input.invisible {
  display: none;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input:hover::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
  color: black;
}

input:hover::-moz-placeholder, input:focus::-moz-placeholder {
  color: black;
}

input:hover:-ms-input-placeholder, input:focus:-ms-input-placeholder {
  color: black;
}

input:hover::-ms-input-placeholder, input:focus::-ms-input-placeholder {
  color: black;
}

input:hover::placeholder,
input:focus::placeholder {
  color: black;
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: black;
}

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input:hover::-moz-placeholder,
input:focus::-moz-placeholder {
  color: black;
}

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input:hover:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
  color: black;
}

input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input:hover::-ms-input-placeholder,
input:focus::-ms-input-placeholder {
  color: black;
}

textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea:hover::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: black;
}

textarea:hover::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: black;
}

textarea:hover:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: black;
}

textarea:hover::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: black;
}

textarea:hover::placeholder,
textarea:focus::placeholder {
  color: black;
}

textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea:hover::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: black;
}

textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea:hover::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: black;
}

textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea:hover:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: black;
}

textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea:hover::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: black;
}

select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select::placeholder {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select:hover::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
  color: black;
}

select:hover::-moz-placeholder, select:focus::-moz-placeholder {
  color: black;
}

select:hover:-ms-input-placeholder, select:focus:-ms-input-placeholder {
  color: black;
}

select:hover::-ms-input-placeholder, select:focus::-ms-input-placeholder {
  color: black;
}

select:hover::placeholder,
select:focus::placeholder {
  color: black;
}

select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select:hover::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: black;
}

select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select:hover::-moz-placeholder,
select:focus::-moz-placeholder {
  color: black;
}

select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select:hover:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: black;
}

select::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select:hover::-ms-input-placeholder,
select:focus::-ms-input-placeholder {
  color: black;
}

.reverse input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input:hover::-webkit-input-placeholder, .reverse input:focus::-webkit-input-placeholder {
  color: white;
}

.reverse input:hover::-moz-placeholder, .reverse input:focus::-moz-placeholder {
  color: white;
}

.reverse input:hover:-ms-input-placeholder, .reverse input:focus:-ms-input-placeholder {
  color: white;
}

.reverse input:hover::-ms-input-placeholder, .reverse input:focus::-ms-input-placeholder {
  color: white;
}

.reverse input:hover::placeholder,
.reverse input:focus::placeholder {
  color: white;
}

.reverse input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input:hover::-webkit-input-placeholder,
.reverse input:focus::-webkit-input-placeholder {
  color: white;
}

.reverse input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input:hover::-moz-placeholder,
.reverse input:focus::-moz-placeholder {
  color: white;
}

.reverse input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input:hover:-ms-input-placeholder,
.reverse input:focus:-ms-input-placeholder {
  color: white;
}

.reverse input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input:hover::-ms-input-placeholder,
.reverse input:focus::-ms-input-placeholder {
  color: white;
}

.reverse textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea:hover::-webkit-input-placeholder, .reverse textarea:focus::-webkit-input-placeholder {
  color: white;
}

.reverse textarea:hover::-moz-placeholder, .reverse textarea:focus::-moz-placeholder {
  color: white;
}

.reverse textarea:hover:-ms-input-placeholder, .reverse textarea:focus:-ms-input-placeholder {
  color: white;
}

.reverse textarea:hover::-ms-input-placeholder, .reverse textarea:focus::-ms-input-placeholder {
  color: white;
}

.reverse textarea:hover::placeholder,
.reverse textarea:focus::placeholder {
  color: white;
}

.reverse textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea:hover::-webkit-input-placeholder,
.reverse textarea:focus::-webkit-input-placeholder {
  color: white;
}

.reverse textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea:hover::-moz-placeholder,
.reverse textarea:focus::-moz-placeholder {
  color: white;
}

.reverse textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea:hover:-ms-input-placeholder,
.reverse textarea:focus:-ms-input-placeholder {
  color: white;
}

.reverse textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea:hover::-ms-input-placeholder,
.reverse textarea:focus::-ms-input-placeholder {
  color: white;
}

.reverse select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select:hover::-webkit-input-placeholder, .reverse select:focus::-webkit-input-placeholder {
  color: white;
}

.reverse select:hover::-moz-placeholder, .reverse select:focus::-moz-placeholder {
  color: white;
}

.reverse select:hover:-ms-input-placeholder, .reverse select:focus:-ms-input-placeholder {
  color: white;
}

.reverse select:hover::-ms-input-placeholder, .reverse select:focus::-ms-input-placeholder {
  color: white;
}

.reverse select:hover::placeholder,
.reverse select:focus::placeholder {
  color: white;
}

.reverse select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select:hover::-webkit-input-placeholder,
.reverse select:focus::-webkit-input-placeholder {
  color: white;
}

.reverse select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select:hover:-moz-placeholder,
.reverse select:focus:-moz-placeholder {
  color: white;
}

.reverse select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select:hover::-moz-placeholder,
.reverse select:focus::-moz-placeholder {
  color: white;
}

.reverse select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select:hover:-ms-input-placeholder,
.reverse select:focus:-ms-input-placeholder {
  color: white;
}

.reverse select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select:hover::-ms-input-placeholder,
.reverse select:focus::-ms-input-placeholder {
  color: white;
}

/* SCSS folders */
/* Form Elements
----------------------------------------------------------------- */
/* Elements Index
----------------------------------------------------------------- */
/* SCSS folders */
/* Global Elements
----------------------------------------------------------------- */
.modal, .lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: visibilty 0s ease 0.6s, opacity 0.6s ease 0s;
  transition: visibilty 0s ease 0.6s, opacity 0.6s ease 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
.modal.open, .lightbox.open {
  -webkit-transition: visibilty 0s ease 0s, opacity 0.3s ease 0s;
  transition: visibilty 0s ease 0s, opacity 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
}
.modal-content, .lightbox-content {
  position: relative;
  width: 85.714285%;
  height: calc(100% - 12rem);
  display: block;
  margin: 6rem auto;
  padding: 0;
  z-index: 1;
}
.modal .gallery-list, .lightbox .gallery-list {
  position: relative;
  width: calc(100vw - 4rem);
  height: calc(100% - 12rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 6rem auto;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
.modal .gallery-list__item, .lightbox .gallery-list__item {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  padding: 0;
  white-space: normal;
  vertical-align: top;
}
.modal-content > img,
.modal-content > .video-block,
.modal-content > audio,
.modal .gallery-list__item > img,
.modal .gallery-list__item > .video-block,
.modal .gallery-list__item > audio, .lightbox-content > img,
.lightbox-content > .video-block,
.lightbox-content > audio,
.lightbox .gallery-list__item > img,
.lightbox .gallery-list__item > .video-block,
.lightbox .gallery-list__item > audio {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal .gallery-list__item-caption, .lightbox .gallery-list__item-caption {
  background-color: #231F20;
  bottom: 0;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  left: 50%;
  line-height: 1.6;
  padding: 1rem 2rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.modal__close, .lightbox__close {
  position: absolute;
  width: 3rem;
  display: block;
  top: 2rem;
  right: 2rem;
  margin: 0;
  padding: 0;
  font-size: 3rem;
  line-height: 3rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  cursor: pointer;
  z-index: 99;
}
.modal__close:hover, .lightbox__close:hover {
  rotate: 180deg;
}

.modal-controls,
.lightbox-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.modal-controls span,
.lightbox-controls span {
  width: 7.1428571429%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 3rem;
  line-height: 3rem;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  cursor: pointer;
  vertical-align: top;
}
.modal-controls span:hover,
.lightbox-controls span:hover {
  opacity: 0.5;
}

.image-carousel .carousel-controls,
.recent-posts .carousel-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
  padding: 2rem 0 0 0;
}
.image-carousel .carousel-controls > span,
.recent-posts .carousel-controls > span {
  position: relative;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  border-radius: 50%;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
}
.image-carousel .carousel-controls > span:before, .image-carousel .carousel-controls > span:after,
.recent-posts .carousel-controls > span:before,
.recent-posts .carousel-controls > span:after {
  content: "\e941";
  position: absolute;
  top: 0;
  font-family: "Material Symbols Outlined";
  font-size: 3rem;
  line-height: 3rem;
  color: #4A70B5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.image-carousel .carousel-controls > span:before,
.recent-posts .carousel-controls > span:before {
  left: -3rem;
}
.image-carousel .carousel-controls > span:after,
.recent-posts .carousel-controls > span:after {
  right: 0;
}
.image-carousel .carousel-controls > span:hover:before,
.recent-posts .carousel-controls > span:hover:before {
  left: 0;
}
.image-carousel .carousel-controls > span:hover:after,
.recent-posts .carousel-controls > span:hover:after {
  right: -3rem;
}
.image-carousel .carousel-controls > span.prev-slide,
.recent-posts .carousel-controls > span.prev-slide {
  rotate: 180deg;
}
.image-carousel .carousel-indices,
.recent-posts .carousel-indices {
  width: auto;
  display: inline-block;
  margin: 0 auto 0 -0.5rem;
  padding: 0;
  vertical-align: top;
}
.image-carousel .carousel-indices .carousel-index,
.recent-posts .carousel-indices .carousel-index {
  position: relative;
  width: 2rem;
  height: 3rem;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
}
.image-carousel .carousel-indices .carousel-index:before,
.recent-posts .carousel-indices .carousel-index:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 1rem;
  left: 0.5rem;
  border-radius: 50%;
  border: 0.1rem solid #4A70B5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.image-carousel .carousel-indices .carousel-index.active:before,
.recent-posts .carousel-indices .carousel-index.active:before {
  background: #4A70B5;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
  mix-blend-mode: multiply;
  z-index: 0;
}

/* SCSS folders */
/* Accordion
----------------------------------------------------------------- */
.accordion {
  width: 100%;
  display: block;
  margin: 0 auto 4rem;
  padding: 0;
}
.accordion__tab {
  border-top: 1px solid #231F20;
  display: block;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
  width: 100%;
}
.accordion__tab:last-child {
  border-bottom: 1px solid #231F20;
}
.accordion__tab-toggle {
  font-size: clamp(1.7rem, 2.5vw, 1.8rem);
  font-weight: 600;
  line-height: clamp(2.1rem, 2.5vw, 2.4rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 2rem 4rem 2rem 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.accordion__tab-toggle [class*=material-] {
  color: #4A70B5;
  display: inline-block;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  right: 0;
  top: 1.6rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  width: auto;
}
.accordion__tab-content {
  display: none;
  margin: 0;
  overflow: hidden;
  padding: 0 0 2rem;
  width: 100%;
}
.accordion__tab-content *:last-child {
  margin: 0;
}
.accordion__tab.active .accordion__tab-toggle i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* SCSS folders */
/* Buttons
----------------------------------------------------------------- */
.button-base, .site-footer__socials .button-menu a, body.page-template-page-calendar [class*=sw-cal-grid] .CalendarEventsDetail__eventCalendarFront .btn, .button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 2rem;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  white-space: normal;
  width: auto;
  z-index: 1;
}

.button, .site-footer__socials .button-menu a {
  background: transparent;
  color: #000000;
  margin: 0 0 2rem 0;
  padding: 2rem;
}
.button::before, .site-footer__socials .button-menu a::before {
  background-color: #DE9B2B;
  border-radius: 3rem;
  content: "";
  height: 6rem;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
  width: 6rem;
  z-index: -1;
}
.button::after, .site-footer__socials .button-menu a::after {
  background: url("../assets/images/arrow-right.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.6rem;
  margin-left: 0.6rem;
  position: relative;
  width: 2.6rem;
}
.button:hover::before, .site-footer__socials .button-menu a:hover::before {
  width: 100%;
}

.text-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 2rem 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  white-space: normal;
  width: auto;
  z-index: 1;
}
.text-button::after {
  background: url("../assets/images/arrow-right.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.6rem;
  margin-left: 0.6rem;
  position: relative;
  width: 2.6rem;
}

/* SCSS folders */
/* Calendar Elements
----------------------------------------------------------------- */
.swCalEvents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  margin: 0;
  padding: 0;
}

body.page-template-page-calendar [class*=sw-cal-grid] {
  width: 100%;
  padding: 0 0 8rem 0;
}
body.page-template-page-calendar [class*=sw-cal-grid] [class*=css][class*=control] {
  background: none !important;
  border: 0.1rem solid #CAC9C8 !important;
  border-radius: 0 !important;
}
body.page-template-page-calendar [class*=sw-cal-grid] [class*=css][class*=control] input:not([type=image]):not([type=checkbox]):not([type=radio]):not([type=select]):not([type=file]):not([type=submit]):not([type=button]) {
  height: 2rem !important;
  padding: 0 !important;
  color: #000000 !important;
}
body.page-template-page-calendar [class*=sw-cal-grid] [class*=css][class*=control] > [class*=css]:first-child {
  padding: 0 0.9rem !important;
}
body.page-template-page-calendar [class*=sw-cal-grid] [class*=css][class*=control] > [class*=css]:nth-child(2) {
  padding: 0 !important;
}
body.page-template-page-calendar [class*=sw-cal-grid] [class*=css][class*=Separator] {
  display: none;
}
body.page-template-page-calendar [class*=sw-cal-grid] .site-tags-editor {
  position: relative;
  font-size: 1.6rem;
  line-height: 2rem;
}
body.page-template-page-calendar [class*=sw-cal-grid] .site-tags-editor input:not([type=image]):not([type=checkbox]):not([type=radio]):not([type=select]):not([type=file]):not([type=submit]):not([type=button]) {
  padding: 0 0.9rem !important;
}
body.page-template-page-calendar [class*=sw-cal-grid] .site-tags-editor .css-1wa3eu0-placeholder {
  left: 1rem;
}
body.page-template-page-calendar [class*=sw-cal-grid] .site-tags-editor .react-selectize.bootstrap3.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  padding-left: 0;
}
body.page-template-page-calendar [class*=sw-cal-grid] .site-tags-editor .react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
}
body.page-template-page-calendar [class*=sw-cal-grid] .CalendarEventsDetail__eventCalendarFront {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
body.page-template-page-calendar [class*=sw-cal-grid] .CalendarEventsDetail__eventCalendarFront .form-control {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
}
body.page-template-page-calendar [class*=sw-cal-grid] .CalendarEventsDetail__eventCalendarFront .btn {
  min-height: initial !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  color: #4A70B5 !important;
  margin: 0 0 0 2rem;
  padding: 1rem 0;
  border: none !important;
  border-radius: initial !important;
  background: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
body.page-template-page-calendar [class*=sw-cal-grid] .CalendarEventsDetail__eventCalendarFront .btn:hover {
  color: #000000 !important;
}
body.page-template-page-calendar [class*=sw-cal-grid] .css-1rhbuit-multiValue {
  background: #CAC9C8;
}
body.page-template-page-calendar [class*=sw-cal-grid] .row {
  width: 100vw;
  margin: 0 -7.1428571429vw;
}

body:not(.page-template-page-calendar) [class*=sw-cal-grid] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  margin: 0;
  padding: 2rem 0 0 0;
}

.CalendarMenu {
  margin: 0 0 2rem 0 !important;
  padding: 0 !important;
}
.CalendarMenu .CalendarMenuCenter {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem;
}
.CalendarMenu a {
  position: relative;
  width: auto !important;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 2rem !important;
  line-height: 2rem !important;
  font-weight: 700 !important;
  color: #000000 !important;
  text-decoration: none !important;
  white-space: nowrap;
  border: none !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top !important;
}
.CalendarMenu a.CalendarMenu__currentItem {
  color: #4A70B5 !important;
}
.CalendarMenu a:hover {
  color: #4A70B5 !important;
}

.CalendarMonthNavigation__header h2 {
  font-size: clamp(3.5rem, 5vw, 4.5rem) !important;
  line-height: clamp(4rem, 5.5vw, 5rem) !important;
  letter-spacing: -0.05em;
}
.CalendarMonthNavigation__header h2 > svg {
  display: inline-block;
  margin-top: clamp(1.1rem, 2.25vw - 0.9rem, 1.6rem) !important;
  vertical-align: top;
}

.CalendarMonthFilter {
  width: 100%;
  padding: 0 !important;
  margin: 0 0 4rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .CalendarMonthFilter > .site-tags-editor {
    width: 100%;
  }
}
.CalendarMonthFilter .CalendarMonthFilter__dateSeparator {
  font-size: 1.4rem;
  line-height: 4rem !important;
  font-weight: 700;
  padding: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
.CalendarMonthFilter > input.CalendarMonthFilter__search {
  border-radius: 0 !important;
}
.CalendarMonthFilter__dateRange {
  margin: 0 2rem 0 0;
}
@media (max-width: 1024px) {
  .CalendarMonthFilter__dateRange {
    width: 100%;
    margin: 0;
  }
}
.CalendarMonthFilter__date {
  margin-right: 0 !important;
}

.CalendarMonthNavigation {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4rem;
  padding: 0 7.1428571429vw 4rem 7.1428571429vw !important;
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 619px) {
  .CalendarMonthNavigation__header {
    width: 100%;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 auto !important;
            flex: 1 0 auto !important;
  }
  .CalendarMonthNavigation__action {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.CalendarMonthNavigation__action {
  margin: 1rem 0;
  color: #000000 !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.CalendarMonthNavigation__action:hover {
  color: #4A70B5 !important;
  text-decoration: none !important;
}

.CalendarMonth {
  width: 100vw !important;
  margin: 0 calc(-7.1428571429vw - 2rem);
}
.CalendarMonth__header {
  border-bottom: 0.1rem solid #CAC9C8;
}
.CalendarMonth__header_label {
  padding: 0 2rem 1rem 2rem !important;
  background-color: transparent !important;
  font-size: 0 !important;
  line-height: 2rem;
  font-weight: 700;
  color: #000000 !important;
  text-transform: none !important;
  text-align: initial !important;
}
@media only screen and (min-width: 840px) {
  .CalendarMonth__header_label {
    font-size: 1.6rem !important;
  }
}
.CalendarMonth__header_label:before {
  display: inline-block;
  font-size: clamp(1.7rem, 2.5vw, 1.8rem);
  font-weight: 600;
  line-height: clamp(2.1rem, 2.5vw, 2.4rem);
  color: #000000;
  vertical-align: top;
}
@media only screen and (min-width: 840px) {
  .CalendarMonth__header_label:before {
    display: none;
  }
}
.CalendarMonth__header_label:first-child:before {
  content: "SUN";
}
.CalendarMonth__header_label:nth-child(2):before {
  content: "MON";
}
.CalendarMonth__header_label:nth-child(3):before {
  content: "TUE";
}
.CalendarMonth__header_label:nth-child(4):before {
  content: "WED";
}
.CalendarMonth__header_label:nth-child(5):before {
  content: "THU";
}
.CalendarMonth__header_label:nth-child(6):before {
  content: "FRI";
}
.CalendarMonth__header_label:last-child:before {
  content: "SAT";
}
.CalendarMonth__row {
  border-color: #CAC9C8 !important;
}

.CalendarGridDay {
  border-color: #CAC9C8 !important;
}
.CalendarGridDay__header {
  padding: 2rem 2rem 0 2rem !important;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #CAC9C8 !important;
  background-color: transparent !important;
  border-bottom: none !important;
}
.CalendarGridDay.CalendarGridDay--current-month .CalendarGridDay__header {
  color: #000000 !important;
}
.CalendarGridDay__content {
  padding: 0 2rem 2rem 2rem !important;
}
.CalendarGridDay.CalendarGridDay--current-day {
  background: #4A70B5;
}
.CalendarGridDay.CalendarGridDay--current-day > .CalendarGridDay__header {
  color: #ffffff !important;
}
.CalendarGridDay.CalendarGridDay--current-day .CalendarGridDayEvent a {
  color: #ffffff !important;
}
.CalendarGridDay.CalendarGridDay--current-day .CalendarGridDayEvent a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.CalendarGridDayEvent {
  font-size: 1.6rem !important;
  line-height: 2rem !important;
  border-top: none !important;
  margin: 1rem 0 0 0 !important;
  padding: 0 !important;
}
.CalendarGridDayEvent a {
  color: #000000 !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.CalendarGridDayEvent a:hover {
  text-decoration: none !important;
  color: #4A70B5 !important;
}

.CalendarMonth__content + .CalendarMonthNavigation {
  display: none;
}

.event-excerpt {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .event-excerpt {
    width: calc((100% - 4rem) / 2);
  }
}
@media only screen and (min-width: 1080px) {
  .event-excerpt {
    width: calc((100% - 8rem) / 3);
  }
}

.event-list-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}
.event-list-footer .event-list-index {
  width: auto;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 0 2rem 0;
  padding: 0;
  vertical-align: top;
}
.event-list-footer .event-list-pagination {
  width: auto;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 0 2rem 0;
  padding: 0;
  vertical-align: top;
}
.event-list-footer .event-list-pagination a, .event-list-footer .event-list-pagination span {
  display: inline-block;
  margin: 0 1rem;
  font-size: 1.6rem;
  line-height: 2rem;
  vertical-align: top;
}

/* SCSS folders */
/* Column
----------------------------------------------------------------- */
.column {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: top;
}
.column[style*="--background-color"] {
  background-color: var(--background-color, transparent);
  margin-bottom: 8rem;
  padding: 4rem 7.1428571429vw;
}

/* SCSS folders */
/* Comparison Slider
----------------------------------------------------------------- */
.comparison-slider {
  width: 100%;
  display: block;
  margin: 0;
  padding: 2rem 0;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
  overflow: hidden;
}
.comparison-slider > img {
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.comparison-slider__slider {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.comparison-slider__slider > img {
  position: relative;
  pointer-events: none;
  z-index: 0;
}
.comparison-slider__slider-after {
  position: absolute;
  width: 50%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
}
.comparison-slider__slider-after img {
  max-width: initial;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
  pointer-events: none;
}
.comparison-slider .divider {
  position: absolute;
  width: 0.2rem;
  height: 100%;
  top: 0;
  left: calc(50% - 0.1rem);
  background: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
}
.comparison-slider .divider__handle {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: calc(50% - 2rem);
  left: -1.9rem;
  padding: 0.5rem;
  border-radius: 50%;
  background: #ffffff;
  cursor: col-resize;
}
.comparison-slider .divider__handle:before {
  content: "\e5d7";
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
  color: #4A70B5;
  rotate: 90deg;
  vertical-align: top;
}

/* SCSS folders */
/* Events
----------------------------------------------------------------- */
.events__heading {
  margin-bottom: 4rem;
  color: #DE9B2B;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .events__heading {
    margin-bottom: 8rem;
  }
}
.events__filter {
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .events__filter {
    margin-bottom: 8rem;
  }
}
.events__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.events__categories li {
  border: 1px solid #DE9B2B;
  border-radius: 4rem;
  -webkit-box-shadow: 0 0 0 0px #DE9B2B;
          box-shadow: 0 0 0 0px #DE9B2B;
  color: #000000;
  cursor: pointer;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
  padding: 0.75rem 1.5rem;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, color 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}
.events__categories li:hover {
  -webkit-box-shadow: 0 0 0 1px #DE9B2B;
          box-shadow: 0 0 0 1px #DE9B2B;
}
.events__categories li.selected {
  background-color: #DE9B2B;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: #ffffff;
  cursor: default;
}
.events__wrap {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
  margin-bottom: 4rem;
}
.events__wrap:empty::after {
  content: "No results";
  font-size: 1.6rem;
  grid-column: 1/-1;
  height: 1.6rem;
  line-height: 1;
  text-align: center;
}
.events__event {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2);
}
.events__event-cover {
  aspect-ratio: 3/2;
  background-color: #231F20;
  position: relative;
}
.events__event-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.events__event-image[alt*=placeholder] {
  height: auto;
  left: 50%;
  position: absolute;
  top: calc(50% - 15px);
  translate: -50% -50%;
  width: clamp(160px, 50%, 240px);
}
.events__event-categories {
  background-color: #DE9B2B;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  margin-bottom: 0;
  padding: 8px 12px;
  position: absolute;
  width: unset;
}
.events__event-category {
  color: #ffffff;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}
.events__event-category:not(:last-child)::after {
  content: ",";
  margin-right: 4px;
}
.events__event-meta {
  padding: 2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1280px) {
  .events__event-meta {
    padding: 3rem 4rem;
  }
}
.events__event-title {
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.2;
  margin-bottom: 8px;
}
.events__event-date-time {
  font-weight: 500;
  margin-bottom: 16px;
}
.events__event-button {
  margin: 0;
}
.events__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media only screen and (min-width: 1280px) {
  .events__loader {
    margin-top: 8rem;
  }
}
.events__loader.loading {
  cursor: wait;
  pointer-events: none;
}
.events__loader.loading .text-button::after {
  opacity: 0;
}
.events__loader .text-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  line-height: 1;
}
.events__loader .text-button::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.event-hero .entry-title {
  font-size: clamp(4.2rem, 7vw, 6.4rem);
  line-height: clamp(4.2rem, 7vw, 6.4rem);
}

.event-banner {
  margin: 4rem 0 2.4rem;
  position: relative;
}
.event-banner__featured-image {
  aspect-ratio: 16/9;
  height: unset;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .event-banner__featured-image {
    aspect-ratio: 2;
  }
}
@media only screen and (min-width: 1440px) {
  .event-banner__featured-image {
    aspect-ratio: 2.5;
  }
}
@media only screen and (min-width: 1600px) {
  .event-banner__featured-image {
    aspect-ratio: 3;
  }
}

@media (max-width: 839px) {
  .event-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

/* SCSS folders */
/* Filterable Portals
----------------------------------------------------------------- */
.filterable-portals__intro {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1080px) {
  .filterable-portals__intro {
    margin-bottom: 4rem;
  }
}
.filterable-portals__questions {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filterable-portals__questions-reset {
  color: #000000;
  cursor: pointer;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 2rem;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, opacity 0.2s ease;
  z-index: 5;
}
.filterable-portals__questions-reset::after {
  background: url("../assets/images/reset.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.6rem;
  margin-left: 0.6rem;
  position: relative;
  -webkit-transition: rotate 0.4s ease;
  transition: rotate 0.4s ease;
  width: 2.6rem;
  vertical-align: -2px;
}
.filterable-portals__questions-reset[disabled] {
  opacity: 0;
}
.filterable-portals__questions-reset:hover {
  color: #4A70B5;
}
.filterable-portals__questions-reset:hover::after {
  rotate: -270deg;
}
.filterable-portals__questions-group {
  display: -ms-grid;
  display: grid;
  margin-bottom: 4rem;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.4s ease, translate 0.4s ease, position 0s linear 0.4s allow-discrete;
  transition: opacity 0.4s ease, translate 0.4s ease, position 0s linear 0.4s allow-discrete;
  translate: 0 2rem;
  pointer-events: none;
  position: absolute;
}
@media only screen and (min-width: 1080px) {
  .filterable-portals__questions-group {
    margin-bottom: 8rem;
  }
}
.filterable-portals__questions-group:has(.filterable-portals__question--selected) .filterable-portals__question:not(.filterable-portals__question--selected) {
  opacity: 0.5;
}
.filterable-portals__questions-group--active {
  opacity: 1;
  pointer-events: all;
  position: relative;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  translate: 0 0;
}
.filterable-portals__questions-group--grid {
  gap: 2rem;
}
@media only screen and (min-width: 840px) {
  .filterable-portals__questions-group--grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1080px) {
  .filterable-portals__questions-group--grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.filterable-portals__questions-group--grid .filterable-portals__question {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #304A7B;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  text-align: center;
  -webkit-transition: opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, opacity 0.2s ease;
  transition: box-shadow 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media only screen and (min-width: 1080px) {
  .filterable-portals__questions-group--grid .filterable-portals__question {
    padding: 4rem;
  }
}
.filterable-portals__questions-group--grid .filterable-portals__question::after {
  aspect-ratio: 1;
  border: 0.2rem solid #DE9B2B;
  border-radius: 50%;
  content: "";
  width: 2rem;
}
.filterable-portals__questions-group--grid .filterable-portals__question:hover {
  -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #4A70B5;
          box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #4A70B5;
}
.filterable-portals__questions-group--grid .filterable-portals__question--selected::after {
  background-color: #DE9B2B;
}
.filterable-portals__questions-group--list {
  gap: 0.1rem;
}
.filterable-portals__questions-group--list .filterable-portals__question {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #304A7B;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 2rem;
  text-align: left;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.filterable-portals__questions-group--list .filterable-portals__question::before {
  aspect-ratio: 1;
  border: 0.2rem solid #DE9B2B;
  border-radius: 50%;
  content: "";
  min-width: 2rem;
}
.filterable-portals__questions-group--list .filterable-portals__question--selected::before {
  background-color: #DE9B2B;
}
.filterable-portals__questions-group-title {
  grid-column: 1/-1;
}
.filterable-portals__question-image {
  aspect-ratio: 1;
  width: 8rem;
}
.filterable-portals__question-title {
  color: #ffffff;
  margin: 0;
}
.filterable-portals__portals {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}
@media only screen and (min-width: 840px) {
  .filterable-portals__portals {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1080px) {
  .filterable-portals__portals {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.filterable-portals__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2rem;
}
.filterable-portals__item--hidden {
  display: none;
}
@media only screen and (min-width: 1080px) {
  .filterable-portals__item {
    padding-bottom: 4rem;
    padding-right: 4rem;
  }
}
.filterable-portals__item::before {
  background-color: #DE9B2B;
  content: "";
  display: block;
  height: 0.2rem;
  margin-bottom: 2rem;
  width: 4rem;
}
.filterable-portals__item:hover .filterable-portals__title {
  color: #4A70B5;
}
.filterable-portals__title {
  color: #6D6E70;
  font-family: "DM Serif Text", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.filterable-portals__subtitle {
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.filterable-portals__more {
  color: #000000;
  margin-top: auto;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.filterable-portals__more::after {
  background: url("../assets/images/arrow-right.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.6rem;
  margin-left: 0.6rem;
  position: relative;
  -webkit-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
  width: 2.6rem;
  vertical-align: -2px;
}
.filterable-portals__more:hover::after {
  margin-left: 1rem;
}

/* SCSS folders */
/* Funds
----------------------------------------------------------------- */
.funds__filter {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  position: relative;
}
@media only screen and (min-width: 840px) {
  .funds__filter {
    gap: 4rem;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .funds__filter {
    margin-bottom: 8rem;
  }
}
.funds__categories {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../assets/images/chevron-down.svg") calc(100% - 12px) center/16px no-repeat;
}
.funds__search::-webkit-input-placeholder {
  color: #000000;
}
.funds__search::-moz-placeholder {
  color: #000000;
}
.funds__search:-ms-input-placeholder {
  color: #000000;
}
.funds__search::-ms-input-placeholder {
  color: #000000;
}
.funds__search::placeholder {
  color: #000000;
}
.funds__reset {
  display: none;
}
.funds__reset--visible {
  background: #4A70B5 url("../assets/images/x-ko.svg") center/1.2rem no-repeat;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 2.4rem;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 2.4rem;
  z-index: 1;
}
.funds__wrap {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
}
.funds__wrap:empty::after {
  content: "No results";
  font-size: 1.6rem;
  grid-column: 1/-1;
  height: 1.6rem;
  line-height: 1;
  text-align: center;
}
.funds__fund {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  text-align: left;
}
.funds__fund::before {
  background-color: #4A70B5;
  bottom: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 2rem;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 2rem;
  z-index: 0;
}
.funds__fund:hover::before {
  height: calc(200% - 2rem);
  width: calc(200% - 2rem);
}
.funds__fund:hover * {
  color: #ffffff;
}
.funds__fund:hover .button::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.funds__fund-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1280px) {
  .funds__fund-inner {
    padding: 3rem 4rem;
  }
}
.funds__title {
  color: #6D6E70;
  font-family: "DM Serif Text", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.funds__category {
  border: 1px solid #DE9B2B;
  border-radius: 4rem;
  color: #000000;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 4rem;
  padding: 0.75rem 1.5rem;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.funds__link {
  margin-top: auto;
}
.funds__link::after {
  -webkit-transition: -webkit-filter 0.3s ease 0s;
  transition: -webkit-filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
}
.funds__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media only screen and (min-width: 1280px) {
  .funds__loader {
    margin-top: 8rem;
  }
}
.funds__loader .text-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  line-height: 1;
}
.funds__loader .text-button::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.funds.filtered-funds .funds__filter {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

/* SCSS folders */
/* Image Carousel
----------------------------------------------------------------- */
.image-carousel {
  max-width: 880px;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 2rem 0 0 0;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.image-carousel[data-hide-thumbnails=true] .image-carousel__navs {
  display: none;
}
.image-carousel__slides-wrap {
  position: relative;
}
.image-carousel__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.image-carousel__slides-item {
  width: 100%;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: top;
}
.image-carousel__slides-item__image {
  width: 100%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-carousel__slides-item__caption {
  background-color: #231F20;
  bottom: 0;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  left: 0;
  line-height: 1.6;
  max-height: 33%;
  overflow-y: scroll;
  padding: 0.5rem 1rem;
  position: absolute;
  z-index: 2;
}
.image-carousel__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 7.2rem);
}
@media only screen and (min-width: 840px) {
  .image-carousel__controls {
    width: calc(100% + 12rem);
  }
}
@media only screen and (min-width: 1440px) {
  .image-carousel__controls {
    width: calc(100% + 20rem);
  }
}
.image-carousel__controls span {
  border-radius: 50%;
  border: 1px solid #000000;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  height: 3rem;
  place-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 3rem;
}
@media only screen and (min-width: 840px) {
  .image-carousel__controls span {
    height: 5rem;
    width: 5rem;
  }
}
@media only screen and (min-width: 1440px) {
  .image-carousel__controls span {
    height: 8rem;
    width: 8rem;
  }
}
.image-carousel__controls span i {
  display: block;
  font-size: 2rem;
}
@media only screen and (min-width: 840px) {
  .image-carousel__controls span i {
    font-size: 2.4rem;
  }
}
.image-carousel__navs {
  padding-top: 1.5rem;
}
.image-carousel .image-carousel__indices {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(8rem, 100%), 1fr));
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .image-carousel .image-carousel__indices {
    grid-template-columns: repeat(auto-fill, minmax(min(12rem, 100%), 1fr));
  }
}
.image-carousel .image-carousel__indices-item.carousel-index {
  aspect-ratio: 3/2;
  background-color: #000000;
  height: auto;
  position: relative;
  width: 100%;
}
.image-carousel .image-carousel__indices-item.carousel-index::before {
  display: none;
}
.image-carousel .image-carousel__indices-item.carousel-index img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.image-carousel .image-carousel__indices-item.carousel-index.active img {
  opacity: 1;
}

/* SCSS folders */
/* Image Gallery
----------------------------------------------------------------- */
.image-gallery {
  width: 100%;
  display: block;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  padding: 2rem 0;
}
@media only screen and (min-width: 840px) {
  .image-gallery.span-6, .image-gallery.span-4, .image-gallery.span-3, .image-gallery.span-2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media only screen and (min-width: 1280px) {
  .image-gallery.span-4 {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
  .image-gallery.span-3, .image-gallery.span-2 {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
}
@media only screen and (min-width: 1440px) {
  .image-gallery.span-2 {
    -webkit-columns: 6;
       -moz-columns: 6;
            columns: 6;
  }
}
.image-gallery__item {
  position: relative;
  display: inline-block;
  margin: 0 0 4rem 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
}
.image-gallery__item > img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.image-gallery__item:hover > img {
  scale: 1.1;
}

/* SCSS folders */
/* Media Gallery
----------------------------------------------------------------- */
.media-gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  padding: 2rem 0 0 0;
}
.media-gallery__item {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  display: inline-block;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
}
.media-gallery__item:after {
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: calc(50% - 3rem);
  left: calc(50% - 3rem);
  padding: 1.5rem;
  font-family: "Material Symbols Outlined";
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
  color: #4A70B5;
  background: #ffffff;
  border-radius: 50%;
}
.media-gallery__item.image:after {
  content: "\e3f4";
}
.media-gallery__item.video:after {
  content: "\e04b";
}
.media-gallery__item.audio:after {
  content: "\e405";
}
.media-gallery__item-thumb {
  width: 100%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.media-gallery__item:hover .media-gallery__item-thumb {
  scale: 1.1;
}
@media only screen and (min-width: 840px) {
  .media-gallery.span-6 .media-gallery__item, .media-gallery.span-4 .media-gallery__item, .media-gallery.span-3 .media-gallery__item, .media-gallery.span-2 .media-gallery__item {
    width: calc((100% - 4rem) / 2);
  }
}
@media only screen and (min-width: 1280px) {
  .media-gallery.span-4 .media-gallery__item {
    width: calc((100% - 8rem) / 3);
  }
  .media-gallery.span-3 .media-gallery__item, .media-gallery.span-2 .media-gallery__item {
    width: calc((100% - 12rem) / 4);
  }
}
@media only screen and (min-width: 1440px) {
  .media-gallery.span-2 .media-gallery__item {
    width: calc((100% - 20rem) / 6);
  }
}

/* SCSS folders */
/* Nested Carousel
----------------------------------------------------------------- */
.parent-carousel {
  position: relative;
  width: 100%;
  margin: 0 0 8rem 0;
  padding: 4rem 0 2rem 0;
  z-index: 2;
}
.row:not(.full-width) .parent-carousel {
  width: 100vw;
  margin: 0 -7.1428571429vw;
}
.parent-carousel__filters {
  width: 100%;
  padding: 0 7.1428571429vw 6rem 7.1428571429vw;
  text-align: center;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.parent-carousel__filters-search {
  position: relative;
  width: calc(100% - 4rem);
  max-width: 40rem;
  display: inline-block;
  margin: 0 2rem;
  padding: 0;
  vertical-align: top;
}
.parent-carousel__list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 1079px) {
  .parent-carousel__list[data-active=true] {
    padding: 0 0 4rem 0;
  }
}
.parent-carousel__list-item {
  position: relative;
  width: 50vw;
  min-height: 60rem;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 8rem 0 0 0;
  vertical-align: top;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 600px) {
  .parent-carousel__list-item {
    width: 33.333334vw;
  }
}
@media only screen and (min-width: 840px) {
  .parent-carousel__list-item {
    width: 25vw;
  }
}
@media only screen and (min-width: 1080px) {
  .parent-carousel__list-item {
    width: 20vw;
  }
}
@media only screen and (min-width: 1440px) {
  .parent-carousel__list-item {
    width: 16.666667vw;
  }
}
.parent-carousel__list-item:nth-child(3n) {
  margin: 0 0 8rem 0;
}
.parent-carousel__list-item:nth-child(3n+1) {
  margin: 4rem 0;
}
.parent-carousel__list-item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.parent-carousel__list-item__bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.parent-carousel__list-item__content {
  width: 100%;
  display: none;
  padding: calc(66.666667vw + 6rem) 0 0 0;
}
@media only screen and (min-width: 1080px) {
  .parent-carousel__list-item__content {
    padding: 6rem 0 0 14.2857142857vw;
  }
}
.parent-carousel__list-item__content-body {
  width: 100%;
  display: none;
  padding: 0 calc(7.1428571429vw + 2rem);
}
.parent-carousel__list-item__toggle {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  right: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.parent-carousel__list-item__toggle h4 {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.parent-carousel__list-item__toggle-hover {
  position: relative;
  width: 100%;
  padding: 4.2rem 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.parent-carousel__list-item__toggle-hover:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.2rem;
  top: 0;
  left: 50%;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.parent-carousel__list-item__close-button {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 2rem;
  left: 2rem;
  -webkit-transition: all 0.3s ease 0s, visibility 0s ease 0.3s;
  transition: all 0.3s ease 0s, visibility 0s ease 0.3s;
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
}
.parent-carousel__list-item__close-button:before {
  content: "\e5cd";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Material Symbols Outlined";
  font-size: 3rem;
  line-height: 3rem;
  color: #ffffff;
}
.parent-carousel__list-item__close-button:hover {
  rotate: 180deg;
}
.parent-carousel__list-item:not(.active):hover .parent-carousel__list-item__bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.parent-carousel__list-item.active {
  width: 100vw;
  z-index: 1;
}
@media only screen and (min-width: 1080px) {
  .parent-carousel__list-item.active {
    width: calc(100vw - 30rem);
  }
}
.parent-carousel__list-item.active .parent-carousel__list-item__toggle {
  display: none;
}
.parent-carousel__list-item.active .parent-carousel__list-item__bg {
  width: 100%;
  height: 66.666667vw;
}
@media only screen and (min-width: 1080px) {
  .parent-carousel__list-item.active .parent-carousel__list-item__bg {
    width: 14.2857142857vw;
    height: calc(100% - 7rem);
  }
}
.parent-carousel__list-item.active .parent-carousel__list-item__close-button {
  -webkit-transition: all 0.3s ease 0s, visibility 0s ease 0s;
  transition: all 0.3s ease 0s, visibility 0s ease 0s;
  visibility: visible;
  opacity: 1;
}
.parent-carousel__list[data-active=true] .parent-carousel__list-item:not(.active) {
  width: 6rem;
}
.parent-carousel__list[data-active=true] .parent-carousel__list-item__toggle * {
  display: none;
}
.parent-carousel > .carousel-controls {
  position: absolute;
  bottom: 0;
  right: 1rem;
  padding: 0 1rem;
}
.parent-carousel > .carousel-controls > span {
  position: relative;
  width: 4rem;
  height: 4rem;
  display: inline-block;
  padding: 0.5rem;
  margin: 0 1rem;
  background: #4A70B5;
  border-radius: 50%;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
}
.parent-carousel > .carousel-controls > span:before, .parent-carousel > .carousel-controls > span:after {
  content: "\e941";
  position: absolute;
  top: 0.5rem;
  font-family: "Material Symbols Outlined";
  font-size: 3rem;
  line-height: 3rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.parent-carousel > .carousel-controls > span:before {
  left: -2.5rem;
}
.parent-carousel > .carousel-controls > span:after {
  right: 0.5rem;
}
.parent-carousel > .carousel-controls > span:hover:before {
  left: 0.5rem;
}
.parent-carousel > .carousel-controls > span:hover:after {
  right: -2.5rem;
}
.parent-carousel > .carousel-controls > span.prev-parent {
  rotate: 180deg;
}

.child-carousel {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4rem 0 0 0;
  padding: 0;
  z-index: 1;
}
.child-carousel__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0 calc(7.1428571429vw + 1rem);
  overflow: hidden;
  z-index: 1;
}
.child-carousel__list-item {
  width: 50%;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 0 1rem;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
@media only screen and (min-width: 840px) {
  .child-carousel__list-item {
    width: 33.333334%;
  }
}
@media only screen and (min-width: 1080px) {
  .child-carousel__list-item {
    width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .child-carousel__list-item {
    width: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .child-carousel__list-item {
    width: 16.666667%;
  }
}
.child-carousel__list-item__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 0 1rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.child-carousel__list-item__title {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
}
.child-carousel .carousel-controls {
  width: auto;
  display: inline-block;
  margin: 2rem 0 0 auto;
  padding: 0 3rem;
  vertical-align: top;
}
.child-carousel .carousel-controls > span {
  position: relative;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  border-radius: 50%;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
}
.child-carousel .carousel-controls > span:before, .child-carousel .carousel-controls > span:after {
  content: "\e941";
  position: absolute;
  top: 0;
  font-family: "Material Symbols Outlined";
  font-size: 3rem;
  line-height: 3rem;
  color: #4A70B5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.child-carousel .carousel-controls > span:before {
  left: -3rem;
}
.child-carousel .carousel-controls > span:after {
  right: 0;
}
.child-carousel .carousel-controls > span:hover:before {
  left: 0;
}
.child-carousel .carousel-controls > span:hover:after {
  right: -3rem;
}
.child-carousel .carousel-controls > span.prev-slide {
  rotate: 180deg;
}

/* SCSS folders */
/* Organizations
----------------------------------------------------------------- */
.organizations__heading {
  margin-bottom: 4rem;
  color: #DE9B2B;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .organizations__heading {
    margin-bottom: 8rem;
  }
}
.organizations__filter {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  position: relative;
}
@media only screen and (min-width: 840px) {
  .organizations__filter {
    gap: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .organizations__filter {
    margin-bottom: 8rem;
  }
}
.organizations__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.organizations__categories li {
  border: 1px solid #DE9B2B;
  border-radius: 4rem;
  -webkit-box-shadow: 0 0 0 0px #DE9B2B;
          box-shadow: 0 0 0 0px #DE9B2B;
  color: #000000;
  cursor: pointer;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
  padding: 0.75rem 1.5rem;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, color 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}
.organizations__categories li:hover {
  -webkit-box-shadow: 0 0 0 1px #DE9B2B;
          box-shadow: 0 0 0 1px #DE9B2B;
}
.organizations__categories li.selected {
  background-color: #DE9B2B;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: #ffffff;
  cursor: default;
}
.organizations__search::-webkit-input-placeholder {
  color: #000000;
}
.organizations__search::-moz-placeholder {
  color: #000000;
}
.organizations__search:-ms-input-placeholder {
  color: #000000;
}
.organizations__search::-ms-input-placeholder {
  color: #000000;
}
.organizations__search::placeholder {
  color: #000000;
}
.organizations__group {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
  margin-bottom: 4rem;
}
.organizations__group-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  grid-column: 1/-1;
  margin: 0;
  position: relative;
}
.organizations__group-heading::after {
  background-color: #4A70B5;
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
}
.organizations__organization {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  text-align: left;
}
.organizations__organization::before {
  background-color: #4A70B5;
  bottom: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 2rem;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 2rem;
  z-index: 0;
}
.organizations__organization:hover::before {
  height: calc(200% - 2rem);
  width: calc(200% - 2rem);
}
.organizations__organization:hover * {
  color: #ffffff;
}
.organizations__organization:hover .button::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.organizations__organization-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1280px) {
  .organizations__organization-inner {
    padding: 3rem 4rem;
  }
}
.organizations__title {
  color: #6D6E70;
  font-family: "DM Serif Text", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.organizations__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0;
}
.organizations__badge {
  border: 1px solid #DE9B2B;
  border-radius: 4rem;
  color: #000000;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  padding: 0.6rem 1.2rem;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.organizations__link {
  margin-top: auto;
}
.organizations__link::after {
  -webkit-transition: -webkit-filter 0.3s ease 0s;
  transition: -webkit-filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
}
.organizations__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media only screen and (min-width: 1280px) {
  .organizations__loader {
    margin-top: 8rem;
  }
}
.organizations__loader .text-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  line-height: 1;
}
.organizations__loader .text-button::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* SCSS folders */
/* Page Portals
----------------------------------------------------------------- */
.page-portals {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  margin: 0 auto;
  max-width: 880px;
}
@media only screen and (min-width: 840px) {
  .page-portals {
    gap: 4rem;
  }
}
@media only screen and (min-width: 1080px) {
  .page-portals {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 8rem 0;
  }
}
.page-portals--three {
  max-width: unset;
}
@media only screen and (min-width: 1440px) {
  .page-portals--three {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .page-portals--three .page-portals__item {
    top: -4rem !important;
  }
  .page-portals--three .page-portals__item:nth-child(3n+2) {
    top: 4rem !important;
  }
}
.page-portals__item {
  display: block;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1080px) {
  .page-portals__item:nth-child(odd) {
    top: -8rem;
  }
}
@media only screen and (min-width: 1080px) {
  .page-portals__item:nth-child(even) {
    top: 8rem;
  }
}
.page-portals__item:nth-child(even) .page-portals__title {
  background-color: rgba(147, 104, 30, 0.67);
}
.page-portals__item:hover .page-portals__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-portals__image {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease 0s !important;
  transition: -webkit-transform 0.3s ease 0s !important;
  transition: transform 0.3s ease 0s !important;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s !important;
  width: 100%;
}
.page-portals__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(48, 74, 123, 0.67);
  bottom: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "DM Serif Text", sans-serif;
  font-size: clamp(3.2rem, 3vw, 4.2rem);
  left: 0;
  line-height: 1.2;
  margin: 0;
  padding: 2rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 840px) {
  .page-portals__title {
    padding: 2rem 3rem;
    width: auto;
  }
}
.page-portals__title::after {
  background: url("../assets/images/arrow-right.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  -webkit-filter: invert(1);
          filter: invert(1);
  height: 1.6rem;
  margin-left: 0.6rem;
  min-width: 2.6rem;
  position: relative;
  width: 2.6rem;
}

/* SCSS folders */
/* Post Feed
----------------------------------------------------------------- */
.post-feed {
  width: 100%;
  padding: 0 7.1428571429vw 8rem 7.1428571429vw;
}
.post-feed__filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  padding: 0 2rem 4rem 2rem;
}
.post-feed__filters-item {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .post-feed__filters-item {
    width: calc((100% - 4rem) / 2);
  }
}
@media only screen and (min-width: 1080px) {
  .post-feed__filters-item {
    width: calc((100% - 8rem) / 3);
  }
}
.post-feed__list, .post-feed__search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  padding: 0 2rem;
}
.post-feed__load-more {
  width: 100%;
  padding: 4rem 2rem 2rem 2rem;
  text-align: center;
}
.post-feed[data-state=search] .post-feed__list, .post-feed[data-state=search] .post-feed__load-more {
  display: none;
}
.post-feed[data-state=default] .post-feed__search {
  display: none;
}

/* SCSS folders */
/* Recent Posts
----------------------------------------------------------------- */
.recent-posts__posts {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
}
@media only screen and (min-width: 1440px) {
  .recent-posts__posts {
    gap: 7.2rem;
  }
}
@media only screen and (min-width: 1600px) {
  .recent-posts__posts {
    gap: 10rem;
    grid-template-columns: repeat(auto-fill, minmax(min(38rem, 100%), 1fr));
  }
}
.recent-posts__posts-item img {
  aspect-ratio: 4/3;
  display: block;
  height: auto;
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.recent-posts__link {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.recent-posts__link:hover .recent-posts__title {
  color: #4A70B5;
}
.recent-posts__date {
  font-weight: 400;
}
.recent-posts__title {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.recent-posts__category {
  border: 1px solid #DE9B2B;
  border-radius: 4rem;
  color: #000000;
  font-weight: 400;
  margin-bottom: 2rem;
  padding: 0.75rem 2.5rem;
  text-transform: capitalize;
}
.recent-posts__more {
  color: #000000;
}
.recent-posts__more::after {
  background: url("../assets/images/arrow-right.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.6rem;
  margin-left: 0.6rem;
  position: relative;
  width: 2.6rem;
  vertical-align: -2px;
}

/* News (feed)
----------------------------------------------------------------- */
.news__filter {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 840px) {
  .news__filter {
    gap: 4rem;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .news__filter {
    margin-bottom: 8rem;
  }
}
.news__search::-webkit-input-placeholder {
  color: #000000;
}
.news__search::-moz-placeholder {
  color: #000000;
}
.news__search:-ms-input-placeholder {
  color: #000000;
}
.news__search::-ms-input-placeholder {
  color: #000000;
}
.news__search::placeholder {
  color: #000000;
}
.news__wrap {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
}
.news .recent-posts__link img {
  aspect-ratio: 4/3;
  display: block;
  height: auto;
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news .recent-posts__category {
  font-size: 1.8rem;
  line-height: 1.5;
}
.news .recent-posts__more {
  font-size: 1.8rem;
}
.news__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media only screen and (min-width: 1280px) {
  .news__loader {
    margin-top: 8rem;
  }
}
.news__loader .text-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.news__loader .text-button::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* SCSS folders */
/* Recent Stories
----------------------------------------------------------------- */
.recent-stories__stories {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
}
@media only screen and (min-width: 1440px) {
  .recent-stories__stories {
    gap: 6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .recent-stories__stories {
    grid-template-columns: repeat(auto-fill, minmax(min(38rem, 100%), 1fr));
  }
}
.recent-stories__stories-item:nth-child(3n+2) .recent-stories__link {
  background-color: #93681E;
}
.recent-stories__stories-item:nth-child(3n+3) .recent-stories__link {
  background-color: #231F20;
}
.recent-stories__link {
  aspect-ratio: 1;
  background-color: #304A7B;
  display: block;
  overflow: hidden;
  position: relative;
}
.recent-stories__link::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.67)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.67));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.recent-stories__link:hover img {
  scale: 1.05;
}
.recent-stories__link img {
  aspect-ratio: 1;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  width: 100%;
}
.recent-stories__meta {
  bottom: 0;
  left: 0;
  padding: 2rem;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 1600px) {
  .recent-stories__meta {
    padding: 7.2rem 4rem;
  }
}
.recent-stories__title {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.recent-stories__more {
  color: #ffffff;
  font-size: 1.6rem;
}
.recent-stories__more::after {
  background: url("../assets/images/arrow-right-ko.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.6rem;
  margin-left: 0.6rem;
  position: relative;
  width: 2.6rem;
  vertical-align: -2px;
}

/* Stories (feed)
----------------------------------------------------------------- */
.stories__filter {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 840px) {
  .stories__filter {
    gap: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .stories__filter {
    margin-bottom: 8rem;
  }
}
.stories__search::-webkit-input-placeholder {
  color: #000000;
}
.stories__search::-moz-placeholder {
  color: #000000;
}
.stories__search:-ms-input-placeholder {
  color: #000000;
}
.stories__search::-ms-input-placeholder {
  color: #000000;
}
.stories__search::placeholder {
  color: #000000;
}
.stories__wrap {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
}
.stories__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media only screen and (min-width: 1280px) {
  .stories__loader {
    margin-top: 8rem;
  }
}
.stories__loader .text-button {
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.stories__loader .text-button::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* SCSS folders */
/* Resources
----------------------------------------------------------------- */
.resources {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
  width: 100%;
}
.resources__item {
  border-radius: 5px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  .resources__item {
    padding: 3rem;
  }
}
.resources__item::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#4A70B5), to(#304A7B));
  background: linear-gradient(#4A70B5, #304A7B);
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.25;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.resources__item::after {
  aspect-ratio: 1;
  background-color: #4A70B5;
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 2rem;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 7.2rem;
  -webkit-transition: top 0.75s ease, width 0.75s ease;
  transition: top 0.75s ease, width 0.75s ease;
}
@media only screen and (min-width: 1440px) {
  .resources__item::after {
    top: 3rem;
  }
}
.resources__item:hover {
  -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px rgba(74, 112, 181, 0.25);
          box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px rgba(74, 112, 181, 0.25);
}
.resources__item:hover::after {
  top: -75%;
  width: 150%;
}
.resources__item:hover .resources__item-description {
  color: #ffffff;
}
.resources__item-icon {
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  height: auto;
  margin: 0 auto 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  place-content: center;
  position: relative;
  width: 7.2rem;
}
.resources__item-icon img {
  position: relative;
  width: 3.2rem;
  z-index: 1;
}
.resources__item-description {
  color: #000000;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  z-index: 1;
}

/* SCSS folders */
/* Row
----------------------------------------------------------------- */
.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 7.1428571429vw 8rem 7.1428571429vw;
}
.row.full-width {
  padding-left: 0;
  padding-right: 0;
}
.row.equal-height .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.row.space-between {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row.space-between .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.row.vertical-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row.vertical-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.vertical-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.row.tal {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.row.tac {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row.tar {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.row[style*="--background-color"] {
  background-color: var(--background-color, transparent);
  margin-bottom: 8rem;
  padding: 4rem 7.1428571429vw;
}

/* SCSS folders */
/* Scholarships
----------------------------------------------------------------- */
.scholarships__filter {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  position: relative;
}
@media only screen and (min-width: 840px) {
  .scholarships__filter {
    gap: 4rem;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .scholarships__filter {
    margin-bottom: 8rem;
  }
}
.scholarships__categories {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../assets/images/chevron-down.svg") calc(100% - 12px) center/16px no-repeat;
}
.scholarships__search::-webkit-input-placeholder {
  color: #000000;
}
.scholarships__search::-moz-placeholder {
  color: #000000;
}
.scholarships__search:-ms-input-placeholder {
  color: #000000;
}
.scholarships__search::-ms-input-placeholder {
  color: #000000;
}
.scholarships__search::placeholder {
  color: #000000;
}
.scholarships__reset {
  display: none;
}
.scholarships__reset--visible {
  background: #4A70B5 url("../assets/images/x-ko.svg") center/1.2rem no-repeat;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 2.4rem;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 2.4rem;
  z-index: 1;
}
.scholarships__wrap {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
}
.scholarships__wrap:empty::after {
  content: "No results";
  font-size: 1.6rem;
  grid-column: 1/-1;
  text-align: center;
}
.scholarships__scholarship {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}
.scholarships__scholarship::before {
  aspect-ratio: 1;
  background-color: #4A70B5;
  bottom: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 2rem;
  z-index: 0;
}
.scholarships__scholarship:hover::before {
  width: 200%;
}
.scholarships__scholarship:hover * {
  color: #ffffff;
}
.scholarships__scholarship:hover .button::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.scholarships__scholarship-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1280px) {
  .scholarships__scholarship-inner {
    padding: 3rem 4rem;
  }
}
.scholarships__title {
  color: #6D6E70;
  font-family: "DM Serif Text", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.scholarships__category {
  border: 1px solid #DE9B2B;
  border-radius: 4rem;
  color: #000000;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 4rem;
  padding: 0.75rem 1.5rem;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.scholarships__link {
  margin-top: auto;
}
.scholarships__link::after {
  -webkit-transition: -webkit-filter 0.3s ease 0s;
  transition: -webkit-filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
}
.scholarships__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media only screen and (min-width: 1280px) {
  .scholarships__loader {
    margin-top: 8rem;
  }
}
.scholarships__loader .text-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  line-height: 1;
}
.scholarships__loader .text-button::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.scholarships.filtered-scholarships .scholarships__filter {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

/* SCSS folders */
/* Single Image
----------------------------------------------------------------- */
.image-block {
  position: relative;
  width: 100%;
  margin: 0 0 2rem 0;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
  overflow: hidden;
}
.image-block a {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-align: inherit;
}
.image-block .image-crop {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-block.has-lightbox {
  cursor: pointer;
}
.image-block img {
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.image-block__caption {
  background-color: #231F20;
  bottom: 0;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  left: 0;
  line-height: 1.6;
  padding: 0.5rem 1rem;
  position: absolute;
  z-index: 2;
}

.fill-image {
  position: relative;
  width: 100%;
  height: calc(100% - 2rem);
  display: block;
  margin: 0 0 2rem 0;
  padding: 66.666667% 0 0 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 840px) {
  .fill-image {
    padding: 50% 0 0 0;
  }
}

/* SCSS folders */
/* Social Media Links
----------------------------------------------------------------- */
.social-media-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-media-links__item {
  margin: 0;
}
.social-media-links__link {
  aspect-ratio: 1;
  display: block;
  width: 100%;
}
.social-media-links__icon {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  max-height: 2.4rem;
  max-width: 3rem;
  width: 100%;
}

/* SCSS folders */
/* Staff Listing
----------------------------------------------------------------- */
.staff-listing {
  width: 100%;
}
.staff-listing__items {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(min(24rem, 100%), 1fr));
}
.staff-listing__item {
  cursor: pointer;
}
.staff-listing__item img {
  aspect-ratio: 1;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.staff-listing__image {
  aspect-ratio: 1;
  background: #EAE9E8 url("../assets/images/cfmtn-logo-mark.svg") center/50% no-repeat;
  margin-bottom: 1rem;
}
.staff-listing__title {
  margin-bottom: 0.5rem;
}
.staff-listing__position {
  margin-bottom: 0;
}
.staff-listing__popup {
  background-color: #ffffff;
  display: block;
  height: 100vh;
  position: fixed;
  right: 100%;
  top: 0;
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
  width: calc(100vw - 4rem);
  z-index: 1000;
}
@media only screen and (min-width: 1080px) {
  .staff-listing__popup {
    width: 50vw;
  }
}
.staff-listing__popup--open {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.staff-listing__popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.staff-listing__popup-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  padding: 2rem 8rem 2rem 2rem;
}
@media only screen and (min-width: 1080px) {
  .staff-listing__popup-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4rem 8rem 4rem 4rem;
  }
}
.staff-listing__popup-header + hr {
  margin: 0;
}
.staff-listing__popup-image {
  aspect-ratio: 1;
  border-radius: 50%;
  height: 8rem;
  min-width: 8rem;
  overflow: hidden;
}
.staff-listing__popup-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.staff-listing__popup-title {
  margin-bottom: 0.8rem;
}
.staff-listing__popup-position {
  margin: 0;
}
.staff-listing__popup-bio {
  color: #231F20;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  overflow-y: scroll;
  padding: 2rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.staff-listing__popup-bio::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1080px) {
  .staff-listing__popup-bio {
    padding: 4rem;
  }
}
.staff-listing__popup-bio blockquote::before, .staff-listing__popup-bio blockquote::after {
  display: none;
}
.staff-listing__dismiss {
  cursor: pointer;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.staff-listing__overlay {
  background: rgba(0, 0, 0, 0.33);
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.staff-listing__overlay--active {
  opacity: 1;
  -webkit-transition: opacity 0.33s ease;
  transition: opacity 0.33s ease;
  z-index: 999;
}

body.admin-bar .staff-listing__popup {
  height: calc(100vh - 32px);
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .staff-listing__popup {
    height: calc(100vh - 46px);
    top: 46px;
  }
}

/* SCSS folders */
/* Stat
----------------------------------------------------------------- */
.stat {
  width: 100%;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.stat__before, .stat__value, .stat__after {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  letter-spacing: -0.04em;
  vertical-align: top;
}
.stat__after {
  font-family: "DM Serif Text", sans-serif;
  font-size: clamp(4.2rem, 7vw, 6.4rem);
  font-weight: 400;
  line-height: clamp(4.2rem, 7vw, 6.4rem);
  padding: 0 0 0.1em 0.05em;
  vertical-align: bottom;
}
.stat__before, .stat__value {
  font-family: "DM Serif Text", sans-serif;
  font-size: clamp(4.2rem, 8vw, 7.2rem);
  font-weight: 400;
  line-height: clamp(4.8rem, 8vw, 7.2rem);
}
.stat h4, .stat p {
  padding: 0;
}

/* SCSS folders */
/* Tabs
----------------------------------------------------------------- */
.tabs {
  position: relative;
  width: 100%;
  z-index: 0;
}
.tabs__scrollable {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  z-index: 2;
}
.tabs__toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  gap: 0;
  max-width: 100%;
  width: auto;
}
@media only screen and (min-width: 840px) {
  .tabs__toggles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.tabs__toggles-item {
  font-size: clamp(1.7rem, 2.5vw, 1.8rem);
  font-weight: 600;
  line-height: clamp(2.1rem, 2.5vw, 2.4rem);
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  color: #231F20;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-bottom: -1px;
  padding: 1.2rem 0;
  text-align: center;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  vertical-align: top;
  width: auto;
}
@media only screen and (min-width: 840px) {
  .tabs__toggles-item {
    border-top: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
    padding: 1.2rem 3rem;
  }
}
.tabs__toggles-item:last-child {
  margin-bottom: 0;
}
.tabs__toggles-item:hover {
  color: #4A70B5;
}
.tabs__toggles-item.active {
  border-width: 2px;
}
@media only screen and (min-width: 840px) {
  .tabs__toggles-item.active {
    border-width: 4px;
  }
}
.tabs__item {
  position: relative;
  width: 100%;
  display: none;
  margin: 2rem 0 0 0;
  -webkit-transition: 0.6s ease 0.3s;
  transition: 0.6s ease 0.3s;
  overflow: hidden;
  z-index: 1;
}

/* SCSS folders */
/* Text Block
----------------------------------------------------------------- */
.text-block,
.raw-html {
  width: 100%;
}

/* SCSS folders */
/* Timeline
----------------------------------------------------------------- */
.timeline-carousel {
  margin: 0 -2rem;
}
@media only screen and (min-width: 1280px) {
  .timeline-carousel {
    margin: 0 -10.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .timeline-carousel {
    margin: 0 -15rem;
  }
}
.timeline-carousel__year {
  overflow: hidden;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}
.timeline-carousel__year:nth-child(even) {
  margin-top: 4rem;
}
.timeline-carousel__year:nth-child(5n+1) .timeline-carousel__cover-image {
  background-color: #DE9B2B;
}
.timeline-carousel__year:nth-child(5n+2) .timeline-carousel__cover-image {
  background-color: #93681E;
}
.timeline-carousel__year:nth-child(5n+3) .timeline-carousel__cover-image {
  background-color: #6D6E70;
}
.timeline-carousel__year:nth-child(5n+4) .timeline-carousel__cover-image {
  background-color: #304A7B;
}
.timeline-carousel__year:nth-child(5n+5) .timeline-carousel__cover-image {
  background-color: #4A70B5;
}
.timeline-carousel__year--minimized figcaption,
.timeline-carousel__year--minimized .button {
  opacity: 0;
  pointer-events: none;
}
.timeline-carousel__year--open .timeline-carousel__cover-image {
  cursor: auto;
  height: 20rem;
}
@media only screen and (min-width: 1280px) {
  .timeline-carousel__year--open .timeline-carousel__cover-image {
    height: 100%;
    right: 0;
    width: 40rem;
  }
}
.timeline-carousel__year--open figcaption {
  bottom: 8rem !important;
}
@media only screen and (min-width: 1280px) {
  .timeline-carousel__year--open figcaption {
    opacity: 0;
  }
}
.timeline-carousel__year--open .button {
  opacity: 0 !important;
  pointer-events: none;
}
.timeline-carousel__year--open .timeline-carousel__close {
  opacity: 1 !important;
  pointer-events: all !important;
}
.timeline-carousel__year--open .timeline-carousel__content {
  max-height: 100vh;
  opacity: 1;
  -webkit-transition: max-height 0.6s ease 0s, opacity 0.3s ease 0.3s;
  transition: max-height 0.6s ease 0s, opacity 0.3s ease 0.3s;
}
.timeline-carousel__year-inner {
  border-left: 0.5rem solid #ffffff;
  border-right: 0.5rem solid #ffffff;
  min-height: 60rem;
  position: relative;
}
.timeline-carousel__close {
  color: white;
  cursor: pointer;
  font-size: 3rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  z-index: 1;
}
.timeline-carousel__cover-image {
  cursor: pointer;
  height: 100%;
  max-height: 60rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: height 0.3s ease 0s, width 0.3s ease 0s;
  transition: height 0.3s ease 0s, width 0.3s ease 0s;
  width: 100%;
}
.timeline-carousel__cover-image:hover .button {
  opacity: 1;
}
.timeline-carousel__cover-image:hover figcaption::after {
  width: 8rem;
}
.timeline-carousel__cover-image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.33;
  position: absolute;
  top: 0;
  width: 100%;
}
.timeline-carousel__cover-image figcaption {
  bottom: 10rem;
  color: #ffffff;
  font-family: "DM Serif Text", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  padding: 0 0.8rem;
  position: absolute;
  text-align: center;
  -webkit-transition: bottom 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: bottom 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1280px) {
  .timeline-carousel__cover-image figcaption {
    font-size: 3.2rem;
  }
}
.timeline-carousel__cover-image figcaption::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 3px;
  margin: 0 auto;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
  width: 0;
}
.timeline-carousel__cover-image .button {
  bottom: 3rem;
  color: #ffffff;
  font-size: 0.9rem;
  left: 50%;
  margin: 0;
  opacity: 0;
  padding: 10px 20px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.timeline-carousel__cover-image .button::before {
  height: 4rem;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
  width: 4rem;
}
.timeline-carousel__cover-image .button::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.timeline-carousel__cover-image .button:hover::before {
  width: 100%;
}
.timeline-carousel__content {
  max-height: 0;
  opacity: 0;
  overflow: scroll;
  position: relative;
  -webkit-transition: max-height 0.6s ease 0s, opacity 0s ease 0s;
  transition: max-height 0.6s ease 0s, opacity 0s ease 0s;
  top: 22rem;
}
@media only screen and (min-width: 1280px) {
  .timeline-carousel__content {
    padding-left: 3rem;
    top: 0;
    width: calc(100% - 44rem);
  }
}
.timeline-carousel__images {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(min(10rem, 100%), 1fr));
}
.timeline-carousel__images img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline-carousel__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.timeline-carousel__controls--hidden {
  opacity: 0;
  pointer-events: none;
}
.timeline-carousel__controls span {
  border-radius: 50%;
  border: 2px solid #000000;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  font-size: 2.4rem;
  height: 4.8rem;
  place-content: center;
  width: 4.8rem;
}
.timeline-carousel__controls span[aria-disabled=true] {
  border-color: transparent;
  opacity: 0.33;
}

/* SCSS folders */
/* Upcoming Events
----------------------------------------------------------------- */
.upcoming-events {
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 20px -10px;
  padding: 0;
}
.upcoming-events__header {
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 10px;
}
.upcoming-events__item {
  position: relative;
  width: 100%;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 10px 20px 10px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (min-width: 840px) {
  .upcoming-events__item {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1080px) {
  .upcoming-events__item {
    width: calc(33.333334% - 20px);
  }
}
.upcoming-events__item-thumb {
  width: 100%;
  display: block;
  margin: 0;
  padding: 66.666667% 0 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.upcoming-events__item-content {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

/* SCSS folders */
/* Video
----------------------------------------------------------------- */
.video-block {
  position: relative;
  margin: 0 0 2rem 0;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
  width: 100%;
}
.video-block__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.video-embed iframe,
.video-embed video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
}
.video-embed .wp-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-cover {
  cursor: pointer;
  position: relative;
}
.video-image {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.video-play {
  background: rgba(147, 104, 30, 0.5);
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  font-size: 3rem;
  height: 5rem;
  left: 50%;
  place-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
}
@media only screen and (min-width: 840px) {
  .video-play {
    font-size: 4rem;
    height: 7.2rem;
    width: 7.2rem;
  }
}
@media only screen and (min-width: 1440px) {
  .video-play {
    font-size: 4.8rem;
    height: 10rem;
    width: 10rem;
  }
}
.video-meta {
  background-color: #304A7B;
  color: #ffffff;
  padding: 2rem;
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .video-meta {
    background-color: rgba(48, 74, 123, 0.91);
    bottom: 0;
    left: 0;
    max-width: 50%;
    position: absolute;
  }
}
@media only screen and (min-width: 1440px) {
  .video-meta {
    max-width: 33%;
    padding: 3rem 4rem;
  }
}
.video-meta p {
  margin-bottom: 0;
}

/* SCSS folders */
/* Villagers
----------------------------------------------------------------- */
.villagers__filter {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  position: relative;
}
@media only screen and (min-width: 840px) {
  .villagers__filter {
    gap: 4rem;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .villagers__filter {
    margin-bottom: 8rem;
  }
}
.villagers__categories {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../assets/images/chevron-down.svg") calc(100% - 12px) center/16px no-repeat;
}
.villagers__search::-webkit-input-placeholder {
  color: #000000;
}
.villagers__search::-moz-placeholder {
  color: #000000;
}
.villagers__search:-ms-input-placeholder {
  color: #000000;
}
.villagers__search::-ms-input-placeholder {
  color: #000000;
}
.villagers__search::placeholder {
  color: #000000;
}
.villagers__reset {
  display: none;
}
.villagers__reset--visible {
  background: #004262 url("../assets/images/x-ko.svg") center/1.2rem no-repeat;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 2.4rem;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 2.4rem;
  z-index: 1;
}
.villagers__wrap {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
}
.villagers__wrap:empty::after {
  content: "No results";
  font-size: 1.6rem;
  grid-column: 1/-1;
  height: 1.6rem;
  line-height: 1;
  text-align: center;
}
.villagers__item {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  text-align: left;
}
.villagers__item::before {
  background-color: #004262;
  bottom: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 2rem;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 2rem;
  z-index: 0;
}
.villagers__item:hover::before {
  height: calc(200% - 2rem);
  width: calc(200% - 2rem);
}
.villagers__item:hover * {
  color: #ffffff;
}
.villagers__item:hover .button::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.villagers__item-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1280px) {
  .villagers__item-inner {
    padding: 3rem 4rem;
  }
}
.villagers__title {
  color: #6D6E70;
  font-family: "DM Serif Text", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.villagers__description {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.villagers__category {
  border: 1px solid #DE9B2B;
  border-radius: 4rem;
  color: #000000;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 4rem;
  padding: 0.75rem 1.5rem;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.villagers__link {
  margin-top: auto;
}
.villagers__link::before {
  background-color: #F37321;
}
.villagers__link::after {
  -webkit-transition: -webkit-filter 0.3s ease 0s;
  transition: -webkit-filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
}
.villagers__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media only screen and (min-width: 1280px) {
  .villagers__loader {
    margin-top: 8rem;
  }
}
.villagers__loader .text-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  line-height: 1;
}
.villagers__loader .text-button::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.villagers.filtered-villagers .villagers__filter {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.wpcf7 form.wpcf7-form {
  display: -ms-grid;
  display: grid;
}
.wpcf7 form.wpcf7-form.submitting .button::before, .wpcf7 form.wpcf7-form.submitting .button::after {
  visibility: hidden;
}
.wpcf7 form.wpcf7-form.submitting input.wpcf7-submit {
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}
.wpcf7 label {
  font-size: clamp(1.7rem, 2.5vw, 1.8rem);
  font-weight: 600;
  line-height: clamp(2.1rem, 2.5vw, 2.4rem);
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
  padding: 0;
  text-transform: uppercase;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.5rem;
}
.wpcf7 label + .wpcf7-form-control-wrap {
  margin-top: -1rem;
}
.wpcf7 input.wpcf7-not-valid {
  border-color: #dc3232 !important;
}
.wpcf7 input[type=file] {
  width: 100%;
}
.wpcf7 select.wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../assets/images/chevron-down.svg") calc(100% - 12px) center/16px no-repeat;
}
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-radio {
  display: -ms-grid;
  display: grid;
  margin-bottom: 2rem;
}
.wpcf7 .wpcf7-list-item label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 0;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
  letter-spacing: 0;
  text-transform: none;
}
.wpcf7 .wpcf7-file {
  padding: 0;
}
.wpcf7 .button {
  -ms-grid-column-align: center;
      justify-self: center;
  margin-top: 2rem;
  padding-bottom: 2.1rem;
}
.wpcf7 .button .wpcf7-submit {
  background: none;
  color: inherit;
  font-weight: 500;
  height: unset;
  letter-spacing: 0.2rem;
  padding: 0;
  text-transform: uppercase;
  width: unset;
}
.wpcf7 .button .wpcf7-spinner {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wpcf7 .wpcf7-not-valid-tip {
  text-transform: none;
}
.wpcf7 .wpcf7-response-output {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 !important;
}

.event-submission {
  display: -ms-grid;
  display: grid;
}
@media only screen and (min-width: 1080px) {
  .event-submission {
    gap: 0 3rem;
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.event-submission label {
  font-size: clamp(1.7rem, 2.5vw, 1.8rem);
  font-weight: 600;
  line-height: clamp(2.1rem, 2.5vw, 2.4rem);
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
  padding: 0;
  text-transform: uppercase;
  grid-column: 1/-1;
}
@media only screen and (min-width: 1080px) {
  .event-submission label.half {
    grid-column: unset;
  }
}
.event-submission label .required {
  color: #d81b09;
}
.event-submission input[type=file] {
  padding: 0;
}
.event-submission textarea {
  resize: vertical;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.event-submission select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../assets/images/chevron-down.svg") calc(100% - 12px) center/16px no-repeat;
}
.event-submission .actions {
  grid-column: 1/-1;
  text-align: center;
}
.event-submission input[type=submit][disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.form-message {
  background-color: #ffffff;
  margin-bottom: 3rem;
  padding: 1.5rem 1.5rem 1rem;
}
@media only screen and (min-width: 1080px) {
  .form-message {
    padding: 2rem 3rem 1rem;
  }
}
.form-message.success {
  background-color: #e0fbdd;
}
.form-message.error {
  background-color: #fbd7d7;
}
.form-message h3 {
  color: #231F20;
}

.dataTables_filter label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 0;
}

.kimbiaDiv form[id^=form_kimbia] input[type=text],
.kimbiaDiv form[id^=form_kimbia] select.k_select {
  margin-left: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.kimbiaDiv form[id^=form_kimbia] select.k_select {
  border-color: #cac9c8 !important;
  height: 4rem !important;
}
.kimbiaDiv form[id^=form_kimbia] select.k_select:hover {
  border-color: #4A70B5;
}
.kimbiaDiv form[id^=form_kimbia] .k_otherMoneyHint {
  line-height: 1;
  margin: 0.8rem 0 0 !important;
}
.kimbiaDiv form[id^=form_kimbia] .inputGroup {
  margin-bottom: 1.6rem;
}
.kimbiaDiv form[id^=form_kimbia] label.k_text,
.kimbiaDiv form[id^=form_kimbia] label.k_select {
  float: none;
  padding-left: 0;
  width: auto;
}
.kimbiaDiv form[id^=form_kimbia] table.k_buttonBlock {
  border: none;
}
.kimbiaDiv form[id^=form_kimbia] table.k_buttonBlock * {
  border: none;
}
.kimbiaDiv form[id^=form_kimbia] .k_button {
  background-color: #4A70B5;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem !important;
  font-weight: 700;
  margin: 0;
  padding: 1rem 2rem;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  width: auto;
}
.kimbiaDiv form[id^=form_kimbia] .k_button:hover {
  background: #000000;
}

#speak-login-main {
  background: #304a7b;
}
#speak-login-main > article.login-panel {
  position: relative;
  border-radius: 0px !important;
}
#speak-login-main > article.login-panel .login-panel__header {
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 1.5rem;
}
#speak-login-main > article.login-panel .login-panel__header h1 {
  font-weight: 700 !important;
  font-size: 3.5rem !important;
  letter-spacing: 1px !important;
  color: #FFFFFF !important;
}
#speak-login-main > article.login-panel form label {
  font-size: clamp(1.7rem, 2.5vw, 1.8rem) !important;
  font-weight: 600 !important;
  line-height: clamp(2.1rem, 2.5vw, 2.4rem) !important;
  letter-spacing: 0.1rem !important;
  margin-bottom: 1.5rem !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}
#speak-login-main > article.login-panel form input {
  width: 100% !important;
  min-height: initial !important;
  display: block !important;
  margin: 0 !important;
  border-radius: 0px !important;
  color: #000000 !important;
  border: 0.1rem solid #CAC9C8 !important;
  background: #FFF !important;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  height: 4rem !important;
  line-height: 3.8rem !important;
  padding: 0 0.9rem !important;
  font-size: 1.6rem !important;
  font-weight: 300 !important;
}
#speak-login-main > article.login-panel form a[href*="/profile/request-reset"] {
  font-size: 14px !important;
}
#speak-login-main > article.login-panel form button[type=submit] {
  width: 100% !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 1rem 2rem !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  text-align: center !important;
  color: #ffffff !important;
  background-color: #4A70B5 !important;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  vertical-align: top !important;
  cursor: pointer !important;
}
#speak-login-main > article.login-panel .login-panel__footer h6 {
  font-size: 14px !important;
}

/* Template Index
----------------------------------------------------------------- */
/* SCSS folders */
/* Header
----------------------------------------------------------------- */
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8;
}
.site-header__content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.5rem 2rem;
  background: #ffffff;
  z-index: 2;
}
.site-header__toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  position: absolute;
  top: 1.5rem;
}
@media only screen and (min-width: 1280px) {
  .site-header__toggle {
    left: 3rem;
  }
}
.site-header__toggle-label {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .site-header__toggle-label {
    display: block;
    font-size: 2.5rem;
  }
}
.site-header__toggle-bars {
  position: relative;
  width: 3rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 1280px) {
  .site-header__toggle-bars {
    height: 2.4rem;
    width: 4.8rem;
  }
}
.site-header__toggle-bars__item {
  background: #000000;
  display: block;
  height: 0.1rem;
  margin: auto;
  padding: 0;
  position: relative;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 3rem;
}
@media only screen and (min-width: 1280px) {
  .site-header__toggle-bars__item {
    width: 4.8rem;
  }
}
.site-header__socials {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .site-header__socials {
    display: block;
    position: absolute;
    right: 3rem;
    top: 0.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .site-header__socials {
    top: 1.5rem;
  }
}
.site-header__socials .social-navigation svg {
  max-height: 1.6rem;
}
.site-header__utility {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .site-header__utility {
    display: block;
    position: absolute;
    top: 1.25rem;
  }
}
.site-header.menu-open .site-header__toggle-bars__item.top {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}
@media only screen and (min-width: 1280px) {
  .site-header.menu-open .site-header__toggle-bars__item.top {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
.site-header.menu-open .site-header__toggle-bars__item.middle {
  opacity: 0;
}
.site-header.menu-open .site-header__toggle-bars__item.bottom {
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}
@media only screen and (min-width: 1280px) {
  .site-header.menu-open .site-header__toggle-bars__item.bottom {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}

#wpadminbar.mobile {
  position: fixed;
}

body.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

#id {
  margin: 0 auto;
  width: auto;
}
#id img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  height: auto;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  width: 10rem;
}
@media only screen and (min-width: 1280px) {
  #id img {
    width: 15rem;
  }
}
#id img.reverse {
  margin-bottom: -6.4rem;
}
@media only screen and (min-width: 1280px) {
  #id img.reverse {
    margin-bottom: -9rem;
  }
}

#masthead.sticky #id img,
body.home #masthead.menu-open #id img {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  margin-bottom: -5.2rem;
  top: -5px;
  width: 10rem;
}

.site-sidebar {
  background: #ffffff;
  display: block;
  height: calc(100vh - 107px);
  margin: 0;
  padding: 0;
  position: absolute;
  right: -100%;
  top: 107px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 8;
}
@media only screen and (min-width: 1280px) {
  .site-sidebar {
    height: auto;
    top: 145px;
  }
}
#masthead.menu-open .site-sidebar, .site-sidebar[aria-expanded=true] {
  right: 0;
}
.site-sidebar__content {
  display: block;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  width: 100%;
}
.site-sidebar__background {
  max-height: 48rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .site-sidebar__background {
    display: none;
  }
}

#masthead.sticky .site-sidebar {
  height: calc(100vh - 55px);
  top: 55px;
}
@media only screen and (min-width: 1280px) {
  #masthead.sticky .site-sidebar {
    height: auto;
  }
}

body.home #masthead .site-sidebar {
  height: calc(100vh - 55px);
  top: 55px;
}
@media only screen and (min-width: 1280px) {
  body.home #masthead .site-sidebar {
    height: auto;
  }
}

.site-notices {
  position: relative;
  width: 100%;
  left: 0;
  padding: 2rem 16rem 0 3rem;
  background: #4A70B5;
  z-index: 1;
}
.site-notices__list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.site-notices__list-item {
  width: 100%;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.site-notices__controls {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
  top: calc(50% - 1.5rem);
  right: 6rem;
}
.site-notices__controls > span {
  position: relative;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  border-radius: 50%;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
}
.site-notices__controls > span:before, .site-notices__controls > span:after {
  content: "\e941";
  position: absolute;
  top: 0;
  font-family: "Material Symbols Outlined";
  font-size: 3rem;
  line-height: 3rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.site-notices__controls > span:before {
  left: -3rem;
}
.site-notices__controls > span:after {
  right: 0;
}
.site-notices__controls > span:hover:before {
  left: 0;
}
.site-notices__controls > span:hover:after {
  right: -3rem;
}
.site-notices__controls > span.prev-slide {
  rotate: 180deg;
}
.site-notices__close {
  position: absolute;
  top: calc(50% - 1rem);
  right: 3rem;
  font-size: 2rem;
  line-height: 2rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.site-notices__close:hover {
  color: #000000;
}

.feature-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8;
}
.feature-header.menu-open .site-header__toggle-bars__item.top {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
@media only screen and (min-width: 1280px) {
  .feature-header.menu-open .site-header__toggle-bars__item.top {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
.feature-header.menu-open .site-header__toggle-bars__item.middle {
  opacity: 0;
}
.feature-header.menu-open .site-header__toggle-bars__item.bottom {
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}
@media only screen and (min-width: 1280px) {
  .feature-header.menu-open .site-header__toggle-bars__item.bottom {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}
.feature-header.menu-open .site-sidebar {
  right: 0;
}
.feature-header .site-sidebar {
  top: 9rem;
}
@media only screen and (min-width: 1280px) {
  .feature-header .site-sidebar {
    top: 12rem;
  }
}
@media only screen and (min-width: 1280px) {
  .feature-header:has(.feature-header__menu) .site-sidebar {
    top: 15rem;
  }
}
.feature-header .site-header__content {
  height: 9rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1280px) {
  .feature-header .site-header__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 12rem;
  }
}
.feature-header__menu-item.has-dropdown {
  position: relative;
}
.feature-header__menu-item.has-dropdown > a {
  padding: 20px 0;
}
.feature-header__menu-item.has-dropdown.active .feature-header__sub-menu {
  display: block !important;
  width: 200px;
}
.feature-header__menu-item.has-dropdown:hover .feature-header__sub-menu {
  display: block !important;
  width: 200px;
}
.feature-header__menus {
  background-color: #e8e8e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 2rem;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .feature-header__menus {
    bottom: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0;
    position: relative;
    z-index: 3;
  }
}
.feature-header__menus > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
}
@media only screen and (min-width: 1280px) {
  .feature-header__menus > ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
  }
}
.feature-header__menus li {
  margin: 0;
}
.feature-header__menus a {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
.feature-header__menus a:hover {
  color: #4A70B5;
}
.feature-header__sub-menu-toggle:hover {
  cursor: pointer;
}
@media (min-width: 767px) {
  .feature-header__sub-menu-toggle {
    display: none;
  }
}
.feature-header__sub-menu {
  display: none;
  position: absolute;
  margin-bottom: 0;
  z-index: 9;
  right: 50%;
  translate: 50%;
  top: 30px;
  bottom: 100%;
}
@media (min-width: 1280px) {
  .feature-header__sub-menu {
    bottom: unset;
    top: 35px;
  }
}
.feature-header__sub-menu.active {
  display: block;
}
.feature-header__sub-menu-item {
  text-align: center;
}
.feature-header__sub-menu-item:nth-child(odd) {
  background: #4970b5;
}
.feature-header__sub-menu-item:nth-child(even) {
  background: #769de2;
}
.feature-header__sub-menu-item a {
  padding: 1rem;
  display: block;
  color: white;
}
.feature-header__sub-menu-item a:hover {
  color: white;
}
.feature-header__em-menu {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  gap: 0.4rem !important;
}
@media only screen and (min-width: 1280px) {
  .feature-header__em-menu {
    bottom: unset;
    margin-left: 1rem !important;
    position: relative;
  }
}
.feature-header__em-menu li:last-child a::before {
  -webkit-filter: drop-shadow(2rem 0 0 #4A70B5);
          filter: drop-shadow(2rem 0 0 #4A70B5);
}
.feature-header__em-menu li:last-child a:hover::before {
  -webkit-filter: drop-shadow(2rem 0 0 #304A7B);
          filter: drop-shadow(2rem 0 0 #304A7B);
}
.feature-header__em-menu a {
  color: #ffffff;
  padding: 1rem;
  position: relative;
  z-index: 1;
}
.feature-header__em-menu a:hover {
  color: #ffffff;
}
.feature-header__em-menu a:hover::before {
  background-color: #304A7B;
}
.feature-header__em-menu a::before {
  background-color: #4A70B5;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  translate: -50% -50%;
  -webkit-transition: background-color 0.3s ease, -webkit-filter 0.3s ease;
  transition: background-color 0.3s ease, -webkit-filter 0.3s ease;
  transition: background-color 0.3s ease, filter 0.3s ease;
  transition: background-color 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1280px) {
  .feature-header__em-menu a::before {
    height: calc(100% + 5px);
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
}
.feature-header #id {
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
}
.feature-header #id img {
  width: 8rem;
}
@media only screen and (min-width: 1280px) {
  .feature-header #id img {
    width: 12rem;
  }
}
@media only screen and (min-width: 1280px) {
  .feature-header #logos {
    margin-left: auto;
  }
  .feature-header #logos:last-child {
    margin-left: unset;
    margin-right: auto;
  }
}
.feature-header #logos img {
  display: block;
  max-height: 6.4rem;
  max-width: 10rem;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .feature-header #logos img {
    max-height: 10rem;
    max-width: 20rem;
  }
}
.feature-header #sidebar-toggle {
  right: 2rem;
  top: unset;
}
@media only screen and (min-width: 1280px) {
  .feature-header #sidebar-toggle {
    right: unset;
  }
}

body.admin-bar .feature-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .feature-header {
    top: 46px;
  }
}

#search-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 1000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000;
  bottom: 100%;
  gap: 2.4rem;
  padding: 2rem 4rem 2rem 6.4rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  width: 100%;
}
#search-drawer.open {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#search-drawer .site-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#search-drawer .site-search__field {
  background-color: #ffffff;
}
#search-drawer .site-search__field:focus {
  border-color: #4A70B5;
  outline: none;
}
#search-drawer .site-search__submit {
  background-color: #4A70B5;
  color: #ffffff;
  font-size: 2.4rem;
  width: 4rem;
}

body.admin-bar #search-drawer.open {
  -webkit-transform: translateY(calc(100% + 32px));
          transform: translateY(calc(100% + 32px));
}
@media (max-width: 782px) {
  body.admin-bar #search-drawer.open {
    -webkit-transform: translateY(calc(100% + 46px));
            transform: translateY(calc(100% + 46px));
  }
}

#search-dismiss {
  color: #ffffff;
  cursor: pointer;
  font-size: 2.4rem;
}

/* SCSS folders */
/* Navigations
----------------------------------------------------------------- */
.mobile-navigation {
  width: 100%;
  margin: 0 0 auto 0;
  padding: 0 0 2rem 0;
}
.mobile-navigation .menu {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
}
.mobile-navigation .sub-menu {
  width: 100%;
  max-height: 0;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  overflow: hidden;
  outline: none;
}
@media only screen and (min-width: 1280px) {
  .mobile-navigation .sub-menu {
    max-height: unset !important;
  }
}
.mobile-navigation li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #A6A8AB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "DM Serif Text", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 3rem;
  margin: 0;
  padding: 1.5rem 2rem;
  position: relative;
  width: 100%;
}
.mobile-navigation li.current-menu-item > a {
  color: #DE9B2B;
  font-weight: bold;
}
.mobile-navigation li.open > .sub-menu {
  -webkit-transition: all 1.8s ease 0s;
  transition: all 1.8s ease 0s;
  max-height: 999px;
}
.mobile-navigation li.open > .sub-menu-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-navigation li.current_page_item > a::after, .mobile-navigation li.current-page-ancestor > a::after {
  width: 100%;
}
.mobile-navigation li .sub-menu-toggle {
  cursor: pointer;
  display: inline-block;
  font-size: 3rem;
  line-height: 3rem;
  margin: 0 0 0 0.5rem;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  width: auto;
}
@media only screen and (min-width: 1280px) {
  .mobile-navigation li .sub-menu-toggle {
    display: none;
  }
}
.mobile-navigation li li {
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 1rem 0 0 0;
  padding: 0.5rem 0;
}
.mobile-navigation li li li {
  padding: 0 0 0 2rem;
}
.mobile-navigation li li li a {
  font-size: 1.4rem;
}
@media only screen and (min-width: 1280px) {
  .mobile-navigation > ul > li > a::after {
    background-color: #000000;
    bottom: -8px;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    -webkit-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    width: 2.5rem !important;
  }
}
.mobile-navigation > ul > li:last-of-type {
  border-bottom: 1px solid #A6A8AB;
}
@media only screen and (min-width: 1280px) {
  .mobile-navigation > ul > li:last-of-type {
    border-bottom: none;
  }
}
.mobile-navigation a {
  color: #000000;
  display: inline-block;
  font-weight: 400;
  max-width: calc(100% - 4rem);
  position: relative;
  vertical-align: top;
  width: auto;
}
@media only screen and (min-width: 1280px) {
  .mobile-navigation a {
    max-width: unset;
    white-space: nowrap;
  }
}
.mobile-navigation a:hover {
  color: #DE9B2B;
}
@media only screen and (min-width: 1280px) {
  .mobile-navigation #mobile-navigation-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1280px) {
  .mobile-navigation #mobile-navigation-list > li {
    -ms-flex-preferred-size: 14.2857142857%;
        flex-basis: 14.2857142857%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 1.5rem;
    width: 14.2857142857%;
  }
}
@media only screen and (min-width: 1280px) {
  .mobile-navigation #mobile-navigation-list a {
    white-space: break-spaces;
  }
}

#utility-navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin: 0;
}
#utility-navigation-list li a {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#utility-navigation-list li a:hover {
  color: #4A70B5;
}
#utility-navigation-list li a i {
  font-size: 1.6rem;
}

.site-sidebar .social-navigation {
  padding: 2rem 2rem 0;
}
@media only screen and (min-width: 1280px) {
  .site-sidebar .social-navigation {
    display: none;
  }
}
.site-sidebar .social-navigation .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-sidebar .social-navigation .menu a::after {
  color: #A6A8AB;
  font-family: "DM Serif Text", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
}
.site-sidebar .social-navigation .menu a[title=Facebook]::after {
  content: "Facebook";
}
.site-sidebar .social-navigation .menu a[title=Twitter]::after {
  content: "X";
}
.site-sidebar .social-navigation .menu a[title=LinkedIn]::after {
  content: "LinkedIn";
}
.site-sidebar .social-navigation .menu a[title=Instagram]::after {
  content: "Instagram";
}
.site-sidebar .social-navigation .menu a[title=YouTube]::after {
  content: "YouTube";
}
.site-sidebar .social-navigation .menu a svg {
  display: none;
}

.site-sidebar__utility {
  margin: 2rem 0 4rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 1280px) {
  .site-sidebar__utility {
    display: none;
  }
}
.site-sidebar__utility #utility-navigation-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

body.page-template-page-subnav .secondary-navigation {
  position: absolute;
  width: auto;
  top: 8rem;
  right: 0;
  padding: 1rem 2rem;
  background: #000000;
  z-index: 0;
}
body.page-template-page-subnav .secondary-navigation .menu {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
body.page-template-page-subnav .secondary-navigation li {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  white-space: nowrap;
  vertical-align: top;
}
body.page-template-page-subnav .secondary-navigation li.current-menu-item > a, body.page-template-page-subnav .secondary-navigation li:hover > a {
  color: #4A70B5;
}
body.page-template-page-subnav .secondary-navigation li a {
  width: auto;
  display: inline-block;
  color: #ffffff;
  vertical-align: top;
}

body.page-template-page-sidenav .secondary-navigation {
  width: auto;
}
body.page-template-page-sidenav .secondary-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: auto;
}
body.page-template-page-sidenav .secondary-navigation li {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 1rem 0;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}
body.page-template-page-sidenav .secondary-navigation li > a {
  color: #000000;
  display: inline-block;
  font-weight: 500;
  position: relative;
  vertical-align: top;
  width: auto;
}
body.page-template-page-sidenav .secondary-navigation li > a::after {
  background-color: #DE9B2B;
  bottom: -4px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
  width: 0;
}
body.page-template-page-sidenav .secondary-navigation li > a:hover {
  color: #DE9B2B;
}
body.page-template-page-sidenav .secondary-navigation li.open > a, body.page-template-page-sidenav .secondary-navigation li[aria-expanded=true] > a {
  color: #DE9B2B;
}
body.page-template-page-sidenav .secondary-navigation li.open > a::after, body.page-template-page-sidenav .secondary-navigation li[aria-expanded=true] > a::after {
  width: 100%;
}
body.page-template-page-sidenav .secondary-navigation li.open > .sub-menu, body.page-template-page-sidenav .secondary-navigation li[aria-expanded=true] > .sub-menu {
  -webkit-transition: all 1.8s ease 0s;
  transition: all 1.8s ease 0s;
  max-height: 999px;
}
body.page-template-page-sidenav .secondary-navigation li.open > .sub-menu-toggle, body.page-template-page-sidenav .secondary-navigation li[aria-expanded=true] > .sub-menu-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.page-template-page-sidenav .secondary-navigation .sub-menu {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
}
body.page-template-page-sidenav .secondary-navigation .sub-menu > li:first-child {
  margin-top: 2rem;
}
body.page-template-page-sidenav .secondary-navigation .sub-menu a {
  font-weight: 400;
}
body.page-template-page-sidenav .secondary-navigation .sub-menu-toggle {
  cursor: pointer;
  display: inline-block;
  font-size: 3rem;
  line-height: 3rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -4px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  width: auto;
}

.social-navigation {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.social-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.social-navigation li {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.social-navigation li:hover svg {
  fill: #000000;
}
.social-navigation img,
.social-navigation svg {
  width: 2rem;
  fill: #4A70B5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-navigation a:hover svg {
  fill: #000000;
}

#breadcrumb-list {
  width: 100%;
  display: block;
  margin: 0;
  padding: 4rem calc(7.1428571429vw + 1.5rem);
  text-align: left;
}
#breadcrumb-list li {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0 0.5rem;
  font-size: 1.8rem;
  line-height: 4rem;
  font-weight: 700;
  color: #EAE9E8;
  vertical-align: top;
}
#breadcrumb-list li.separator {
  font-size: 4rem;
}
#breadcrumb-list a {
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
  color: #4A70B5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#breadcrumb-list a:hover {
  color: #000000;
}

.post-navigation {
  border-top: 1px solid #A6A8AB;
  padding-top: 4rem;
  width: 100%;
}
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
.post-navigation .nav-links div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.post-navigation .nav-links a {
  font-size: 1.6rem;
  line-height: 1.2;
}
.post-navigation .nav-links .nav-previous a::before {
  content: "« ";
}
.post-navigation .nav-links .nav-next {
  margin-left: auto;
  text-align: right;
}
.post-navigation .nav-links .nav-next a::after {
  content: " »";
}

.navigation.pagination {
  border-top: 1px solid #A6A8AB;
  margin-top: 4rem;
  padding-top: 4rem;
  width: 100%;
}
.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
.navigation.pagination .nav-links div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
  font-size: 1.6rem;
  line-height: 1.2;
}
.navigation.pagination .nav-links .prev {
  margin-right: auto;
}
.navigation.pagination .nav-links .next {
  margin-left: auto;
  text-align: right;
}

/* SCSS folders */
/* Template
----------------------------------------------------------------- */
.skip-link a {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.skip-link a:focus {
  font-size: 1.4rem;
  line-height: 2rem;
}

#page {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 8rem 0 0 0;
  z-index: 0;
}
@media only screen and (min-width: 1280px) {
  #page {
    padding-top: 14rem;
  }
}

body.home #page {
  padding-top: 4rem;
}
@media only screen and (min-width: 1280px) {
  body.home #page {
    padding-top: 5rem;
  }
}

.site-main {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  will-change: transform;
}
@media only screen and (min-width: 1280px) {
  .site-main__sidebar-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32rem auto;
    grid-template-columns: 32rem auto;
  }
}
.site-main__sidebar {
  background: #eee;
  border-radius: 0 3rem 0 3rem;
  display: none;
  padding: 2rem 2rem 2rem 4rem;
  vertical-align: top;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .site-main__sidebar {
    display: block;
  }
}
.site-main__sidebar h2 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: clamp(3rem, 5vw, 4.8rem);
  color: #4A70B5;
  padding-bottom: 1rem;
  position: relative;
  margin-bottom: 1rem;
}
.site-main__sidebar h2:after {
  background: #CAC9C8;
  bottom: 0;
  content: "";
  height: 0.2rem;
  left: -4rem;
  position: absolute;
  width: calc(100% + 6rem);
}
.site-main__content {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.site-gdpr {
  position: fixed;
  top: 100%;
  left: 0;
  background: #ffffff;
  padding: 2rem 8rem 0 3rem;
  z-index: 8;
}
.site-gdpr--open {
  translate: 0 -100%;
}
.site-gdpr__close {
  position: absolute;
  top: calc(50% - 1rem);
  right: 3rem;
  font-size: 2rem;
  line-height: 2rem;
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.site-gdpr__close:hover {
  color: #4A70B5;
}

.hentry {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.entry-content {
  display: block;
  margin: 0;
  padding: 4rem 0 0;
  width: 100%;
}

.entry-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s, visibility 0s ease 0.3s;
  transition: all 0.3s ease 0s, visibility 0s ease 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.entry-alert.open {
  -webkit-transition: all 0.3s ease 0s, visibility 0s ease 0s;
  transition: all 0.3s ease 0s, visibility 0s ease 0s;
  visibility: visible;
  opacity: 1;
}
.entry-alert__dialog {
  position: relative;
  width: 100%;
  max-width: 60rem;
  padding: 4rem 4rem 2rem 4rem;
  background: #ffffff;
  z-index: 1;
}
.entry-alert__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  font-size: 2rem;
  line-height: 2rem;
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.entry-alert__close:hover {
  color: #4A70B5;
}

#secondary {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0 2rem;
  vertical-align: top;
}
@media only screen and (min-width: 840px) {
  #secondary {
    width: 33.333334%;
  }
}
@media only screen and (min-width: 1280px) {
  #secondary {
    width: 25%;
  }
}

#primary {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
@media only screen and (min-width: 840px) {
  #primary {
    width: 66.666667%;
  }
}
@media only screen and (min-width: 1280px) {
  #primary {
    width: 75%;
  }
}

.wp-block-columns {
  width: 100%;
  margin: 4rem 0;
  margin-bottom: 4rem;
}

.wp-block-column:not(:first-child) {
  margin-left: 0 !important;
}

.widget {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0;
  padding: 0;
  text-align: left;
}
.widget .notification-content {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.widget p {
  margin: 0;
}
@media only screen and (min-width: 840px) {
  .widget {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .widget .notification-content {
    width: auto;
  }
}

#comments {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 7.1428571429% 8rem 7.1428571429%;
}
#comments .divider-line {
  margin: 0 2rem 7.8rem 2rem;
}
#comments .comment-count {
  width: calc(100% - 4rem);
  display: block;
  margin: 0 2rem 2rem 2rem;
  padding: 0;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #000000;
}
#comments .comments-list {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#comments .comment {
  width: 100%;
  display: block;
  margin: 0 0 4rem 0;
  padding: 0;
}
#comments .comment .comment {
  margin: 0;
}
#comments .comment footer {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
#comments .comment footer .comment-meta {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#comments .comment-content {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#comments .comment-content p {
  margin: 0 0 1rem 0;
}
#comments .comment-form {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#comments .reply {
  width: 100%;
  display: block;
  margin: 0 0 2rem 0;
  padding: 0 2rem;
}

#respond {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#respond small {
  width: auto;
  display: block;
  margin: 0 0 1rem 0;
  padding: 0 2rem;
  font-size: 1.4rem;
}

.get-a-better-browser {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.get-a-better-browser iframe {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

/* SCSS folders */
/* Alignments
----------------------------------------------------------------- */
.alignleft {
  display: inline-block;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline-block;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

@media (max-width: 839px) {
  .row.buttons {
    text-align: left !important;
  }
  .row.buttons .column {
    text-align: left !important;
  }
}
/* SCSS folders */
/* Visibility
----------------------------------------------------------------- */
.hide,
.hide-all {
  display: none !important;
}

@media only screen and (max-width: 839px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 840px) and (max-width: 1279px) {
  .hide-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 1279px) {
  .hide-desktop {
    display: none !important;
  }
}
.hide-scrollbars {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbars::-webkit-scrollbar {
  display: none;
}

.sr-only {
  border: 0 !important;
  clip-path: inset(50%) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* SCSS folders */
/* Spacing
----------------------------------------------------------------- */
*.pt-24 {
  padding-top: -24rem !important;
}

*.pb-24 {
  padding-bottom: -24rem !important;
}

*.pa-24 {
  padding: -24rem !important;
}

*.mt-24 {
  margin-top: -24rem !important;
}

*.mb-24 {
  margin-bottom: -24rem !important;
}

*.ma-24 {
  padding: -24rem !important;
}

*.pt-23 {
  padding-top: -23rem !important;
}

*.pb-23 {
  padding-bottom: -23rem !important;
}

*.pa-23 {
  padding: -23rem !important;
}

*.mt-23 {
  margin-top: -23rem !important;
}

*.mb-23 {
  margin-bottom: -23rem !important;
}

*.ma-23 {
  padding: -23rem !important;
}

*.pt-22 {
  padding-top: -22rem !important;
}

*.pb-22 {
  padding-bottom: -22rem !important;
}

*.pa-22 {
  padding: -22rem !important;
}

*.mt-22 {
  margin-top: -22rem !important;
}

*.mb-22 {
  margin-bottom: -22rem !important;
}

*.ma-22 {
  padding: -22rem !important;
}

*.pt-21 {
  padding-top: -21rem !important;
}

*.pb-21 {
  padding-bottom: -21rem !important;
}

*.pa-21 {
  padding: -21rem !important;
}

*.mt-21 {
  margin-top: -21rem !important;
}

*.mb-21 {
  margin-bottom: -21rem !important;
}

*.ma-21 {
  padding: -21rem !important;
}

*.pt-20 {
  padding-top: -20rem !important;
}

*.pb-20 {
  padding-bottom: -20rem !important;
}

*.pa-20 {
  padding: -20rem !important;
}

*.mt-20 {
  margin-top: -20rem !important;
}

*.mb-20 {
  margin-bottom: -20rem !important;
}

*.ma-20 {
  padding: -20rem !important;
}

*.pt-19 {
  padding-top: -19rem !important;
}

*.pb-19 {
  padding-bottom: -19rem !important;
}

*.pa-19 {
  padding: -19rem !important;
}

*.mt-19 {
  margin-top: -19rem !important;
}

*.mb-19 {
  margin-bottom: -19rem !important;
}

*.ma-19 {
  padding: -19rem !important;
}

*.pt-18 {
  padding-top: -18rem !important;
}

*.pb-18 {
  padding-bottom: -18rem !important;
}

*.pa-18 {
  padding: -18rem !important;
}

*.mt-18 {
  margin-top: -18rem !important;
}

*.mb-18 {
  margin-bottom: -18rem !important;
}

*.ma-18 {
  padding: -18rem !important;
}

*.pt-17 {
  padding-top: -17rem !important;
}

*.pb-17 {
  padding-bottom: -17rem !important;
}

*.pa-17 {
  padding: -17rem !important;
}

*.mt-17 {
  margin-top: -17rem !important;
}

*.mb-17 {
  margin-bottom: -17rem !important;
}

*.ma-17 {
  padding: -17rem !important;
}

*.pt-16 {
  padding-top: -16rem !important;
}

*.pb-16 {
  padding-bottom: -16rem !important;
}

*.pa-16 {
  padding: -16rem !important;
}

*.mt-16 {
  margin-top: -16rem !important;
}

*.mb-16 {
  margin-bottom: -16rem !important;
}

*.ma-16 {
  padding: -16rem !important;
}

*.pt-15 {
  padding-top: -15rem !important;
}

*.pb-15 {
  padding-bottom: -15rem !important;
}

*.pa-15 {
  padding: -15rem !important;
}

*.mt-15 {
  margin-top: -15rem !important;
}

*.mb-15 {
  margin-bottom: -15rem !important;
}

*.ma-15 {
  padding: -15rem !important;
}

*.pt-14 {
  padding-top: -14rem !important;
}

*.pb-14 {
  padding-bottom: -14rem !important;
}

*.pa-14 {
  padding: -14rem !important;
}

*.mt-14 {
  margin-top: -14rem !important;
}

*.mb-14 {
  margin-bottom: -14rem !important;
}

*.ma-14 {
  padding: -14rem !important;
}

*.pt-13 {
  padding-top: -13rem !important;
}

*.pb-13 {
  padding-bottom: -13rem !important;
}

*.pa-13 {
  padding: -13rem !important;
}

*.mt-13 {
  margin-top: -13rem !important;
}

*.mb-13 {
  margin-bottom: -13rem !important;
}

*.ma-13 {
  padding: -13rem !important;
}

*.pt-12 {
  padding-top: -12rem !important;
}

*.pb-12 {
  padding-bottom: -12rem !important;
}

*.pa-12 {
  padding: -12rem !important;
}

*.mt-12 {
  margin-top: -12rem !important;
}

*.mb-12 {
  margin-bottom: -12rem !important;
}

*.ma-12 {
  padding: -12rem !important;
}

*.pt-11 {
  padding-top: -11rem !important;
}

*.pb-11 {
  padding-bottom: -11rem !important;
}

*.pa-11 {
  padding: -11rem !important;
}

*.mt-11 {
  margin-top: -11rem !important;
}

*.mb-11 {
  margin-bottom: -11rem !important;
}

*.ma-11 {
  padding: -11rem !important;
}

*.pt-10 {
  padding-top: -10rem !important;
}

*.pb-10 {
  padding-bottom: -10rem !important;
}

*.pa-10 {
  padding: -10rem !important;
}

*.mt-10 {
  margin-top: -10rem !important;
}

*.mb-10 {
  margin-bottom: -10rem !important;
}

*.ma-10 {
  padding: -10rem !important;
}

*.pt-9 {
  padding-top: -9rem !important;
}

*.pb-9 {
  padding-bottom: -9rem !important;
}

*.pa-9 {
  padding: -9rem !important;
}

*.mt-9 {
  margin-top: -9rem !important;
}

*.mb-9 {
  margin-bottom: -9rem !important;
}

*.ma-9 {
  padding: -9rem !important;
}

*.pt-8 {
  padding-top: -8rem !important;
}

*.pb-8 {
  padding-bottom: -8rem !important;
}

*.pa-8 {
  padding: -8rem !important;
}

*.mt-8 {
  margin-top: -8rem !important;
}

*.mb-8 {
  margin-bottom: -8rem !important;
}

*.ma-8 {
  padding: -8rem !important;
}

*.pt-7 {
  padding-top: -7rem !important;
}

*.pb-7 {
  padding-bottom: -7rem !important;
}

*.pa-7 {
  padding: -7rem !important;
}

*.mt-7 {
  margin-top: -7rem !important;
}

*.mb-7 {
  margin-bottom: -7rem !important;
}

*.ma-7 {
  padding: -7rem !important;
}

*.pt-6 {
  padding-top: -6rem !important;
}

*.pb-6 {
  padding-bottom: -6rem !important;
}

*.pa-6 {
  padding: -6rem !important;
}

*.mt-6 {
  margin-top: -6rem !important;
}

*.mb-6 {
  margin-bottom: -6rem !important;
}

*.ma-6 {
  padding: -6rem !important;
}

*.pt-5 {
  padding-top: -5rem !important;
}

*.pb-5 {
  padding-bottom: -5rem !important;
}

*.pa-5 {
  padding: -5rem !important;
}

*.mt-5 {
  margin-top: -5rem !important;
}

*.mb-5 {
  margin-bottom: -5rem !important;
}

*.ma-5 {
  padding: -5rem !important;
}

*.pt-4 {
  padding-top: -4rem !important;
}

*.pb-4 {
  padding-bottom: -4rem !important;
}

*.pa-4 {
  padding: -4rem !important;
}

*.mt-4 {
  margin-top: -4rem !important;
}

*.mb-4 {
  margin-bottom: -4rem !important;
}

*.ma-4 {
  padding: -4rem !important;
}

*.pt-3 {
  padding-top: -3rem !important;
}

*.pb-3 {
  padding-bottom: -3rem !important;
}

*.pa-3 {
  padding: -3rem !important;
}

*.mt-3 {
  margin-top: -3rem !important;
}

*.mb-3 {
  margin-bottom: -3rem !important;
}

*.ma-3 {
  padding: -3rem !important;
}

*.pt-2 {
  padding-top: -2rem !important;
}

*.pb-2 {
  padding-bottom: -2rem !important;
}

*.pa-2 {
  padding: -2rem !important;
}

*.mt-2 {
  margin-top: -2rem !important;
}

*.mb-2 {
  margin-bottom: -2rem !important;
}

*.ma-2 {
  padding: -2rem !important;
}

*.pt-1 {
  padding-top: -1rem !important;
}

*.pb-1 {
  padding-bottom: -1rem !important;
}

*.pa-1 {
  padding: -1rem !important;
}

*.mt-1 {
  margin-top: -1rem !important;
}

*.mb-1 {
  margin-bottom: -1rem !important;
}

*.ma-1 {
  padding: -1rem !important;
}

*.pt0 {
  padding-top: 0 !important;
}

*.pb0 {
  padding-bottom: 0 !important;
}

*.pa0 {
  padding: 0 !important;
}

*.mt0 {
  margin-top: 0 !important;
}

*.mb0 {
  margin-bottom: 0 !important;
}

*.ma0 {
  padding: 0 !important;
}

*.pt1 {
  padding-top: 1rem !important;
}

*.pb1 {
  padding-bottom: 1rem !important;
}

*.pa1 {
  padding: 1rem !important;
}

*.mt1 {
  margin-top: 1rem !important;
}

*.mb1 {
  margin-bottom: 1rem !important;
}

*.ma1 {
  padding: 1rem !important;
}

*.pt2 {
  padding-top: 2rem !important;
}

*.pb2 {
  padding-bottom: 2rem !important;
}

*.pa2 {
  padding: 2rem !important;
}

*.mt2 {
  margin-top: 2rem !important;
}

*.mb2 {
  margin-bottom: 2rem !important;
}

*.ma2 {
  padding: 2rem !important;
}

*.pt3 {
  padding-top: 3rem !important;
}

*.pb3 {
  padding-bottom: 3rem !important;
}

*.pa3 {
  padding: 3rem !important;
}

*.mt3 {
  margin-top: 3rem !important;
}

*.mb3 {
  margin-bottom: 3rem !important;
}

*.ma3 {
  padding: 3rem !important;
}

*.pt4 {
  padding-top: 4rem !important;
}

*.pb4 {
  padding-bottom: 4rem !important;
}

*.pa4 {
  padding: 4rem !important;
}

*.mt4 {
  margin-top: 4rem !important;
}

*.mb4 {
  margin-bottom: 4rem !important;
}

*.ma4 {
  padding: 4rem !important;
}

*.pt5 {
  padding-top: 5rem !important;
}

*.pb5 {
  padding-bottom: 5rem !important;
}

*.pa5 {
  padding: 5rem !important;
}

*.mt5 {
  margin-top: 5rem !important;
}

*.mb5 {
  margin-bottom: 5rem !important;
}

*.ma5 {
  padding: 5rem !important;
}

*.pt6 {
  padding-top: 6rem !important;
}

*.pb6 {
  padding-bottom: 6rem !important;
}

*.pa6 {
  padding: 6rem !important;
}

*.mt6 {
  margin-top: 6rem !important;
}

*.mb6 {
  margin-bottom: 6rem !important;
}

*.ma6 {
  padding: 6rem !important;
}

*.pt7 {
  padding-top: 7rem !important;
}

*.pb7 {
  padding-bottom: 7rem !important;
}

*.pa7 {
  padding: 7rem !important;
}

*.mt7 {
  margin-top: 7rem !important;
}

*.mb7 {
  margin-bottom: 7rem !important;
}

*.ma7 {
  padding: 7rem !important;
}

*.pt8 {
  padding-top: 8rem !important;
}

*.pb8 {
  padding-bottom: 8rem !important;
}

*.pa8 {
  padding: 8rem !important;
}

*.mt8 {
  margin-top: 8rem !important;
}

*.mb8 {
  margin-bottom: 8rem !important;
}

*.ma8 {
  padding: 8rem !important;
}

*.pt9 {
  padding-top: 9rem !important;
}

*.pb9 {
  padding-bottom: 9rem !important;
}

*.pa9 {
  padding: 9rem !important;
}

*.mt9 {
  margin-top: 9rem !important;
}

*.mb9 {
  margin-bottom: 9rem !important;
}

*.ma9 {
  padding: 9rem !important;
}

*.pt10 {
  padding-top: 10rem !important;
}

*.pb10 {
  padding-bottom: 10rem !important;
}

*.pa10 {
  padding: 10rem !important;
}

*.mt10 {
  margin-top: 10rem !important;
}

*.mb10 {
  margin-bottom: 10rem !important;
}

*.ma10 {
  padding: 10rem !important;
}

*.pt11 {
  padding-top: 11rem !important;
}

*.pb11 {
  padding-bottom: 11rem !important;
}

*.pa11 {
  padding: 11rem !important;
}

*.mt11 {
  margin-top: 11rem !important;
}

*.mb11 {
  margin-bottom: 11rem !important;
}

*.ma11 {
  padding: 11rem !important;
}

*.pt12 {
  padding-top: 12rem !important;
}

*.pb12 {
  padding-bottom: 12rem !important;
}

*.pa12 {
  padding: 12rem !important;
}

*.mt12 {
  margin-top: 12rem !important;
}

*.mb12 {
  margin-bottom: 12rem !important;
}

*.ma12 {
  padding: 12rem !important;
}

*.pt13 {
  padding-top: 13rem !important;
}

*.pb13 {
  padding-bottom: 13rem !important;
}

*.pa13 {
  padding: 13rem !important;
}

*.mt13 {
  margin-top: 13rem !important;
}

*.mb13 {
  margin-bottom: 13rem !important;
}

*.ma13 {
  padding: 13rem !important;
}

*.pt14 {
  padding-top: 14rem !important;
}

*.pb14 {
  padding-bottom: 14rem !important;
}

*.pa14 {
  padding: 14rem !important;
}

*.mt14 {
  margin-top: 14rem !important;
}

*.mb14 {
  margin-bottom: 14rem !important;
}

*.ma14 {
  padding: 14rem !important;
}

*.pt15 {
  padding-top: 15rem !important;
}

*.pb15 {
  padding-bottom: 15rem !important;
}

*.pa15 {
  padding: 15rem !important;
}

*.mt15 {
  margin-top: 15rem !important;
}

*.mb15 {
  margin-bottom: 15rem !important;
}

*.ma15 {
  padding: 15rem !important;
}

*.pt16 {
  padding-top: 16rem !important;
}

*.pb16 {
  padding-bottom: 16rem !important;
}

*.pa16 {
  padding: 16rem !important;
}

*.mt16 {
  margin-top: 16rem !important;
}

*.mb16 {
  margin-bottom: 16rem !important;
}

*.ma16 {
  padding: 16rem !important;
}

*.pt17 {
  padding-top: 17rem !important;
}

*.pb17 {
  padding-bottom: 17rem !important;
}

*.pa17 {
  padding: 17rem !important;
}

*.mt17 {
  margin-top: 17rem !important;
}

*.mb17 {
  margin-bottom: 17rem !important;
}

*.ma17 {
  padding: 17rem !important;
}

*.pt18 {
  padding-top: 18rem !important;
}

*.pb18 {
  padding-bottom: 18rem !important;
}

*.pa18 {
  padding: 18rem !important;
}

*.mt18 {
  margin-top: 18rem !important;
}

*.mb18 {
  margin-bottom: 18rem !important;
}

*.ma18 {
  padding: 18rem !important;
}

*.pt19 {
  padding-top: 19rem !important;
}

*.pb19 {
  padding-bottom: 19rem !important;
}

*.pa19 {
  padding: 19rem !important;
}

*.mt19 {
  margin-top: 19rem !important;
}

*.mb19 {
  margin-bottom: 19rem !important;
}

*.ma19 {
  padding: 19rem !important;
}

*.pt20 {
  padding-top: 20rem !important;
}

*.pb20 {
  padding-bottom: 20rem !important;
}

*.pa20 {
  padding: 20rem !important;
}

*.mt20 {
  margin-top: 20rem !important;
}

*.mb20 {
  margin-bottom: 20rem !important;
}

*.ma20 {
  padding: 20rem !important;
}

*.pt21 {
  padding-top: 21rem !important;
}

*.pb21 {
  padding-bottom: 21rem !important;
}

*.pa21 {
  padding: 21rem !important;
}

*.mt21 {
  margin-top: 21rem !important;
}

*.mb21 {
  margin-bottom: 21rem !important;
}

*.ma21 {
  padding: 21rem !important;
}

*.pt22 {
  padding-top: 22rem !important;
}

*.pb22 {
  padding-bottom: 22rem !important;
}

*.pa22 {
  padding: 22rem !important;
}

*.mt22 {
  margin-top: 22rem !important;
}

*.mb22 {
  margin-bottom: 22rem !important;
}

*.ma22 {
  padding: 22rem !important;
}

*.pt23 {
  padding-top: 23rem !important;
}

*.pb23 {
  padding-bottom: 23rem !important;
}

*.pa23 {
  padding: 23rem !important;
}

*.mt23 {
  margin-top: 23rem !important;
}

*.mb23 {
  margin-bottom: 23rem !important;
}

*.ma23 {
  padding: 23rem !important;
}

*.pt24 {
  padding-top: 24rem !important;
}

*.pb24 {
  padding-bottom: 24rem !important;
}

*.pa24 {
  padding: 24rem !important;
}

*.mt24 {
  margin-top: 24rem !important;
}

*.mb24 {
  margin-bottom: 24rem !important;
}

*.ma24 {
  padding: 24rem !important;
}

.vc_empty_space {
  clear: both;
}

/* SCSS folders */
/* Footer
----------------------------------------------------------------- */
.site-footer {
  padding-top: 4rem;
  text-align: center;
}
.site-footer .row {
  padding-bottom: 2rem;
}
.site-footer p {
  font-size: 1.6rem;
  margin: 0;
}
.site-footer p a {
  color: #231F20;
  font-weight: 400;
}
.site-footer p a:hover {
  color: #4A70B5;
}
.site-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1280px) {
  .site-footer__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -ms-grid;
    display: grid;
    gap: 4rem;
    -ms-grid-columns: 4fr 4rem 5fr;
    grid-template-columns: 4fr 5fr;
  }
}
.site-footer__logos {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/1/3;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 2rem;
  -ms-grid-columns: 2fr 2rem 1fr;
  grid-template-columns: 2fr 1fr;
}
@media (min-width: 1080px) {
  .site-footer__logos {
    -ms-grid-columns: 3fr 4rem 2fr;
    grid-template-columns: 3fr 2fr;
    gap: 2rem 4rem;
  }
}
.site-footer__logos img {
  max-height: 75px;
  margin: 0 auto;
}
@media (min-width: 1080px) {
  .site-footer__logos img {
    margin: 0;
  }
}
.site-footer__contact {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1080px) {
  .site-footer__contact {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
  }
  .site-footer__contact-logos {
    grid-column: 1/-1;
  }
  .site-footer__contact-email {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  .site-footer__contact-tax {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
@media only screen and (min-width: 1280px) {
  .site-footer__contact {
    gap: 2rem 4rem;
    margin: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1440px) {
  .site-footer__contact {
    -ms-grid-columns: 3fr 2fr;
    grid-template-columns: 3fr 2fr;
  }
}
.site-footer__contact-logos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1280px) {
  .site-footer__contact-logos {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.site-footer__contact-logos img {
  max-width: 20rem;
}
.site-footer__socials {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1280px) {
  .site-footer__socials .button-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.site-footer__socials .button-menu li {
  margin: 0;
}
.site-footer__socials .button-menu a {
  text-align: left;
}
@media only screen and (min-width: 1280px) {
  .site-footer__socials {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .site-footer__socials .button, .site-footer__socials .button-menu a {
    margin-right: -1.6rem;
  }
}
.site-footer .social-navigation .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
@media (min-width: 1280px) {
  .site-footer .social-navigation .menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 4rem;
    margin-bottom: 0;
  }
}
.site-footer .social-navigation .menu a::after {
  color: #A6A8AB;
  font-family: "DM Serif Text", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  font-size: clamp(2.4rem, 2vw, 3.6rem);
}
.site-footer__end {
  font-size: 1.2rem;
  grid-column: 1/-1;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
  .site-footer__end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
.site-footer__end p {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1280px) {
  .site-footer__end p {
    white-space: nowrap;
  }
}
.site-footer__end p,
.site-footer__end a,
.site-footer__end li {
  font-size: inherit;
}
.site-footer__end ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1280px) {
  .site-footer__end ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -4px;
    text-align: right;
  }
}
.site-footer__end ul li {
  margin: 0;
}
.site-footer__end ul li a {
  color: #231F20;
  font-weight: 400;
}
.site-footer__end ul li a:hover {
  color: #4A70B5;
}

.end-quote {
  background-color: #000000;
  padding: 4rem 0 0;
  position: relative;
  text-align: center;
}
.end-quote blockquote::before, .end-quote blockquote::after {
  display: none;
}
.end-quote blockquote h4 {
  line-height: clamp(2.8rem, 6vw, 8rem);
  color: #6D6E70 !important;
  font-family: "DM Serif Text", sans-serif;
  font-size: clamp(2.4rem, 3.2vw, 4rem);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  padding: 0;
  text-transform: uppercase;
}
.end-quote blockquote h4::before {
  display: none;
}
.end-quote blockquote cite {
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 3rem;
  text-transform: uppercase;
}
.end-quote blockquote cite::before {
  content: "—";
  margin-right: 4px;
}
.end-quote img {
  margin: 0 auto;
  width: 14rem;
}

/* Form Elements
----------------------------------------------------------------- */
/* Templates Index
----------------------------------------------------------------- */
/* SCSS folders */
/* 404
----------------------------------------------------------------- */
/* SCSS folders */
/* Archive
----------------------------------------------------------------- */
.archive .entry-content .column:first-of-type,
.search .entry-content .column:first-of-type {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
}
.archive__message .site-search__submit,
.search__message .site-search__submit {
  cursor: pointer;
  float: right;
  height: 40px;
  margin-top: -40px;
  width: 40px;
}
.archive__link:hover .archive__title,
.search__link:hover .archive__title {
  color: #4A70B5;
}
.archive__link img,
.search__link img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.archive__thumbnail,
.search__thumbnail {
  aspect-ratio: 4/3;
  background: #231F20 url("../assets/images/cfmtn-logo-mark.svg") center/50% no-repeat;
  margin-bottom: 1.5rem;
}
.archive__title,
.search__title {
  margin-bottom: 1rem;
}

/* SCSS folders */
/* Blog
----------------------------------------------------------------- */
.excerpt-post {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .excerpt-post {
    width: calc((100% - 4rem) / 2);
  }
}
@media only screen and (min-width: 1080px) {
  .excerpt-post {
    width: calc((100% - 8rem) / 3);
  }
}

/* SCSS folders */
/* Calendar
----------------------------------------------------------------- */
.hero-event {
  width: 100%;
  padding: 8rem calc(7.1428571429vw + 2rem) 0 calc(7.1428571429vw + 2rem);
}

/* SCSS folders */
/* Default
----------------------------------------------------------------- */
.hero-default {
  text-align: center;
  padding: 4rem calc(7.1428571429vw + 2rem) 0 calc(7.1428571429vw + 2rem);
  width: 100%;
}
.hero-default .entry-title {
  color: #000000;
}

.page-banner {
  margin: 4rem 0 2.4rem;
  position: relative;
}
.page-banner__featured-image {
  aspect-ratio: 16/9;
  height: unset;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .page-banner__featured-image {
    aspect-ratio: 2;
  }
}
@media only screen and (min-width: 1440px) {
  .page-banner__featured-image {
    aspect-ratio: 2.5;
  }
}
@media only screen and (min-width: 1600px) {
  .page-banner__featured-image {
    aspect-ratio: 3;
  }
}
.page-banner__caption {
  background-color: #231F20;
  bottom: 0;
  color: #ffffff;
  font-size: 1.2rem;
  left: 0;
  line-height: 1.6rem;
  padding: 0.5rem 1rem;
  position: absolute;
  z-index: 2;
}

.banner-text .row {
  padding-bottom: 0;
}
.banner-text p {
  font-size: 1.4rem;
  margin: 0;
}

/* SCSS folders */
/* Feature Page
----------------------------------------------------------------- */
@media only screen and (min-width: 1280px) {
  body.page-template-page-feature-page #page {
    padding-top: 12rem;
  }
}

.fp-portals__item:nth-child(3n+2) .recent-stories__link {
  background-color: #93681E;
}
.fp-portals__item:nth-child(3n+3) .recent-stories__link {
  background-color: #231F20;
}
.fp-portals__link {
  aspect-ratio: 1;
  background-color: #304A7B;
  display: block;
  overflow: hidden;
  position: relative;
}
.fp-portals__link::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.67)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.67));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.fp-portals__link:hover img {
  scale: 1.05;
}
.fp-portals__link img {
  aspect-ratio: 1;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  width: 100%;
}
.fp-portals__meta {
  bottom: 0;
  left: 0;
  padding: 2rem;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 1600px) {
  .fp-portals__meta {
    padding: 7.2rem 4rem;
  }
}
.fp-portals__title {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.fp-portals__more {
  color: #ffffff;
  font-size: 1.6rem;
}
.fp-portals__more::after {
  background: url("../assets/images/arrow-right-ko.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.6rem;
  margin-left: 0.6rem;
  position: relative;
  width: 2.6rem;
  vertical-align: -2px;
}
.fp-portals__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 2rem;
}
.fp-portals__controls span {
  cursor: pointer;
  display: block;
  display: -ms-grid;
  display: grid;
  font-size: 2.4rem;
  height: 2.4rem;
  place-content: center;
  width: 2rem;
}
.fp-portals__controls span[aria-disabled=true] {
  opacity: 0.33;
}

.fp-hero {
  background-color: #000000;
  display: -ms-grid;
  display: grid;
  min-height: 42rem;
  padding: 4rem 2rem;
  place-content: center;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 840px) {
  .fp-hero {
    min-height: 64rem;
    padding: 8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .fp-hero {
    min-height: 80rem;
  }
}
@media only screen and (min-width: 1600px) {
  .fp-hero {
    padding: 12rem 16rem;
  }
}
.fp-hero .remove-overlay:before {
  display: none;
}
.fp-hero::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.fp-hero__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.fp-hero__content {
  position: relative;
  z-index: 2;
}

.fp-main {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.67)), color-stop(33%, rgba(255, 255, 255, 0.67)), to(#ffffff)), #ffffff url("../assets/images/overlapping-slopes.png") center 150vw/100% auto no-repeat;
  background: linear-gradient(rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0.67) 33%, #ffffff 100%), #ffffff url("../assets/images/overlapping-slopes.png") center 150vw/100% auto no-repeat;
  padding: 4rem 2rem;
  position: relative;
}
@media (min-width: 600px) {
  .fp-main {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.67)), color-stop(33%, rgba(255, 255, 255, 0.67)), to(#ffffff)), #ffffff url("../assets/images/overlapping-slopes.png") center 100vw/100% auto no-repeat;
    background: linear-gradient(rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0.67) 33%, #ffffff 100%), #ffffff url("../assets/images/overlapping-slopes.png") center 100vw/100% auto no-repeat;
  }
}
@media only screen and (min-width: 840px) {
  .fp-main {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.67)), color-stop(33%, rgba(255, 255, 255, 0.67)), to(#ffffff)), #ffffff url("../assets/images/overlapping-slopes.png") center 75vw/100% auto no-repeat;
    background: linear-gradient(rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0.67) 33%, #ffffff 100%), #ffffff url("../assets/images/overlapping-slopes.png") center 75vw/100% auto no-repeat;
    padding: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .fp-main {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.67)), color-stop(33%, rgba(255, 255, 255, 0.67)), to(#ffffff)), #ffffff url("../assets/images/overlapping-slopes.png") center 33vw/100% auto no-repeat;
    background: linear-gradient(rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0.67) 33%, #ffffff 100%), #ffffff url("../assets/images/overlapping-slopes.png") center 33vw/100% auto no-repeat;
    padding: 8rem 4rem;
  }
}

.fp-featured {
  margin-bottom: 4rem;
  overflow: hidden;
}
@media only screen and (min-width: 1080px) {
  .fp-featured {
    border-bottom: 1px solid #A6A8AB;
  }
}
@media only screen and (min-width: 1280px) {
  .fp-featured {
    margin-bottom: 8rem;
  }
}
.fp-featured__content {
  padding: 4rem 2rem;
  position: relative;
}
@media only screen and (min-width: 840px) {
  .fp-featured__content {
    display: -ms-grid;
    display: grid;
    gap: 4rem;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1080px) {
  .fp-featured__content {
    border-bottom: 1px solid #A6A8AB;
    padding: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .fp-featured__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem 6.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .fp-featured__content h2 {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1280px) {
  .fp-featured__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .fp-featured__aside p {
    margin-right: auto;
    max-width: 60rem;
  }
}
@media only screen and (min-width: 1280px) {
  .fp-featured__link {
    min-width: 16rem;
  }
}
@media only screen and (min-width: 1080px) {
  .fp-featured__carousel {
    margin: 0 auto;
    position: relative;
    width: 80vw;
  }
}
@media only screen and (min-width: 1280px) {
  .fp-featured__carousel {
    width: 70vw;
  }
}
@media only screen and (min-width: 1440px) {
  .fp-featured__carousel {
    width: 60vw;
  }
}
.fp-featured__controls {
  border-top: 1px solid #A6A8AB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 1rem;
  padding: 1rem 2rem 0;
}
@media only screen and (min-width: 1080px) {
  .fp-featured__controls {
    border: none;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90vw;
    z-index: 5;
  }
}
@media only screen and (min-width: 1280px) {
  .fp-featured__controls {
    width: 80vw;
  }
}
@media only screen and (min-width: 1280px) {
  .fp-featured__controls {
    width: 70vw;
  }
}
.fp-featured__controls span {
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  font-size: 2.4rem;
  height: 2.4rem;
  place-content: center;
  width: 2rem;
}
.fp-featured__controls span[aria-disabled=true] {
  opacity: 0.33;
}
.fp-featured__wrap {
  margin-bottom: 0;
}
.fp-featured__features-item {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  min-height: 100vw;
  position: relative;
}
@media only screen and (min-width: 840px) {
  .fp-featured__features-item {
    min-height: 75vw;
  }
}
@media only screen and (min-width: 1080px) {
  .fp-featured__features-item {
    min-height: 60vw;
  }
}
@media only screen and (min-width: 1280px) {
  .fp-featured__features-item {
    min-height: 45vw;
  }
}
@media only screen and (min-width: 1440px) {
  .fp-featured__features-item {
    min-height: 40vw;
  }
}
@media only screen and (min-width: 1080px) {
  .fp-featured__features-item:not(.tns-slide-active) .fp-featured__features-image {
    opacity: 0;
  }
  .fp-featured__features-item:not(.tns-slide-active) .fp-featured__features-meta * {
    color: #000000;
  }
}
.fp-featured__features-image {
  background-color: #231F20;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  width: 100%;
}
.fp-featured__features-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  position: relative;
  width: 100%;
  z-index: 1;
}
.fp-featured__features-image figcaption {
  background-color: #231F20;
  bottom: 0;
  color: #ffffff;
  font-size: 1.2rem;
  left: 0;
  padding: 1rem 2rem;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 1080px) {
  .fp-featured__features-image figcaption {
    left: unset;
    right: 0;
  }
}
.fp-featured__features-meta {
  padding: 0 2rem 6.4rem;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 1080px) {
  .fp-featured__features-meta {
    padding: 0 4rem 4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .fp-featured__features-meta {
    padding: 0 6.4rem 4rem;
  }
}
.fp-featured__features-name {
  font-family: "DM Serif Text", sans-serif;
  font-size: clamp(2.1rem, 4vw, 4.8rem);
  margin-bottom: 0.5rem;
}
.fp-featured__features-title {
  font-size: clamp(3.2rem, 5vw, 6rem);
}
.fp-featured__features-link:hover {
  opacity: 1 !important;
}
.fp-featured__features-link::before {
  background-color: rgba(74, 112, 181, 0.67);
}
@media only screen and (min-width: 1080px) {
  .fp-featured .tns-ovh {
    overflow: visible;
  }
}

.fp-connect {
  position: relative;
}
.fp-connect__content {
  padding: 0 0 1px;
}
.fp-connect__form {
  padding: 4rem 2rem;
}
@media only screen and (min-width: 840px) {
  .fp-connect__form {
    background-color: #ffffff;
    margin: 0 auto 20rem;
    max-width: 720px;
    padding: 4rem;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 1080px) {
  .fp-connect__form {
    padding: 6.4rem;
  }
}
@media only screen and (min-width: 840px) {
  .fp-connect__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

/* SCSS folders */
/* Home
----------------------------------------------------------------- */
.home-hero {
  background-color: #000000;
  display: -ms-grid;
  display: grid;
  min-height: 42rem;
  overflow: hidden;
  padding: 4rem 2rem;
  place-content: center;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 840px) {
  .home-hero {
    min-height: 64rem;
    padding: 8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .home-hero {
    min-height: 80rem;
  }
}
@media only screen and (min-width: 1600px) {
  .home-hero {
    padding: 12rem 16rem;
  }
}
.home-hero::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.home-hero__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.home-hero__video {
  border: none;
  left: 50%;
  min-height: 100%;
  min-width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  z-index: 1;
  aspect-ratio: 16/9;
}
@media only screen and (min-width: 840px) {
  .home-hero__video {
    min-height: 102vw;
  }
}
@media only screen and (min-width: 1080px) {
  .home-hero__video {
    aspect-ratio: 16/9;
    min-height: 62.5vw;
  }
}
.home-hero__content {
  max-width: 1080px;
  position: relative;
  z-index: 2;
}

.home-intro {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(10%, #ffffff), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(90%, #ffffff), to(#ffffff)), #ffffff url("../assets/images/overlapping-slopes.png") center top/100% auto no-repeat;
  background: linear-gradient(#ffffff 0%, #ffffff 10%, rgba(255, 255, 255, 0.5) 50%, #ffffff 90%, #ffffff 100%), #ffffff url("../assets/images/overlapping-slopes.png") center top/100% auto no-repeat;
  padding: 4rem 2rem;
  position: relative;
}
@media only screen and (min-width: 840px) {
  .home-intro {
    padding: 8rem;
  }
}

.home-about {
  margin: 0 auto 8rem;
  max-width: 96rem;
  text-align: center;
}
.home-about h3 {
  color: #000000;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.33;
}

.home-portals {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
}
.home-portals.in-view .home-portals__portal {
  -webkit-animation: fade-in 0.5s ease forwards;
          animation: fade-in 0.5s ease forwards;
}
@media only screen and (min-width: 840px) {
  .home-portals {
    gap: 0 8rem;
    padding: 0 6rem;
  }
}
@media only screen and (min-width: 1080px) {
  .home-portals {
    padding: 0 12rem;
  }
}
@media only screen and (min-width: 1280px) {
  .home-portals {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .home-portals {
    margin-bottom: 16rem;
    padding: 0 14rem;
  }
}
.home-portals__portal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  overflow: hidden;
  scale: 0.9;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.home-portals__portal:nth-child(4n+1) {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
  background-color: rgba(147, 104, 30, 0.67);
}
.home-portals__portal:nth-child(4n+2) {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
  background-color: rgba(222, 155, 43, 0.67);
}
.home-portals__portal:nth-child(4n+3) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
  background-color: rgba(74, 112, 181, 0.67);
}
.home-portals__portal:nth-child(4n+4) {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
  background-color: rgba(48, 74, 123, 0.67);
}
.home-portals__portal:nth-child(4n+1):hover {
  background-color: #93681E;
}
.home-portals__portal:nth-child(4n+2):hover {
  background-color: #DE9B2B;
}
.home-portals__portal:nth-child(4n+3):hover {
  background-color: #4A70B5;
}
.home-portals__portal:nth-child(4n+4):hover {
  background-color: #304A7B;
}
@media only screen and (min-width: 840px) {
  .home-portals__portal:nth-child(1), .home-portals__portal:nth-child(2) {
    -webkit-transform: translateX(-8rem);
            transform: translateX(-8rem);
  }
  .home-portals__portal:nth-child(3), .home-portals__portal:nth-child(4) {
    -webkit-transform: translateX(8rem);
            transform: translateX(8rem);
  }
}
@media only screen and (min-width: 1280px) {
  .home-portals__portal:nth-child(1), .home-portals__portal:nth-child(2) {
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  .home-portals__portal:nth-child(3), .home-portals__portal:nth-child(4) {
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
}
@media only screen and (min-width: 1280px) {
  .home-portals__portal:nth-child(odd) {
    -webkit-transform: translateY(-4rem);
            transform: translateY(-4rem);
  }
  .home-portals__portal:nth-child(even) {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
}
.home-portals__image {
  width: 5rem;
}
.home-portals__title {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: clamp(2.8rem, 4vw, 4.8rem);
}

@-webkit-keyframes fade-in {
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes fade-in {
  to {
    opacity: 1;
    scale: 1;
  }
}
.home-funds {
  overflow: hidden;
}
@media only screen and (min-width: 1080px) {
  .home-funds {
    padding-bottom: 4rem;
  }
}
.home-funds__content {
  padding: 4rem 2rem;
  position: relative;
}
@media only screen and (min-width: 840px) {
  .home-funds__content {
    display: -ms-grid;
    display: grid;
    gap: 4rem;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1080px) {
  .home-funds__content {
    border-bottom: 1px solid #A6A8AB;
    padding: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .home-funds__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem 6.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .home-funds__content h2 {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1280px) {
  .home-funds__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .home-funds__aside p {
    margin-right: auto;
    max-width: 60rem;
  }
}
@media only screen and (min-width: 1280px) {
  .home-funds__link {
    min-width: 24rem;
  }
}
@media only screen and (min-width: 1080px) {
  .home-funds__carousel {
    margin: 0 auto;
    position: relative;
    width: 80vw;
  }
}
@media only screen and (min-width: 1280px) {
  .home-funds__carousel {
    width: 70vw;
  }
}
@media only screen and (min-width: 1440px) {
  .home-funds__carousel {
    width: 60vw;
  }
}
.home-funds__controls {
  border-top: 1px solid #A6A8AB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 1rem;
  padding: 1rem 2rem 0;
}
@media only screen and (min-width: 1080px) {
  .home-funds__controls {
    border: none;
    left: 50%;
    position: absolute;
    top: 100%;
    translate: -50%;
    width: 100%;
  }
  .home-funds__controls::before {
    background-color: #A6A8AB;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 0;
    translate: -50%;
    width: 100vw;
  }
}
.home-funds__controls span {
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  font-size: 2.4rem;
  height: 2.4rem;
  place-content: center;
  width: 2rem;
}
.home-funds__controls span[aria-disabled=true] {
  opacity: 0.33;
}
.home-funds__wrap {
  margin-bottom: 0;
}
.home-funds__funds-item {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  min-height: 100vw;
  position: relative;
}
@media only screen and (min-width: 840px) {
  .home-funds__funds-item {
    min-height: 75vw;
  }
}
@media only screen and (min-width: 1080px) {
  .home-funds__funds-item {
    min-height: 60vw;
  }
}
@media only screen and (min-width: 1280px) {
  .home-funds__funds-item {
    min-height: 45vw;
  }
}
@media only screen and (min-width: 1440px) {
  .home-funds__funds-item {
    min-height: 40vw;
  }
}
@media only screen and (min-width: 1080px) {
  .home-funds__funds-item:not(.tns-slide-active) .home-funds__funds-image {
    opacity: 0;
  }
  .home-funds__funds-item:not(.tns-slide-active) .home-funds__funds-meta * {
    color: #000000;
  }
}
.home-funds__funds-image {
  background-color: #231F20;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  width: 100%;
}
.home-funds__funds-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  position: relative;
  width: 100%;
  z-index: 1;
}
.home-funds__funds-image figcaption {
  background-color: #231F20;
  bottom: 0;
  color: #ffffff;
  font-size: 1.2rem;
  left: 0;
  padding: 1rem 2rem;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 1080px) {
  .home-funds__funds-image figcaption {
    left: unset;
    right: 0;
  }
}
.home-funds__funds-image figcaption:empty {
  display: none;
}
.home-funds__funds-meta {
  padding: 0 2rem 6.4rem;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 1080px) {
  .home-funds__funds-meta {
    padding: 0 4rem 4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .home-funds__funds-meta {
    padding: 0 6.4rem 4rem;
  }
}
.home-funds__funds-name {
  font-family: "DM Serif Text", sans-serif;
  font-size: clamp(2.1rem, 4vw, 4.8rem);
  margin-bottom: 0.5rem;
}
.home-funds__funds-title {
  font-size: clamp(3.2rem, 5vw, 6rem);
}
.home-funds__funds-link:hover {
  opacity: 1 !important;
}
.home-funds__funds-link::before {
  background-color: rgba(74, 112, 181, 0.67);
}
@media only screen and (min-width: 1080px) {
  .home-funds .tns-ovh {
    overflow: visible;
  }
}

.home-stats {
  padding: 8rem 2rem 4rem;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 840px) {
  .home-stats {
    padding: 12rem 6.4rem 4rem;
  }
}
.home-stats__content {
  margin: 0 auto 6.4rem;
  max-width: 96rem;
}
.home-stats__wrap {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
}
@media only screen and (min-width: 1280px) {
  .home-stats__wrap {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-stats__stat::after {
  border-bottom: 2rem solid;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  content: "";
  display: inline-block;
  margin: 0 auto;
}
.home-stats__stat:nth-child(3n+1)::after {
  border-bottom-color: #DE9B2B;
}
.home-stats__stat:nth-child(3n+2)::after {
  border-bottom-color: #6D6E70;
}
.home-stats__stat:nth-child(3n+3)::after {
  border-bottom-color: #4A70B5;
}
.home-stats__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(4rem, 4vw, 7.2rem);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: clamp(4rem, 4vw, 7.2rem);
  margin-bottom: 1.5rem;
}
.home-stats__description {
  color: #6D6E70;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 500;
  line-height: clamp(3.2rem, 4vw, 4rem);
  margin-bottom: 2rem;
}

.home-stories__content {
  padding: 2rem;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .home-stories__content {
    text-align: left;
  }
}
.home-stories__content h2 {
  background-color: #ffffff;
  display: inline;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1280px) {
  .home-stories__content h2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 1600px) {
  .home-stories__content h2 {
    padding: 0 8rem;
  }
}
.home-stories__content h2::after {
  background-color: #A6A8AB;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}
@media only screen and (min-width: 1280px) {
  .home-stories__content h2::after {
    left: unset;
    position: relative;
    top: unset;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.home-stories__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -3rem 0 1rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 1280px) {
  .home-stories__controls {
    margin-top: -2rem;
  }
}
.home-stories__controls span {
  cursor: pointer;
  display: block;
  display: -ms-grid;
  display: grid;
  font-size: 2.4rem;
  height: 2.4rem;
  place-content: center;
  width: 2rem;
}
.home-stories__controls span[aria-disabled=true] {
  opacity: 0.33;
}
.home-stories__wrap.in-view .home-stories__stories-item {
  -webkit-animation: fade-in 0.5s ease forwards;
          animation: fade-in 0.5s ease forwards;
}
.home-stories__stories-item {
  opacity: 0;
  scale: 0.9;
}
.home-stories__stories-item:nth-child(1) {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.home-stories__stories-item:nth-child(2) {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.home-stories__stories-item:nth-child(3) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.home-stories__stories-item:nth-child(3n+2) .recent-stories__link {
  background-color: #93681E;
}
.home-stories__stories-item:nth-child(3n+3) .recent-stories__link {
  background-color: #231F20;
}
.home-stories__link {
  display: table;
  margin: -2rem auto 4rem;
}
@media only screen and (min-width: 1280px) {
  .home-stories__link {
    margin: -1rem 7vw 8rem auto;
  }
}

/*
.home-news {
    padding: 4rem 2rem;

    @include bp-sm {
        display: grid;
        gap: 4rem;
    }

    @include bp-md {
        grid-template-columns: 1fr 1fr;
        padding: 4rem;
    }

    @include bp-ml {
        gap: 4rem 0;
        grid-template-columns: 2fr 1fr;
        padding: 4rem 6rem;
    }

    &__content {
        @include bp-sm {
            display: grid;
            gap: 4rem;
            grid-template-columns: 1fr 1fr;
        }

        @include bp-md {
            grid-column: 1 / -1;
        }

        @include bp-ml {
            grid-template-columns: 2fr 3fr;
        }

        @include bp-lg {
            gap: 8rem;
        }
    }

    &__heading {
        position: relative;

        &::after {
            @include bp-sm {
                background-color: $neutral-light;
                content: '';
                display: block;
                height: calc(100% - 3rem);
                position: absolute;
                right: -2rem;
                top: 0;
                width: 1px;
            }
        }
    }

    &__aside {
        position: relative;

        @include bp-ml {
            align-items: flex-start;
            display: flex;
            gap: 2rem;
            max-width: 72rem;
        }

        &::before,
        &::after {
            background-color: $neutral-light;
            content: '';
            display: block;
            height: 1px;
            margin: 2rem 0;
            width: 10rem;

            @include bp-sm {
                display: none;
            }
        }

        img {
            display: block;
            margin-bottom: 1rem;
            width: 8rem;
        }

        p {
            color: $neutral;
            font-family: $headerFont;
            font-size: 2.4rem;
        }

        a {
            margin: 0;
        }
    }

    &__featured {
        margin-bottom: 2rem;

        @include bp-sm {
            margin-bottom: 0;
        }

        @include bp-ml {
            margin-left: -6rem;
        }
    }

    &__featured-item {
        @include bp-ml {
            display: grid;
            gap: 6rem;
            grid-template-columns: 5fr 6fr;
        }

        img {
            aspect-ratio: 3/2;
            display: block;
            height: auto;
            margin-bottom: 2rem;
            object-fit: cover;
            width: 100%;

            @include bp-ml {
                margin-bottom: 0;
            }
        }

        p {
            display: none;

            @include bp-ml {
                display: block;
            }
        }
    }

    &__featured-meta {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

    &__featured-date {
        font-size: 1.4rem;
        font-weight: $regWeight;
    }

    &__featured-title {
        color: $neutral;
    }

    &__featured-category {
        border: 1px solid $yellow;
		border-radius: 4rem;
		color: $black;
        display: inline-block;
        font-size: 1.2rem;
		font-weight: $regWeight;
        line-height: 1.5;
		margin-bottom: 2rem;
		padding: 0.75rem 2.5rem;
		text-transform: capitalize;
    }

    &__general {
        background-color: #eee;
        padding: 3rem 2rem;
        border-radius: 3rem 0 3rem 0;

        @include bp-ml {
            margin-left: 6rem;
            margin-right: -6rem;
            padding: 6.4rem;
        }

        h6 {
            font-size: 1.2rem;
            font-weight: $medWeight;
            letter-spacing: 0.2rem;
            text-transform: uppercase;
        }
    }

    &__general-item {
        margin-bottom: 2rem;

        a {
            align-items: flex-start;
            color: $blue-dark;
            display: flex;
            font-size: 1.7rem;
            font-weight: $medWeight;
            justify-content: space-between;

            &::after {
                background: url('../assets/images/arrow-right.svg') center/contain no-repeat;
                content: '';
                display: inline-block;
                height: 1.6rem;
                margin-left: 0.6rem;
                margin-top: 0.4rem;
                min-width: 2.6rem;
                position: relative;
                width: 2.6rem;
            }
        }
    }
}
*/
/*
.home-connect {
    position: relative;

    &__content {
        padding: 0 0 1px;
    }

    &__form {
        padding: 4rem 2rem;

        @include bp-sm {
            background-color: $white;
            margin: 0 auto 20rem;
            max-width: 720px;
            padding: 4rem;
            position: relative;
            z-index: 1;
        }

        @include bp-md {
            padding: 6.4rem;
        }
    }

    &__image {
        @include bp-sm {
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }
    }
}
*/