@import url(https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext);/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@charset "UTF-8";

/** basics **/

/** Colors */

/** Box Model  */

body {
  font-family: "Muli", sans-serif;
  color: #5a5a5a;
}

.btn,
.js-wpml-ls-item-toggle,
.wpml-ls-legacy-list-horizontal {
  font-family: "Nunito Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", sans-serif;
}

/** Sass MQ **/

/* Import npm dependencies */

/** Font Awesome **/

/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
       -o-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
       -o-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes fa-spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
       -o-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
       -o-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-bacteria:before {
  content: "\E059";
}

.fa-bacterium:before {
  content: "\E05A";
}

.fa-bahai:before {
  content: "\F666";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-box-tissue:before {
  content: "\E05B";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-caravan:before {
  content: "\F8FF";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-alt:before {
  content: "\F422";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-alt:before {
  content: "\F424";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-faucet:before {
  content: "\E005";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-medical:before {
  content: "\E05C";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-sparkles:before {
  content: "\E05D";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-wash:before {
  content: "\E05E";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt-slash:before {
  content: "\E05F";
}

.fa-handshake-slash:before {
  content: "\E060";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side-cough:before {
  content: "\E061";
}

.fa-head-side-cough-slash:before {
  content: "\E062";
}

.fa-head-side-mask:before {
  content: "\E063";
}

.fa-head-side-virus:before {
  content: "\E064";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-user:before {
  content: "\E065";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-innosoft:before {
  content: "\E080";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-house:before {
  content: "\E066";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lungs-virus:before {
  content: "\E067";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-arrows:before {
  content: "\E068";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pump-medical:before {
  content: "\E06A";
}

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-virus:before {
  content: "\E06C";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-soap:before {
  content: "\E06E";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\E070";
}

.fa-store-slash:before {
  content: "\E071";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-trailer:before {
  content: "\E041";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\E049";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-users-slash:before {
  content: "\E073";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-vest:before {
  content: "\E085";
}

.fa-vest-patches:before {
  content: "\E086";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-virus:before {
  content: "\E074";
}

.fa-virus-slash:before {
  content: "\E075";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/app/themes/cat/dist/vendor/fa-solid-900_00bb62bc.eot);
  src: url(/app/themes/cat/dist/vendor/fa-solid-900_00bb62bc.eot?#iefix) format("embedded-opentype"), url(/app/themes/cat/dist/vendor/fa-solid-900_9ae050d1.woff2) format("woff2"), url(/app/themes/cat/dist/vendor/fa-solid-900_4bfbf7eb.woff) format("woff"), url(/app/themes/cat/dist/vendor/fa-solid-900_260d033f.ttf) format("truetype"), url(/app/themes/cat/dist/vendor/fa-solid-900_2306f642.svg#fontawesome) format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/app/themes/cat/dist/vendor/fa-brands-400_d28c96ca.eot);
  src: url(/app/themes/cat/dist/vendor/fa-brands-400_d28c96ca.eot?#iefix) format("embedded-opentype"), url(/app/themes/cat/dist/vendor/fa-brands-400_0c9f225e.woff2) format("woff2"), url(/app/themes/cat/dist/vendor/fa-brands-400_0ce1e868.woff) format("woff"), url(/app/themes/cat/dist/vendor/fa-brands-400_dfe5aa43.ttf) format("truetype"), url(/app/themes/cat/dist/vendor/fa-brands-400_5d10d009.svg#fontawesome) format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/** global changes **/

*,
* > *,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  overflow-x: hidden;
  height: 100%;
  margin-top: 73px;
}

@media (min-width: 61.25em) {
  body {
    margin-top: 0px;
  }
}

main,
.main,
#main {
  max-width: 100%;
  overflow: hidden;
}

:root {
  font-size: 16px;
}

.screen-reader-text {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  opacity: 0 !important;
}

.hidden {
  display: none !important;
}

.social-info__link {
  text-decoration: none;
}

.social-info__link img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 !important;
  padding: 5px;
  border: 1px solid white;
}

.social-info__link--dark img {
  border: 1px solid black;
}

/** Import theme styles */

.btn,
.js-wpml-ls-item-toggle,
.wpml-ls-legacy-list-horizontal {
  min-width: 160px;
  text-align: left;
  height: 32px;
  text-transform: uppercase;
  padding: 8px 37px 8px 14px;
  background-color: #fff;
  color: #5a5a5a;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 52.5ms ease-in-out;
  -o-transition: 52.5ms ease-in-out;
  transition: 52.5ms ease-in-out;
  position: relative;
  margin: 4px 16px;
  display: inline-block;
}

.btn:hover,
.js-wpml-ls-item-toggle:hover,
.wpml-ls-legacy-list-horizontal:hover {
  background-color: #fff;
}

.btn:active,
.js-wpml-ls-item-toggle:active,
.wpml-ls-legacy-list-horizontal:active {
  background-color: #e6e6e6;
}

.btn::after,
.js-wpml-ls-item-toggle::after,
.wpml-ls-legacy-list-horizontal::after {
  height: 32px;
  width: 29px;
  position: absolute;
  top: 0;
  font-size: 0.8rem;
  right: 0;
  -webkit-transition: 52.5ms ease-in-out;
  -o-transition: 52.5ms ease-in-out;
  transition: 52.5ms ease-in-out;
  display: block;
  content: '';
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.btn.btn--green::after,
.btn.btn--green-simple::after,
.btn--green-simple.js-wpml-ls-item-toggle::after,
.btn--green-simple.wpml-ls-legacy-list-horizontal::after,
.btn--green.js-wpml-ls-item-toggle::after,
.btn--green.wpml-ls-legacy-list-horizontal::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOTAuNSw2Ni45bDIyLjItMjIuMmM5LjQtOS40LDI0LjYtOS40LDMzLjksMEw0NDEsMjM5YzkuNCw5LjQsOS40LDI0LjYsMCwzMy45TDI0Ni42LDQ2Ny4zCgljLTkuNCw5LjQtMjQuNiw5LjQtMzMuOSwwbC0yMi4yLTIyLjJjLTkuNS05LjUtOS4zLTI1LDAuNC0zNC4zTDMxMS40LDI5NkgyNGMtMTMuMywwLTI0LTEwLjctMjQtMjR2LTMyYzAtMTMuMywxMC43LTI0LDI0LTI0aDI4Ny40CglMMTkwLjksMTAxLjJDMTgxLjEsOTEuOSwxODAuOSw3Ni40LDE5MC41LDY2Ljl6Ii8+Cjwvc3ZnPgo=);
}

.btn.btn--green-outline::after,
.btn--green-outline.js-wpml-ls-item-toggle::after,
.btn--green-outline.wpml-ls-legacy-list-horizontal::after,
.btn.btn--green-borderless::after,
.btn--green-borderless.js-wpml-ls-item-toggle::after,
.btn--green-borderless.wpml-ls-legacy-list-horizontal::after,
.btn.btn--green-pale::after,
.btn.btn--green-simply-pale::after,
.btn--green-simply-pale.js-wpml-ls-item-toggle::after,
.btn--green-simply-pale.wpml-ls-legacy-list-horizontal::after,
.btn--green-pale.js-wpml-ls-item-toggle::after,
.btn--green-pale.wpml-ls-legacy-list-horizontal::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzVEN0Y3NTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOTAuNSw2Ni45bDIyLjItMjIuMmM5LjQtOS40LDI0LjYtOS40LDMzLjksMEw0NDEsMjM5YzkuNCw5LjQsOS40LDI0LjYsMCwzMy45TDI0Ni42LDQ2Ny4zCgljLTkuNCw5LjQtMjQuNiw5LjQtMzMuOSwwbC0yMi4yLTIyLjJjLTkuNS05LjUtOS4zLTI1LDAuNC0zNC4zTDMxMS40LDI5NkgyNGMtMTMuMywwLTI0LTEwLjctMjQtMjR2LTMyYzAtMTMuMywxMC43LTI0LDI0LTI0aDI4Ny40CglMMTkwLjksMTAxLjJDMTgxLjEsOTEuOSwxODAuOSw3Ni40LDE5MC41LDY2Ljl6Ii8+Cjwvc3ZnPgo=);
}

.btn--header,
.btn--header-simple {
  background-color: #3a3a3a;
  color: #fff;
}

.btn--header::after,
.btn--header-simple::after {
  color: #fff;
  background-color: #545454;
}

.btn--header:hover,
.btn--header-simple:hover {
  background-color: #545454;
}

.btn--header:hover::after,
.btn--header-simple:hover::after {
  background-color: #6d6d6d;
}

.btn--header:active,
.btn--header-simple:active {
  background-color: #212121;
}

.btn--header:active::after,
.btn--header-simple:active::after {
  background-color: #3a3a3a;
}

.btn--header-outline {
  color: #3a3a3a;
  border: 2px solid #3a3a3a;
  height: 36px;
}

.btn--header-outline:hover {
  border: 2px solid #545454;
}

.btn--header-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--header-outline--simple::after {
  display: none;
}

.btn--header-outline--simple:hover {
  background-color: none;
  color: #3a3a3a;
  border: 2px solid #3a3a3a;
}

.btn--header-outline--simple:hover:before {
  color: #3a3a3a;
}

.btn--header-borderless {
  color: #3a3a3a;
}

.btn--header-borderless::after,
.btn--header-outline::after {
  background-color: #fff;
  color: #3a3a3a;
}

.btn--header-borderless:hover::after,
.btn--header-outline:hover::after {
  background-color: #fff;
  color: #545454;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--header-borderless:active::after,
.btn--header-outline:active::after {
  background-color: #e6e6e6;
  color: #212121;
}

.btn--header-pale,
.btn--header-simply-pale {
  background-color: #545454;
  color: #fff;
}

.btn--header-pale::after,
.btn--header-simply-pale::after {
  color: #545454;
  background-color: #fff;
}

.btn--header-pale:hover,
.btn--header-simply-pale:hover {
  background-color: #6d6d6d;
}

.btn--header-pale:hover::after,
.btn--header-simply-pale:hover::after {
  background-color: #fff;
  color: #6d6d6d;
}

.btn--header-pale:active,
.btn--header-simply-pale:active {
  background-color: #3a3a3a;
}

.btn--header-pale:active::after,
.btn--header-simply-pale:active::after {
  background-color: #fff;
  color: #3a3a3a;
}

.btn--header-simple {
  padding: 8px 14px;
}

.btn--header-simple::after {
  display: none;
  content: none;
}

.btn--header-simply-pale {
  padding: 8px 14px;
}

.btn--header-simply-pale::after {
  display: none;
  content: none;
}

.btn--black,
.btn--black-simple {
  background-color: #5a5a5a;
  color: #fff;
}

.btn--black::after,
.btn--black-simple::after {
  color: #fff;
  background-color: #747474;
}

.btn--black:hover,
.btn--black-simple:hover {
  background-color: #747474;
}

.btn--black:hover::after,
.btn--black-simple:hover::after {
  background-color: #8d8d8d;
}

.btn--black:active,
.btn--black-simple:active {
  background-color: #414141;
}

.btn--black:active::after,
.btn--black-simple:active::after {
  background-color: #5a5a5a;
}

.btn--black-outline {
  color: #5a5a5a;
  border: 2px solid #5a5a5a;
  height: 36px;
}

.btn--black-outline:hover {
  border: 2px solid #747474;
}

.btn--black-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--black-outline--simple::after {
  display: none;
}

.btn--black-outline--simple:hover {
  background-color: none;
  color: #5a5a5a;
  border: 2px solid #5a5a5a;
}

.btn--black-outline--simple:hover:before {
  color: #5a5a5a;
}

.btn--black-borderless {
  color: #5a5a5a;
}

.btn--black-borderless::after,
.btn--black-outline::after {
  background-color: #fff;
  color: #5a5a5a;
}

.btn--black-borderless:hover::after,
.btn--black-outline:hover::after {
  background-color: #fff;
  color: #747474;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--black-borderless:active::after,
.btn--black-outline:active::after {
  background-color: #e6e6e6;
  color: #414141;
}

.btn--black-pale,
.btn--black-simply-pale {
  background-color: #747474;
  color: #fff;
}

.btn--black-pale::after,
.btn--black-simply-pale::after {
  color: #747474;
  background-color: #fff;
}

.btn--black-pale:hover,
.btn--black-simply-pale:hover {
  background-color: #8d8d8d;
}

.btn--black-pale:hover::after,
.btn--black-simply-pale:hover::after {
  background-color: #fff;
  color: #8d8d8d;
}

.btn--black-pale:active,
.btn--black-simply-pale:active {
  background-color: #5a5a5a;
}

.btn--black-pale:active::after,
.btn--black-simply-pale:active::after {
  background-color: #fff;
  color: #5a5a5a;
}

.btn--black-simple {
  padding: 8px 14px;
}

.btn--black-simple::after {
  display: none;
  content: none;
}

.btn--black-simply-pale {
  padding: 8px 14px;
}

.btn--black-simply-pale::after {
  display: none;
  content: none;
}

.btn--white,
.btn--white-simple {
  background-color: #fff;
  color: #5a5a5a;
}

.btn--white::after,
.btn--white-simple::after {
  color: #5a5a5a;
  background-color: #8aB55e;
}

.btn--white:hover,
.btn--white-simple:hover {
  background-color: #8aB55e;
}

.btn--white:hover::after,
.btn--white-simple:hover::after {
  background-color: #8aB55e;
}

.btn--white:active,
.btn--white-simple:active {
  background-color: #e6e6e6;
}

.btn--white:active::after,
.btn--white-simple:active::after {
  background-color: #fff;
}

.btn--white-outline {
  color: #fff;
  border: 2px solid #fff;
  height: 36px;
}

.btn--white-outline:hover {
  border: 2px solid #8aB55e;
}

.btn--white-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--white-outline--simple::after {
  display: none;
}

.btn--white-outline--simple:hover {
  background-color: none;
  color: #fff;
  border: 2px solid #fff;
}

.btn--white-outline--simple:hover:before {
  color: #fff;
}

.btn--white-borderless {
  color: #fff;
}

.btn--white-borderless::after,
.btn--white-outline::after {
  background-color: #fff;
  color: #fff;
}

.btn--white-borderless:hover::after,
.btn--white-outline:hover::after {
  background-color: #fff;
  color: #8aB55e;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--white-borderless:active::after,
.btn--white-outline:active::after {
  background-color: #e6e6e6;
  color: #e6e6e6;
}

.btn--white-pale,
.btn--white-simply-pale {
  background-color: #8aB55e;
  color: #5a5a5a;
}

.btn--white-pale::after,
.btn--white-simply-pale::after {
  color: #8aB55e;
  background-color: #fff;
}

.btn--white-pale:hover,
.btn--white-simply-pale:hover {
  background-color: #8aB55e;
}

.btn--white-pale:hover::after,
.btn--white-simply-pale:hover::after {
  background-color: #fff;
  color: #8aB55e;
}

.btn--white-pale:active,
.btn--white-simply-pale:active {
  background-color: #fff;
}

.btn--white-pale:active::after,
.btn--white-simply-pale:active::after {
  background-color: #fff;
  color: #fff;
}

.btn--white-simple {
  padding: 8px 14px;
}

.btn--white-simple::after {
  display: none;
  content: none;
}

.btn--white-simply-pale {
  padding: 8px 14px;
}

.btn--white-simply-pale::after {
  display: none;
  content: none;
}

.btn--green,
.btn--green-simple {
  background-color: #5d7f75;
  color: #fff;
}

.btn--green::after,
.btn--green-simple::after {
  color: #fff;
  background-color: #759a8f;
}

.btn--green:hover,
.btn--green-simple:hover {
  background-color: #759a8f;
}

.btn--green:hover::after,
.btn--green-simple:hover::after {
  background-color: #92b0a7;
}

.btn--green:active,
.btn--green-simple:active {
  background-color: #47625a;
}

.btn--green:active::after,
.btn--green-simple:active::after {
  background-color: #5d7f75;
}

.btn--green-outline {
  color: #5d7f75;
  border: 2px solid #5d7f75;
  height: 36px;
}

.btn--green-outline:hover {
  border: 2px solid #759a8f;
}

.btn--green-outline--simple,
.js-wpml-ls-item-toggle,
.wpml-ls-legacy-list-horizontal {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--green-outline--simple::after,
.js-wpml-ls-item-toggle::after,
.wpml-ls-legacy-list-horizontal::after {
  display: none;
}

.btn--green-outline--simple:hover,
.js-wpml-ls-item-toggle:hover,
.wpml-ls-legacy-list-horizontal:hover {
  background-color: none;
  color: #5d7f75;
  border: 2px solid #5d7f75;
}

.btn--green-outline--simple:hover:before,
.js-wpml-ls-item-toggle:hover:before,
.wpml-ls-legacy-list-horizontal:hover:before {
  color: #5d7f75;
}

.btn--green-borderless {
  color: #5d7f75;
}

.btn--green-borderless::after,
.btn--green-outline::after {
  background-color: #fff;
  color: #5d7f75;
}

.btn--green-borderless:hover::after,
.btn--green-outline:hover::after {
  background-color: #fff;
  color: #759a8f;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--green-borderless:active::after,
.btn--green-outline:active::after {
  background-color: #e6e6e6;
  color: #47625a;
}

.btn--green-pale,
.btn--green-simply-pale {
  background-color: #759a8f;
  color: #fff;
}

.btn--green-pale::after,
.btn--green-simply-pale::after {
  color: #759a8f;
  background-color: #fff;
}

.btn--green-pale:hover,
.btn--green-simply-pale:hover {
  background-color: #92b0a7;
}

.btn--green-pale:hover::after,
.btn--green-simply-pale:hover::after {
  background-color: #fff;
  color: #92b0a7;
}

.btn--green-pale:active,
.btn--green-simply-pale:active {
  background-color: #5d7f75;
}

.btn--green-pale:active::after,
.btn--green-simply-pale:active::after {
  background-color: #fff;
  color: #5d7f75;
}

.btn--green-simple {
  padding: 8px 14px;
}

.btn--green-simple::after {
  display: none;
  content: none;
}

.btn--green-simply-pale {
  padding: 8px 14px;
}

.btn--green-simply-pale::after {
  display: none;
  content: none;
}

.btn--yellow,
.btn--yellow-simple {
  background-color: #Fcdb1d;
  color: #fff;
}

.btn--yellow::after,
.btn--yellow-simple::after {
  color: #fff;
  background-color: #fde34f;
}

.btn--yellow:hover,
.btn--yellow-simple:hover {
  background-color: #fde34f;
}

.btn--yellow:hover::after,
.btn--yellow-simple:hover::after {
  background-color: #fdeb82;
}

.btn--yellow:active,
.btn--yellow-simple:active {
  background-color: #e3c203;
}

.btn--yellow:active::after,
.btn--yellow-simple:active::after {
  background-color: #Fcdb1d;
}

.btn--yellow-outline {
  color: #Fcdb1d;
  border: 2px solid #Fcdb1d;
  height: 36px;
}

.btn--yellow-outline:hover {
  border: 2px solid #fde34f;
}

.btn--yellow-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--yellow-outline--simple::after {
  display: none;
}

.btn--yellow-outline--simple:hover {
  background-color: none;
  color: #Fcdb1d;
  border: 2px solid #Fcdb1d;
}

.btn--yellow-outline--simple:hover:before {
  color: #Fcdb1d;
}

.btn--yellow-borderless {
  color: #Fcdb1d;
}

.btn--yellow-borderless::after,
.btn--yellow-outline::after {
  background-color: #fff;
  color: #Fcdb1d;
}

.btn--yellow-borderless:hover::after,
.btn--yellow-outline:hover::after {
  background-color: #fff;
  color: #fde34f;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--yellow-borderless:active::after,
.btn--yellow-outline:active::after {
  background-color: #e6e6e6;
  color: #e3c203;
}

.btn--yellow-pale,
.btn--yellow-simply-pale {
  background-color: #fde34f;
  color: #fff;
}

.btn--yellow-pale::after,
.btn--yellow-simply-pale::after {
  color: #fde34f;
  background-color: #fff;
}

.btn--yellow-pale:hover,
.btn--yellow-simply-pale:hover {
  background-color: #fdeb82;
}

.btn--yellow-pale:hover::after,
.btn--yellow-simply-pale:hover::after {
  background-color: #fff;
  color: #fdeb82;
}

.btn--yellow-pale:active,
.btn--yellow-simply-pale:active {
  background-color: #Fcdb1d;
}

.btn--yellow-pale:active::after,
.btn--yellow-simply-pale:active::after {
  background-color: #fff;
  color: #Fcdb1d;
}

.btn--yellow-simple {
  padding: 8px 14px;
}

.btn--yellow-simple::after {
  display: none;
  content: none;
}

.btn--yellow-simply-pale {
  padding: 8px 14px;
}

.btn--yellow-simply-pale::after {
  display: none;
  content: none;
}

.btn--blue,
.btn--blue-simple {
  background-color: #6885a6;
  color: #fff;
}

.btn--blue::after,
.btn--blue-simple::after {
  color: #fff;
  background-color: #889fb9;
}

.btn--blue:hover,
.btn--blue-simple:hover {
  background-color: #889fb9;
}

.btn--blue:hover::after,
.btn--blue-simple:hover::after {
  background-color: #a8b9cc;
}

.btn--blue:active,
.btn--blue-simple:active {
  background-color: #516c8a;
}

.btn--blue:active::after,
.btn--blue-simple:active::after {
  background-color: #6885a6;
}

.btn--blue-outline {
  color: #6885a6;
  border: 2px solid #6885a6;
  height: 36px;
}

.btn--blue-outline:hover {
  border: 2px solid #889fb9;
}

.btn--blue-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--blue-outline--simple::after {
  display: none;
}

.btn--blue-outline--simple:hover {
  background-color: none;
  color: #6885a6;
  border: 2px solid #6885a6;
}

.btn--blue-outline--simple:hover:before {
  color: #6885a6;
}

.btn--blue-borderless {
  color: #6885a6;
}

.btn--blue-borderless::after,
.btn--blue-outline::after {
  background-color: #fff;
  color: #6885a6;
}

.btn--blue-borderless:hover::after,
.btn--blue-outline:hover::after {
  background-color: #fff;
  color: #889fb9;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--blue-borderless:active::after,
.btn--blue-outline:active::after {
  background-color: #e6e6e6;
  color: #516c8a;
}

.btn--blue-pale,
.btn--blue-simply-pale {
  background-color: #889fb9;
  color: #fff;
}

.btn--blue-pale::after,
.btn--blue-simply-pale::after {
  color: #889fb9;
  background-color: #fff;
}

.btn--blue-pale:hover,
.btn--blue-simply-pale:hover {
  background-color: #a8b9cc;
}

.btn--blue-pale:hover::after,
.btn--blue-simply-pale:hover::after {
  background-color: #fff;
  color: #a8b9cc;
}

.btn--blue-pale:active,
.btn--blue-simply-pale:active {
  background-color: #6885a6;
}

.btn--blue-pale:active::after,
.btn--blue-simply-pale:active::after {
  background-color: #fff;
  color: #6885a6;
}

.btn--blue-simple {
  padding: 8px 14px;
}

.btn--blue-simple::after {
  display: none;
  content: none;
}

.btn--blue-simply-pale {
  padding: 8px 14px;
}

.btn--blue-simply-pale::after {
  display: none;
  content: none;
}

.btn--lime,
.btn--lime-simple {
  background-color: #8aB55e;
  color: #fff;
}

.btn--lime::after,
.btn--lime-simple::after {
  color: #fff;
  background-color: #a3c581;
}

.btn--lime:hover,
.btn--lime-simple:hover {
  background-color: #a3c581;
}

.btn--lime:hover::after,
.btn--lime-simple:hover::after {
  background-color: #bdd5a4;
}

.btn--lime:active,
.btn--lime-simple:active {
  background-color: #709947;
}

.btn--lime:active::after,
.btn--lime-simple:active::after {
  background-color: #8aB55e;
}

.btn--lime-outline {
  color: #8aB55e;
  border: 2px solid #8aB55e;
  height: 36px;
}

.btn--lime-outline:hover {
  border: 2px solid #a3c581;
}

.btn--lime-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--lime-outline--simple::after {
  display: none;
}

.btn--lime-outline--simple:hover {
  background-color: none;
  color: #8aB55e;
  border: 2px solid #8aB55e;
}

.btn--lime-outline--simple:hover:before {
  color: #8aB55e;
}

.btn--lime-borderless {
  color: #8aB55e;
}

.btn--lime-borderless::after,
.btn--lime-outline::after {
  background-color: #fff;
  color: #8aB55e;
}

.btn--lime-borderless:hover::after,
.btn--lime-outline:hover::after {
  background-color: #fff;
  color: #a3c581;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--lime-borderless:active::after,
.btn--lime-outline:active::after {
  background-color: #e6e6e6;
  color: #709947;
}

.btn--lime-pale,
.btn--lime-simply-pale {
  background-color: #a3c581;
  color: #fff;
}

.btn--lime-pale::after,
.btn--lime-simply-pale::after {
  color: #a3c581;
  background-color: #fff;
}

.btn--lime-pale:hover,
.btn--lime-simply-pale:hover {
  background-color: #bdd5a4;
}

.btn--lime-pale:hover::after,
.btn--lime-simply-pale:hover::after {
  background-color: #fff;
  color: #bdd5a4;
}

.btn--lime-pale:active,
.btn--lime-simply-pale:active {
  background-color: #8aB55e;
}

.btn--lime-pale:active::after,
.btn--lime-simply-pale:active::after {
  background-color: #fff;
  color: #8aB55e;
}

.btn--lime-simple {
  padding: 8px 14px;
}

.btn--lime-simple::after {
  display: none;
  content: none;
}

.btn--lime-simply-pale {
  padding: 8px 14px;
}

.btn--lime-simply-pale::after {
  display: none;
  content: none;
}

.btn--aqua,
.btn--aqua-simple {
  background-color: #65b09d;
  color: #fff;
}

.btn--aqua::after,
.btn--aqua-simple::after {
  color: #fff;
  background-color: #87c1b2;
}

.btn--aqua:hover,
.btn--aqua-simple:hover {
  background-color: #87c1b2;
}

.btn--aqua:hover::after,
.btn--aqua-simple:hover::after {
  background-color: #a8d3c8;
}

.btn--aqua:active,
.btn--aqua-simple:active {
  background-color: #4d9583;
}

.btn--aqua:active::after,
.btn--aqua-simple:active::after {
  background-color: #65b09d;
}

.btn--aqua-outline {
  color: #65b09d;
  border: 2px solid #65b09d;
  height: 36px;
}

.btn--aqua-outline:hover {
  border: 2px solid #87c1b2;
}

.btn--aqua-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--aqua-outline--simple::after {
  display: none;
}

.btn--aqua-outline--simple:hover {
  background-color: none;
  color: #65b09d;
  border: 2px solid #65b09d;
}

.btn--aqua-outline--simple:hover:before {
  color: #65b09d;
}

.btn--aqua-borderless {
  color: #65b09d;
}

.btn--aqua-borderless::after,
.btn--aqua-outline::after {
  background-color: #fff;
  color: #65b09d;
}

.btn--aqua-borderless:hover::after,
.btn--aqua-outline:hover::after {
  background-color: #fff;
  color: #87c1b2;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--aqua-borderless:active::after,
.btn--aqua-outline:active::after {
  background-color: #e6e6e6;
  color: #4d9583;
}

.btn--aqua-pale,
.btn--aqua-simply-pale {
  background-color: #87c1b2;
  color: #fff;
}

.btn--aqua-pale::after,
.btn--aqua-simply-pale::after {
  color: #87c1b2;
  background-color: #fff;
}

.btn--aqua-pale:hover,
.btn--aqua-simply-pale:hover {
  background-color: #a8d3c8;
}

.btn--aqua-pale:hover::after,
.btn--aqua-simply-pale:hover::after {
  background-color: #fff;
  color: #a8d3c8;
}

.btn--aqua-pale:active,
.btn--aqua-simply-pale:active {
  background-color: #65b09d;
}

.btn--aqua-pale:active::after,
.btn--aqua-simply-pale:active::after {
  background-color: #fff;
  color: #65b09d;
}

.btn--aqua-simple {
  padding: 8px 14px;
}

.btn--aqua-simple::after {
  display: none;
  content: none;
}

.btn--aqua-simply-pale {
  padding: 8px 14px;
}

.btn--aqua-simply-pale::after {
  display: none;
  content: none;
}

.btn--cream,
.btn--cream-simple {
  background-color: #eeefe6;
  color: #5a5a5a;
}

.btn--cream::after,
.btn--cream-simple::after {
  color: #5a5a5a;
  background-color: white;
}

.btn--cream:hover,
.btn--cream-simple:hover {
  background-color: white;
}

.btn--cream:hover::after,
.btn--cream-simple:hover::after {
  background-color: white;
}

.btn--cream:active,
.btn--cream-simple:active {
  background-color: #d9dbc7;
}

.btn--cream:active::after,
.btn--cream-simple:active::after {
  background-color: #eeefe6;
}

.btn--cream-outline {
  color: #eeefe6;
  border: 2px solid #eeefe6;
  height: 36px;
}

.btn--cream-outline:hover {
  border: 2px solid white;
}

.btn--cream-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--cream-outline--simple::after {
  display: none;
}

.btn--cream-outline--simple:hover {
  background-color: none;
  color: #eeefe6;
  border: 2px solid #eeefe6;
}

.btn--cream-outline--simple:hover:before {
  color: #eeefe6;
}

.btn--cream-borderless {
  color: #eeefe6;
}

.btn--cream-borderless::after,
.btn--cream-outline::after {
  background-color: #fff;
  color: #eeefe6;
}

.btn--cream-borderless:hover::after,
.btn--cream-outline:hover::after {
  background-color: #fff;
  color: white;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--cream-borderless:active::after,
.btn--cream-outline:active::after {
  background-color: #e6e6e6;
  color: #d9dbc7;
}

.btn--cream-pale,
.btn--cream-simply-pale {
  background-color: white;
  color: #5a5a5a;
}

.btn--cream-pale::after,
.btn--cream-simply-pale::after {
  color: white;
  background-color: #fff;
}

.btn--cream-pale:hover,
.btn--cream-simply-pale:hover {
  background-color: white;
}

.btn--cream-pale:hover::after,
.btn--cream-simply-pale:hover::after {
  background-color: #fff;
  color: white;
}

.btn--cream-pale:active,
.btn--cream-simply-pale:active {
  background-color: #eeefe6;
}

.btn--cream-pale:active::after,
.btn--cream-simply-pale:active::after {
  background-color: #fff;
  color: #eeefe6;
}

.btn--cream-simple {
  padding: 8px 14px;
}

.btn--cream-simple::after {
  display: none;
  content: none;
}

.btn--cream-simply-pale {
  padding: 8px 14px;
}

.btn--cream-simply-pale::after {
  display: none;
  content: none;
}

.btn--gold,
.btn--gold-simple {
  background-color: #c19855;
  color: #fff;
}

.btn--gold::after,
.btn--gold-simple::after {
  color: #fff;
  background-color: #cfaf7a;
}

.btn--gold:hover,
.btn--gold-simple:hover {
  background-color: #cfaf7a;
}

.btn--gold:hover::after,
.btn--gold-simple:hover::after {
  background-color: #dcc5a0;
}

.btn--gold:active,
.btn--gold-simple:active {
  background-color: #a67e3d;
}

.btn--gold:active::after,
.btn--gold-simple:active::after {
  background-color: #c19855;
}

.btn--gold-outline {
  color: #c19855;
  border: 2px solid #c19855;
  height: 36px;
}

.btn--gold-outline:hover {
  border: 2px solid #cfaf7a;
}

.btn--gold-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--gold-outline--simple::after {
  display: none;
}

.btn--gold-outline--simple:hover {
  background-color: none;
  color: #c19855;
  border: 2px solid #c19855;
}

.btn--gold-outline--simple:hover:before {
  color: #c19855;
}

.btn--gold-borderless {
  color: #c19855;
}

.btn--gold-borderless::after,
.btn--gold-outline::after {
  background-color: #fff;
  color: #c19855;
}

.btn--gold-borderless:hover::after,
.btn--gold-outline:hover::after {
  background-color: #fff;
  color: #cfaf7a;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--gold-borderless:active::after,
.btn--gold-outline:active::after {
  background-color: #e6e6e6;
  color: #a67e3d;
}

.btn--gold-pale,
.btn--gold-simply-pale {
  background-color: #cfaf7a;
  color: #fff;
}

.btn--gold-pale::after,
.btn--gold-simply-pale::after {
  color: #cfaf7a;
  background-color: #fff;
}

.btn--gold-pale:hover,
.btn--gold-simply-pale:hover {
  background-color: #dcc5a0;
}

.btn--gold-pale:hover::after,
.btn--gold-simply-pale:hover::after {
  background-color: #fff;
  color: #dcc5a0;
}

.btn--gold-pale:active,
.btn--gold-simply-pale:active {
  background-color: #c19855;
}

.btn--gold-pale:active::after,
.btn--gold-simply-pale:active::after {
  background-color: #fff;
  color: #c19855;
}

.btn--gold-simple {
  padding: 8px 14px;
}

.btn--gold-simple::after {
  display: none;
  content: none;
}

.btn--gold-simply-pale {
  padding: 8px 14px;
}

.btn--gold-simply-pale::after {
  display: none;
  content: none;
}

.btn--twitter,
.btn--twitter-simple {
  background-color: #1da1f2;
  color: #fff;
}

.btn--twitter::after,
.btn--twitter-simple::after {
  color: #fff;
  background-color: #4db5f5;
}

.btn--twitter:hover,
.btn--twitter-simple:hover {
  background-color: #4db5f5;
}

.btn--twitter:hover::after,
.btn--twitter-simple:hover::after {
  background-color: #7dc9f8;
}

.btn--twitter:active,
.btn--twitter-simple:active {
  background-color: #0c85d0;
}

.btn--twitter:active::after,
.btn--twitter-simple:active::after {
  background-color: #1da1f2;
}

.btn--twitter-outline {
  color: #1da1f2;
  border: 2px solid #1da1f2;
  height: 36px;
}

.btn--twitter-outline:hover {
  border: 2px solid #4db5f5;
}

.btn--twitter-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--twitter-outline--simple::after {
  display: none;
}

.btn--twitter-outline--simple:hover {
  background-color: none;
  color: #1da1f2;
  border: 2px solid #1da1f2;
}

.btn--twitter-outline--simple:hover:before {
  color: #1da1f2;
}

.btn--twitter-borderless {
  color: #1da1f2;
}

.btn--twitter-borderless::after,
.btn--twitter-outline::after {
  background-color: #fff;
  color: #1da1f2;
}

.btn--twitter-borderless:hover::after,
.btn--twitter-outline:hover::after {
  background-color: #fff;
  color: #4db5f5;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--twitter-borderless:active::after,
.btn--twitter-outline:active::after {
  background-color: #e6e6e6;
  color: #0c85d0;
}

.btn--twitter-pale,
.btn--twitter-simply-pale {
  background-color: #4db5f5;
  color: #fff;
}

.btn--twitter-pale::after,
.btn--twitter-simply-pale::after {
  color: #4db5f5;
  background-color: #fff;
}

.btn--twitter-pale:hover,
.btn--twitter-simply-pale:hover {
  background-color: #7dc9f8;
}

.btn--twitter-pale:hover::after,
.btn--twitter-simply-pale:hover::after {
  background-color: #fff;
  color: #7dc9f8;
}

.btn--twitter-pale:active,
.btn--twitter-simply-pale:active {
  background-color: #1da1f2;
}

.btn--twitter-pale:active::after,
.btn--twitter-simply-pale:active::after {
  background-color: #fff;
  color: #1da1f2;
}

.btn--twitter-simple {
  padding: 8px 14px;
}

.btn--twitter-simple::after {
  display: none;
  content: none;
}

.btn--twitter-simply-pale {
  padding: 8px 14px;
}

.btn--twitter-simply-pale::after {
  display: none;
  content: none;
}

.btn--facebook,
.btn--facebook-simple {
  background-color: #3b5998;
  color: #fff;
}

.btn--facebook::after,
.btn--facebook-simple::after {
  color: #fff;
  background-color: #4c70ba;
}

.btn--facebook:hover,
.btn--facebook-simple:hover {
  background-color: #4c70ba;
}

.btn--facebook:hover::after,
.btn--facebook-simple:hover::after {
  background-color: #718dc8;
}

.btn--facebook:active,
.btn--facebook-simple:active {
  background-color: #2d4373;
}

.btn--facebook:active::after,
.btn--facebook-simple:active::after {
  background-color: #3b5998;
}

.btn--facebook-outline {
  color: #3b5998;
  border: 2px solid #3b5998;
  height: 36px;
}

.btn--facebook-outline:hover {
  border: 2px solid #4c70ba;
}

.btn--facebook-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--facebook-outline--simple::after {
  display: none;
}

.btn--facebook-outline--simple:hover {
  background-color: none;
  color: #3b5998;
  border: 2px solid #3b5998;
}

.btn--facebook-outline--simple:hover:before {
  color: #3b5998;
}

.btn--facebook-borderless {
  color: #3b5998;
}

.btn--facebook-borderless::after,
.btn--facebook-outline::after {
  background-color: #fff;
  color: #3b5998;
}

.btn--facebook-borderless:hover::after,
.btn--facebook-outline:hover::after {
  background-color: #fff;
  color: #4c70ba;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--facebook-borderless:active::after,
.btn--facebook-outline:active::after {
  background-color: #e6e6e6;
  color: #2d4373;
}

.btn--facebook-pale,
.btn--facebook-simply-pale {
  background-color: #4c70ba;
  color: #fff;
}

.btn--facebook-pale::after,
.btn--facebook-simply-pale::after {
  color: #4c70ba;
  background-color: #fff;
}

.btn--facebook-pale:hover,
.btn--facebook-simply-pale:hover {
  background-color: #718dc8;
}

.btn--facebook-pale:hover::after,
.btn--facebook-simply-pale:hover::after {
  background-color: #fff;
  color: #718dc8;
}

.btn--facebook-pale:active,
.btn--facebook-simply-pale:active {
  background-color: #3b5998;
}

.btn--facebook-pale:active::after,
.btn--facebook-simply-pale:active::after {
  background-color: #fff;
  color: #3b5998;
}

.btn--facebook-simple {
  padding: 8px 14px;
}

.btn--facebook-simple::after {
  display: none;
  content: none;
}

.btn--facebook-simply-pale {
  padding: 8px 14px;
}

.btn--facebook-simply-pale::after {
  display: none;
  content: none;
}

.btn--youtube,
.btn--youtube-simple {
  background-color: #ff0000;
  color: #fff;
}

.btn--youtube::after,
.btn--youtube-simple::after {
  color: #fff;
  background-color: #ff3333;
}

.btn--youtube:hover,
.btn--youtube-simple:hover {
  background-color: #ff3333;
}

.btn--youtube:hover::after,
.btn--youtube-simple:hover::after {
  background-color: #ff6666;
}

.btn--youtube:active,
.btn--youtube-simple:active {
  background-color: #cc0000;
}

.btn--youtube:active::after,
.btn--youtube-simple:active::after {
  background-color: #ff0000;
}

.btn--youtube-outline {
  color: #ff0000;
  border: 2px solid #ff0000;
  height: 36px;
}

.btn--youtube-outline:hover {
  border: 2px solid #ff3333;
}

.btn--youtube-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--youtube-outline--simple::after {
  display: none;
}

.btn--youtube-outline--simple:hover {
  background-color: none;
  color: #ff0000;
  border: 2px solid #ff0000;
}

.btn--youtube-outline--simple:hover:before {
  color: #ff0000;
}

.btn--youtube-borderless {
  color: #ff0000;
}

.btn--youtube-borderless::after,
.btn--youtube-outline::after {
  background-color: #fff;
  color: #ff0000;
}

.btn--youtube-borderless:hover::after,
.btn--youtube-outline:hover::after {
  background-color: #fff;
  color: #ff3333;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--youtube-borderless:active::after,
.btn--youtube-outline:active::after {
  background-color: #e6e6e6;
  color: #cc0000;
}

.btn--youtube-pale,
.btn--youtube-simply-pale {
  background-color: #ff3333;
  color: #fff;
}

.btn--youtube-pale::after,
.btn--youtube-simply-pale::after {
  color: #ff3333;
  background-color: #fff;
}

.btn--youtube-pale:hover,
.btn--youtube-simply-pale:hover {
  background-color: #ff6666;
}

.btn--youtube-pale:hover::after,
.btn--youtube-simply-pale:hover::after {
  background-color: #fff;
  color: #ff6666;
}

.btn--youtube-pale:active,
.btn--youtube-simply-pale:active {
  background-color: #ff0000;
}

.btn--youtube-pale:active::after,
.btn--youtube-simply-pale:active::after {
  background-color: #fff;
  color: #ff0000;
}

.btn--youtube-simple {
  padding: 8px 14px;
}

.btn--youtube-simple::after {
  display: none;
  content: none;
}

.btn--youtube-simply-pale {
  padding: 8px 14px;
}

.btn--youtube-simply-pale::after {
  display: none;
  content: none;
}

.btn--linkedin,
.btn--linkedin-simple {
  background-color: #0077b5;
  color: #fff;
}

.btn--linkedin::after,
.btn--linkedin-simple::after {
  color: #fff;
  background-color: #0099e8;
}

.btn--linkedin:hover,
.btn--linkedin-simple:hover {
  background-color: #0099e8;
}

.btn--linkedin:hover::after,
.btn--linkedin-simple:hover::after {
  background-color: #1cb1ff;
}

.btn--linkedin:active,
.btn--linkedin-simple:active {
  background-color: #005582;
}

.btn--linkedin:active::after,
.btn--linkedin-simple:active::after {
  background-color: #0077b5;
}

.btn--linkedin-outline {
  color: #0077b5;
  border: 2px solid #0077b5;
  height: 36px;
}

.btn--linkedin-outline:hover {
  border: 2px solid #0099e8;
}

.btn--linkedin-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--linkedin-outline--simple::after {
  display: none;
}

.btn--linkedin-outline--simple:hover {
  background-color: none;
  color: #0077b5;
  border: 2px solid #0077b5;
}

.btn--linkedin-outline--simple:hover:before {
  color: #0077b5;
}

.btn--linkedin-borderless {
  color: #0077b5;
}

.btn--linkedin-borderless::after,
.btn--linkedin-outline::after {
  background-color: #fff;
  color: #0077b5;
}

.btn--linkedin-borderless:hover::after,
.btn--linkedin-outline:hover::after {
  background-color: #fff;
  color: #0099e8;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--linkedin-borderless:active::after,
.btn--linkedin-outline:active::after {
  background-color: #e6e6e6;
  color: #005582;
}

.btn--linkedin-pale,
.btn--linkedin-simply-pale {
  background-color: #0099e8;
  color: #fff;
}

.btn--linkedin-pale::after,
.btn--linkedin-simply-pale::after {
  color: #0099e8;
  background-color: #fff;
}

.btn--linkedin-pale:hover,
.btn--linkedin-simply-pale:hover {
  background-color: #1cb1ff;
}

.btn--linkedin-pale:hover::after,
.btn--linkedin-simply-pale:hover::after {
  background-color: #fff;
  color: #1cb1ff;
}

.btn--linkedin-pale:active,
.btn--linkedin-simply-pale:active {
  background-color: #0077b5;
}

.btn--linkedin-pale:active::after,
.btn--linkedin-simply-pale:active::after {
  background-color: #fff;
  color: #0077b5;
}

.btn--linkedin-simple {
  padding: 8px 14px;
}

.btn--linkedin-simple::after {
  display: none;
  content: none;
}

.btn--linkedin-simply-pale {
  padding: 8px 14px;
}

.btn--linkedin-simply-pale::after {
  display: none;
  content: none;
}

.btn--instagram,
.btn--instagram-simple {
  background-color: #405de6;
  color: #fff;
}

.btn--instagram::after,
.btn--instagram-simple::after {
  color: #fff;
  background-color: #6d83ec;
}

.btn--instagram:hover,
.btn--instagram-simple:hover {
  background-color: #6d83ec;
}

.btn--instagram:hover::after,
.btn--instagram-simple:hover::after {
  background-color: #9aaaf2;
}

.btn--instagram:active,
.btn--instagram-simple:active {
  background-color: #1c3dd7;
}

.btn--instagram:active::after,
.btn--instagram-simple:active::after {
  background-color: #405de6;
}

.btn--instagram-outline {
  color: #405de6;
  border: 2px solid #405de6;
  height: 36px;
}

.btn--instagram-outline:hover {
  border: 2px solid #6d83ec;
}

.btn--instagram-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--instagram-outline--simple::after {
  display: none;
}

.btn--instagram-outline--simple:hover {
  background-color: none;
  color: #405de6;
  border: 2px solid #405de6;
}

.btn--instagram-outline--simple:hover:before {
  color: #405de6;
}

.btn--instagram-borderless {
  color: #405de6;
}

.btn--instagram-borderless::after,
.btn--instagram-outline::after {
  background-color: #fff;
  color: #405de6;
}

.btn--instagram-borderless:hover::after,
.btn--instagram-outline:hover::after {
  background-color: #fff;
  color: #6d83ec;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--instagram-borderless:active::after,
.btn--instagram-outline:active::after {
  background-color: #e6e6e6;
  color: #1c3dd7;
}

.btn--instagram-pale,
.btn--instagram-simply-pale {
  background-color: #6d83ec;
  color: #fff;
}

.btn--instagram-pale::after,
.btn--instagram-simply-pale::after {
  color: #6d83ec;
  background-color: #fff;
}

.btn--instagram-pale:hover,
.btn--instagram-simply-pale:hover {
  background-color: #9aaaf2;
}

.btn--instagram-pale:hover::after,
.btn--instagram-simply-pale:hover::after {
  background-color: #fff;
  color: #9aaaf2;
}

.btn--instagram-pale:active,
.btn--instagram-simply-pale:active {
  background-color: #405de6;
}

.btn--instagram-pale:active::after,
.btn--instagram-simply-pale:active::after {
  background-color: #fff;
  color: #405de6;
}

.btn--instagram-simple {
  padding: 8px 14px;
}

.btn--instagram-simple::after {
  display: none;
  content: none;
}

.btn--instagram-simply-pale {
  padding: 8px 14px;
}

.btn--instagram-simply-pale::after {
  display: none;
  content: none;
}

.btn--email,
.btn--email-simple {
  background-color: #c19855;
  color: #fff;
}

.btn--email::after,
.btn--email-simple::after {
  color: #fff;
  background-color: #cfaf7a;
}

.btn--email:hover,
.btn--email-simple:hover {
  background-color: #cfaf7a;
}

.btn--email:hover::after,
.btn--email-simple:hover::after {
  background-color: #dcc5a0;
}

.btn--email:active,
.btn--email-simple:active {
  background-color: #a67e3d;
}

.btn--email:active::after,
.btn--email-simple:active::after {
  background-color: #c19855;
}

.btn--email-outline {
  color: #c19855;
  border: 2px solid #c19855;
  height: 36px;
}

.btn--email-outline:hover {
  border: 2px solid #cfaf7a;
}

.btn--email-outline--simple {
  color: white;
  border: 2px solid white;
  background-color: none;
  height: 36px;
  padding: 6px 14px;
  line-height: 1;
}

.btn--email-outline--simple::after {
  display: none;
}

.btn--email-outline--simple:hover {
  background-color: none;
  color: #c19855;
  border: 2px solid #c19855;
}

.btn--email-outline--simple:hover:before {
  color: #c19855;
}

.btn--email-borderless {
  color: #c19855;
}

.btn--email-borderless::after,
.btn--email-outline::after {
  background-color: #fff;
  color: #c19855;
}

.btn--email-borderless:hover::after,
.btn--email-outline:hover::after {
  background-color: #fff;
  color: #cfaf7a;
  -webkit-animation: bobArrow 320ms ease-in infinite alternate;
       -o-animation: bobArrow 320ms ease-in infinite alternate;
          animation: bobArrow 320ms ease-in infinite alternate;
}

.btn--email-borderless:active::after,
.btn--email-outline:active::after {
  background-color: #e6e6e6;
  color: #a67e3d;
}

.btn--email-pale,
.btn--email-simply-pale {
  background-color: #cfaf7a;
  color: #fff;
}

.btn--email-pale::after,
.btn--email-simply-pale::after {
  color: #cfaf7a;
  background-color: #fff;
}

.btn--email-pale:hover,
.btn--email-simply-pale:hover {
  background-color: #dcc5a0;
}

.btn--email-pale:hover::after,
.btn--email-simply-pale:hover::after {
  background-color: #fff;
  color: #dcc5a0;
}

.btn--email-pale:active,
.btn--email-simply-pale:active {
  background-color: #c19855;
}

.btn--email-pale:active::after,
.btn--email-simply-pale:active::after {
  background-color: #fff;
  color: #c19855;
}

.btn--email-simple {
  padding: 8px 14px;
}

.btn--email-simple::after {
  display: none;
  content: none;
}

.btn--email-simply-pale {
  padding: 8px 14px;
}

.btn--email-simply-pale::after {
  display: none;
  content: none;
}

.topNav__top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn--search {
  cursor: pointer;
  padding: 1rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MDUsNDQyLjdMNDA1LjMsMzQzYy00LjUtNC41LTEwLjYtNy0xNy03SDM3MmMyNy42LTM1LjMsNDQtNzkuNyw0NC0xMjhDNDE2LDkzLjEsMzIyLjksMCwyMDgsMFMwLDkzLjEsMCwyMDgKCXM5My4xLDIwOCwyMDgsMjA4YzQ4LjMsMCw5Mi43LTE2LjQsMTI4LTQ0djE2LjNjMCw2LjQsMi41LDEyLjUsNywxN2w5OS43LDk5LjdjOS40LDkuNCwyNC42LDkuNCwzMy45LDBsMjguMy0yOC4zCglDNTE0LjMsNDY3LjMsNTE0LjMsNDUyLjEsNTA1LDQ0Mi43eiBNMjA4LDMzNmMtNzAuNywwLTEyOC01Ny4yLTEyOC0xMjhjMC03MC43LDU3LjItMTI4LDEyOC0xMjhjNzAuNywwLDEyOCw1Ny4yLDEyOCwxMjgKCUMzMzYsMjc4LjcsMjc4LjgsMzM2LDIwOCwzMzZ6Ii8+Cjwvc3ZnPgo=);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  /*
  &:hover {
	background-image:url('../resources/assets/icons/search-solid-green.svg');
  }
*/
  /*
  &::before{
    line-height: 1;
    @include fa-icon;
    @extend .fas;
    content: fa-content($fa-var-search);
    content: url('../resources/assets/icons/search-solid-white.svg');
  }
*/
}

.btn--search:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzVEN0Y3NTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MDUsNDQyLjdMNDA1LjMsMzQzYy00LjUtNC41LTEwLjYtNy0xNy03SDM3MmMyNy42LTM1LjMsNDQtNzkuNyw0NC0xMjhDNDE2LDkzLjEsMzIyLjksMCwyMDgsMFMwLDkzLjEsMCwyMDgKCXM5My4xLDIwOCwyMDgsMjA4YzQ4LjMsMCw5Mi43LTE2LjQsMTI4LTQ0djE2LjNjMCw2LjQsMi41LDEyLjUsNywxN2w5OS43LDk5LjdjOS40LDkuNCwyNC42LDkuNCwzMy45LDBsMjguMy0yOC4zCglDNTE0LjMsNDY3LjMsNTE0LjMsNDUyLjEsNTA1LDQ0Mi43eiBNMjA4LDMzNmMtNzAuNywwLTEyOC01Ny4yLTEyOC0xMjhjMC03MC43LDU3LjItMTI4LDEyOC0xMjhjNzAuNywwLDEyOCw1Ny4yLDEyOCwxMjgKCUMzMzYsMjc4LjcsMjc4LjgsMzM2LDIwOCwzMzZ6Ii8+Cjwvc3ZnPgo=);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 61.24em) {
  .btn--search {
    background-size: 20px;
    padding: 1rem !important;
  }

  .btn--search:hover {
    background-size: 20px;
    padding: 1rem !important;
  }
}

.btn--white-outline {
  color: white;
  border: 2px solid white;
  background-color: transparent;
  padding: 5px 15px;
  text-transform: uppercase;
  text-align: center;
  margin: 8px 2.2rem;
}

.btn--white-outline:hover {
  background-color: white;
  border: 2px solid #5d7f75;
  color: #5d7f75;
}

.btn--search-result {
  margin: 16px 0 0 0;
}

@-webkit-keyframes bobArrow {
  0% {
    padding-left: 0;
  }

  100% {
    padding-left: 4px;
  }
}

@-o-keyframes bobArrow {
  0% {
    padding-left: 0;
  }

  100% {
    padding-left: 4px;
  }
}

@keyframes bobArrow {
  0% {
    padding-left: 0;
  }

  100% {
    padding-left: 4px;
  }
}

.topNav {
  background: #3a3a3a;
  width: 100%;
  max-width: 100vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 52;
}

@media (max-width: 61.24em) {
  .topNav {
    position: fixed;
    top: 0;
  }
}

.topNav__top {
  min-height: 72px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 956px;
  margin: 0 2rem;
}

.topNav__top__right .btn--green-simply-pale {
  padding: 7px 14px;
  margin: 4px 16px 4px;
  position: relative;
  top: 1px;
}

@media (max-width: 61.24em) {
  .topNav__top__right {
    display: none;
  }
}

.topNav .brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topNav .brand img {
  width: 176px;
  margin: 0;
}

.topNav a {
  text-decoration: none;
  color: inherit;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 500;
}

.topNav .btn,
.topNav .js-wpml-ls-item-toggle,
.topNav .wpml-ls-legacy-list-horizontal {
  min-width: 0;
  height: auto;
  color: #fff;
}

.nav-holder {
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav-primary {
  width: 100%;
  margin: 0;
  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;
  position: relative;
  background: #3a3a3a;
}

@media (max-width: 61.24em) {
  .nav-primary {
    display: none;
  }
}

.nav-primary a {
  text-decoration: none;
  color: inherit;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 500;
  font-size: 1rem;
}

.nav-primary .main-menu__sub-list a {
  line-height: 1.3;
}

.nav-primary .btn,
.nav-primary .js-wpml-ls-item-toggle,
.nav-primary .wpml-ls-legacy-list-horizontal {
  min-width: 0;
  height: auto;
  color: #fff;
}

.nav-primary .main-menu__item--parent.main-menu__item {
  position: relative;
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.nav-primary .main-menu__item--parent.main-menu__item button {
  display: none;
}

.nav-primary .main-menu__item--parent.main-menu__item > a {
  line-height: 72px;
}

.nav-primary .main-menu__item--parent.main-menu__item::after {
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMDcsMzgxLjVMMTIuNywxODcuMWMtOS40LTkuNC05LjQtMjQuNiwwLTMzLjlsMjIuNy0yMi43YzkuNC05LjQsMjQuNS05LjQsMzMuOSwwbDE1NC43LDE1NGwxNTQuNy0xNTQKCWM5LjQtOS4zLDI0LjUtOS4zLDMzLjksMGwyMi43LDIyLjdjOS40LDkuNCw5LjQsMjQuNiwwLDMzLjlMMjQxLDM4MS41QzIzMS42LDM5MC44LDIxNi40LDM5MC44LDIwNywzODEuNUwyMDcsMzgxLjV6Ii8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 10px;
  width: 20px;
  display: block;
  /*
        margin-right: auto;
        margin-left: 4px;
        font-size: 0.8rem;
        position: relative;
*/
  -webkit-transition: 108ms ease-in-out;
  -o-transition: 108ms ease-in-out;
  transition: 108ms ease-in-out;
  cursor: pointer;
}

.nav-primary .main-menu__item--parent.main-menu__item .main-menu__sub-list {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  list-style: none;
  position: absolute;
  left: 16px;
  top: 72px;
  width: calc(100% + 32px);
  z-index: 90;
  background: #3a3a3a;
}

.nav-primary .main-menu__item--parent.main-menu__item .main-menu__sub-link {
  padding-bottom: 14px;
  display: block;
}

.nav-primary .main-menu__item--parent.main-menu__item .main-menu__sub-link:hover {
  color: #65b09d;
}

.nav-primary .main-menu__item--parent.main-menu__item:hover .main-menu__sub-list,
.nav-primary .main-menu__item--parent.main-menu__item .main-menu__sub-list:hover {
  max-height: 100vh;
  padding: 16px;
}

.nav-primary .main-menu__item {
  padding: 0 16px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
}

.nav-primary .main-menu__item .main-menu__link {
  height: 100%;
  color: inherit;
}

.nav-primary .main-menu__item .main-menu__link:hover {
  color: #cccccc;
}

.nav-primary .main-menu__list {
  padding: 0;
  margin: 0 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 956px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-under {
  display: block;
  position: relative;
  width: 100%;
  left: 0;
  z-index: 50;
  min-height: 48px;
  margin-bottom: 0;
  background: #fff;
}

.nav-under .main-menu__list > .main-menu__item > .main-menu__link {
  text-decoration: none;
  color: inherit;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 500;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 61.24em) {
  .nav-under {
    display: none;
  }
}

.nav-under .main-menu__list {
  padding: 0;
  margin: 0;
  min-height: 48px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.nav-under .main-menu__list .main-menu__item {
  margin: 0 14px;
}

.nav-under .main-menu__list .main-menu__item:first-child a {
  border: 2px solid #5a5a5a;
  padding: 2px 8px;
  font-weight: 500;
}

.nav-under .main-menu__list .main-menu__item:first-child a::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzVBNUE1QTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOTAuNSw2Ni45bDIyLjItMjIuMmM5LjQtOS40LDI0LjYtOS40LDMzLjksMEw0NDEsMjM5YzkuNCw5LjQsOS40LDI0LjYsMCwzMy45TDI0Ni42LDQ2Ny4zCgljLTkuNCw5LjQtMjQuNiw5LjQtMzMuOSwwbC0yMi4yLTIyLjJjLTkuNS05LjUtOS4zLTI1LDAuNC0zNC4zTDMxMS40LDI5NkgyNGMtMTMuMywwLTI0LTEwLjctMjQtMjR2LTMyYzAtMTMuMywxMC43LTI0LDI0LTI0aDI4Ny40CglMMTkwLjksMTAxLjJDMTgxLjEsOTEuOSwxODAuOSw3Ni40LDE5MC41LDY2Ljl6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  margin-right: 0;
  margin-left: 8px;
  font-size: 0.8rem;
  position: relative;
  top: -0.005rem;
  -webkit-transition: 108ms ease-in-out;
  -o-transition: 108ms ease-in-out;
  transition: 108ms ease-in-out;
}

.nav-under .main-menu__list .main-menu__item:first-child a:hover::after {
  -webkit-transform: translateX(2px);
       -o-transform: translateX(2px);
          transform: translateX(2px);
}

.nav-under:empty {
  display: none;
}

.menu-toggle__wrapper .menu-toggle--open,
.menu-toggle__wrapper .menu-toggle--close {
  max-width: 3rem;
}

.nav-mobile:target + .menu-toggle__wrapper .menu-toggle--open {
  display: none;
}

.nav-mobile:not(:target) + .menu-toggle__wrapper .menu-toggle--close {
  display: none;
}

.topNav .menu-toggle {
  font-size: 0;
  padding: 4px;
  text-align: center;
  height: auto;
  position: fixed;
  z-index: 9999;
  right: 2rem;
  top: 18px;
  border: 2px solid #fff;
}

.menu-toggle::after {
  font-size: 1.5rem;
  width: 1.5rem;
  color: #fff;
}

.menu-toggle--open::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNiwxMzJoNDE2YzguOCwwLDE2LTcuMiwxNi0xNlY3NmMwLTguOC03LjItMTYtMTYtMTZIMTZDNy4yLDYwLDAsNjcuMiwwLDc2djQwQzAsMTI0LjgsNy4yLDEzMiwxNiwxMzJ6CgkgTTE2LDI5Mmg0MTZjOC44LDAsMTYtNy4yLDE2LTE2di00MGMwLTguOC03LjItMTYtMTYtMTZIMTZjLTguOCwwLTE2LDcuMi0xNiwxNnY0MEMwLDI4NC44LDcuMiwyOTIsMTYsMjkyeiBNMTYsNDUyaDQxNgoJYzguOCwwLDE2LTcuMiwxNi0xNnYtNDBjMC04LjgtNy4yLTE2LTE2LTE2SDE2Yy04LjgsMC0xNiw3LjItMTYsMTZ2NDBDMCw0NDQuOCw3LjIsNDUyLDE2LDQ1MnoiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
}

.menu-toggle--close::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNjUuNyAzNjUuNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzY1LjcgMzY1Ljc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI0My4yLDE4Mi45TDM1Ni4zLDY5LjdjMTIuNS0xMi41LDEyLjUtMzIuOCwwLTQ1LjJMMzQxLjIsOS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjIsMEwxODIuOSwxMjIuNQoJTDY5LjcsOS40QzU3LjItMy4xLDM3LTMuMSwyNC41LDkuNEw5LjQsMjQuNUMtMy4xLDM3LTMuMSw1Ny4yLDkuNCw2OS43bDExMy4yLDExMy4yTDkuNCwyOTZjLTEyLjUsMTIuNS0xMi41LDMyLjgsMCw0NS4ybDE1LjEsMTUuMQoJYzEyLjUsMTIuNSwzMi44LDEyLjUsNDUuMiwwbDExMy4xLTExMy4xTDI5NiwzNTYuM2MxMi41LDEyLjUsMzIuOCwxMi41LDQ1LjIsMGwxNS4xLTE1LjFjMTIuNS0xMi41LDEyLjUtMzIuOCwwLTQ1LjJMMjQzLjIsMTgyLjl6IgoJLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
}

@media (min-width: 61.25em) {
  .menu-toggle__wrapper {
    display: none;
  }
}

.nav-mobile {
  z-index: 99999;
  width: 100%;
  max-height: calc(100% - 72px);
  -webkit-animation: 210ms ease-in-out animateOut forwards;
       -o-animation: 210ms ease-in-out animateOut forwards;
          animation: 210ms ease-in-out animateOut forwards;
  position: fixed;
  display: none;
  overflow-y: auto;
  background: #3a3a3a;
  top: 72px;
  left: 0;
  color: #fff;
}

.nav-mobile:target {
  display: block;
}

@media (min-width: 61.25em) {
  .nav-mobile:target {
    display: none;
  }
}

.nav-mobile .mobile-menu__list,
.nav-mobile .mobile-menu__sub-list {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}

.nav-mobile .mobile-menu__sub-list {
  background: rgba(255, 255, 255, 0.07);
  display: none;
  -webkit-animation: 210ms ease-in-out animateOut forwards;
       -o-animation: 210ms ease-in-out animateOut forwards;
          animation: 210ms ease-in-out animateOut forwards;
}

.nav-mobile .mobile-menu__item {
  width: 100%;
  display: block;
}

.nav-mobile .mobile-menu__sub-link,
.nav-mobile .mobile-menu__link {
  width: calc(100% - 4.4rem);
  font-size: 1.250rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  padding: 1.6rem 0;
  margin: 0 2.2rem;
  display: block;
}

.nav-mobile .mobile-menu__sub-link.open,
.nav-mobile .mobile-menu__link.open {
  color: #a1bab3;
}

.nav-mobile .btn,
.nav-mobile .js-wpml-ls-item-toggle,
.nav-mobile .wpml-ls-legacy-list-horizontal {
  padding: 8px 16px;
  text-align: center;
  text-transform: none;
  font-size: 1.250rem;
  height: auto;
  font-weight: 600;
  display: block;
  width: calc(100% - 4.4rem);
  margin: 8px 2.2rem;
}

.nav-mobile .mobile-menu__sub-trigger {
  display: none;
}

.nav-mobile .mobile-menu__item--parent > .mobile-menu__sub-link::after,
.nav-mobile .mobile-menu__item--parent > .mobile-menu__link::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMDcsMzgxLjVMMTIuNywxODcuMWMtOS40LTkuNC05LjQtMjQuNiwwLTMzLjlsMjIuNy0yMi43YzkuNC05LjQsMjQuNS05LjQsMzMuOSwwbDE1NC43LDE1NGwxNTQuNy0xNTQKCWM5LjQtOS4zLDI0LjUtOS4zLDMzLjksMGwyMi43LDIyLjdjOS40LDkuNCw5LjQsMjQuNiwwLDMzLjlMMjQxLDM4MS41QzIzMS42LDM5MC44LDIxNi40LDM5MC44LDIwNywzODEuNUwyMDcsMzgxLjV6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 10px;
  content: '';
  display: inline-block;
  margin-right: auto;
  margin-left: 8px;
  font-size: 1rem;
  position: relative;
  -webkit-transition: 108ms ease-in-out;
  -o-transition: 108ms ease-in-out;
  transition: 108ms ease-in-out;
  cursor: pointer;
}

.nav-mobile .mobile-menu__item--parent > .mobile-menu__sub-link.clicked ~ .mobile-menu__sub-list,
.nav-mobile .mobile-menu__item--parent > .mobile-menu__link.clicked ~ .mobile-menu__sub-list {
  display: block;
}

.nav-mobile .mobile-menu__item--parent > .mobile-menu__sub-link.clicked::after,
.nav-mobile .mobile-menu__item--parent > .mobile-menu__link.clicked::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav-mobile .mobile-menu__item:not(:last-child) .mobile-menu__link {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.nav-mobile .mobile-menu__item--parent:hover .mobile-menu__link {
  border: none;
}

@-webkit-keyframes animateOut {
  0% {
    height: 0;
    opacity: 0;
  }

  100% {
    height: 100%;
    opacity: 1;
  }
}

@-o-keyframes animateOut {
  0% {
    height: 0;
    opacity: 0;
  }

  100% {
    height: 100%;
    opacity: 1;
  }
}

@keyframes animateOut {
  0% {
    height: 0;
    opacity: 0;
  }

  100% {
    height: 100%;
    opacity: 1;
  }
}

.search-form {
  position: fixed;
  margin: 0 auto;
  height: 100%;
  top: 0;
  z-index: 4500000000;
  width: 100%;
  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;
  background: rgba(90, 90, 90, 0.8);
}

.search-input {
  padding: 0 32px;
  height: 36px;
  line-height: 36px;
  border: none;
  width: calc(80vw - 100px);
  max-width: 600px;
}

@media (min-width: 46.25em) {
  .search-input {
    width: calc(60vw - 200px);
  }
}

.search-button {
  margin: 0;
  cursor: pointer;
  outline: none;
  padding: 11px 23px;
  text-align: center;
  display: inline-block;
  border: none;
  background: #5d7f75;
  color: white;
  height: 36px;
}

.search-button::before {
  line-height: 1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MDUsNDQyLjdMNDA1LjMsMzQzYy00LjUtNC41LTEwLjYtNy0xNy03SDM3MmMyNy42LTM1LjMsNDQtNzkuNyw0NC0xMjhDNDE2LDkzLjEsMzIyLjksMCwyMDgsMFMwLDkzLjEsMCwyMDgKCXM5My4xLDIwOCwyMDgsMjA4YzQ4LjMsMCw5Mi43LTE2LjQsMTI4LTQ0djE2LjNjMCw2LjQsMi41LDEyLjUsNywxN2w5OS43LDk5LjdjOS40LDkuNCwyNC42LDkuNCwzMy45LDBsMjguMy0yOC4zCglDNTE0LjMsNDY3LjMsNTE0LjMsNDUyLjEsNTA1LDQ0Mi43eiBNMjA4LDMzNmMtNzAuNywwLTEyOC01Ny4yLTEyOC0xMjhjMC03MC43LDU3LjItMTI4LDEyOC0xMjhjNzAuNywwLDEyOCw1Ny4yLDEyOCwxMjgKCUMzMzYsMjc4LjcsMjc4LjgsMzM2LDIwOCwzMzZ6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  content: '';
  display: inline-block;
}

.search-button:hover {
  background: #759a8f;
}

.search-button:active {
  background: #47625a;
}

.search-close {
  height: 36px;
  margin: 0;
  cursor: pointer;
  outline: none;
  padding: 6px 16px;
  text-align: center;
  display: inline-block;
  border: none;
  background: #6885a6;
  color: white;
}

@media (max-width: 46.24em) {
  .search-close {
    font-size: 0;
    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;
  }
}

.search-close::before {
  line-height: 1;
  font-size: 1.1rem;
}

@media (max-width: 46.24em) {
  .search-close::before {
    content: "\F00D";
  }
}

@media (min-width: 46.25em) {
  .search-close {
    margin-left: 50px;
  }
}

.search-close:hover {
  background: #889fb9;
}

.search-close:active {
  background: #516c8a;
}

.js-wpml-ls-item-toggle {
  background: none !important;
  border: 2px solid white !important;
  display: inline-block !important;
  z-index: 52 !important;
  padding: 6px 14px !important;
  text-align: center !important;
  line-height: 1.3 !important;
  position: relative !important;
}

@media (max-width: 61.24em) {
  .js-wpml-ls-item-toggle {
    width: 100% !important;
  }
}

.js-wpml-ls-item-toggle:hover {
  color: #5d7f75 !important;
}

.js-wpml-ls-item-toggle::after {
  display: none  !important;
}

.wpml-ls-legacy-list-horizontal {
  border: 2px solid white;
  font-weight: 400 !important;
  background-color: transparent;
  color: white !important;
  padding: 0 !important;
  margin: 4px 16px !important;
  text-align: center !important;
  line-height: 1.3 !important;
  position: relative !important;
  display: inline-block !important;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-link {
  padding: 6px 14px !important;
  margin: 0 !important;
}

@media (max-width: 61.24em) {
  .wpml-ls-legacy-list-horizontal {
    width: 100% !important;
    width: calc(100% - 4.4rem) !important;
    margin: 8px 2.2rem 0 !important;
  }

  .wpml-ls-legacy-list-horizontal .wpml-ls-link {
    width: 100% !important;
  }
}

.wpml-ls-legacy-list-horizontal:hover {
  color: #5d7f75 !important;
  border-color: #5d7f75;
  background-color: transparent;
}

.footer {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  background: #3a3a3a;
  padding: 2rem 0;
}

.footer__logo {
  width: 100%;
  height: 36px;
  margin-bottom: 1rem;
  font-family: "object-fit:contain;object-position:center";
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.footer__container {
  width: 100%;
  padding: 0 2rem;
  padding-top: 18px;
}

.footer__container > * {
  margin: 4px auto;
}

.footer__container > *:first-child {
  padding-bottom: 12px;
}

.footer__container p {
  font-size: 0.875rem;
}

.footer_nav__item {
  margin: 0 8px;
}

.footer_nav__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 500px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_nav__list a {
  color: #fff;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  text-decoration: none;
  font-size: 1rem;
}

.footer_nav__list a:hover {
  color: #d9d9d9;
}

.footer__flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2rem;
  padding-bottom: 18px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
}

.footer__flex-container .footer_nav__list {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 61.24em) {
  .footer__flex-container .footer_nav__list {
    margin-bottom: 24px;
  }
}

body#tinymce {
  margin: 12px !important;
}

/* Import All Blocks */

.block-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 61.24em) {
  .block-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.block-container__body {
  width: 100%;
  padding: 0 0.5rem;
  max-width: 788px;
  max-width: calc( 2rem + 740px);
}

.block-container__body:first-child:only-child {
  max-width: none;
}

.block-container__sidebar {
  margin-top: 1rem;
  padding: 0 0.5rem;
  width: 100%;
  max-width: 260px;
}

@media (max-width: 61.24em) {
  .block-container__sidebar {
    display: none;
  }
}

.block {
  width: 100%;
  margin-bottom: 4rem;
  display: block;
}

@media (max-width: 61.24em) {
  .block {
    margin-bottom: 2rem;
  }
}

.block--form h2 {
  color: #5d7f75;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  padding: 0 0 16px 0;
  position: relative;
  margin-bottom: 32px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.block--form h2::after {
  left: 50%;
  margin-left: -55px;
  content: "";
  height: 4px;
  width: 110px;
  background: #5d7f75;
  display: block;
  position: absolute;
  bottom: 0;
}

.block--form--header h2 {
  color: #3a3a3a !important;
}

.block--form--header h2::after {
  background: #3a3a3a !important;
}

.block--form--black h2 {
  color: #5a5a5a !important;
}

.block--form--black h2::after {
  background: #5a5a5a !important;
}

.block--form--white h2 {
  color: #fff !important;
}

.block--form--white h2::after {
  background: #fff !important;
}

.block--form--green h2 {
  color: #5d7f75 !important;
}

.block--form--green h2::after {
  background: #5d7f75 !important;
}

.block--form--yellow h2 {
  color: #Fcdb1d !important;
}

.block--form--yellow h2::after {
  background: #Fcdb1d !important;
}

.block--form--blue h2 {
  color: #6885a6 !important;
}

.block--form--blue h2::after {
  background: #6885a6 !important;
}

.block--form--lime h2 {
  color: #8aB55e !important;
}

.block--form--lime h2::after {
  background: #8aB55e !important;
}

.block--form--aqua h2 {
  color: #65b09d !important;
}

.block--form--aqua h2::after {
  background: #65b09d !important;
}

.block--form--cream h2 {
  color: #eeefe6 !important;
}

.block--form--cream h2::after {
  background: #eeefe6 !important;
}

.block--form--gold h2 {
  color: #c19855 !important;
}

.block--form--gold h2::after {
  background: #c19855 !important;
}

.block--form--twitter h2 {
  color: #1da1f2 !important;
}

.block--form--twitter h2::after {
  background: #1da1f2 !important;
}

.block--form--facebook h2 {
  color: #3b5998 !important;
}

.block--form--facebook h2::after {
  background: #3b5998 !important;
}

.block--form--youtube h2 {
  color: #ff0000 !important;
}

.block--form--youtube h2::after {
  background: #ff0000 !important;
}

.block--form--linkedin h2 {
  color: #0077b5 !important;
}

.block--form--linkedin h2::after {
  background: #0077b5 !important;
}

.block--form--instagram h2 {
  color: #405de6 !important;
}

.block--form--instagram h2::after {
  background: #405de6 !important;
}

.block--form--email h2 {
  color: #c19855 !important;
}

.block--form--email h2::after {
  background: #c19855 !important;
}

.breadcrumb-wrapper a {
  text-decoration: none;
  color: inherit;
}

.block--breadcrumbs {
  margin: 0 auto 16px;
  color: #5d7f75;
  text-align: center;
  display: block;
  position: relative;
}

.block-container__body:only-child .block--breadcrumbs {
  max-width: 740px;
}

.block--breadcrumbs a {
  text-decoration: none;
  color: inherit;
}

.block--breadcrumbs a:hover {
  color: #8aB55e;
}

.breadcrumb-wrapper a:hover {
  color: #8aB55e;
}

.block--content ol,
.block--text ol {
  list-style: none;
  counter-reset: li;
  padding-left: 0.2rem;
}

.block--content ol li,
.block--text ol li {
  margin: 4px 0;
  counter-increment: li;
  position: relative;
  padding-left: 1.5rem;
}

.block--content ol li::before,
.block--text ol li::before {
  text-align: center;
  width: 1.5rem;
  display: inline-block;
  content: counter(li);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #5d7f75;
  font-size: 1.250rem;
  margin-top: 0;
  height: 100%;
  position: absolute;
  left: -8px;
  top: -0.1rem;
}

.block--content ul,
.block--text ul {
  list-style: none;
  padding-left: 0.2rem;
}

.block--content ul li,
.block--text ul li {
  margin: 4px 0;
  padding-left: 1.5rem;
  position: relative;
}

.block--content ul li:before,
.block--text ul li:before {
  color: #5d7f75;
  font-weight: 900;
  font-family: "Muli", sans-serif;
  margin-right: 8px;
  width: 1rem;
  text-align: center;
  position: absolute;
  left: 0;
  content: "- ";
}

.block--content ul ul li::before,
.block--text ul ul li::before {
  content: "\2022";
}

.block--content ul ul ul li::before,
.block--text ul ul ul li::before {
  content: "\25AA";
}

.block--content__tags {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 2rem 0;
}

.block--content__tags__intro {
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  margin: 0 0 16px 0;
  padding: 0;
  width: 100%;
}

.block--content__tags li.block--content__tags__tag {
  padding-left: 0;
  position: relative;
}

.block--content__tags li.block--content__tags__tag::before {
  content: "" !important;
}

.block--content__tags li.block--content__tags__tag::after {
  content: "|";
  margin: 0 8px;
}

.block--content__tags li.block--content__tags__tag:last-of-type::after {
  content: "";
}

.block--content__tags li.block--content__tags__tag__inner {
  padding: 0;
  color: #5a5a5a;
  text-decoration: none;
  font-family: "Muli", sans-serif;
  font-size: 1rem;
}

.block--content__tags li.block--content__tags__tag__inner:hover {
  color: #5d7f75;
}

.block--content__tags li.block--content__tags__tag:first-of-type .block--content__tags li.block--content__tags__tag__inner {
  padding-left: 0;
}

.block--content,
.block--text {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  /** Captions */
  /** Text meant only for screen readers */
}

.block--content .alignnone,
.block--text .alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.block--content .video-container,
.block--text .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 32px 0;
}

.block--content .video-container iframe,
.block--content .video-container object,
.block--content .video-container embed,
.block--content .video-container video,
.block--text .video-container iframe,
.block--text .video-container object,
.block--text .video-container embed,
.block--text .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block--content .aligncenter,
.block--text .aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

.block--content .alignleft,
.block--content .alignright,
.block--text .alignleft,
.block--text .alignright {
  margin-bottom: 1rem;
  height: auto;
}

.block--content img,
.block--text img {
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.block--content .wp-caption,
.block--text .wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
  text-align: left;
}

.block--content .wp-caption.alignnone,
.block--text .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.block--content .wp-caption.alignleft,
.block--text .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.block--content .wp-caption.alignright,
.block--text .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

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

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

*:not(:only-child) > .block--content .size-inline_content_left_aligned.alignleft,
*:not(:only-child) > .block--text .size-inline_content_left_aligned.alignleft {
  max-width: 100%;
  margin: 16px auto;
}

@media (min-width: 71.875em) {
  *:not(:only-child) > .block--content .size-inline_content_left_aligned.alignleft,
  *:not(:only-child) > .block--text .size-inline_content_left_aligned.alignleft {
    max-width: none;
    width: calc( 50vw + 150px);
    margin-left: calc(-50vw + 590px);
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

.block--content blockquote,
.block--text blockquote {
  font-size: 1.625rem;
  position: relative;
  padding: 0 0 0 35px;
  color: #5d7f75;
  font-style: italic;
  font-weight: 600;
  margin: 2rem 0;
  margin-left: 16px;
}

.block--content blockquote::before,
.block--text blockquote::before {
  background: #5d7f75;
  height: 80%;
  width: 3px;
  top: 16px;
  left: 0;
  position: absolute;
  display: block;
  content: "";
}

@media (min-width: 61.25em) {
  .block--content blockquote,
  .block--text blockquote {
    margin-left: 60px;
  }
}

.block--content--header blockquote,
.block--text--header blockquote {
  color: #3a3a3a;
}

.block--content--header blockquote::before,
.block--text--header blockquote::before {
  background: #3a3a3a;
}

.block--content--black blockquote,
.block--text--black blockquote {
  color: #5a5a5a;
}

.block--content--black blockquote::before,
.block--text--black blockquote::before {
  background: #5a5a5a;
}

.block--content--white blockquote,
.block--text--white blockquote {
  color: #fff;
}

.block--content--white blockquote::before,
.block--text--white blockquote::before {
  background: #fff;
}

.block--content--green blockquote,
.block--text--green blockquote {
  color: #5d7f75;
}

.block--content--green blockquote::before,
.block--text--green blockquote::before {
  background: #5d7f75;
}

.block--content--yellow blockquote,
.block--text--yellow blockquote {
  color: #Fcdb1d;
}

.block--content--yellow blockquote::before,
.block--text--yellow blockquote::before {
  background: #Fcdb1d;
}

.block--content--blue blockquote,
.block--text--blue blockquote {
  color: #6885a6;
}

.block--content--blue blockquote::before,
.block--text--blue blockquote::before {
  background: #6885a6;
}

.block--content--lime blockquote,
.block--text--lime blockquote {
  color: #8aB55e;
}

.block--content--lime blockquote::before,
.block--text--lime blockquote::before {
  background: #8aB55e;
}

.block--content--aqua blockquote,
.block--text--aqua blockquote {
  color: #65b09d;
}

.block--content--aqua blockquote::before,
.block--text--aqua blockquote::before {
  background: #65b09d;
}

.block--content--cream blockquote,
.block--text--cream blockquote {
  color: #eeefe6;
}

.block--content--cream blockquote::before,
.block--text--cream blockquote::before {
  background: #eeefe6;
}

.block--content--gold blockquote,
.block--text--gold blockquote {
  color: #c19855;
}

.block--content--gold blockquote::before,
.block--text--gold blockquote::before {
  background: #c19855;
}

.block--content--twitter blockquote,
.block--text--twitter blockquote {
  color: #1da1f2;
}

.block--content--twitter blockquote::before,
.block--text--twitter blockquote::before {
  background: #1da1f2;
}

.block--content--facebook blockquote,
.block--text--facebook blockquote {
  color: #3b5998;
}

.block--content--facebook blockquote::before,
.block--text--facebook blockquote::before {
  background: #3b5998;
}

.block--content--youtube blockquote,
.block--text--youtube blockquote {
  color: #ff0000;
}

.block--content--youtube blockquote::before,
.block--text--youtube blockquote::before {
  background: #ff0000;
}

.block--content--linkedin blockquote,
.block--text--linkedin blockquote {
  color: #0077b5;
}

.block--content--linkedin blockquote::before,
.block--text--linkedin blockquote::before {
  background: #0077b5;
}

.block--content--instagram blockquote,
.block--text--instagram blockquote {
  color: #405de6;
}

.block--content--instagram blockquote::before,
.block--text--instagram blockquote::before {
  background: #405de6;
}

.block--content--email blockquote,
.block--text--email blockquote {
  color: #c19855;
}

.block--content--email blockquote::before,
.block--text--email blockquote::before {
  background: #c19855;
}

@media (min-width: 30rem) {
  .block--content .alignleft,
  .block--text .alignleft {
    float: left;
    margin-right: 1rem;
  }

  .block--content .alignright,
  .block--text .alignright {
    float: right;
    margin-left: 1rem;
  }
}

.block--content .screen-reader-text,
.block--text .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

.block--content .table-wrap,
.block--text .table-wrap {
  max-width: 100%;
  overflow: auto;
}

.block--content h1,
.block--text h1 {
  line-height: 1.2;
  color: #5d7f75;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.5rem;
  margin: 0;
  padding: 4px 0;
}

.block--content h2,
.block--text h2 {
  line-height: 1.2;
  color: #5d7f75;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.2rem;
  margin: 0;
  padding: 4px 0;
}

.block--content h3,
.block--text h3 {
  line-height: 1.2;
  color: #5d7f75;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.9rem;
  margin: 0;
  padding: 4px 0;
}

.block--content h4,
.block--text h4 {
  line-height: 1.2;
  color: #5d7f75;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.6rem;
  margin: 0;
  padding: 4px 0;
}

.block--content h5,
.block--text h5 {
  line-height: 1.2;
  color: #5d7f75;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.3rem;
  margin: 0;
  padding: 4px 0;
}

.block--content h6,
.block--text h6 {
  line-height: 1.2;
  color: #5d7f75;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 4px 0;
}

.block--content--header h1,
.block--content--header h2,
.block--content--header h3,
.block--content--header h4,
.block--content--header h5,
.block--content--header h6,
.block--text--header h1,
.block--text--header h2,
.block--text--header h3,
.block--text--header h4,
.block--text--header h5,
.block--text--header h6 {
  color: #3a3a3a;
}

.block--content--black h1,
.block--content--black h2,
.block--content--black h3,
.block--content--black h4,
.block--content--black h5,
.block--content--black h6,
.block--text--black h1,
.block--text--black h2,
.block--text--black h3,
.block--text--black h4,
.block--text--black h5,
.block--text--black h6 {
  color: #5a5a5a;
}

.block--content--white h1,
.block--content--white h2,
.block--content--white h3,
.block--content--white h4,
.block--content--white h5,
.block--content--white h6,
.block--text--white h1,
.block--text--white h2,
.block--text--white h3,
.block--text--white h4,
.block--text--white h5,
.block--text--white h6 {
  color: #fff;
}

.block--content--green h1,
.block--content--green h2,
.block--content--green h3,
.block--content--green h4,
.block--content--green h5,
.block--content--green h6,
.block--text--green h1,
.block--text--green h2,
.block--text--green h3,
.block--text--green h4,
.block--text--green h5,
.block--text--green h6 {
  color: #5d7f75;
}

.block--content--yellow h1,
.block--content--yellow h2,
.block--content--yellow h3,
.block--content--yellow h4,
.block--content--yellow h5,
.block--content--yellow h6,
.block--text--yellow h1,
.block--text--yellow h2,
.block--text--yellow h3,
.block--text--yellow h4,
.block--text--yellow h5,
.block--text--yellow h6 {
  color: #Fcdb1d;
}

.block--content--blue h1,
.block--content--blue h2,
.block--content--blue h3,
.block--content--blue h4,
.block--content--blue h5,
.block--content--blue h6,
.block--text--blue h1,
.block--text--blue h2,
.block--text--blue h3,
.block--text--blue h4,
.block--text--blue h5,
.block--text--blue h6 {
  color: #6885a6;
}

.block--content--lime h1,
.block--content--lime h2,
.block--content--lime h3,
.block--content--lime h4,
.block--content--lime h5,
.block--content--lime h6,
.block--text--lime h1,
.block--text--lime h2,
.block--text--lime h3,
.block--text--lime h4,
.block--text--lime h5,
.block--text--lime h6 {
  color: #8aB55e;
}

.block--content--aqua h1,
.block--content--aqua h2,
.block--content--aqua h3,
.block--content--aqua h4,
.block--content--aqua h5,
.block--content--aqua h6,
.block--text--aqua h1,
.block--text--aqua h2,
.block--text--aqua h3,
.block--text--aqua h4,
.block--text--aqua h5,
.block--text--aqua h6 {
  color: #65b09d;
}

.block--content--cream h1,
.block--content--cream h2,
.block--content--cream h3,
.block--content--cream h4,
.block--content--cream h5,
.block--content--cream h6,
.block--text--cream h1,
.block--text--cream h2,
.block--text--cream h3,
.block--text--cream h4,
.block--text--cream h5,
.block--text--cream h6 {
  color: #eeefe6;
}

.block--content--gold h1,
.block--content--gold h2,
.block--content--gold h3,
.block--content--gold h4,
.block--content--gold h5,
.block--content--gold h6,
.block--text--gold h1,
.block--text--gold h2,
.block--text--gold h3,
.block--text--gold h4,
.block--text--gold h5,
.block--text--gold h6 {
  color: #c19855;
}

.block--content--twitter h1,
.block--content--twitter h2,
.block--content--twitter h3,
.block--content--twitter h4,
.block--content--twitter h5,
.block--content--twitter h6,
.block--text--twitter h1,
.block--text--twitter h2,
.block--text--twitter h3,
.block--text--twitter h4,
.block--text--twitter h5,
.block--text--twitter h6 {
  color: #1da1f2;
}

.block--content--facebook h1,
.block--content--facebook h2,
.block--content--facebook h3,
.block--content--facebook h4,
.block--content--facebook h5,
.block--content--facebook h6,
.block--text--facebook h1,
.block--text--facebook h2,
.block--text--facebook h3,
.block--text--facebook h4,
.block--text--facebook h5,
.block--text--facebook h6 {
  color: #3b5998;
}

.block--content--youtube h1,
.block--content--youtube h2,
.block--content--youtube h3,
.block--content--youtube h4,
.block--content--youtube h5,
.block--content--youtube h6,
.block--text--youtube h1,
.block--text--youtube h2,
.block--text--youtube h3,
.block--text--youtube h4,
.block--text--youtube h5,
.block--text--youtube h6 {
  color: #ff0000;
}

.block--content--linkedin h1,
.block--content--linkedin h2,
.block--content--linkedin h3,
.block--content--linkedin h4,
.block--content--linkedin h5,
.block--content--linkedin h6,
.block--text--linkedin h1,
.block--text--linkedin h2,
.block--text--linkedin h3,
.block--text--linkedin h4,
.block--text--linkedin h5,
.block--text--linkedin h6 {
  color: #0077b5;
}

.block--content--instagram h1,
.block--content--instagram h2,
.block--content--instagram h3,
.block--content--instagram h4,
.block--content--instagram h5,
.block--content--instagram h6,
.block--text--instagram h1,
.block--text--instagram h2,
.block--text--instagram h3,
.block--text--instagram h4,
.block--text--instagram h5,
.block--text--instagram h6 {
  color: #405de6;
}

.block--content--email h1,
.block--content--email h2,
.block--content--email h3,
.block--content--email h4,
.block--content--email h5,
.block--content--email h6,
.block--text--email h1,
.block--text--email h2,
.block--text--email h3,
.block--text--email h4,
.block--text--email h5,
.block--text--email h6 {
  color: #c19855;
}

.block--content table,
.block--text table {
  border-collapse: collapse;
  margin: 2rem 0;
}

.block--content table th,
.block--content table td,
.block--text table th,
.block--text table td {
  font-size: 1rem;
  border-collapse: collapse;
  padding: 16px 24px;
  text-align: center;
}

.block--content table th,
.block--text table th {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  background: #5d7f75;
  color: #fff;
}

.block--content table th:not(:last-of-type),
.block--text table th:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.block--content table th:not(:first-of-type),
.block--text table th:not(:first-of-type) {
  border-left: 1px solid #fff;
}

.block--content table td,
.block--text table td {
  font-weight: normal;
  font-family: "Muli", sans-serif;
  color: #5a5a5a;
  background: #eceff4;
}

.block--content table td:not(:last-of-type),
.block--text table td:not(:last-of-type) {
  border-right: 1px solid green;
}

.block--content table td:not(:first-of-type),
.block--text table td:not(:first-of-type) {
  border-left: 1px solid green;
}

.block--content table tr:nth-of-type(2n) td,
.block--text table tr:nth-of-type(2n) td {
  background: #f5f7f9;
}

.block--content .download-link,
.block--text .download-link {
  font-size: 1rem;
  color: #5a5a5a;
  text-decoration: none;
  font-weight: 700;
}

.block--content .download-link::after,
.block--text .download-link::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzVEN0Y3NTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MTMuMSwyMjIuNWwyMi4yLDIyLjJjOS40LDkuNCw5LjQsMjQuNiwwLDMzLjlMMjQxLDQ3M2MtOS40LDkuNC0yNC42LDkuNC0zMy45LDBMMTIuNywyNzguNgoJYy05LjQtOS40LTkuNC0yNC42LDAtMzMuOWwyMi4yLTIyLjJjOS41LTkuNSwyNS05LjMsMzQuMywwLjRMMTg0LDM0My40VjU2YzAtMTMuMywxMC43LTI0LDI0LTI0aDMyYzEzLjMsMCwyNCwxMC43LDI0LDI0djI4Ny40CglsMTE0LjgtMTIwLjVDMzg4LjEsMjEzLjEsNDAzLjYsMjEyLjksNDEzLjEsMjIyLjVMNDEzLjEsMjIyLjV6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  border-bottom: 2px solid #5a5a5a;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.block--content .download-link:hover,
.block--text .download-link:hover {
  color: #5d7f75;
}

.block--content .download-link:hover::after,
.block--text .download-link:hover::after {
  border-bottom: 2px solid #5d7f75;
}

.block--content .download-link + p,
.block--text .download-link + p {
  margin-top: 0.5rem;
  margin-bottom: 2.4rem;
}

.block--content a:not(.btn):not(.js-wpml-ls-item-toggle):not(.wpml-ls-legacy-list-horizontal):not(.social-info__link),
.block--text a:not(.btn):not(.js-wpml-ls-item-toggle):not(.wpml-ls-legacy-list-horizontal):not(.social-info__link) {
  color: #5d7f75;
  font-weight: bold;
  text-decoration: none;
}

.block--content a:not(.btn):not(.js-wpml-ls-item-toggle):not(.wpml-ls-legacy-list-horizontal):not(.social-info__link):hover,
.block--text a:not(.btn):not(.js-wpml-ls-item-toggle):not(.wpml-ls-legacy-list-horizontal):not(.social-info__link):hover {
  text-decoration: underline;
  color: #8aB55e;
}

.block--content .block--content__social,
.block--text .block--content__social,
.block--content .block--text__social,
.block--text .block--text__social {
  margin: 2rem 0;
  padding: 0 0 2rem 0;
  display: block;
  position: relative;
}

.block--content .block--content__social .social-info__link,
.block--text .block--content__social .social-info__link,
.block--content .block--text__social .social-info__link,
.block--text .block--text__social .social-info__link {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.4rem;
}

.block--content .block--content__social .social-info__link::after,
.block--text .block--content__social .social-info__link::after,
.block--content .block--text__social .social-info__link::after,
.block--text .block--text__social .social-info__link::after {
  font-size: 1.3rem;
  width: 1.3rem;
  display: block;
  text-align: center;
}

.block--content .block--content__social .social-info__link:first-of-type,
.block--text .block--content__social .social-info__link:first-of-type,
.block--content .block--text__social .social-info__link:first-of-type,
.block--text .block--text__social .social-info__link:first-of-type {
  margin-left: 0;
}

.block--content .block--content__social__intro,
.block--text .block--content__social__intro,
.block--content .block--text__social__intro,
.block--text .block--text__social__intro {
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  margin: 0 0 8px 0;
  padding: 0;
}

.block--content .block--content__social::after,
.block--text .block--content__social::after,
.block--content .block--text__social::after,
.block--text .block--text__social::after {
  display: block;
  width: 109px;
  height: 4px;
  background: #5d7f75;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.block--content--header .block--content__social::after,
.block--text--header .block--content__social::after,
.block--content--header .block--text__social::after,
.block--text--header .block--text__social::after {
  background: #3a3a3a;
}

.block--content--black .block--content__social::after,
.block--text--black .block--content__social::after,
.block--content--black .block--text__social::after,
.block--text--black .block--text__social::after {
  background: #5a5a5a;
}

.block--content--white .block--content__social::after,
.block--text--white .block--content__social::after,
.block--content--white .block--text__social::after,
.block--text--white .block--text__social::after {
  background: #fff;
}

.block--content--green .block--content__social::after,
.block--text--green .block--content__social::after,
.block--content--green .block--text__social::after,
.block--text--green .block--text__social::after {
  background: #5d7f75;
}

.block--content--yellow .block--content__social::after,
.block--text--yellow .block--content__social::after,
.block--content--yellow .block--text__social::after,
.block--text--yellow .block--text__social::after {
  background: #Fcdb1d;
}

.block--content--blue .block--content__social::after,
.block--text--blue .block--content__social::after,
.block--content--blue .block--text__social::after,
.block--text--blue .block--text__social::after {
  background: #6885a6;
}

.block--content--lime .block--content__social::after,
.block--text--lime .block--content__social::after,
.block--content--lime .block--text__social::after,
.block--text--lime .block--text__social::after {
  background: #8aB55e;
}

.block--content--aqua .block--content__social::after,
.block--text--aqua .block--content__social::after,
.block--content--aqua .block--text__social::after,
.block--text--aqua .block--text__social::after {
  background: #65b09d;
}

.block--content--cream .block--content__social::after,
.block--text--cream .block--content__social::after,
.block--content--cream .block--text__social::after,
.block--text--cream .block--text__social::after {
  background: #eeefe6;
}

.block--content--gold .block--content__social::after,
.block--text--gold .block--content__social::after,
.block--content--gold .block--text__social::after,
.block--text--gold .block--text__social::after {
  background: #c19855;
}

.block--content--twitter .block--content__social::after,
.block--text--twitter .block--content__social::after,
.block--content--twitter .block--text__social::after,
.block--text--twitter .block--text__social::after {
  background: #1da1f2;
}

.block--content--facebook .block--content__social::after,
.block--text--facebook .block--content__social::after,
.block--content--facebook .block--text__social::after,
.block--text--facebook .block--text__social::after {
  background: #3b5998;
}

.block--content--youtube .block--content__social::after,
.block--text--youtube .block--content__social::after,
.block--content--youtube .block--text__social::after,
.block--text--youtube .block--text__social::after {
  background: #ff0000;
}

.block--content--linkedin .block--content__social::after,
.block--text--linkedin .block--content__social::after,
.block--content--linkedin .block--text__social::after,
.block--text--linkedin .block--text__social::after {
  background: #0077b5;
}

.block--content--instagram .block--content__social::after,
.block--text--instagram .block--content__social::after,
.block--content--instagram .block--text__social::after,
.block--text--instagram .block--text__social::after {
  background: #405de6;
}

.block--content--email .block--content__social::after,
.block--text--email .block--content__social::after,
.block--content--email .block--text__social::after,
.block--text--email .block--text__social::after {
  background: #c19855;
}

.block--faq__question {
  background: #e8edf2;
  color: #5a5a5a;
  width: 100%;
  display: block;
  padding: 14px 8px;
  font-weight: 600;
  margin: 4px 0;
  cursor: pointer;
}

.block--faq__answer {
  overflow: hidden;
  max-height: 0;
  padding: 0 8px;
  -webkit-transition: 140ms ease-out;
  -o-transition: 140ms ease-out;
  transition: 140ms ease-out;
}

.active + .block--faq__answer {
  max-height: 100vh;
  overflow-y: auto;
  -webkit-transition: 140ms ease-in;
  -o-transition: 140ms ease-in;
  transition: 140ms ease-in;
}

.block--faq__title {
  color: #5d7f75;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  padding: 0 0 27px 0;
  position: relative;
  margin-bottom: 47px;
}

.block--faq__title::after {
  content: "";
  height: 4px;
  width: 109px;
  background: #5d7f75;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.block--faq--header .block--faq__title {
  color: #3a3a3a;
}

.block--faq--header .block--faq__title::after {
  background: #3a3a3a;
}

.block--faq--black .block--faq__title {
  color: #5a5a5a;
}

.block--faq--black .block--faq__title::after {
  background: #5a5a5a;
}

.block--faq--white .block--faq__title {
  color: #fff;
}

.block--faq--white .block--faq__title::after {
  background: #fff;
}

.block--faq--green .block--faq__title {
  color: #5d7f75;
}

.block--faq--green .block--faq__title::after {
  background: #5d7f75;
}

.block--faq--yellow .block--faq__title {
  color: #Fcdb1d;
}

.block--faq--yellow .block--faq__title::after {
  background: #Fcdb1d;
}

.block--faq--blue .block--faq__title {
  color: #6885a6;
}

.block--faq--blue .block--faq__title::after {
  background: #6885a6;
}

.block--faq--lime .block--faq__title {
  color: #8aB55e;
}

.block--faq--lime .block--faq__title::after {
  background: #8aB55e;
}

.block--faq--aqua .block--faq__title {
  color: #65b09d;
}

.block--faq--aqua .block--faq__title::after {
  background: #65b09d;
}

.block--faq--cream .block--faq__title {
  color: #eeefe6;
}

.block--faq--cream .block--faq__title::after {
  background: #eeefe6;
}

.block--faq--gold .block--faq__title {
  color: #c19855;
}

.block--faq--gold .block--faq__title::after {
  background: #c19855;
}

.block--faq--twitter .block--faq__title {
  color: #1da1f2;
}

.block--faq--twitter .block--faq__title::after {
  background: #1da1f2;
}

.block--faq--facebook .block--faq__title {
  color: #3b5998;
}

.block--faq--facebook .block--faq__title::after {
  background: #3b5998;
}

.block--faq--youtube .block--faq__title {
  color: #ff0000;
}

.block--faq--youtube .block--faq__title::after {
  background: #ff0000;
}

.block--faq--linkedin .block--faq__title {
  color: #0077b5;
}

.block--faq--linkedin .block--faq__title::after {
  background: #0077b5;
}

.block--faq--instagram .block--faq__title {
  color: #405de6;
}

.block--faq--instagram .block--faq__title::after {
  background: #405de6;
}

.block--faq--email .block--faq__title {
  color: #c19855;
}

.block--faq--email .block--faq__title::after {
  background: #c19855;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/

/* pswp = photoswipe */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
     transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: -o-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -o-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*
	
	1. Buttons

 */

/* <button> css reset */

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (-o-min-device-pixel-ratio: 35/32), (min-resolution: 105dpi), (-o-min-device-pixel-ratio: 11/10), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY0IiBoZWlnaHQ9Ijg4IiB2aWV3Qm94PSIwIDAgMjY0IDg4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5kZWZhdWx0LXNraW4gMjwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Zz48cGF0aCBkPSJNNjcuMDAyIDU5LjV2My43NjhjLTYuMzA3Ljg0LTkuMTg0IDUuNzUtMTAuMDAyIDkuNzMyIDIuMjItMi44MyA1LjU2NC01LjA5OCAxMC4wMDItNS4wOThWNzEuNUw3MyA2NS41ODUgNjcuMDAyIDU5LjV6IiBpZD0iU2hhcGUiIGZpbGw9IiNmZmYiLz48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTMgMjl2LTVoMnYzaDN2MmgtNXpNMTMgMTVoNXYyaC0zdjNoLTJ2LTV6TTMxIDE1djVoLTJ2LTNoLTN2LTJoNXpNMzEgMjloLTV2LTJoM3YtM2gydjV6IiBpZD0iU2hhcGUiLz48L2c+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTYyIDI0djVoLTJ2LTNoLTN2LTJoNXpNNjIgMjBoLTV2LTJoM3YtM2gydjV6TTcwIDIwdi01aDJ2M2gzdjJoLTV6TTcwIDI0aDV2MmgtM3YzaC0ydi01eiIvPjwvZz48cGF0aCBkPSJNMjAuNTg2IDY2bC01LjY1Ni01LjY1NiAxLjQxNC0xLjQxNEwyMiA2NC41ODZsNS42NTYtNS42NTYgMS40MTQgMS40MTRMMjMuNDE0IDY2bDUuNjU2IDUuNjU2LTEuNDE0IDEuNDE0TDIyIDY3LjQxNGwtNS42NTYgNS42NTYtMS40MTQtMS40MTRMMjAuNTg2IDY2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMTEuNzg1IDY1LjAzTDExMCA2My41bDMtMy41aC0xMHYtMmgxMGwtMy0zLjUgMS43ODUtMS40NjhMMTE3IDU5bC01LjIxNSA2LjAzeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNTIuMjE1IDY1LjAzTDE1NCA2My41bC0zLTMuNWgxMHYtMmgtMTBsMy0zLjUtMS43ODUtMS40NjhMMTQ3IDU5bDUuMjE1IDYuMDN6IiBmaWxsPSIjZmZmIi8+PGc+PHBhdGggaWQ9IlJlY3RhbmdsZS0xMSIgZmlsbD0iI2ZmZiIgZD0iTTE2MC45NTcgMjguNTQzbC0zLjI1LTMuMjUtMS40MTMgMS40MTQgMy4yNSAzLjI1eiIvPjxwYXRoIGQ9Ik0xNTIuNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIGlkPSJPdmFsLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUwIDIxaDV2MWgtNXoiLz48L2c+PGc+PHBhdGggZD0iTTExNi45NTcgMjguNTQzbC0xLjQxNCAxLjQxNC0zLjI1LTMuMjUgMS40MTQtMS40MTQgMy4yNSAzLjI1eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMDguNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA2IDIxaDV2MWgtNXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA5LjA0MyAxOS4wMDhsLS4wODUgNS0xLS4wMTcuMDg1LTV6Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
       -o-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	4. Caption

 */

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
       -o-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
       -o-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes clockwise {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-o-keyframes donut-rotate {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }

  50% {
    -o-transform: rotate(-140deg);
       transform: rotate(-140deg);
  }

  100% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
         -o-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
}

/*
	
	6. Additional styles

 */

/* root element of UI */

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.block--gallery {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* stylelint-enable */
}

.block--gallery__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.block--gallery__image {
  margin: 16px 0;
  width: 229px;
}

@media (max-width: 46.24em) {
  .block--gallery__image {
    width: 100%;
    height: auto;
  }

  .block--gallery__image:nth-child(n+5) {
    display: none;
  }
}

.block--gallery__image__img {
  width: 100%;
  height: 229px;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 46.25em) {
  .block--gallery {
    /* stylelint-disable */
  }

  *:not(:only-child) > .block--gallery .block--gallery__image:nth-child(n+4) {
    display: none;
  }

  *:not(:only-child) > .block--gallery .block--gallery__image:nth-child(4n):last-child {
    width: 100%;
  }

  *:not(:only-child) > .block--gallery .block--gallery__image:nth-child(5n):last-child,
  *:not(:only-child) > .block--gallery .block--gallery__image:nth-child(4n):nth-last-child(2) {
    width: calc(50% - 32px);
  }

  *:only-child > .block--gallery .block--gallery__image {
    width: calc(25% - 32px);
  }

  *:only-child > .block--gallery .block--gallery__image:nth-child(n+7) {
    display: block;
  }

  *:only-child > .block--gallery .block--gallery__image:nth-child(n+5) {
    display: none;
  }

  *:only-child > .block--gallery .block--gallery__image:nth-child(5n):last-child {
    width: 100%;
  }

  *:only-child > .block--gallery .block--gallery__image:nth-child(6n):last-child,
  *:only-child > .block--gallery .block--gallery__image:nth-child(5n):nth-last-child(2) {
    width: calc(50% - 32px);
  }

  *:only-child > .block--gallery .block--gallery__image:nth-child(7n):last-child,
  *:only-child > .block--gallery .block--gallery__image:nth-child(6n):nth-last-child(2),
  *:only-child > .block--gallery .block--gallery__image:nth-child(5n):nth-last-child(3) {
    width: calc(33.33% - 32px);
  }
}

.block--gallery .btn--gallery {
  cursor: pointer;
}

.block--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block--half__side {
  width: calc(50% - 16px);
  max-width: 100%;
  margin: 24px 0;
  padding: 0;
}

@media (max-width: 61.24em) {
  .block--half__side {
    width: 100%;
  }
}

.block--half__side__image {
  width: 100%;
  height: 444px;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}

.block--half__side__card {
  width: 412px;
  max-width: 90%;
  position: relative;
  margin: -91px auto 0 auto;
  background-color: #fff;
  display: block;
  z-index: 5;
  padding: 1rem 2rem;
  text-align: center;
  -webkit-box-shadow: 8px -5px 28px 3px rgba(128, 128, 128, 0.1);
          box-shadow: 8px -5px 28px 3px rgba(128, 128, 128, 0.1);
}

.block--half__side__title {
  font-size: 1.625rem;
  color: #5d7f75;
  margin: 0 0 16px 0;
  padding: 0;
}

.block--half__side__title a {
  color: #5d7f75;
  text-decoration: none;
}

.block--half__side__title a:hover {
  text-decoration: underline;
}

.block--half__side__body {
  margin: 0 0 16px 0;
  text-align: left;
}

.block--half__side:only-child {
  width: 100%;
}

.block--half__side:only-child__card {
  width: 531px;
  width: calc(100% - 236px);
}

@media (max-width: 46.24em) {
  .block--half__side:only-child .block--half__side__image {
    height: 222px;
  }
}

.block--half > *:not(:only-child) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

*:not(:only-child) > .block--half .block--half__side__image {
  height: 335px;
}

*:not(:only-child) > .block--half .block--half__side:not(:only-child) {
  width: calc(50% - 16px);
}

*:not(:only-child) > .block--half .block--half__side:not(:only-child) .block--half__side__card {
  width: 282px;
}

@media (min-width: 46.25em) {
  .block--half .block--half__side:first-child:nth-last-child(3),
  .block--half .block--half__side:first-child:nth-last-child(3) ~ .block--half__side {
    width: calc(33% - 16px);
  }

  .block--half .block--half__side:first-child:nth-last-child(3) .block--half__side__image,
  .block--half .block--half__side:first-child:nth-last-child(3) ~ .block--half__side .block--half__side__image {
    height: 320px;
  }

  *:not(:only-child) > .block--half .block--half__side:first-child:nth-last-child(3) .btn,
  *:not(:only-child) > .block--half .block--half__side:first-child:nth-last-child(3) .js-wpml-ls-item-toggle,
  *:not(:only-child) > .block--half .block--half__side:first-child:nth-last-child(3) .wpml-ls-legacy-list-horizontal,
  *:not(:only-child) > .block--half .block--half__side:first-child:nth-last-child(3) ~ .block--half__side .btn,
  *:not(:only-child) > .block--half .block--half__side:first-child:nth-last-child(3) ~ .block--half__side .js-wpml-ls-item-toggle,
  *:not(:only-child) > .block--half .block--half__side:first-child:nth-last-child(3) ~ .block--half__side .wpml-ls-legacy-list-horizontal {
    margin: 0;
    width: 100%;
    min-width: 0;
  }
}

.block--quotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block--quotes__title {
  color: #5d7f75;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  padding: 0 0 27px 0;
  position: relative;
  margin-bottom: 18px;
  display: block;
  width: 100%;
}

.block--quotes__title::after {
  content: "";
  height: 4px;
  width: 110px;
  background: #5d7f75;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

*:only-child > .block--quotes .block--quotes__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

*:only-child > .block--quotes .block--quotes__title::after {
  left: calc(50% - 55px);
  right: calc(50% - 55px);
}

.block--quotes__quote {
  width: 356px;
  margin: 0;
  padding: 24px 0;
}

.block--quotes__quote:only-of-type {
  width: 100%;
}

.block--quotes__quote__copy {
  font-style: italic;
  font-weight: 600;
  font-size: 1.375rem;
  color: #5d7f75;
  font-family: "Muli", sans-serif;
}

.block--quotes__quote__quoted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px;
}

.block--quotes__quote__quoted__avatar {
  width: 60px;
  height: 60px;
  padding: 3px;
  border-radius: 50%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 2px solid #5d7f75;
  margin: 0 8px 0 0;
}

.block--quotes__quote__quoted__name {
  display: inline-block;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Barlow Condensed", sans-serif;
}

.block--quotes--header .block--quotes__quote__title {
  color: #3a3a3a;
}

.block--quotes--header .block--quotes__quote__title::after {
  background: #3a3a3a;
}

.block--quotes--header .block--quotes__quote__copy {
  color: #3a3a3a;
}

.block--quotes--header .block--quotes__quote__quoted__avatar {
  border-color: #3a3a3a;
}

.block--quotes--black .block--quotes__quote__title {
  color: #5a5a5a;
}

.block--quotes--black .block--quotes__quote__title::after {
  background: #5a5a5a;
}

.block--quotes--black .block--quotes__quote__copy {
  color: #5a5a5a;
}

.block--quotes--black .block--quotes__quote__quoted__avatar {
  border-color: #5a5a5a;
}

.block--quotes--white .block--quotes__quote__title {
  color: #fff;
}

.block--quotes--white .block--quotes__quote__title::after {
  background: #fff;
}

.block--quotes--white .block--quotes__quote__copy {
  color: #fff;
}

.block--quotes--white .block--quotes__quote__quoted__avatar {
  border-color: #fff;
}

.block--quotes--green .block--quotes__quote__title {
  color: #5d7f75;
}

.block--quotes--green .block--quotes__quote__title::after {
  background: #5d7f75;
}

.block--quotes--green .block--quotes__quote__copy {
  color: #5d7f75;
}

.block--quotes--green .block--quotes__quote__quoted__avatar {
  border-color: #5d7f75;
}

.block--quotes--yellow .block--quotes__quote__title {
  color: #Fcdb1d;
}

.block--quotes--yellow .block--quotes__quote__title::after {
  background: #Fcdb1d;
}

.block--quotes--yellow .block--quotes__quote__copy {
  color: #Fcdb1d;
}

.block--quotes--yellow .block--quotes__quote__quoted__avatar {
  border-color: #Fcdb1d;
}

.block--quotes--blue .block--quotes__quote__title {
  color: #6885a6;
}

.block--quotes--blue .block--quotes__quote__title::after {
  background: #6885a6;
}

.block--quotes--blue .block--quotes__quote__copy {
  color: #6885a6;
}

.block--quotes--blue .block--quotes__quote__quoted__avatar {
  border-color: #6885a6;
}

.block--quotes--lime .block--quotes__quote__title {
  color: #8aB55e;
}

.block--quotes--lime .block--quotes__quote__title::after {
  background: #8aB55e;
}

.block--quotes--lime .block--quotes__quote__copy {
  color: #8aB55e;
}

.block--quotes--lime .block--quotes__quote__quoted__avatar {
  border-color: #8aB55e;
}

.block--quotes--aqua .block--quotes__quote__title {
  color: #65b09d;
}

.block--quotes--aqua .block--quotes__quote__title::after {
  background: #65b09d;
}

.block--quotes--aqua .block--quotes__quote__copy {
  color: #65b09d;
}

.block--quotes--aqua .block--quotes__quote__quoted__avatar {
  border-color: #65b09d;
}

.block--quotes--cream .block--quotes__quote__title {
  color: #eeefe6;
}

.block--quotes--cream .block--quotes__quote__title::after {
  background: #eeefe6;
}

.block--quotes--cream .block--quotes__quote__copy {
  color: #eeefe6;
}

.block--quotes--cream .block--quotes__quote__quoted__avatar {
  border-color: #eeefe6;
}

.block--quotes--gold .block--quotes__quote__title {
  color: #c19855;
}

.block--quotes--gold .block--quotes__quote__title::after {
  background: #c19855;
}

.block--quotes--gold .block--quotes__quote__copy {
  color: #c19855;
}

.block--quotes--gold .block--quotes__quote__quoted__avatar {
  border-color: #c19855;
}

.block--quotes--twitter .block--quotes__quote__title {
  color: #1da1f2;
}

.block--quotes--twitter .block--quotes__quote__title::after {
  background: #1da1f2;
}

.block--quotes--twitter .block--quotes__quote__copy {
  color: #1da1f2;
}

.block--quotes--twitter .block--quotes__quote__quoted__avatar {
  border-color: #1da1f2;
}

.block--quotes--facebook .block--quotes__quote__title {
  color: #3b5998;
}

.block--quotes--facebook .block--quotes__quote__title::after {
  background: #3b5998;
}

.block--quotes--facebook .block--quotes__quote__copy {
  color: #3b5998;
}

.block--quotes--facebook .block--quotes__quote__quoted__avatar {
  border-color: #3b5998;
}

.block--quotes--youtube .block--quotes__quote__title {
  color: #ff0000;
}

.block--quotes--youtube .block--quotes__quote__title::after {
  background: #ff0000;
}

.block--quotes--youtube .block--quotes__quote__copy {
  color: #ff0000;
}

.block--quotes--youtube .block--quotes__quote__quoted__avatar {
  border-color: #ff0000;
}

.block--quotes--linkedin .block--quotes__quote__title {
  color: #0077b5;
}

.block--quotes--linkedin .block--quotes__quote__title::after {
  background: #0077b5;
}

.block--quotes--linkedin .block--quotes__quote__copy {
  color: #0077b5;
}

.block--quotes--linkedin .block--quotes__quote__quoted__avatar {
  border-color: #0077b5;
}

.block--quotes--instagram .block--quotes__quote__title {
  color: #405de6;
}

.block--quotes--instagram .block--quotes__quote__title::after {
  background: #405de6;
}

.block--quotes--instagram .block--quotes__quote__copy {
  color: #405de6;
}

.block--quotes--instagram .block--quotes__quote__quoted__avatar {
  border-color: #405de6;
}

.block--quotes--email .block--quotes__quote__title {
  color: #c19855;
}

.block--quotes--email .block--quotes__quote__title::after {
  background: #c19855;
}

.block--quotes--email .block--quotes__quote__copy {
  color: #c19855;
}

.block--quotes--email .block--quotes__quote__quoted__avatar {
  border-color: #c19855;
}

*:not(:only-child) > .block--quotes {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-side_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

*:only-child > .block-side_image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-side_image__image-container {
  position: relative;
  display: block;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 50%;
  height: 254px;
}

@media (min-width: 61.25em) {
  .block-side_image__image-container {
    max-width: 319px;
  }
}

.block-side_image__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block-side_image__content {
  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-item-align: center;
      align-self: center;
  padding: 0 0 0 37px;
}

@media (min-width: 61.25em) {
  .block-side_image__content {
    max-width: 571px;
  }
}

.block-side_image__title {
  width: 100%;
  color: #5d7f75;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  padding: 0 0 27px 0;
  position: relative;
  margin: 0;
  margin-bottom: 22px;
}

.block-side_image__title > a {
  color: #5d7f75;
  text-decoration: none;
}

.block-side_image__title > a:hover {
  text-decoration: underline;
}

.block-side_image__title::after {
  content: "";
  height: 4px;
  width: 109px;
  background: #5d7f75;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.block-side_image--header .block-side_image__title {
  color: #3a3a3a;
}

.block-side_image--header .block-side_image__title::after {
  background: #3a3a3a;
}

.block-side_image--black .block-side_image__title {
  color: #5a5a5a;
}

.block-side_image--black .block-side_image__title::after {
  background: #5a5a5a;
}

.block-side_image--white .block-side_image__title {
  color: #fff;
}

.block-side_image--white .block-side_image__title::after {
  background: #fff;
}

.block-side_image--green .block-side_image__title {
  color: #5d7f75;
}

.block-side_image--green .block-side_image__title::after {
  background: #5d7f75;
}

.block-side_image--yellow .block-side_image__title {
  color: #Fcdb1d;
}

.block-side_image--yellow .block-side_image__title::after {
  background: #Fcdb1d;
}

.block-side_image--blue .block-side_image__title {
  color: #6885a6;
}

.block-side_image--blue .block-side_image__title::after {
  background: #6885a6;
}

.block-side_image--lime .block-side_image__title {
  color: #8aB55e;
}

.block-side_image--lime .block-side_image__title::after {
  background: #8aB55e;
}

.block-side_image--aqua .block-side_image__title {
  color: #65b09d;
}

.block-side_image--aqua .block-side_image__title::after {
  background: #65b09d;
}

.block-side_image--cream .block-side_image__title {
  color: #eeefe6;
}

.block-side_image--cream .block-side_image__title::after {
  background: #eeefe6;
}

.block-side_image--gold .block-side_image__title {
  color: #c19855;
}

.block-side_image--gold .block-side_image__title::after {
  background: #c19855;
}

.block-side_image--twitter .block-side_image__title {
  color: #1da1f2;
}

.block-side_image--twitter .block-side_image__title::after {
  background: #1da1f2;
}

.block-side_image--facebook .block-side_image__title {
  color: #3b5998;
}

.block-side_image--facebook .block-side_image__title::after {
  background: #3b5998;
}

.block-side_image--youtube .block-side_image__title {
  color: #ff0000;
}

.block-side_image--youtube .block-side_image__title::after {
  background: #ff0000;
}

.block-side_image--linkedin .block-side_image__title {
  color: #0077b5;
}

.block-side_image--linkedin .block-side_image__title::after {
  background: #0077b5;
}

.block-side_image--instagram .block-side_image__title {
  color: #405de6;
}

.block-side_image--instagram .block-side_image__title::after {
  background: #405de6;
}

.block-side_image--email .block-side_image__title {
  color: #c19855;
}

.block-side_image--email .block-side_image__title::after {
  background: #c19855;
}

.block-side_image__body {
  width: 100%;
  margin: 0;
  margin-bottom: 22px;
}

.block-side_image__buttons {
  width: 100%;
}

.block-side_image__buttons .btn:first-child,
.block-side_image__buttons .js-wpml-ls-item-toggle:first-child,
.block-side_image__buttons .wpml-ls-legacy-list-horizontal:first-child {
  margin-left: 0;
}

.block-side_image__buttons .btn:last-child,
.block-side_image__buttons .js-wpml-ls-item-toggle:last-child,
.block-side_image__buttons .wpml-ls-legacy-list-horizontal:last-child {
  margin-right: 0;
}

@media (min-width: 61.25em) {
  .block-side_image[image-on-left="false"] .block-side_image__image-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .block-side_image[image-on-left="false"] .block-side_image__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: left;
    padding: 0 37px 0 0;
  }
}

@media (max-width: 61.24em) {
  .block-side_image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .block-side_image__content,
  .block-side_image__image-container {
    width: 100%;
    padding: 16px 0;
    margin: 0;
  }

  .block-side_image__image-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .block-side_image__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 16px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .block-side_image__title {
    width: 100%;
    padding: 16px;
  }

  .block-side_image__title::after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.block--simple-related__title {
  color: #5d7f75;
  font-size: 2rem;
  text-align: center;
}

.block--simple-related__title::after {
  width: 109px;
  height: 4px;
  background: #5d7f75;
  display: block;
  margin: 26px auto;
  font-weight: 600;
  content: "";
}

.block--simple-related--header .block--simple-related__title {
  color: #3a3a3a;
}

.block--simple-related--header .block--simple-related__title::after {
  background: #3a3a3a;
}

.block--simple-related--black .block--simple-related__title {
  color: #5a5a5a;
}

.block--simple-related--black .block--simple-related__title::after {
  background: #5a5a5a;
}

.block--simple-related--white .block--simple-related__title {
  color: #fff;
}

.block--simple-related--white .block--simple-related__title::after {
  background: #fff;
}

.block--simple-related--green .block--simple-related__title {
  color: #5d7f75;
}

.block--simple-related--green .block--simple-related__title::after {
  background: #5d7f75;
}

.block--simple-related--yellow .block--simple-related__title {
  color: #Fcdb1d;
}

.block--simple-related--yellow .block--simple-related__title::after {
  background: #Fcdb1d;
}

.block--simple-related--blue .block--simple-related__title {
  color: #6885a6;
}

.block--simple-related--blue .block--simple-related__title::after {
  background: #6885a6;
}

.block--simple-related--lime .block--simple-related__title {
  color: #8aB55e;
}

.block--simple-related--lime .block--simple-related__title::after {
  background: #8aB55e;
}

.block--simple-related--aqua .block--simple-related__title {
  color: #65b09d;
}

.block--simple-related--aqua .block--simple-related__title::after {
  background: #65b09d;
}

.block--simple-related--cream .block--simple-related__title {
  color: #eeefe6;
}

.block--simple-related--cream .block--simple-related__title::after {
  background: #eeefe6;
}

.block--simple-related--gold .block--simple-related__title {
  color: #c19855;
}

.block--simple-related--gold .block--simple-related__title::after {
  background: #c19855;
}

.block--simple-related--twitter .block--simple-related__title {
  color: #1da1f2;
}

.block--simple-related--twitter .block--simple-related__title::after {
  background: #1da1f2;
}

.block--simple-related--facebook .block--simple-related__title {
  color: #3b5998;
}

.block--simple-related--facebook .block--simple-related__title::after {
  background: #3b5998;
}

.block--simple-related--youtube .block--simple-related__title {
  color: #ff0000;
}

.block--simple-related--youtube .block--simple-related__title::after {
  background: #ff0000;
}

.block--simple-related--linkedin .block--simple-related__title {
  color: #0077b5;
}

.block--simple-related--linkedin .block--simple-related__title::after {
  background: #0077b5;
}

.block--simple-related--instagram .block--simple-related__title {
  color: #405de6;
}

.block--simple-related--instagram .block--simple-related__title::after {
  background: #405de6;
}

.block--simple-related--email .block--simple-related__title {
  color: #c19855;
}

.block--simple-related--email .block--simple-related__title::after {
  background: #c19855;
}

.block--simple-related__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block--simple-related__page {
  width: 356px;
  padding: 20px 50px;
  margin: 14px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.1);
}

.block--simple-related__page__title {
  font-size: 1.625rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

.block--simple-related__page:nth-child(3n) {
  background: #6885a6;
}

.block--simple-related__page:nth-child(3n-1) {
  background: #8aB55e;
}

.block--simple-related__page:nth-child(3n-2) {
  background: #65b09d;
}

@media (max-width: 61.24em) {
  .block--simple-related__page {
    width: 100%;
  }
}

*:not(:only-child) > .block--simple-related .block--simple-related__page {
  width: 350px;
}

@media (max-width: 61.24em) {
  *:not(:only-child) > .block--simple-related .block--simple-related__page {
    width: 100%;
  }
}

.block--snippet {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.block--snippet__title {
  color: #5d7f75;
  font-size: 2rem;
}

.block--snippet__title::after {
  width: 109px;
  height: 4px;
  background: #5d7f75;
  display: block;
  margin: 26px 0;
  font-weight: 600;
  content: "";
}

.block--snippet__body {
  color: #5a5a5a;
  font-size: 1rem;
}

.block--snippet .btn,
.block--snippet .js-wpml-ls-item-toggle,
.block--snippet .wpml-ls-legacy-list-horizontal {
  margin-left: 0;
}

.block--snippet--header .block--snippet__title {
  color: #3a3a3a;
}

.block--snippet--header .block--snippet__title::after {
  background: #3a3a3a;
}

.block--snippet--black .block--snippet__title {
  color: #5a5a5a;
}

.block--snippet--black .block--snippet__title::after {
  background: #5a5a5a;
}

.block--snippet--white .block--snippet__title {
  color: #fff;
}

.block--snippet--white .block--snippet__title::after {
  background: #fff;
}

.block--snippet--green .block--snippet__title {
  color: #5d7f75;
}

.block--snippet--green .block--snippet__title::after {
  background: #5d7f75;
}

.block--snippet--yellow .block--snippet__title {
  color: #Fcdb1d;
}

.block--snippet--yellow .block--snippet__title::after {
  background: #Fcdb1d;
}

.block--snippet--blue .block--snippet__title {
  color: #6885a6;
}

.block--snippet--blue .block--snippet__title::after {
  background: #6885a6;
}

.block--snippet--lime .block--snippet__title {
  color: #8aB55e;
}

.block--snippet--lime .block--snippet__title::after {
  background: #8aB55e;
}

.block--snippet--aqua .block--snippet__title {
  color: #65b09d;
}

.block--snippet--aqua .block--snippet__title::after {
  background: #65b09d;
}

.block--snippet--cream .block--snippet__title {
  color: #eeefe6;
}

.block--snippet--cream .block--snippet__title::after {
  background: #eeefe6;
}

.block--snippet--gold .block--snippet__title {
  color: #c19855;
}

.block--snippet--gold .block--snippet__title::after {
  background: #c19855;
}

.block--snippet--twitter .block--snippet__title {
  color: #1da1f2;
}

.block--snippet--twitter .block--snippet__title::after {
  background: #1da1f2;
}

.block--snippet--facebook .block--snippet__title {
  color: #3b5998;
}

.block--snippet--facebook .block--snippet__title::after {
  background: #3b5998;
}

.block--snippet--youtube .block--snippet__title {
  color: #ff0000;
}

.block--snippet--youtube .block--snippet__title::after {
  background: #ff0000;
}

.block--snippet--linkedin .block--snippet__title {
  color: #0077b5;
}

.block--snippet--linkedin .block--snippet__title::after {
  background: #0077b5;
}

.block--snippet--instagram .block--snippet__title {
  color: #405de6;
}

.block--snippet--instagram .block--snippet__title::after {
  background: #405de6;
}

.block--snippet--email .block--snippet__title {
  color: #c19855;
}

.block--snippet--email .block--snippet__title::after {
  background: #c19855;
}

.block--sub-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 882px;
}

.block--sub-pages__page {
  min-height: 128px;
  margin: 24px 24px;
  width: 393px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block--sub-pages__page__image {
  width: 201px;
  height: 128px;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  float: left;
}

.block--sub-pages__page__title {
  width: 100%;
  font-size: 1.625rem;
  color: #5a5a5a;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

.block--sub-pages__page__title a {
  color: #5d7f75;
  text-decoration: none;
}

.block--sub-pages__page__title a:hover {
  text-decoration: underline;
}

.block--sub-pages__page__content {
  padding-left: 23px;
  width: calc(100% - 201px);
}

.block--sub-pages__page .btn,
.block--sub-pages__page .js-wpml-ls-item-toggle,
.block--sub-pages__page .wpml-ls-legacy-list-horizontal {
  margin: 0;
}

@media (max-width: 57.0525em) {
  .block--sub-pages {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 46.24em) {
  .block--sub-pages .block--sub-pages__page__content {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .block--sub-pages .block--sub-pages__page__image {
    width: 100%;
  }
}

.external_resource_cta .btn,
.external_resource_cta .js-wpml-ls-item-toggle,
.external_resource_cta .wpml-ls-legacy-list-horizontal {
  margin: 4px 0px;
}

.external_resource_description {
  margin-top: 2rem;
}

.external_resource_description .cat-header {
  font-weight: bold;
  font-style: italic;
}

.block--latest-posts {
  margin-bottom: 0;
}

.block--latest-posts__title {
  margin-top: 0;
  padding-top: 0;
  font-size: 3.5rem;
  color: #5d7f75;
  text-align: center;
}

.block--latest-posts__title a {
  color: inherit;
  text-decoration: none;
}

.block--latest-posts__title::after {
  width: 144px;
  height: 4px;
  background: #5d7f75;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--latest-posts__post {
  width: 340px;
  font-size: 1rem;
  margin-bottom: 4rem;
}

@media (max-width: 46.24em) {
  .block--latest-posts__post {
    width: 100%;
  }
}

.block--latest-posts__post .btn,
.block--latest-posts__post .js-wpml-ls-item-toggle,
.block--latest-posts__post .wpml-ls-legacy-list-horizontal {
  margin-left: 2rem;
}

@media (max-width: 71.865em) {
  .block--latest-posts__post .btn,
  .block--latest-posts__post .js-wpml-ls-item-toggle,
  .block--latest-posts__post .wpml-ls-legacy-list-horizontal {
    margin-left: 0;
  }
}

.block--latest-posts__post__body,
.block--featured-news__body {
  min-height: 112px;
  padding: 0 0 0 2rem;
}

@media (max-width: 71.865em) {
  .block--latest-posts__post__body,
  .block--featured-news__body {
    padding: 0;
  }
}

.block--latest-posts__post__date,
.block--featured-news__date {
  text-transform: uppercase;
  padding: 0 0 0.66667rem;
  font-weight: 600;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.875rem;
  color: #676767;
}

.block--latest-posts__post .block--offset {
  min-height: 340px;
  width: 100%;
}

.block--latest-posts__post .block--offset__background {
  width: calc(100% - 2rem);
  left: 2rem;
  position: relative;
}

@media (max-width: 71.865em) {
  .block--latest-posts__post .block--offset__background {
    left: 0;
    width: 100%;
  }
}

.block--latest-posts__post .block--offset__card {
  max-width: calc(100% - 2rem);
  padding: 18px 2rem;
  min-height: 105px;
  border: none;
}

@media (max-width: 61.24em) {
  .block--latest-posts__post .block--offset__card {
    padding: 18px;
  }
}

@media (max-width: 71.865em) {
  .block--latest-posts__post .block--offset__card {
    max-width: 100%;
  }
}

.block--latest-posts__post.hidden {
  display: none;
}

.block--latest-posts__post[post-color='yellow'] .event-type-blob {
  margin-right: 32px;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--latest-posts__post[post-color='yellow'] .event-type-blob::after {
  background: #fcdb1d;
  padding: 8px;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 4px;
  border-radius: 50%;
}

.block--latest-posts__post[post-color='orange'] .event-type-blob {
  margin-right: 32px;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--latest-posts__post[post-color='orange'] .event-type-blob::after {
  background: #e98d00;
  padding: 8px;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 4px;
  border-radius: 50%;
}

.block--latest-posts__post[post-color='primary-green'] .event-type-blob {
  margin-right: 32px;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--latest-posts__post[post-color='primary-green'] .event-type-blob::after {
  background: #5d7f75;
  padding: 8px;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 4px;
  border-radius: 50%;
}

.block--latest-posts__post[post-color='jungle-green'] .event-type-blob {
  margin-right: 32px;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--latest-posts__post[post-color='jungle-green'] .event-type-blob::after {
  background: #8ab55e;
  padding: 8px;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 4px;
  border-radius: 50%;
}

.block--latest-posts__post[post-color='lilac'] .event-type-blob {
  margin-right: 32px;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--latest-posts__post[post-color='lilac'] .event-type-blob::after {
  background: #8aa1bb;
  padding: 8px;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 4px;
  border-radius: 50%;
}

.block--latest-posts__post[post-color='purple'] .event-type-blob {
  margin-right: 32px;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--latest-posts__post[post-color='purple'] .event-type-blob::after {
  background: #7361ea;
  padding: 8px;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 4px;
  border-radius: 50%;
}

.block--latest-posts__post[post-color='light-blue'] .event-type-blob {
  margin-right: 32px;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--latest-posts__post[post-color='light-blue'] .event-type-blob::after {
  background: #badaff;
  padding: 8px;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 4px;
  border-radius: 50%;
}

.block--latest-posts__post[post-color='gold'] .event-type-blob {
  margin-right: 32px;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--latest-posts__post[post-color='gold'] .event-type-blob::after {
  background: #dcc297;
  padding: 8px;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 4px;
  border-radius: 50%;
}

.block--latest-posts__post[post-color='teal'] .event-type-blob {
  margin-right: 32px;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--latest-posts__post[post-color='teal'] .event-type-blob::after {
  background: #506e8f;
  padding: 8px;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 4px;
  border-radius: 50%;
}

.block--latest-posts__post[post-color='pink'] .event-type-blob {
  margin-right: 32px;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--latest-posts__post[post-color='pink'] .event-type-blob::after {
  background: #ff62b9;
  padding: 8px;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 4px;
  border-radius: 50%;
}

.block--latest-posts__post[post-color='red'] .event-type-blob {
  margin-right: 32px;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--latest-posts__post[post-color='red'] .event-type-blob::after {
  background: #d0021b;
  padding: 8px;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 4px;
  border-radius: 50%;
}

.block--latest-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block--latest-posts .block--offset__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--latest-posts--underline .block--latest-posts__list .block--latest-posts__post .block--offset .block--offset__card {
  background: #fff;
}

.block--latest-posts--underline .block--latest-posts__list .block--latest-posts__post .block--offset .block--offset__card .block--offset__title--no-underline {
  color: #5d7f75;
}

.block--latest-posts--underline .block--latest-posts__list > .block--latest-posts__post:nth-child(3n-2) .block--offset .block--offset__card {
  border-bottom: 4px solid #65b09d;
}

.block--latest-posts--underline .block--latest-posts__list > .block--latest-posts__post:nth-child(3n-1) .block--offset .block--offset__card {
  border-bottom: 4px solid #5d7f75;
}

.block--latest-posts--underline .block--latest-posts__list > .block--latest-posts__post:nth-child(3n) .block--offset .block--offset__card {
  border-bottom: 4px solid #6885a6;
}

.block--latest-posts--color .block--latest-posts__list > .block--latest-posts__post:nth-child(3n-2) .block--offset .block--offset__card {
  background: #65b09d;
}

.block--latest-posts--color .block--latest-posts__list > .block--latest-posts__post:nth-child(3n) .block--offset .block--offset__card {
  background: #6885a6;
}

.nav-links {
  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;
  padding: 4rem 16px;
}

.page-numbers:not(.next):not(.prev) {
  font-size: 0;
  text-decoration: none;
  color: rgba(138, 181, 94, 0.5);
  margin: -3px 2px 0;
}

.page-numbers:not(.next):not(.prev)::after {
  content: "\25CF";
  font-size: 2rem;
}

.page-numbers:not(.next):not(.prev).current {
  color: #5d7f75;
}

.page-numbers:not(.next):not(.prev)[href]:hover {
  color: #8aB55e;
}

.next,
.prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5d7f75;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0 8px;
  font-family: "Muli", sans-serif;
}

.next:hover,
.prev:hover {
  color: #8aB55e;
}

.next::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNTYgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTYgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzVEN0Y3NTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMjQuMywyNzNsLTEzNiwxMzZjLTkuNCw5LjQtMjQuNiw5LjQtMzMuOSwwbC0yMi42LTIyLjZjLTkuNC05LjQtOS40LTI0LjYsMC0zMy45bDk2LjQtOTYuNGwtOTYuNC05Ni40CgljLTkuNC05LjQtOS40LTI0LjYsMC0zMy45TDU0LjMsMTAzYzkuNC05LjQsMjQuNi05LjQsMzMuOSwwbDEzNiwxMzZDMjMzLjcsMjQ4LjQsMjMzLjcsMjYzLjYsMjI0LjMsMjczeiIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  content: '';
  display: inline-block;
  margin-left: 8px;
  font-size: 1rem;
}

.prev::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNTYgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTYgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzVEN0Y3NTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMS43LDIzOWwxMzYtMTM2YzkuNC05LjQsMjQuNi05LjQsMzMuOSwwbDIyLjYsMjIuNmM5LjQsOS40LDkuNCwyNC42LDAsMzMuOUwxMjcuOSwyNTZsOTYuNCw5Ni40CgljOS40LDkuNCw5LjQsMjQuNiwwLDMzLjlMMjAxLjcsNDA5Yy05LjQsOS40LTI0LjYsOS40LTMzLjksMGwtMTM2LTEzNkMyMi4zLDI2My42LDIyLjMsMjQ4LjQsMzEuNywyMzlMMzEuNywyMzl6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  content: '';
  display: inline-block;
  margin-right: 8px;
  font-size: 1rem;
}

.block--offset {
  position: relative;
}

.block--offset__background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 46.25em) {
  .block--offset__background {
    width: calc(100% - 27px);
    height: calc(100% - 86px);
    left: 27px;
  }
}

.block--offset__background,
.block--offset__background img {
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block--offset__background img {
  width: 100%;
  height: 250px;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}

.block--offset__card {
  width: 564px;
  max-width: 100%;
  min-height: 205px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 18px 32px;
  background: #8aB55e;
  color: #fff;
  border-bottom: 4px solid #Fcdb1d;
  -webkit-box-shadow: 8px -5px 28px 3px rgba(90, 90, 90, 0.17);
          box-shadow: 8px -5px 28px 3px rgba(90, 90, 90, 0.17);
}

@media (max-width: 61.24em) {
  .block--offset__card {
    width: 100%;
  }
}

.block--offset__card .btn:first-of-type,
.block--offset__card .js-wpml-ls-item-toggle:first-of-type,
.block--offset__card .wpml-ls-legacy-list-horizontal:first-of-type {
  margin-left: 0;
  display: inline-block;
}

.block--offset__body {
  font-weight: 700;
  font-size: 1rem;
}

.block--offset__title {
  margin: 0;
  padding: 0;
  font-size: 1.625rem;
}

.block--offset__title a {
  text-decoration: none;
  color: inherit;
}

.block--offset__title::after {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 1rem auto 1rem 0;
  content: "";
}

.block--offset__title--no-underline {
  margin: 0;
  padding: 0;
  font-size: 1.725rem;
  font-weight: 600;
}

.block--offset__title--no-underline a {
  text-decoration: none;
  color: inherit;
}

.search-card {
  padding: 0 0 32px 0;
  margin: 16px 0;
  width: 100%;
  display: block;
}

.search-card__title {
  width: 100%;
  display: block;
  font-size: 26px;
}

.search-card__title > a {
  color: #5d7f75;
  text-decoration: none;
  margin: 16px 0 0 0;
  padding: 0;
  display: block;
}

.search-card__summary {
  padding: 8px 0;
  display: block;
}

.block--related-pages {
  border: 1px solid rgba(90, 90, 90, 0.1);
}

.block--related-pages__title {
  background: #5d7f75;
  padding: 22px;
  font-size: 1rem;
  text-transform: uppercase;
  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;
  width: 100%;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  margin: 0;
}

.block--related-pages__title::before {
  width: 32px;
  height: 32px;
  padding: 0;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjMxcHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDMxIDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MS4yICg1NzUxOSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0icGFuZWxzL3JlbGF0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NS4wMDAwMDAsIC0xNi4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTI4Ij4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUuMDAwMDAwLCAxNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMyI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNy4yMjg4NjUzLDMwLjY4MTE4NzggTDE3LjE5ODk3MTQsMzAuNDYyMDA0NSBMMTYuMDI4MTI2LDIxLjQwNTI0ODIgQzE1LjI1MDg4NCwyMS41MDQ4NzcgMTQuNDgzNjA2NiwyMS40NDUwOTk3IDEzLjc0MTI0MDgsMjEuMjQwODYwNyBMMTEuMTc1MzQ1NSwzMC4zODY3ODQ3IEMxMi41NTA0NjYxLDMwLjc4NTI5OTkgMTQuMDAwMzIxNCwzMSAxNS41LDMxIEMxNi4wOTI4OTYyLDMxIDE2LjY4MDgxLDMwLjk2NDYzMTggMTcuMjU4NzU5MiwzMC44OTk4NzMxIEwxNy4yMjg4NjUzLDMwLjY4MTE4NzggWiBNMTguODA4MjYxLDIwLjI2OTk3OCBDMTguMTkwNDUzMiwyMC43NDI3MTY3IDE3LjQ5MjkyODMsMjEuMDgxNDU0NiAxNi43NDA1OTc5LDIxLjI3MDc0OTMgTDE5LjAxMjUzNjIsMzAuMjI3ODc2OCBMMTkuMTAyMjE3OSwzMC41NzYwNzk0IEMyMS4xNTQ5MzQxLDMwLjA5Mjg3OTggMjMuMDUzMTk4MywyOS4xOTE3MzcyIDI0LjcwMjM0NjUsMjcuOTc1NzY3NyBMMTguODA4MjYxLDIwLjI2OTk3OCBaIE0xMS4xNjUzODA5LDE5LjcwNjU3NzEgTDQuNDA0MzcxNTgsMjYuMzIyNDI3NyBDNS44MjQzMzMwMSwyNy43ODE5ODk3IDcuNTMzMjY5MDUsMjguOTU3MTExNCA5LjQzNjUxNTU5LDI5Ljc2OTU4NDMgTDEzLjA4ODU1NjcsMjEuMDEyMjEyNiBDMTIuMzYxMTM3OSwyMC43MDc4NDY2IDExLjcxMzQzNjIsMjAuMjY5OTc4IDExLjE2NTM4MDksMTkuNzA2NTc3MSBaIE0yMC42NDE3NTUxLDE3Ljg5MzMzMjkgQzIwLjM0MjgxNTgsMTguNjA2MTc3IDE5Ljg5NDQwNjksMTkuMjY4NzA4NSAxOS4zNDEzNjkzLDE5LjgxMTY4NTUgTDI2LjE0MjIzNzIsMjYuNzc1MjQwNiBDMjcuNjUxODgwNCwyNS4zNDU1NjczIDI4Ljg3NzUzMTMsMjMuNjE3MDA3NiAyOS43MTQ1NjEyLDIxLjY4NDIwODggTDIwLjY0MTc1NTEsMTcuODkzMzMyOSBaIE05LjcwNTU2MDkxLDE3LjExMTc0NSBMMC41MDgxOTY3MjEsMTkuNDUyNTIzNyBDMS4wMzYzMjI3MywyMS40NzA1MDUxIDEuOTYzMDM0MzksMjMuMzI4MDg0MSAzLjE5ODY0OTk1LDI0LjkzNzA4OTIgTDEwLjcwNzAwNzQsMTkuMTc4NTQ0NSBDMTAuMjMzNjg2OSwxOC41NjEzNDQgOS44OTQ4ODkxLDE3Ljg2ODQyNTcgOS43MDU1NjA5MSwxNy4xMTE3NDUgWiBNMzAuODk1MzcxMywxMy42ODk0OTU2IEwyMS4wMzUzNTg0LDE0LjkxOTQxMzIgTDIxLjA0NTMyMywxNC45NzkxOTA0IEMyMS4xMzUwMDQ4LDE1Ljc0NjgzMDQgMjEuMDgwMTk5MywxNi41MDM1MTExIDIwLjg3MDk0MTgsMTcuMjM2MjgxIEwzMC4zNjIyNjI5LDE5LjkxMDgxNjIgQzMwLjc3NTc5NTYsMTguNTExMDMxNSAzMSwxNy4wMzIwNDE5IDMxLDE1LjUwMjI0MTYgQzMxLDE0Ljg4OTUyNDUgMzAuOTY1MTIzOCwxNC4yODE3ODg4IDMwLjg5NTM3MTMsMTMuNjg5NDk1NiBaIE05LjczNTQ1NDg0LDE0LjA5MjQ5NDEgTDAuNTI4MTI2MDA1LDExLjQ3NzIzOCBDMC4xODQzNDU4NjksMTIuNzYyNDQ5NiAwLDE0LjExMjQxOTkgMCwxNS41MDIyNDE2IEMwLDE2LjIyNDU1MDUgMC4wNDk4MjMyMDgsMTYuOTM2ODk2NCAwLjE0OTQ2OTYyNCwxNy42MzQ3OTYyIEw5LjU3NjAyMDU3LDE2LjQ0OTIxMzQgTDkuNTY2MDU1OTMsMTYuMzkzOTE5NCBDOS40NjY0MDk1MSwxNS42MTIzMzE1IDkuNTI2MTk3MzYsMTQuODM5NzEwMSA5LjczNTQ1NDg0LDE0LjA5MjQ5NDEgWiBNMjcuODM2MjI2Myw2LjExNzIwODQ3IEwxOS45MDkzNTM5LDEyLjE3MDE1NjQgQzIwLjM3NzY5MjEsMTIuNzg3MzU2OCAyMC43MTY0ODk5LDEzLjQ4NDc1ODQgMjAuOTA1ODE4MSwxNC4yMzY5NTU5IEwzMC41NTE1OTExLDExLjgwMTUyOTggQzMwLjA0MzM5NDQsOS43MDg4MjY3OSAyOS4xMDY3MTgxLDcuNzgxMDA5NDYgMjcuODM2MjI2Myw2LjExNzIwODQ3IFogTTQuNTEzOTgyNjQsNC41NjI5OTkxNSBDMy4wNjQxMjcyOSw2LjAyMzA1OTI1IDEuODk4MjY0MjIsNy43NzE1NDQ3MyAxLjExNjAzOTg2LDkuNzEzODA4MjMgTDkuOTY5NjIzOTIsMTMuNDM0OTQ0IEMxMC4yNjg1NjMyLDEyLjcyMjU5ODEgMTAuNzIxOTU0NCwxMi4wNjAwNjY1IDExLjI3NDk5MiwxMS41MTcwODk2IEw0LjUxMzk4MjY0LDQuNTYyOTk5MTUgWiBNMjEuMzg0MTIwOSwxLjE1NTY5NDExIEwxNy41Mjc4MDQ2LDEwLjMzMTUwNjggQzE4LjI0NTI1ODgsMTAuNjMwODkxNCAxOC45MDc5MDc0LDExLjA4MzcwNDMgMTkuNDUwOTgwNCwxMS42NDE2MjU2IEwyNi41OTU2Mjg0LDQuNjcyNTkwODMgQzI1LjEyNTg0MzgsMy4xNzMxNzczNiAyMy4zNTcxMTk5LDEuOTY3NjY4ODUgMjEuMzg0MTIwOSwxLjE1NTY5NDExIFogTTExLjQ3OTI2NzEsMC41MjgwMzI2NTMgQzkuNDIxNTY4NjMsMS4wNzU5OTEwNyA3LjUyODI4NjcyLDIuMDQyODg4NTkgNS45MDQwNTAxNCwzLjMyMjYyMDU2IEwxMS44MDgxMDAzLDExLjA2Mzc3ODUgQzEyLjQyNTkwODEsMTAuNTkxMDM5OCAxMy4xMjM0MzMsMTAuMjU3MjgzMyAxMy44NzU3NjM0LDEwLjA2NzQ5MDUgTDExLjQ3OTI2NzEsMC41MjgwMzI2NTMgWiBNMTUuNSwwIEMxNC43NjI2MTY1LDAgMTQuMDQwMTgsMC4wNTAzMTI1NDUyIDEzLjMzMjY5MDUsMC4xNTQ0MjQ2NDQgTDE0LjU3ODI3MDcsOS45MzM0ODk3NCBDMTUuMzYwNDk1LDkuODMzMzYyNzkgMTYuMTMyNzU0Nyw5Ljg5MzYzODIyIDE2Ljg3NTEyMDUsMTAuMTAyMzYwNiBMMTkuNTg1NTAzMSwwLjU0MzQ3NTExNyBDMTguMjg1MTE3MywwLjE4OTI5NDcyNCAxNi45MTQ5NzkxLDAgMTUuNSwwIFoiIGlkPSJGaWxsLTEiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.block--related-pages--header .block--related-pages__title {
  background: #3a3a3a;
}

.block--related-pages--black .block--related-pages__title {
  background: #5a5a5a;
}

.block--related-pages--white .block--related-pages__title {
  background: #fff;
}

.block--related-pages--green .block--related-pages__title {
  background: #5d7f75;
}

.block--related-pages--yellow .block--related-pages__title {
  background: #Fcdb1d;
}

.block--related-pages--blue .block--related-pages__title {
  background: #6885a6;
}

.block--related-pages--lime .block--related-pages__title {
  background: #8aB55e;
}

.block--related-pages--aqua .block--related-pages__title {
  background: #65b09d;
}

.block--related-pages--cream .block--related-pages__title {
  background: #eeefe6;
}

.block--related-pages--gold .block--related-pages__title {
  background: #c19855;
}

.block--related-pages--twitter .block--related-pages__title {
  background: #1da1f2;
}

.block--related-pages--facebook .block--related-pages__title {
  background: #3b5998;
}

.block--related-pages--youtube .block--related-pages__title {
  background: #ff0000;
}

.block--related-pages--linkedin .block--related-pages__title {
  background: #0077b5;
}

.block--related-pages--instagram .block--related-pages__title {
  background: #405de6;
}

.block--related-pages--email .block--related-pages__title {
  background: #c19855;
}

.block--related-pages__pages {
  padding: 0 45px;
}

.block--related-pages__page__link .block--related-pages__page__title {
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
}

.block--related-pages__page__link {
  margin: 0;
  text-decoration: none;
  padding: 19px 0;
  display: block;
  width: 100%;
  color: #5a5a5a;
  -webkit-transition: 105ms ease-in-out;
  -o-transition: 105ms ease-in-out;
  transition: 105ms ease-in-out;
}

.block--related-pages__page__link:not(:last-child) {
  border-bottom: 2px solid rgba(90, 90, 90, 0.1);
}

.block--related-pages__page__link:hover {
  color: rgba(90, 90, 90, 0.7);
}

.block--related-pages__page__link:hover:not(:last-child) {
  border-bottom: 2px solid rgba(90, 90, 90, 0.2);
}

.block--related-posts--post .block--related-posts__title::before {
  /*
    @extend .fa;
    @extend .fa-file-alt:before;
    font-size: 1.7rem;
    top: 0.35rem;
*/
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzODQgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzODQgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzVEN0Y3NTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMjQsMTM2VjBIMjRDMTAuNywwLDAsMTAuNywwLDI0djQ2NGMwLDEzLjMsMTAuNywyNCwyNCwyNGgzMzZjMTMuMywwLDI0LTEwLjcsMjQtMjRWMTYwSDI0OAoJQzIzNC44LDE2MCwyMjQsMTQ5LjIsMjI0LDEzNnogTTI4OCwzNzJjMCw2LjYtNS40LDEyLTEyLDEySDEwOGMtNi42LDAtMTItNS40LTEyLTEydi04YzAtNi42LDUuNC0xMiwxMi0xMmgxNjhjNi42LDAsMTIsNS40LDEyLDEyCglWMzcyeiBNMjg4LDMwOGMwLDYuNi01LjQsMTItMTIsMTJIMTA4Yy02LjYsMC0xMi01LjQtMTItMTJ2LThjMC02LjYsNS40LTEyLDEyLTEyaDE2OGM2LjYsMCwxMiw1LjQsMTIsMTJWMzA4eiBNMjg4LDIzNnY4CgljMCw2LjYtNS40LDEyLTEyLDEySDEwOGMtNi42LDAtMTItNS40LTEyLTEydi04YzAtNi42LDUuNC0xMiwxMi0xMmgxNjhDMjgyLjYsMjI0LDI4OCwyMjkuNCwyODgsMjM2eiBNMzg0LDEyMS45djYuMUgyNTZWMGg2LjEKCWM2LjQsMCwxMi41LDIuNSwxNyw3bDk3LjksOThDMzgxLjUsMTA5LjUsMzg0LDExNS42LDM4NCwxMjEuOXoiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 16px;
}

.block--related-posts--event .block--related-posts__title::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzVEN0Y3NTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDQ2NGMwLDI2LjUsMjEuNSw0OCw0OCw0OGgzNTJjMjYuNSwwLDQ4LTIxLjUsNDgtNDhWMTkySDBWNDY0eiBNMzIwLDI2OGMwLTYuNiw1LjQtMTIsMTItMTJoNDAKCWM2LjYsMCwxMiw1LjQsMTIsMTJ2NDBjMCw2LjYtNS40LDEyLTEyLDEyaC00MGMtNi42LDAtMTItNS40LTEyLTEyVjI2OHogTTMyMCwzOTZjMC02LjYsNS40LTEyLDEyLTEyaDQwYzYuNiwwLDEyLDUuNCwxMiwxMnY0MAoJYzAsNi42LTUuNCwxMi0xMiwxMmgtNDBjLTYuNiwwLTEyLTUuNC0xMi0xMlYzOTZ6IE0xOTIsMjY4YzAtNi42LDUuNC0xMiwxMi0xMmg0MGM2LjYsMCwxMiw1LjQsMTIsMTJ2NDBjMCw2LjYtNS40LDEyLTEyLDEyaC00MAoJYy02LjYsMC0xMi01LjQtMTItMTJWMjY4eiBNMTkyLDM5NmMwLTYuNiw1LjQtMTIsMTItMTJoNDBjNi42LDAsMTIsNS40LDEyLDEydjQwYzAsNi42LTUuNCwxMi0xMiwxMmgtNDBjLTYuNiwwLTEyLTUuNC0xMi0xMlYzOTZ6CgkgTTY0LDI2OGMwLTYuNiw1LjQtMTIsMTItMTJoNDBjNi42LDAsMTIsNS40LDEyLDEydjQwYzAsNi42LTUuNCwxMi0xMiwxMkg3NmMtNi42LDAtMTItNS40LTEyLTEyVjI2OHogTTY0LDM5NmMwLTYuNiw1LjQtMTIsMTItMTIKCWg0MGM2LjYsMCwxMiw1LjQsMTIsMTJ2NDBjMCw2LjYtNS40LDEyLTEyLDEySDc2Yy02LjYsMC0xMi01LjQtMTItMTJWMzk2eiBNNDAwLDY0aC00OFYxNmMwLTguOC03LjItMTYtMTYtMTZoLTMyCgljLTguOCwwLTE2LDcuMi0xNiwxNnY0OEgxNjBWMTZjMC04LjgtNy4yLTE2LTE2LTE2aC0zMmMtOC44LDAtMTYsNy4yLTE2LDE2djQ4SDQ4QzIxLjUsNjQsMCw4NS41LDAsMTEydjQ4aDQ0OHYtNDgKCUM0NDgsODUuNSw0MjYuNSw2NCw0MDAsNjR6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 16px;
}

.block--related-posts__title {
  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;
  font-family: "Nunito Sans", sans-serif;
  color: #5d7f75;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 36px;
  text-align: center;
}

.block--related-posts__post {
  position: relative;
}

.block--related-posts__post__image {
  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;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  border: 3px solid #5d7f75;
  border-radius: 50%;
}

.block--related-posts__post__image > img {
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  -webkit-transition: 210ms ease-in-out;
  -o-transition: 210ms ease-in-out;
  transition: 210ms ease-in-out;
}

.block--related-posts__post__meta {
  margin: 0 0 26px 96px;
  padding: 0 0 35px;
}

.block--related-posts__post__meta a {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.block--related-posts__post:not(:last-of-type) .block--related-posts__post__meta {
  border-bottom: 2px solid #e6e6e6;
}

.block--related-posts__post__title {
  font-size: 0.875rem;
  font-family: "Nunito Sans", sans-serif;
  color: #676767;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.block--related-posts__post__title:hover {
  color: #84a59b;
}

.block--related-posts__post__image:hover + .block--related-posts__post__meta .block--related-posts__post__title {
  color: #84a59b;
}

.block--related-posts__post__postdate {
  font-size: 0.875rem;
  font-family: "Muli", sans-serif;
  color: #84a59b;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.block--related-posts .btn,
.block--related-posts .js-wpml-ls-item-toggle,
.block--related-posts .wpml-ls-legacy-list-horizontal {
  margin: 0 0 0 37px;
}

.block--related-posts--header .block--related-posts__title {
  color: #3a3a3a;
}

.block--related-posts--header .block--related-posts__post__image {
  border-color: #3a3a3a;
}

.block--related-posts--header .block--related-posts__post__postdate,
.block--related-posts--header .block--related-posts__post__title:hover,
.block--related-posts--header .block--related-posts__post__image:hover + .block--related-posts--header .block--related-posts__post__meta .block--related-posts--header .block--related-posts__post__title {
  color: #606060;
}

.block--related-posts--black .block--related-posts__title {
  color: #5a5a5a;
}

.block--related-posts--black .block--related-posts__post__image {
  border-color: #5a5a5a;
}

.block--related-posts--black .block--related-posts__post__postdate,
.block--related-posts--black .block--related-posts__post__title:hover,
.block--related-posts--black .block--related-posts__post__image:hover + .block--related-posts--black .block--related-posts__post__meta .block--related-posts--black .block--related-posts__post__title {
  color: gray;
}

.block--related-posts--white .block--related-posts__title {
  color: #fff;
}

.block--related-posts--white .block--related-posts__post__image {
  border-color: #fff;
}

.block--related-posts--white .block--related-posts__post__postdate,
.block--related-posts--white .block--related-posts__post__title:hover,
.block--related-posts--white .block--related-posts__post__image:hover + .block--related-posts--white .block--related-posts__post__meta .block--related-posts--white .block--related-posts__post__title {
  color: #8aB55e;
}

.block--related-posts--green .block--related-posts__title {
  color: #5d7f75;
}

.block--related-posts--green .block--related-posts__post__image {
  border-color: #5d7f75;
}

.block--related-posts--green .block--related-posts__post__postdate,
.block--related-posts--green .block--related-posts__post__title:hover,
.block--related-posts--green .block--related-posts__post__image:hover + .block--related-posts--green .block--related-posts__post__meta .block--related-posts--green .block--related-posts__post__title {
  color: #84a59b;
}

.block--related-posts--yellow .block--related-posts__title {
  color: #Fcdb1d;
}

.block--related-posts--yellow .block--related-posts__post__image {
  border-color: #Fcdb1d;
}

.block--related-posts--yellow .block--related-posts__post__postdate,
.block--related-posts--yellow .block--related-posts__post__title:hover,
.block--related-posts--yellow .block--related-posts__post__image:hover + .block--related-posts--yellow .block--related-posts__post__meta .block--related-posts--yellow .block--related-posts__post__title {
  color: #fde768;
}

.block--related-posts--blue .block--related-posts__title {
  color: #6885a6;
}

.block--related-posts--blue .block--related-posts__post__image {
  border-color: #6885a6;
}

.block--related-posts--blue .block--related-posts__post__postdate,
.block--related-posts--blue .block--related-posts__post__title:hover,
.block--related-posts--blue .block--related-posts__post__image:hover + .block--related-posts--blue .block--related-posts__post__meta .block--related-posts--blue .block--related-posts__post__title {
  color: #98acc2;
}

.block--related-posts--lime .block--related-posts__title {
  color: #8aB55e;
}

.block--related-posts--lime .block--related-posts__post__image {
  border-color: #8aB55e;
}

.block--related-posts--lime .block--related-posts__post__postdate,
.block--related-posts--lime .block--related-posts__post__title:hover,
.block--related-posts--lime .block--related-posts__post__image:hover + .block--related-posts--lime .block--related-posts__post__meta .block--related-posts--lime .block--related-posts__post__title {
  color: #b0cd92;
}

.block--related-posts--aqua .block--related-posts__title {
  color: #65b09d;
}

.block--related-posts--aqua .block--related-posts__post__image {
  border-color: #65b09d;
}

.block--related-posts--aqua .block--related-posts__post__postdate,
.block--related-posts--aqua .block--related-posts__post__title:hover,
.block--related-posts--aqua .block--related-posts__post__image:hover + .block--related-posts--aqua .block--related-posts__post__meta .block--related-posts--aqua .block--related-posts__post__title {
  color: #98cabd;
}

.block--related-posts--cream .block--related-posts__title {
  color: #eeefe6;
}

.block--related-posts--cream .block--related-posts__post__image {
  border-color: #eeefe6;
}

.block--related-posts--cream .block--related-posts__post__postdate,
.block--related-posts--cream .block--related-posts__post__title:hover,
.block--related-posts--cream .block--related-posts__post__image:hover + .block--related-posts--cream .block--related-posts__post__meta .block--related-posts--cream .block--related-posts__post__title {
  color: white;
}

.block--related-posts--gold .block--related-posts__title {
  color: #c19855;
}

.block--related-posts--gold .block--related-posts__post__image {
  border-color: #c19855;
}

.block--related-posts--gold .block--related-posts__post__postdate,
.block--related-posts--gold .block--related-posts__post__title:hover,
.block--related-posts--gold .block--related-posts__post__image:hover + .block--related-posts--gold .block--related-posts__post__meta .block--related-posts--gold .block--related-posts__post__title {
  color: #d5ba8d;
}

.block--related-posts--twitter .block--related-posts__title {
  color: #1da1f2;
}

.block--related-posts--twitter .block--related-posts__post__image {
  border-color: #1da1f2;
}

.block--related-posts--twitter .block--related-posts__post__postdate,
.block--related-posts--twitter .block--related-posts__post__title:hover,
.block--related-posts--twitter .block--related-posts__post__image:hover + .block--related-posts--twitter .block--related-posts__post__meta .block--related-posts--twitter .block--related-posts__post__title {
  color: #65bff6;
}

.block--related-posts--facebook .block--related-posts__title {
  color: #3b5998;
}

.block--related-posts--facebook .block--related-posts__post__image {
  border-color: #3b5998;
}

.block--related-posts--facebook .block--related-posts__post__postdate,
.block--related-posts--facebook .block--related-posts__post__title:hover,
.block--related-posts--facebook .block--related-posts__post__image:hover + .block--related-posts--facebook .block--related-posts__post__meta .block--related-posts--facebook .block--related-posts__post__title {
  color: #5f7ec1;
}

.block--related-posts--youtube .block--related-posts__title {
  color: #ff0000;
}

.block--related-posts--youtube .block--related-posts__post__image {
  border-color: #ff0000;
}

.block--related-posts--youtube .block--related-posts__post__postdate,
.block--related-posts--youtube .block--related-posts__post__title:hover,
.block--related-posts--youtube .block--related-posts__post__image:hover + .block--related-posts--youtube .block--related-posts__post__meta .block--related-posts--youtube .block--related-posts__post__title {
  color: #ff4d4d;
}

.block--related-posts--linkedin .block--related-posts__title {
  color: #0077b5;
}

.block--related-posts--linkedin .block--related-posts__post__image {
  border-color: #0077b5;
}

.block--related-posts--linkedin .block--related-posts__post__postdate,
.block--related-posts--linkedin .block--related-posts__post__title:hover,
.block--related-posts--linkedin .block--related-posts__post__image:hover + .block--related-posts--linkedin .block--related-posts__post__meta .block--related-posts--linkedin .block--related-posts__post__title {
  color: #03a9ff;
}

.block--related-posts--instagram .block--related-posts__title {
  color: #405de6;
}

.block--related-posts--instagram .block--related-posts__post__image {
  border-color: #405de6;
}

.block--related-posts--instagram .block--related-posts__post__postdate,
.block--related-posts--instagram .block--related-posts__post__title:hover,
.block--related-posts--instagram .block--related-posts__post__image:hover + .block--related-posts--instagram .block--related-posts__post__meta .block--related-posts--instagram .block--related-posts__post__title {
  color: #8496ef;
}

.block--related-posts--email .block--related-posts__title {
  color: #c19855;
}

.block--related-posts--email .block--related-posts__post__image {
  border-color: #c19855;
}

.block--related-posts--email .block--related-posts__post__postdate,
.block--related-posts--email .block--related-posts__post__title:hover,
.block--related-posts--email .block--related-posts__post__image:hover + .block--related-posts--email .block--related-posts__post__meta .block--related-posts--email .block--related-posts__post__title {
  color: #d5ba8d;
}

.block--banner {
  background-position-x: center;
  background-position-y: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.block--banner:empty {
  height: 274px;
}

.block--banner--wind-turbines {
  margin-bottom: -16px;
  background-image: url(/app/themes/cat/dist/icons/windturbines.svg);
}

.block--banner--cat,
.block--banner--cat:empty {
  margin-bottom: -1px;
  height: 31vw;
  background-image: url(/app/themes/cat/dist/icons/catbanner.svg);
}

.block--event-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #5d7f75;
  min-height: 170px;
  padding: 8px;
}

.block--event-list select {
  overflow: hidden;
  width: 200px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0 16px;
  line-height: 32px;
  height: 32px;
}

@media (max-width: 46.24em) {
  .block--event-list select {
    width: 100%;
  }
}

.block--event-list .filter_wrapper {
  padding: 0 8px;
}

@media (max-width: 46.24em) {
  .block--event-list .filter_wrapper {
    width: 100%;
  }
}

.block--event-list .filter_wrapper label {
  display: block;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  padding: 8px 0;
}

.block--event-list .view-switcher {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  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;
  padding: 16px;
}

.block--event-list .view-switcher::after {
  margin-left: 8px;
  font-weight: 600;
}

.block--event-list .view-switcher:hover {
  color: #8aB55e;
  cursor: pointer;
}

.block--event-list .view-switcher--list::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04MCwzNjhIMTZjLTguOCwwLTE2LDcuMi0xNiwxNnY2NGMwLDguOCw3LjIsMTYsMTYsMTZoNjRjOC44LDAsMTYtNy4yLDE2LTE2di02NEM5NiwzNzUuMiw4OC44LDM2OCw4MCwzNjh6CgkgTTgwLDQ4SDE2QzcuMiw0OCwwLDU1LjIsMCw2NHY2NGMwLDguOCw3LjIsMTYsMTYsMTZoNjRjOC44LDAsMTYtNy4yLDE2LTE2VjY0Qzk2LDU1LjIsODguOCw0OCw4MCw0OHogTTgwLDIwOEgxNgoJYy04LjgsMC0xNiw3LjItMTYsMTZ2NjRjMCw4LjgsNy4yLDE2LDE2LDE2aDY0YzguOCwwLDE2LTcuMiwxNi0xNnYtNjRDOTYsMjE1LjIsODguOCwyMDgsODAsMjA4eiBNNDk2LDM4NEgxNzZjLTguOCwwLTE2LDcuMi0xNiwxNgoJdjMyYzAsOC44LDcuMiwxNiwxNiwxNmgzMjBjOC44LDAsMTYtNy4yLDE2LTE2di0zMkM1MTIsMzkxLjIsNTA0LjgsMzg0LDQ5NiwzODR6IE00OTYsNjRIMTc2Yy04LjgsMC0xNiw3LjItMTYsMTZ2MzIKCWMwLDguOCw3LjIsMTYsMTYsMTZoMzIwYzguOCwwLDE2LTcuMiwxNi0xNlY4MEM1MTIsNzEuMiw1MDQuOCw2NCw0OTYsNjR6IE00OTYsMjI0SDE3NmMtOC44LDAtMTYsNy4yLTE2LDE2djMyYzAsOC44LDcuMiwxNiwxNiwxNgoJaDMyMGM4LjgsMCwxNi03LjIsMTYtMTZ2LTMyQzUxMiwyMzEuMiw1MDQuOCwyMjQsNDk2LDIyNHoiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  content: '';
  display: inline-block;
}

.block--event-list .view-switcher--list::after {
  content: "Switch to Grid View";
}

.block--event-list .view-switcher--grid::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDQ2NGMwLDI2LjUsMjEuNSw0OCw0OCw0OGgzNTJjMjYuNSwwLDQ4LTIxLjUsNDgtNDhWMTkySDBWNDY0eiBNMzIwLDI2OGMwLTYuNiw1LjQtMTIsMTItMTJoNDAKCWM2LjYsMCwxMiw1LjQsMTIsMTJ2NDBjMCw2LjYtNS40LDEyLTEyLDEyaC00MGMtNi42LDAtMTItNS40LTEyLTEyVjI2OHogTTMyMCwzOTZjMC02LjYsNS40LTEyLDEyLTEyaDQwYzYuNiwwLDEyLDUuNCwxMiwxMnY0MAoJYzAsNi42LTUuNCwxMi0xMiwxMmgtNDBjLTYuNiwwLTEyLTUuNC0xMi0xMlYzOTZ6IE0xOTIsMjY4YzAtNi42LDUuNC0xMiwxMi0xMmg0MGM2LjYsMCwxMiw1LjQsMTIsMTJ2NDBjMCw2LjYtNS40LDEyLTEyLDEyaC00MAoJYy02LjYsMC0xMi01LjQtMTItMTJWMjY4eiBNMTkyLDM5NmMwLTYuNiw1LjQtMTIsMTItMTJoNDBjNi42LDAsMTIsNS40LDEyLDEydjQwYzAsNi42LTUuNCwxMi0xMiwxMmgtNDBjLTYuNiwwLTEyLTUuNC0xMi0xMlYzOTZ6CgkgTTY0LDI2OGMwLTYuNiw1LjQtMTIsMTItMTJoNDBjNi42LDAsMTIsNS40LDEyLDEydjQwYzAsNi42LTUuNCwxMi0xMiwxMkg3NmMtNi42LDAtMTItNS40LTEyLTEyVjI2OHogTTY0LDM5NmMwLTYuNiw1LjQtMTIsMTItMTIKCWg0MGM2LjYsMCwxMiw1LjQsMTIsMTJ2NDBjMCw2LjYtNS40LDEyLTEyLDEySDc2Yy02LjYsMC0xMi01LjQtMTItMTJWMzk2eiBNNDAwLDY0aC00OFYxNmMwLTguOC03LjItMTYtMTYtMTZoLTMyCgljLTguOCwwLTE2LDcuMi0xNiwxNnY0OEgxNjBWMTZjMC04LjgtNy4yLTE2LTE2LTE2aC0zMmMtOC44LDAtMTYsNy4yLTE2LDE2djQ4SDQ4QzIxLjUsNjQsMCw4NS41LDAsMTEydjQ4aDQ0OHYtNDgKCUM0NDgsODUuNSw0MjYuNSw2NCw0MDAsNjR6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  content: '';
  display: inline-block;
}

.block--event-list .view-switcher--grid::after {
  content: "Switch to List View";
}

.block--event-list + .block--latest-posts {
  max-width: 1153px;
  margin: 0 auto 4rem;
}

.block--event-list--list {
  max-width: 630px;
  width: 100%;
  margin: 0 auto 4rem;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.block--event-list--list__row {
  margin-bottom: 16px;
}

.block--event-list--list__row h2 {
  color: #5d7f75;
  font-size: 1.625rem;
  font-weight: 600;
}

.block--event-list--list__row a {
  font-size: 1rem;
  text-decoration: none;
  color: #5a5a5a;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--event-list--list__row a:hover {
  color: #5d7f75;
}

.block--event-list--list__row a span {
  display: block;
}

@media (min-width: 46.25em) {
  .block--event-list--list__row a span {
    width: calc(100% - 400px);
  }
}

.block--event-list--list__row a .row-part-one {
  width: 320px;
}

.block--feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  padding: 2rem;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (max-width: 61.24em) {
  .block--feature {
    padding: 0;
  }
}

.block--feature__background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--feature__background-video__wrapper {
  width: 250%;
  height: 200%;
  pointer-events: none;
  position: absolute;
  left: -75%;
  top: -50%;
}

@media (max-width: 61.24em) {
  .block--feature__background-video__wrapper {
    display: none;
  }
}

.block--feature__social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  padding-top: 26px;
}

.block--feature__social span {
  font-weight: 700;
  margin-bottom: 6px;
}

.block--feature__social .social-info__link {
  width: 2rem;
  max-width: 2rem;
  text-decoration: none;
}

.block--feature__social .social-info__link::after {
  font-size: 1.2rem;
  width: 1.2rem;
  display: block;
  text-align: center;
}

.block--feature__content {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 684px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  margin: auto;
  z-index: 1;
  padding: 2rem 4rem;
  text-align: center;
}

@media (max-width: 61.24em) {
  .block--feature__content {
    padding: 16px;
  }
}

.block--feature__content__buttons > .btn,
.block--feature__content__buttons > .js-wpml-ls-item-toggle,
.block--feature__content__buttons > .wpml-ls-legacy-list-horizontal {
  display: inline-block;
}

.block--feature__content--header,
.block--feature__content--header--with-blue-text,
.block--feature__content--header--with-gold-text,
.block--feature__content--header--yellow-border {
  color: #fff;
  background: rgba(58, 58, 58, 0.85);
}

.block--feature__content--header--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--header--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--header--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--header--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--header--with-white-text {
  color: #fff;
}

.block--feature__content--header--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--header--with-green-text {
  color: #5d7f75;
}

.block--feature__content--header--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--header--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--header--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--header--with-blue-text {
  color: #6885a6;
}

.block--feature__content--header--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--header--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--header--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--header--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--header--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--header--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--header--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--header--with-gold-text {
  color: #c19855;
}

.block--feature__content--header--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--header--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--header--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--header--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--header--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--header--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--header--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--header--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--header--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--header--with-instagram-text {
  color: #405de6;
}

.block--feature__content--header--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--header--with-email-text {
  color: #c19855;
}

.block--feature__content--header--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--header .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--header--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--header--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--header--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--header .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--header--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--header--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--header--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--header .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--header--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--header--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--header--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--header .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--header--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--header--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--header--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--header--with-blue-text {
  color: #6885a6;
}

.block--feature__content--header--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--header--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--header--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--header--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--header--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--header--with-gold-text {
  color: #c19855;
}

.block--feature__content--header--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--header--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--header--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--header--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--header--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--black,
.block--feature__content--black--with-blue-text,
.block--feature__content--black--with-gold-text,
.block--feature__content--black--yellow-border {
  color: #fff;
  background: rgba(90, 90, 90, 0.85);
}

.block--feature__content--black--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--black--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--black--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--black--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--black--with-white-text {
  color: #fff;
}

.block--feature__content--black--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--black--with-green-text {
  color: #5d7f75;
}

.block--feature__content--black--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--black--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--black--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--black--with-blue-text {
  color: #6885a6;
}

.block--feature__content--black--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--black--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--black--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--black--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--black--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--black--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--black--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--black--with-gold-text {
  color: #c19855;
}

.block--feature__content--black--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--black--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--black--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--black--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--black--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--black--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--black--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--black--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--black--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--black--with-instagram-text {
  color: #405de6;
}

.block--feature__content--black--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--black--with-email-text {
  color: #c19855;
}

.block--feature__content--black--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--black .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--black--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--black--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--black--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--black .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--black--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--black--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--black--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--black .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--black--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--black--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--black--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--black .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--black--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--black--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--black--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--black--with-blue-text {
  color: #6885a6;
}

.block--feature__content--black--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--black--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--black--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--black--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--black--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--black--with-gold-text {
  color: #c19855;
}

.block--feature__content--black--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--black--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--black--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--black--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--black--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--white,
.block--feature__content--white--with-blue-text,
.block--feature__content--white--with-gold-text,
.block--feature__content--white--yellow-border {
  color: #5a5a5a;
  background: rgba(255, 255, 255, 0.85);
}

.block--feature__content--white .block--feature__title,
.block--feature__content--white--with-blue-text .block--feature__title,
.block--feature__content--white--with-gold-text .block--feature__title,
.block--feature__content--white--yellow-border .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--white--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--white--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--white--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--white--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--white--with-white-text {
  color: #fff;
}

.block--feature__content--white--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--white--with-green-text {
  color: #5d7f75;
}

.block--feature__content--white--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--white--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--white--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--white--with-blue-text {
  color: #6885a6;
}

.block--feature__content--white--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--white--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--white--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--white--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--white--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--white--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--white--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--white--with-gold-text {
  color: #c19855;
}

.block--feature__content--white--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--white--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--white--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--white--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--white--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--white--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--white--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--white--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--white--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--white--with-instagram-text {
  color: #405de6;
}

.block--feature__content--white--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--white--with-email-text {
  color: #c19855;
}

.block--feature__content--white--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--white .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--white--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--white--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--white--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--white .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--white--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--white--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--white--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--white .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--white--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--white--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--white--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--white .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--white--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--white--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--white--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #5a5a5a;
  display: block;
  margin: 2rem auto;
  content: "";
  background: #5d7f75;
}

.block--feature__content--white--with-blue-text {
  color: #6885a6;
}

.block--feature__content--white--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--white--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--white--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--white--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--white--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--white--with-gold-text {
  color: #c19855;
}

.block--feature__content--white--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--white--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--white--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--white--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--white--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--green,
.block--feature__content--green--with-blue-text,
.block--feature__content--green--with-gold-text,
.block--feature__content--green--yellow-border {
  color: #fff;
  background: rgba(93, 127, 117, 0.85);
}

.block--feature__content--green--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--green--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--green--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--green--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--green--with-white-text {
  color: #fff;
}

.block--feature__content--green--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--green--with-green-text {
  color: #5d7f75;
}

.block--feature__content--green--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--green--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--green--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--green--with-blue-text {
  color: #6885a6;
}

.block--feature__content--green--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--green--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--green--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--green--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--green--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--green--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--green--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--green--with-gold-text {
  color: #c19855;
}

.block--feature__content--green--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--green--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--green--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--green--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--green--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--green--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--green--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--green--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--green--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--green--with-instagram-text {
  color: #405de6;
}

.block--feature__content--green--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--green--with-email-text {
  color: #c19855;
}

.block--feature__content--green--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--green .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--green--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--green--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--green--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--green .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--green--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--green--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--green--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--green .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--green--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--green--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--green--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--green .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--green--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--green--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--green--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--green--with-blue-text {
  color: #6885a6;
}

.block--feature__content--green--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--green--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--green--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--green--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--green--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--green--with-gold-text {
  color: #c19855;
}

.block--feature__content--green--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--green--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--green--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--green--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--green--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--yellow,
.block--feature__content--yellow--with-blue-text,
.block--feature__content--yellow--with-gold-text,
.block--feature__content--yellow--yellow-border {
  color: #fff;
  background: rgba(252, 219, 29, 0.85);
}

.block--feature__content--yellow--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--yellow--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--yellow--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--yellow--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--yellow--with-white-text {
  color: #fff;
}

.block--feature__content--yellow--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--yellow--with-green-text {
  color: #5d7f75;
}

.block--feature__content--yellow--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--yellow--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--yellow--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--yellow--with-blue-text {
  color: #6885a6;
}

.block--feature__content--yellow--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--yellow--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--yellow--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--yellow--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--yellow--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--yellow--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--yellow--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--yellow--with-gold-text {
  color: #c19855;
}

.block--feature__content--yellow--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--yellow--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--yellow--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--yellow--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--yellow--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--yellow--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--yellow--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--yellow--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--yellow--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--yellow--with-instagram-text {
  color: #405de6;
}

.block--feature__content--yellow--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--yellow--with-email-text {
  color: #c19855;
}

.block--feature__content--yellow--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--yellow .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--yellow--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--yellow--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--yellow--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--yellow .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--yellow--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--yellow--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--yellow--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--yellow .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--yellow--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--yellow--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--yellow--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--yellow .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--yellow--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--yellow--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--yellow--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--yellow--with-blue-text {
  color: #6885a6;
}

.block--feature__content--yellow--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--yellow--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--yellow--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--yellow--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--yellow--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--yellow--with-gold-text {
  color: #c19855;
}

.block--feature__content--yellow--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--yellow--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--yellow--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--yellow--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--yellow--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--blue,
.block--feature__content--blue--with-blue-text,
.block--feature__content--blue--with-gold-text,
.block--feature__content--blue--yellow-border {
  color: #fff;
  background: rgba(104, 133, 166, 0.85);
}

.block--feature__content--blue--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--blue--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--blue--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--blue--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--blue--with-white-text {
  color: #fff;
}

.block--feature__content--blue--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--blue--with-green-text {
  color: #5d7f75;
}

.block--feature__content--blue--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--blue--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--blue--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--blue--with-blue-text {
  color: #6885a6;
}

.block--feature__content--blue--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--blue--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--blue--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--blue--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--blue--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--blue--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--blue--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--blue--with-gold-text {
  color: #c19855;
}

.block--feature__content--blue--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--blue--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--blue--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--blue--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--blue--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--blue--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--blue--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--blue--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--blue--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--blue--with-instagram-text {
  color: #405de6;
}

.block--feature__content--blue--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--blue--with-email-text {
  color: #c19855;
}

.block--feature__content--blue--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--blue .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--blue--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--blue--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--blue--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--blue .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--blue--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--blue--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--blue--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--blue .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--blue--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--blue--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--blue--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--blue .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--blue--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--blue--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--blue--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--blue--with-blue-text {
  color: #6885a6;
}

.block--feature__content--blue--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--blue--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--blue--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--blue--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--blue--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--blue--with-gold-text {
  color: #c19855;
}

.block--feature__content--blue--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--blue--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--blue--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--blue--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--blue--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--lime,
.block--feature__content--lime--with-blue-text,
.block--feature__content--lime--with-gold-text,
.block--feature__content--lime--yellow-border {
  color: #fff;
  background: rgba(138, 181, 94, 0.85);
}

.block--feature__content--lime--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--lime--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--lime--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--lime--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--lime--with-white-text {
  color: #fff;
}

.block--feature__content--lime--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--lime--with-green-text {
  color: #5d7f75;
}

.block--feature__content--lime--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--lime--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--lime--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--lime--with-blue-text {
  color: #6885a6;
}

.block--feature__content--lime--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--lime--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--lime--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--lime--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--lime--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--lime--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--lime--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--lime--with-gold-text {
  color: #c19855;
}

.block--feature__content--lime--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--lime--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--lime--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--lime--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--lime--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--lime--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--lime--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--lime--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--lime--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--lime--with-instagram-text {
  color: #405de6;
}

.block--feature__content--lime--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--lime--with-email-text {
  color: #c19855;
}

.block--feature__content--lime--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--lime .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--lime--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--lime--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--lime--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--lime .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--lime--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--lime--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--lime--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--lime .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--lime--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--lime--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--lime--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--lime .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--lime--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--lime--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--lime--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--lime--with-blue-text {
  color: #6885a6;
}

.block--feature__content--lime--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--lime--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--lime--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--lime--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--lime--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--lime--with-gold-text {
  color: #c19855;
}

.block--feature__content--lime--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--lime--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--lime--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--lime--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--lime--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--aqua,
.block--feature__content--aqua--with-blue-text,
.block--feature__content--aqua--with-gold-text,
.block--feature__content--aqua--yellow-border {
  color: #fff;
  background: rgba(101, 176, 157, 0.85);
}

.block--feature__content--aqua--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--aqua--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--aqua--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--aqua--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--aqua--with-white-text {
  color: #fff;
}

.block--feature__content--aqua--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--aqua--with-green-text {
  color: #5d7f75;
}

.block--feature__content--aqua--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--aqua--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--aqua--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--aqua--with-blue-text {
  color: #6885a6;
}

.block--feature__content--aqua--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--aqua--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--aqua--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--aqua--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--aqua--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--aqua--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--aqua--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--aqua--with-gold-text {
  color: #c19855;
}

.block--feature__content--aqua--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--aqua--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--aqua--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--aqua--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--aqua--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--aqua--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--aqua--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--aqua--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--aqua--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--aqua--with-instagram-text {
  color: #405de6;
}

.block--feature__content--aqua--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--aqua--with-email-text {
  color: #c19855;
}

.block--feature__content--aqua--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--aqua .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--aqua--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--aqua--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--aqua--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--aqua .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--aqua--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--aqua--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--aqua--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--aqua .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--aqua--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--aqua--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--aqua--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--aqua .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--aqua--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--aqua--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--aqua--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--aqua--with-blue-text {
  color: #6885a6;
}

.block--feature__content--aqua--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--aqua--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--aqua--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--aqua--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--aqua--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--aqua--with-gold-text {
  color: #c19855;
}

.block--feature__content--aqua--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--aqua--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--aqua--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--aqua--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--aqua--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--cream,
.block--feature__content--cream--with-blue-text,
.block--feature__content--cream--with-gold-text,
.block--feature__content--cream--yellow-border {
  color: #5a5a5a;
  background: rgba(238, 239, 230, 0.85);
}

.block--feature__content--cream--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--cream--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--cream--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--cream--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--cream--with-white-text {
  color: #fff;
}

.block--feature__content--cream--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--cream--with-green-text {
  color: #5d7f75;
}

.block--feature__content--cream--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--cream--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--cream--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--cream--with-blue-text {
  color: #6885a6;
}

.block--feature__content--cream--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--cream--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--cream--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--cream--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--cream--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--cream--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--cream--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--cream--with-gold-text {
  color: #c19855;
}

.block--feature__content--cream--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--cream--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--cream--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--cream--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--cream--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--cream--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--cream--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--cream--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--cream--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--cream--with-instagram-text {
  color: #405de6;
}

.block--feature__content--cream--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--cream--with-email-text {
  color: #c19855;
}

.block--feature__content--cream--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--cream .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--cream--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--cream--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--cream--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--cream .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--cream--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--cream--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--cream--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--cream .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--cream--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--cream--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--cream--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--cream .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--cream--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--cream--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--cream--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #5a5a5a;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--cream--with-blue-text {
  color: #6885a6;
}

.block--feature__content--cream--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--cream--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--cream--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--cream--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--cream--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--cream--with-gold-text {
  color: #c19855;
}

.block--feature__content--cream--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--cream--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--cream--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--cream--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--cream--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--gold,
.block--feature__content--gold--with-blue-text,
.block--feature__content--gold--with-gold-text,
.block--feature__content--gold--yellow-border {
  color: #fff;
  background: rgba(193, 152, 85, 0.85);
}

.block--feature__content--gold--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--gold--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--gold--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--gold--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--gold--with-white-text {
  color: #fff;
}

.block--feature__content--gold--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--gold--with-green-text {
  color: #5d7f75;
}

.block--feature__content--gold--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--gold--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--gold--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--gold--with-blue-text {
  color: #6885a6;
}

.block--feature__content--gold--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--gold--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--gold--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--gold--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--gold--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--gold--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--gold--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--gold--with-gold-text {
  color: #c19855;
}

.block--feature__content--gold--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--gold--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--gold--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--gold--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--gold--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--gold--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--gold--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--gold--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--gold--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--gold--with-instagram-text {
  color: #405de6;
}

.block--feature__content--gold--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--gold--with-email-text {
  color: #c19855;
}

.block--feature__content--gold--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--gold .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--gold--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--gold--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--gold--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--gold .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--gold--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--gold--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--gold--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--gold .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--gold--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--gold--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--gold--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--gold .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--gold--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--gold--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--gold--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--gold--with-blue-text {
  color: #6885a6;
}

.block--feature__content--gold--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--gold--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--gold--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--gold--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--gold--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--gold--with-gold-text {
  color: #c19855;
}

.block--feature__content--gold--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--gold--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--gold--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--gold--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--gold--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--twitter,
.block--feature__content--twitter--with-blue-text,
.block--feature__content--twitter--with-gold-text,
.block--feature__content--twitter--yellow-border {
  color: #fff;
  background: rgba(29, 161, 242, 0.85);
}

.block--feature__content--twitter--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--twitter--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--twitter--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--twitter--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--twitter--with-white-text {
  color: #fff;
}

.block--feature__content--twitter--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--twitter--with-green-text {
  color: #5d7f75;
}

.block--feature__content--twitter--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--twitter--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--twitter--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--twitter--with-blue-text {
  color: #6885a6;
}

.block--feature__content--twitter--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--twitter--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--twitter--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--twitter--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--twitter--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--twitter--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--twitter--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--twitter--with-gold-text {
  color: #c19855;
}

.block--feature__content--twitter--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--twitter--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--twitter--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--twitter--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--twitter--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--twitter--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--twitter--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--twitter--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--twitter--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--twitter--with-instagram-text {
  color: #405de6;
}

.block--feature__content--twitter--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--twitter--with-email-text {
  color: #c19855;
}

.block--feature__content--twitter--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--twitter .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--twitter--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--twitter--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--twitter--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--twitter .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--twitter--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--twitter--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--twitter--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--twitter .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--twitter--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--twitter--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--twitter--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--twitter .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--twitter--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--twitter--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--twitter--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--twitter--with-blue-text {
  color: #6885a6;
}

.block--feature__content--twitter--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--twitter--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--twitter--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--twitter--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--twitter--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--twitter--with-gold-text {
  color: #c19855;
}

.block--feature__content--twitter--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--twitter--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--twitter--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--twitter--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--twitter--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--facebook,
.block--feature__content--facebook--with-blue-text,
.block--feature__content--facebook--with-gold-text,
.block--feature__content--facebook--yellow-border {
  color: #fff;
  background: rgba(59, 89, 152, 0.85);
}

.block--feature__content--facebook--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--facebook--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--facebook--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--facebook--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--facebook--with-white-text {
  color: #fff;
}

.block--feature__content--facebook--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--facebook--with-green-text {
  color: #5d7f75;
}

.block--feature__content--facebook--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--facebook--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--facebook--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--facebook--with-blue-text {
  color: #6885a6;
}

.block--feature__content--facebook--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--facebook--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--facebook--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--facebook--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--facebook--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--facebook--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--facebook--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--facebook--with-gold-text {
  color: #c19855;
}

.block--feature__content--facebook--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--facebook--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--facebook--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--facebook--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--facebook--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--facebook--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--facebook--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--facebook--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--facebook--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--facebook--with-instagram-text {
  color: #405de6;
}

.block--feature__content--facebook--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--facebook--with-email-text {
  color: #c19855;
}

.block--feature__content--facebook--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--facebook .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--facebook--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--facebook--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--facebook--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--facebook .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--facebook--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--facebook--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--facebook--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--facebook .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--facebook--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--facebook--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--facebook--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--facebook .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--facebook--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--facebook--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--facebook--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--facebook--with-blue-text {
  color: #6885a6;
}

.block--feature__content--facebook--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--facebook--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--facebook--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--facebook--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--facebook--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--facebook--with-gold-text {
  color: #c19855;
}

.block--feature__content--facebook--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--facebook--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--facebook--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--facebook--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--facebook--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--youtube,
.block--feature__content--youtube--with-blue-text,
.block--feature__content--youtube--with-gold-text,
.block--feature__content--youtube--yellow-border {
  color: #fff;
  background: rgba(255, 0, 0, 0.85);
}

.block--feature__content--youtube--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--youtube--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--youtube--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--youtube--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--youtube--with-white-text {
  color: #fff;
}

.block--feature__content--youtube--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--youtube--with-green-text {
  color: #5d7f75;
}

.block--feature__content--youtube--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--youtube--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--youtube--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--youtube--with-blue-text {
  color: #6885a6;
}

.block--feature__content--youtube--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--youtube--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--youtube--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--youtube--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--youtube--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--youtube--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--youtube--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--youtube--with-gold-text {
  color: #c19855;
}

.block--feature__content--youtube--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--youtube--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--youtube--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--youtube--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--youtube--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--youtube--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--youtube--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--youtube--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--youtube--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--youtube--with-instagram-text {
  color: #405de6;
}

.block--feature__content--youtube--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--youtube--with-email-text {
  color: #c19855;
}

.block--feature__content--youtube--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--youtube .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--youtube--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--youtube--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--youtube--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--youtube .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--youtube--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--youtube--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--youtube--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--youtube .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--youtube--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--youtube--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--youtube--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--youtube .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--youtube--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--youtube--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--youtube--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--youtube--with-blue-text {
  color: #6885a6;
}

.block--feature__content--youtube--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--youtube--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--youtube--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--youtube--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--youtube--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--youtube--with-gold-text {
  color: #c19855;
}

.block--feature__content--youtube--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--youtube--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--youtube--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--youtube--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--youtube--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--linkedin,
.block--feature__content--linkedin--with-blue-text,
.block--feature__content--linkedin--with-gold-text,
.block--feature__content--linkedin--yellow-border {
  color: #fff;
  background: rgba(0, 119, 181, 0.85);
}

.block--feature__content--linkedin--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--linkedin--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--linkedin--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--linkedin--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--linkedin--with-white-text {
  color: #fff;
}

.block--feature__content--linkedin--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--linkedin--with-green-text {
  color: #5d7f75;
}

.block--feature__content--linkedin--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--linkedin--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--linkedin--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--linkedin--with-blue-text {
  color: #6885a6;
}

.block--feature__content--linkedin--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--linkedin--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--linkedin--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--linkedin--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--linkedin--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--linkedin--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--linkedin--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--linkedin--with-gold-text {
  color: #c19855;
}

.block--feature__content--linkedin--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--linkedin--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--linkedin--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--linkedin--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--linkedin--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--linkedin--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--linkedin--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--linkedin--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--linkedin--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--linkedin--with-instagram-text {
  color: #405de6;
}

.block--feature__content--linkedin--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--linkedin--with-email-text {
  color: #c19855;
}

.block--feature__content--linkedin--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--linkedin .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--linkedin--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--linkedin--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--linkedin--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--linkedin .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--linkedin--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--linkedin--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--linkedin--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--linkedin .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--linkedin--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--linkedin--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--linkedin--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--linkedin .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--linkedin--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--linkedin--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--linkedin--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--linkedin--with-blue-text {
  color: #6885a6;
}

.block--feature__content--linkedin--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--linkedin--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--linkedin--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--linkedin--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--linkedin--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--linkedin--with-gold-text {
  color: #c19855;
}

.block--feature__content--linkedin--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--linkedin--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--linkedin--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--linkedin--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--linkedin--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--instagram,
.block--feature__content--instagram--with-blue-text,
.block--feature__content--instagram--with-gold-text,
.block--feature__content--instagram--yellow-border {
  color: #fff;
  background: rgba(64, 93, 230, 0.85);
}

.block--feature__content--instagram--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--instagram--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--instagram--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--instagram--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--instagram--with-white-text {
  color: #fff;
}

.block--feature__content--instagram--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--instagram--with-green-text {
  color: #5d7f75;
}

.block--feature__content--instagram--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--instagram--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--instagram--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--instagram--with-blue-text {
  color: #6885a6;
}

.block--feature__content--instagram--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--instagram--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--instagram--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--instagram--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--instagram--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--instagram--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--instagram--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--instagram--with-gold-text {
  color: #c19855;
}

.block--feature__content--instagram--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--instagram--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--instagram--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--instagram--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--instagram--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--instagram--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--instagram--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--instagram--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--instagram--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--instagram--with-instagram-text {
  color: #405de6;
}

.block--feature__content--instagram--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--instagram--with-email-text {
  color: #c19855;
}

.block--feature__content--instagram--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--instagram .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--instagram--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--instagram--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--instagram--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--instagram .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--instagram--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--instagram--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--instagram--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--instagram .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--instagram--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--instagram--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--instagram--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--instagram .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--instagram--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--instagram--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--instagram--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--instagram--with-blue-text {
  color: #6885a6;
}

.block--feature__content--instagram--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--instagram--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--instagram--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--instagram--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--instagram--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--instagram--with-gold-text {
  color: #c19855;
}

.block--feature__content--instagram--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--instagram--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--instagram--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--instagram--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--instagram--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__content--email,
.block--feature__content--email--with-blue-text,
.block--feature__content--email--with-gold-text,
.block--feature__content--email--yellow-border {
  color: #fff;
  background: rgba(193, 152, 85, 0.85);
}

.block--feature__content--email--with-header-text {
  color: #3a3a3a;
}

.block--feature__content--email--with-header-text .block--feature__title {
  color: #3a3a3a;
}

.block--feature__content--email--with-black-text {
  color: #5a5a5a;
}

.block--feature__content--email--with-black-text .block--feature__title {
  color: #5a5a5a;
}

.block--feature__content--email--with-white-text {
  color: #fff;
}

.block--feature__content--email--with-white-text .block--feature__title {
  color: #fff;
}

.block--feature__content--email--with-green-text {
  color: #5d7f75;
}

.block--feature__content--email--with-green-text .block--feature__title {
  color: #5d7f75;
}

.block--feature__content--email--with-yellow-text {
  color: #Fcdb1d;
}

.block--feature__content--email--with-yellow-text .block--feature__title {
  color: #Fcdb1d;
}

.block--feature__content--email--with-blue-text {
  color: #6885a6;
}

.block--feature__content--email--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--email--with-lime-text {
  color: #8aB55e;
}

.block--feature__content--email--with-lime-text .block--feature__title {
  color: #8aB55e;
}

.block--feature__content--email--with-aqua-text {
  color: #65b09d;
}

.block--feature__content--email--with-aqua-text .block--feature__title {
  color: #65b09d;
}

.block--feature__content--email--with-cream-text {
  color: #eeefe6;
}

.block--feature__content--email--with-cream-text .block--feature__title {
  color: #eeefe6;
}

.block--feature__content--email--with-gold-text {
  color: #c19855;
}

.block--feature__content--email--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--email--with-twitter-text {
  color: #1da1f2;
}

.block--feature__content--email--with-twitter-text .block--feature__title {
  color: #1da1f2;
}

.block--feature__content--email--with-facebook-text {
  color: #3b5998;
}

.block--feature__content--email--with-facebook-text .block--feature__title {
  color: #3b5998;
}

.block--feature__content--email--with-youtube-text {
  color: #ff0000;
}

.block--feature__content--email--with-youtube-text .block--feature__title {
  color: #ff0000;
}

.block--feature__content--email--with-linkedin-text {
  color: #0077b5;
}

.block--feature__content--email--with-linkedin-text .block--feature__title {
  color: #0077b5;
}

.block--feature__content--email--with-instagram-text {
  color: #405de6;
}

.block--feature__content--email--with-instagram-text .block--feature__title {
  color: #405de6;
}

.block--feature__content--email--with-email-text {
  color: #c19855;
}

.block--feature__content--email--with-email-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--email .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--email--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--email--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--email--yellow-border .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--email .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--email--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--email--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--email--yellow-border .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--email .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--email--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--email--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--email--yellow-border .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--email .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--email--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--email--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before,
.block--feature__content--email--yellow-border .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--feature__content--email--with-blue-text {
  color: #6885a6;
}

.block--feature__content--email--with-blue-text .block--feature__title {
  color: #6885a6;
}

.block--feature__content--email--with-blue-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--email--with-blue-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--email--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__body::before,
.block--feature__content--email--with-blue-text .block--feature__title__sub:first-child + .block--feature__content__buttons::before {
  background: #6885a6;
}

.block--feature__content--email--with-gold-text {
  color: #c19855;
}

.block--feature__content--email--with-gold-text .block--feature__title {
  color: #c19855;
}

.block--feature__content--email--with-gold-text .block--feature__title__main + .block--feature__title__sub::after,
.block--feature__content--email--with-gold-text .block--feature__title__main + .block--feature__content__body::before,
.block--feature__content--email--with-gold-text .block--feature__title__sub:first-child + .block--feature__content__body::before {
  background: #c19855;
}

.block--feature__content--email--yellow-border {
  border-bottom: 4px solid #Fcdb1d;
}

.block--feature__title__main,
.block--feature__title__sub {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.block--feature__title__main {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 61.24em) {
  .block--feature__title__main {
    font-size: 3.5rem;
  }
}

.block--feature__title__sub {
  font-size: 1.625rem;
}

.block--feature__title__sub:first-child {
  font-size: 3.5rem;
  text-transform: none;
}

.block--feature__title + .block--feature__title {
  margin-top: 2rem;
  display: block;
}

.block--feature:last-child {
  margin-bottom: 0;
}

.block--feature[data-disable-parallax='1'] {
  background-attachment: scroll;
}

.block-video_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 4px solid #Fcdb1d;
  background: #f2f2f2;
}

@media (min-width: 61.25em) {
  .block-video_feature {
    padding: 48px;
  }
}

.block-video_feature__title {
  max-width: 726px;
  padding: 0 132px 0 96px;
  font-weight: 600;
}

@media (max-width: 92.865em) {
  .block-video_feature__title {
    max-width: 460px;
    padding: 72px 72px 72px 8px;
  }
}

@media (max-width: 61.24em) {
  .block-video_feature__title {
    padding: 16px;
    max-width: none;
  }
}

.block-video_feature__video {
  max-width: 640px;
  max-height: 360px;
  width: 100%;
}

@media (max-width: 92.865em) {
  .block-video_feature__video {
    max-width: 380px;
    max-height: 240px;
  }
}

@media (max-width: 61.24em) {
  .block-video_feature__video {
    max-width: none;
    max-height: none;
    padding: 16px;
  }
}

.block-video_feature__video .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 28.125% 0;
  /* 9 / 16 * 100% */
  max-width: 640px;
  max-height: 360px;
  -webkit-transition: 210ms ease-in-out;
  -o-transition: 210ms ease-in-out;
  transition: 210ms ease-in-out;
}

@media (max-width: 92.865em) {
  .block-video_feature__video .video-wrapper {
    max-width: 380px;
    max-height: 240px;
    -webkit-transition: 210ms ease-in-out;
    -o-transition: 210ms ease-in-out;
    transition: 210ms ease-in-out;
  }
}

@media (max-width: 61.24em) {
  .block-video_feature__video .video-wrapper {
    max-width: none;
    max-height: none;
    -webkit-transition: 210ms ease-in-out;
    -o-transition: 210ms ease-in-out;
    transition: 210ms ease-in-out;
  }
}

.block-video_feature__video .video-wrapper > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.block-video_feature--header > .block-video_feature__title {
  color: #3a3a3a;
}

.block-video_feature--black > .block-video_feature__title {
  color: #5a5a5a;
}

.block-video_feature--white > .block-video_feature__title {
  color: #fff;
}

.block-video_feature--green > .block-video_feature__title {
  color: #5d7f75;
}

.block-video_feature--yellow > .block-video_feature__title {
  color: #Fcdb1d;
}

.block-video_feature--blue > .block-video_feature__title {
  color: #6885a6;
}

.block-video_feature--lime > .block-video_feature__title {
  color: #8aB55e;
}

.block-video_feature--aqua > .block-video_feature__title {
  color: #65b09d;
}

.block-video_feature--cream > .block-video_feature__title {
  color: #eeefe6;
}

.block-video_feature--gold > .block-video_feature__title {
  color: #c19855;
}

.block-video_feature--twitter > .block-video_feature__title {
  color: #1da1f2;
}

.block-video_feature--facebook > .block-video_feature__title {
  color: #3b5998;
}

.block-video_feature--youtube > .block-video_feature__title {
  color: #ff0000;
}

.block-video_feature--linkedin > .block-video_feature__title {
  color: #0077b5;
}

.block-video_feature--instagram > .block-video_feature__title {
  color: #405de6;
}

.block-video_feature--email > .block-video_feature__title {
  color: #c19855;
}

@media (min-width: 61.25em) {
  .block-video_feature::after {
    content: "";
    top: 28px;
    left: 28px;
    bottom: 28px;
    right: 28px;
    position: absolute;
    border: 4px solid #fff;
    pointer-events: none;
    z-index: 5;
  }
}

.block-video_feature--hills {
  background: url(/app/themes/cat/dist/images/themes/hills.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.block-video_feature--clouds {
  background: url(/app/themes/cat/dist/images/themes/clouds.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.block-video_feature--sky {
  background: url(/app/themes/cat/dist/images/themes/sky.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.block-video_feature--creme-trees {
  background: url(/app/themes/cat/dist/images/themes/creme-trees.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.block-video_feature--creme-lines {
  background: url(/app/themes/cat/dist/images/themes/creme-lines.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.block-video_feature--blue-trees {
  background: url(/app/themes/cat/dist/images/themes/blue-trees.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.block-video_feature--blue-trees .block-video_feature__title {
  color: white;
}

.block--follow-on-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5a5a5a;
  margin-top: -2.4rem;
  margin-bottom: 1.6rem;
}

.block--follow-on-social__text {
  display: inline-block;
  min-width: 160px;
  width: auto;
  max-width: 100%;
  margin: 0;
  font-weight: 600;
  border-bottom: 0;
}

.block--follow-on-social__text::after {
  content: ":";
}

.block--follow-on-social__text--full {
  width: 100%;
  display: block;
  text-align: center;
}

.block--list-intro {
  background: #5d7f75;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 112px 0;
}

@media (max-width: 71.865em) {
  .block--list-intro {
    padding: 46px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.block--list-intro__background {
  position: absolute;
  width: 55%;
  width: calc( 50% + 56px);
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}

@media (max-width: 71.865em) {
  .block--list-intro__background {
    display: none;
  }
}

.block--list-intro__intro,
.block--list-intro__list {
  display: block;
  width: 547px;
  max-width: 100%;
  z-index: 2;
}

.block--list-intro__intro__title {
  font-size: 3.5rem;
  color: #fff;
  max-width: 277px;
}

@media (max-width: 71.865em) {
  .block--list-intro__intro__title {
    max-width: calc(100% - 16px);
    padding: 0;
    margin: 0;
  }

  .block--list-intro__intro__title::after {
    width: 144px;
    height: 4px;
    background: #fff;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--list-intro__intro__body {
  margin-left: 98px;
  color: #fff;
  padding-left: 27px;
  border-left: 4px solid #fff;
  max-width: 325px;
}

@media (max-width: 71.865em) {
  .block--list-intro__intro__body {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
    padding: 0 16px;
    border-left: 0;
  }
}

@media (max-width: 71.865em) {
  .block--list-intro__intro {
    text-align: center;
  }
}

.block--list-intro__list__item {
  display: block;
  margin-bottom: 40px;
  position: relative;
}

.block--list-intro__list__item__title {
  font-size: 1.625rem;
  color: #fff;
  margin: 0;
  padding: 0;
}

.block--list-intro__list__item__title a {
  color: #fff;
  text-decoration: none;
}

.block--list-intro__list__item__title a:hover {
  text-decoration: underline;
}

.block--list-intro__list__item__body {
  padding: 0;
  margin: 0 0 32px;
  color: #fff;
}

.block--list-intro__list__item__content {
  max-width: 404px;
  margin-left: 143px;
}

@media (max-width: 71.865em) {
  .block--list-intro__list__item__content {
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
  }
}

.block--list-intro__list__item__content .btn,
.block--list-intro__list__item__content .js-wpml-ls-item-toggle,
.block--list-intro__list__item__content .wpml-ls-legacy-list-horizontal {
  margin: 0;
}

.block--list-intro__list__item__image {
  position: absolute;
  width: 112px;
  height: 112px;
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  padding: 8px;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 71.865em) {
  .block--list-intro__list__item__image {
    position: relative;
    margin: 0 16px;
  }
}

.block--list-intro__list__item:last-of-type {
  margin-bottom: 64px;
}

.block--list-intro__list > .btn:last-child,
.block--list-intro__list > .js-wpml-ls-item-toggle:last-child,
.block--list-intro__list > .wpml-ls-legacy-list-horizontal:last-child {
  margin: 0;
}

@media (min-width: 71.875em) {
  .block--list-intro__list > .btn:last-child,
  .block--list-intro__list > .js-wpml-ls-item-toggle:last-child,
  .block--list-intro__list > .wpml-ls-legacy-list-horizontal:last-child {
    margin-left: 143px;
  }
}

@media (max-width: 71.865em) {
  .block--list-intro__list {
    text-align: center;
  }
}

.block--list-intro + .block--feature {
  margin-top: -4rem;
}

.block--page-header__meta {
  width: 100%;
}

@media (min-width: 61.25em) {
  .block--page-header__meta {
    max-width: calc(100% - 300px);
  }
}

.block--page-header.zero-carbon-britain {
  border-bottom: none;
  margin: 0;
}

.block--page-header.default {
  border-bottom: 4px solid #Fcdb1d;
}

.block--page-header.block {
  position: relative;
  background: #5d7f75;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 2rem;
}

@media (max-width: 71.865em) {
  .block--page-header.block {
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: center;
  }
}

.block--page-header__social {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 260px;
}

.block--page-header__social__intro {
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.block--page-header__title {
  font-size: 3.5rem;
  padding: 0;
  margin: 0;
}

.block--page-header__postdate {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 8px 0;
}

.block--page-header__zcb-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(71%, #5d7f75), color-stop(29%, white));
  background: -webkit-linear-gradient(top, #5d7f75 71%, white 29%);
  background: -o-linear-gradient(top, #5d7f75 71%, white 29%);
  background: linear-gradient(to bottom, #5d7f75 71%, white 29%);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 71.865em) {
  .block--page-header__zcb-branding {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.block--page-header__zcb-branding img {
  margin-right: 5.3rem;
  width: 140px;
  height: 140px;
}

@media (max-width: 71.865em) {
  .block--page-header__zcb-branding img {
    margin: 0;
  }
}

.block--wide-image + .block--page-header {
  margin-top: -4rem;
}

.crouton-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 71.865em) {
  .crouton-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.crouton-wrapper .croutons {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 71.865em) {
  .crouton-wrapper .croutons {
    padding: 1rem 0;
  }
}

@media (max-width: 71.865em) {
  .crouton-wrapper .croutons .crouton-link-topic,
  .crouton-wrapper .croutons .crouton-link-type {
    margin: 0.2rem 0rem;
  }
}

.crouton-wrapper a {
  color: white;
  text-decoration: none;
}

.hub-link {
  padding-right: 0.75rem;
}

@media (max-width: 71.865em) {
  .hub-link {
    padding-right: 0;
  }
}

.hub-link:hover {
  text-decoration: underline;
}

.ellipses-type,
.ellipses-topic {
  cursor: pointer;
}

.ellipses-type:hover,
.ellipses-topic:hover {
  text-decoration: underline;
}

.crouton-link {
  color: white;
  background-color: #5A5A5A;
  text-decoration: none;
  padding: 0.2rem 0.5rem;
  text-transform: capitalize;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  white-space: nowrap;
}

@media (max-width: 71.865em) {
  .crouton-link {
    margin: 0.5rem;
  }
}

.crouton-link:hover {
  text-decoration: none;
  color: #b5b5b5;
}

.block--people {
  margin: 0 auto;
  padding-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 71.875em) {
  *:only-child > .block--people {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.block--people__title {
  color: #5d7f75;
  font-size: 2rem;
  text-align: center;
  width: 100%;
}

.block--people__title--largeTitle {
  font-size: 3.500rem;
}

.block--people__title::after {
  width: 109px;
  height: 4px;
  background: #5d7f75;
  display: block;
  margin: 26px auto;
  font-weight: 600;
  content: "";
}

.block--people__person {
  width: 500px;
  max-width: 100%;
  margin: 0 29px 58px;
  position: relative;
}

.block--people__person a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.block--people__person__name {
  color: #5d7f75;
  font-size: 1.625rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-left: 160px;
}

a:hover .block--people__person__name {
  color: #8aB55e;
}

.block--people__person__role {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #5d7f75;
  padding: 0;
  margin: 0;
  margin-left: 160px;
}

a:hover .block--people__person__role {
  color: #8aB55e;
}

.block--people__person__excerpt {
  padding: 0;
  margin: 0;
  margin-left: 160px;
  color: #5a5a5a;
  font-size: 1rem;
  font-family: "Muli", sans-serif;
  font-weight: normal;
}

.block--people__person__excerpt p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.block--people__person__excerpt p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.block--people__person__name + .block--people__person__excerpt {
  margin-top: 4px;
}

.block--people__person__image {
  width: 140px;
  height: 140px;
  padding: 8px;
  border-radius: 50%;
  border: 4px solid #5d7f75;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

a:hover .block--people__person__image {
  border-color: #8aB55e;
}

.block--person-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-height: 233px;
  padding: 28px;
  background: #5d7f75;
  border-bottom: 4px solid #Fcdb1d;
  color: #fff;
  padding-left: calc(50% - 600px);
}

@media (min-width: 61.25em) {
  .block--person-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 61.24em) {
  .block--person-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block--person-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}

@media (max-width: 46.24em) {
  .block--person-header__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.block--person-header__content {
  width: 100%;
  max-width: 540px;
}

.block--person-header__image {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  padding: 6px;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 12px 48px;
}

@media (min-width: 61.25em) {
  .block--person-header__image {
    border: 4px solid #fff;
  }
}

@media (min-width: 61.25em) {
  .block--person-header__image {
    margin: 0 56px 0 0;
  }
}

.block--person-header__name {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  padding: 0;
  margin: 0;
}

.block--person-header__role {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
}

.block--person-header__excerpt {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-family: "Muli", sans-serif;
  font-weight: normal;
}

.block--person-header__excerpt p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.block--person-header__excerpt p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.block--featured-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.block--featured-news__image {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 71.875em) {
  .block--featured-news__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 692px;
  }
}

.block--featured-news__image img {
  width: 100%;
  max-height: 460px;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block--featured-news__content {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: -32px;
}

@media (min-width: 71.875em) {
  .block--featured-news__content {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 332px;
  }
}

.block--featured-news__title {
  width: 100%;
  padding: 22px;
  background: #6885a6;
  font-weight: 600;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.625rem;
  margin: 0;
}

.block--featured-news__title > a {
  color: #fff;
  text-decoration: none;
}

.block--featured-news__title > a:hover {
  text-decoration: underline;
}

@media (max-width: 71.865em) {
  .block--featured-news__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 105px;
  }
}

.block--featured-news__body {
  padding: 22px;
}

.block--featured-news .btn,
.block--featured-news .js-wpml-ls-item-toggle,
.block--featured-news .wpml-ls-legacy-list-horizontal {
  margin: 0 0 0 22px;
}

.block--simple-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 448px;
  height: auto;
}

@media (max-width: 61.24em) {
  .block--simple-feature {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block--simple-feature--none {
  text-align: center;
}

.block--simple-feature__img {
  width: 449px;
  min-height: 448px;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 3;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media (min-width: 61.25em) {
  .block--simple-feature__img {
    height: 100%;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature__img {
    width: 100%;
  }
}

.block--simple-feature--left .block--simple-feature__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 61.25em) {
  .block--simple-feature--left .block--simple-feature__img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 71.875em) {
  .block--simple-feature--left .block--simple-feature__img {
    margin-right: 48px;
  }
}

.block--simple-feature--right .block--simple-feature__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 71.875em) {
  .block--simple-feature--right .block--simple-feature__img {
    margin-left: 16px;
  }
}

.block--simple-feature--none .block--simple-feature__img {
  display: none;
}

@media (min-width: 61.25em) {
  .block--simple-feature--right .block--simple-feature__content__buttons,
  .block--simple-feature--left .block--simple-feature__content__buttons {
    margin-left: 5rem;
  }
}

@media (min-width: 71.875em) {
  .block--simple-feature--right {
    padding-left: 20%;
  }
}

@media (min-width: 71.875em) {
  .block--simple-feature--left {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-right: 20%;
  }
}

.block--simple-feature__title {
  font-size: 3.5rem;
  margin: 0;
  padding: 0;
}

.block--simple-feature--header {
  background-color: #3a3a3a;
}

.block--simple-feature--header-pale {
  background-color: #a0a0a0;
}

.block--simple-feature--header-pale .block--simple-feature__title {
  color: #3a3a3a;
}

@media (min-width: 61.25em) {
  .block--simple-feature--header-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--header-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #3a3a3a;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--header-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--header-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #3a3a3a;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--header-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #3a3a3a;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--black {
  background-color: #5a5a5a;
}

.block--simple-feature--black-pale {
  background-color: silver;
}

.block--simple-feature--black-pale .block--simple-feature__title {
  color: #5a5a5a;
}

@media (min-width: 61.25em) {
  .block--simple-feature--black-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--black-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #5a5a5a;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--black-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--black-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #5a5a5a;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--black-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #5a5a5a;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--white {
  background-color: #fff;
}

.block--simple-feature--white-pale {
  background-color: #8aB55e;
}

.block--simple-feature--white-pale .block--simple-feature__title {
  color: #fff;
}

@media (min-width: 61.25em) {
  .block--simple-feature--white-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--white-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #fff;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--white-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--white-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #fff;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--white-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--green {
  background-color: #5d7f75;
}

.block--simple-feature--green-pale {
  background-color: #cddbd7;
}

.block--simple-feature--green-pale .block--simple-feature__title {
  color: #5d7f75;
}

@media (min-width: 61.25em) {
  .block--simple-feature--green-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--green-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #5d7f75;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--green-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--green-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #5d7f75;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--green-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #5d7f75;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--yellow {
  background-color: #Fcdb1d;
}

.block--simple-feature--yellow-pale {
  background-color: #fffbe6;
}

.block--simple-feature--yellow-pale .block--simple-feature__title {
  color: #Fcdb1d;
}

@media (min-width: 61.25em) {
  .block--simple-feature--yellow-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--yellow-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #Fcdb1d;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--yellow-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--yellow-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #Fcdb1d;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--yellow-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #Fcdb1d;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--blue {
  background-color: #6885a6;
}

.block--simple-feature--blue-pale {
  background-color: #e8edf2;
}

.block--simple-feature--blue-pale .block--simple-feature__title {
  color: #6885a6;
}

@media (min-width: 61.25em) {
  .block--simple-feature--blue-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--blue-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #6885a6;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--blue-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--blue-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #6885a6;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--blue-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #6885a6;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--lime {
  background-color: #8aB55e;
}

.block--simple-feature--lime-pale {
  background-color: #f0f5ea;
}

.block--simple-feature--lime-pale .block--simple-feature__title {
  color: #8aB55e;
}

@media (min-width: 61.25em) {
  .block--simple-feature--lime-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--lime-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #8aB55e;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--lime-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--lime-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #8aB55e;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--lime-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #8aB55e;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--aqua {
  background-color: #65b09d;
}

.block--simple-feature--aqua-pale {
  background-color: #ecf5f3;
}

.block--simple-feature--aqua-pale .block--simple-feature__title {
  color: #65b09d;
}

@media (min-width: 61.25em) {
  .block--simple-feature--aqua-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--aqua-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #65b09d;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--aqua-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--aqua-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #65b09d;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--aqua-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #65b09d;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--cream {
  background-color: #eeefe6;
}

.block--simple-feature--cream-pale {
  background-color: white;
}

.block--simple-feature--cream-pale .block--simple-feature__title {
  color: #eeefe6;
}

@media (min-width: 61.25em) {
  .block--simple-feature--cream-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--cream-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #eeefe6;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--cream-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--cream-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #eeefe6;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--cream-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #eeefe6;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--gold {
  background-color: #c19855;
}

.block--simple-feature--gold-pale {
  background-color: #f8f3ea;
}

.block--simple-feature--gold-pale .block--simple-feature__title {
  color: #c19855;
}

@media (min-width: 61.25em) {
  .block--simple-feature--gold-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--gold-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #c19855;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--gold-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--gold-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #c19855;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--gold-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #c19855;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--twitter {
  background-color: #1da1f2;
}

.block--simple-feature--twitter-pale {
  background-color: #def1fd;
}

.block--simple-feature--twitter-pale .block--simple-feature__title {
  color: #1da1f2;
}

@media (min-width: 61.25em) {
  .block--simple-feature--twitter-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--twitter-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #1da1f2;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--twitter-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--twitter-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #1da1f2;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--twitter-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #1da1f2;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--facebook {
  background-color: #3b5998;
}

.block--simple-feature--facebook-pale {
  background-color: #bbc8e4;
}

.block--simple-feature--facebook-pale .block--simple-feature__title {
  color: #3b5998;
}

@media (min-width: 61.25em) {
  .block--simple-feature--facebook-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--facebook-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #3b5998;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--facebook-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--facebook-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #3b5998;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--facebook-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #3b5998;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--youtube {
  background-color: #ff0000;
}

.block--simple-feature--youtube-pale {
  background-color: #ffcccc;
}

.block--simple-feature--youtube-pale .block--simple-feature__title {
  color: #ff0000;
}

@media (min-width: 61.25em) {
  .block--simple-feature--youtube-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--youtube-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #ff0000;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--youtube-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--youtube-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #ff0000;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--youtube-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #ff0000;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--linkedin {
  background-color: #0077b5;
}

.block--simple-feature--linkedin-pale {
  background-color: #82d4ff;
}

.block--simple-feature--linkedin-pale .block--simple-feature__title {
  color: #0077b5;
}

@media (min-width: 61.25em) {
  .block--simple-feature--linkedin-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--linkedin-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #0077b5;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--linkedin-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--linkedin-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #0077b5;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--linkedin-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #0077b5;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--instagram {
  background-color: #405de6;
}

.block--simple-feature--instagram-pale {
  background-color: #f4f6fe;
}

.block--simple-feature--instagram-pale .block--simple-feature__title {
  color: #405de6;
}

@media (min-width: 61.25em) {
  .block--simple-feature--instagram-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--instagram-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #405de6;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--instagram-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--instagram-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #405de6;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--instagram-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #405de6;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature--email {
  background-color: #c19855;
}

.block--simple-feature--email-pale {
  background-color: #f8f3ea;
}

.block--simple-feature--email-pale .block--simple-feature__title {
  color: #c19855;
}

@media (min-width: 61.25em) {
  .block--simple-feature--email-pale.block--simple-feature--right .block--simple-feature__body,
  .block--simple-feature--email-pale.block--simple-feature--left .block--simple-feature__body {
    margin-top: 1rem;
    border-left: 4px solid #c19855;
    padding-left: 2rem;
    margin-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature--email-pale.block--simple-feature--right .block--simple-feature__title::after,
  .block--simple-feature--email-pale.block--simple-feature--left .block--simple-feature__title::after {
    width: 144px;
    height: 4px;
    background: #c19855;
    display: block;
    margin: 2rem auto;
    content: "";
  }
}

.block--simple-feature--email-pale.block--simple-feature--none .block--simple-feature__title::after {
  width: 144px;
  height: 4px;
  background: #c19855;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-feature__body {
  width: 100%;
  color: #5a5a5a;
}

.block--simple-feature::after {
  content: "";
  top: 28px;
  left: 28px;
  bottom: 28px;
  right: 28px;
  position: absolute;
  pointer-events: none;
  z-index: 5;
}

@media (min-width: 61.25em) {
  .block--simple-feature::after {
    border: 4px solid #fff;
  }
}

.block--simple-feature__content {
  padding: 4rem;
  max-width: 80%;
  width: 570px;
  z-index: 4;
}

@media (min-width: 71.875em) {
  .block--simple-feature__content {
    width: 870px;
  }
}

@media (max-width: 61.24em) {
  .block--simple-feature__content {
    width: auto;
    padding: 16px 0;
  }
}

.block--simple-feature--none .block--simple-feature__content {
  margin: 0 auto;
}

@media (max-width: 61.24em) {
  .block--simple-feature--left .block--simple-feature__content,
  .block--simple-feature--right .block--simple-feature__content {
    margin: 0 auto;
    text-align: center;
  }
}

.block--wide-image + .block--simple-feature--none {
  margin-top: -4rem;
}

.block--simple-feature--uk::before {
  position: absolute;
  width: 405px;
  height: 634px;
  left: -62px;
  top: -18px;
  content: "";
  background: url(/app/themes/cat/dist/icons/uk.svg) no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.1;
  z-index: 1;
}

.block--simple-feature--wales::before {
  position: absolute;
  width: 405px;
  height: 634px;
  left: 22px;
  top: -248px;
  content: "";
  opacity: 0.1;
  z-index: 1;
}

@media (min-width: 61.25em) {
  .block--simple-feature--wales::before {
    background: url(/app/themes/cat/dist/icons/uk.svg) no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.block--simple-feature--globe::before {
  position: absolute;
  width: 289px;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: url(/app/themes/cat/dist/icons/globe.svg) no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.1;
  z-index: 1;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.block--simple-feature--left.block--simple-feature--globe::before {
  left: auto;
  right: 0;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

.block--simple-feature--cat::before {
  position: absolute;
  width: 184px;
  height: 184px;
  bottom: 0;
  left: 0;
  content: "";
  background: url(/app/themes/cat/dist/icons/cat-edge.svg) no-repeat;
  background-position-y: bottom;
  background-position-x: left;
  background-size: contain;
  opacity: 0.8;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}

.block--simple-feature--left.block--simple-feature--cat::before {
  left: auto;
  right: 0;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

.block--simple-feature--hills {
  background: url(/app/themes/cat/dist/images/themes/hills.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.block--simple-feature--clouds {
  background: url(/app/themes/cat/dist/images/themes/clouds.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.block--simple-feature--sky {
  background: url(/app/themes/cat/dist/images/themes/sky.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.block--simple-feature--creme-trees {
  background: url(/app/themes/cat/dist/images/themes/creme-trees.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.block--simple-feature--creme-lines {
  background: url(/app/themes/cat/dist/images/themes/creme-lines.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.block--simple-feature--blue-trees {
  background: url(/app/themes/cat/dist/images/themes/blue-trees.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.block--simple-feature--blue-trees .block--simple-feature__title {
  color: white;
}

.block--simple-feature--blue-trees .block--simple-feature__title::after {
  background: white !important;
}

.block--simple-feature--blue-trees .block--simple-feature__body {
  color: white;
  border-color: white !important;
}

.block--simple-feature--hex::before {
  background: url(/app/themes/cat/dist/images/hex.png), url(/app/themes/cat/dist/images/hex.png);
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-repeat: no-repeat, no-repeat;
  background-size: 386px, 386px;
  background-position-x: left -154px, right -154px;
  background-position-y: bottom -154px, top -154px;
}

.block--simple-feature--left.block--simple-feature--uk::before {
  left: auto;
  right: -62px;
}

.block--simple-feature--left.block--simple-feature--wales::before {
  left: auto;
  right: -62px;
}

.block--simple-feature--custom {
  background-blend-mode: soft-light;
}

.block--simple-feature--custom.block--simple-feature--style-side {
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
  background-size: 390px;
}

.block--simple-feature--left.block--simple-feature--custom.block--simple-feature--style-side {
  background-position-x: right;
}

.block--simple-feature--background-offset-x-16 {
  background-position-x: 16px;
}

.block--simple-feature--background-offset-x-20 {
  background-position-x: 20px;
}

.block--simple-feature--background-offset-x-24 {
  background-position-x: 24px;
}

.block--simple-feature--background-offset-x-28 {
  background-position-x: 28px;
}

.block--simple-feature--background-offset-x-32 {
  background-position-x: 32px;
}

.block--simple-feature--background-offset-x-36 {
  background-position-x: 36px;
}

.block--simple-feature--background-offset-x-40 {
  background-position-x: 40px;
}

.block--simple-feature--background-offset-x-44 {
  background-position-x: 44px;
}

.block--simple-feature--background-offset-x-48 {
  background-position-x: 48px;
}

.block--simple-feature--background-offset-x-52 {
  background-position-x: 52px;
}

.block--simple-feature--background-offset-x-56 {
  background-position-x: 56px;
}

.block--simple-feature--background-offset-x-60 {
  background-position-x: 60px;
}

.block--simple-feature--background-offset-x-64 {
  background-position-x: 64px;
}

.block--simple-feature--background-offset-x-68 {
  background-position-x: 68px;
}

.block--simple-feature--background-offset-x-72 {
  background-position-x: 72px;
}

.block--simple-feature--background-offset-x-76 {
  background-position-x: 76px;
}

.block--simple-feature--background-offset-x-80 {
  background-position-x: 80px;
}

.block--simple-feature--background-offset-x-84 {
  background-position-x: 84px;
}

.block--simple-feature--background-offset-x-88 {
  background-position-x: 88px;
}

.block--simple-feature--background-offset-x-92 {
  background-position-x: 92px;
}

.block--simple-feature--background-offset-x-96 {
  background-position-x: 96px;
}

.block--simple-feature--background-offset-x-100 {
  background-position-x: 100px;
}

.block--simple-feature--background-offset-x-104 {
  background-position-x: 104px;
}

.block--simple-feature--background-offset-x-108 {
  background-position-x: 108px;
}

.block--simple-feature--background-offset-x-112 {
  background-position-x: 112px;
}

.block--simple-feature--background-offset-x-116 {
  background-position-x: 116px;
}

.block--simple-feature--background-offset-x-120 {
  background-position-x: 120px;
}

.block--simple-feature--background-offset-x-124 {
  background-position-x: 124px;
}

.block--simple-feature--background-offset-x-128 {
  background-position-x: 128px;
}

.block--simple-feature--background-offset-y-16 {
  background-position-y: 16px;
}

.block--simple-feature--background-offset-y-20 {
  background-position-y: 20px;
}

.block--simple-feature--background-offset-y-24 {
  background-position-y: 24px;
}

.block--simple-feature--background-offset-y-28 {
  background-position-y: 28px;
}

.block--simple-feature--background-offset-y-32 {
  background-position-y: 32px;
}

.block--simple-feature--background-offset-y-36 {
  background-position-y: 36px;
}

.block--simple-feature--background-offset-y-40 {
  background-position-y: 40px;
}

.block--simple-feature--background-offset-y-44 {
  background-position-y: 44px;
}

.block--simple-feature--background-offset-y-48 {
  background-position-y: 48px;
}

.block--simple-feature--background-offset-y-52 {
  background-position-y: 52px;
}

.block--simple-feature--background-offset-y-56 {
  background-position-y: 56px;
}

.block--simple-feature--background-offset-y-60 {
  background-position-y: 60px;
}

.block--simple-feature--background-offset-y-64 {
  background-position-y: 64px;
}

.block--simple-feature--background-offset-y-68 {
  background-position-y: 68px;
}

.block--simple-feature--background-offset-y-72 {
  background-position-y: 72px;
}

.block--simple-feature--background-offset-y-76 {
  background-position-y: 76px;
}

.block--simple-feature--background-offset-y-80 {
  background-position-y: 80px;
}

.block--simple-feature--background-offset-y-84 {
  background-position-y: 84px;
}

.block--simple-feature--background-offset-y-88 {
  background-position-y: 88px;
}

.block--simple-feature--background-offset-y-92 {
  background-position-y: 92px;
}

.block--simple-feature--background-offset-y-96 {
  background-position-y: 96px;
}

.block--simple-feature--background-offset-y-100 {
  background-position-y: 100px;
}

.block--simple-feature--background-offset-y-104 {
  background-position-y: 104px;
}

.block--simple-feature--background-offset-y-108 {
  background-position-y: 108px;
}

.block--simple-feature--background-offset-y-112 {
  background-position-y: 112px;
}

.block--simple-feature--background-offset-y-116 {
  background-position-y: 116px;
}

.block--simple-feature--background-offset-y-120 {
  background-position-y: 120px;
}

.block--simple-feature--background-offset-y-124 {
  background-position-y: 124px;
}

.block--simple-feature--background-offset-y-128 {
  background-position-y: 128px;
}

.block--simple-feature--background-scale-16 {
  background-size: 16px;
}

.block--simple-feature--background-scale-20 {
  background-size: 20px;
}

.block--simple-feature--background-scale-24 {
  background-size: 24px;
}

.block--simple-feature--background-scale-28 {
  background-size: 28px;
}

.block--simple-feature--background-scale-32 {
  background-size: 32px;
}

.block--simple-feature--background-scale-36 {
  background-size: 36px;
}

.block--simple-feature--background-scale-40 {
  background-size: 40px;
}

.block--simple-feature--background-scale-44 {
  background-size: 44px;
}

.block--simple-feature--background-scale-48 {
  background-size: 48px;
}

.block--simple-feature--background-scale-52 {
  background-size: 52px;
}

.block--simple-feature--background-scale-56 {
  background-size: 56px;
}

.block--simple-feature--background-scale-60 {
  background-size: 60px;
}

.block--simple-feature--background-scale-64 {
  background-size: 64px;
}

.block--simple-feature--background-scale-68 {
  background-size: 68px;
}

.block--simple-feature--background-scale-72 {
  background-size: 72px;
}

.block--simple-feature--background-scale-76 {
  background-size: 76px;
}

.block--simple-feature--background-scale-80 {
  background-size: 80px;
}

.block--simple-feature--background-scale-84 {
  background-size: 84px;
}

.block--simple-feature--background-scale-88 {
  background-size: 88px;
}

.block--simple-feature--background-scale-92 {
  background-size: 92px;
}

.block--simple-feature--background-scale-96 {
  background-size: 96px;
}

.block--simple-feature--background-scale-100 {
  background-size: 100px;
}

.block--simple-feature--background-scale-104 {
  background-size: 104px;
}

.block--simple-feature--background-scale-108 {
  background-size: 108px;
}

.block--simple-feature--background-scale-112 {
  background-size: 112px;
}

.block--simple-feature--background-scale-116 {
  background-size: 116px;
}

.block--simple-feature--background-scale-120 {
  background-size: 120px;
}

.block--simple-feature--background-scale-124 {
  background-size: 124px;
}

.block--simple-feature--background-scale-128 {
  background-size: 128px;
}

/* WARNING: This file will be very weird. It is fixing js generated styles written for NEtscape Navigator */

.block-solar {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block-wide_side_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-wide_side_image__image {
  width: 50%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 254px;
  display: block;
}

.block-wide_side_image__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 70px;
}

.block-wide_side_image__title {
  text-transform: uppercase;
  max-width: 472px;
  width: 100%;
  color: #5d7f75;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  padding: 0 0 27px 0;
  position: relative;
  margin: 0;
  margin-bottom: 22px;
}

.block-wide_side_image__title::after {
  content: "";
  height: 4px;
  width: 109px;
  background: #5d7f75;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.block-wide_side_image--header .block-wide_side_image__title {
  color: #3a3a3a;
}

.block-wide_side_image--header .block-wide_side_image__title::after {
  background: #3a3a3a;
}

.block-wide_side_image--black .block-wide_side_image__title {
  color: #5a5a5a;
}

.block-wide_side_image--black .block-wide_side_image__title::after {
  background: #5a5a5a;
}

.block-wide_side_image--white .block-wide_side_image__title {
  color: #fff;
}

.block-wide_side_image--white .block-wide_side_image__title::after {
  background: #fff;
}

.block-wide_side_image--green .block-wide_side_image__title {
  color: #5d7f75;
}

.block-wide_side_image--green .block-wide_side_image__title::after {
  background: #5d7f75;
}

.block-wide_side_image--yellow .block-wide_side_image__title {
  color: #Fcdb1d;
}

.block-wide_side_image--yellow .block-wide_side_image__title::after {
  background: #Fcdb1d;
}

.block-wide_side_image--blue .block-wide_side_image__title {
  color: #6885a6;
}

.block-wide_side_image--blue .block-wide_side_image__title::after {
  background: #6885a6;
}

.block-wide_side_image--lime .block-wide_side_image__title {
  color: #8aB55e;
}

.block-wide_side_image--lime .block-wide_side_image__title::after {
  background: #8aB55e;
}

.block-wide_side_image--aqua .block-wide_side_image__title {
  color: #65b09d;
}

.block-wide_side_image--aqua .block-wide_side_image__title::after {
  background: #65b09d;
}

.block-wide_side_image--cream .block-wide_side_image__title {
  color: #eeefe6;
}

.block-wide_side_image--cream .block-wide_side_image__title::after {
  background: #eeefe6;
}

.block-wide_side_image--gold .block-wide_side_image__title {
  color: #c19855;
}

.block-wide_side_image--gold .block-wide_side_image__title::after {
  background: #c19855;
}

.block-wide_side_image--twitter .block-wide_side_image__title {
  color: #1da1f2;
}

.block-wide_side_image--twitter .block-wide_side_image__title::after {
  background: #1da1f2;
}

.block-wide_side_image--facebook .block-wide_side_image__title {
  color: #3b5998;
}

.block-wide_side_image--facebook .block-wide_side_image__title::after {
  background: #3b5998;
}

.block-wide_side_image--youtube .block-wide_side_image__title {
  color: #ff0000;
}

.block-wide_side_image--youtube .block-wide_side_image__title::after {
  background: #ff0000;
}

.block-wide_side_image--linkedin .block-wide_side_image__title {
  color: #0077b5;
}

.block-wide_side_image--linkedin .block-wide_side_image__title::after {
  background: #0077b5;
}

.block-wide_side_image--instagram .block-wide_side_image__title {
  color: #405de6;
}

.block-wide_side_image--instagram .block-wide_side_image__title::after {
  background: #405de6;
}

.block-wide_side_image--email .block-wide_side_image__title {
  color: #c19855;
}

.block-wide_side_image--email .block-wide_side_image__title::after {
  background: #c19855;
}

.block-wide_side_image__body {
  max-width: 472px;
  width: 100%;
  margin: 0;
  margin-bottom: 22px;
}

.block-wide_side_image__buttons {
  max-width: 472px;
  width: 100%;
}

.block-wide_side_image__buttons .btn:first-child,
.block-wide_side_image__buttons .js-wpml-ls-item-toggle:first-child,
.block-wide_side_image__buttons .wpml-ls-legacy-list-horizontal:first-child {
  margin-left: 0;
}

.block-wide_side_image__buttons .btn:last-child,
.block-wide_side_image__buttons .js-wpml-ls-item-toggle:last-child,
.block-wide_side_image__buttons .wpml-ls-legacy-list-horizontal:last-child {
  margin-right: 0;
}

@media (min-width: 61.25em) {
  .block-wide_side_image[image-on-left="false"] .block-wide_side_image__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .block-wide_side_image[image-on-left="false"] .block-wide_side_image__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: left;
  }
}

@media (max-width: 61.24em) {
  .block-wide_side_image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .block-wide_side_image__content,
  .block-wide_side_image__image {
    width: 100%;
    padding: 16px 0;
    margin: 0;
  }

  .block-wide_side_image__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .block-wide_side_image__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 16px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .block-wide_side_image__title {
    width: 100%;
    padding: 16px;
  }

  .block-wide_side_image__title::after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.block--zcb-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #5d7f75;
  min-height: 170px;
  padding: 8px;
}

.block--zcb-list select {
  overflow: hidden;
  width: 200px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0 16px;
  line-height: 32px;
  height: 32px;
}

@media (max-width: 46.24em) {
  .block--zcb-list select {
    width: 100%;
  }
}

.block--zcb-list .filter_wrapper {
  padding: 0 8px;
}

@media (max-width: 46.24em) {
  .block--zcb-list .filter_wrapper {
    width: 100%;
  }
}

.block--zcb-list .filter_wrapper label {
  display: block;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  padding: 8px 0;
}

.block--zcb-list .view-switcher {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  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;
  padding: 16px;
}

.block--zcb-list .view-switcher::after {
  margin-left: 8px;
  font-weight: 600;
}

.block--zcb-list .view-switcher:hover {
  color: #8aB55e;
  cursor: pointer;
}

.block--zcb-list .view-switcher--list::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04MCwzNjhIMTZjLTguOCwwLTE2LDcuMi0xNiwxNnY2NGMwLDguOCw3LjIsMTYsMTYsMTZoNjRjOC44LDAsMTYtNy4yLDE2LTE2di02NEM5NiwzNzUuMiw4OC44LDM2OCw4MCwzNjh6CgkgTTgwLDQ4SDE2QzcuMiw0OCwwLDU1LjIsMCw2NHY2NGMwLDguOCw3LjIsMTYsMTYsMTZoNjRjOC44LDAsMTYtNy4yLDE2LTE2VjY0Qzk2LDU1LjIsODguOCw0OCw4MCw0OHogTTgwLDIwOEgxNgoJYy04LjgsMC0xNiw3LjItMTYsMTZ2NjRjMCw4LjgsNy4yLDE2LDE2LDE2aDY0YzguOCwwLDE2LTcuMiwxNi0xNnYtNjRDOTYsMjE1LjIsODguOCwyMDgsODAsMjA4eiBNNDk2LDM4NEgxNzZjLTguOCwwLTE2LDcuMi0xNiwxNgoJdjMyYzAsOC44LDcuMiwxNiwxNiwxNmgzMjBjOC44LDAsMTYtNy4yLDE2LTE2di0zMkM1MTIsMzkxLjIsNTA0LjgsMzg0LDQ5NiwzODR6IE00OTYsNjRIMTc2Yy04LjgsMC0xNiw3LjItMTYsMTZ2MzIKCWMwLDguOCw3LjIsMTYsMTYsMTZoMzIwYzguOCwwLDE2LTcuMiwxNi0xNlY4MEM1MTIsNzEuMiw1MDQuOCw2NCw0OTYsNjR6IE00OTYsMjI0SDE3NmMtOC44LDAtMTYsNy4yLTE2LDE2djMyYzAsOC44LDcuMiwxNiwxNiwxNgoJaDMyMGM4LjgsMCwxNi03LjIsMTYtMTZ2LTMyQzUxMiwyMzEuMiw1MDQuOCwyMjQsNDk2LDIyNHoiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  content: '';
  display: inline-block;
}

.block--zcb-list .view-switcher--list::after {
  content: "Switch to Grid View";
}

.block--zcb-list .view-switcher--grid::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDQ2NGMwLDI2LjUsMjEuNSw0OCw0OCw0OGgzNTJjMjYuNSwwLDQ4LTIxLjUsNDgtNDhWMTkySDBWNDY0eiBNMzIwLDI2OGMwLTYuNiw1LjQtMTIsMTItMTJoNDAKCWM2LjYsMCwxMiw1LjQsMTIsMTJ2NDBjMCw2LjYtNS40LDEyLTEyLDEyaC00MGMtNi42LDAtMTItNS40LTEyLTEyVjI2OHogTTMyMCwzOTZjMC02LjYsNS40LTEyLDEyLTEyaDQwYzYuNiwwLDEyLDUuNCwxMiwxMnY0MAoJYzAsNi42LTUuNCwxMi0xMiwxMmgtNDBjLTYuNiwwLTEyLTUuNC0xMi0xMlYzOTZ6IE0xOTIsMjY4YzAtNi42LDUuNC0xMiwxMi0xMmg0MGM2LjYsMCwxMiw1LjQsMTIsMTJ2NDBjMCw2LjYtNS40LDEyLTEyLDEyaC00MAoJYy02LjYsMC0xMi01LjQtMTItMTJWMjY4eiBNMTkyLDM5NmMwLTYuNiw1LjQtMTIsMTItMTJoNDBjNi42LDAsMTIsNS40LDEyLDEydjQwYzAsNi42LTUuNCwxMi0xMiwxMmgtNDBjLTYuNiwwLTEyLTUuNC0xMi0xMlYzOTZ6CgkgTTY0LDI2OGMwLTYuNiw1LjQtMTIsMTItMTJoNDBjNi42LDAsMTIsNS40LDEyLDEydjQwYzAsNi42LTUuNCwxMi0xMiwxMkg3NmMtNi42LDAtMTItNS40LTEyLTEyVjI2OHogTTY0LDM5NmMwLTYuNiw1LjQtMTIsMTItMTIKCWg0MGM2LjYsMCwxMiw1LjQsMTIsMTJ2NDBjMCw2LjYtNS40LDEyLTEyLDEySDc2Yy02LjYsMC0xMi01LjQtMTItMTJWMzk2eiBNNDAwLDY0aC00OFYxNmMwLTguOC03LjItMTYtMTYtMTZoLTMyCgljLTguOCwwLTE2LDcuMi0xNiwxNnY0OEgxNjBWMTZjMC04LjgtNy4yLTE2LTE2LTE2aC0zMmMtOC44LDAtMTYsNy4yLTE2LDE2djQ4SDQ4QzIxLjUsNjQsMCw4NS41LDAsMTEydjQ4aDQ0OHYtNDgKCUM0NDgsODUuNSw0MjYuNSw2NCw0MDAsNjR6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  content: '';
  display: inline-block;
}

.block--zcb-list .view-switcher--grid::after {
  content: "Switch to List View";
}

.block--zcb-list + .block--latest-posts {
  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;
  margin: 0;
}

.block--zcb-list + .block--latest-posts .block--latest-posts__list {
  max-width: 1153px;
}

.block--zcb-list--list {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--zcb-list--list__row {
  margin-bottom: 16px;
  width: 630px;
}

.block--zcb-list--list__row h2 {
  color: #5d7f75;
  font-size: 1.625rem;
  font-weight: 600;
}

.block--zcb-list--list__row a {
  font-size: 1rem;
  text-decoration: none;
  color: #5a5a5a;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--zcb-list--list__row a:hover {
  color: #5d7f75;
}

.block--zcb-list--list__row a span {
  display: block;
}

.block--zcb-list--list__row a .row-part-one {
  width: 100%;
}

.block--zcb-list--none .block-container__body .block--content {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.block--zcb-list--none .block-container__body .block--content .btn,
.block--zcb-list--none .block-container__body .block--content .js-wpml-ls-item-toggle,
.block--zcb-list--none .block-container__body .block--content .wpml-ls-legacy-list-horizontal {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.loading-button-wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2rem;
}

.btn--zcb-load {
  text-align: center;
}

.block--latest-posts__list-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block--latest-posts__list-list .block--offset__card {
  background: transparent;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  padding: 0;
  min-height: auto;
}

.block--latest-posts__list-list .block--offset__card h1 {
  color: #5a5a5a !important;
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  padding-bottom: 1rem;
}

.block--latest-posts__list-list .block--offset__card h1:hover {
  color: #5d7f75 !important;
}

.block--latest-posts__list-list .block--latest-posts__post {
  margin: 0;
  width: auto;
}

.block--latest-posts__list-list .block--latest-posts__post .block--offset {
  min-height: auto;
}

.block--latest-posts__list-list .block--latest-posts__post .block--offset .block--offset__background {
  display: none;
}

.block--latest-posts__list-list .block--latest-posts__post .block--latest-posts__post__body,
.block--latest-posts__list-list .block--latest-posts__post .block--featured-news__body {
  display: none;
}

.block--latest-posts__list-list .block--latest-posts__post .btn--green-outline {
  display: none;
}

.block--simple-page-header {
  margin-bottom: 0;
}

.block--wide-image + .block--simple-page-header {
  margin-top: -2rem;
}

.block--simple-page-header__title {
  max-width: 1204px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 18px;
  margin-top: 32px;
  font-size: 5.125rem;
  text-align: center;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  color: #5d7f75;
}

@media (max-width: 46.24em) {
  .block--simple-page-header__title {
    font-size: 3.6rem;
  }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
  .block--simple-page-header__title {
    font-size: 4.6rem;
  }
}

.block--simple-page-header__title::after {
  width: 144px;
  height: 4px;
  background: #5d7f75;
  display: block;
  margin: 2rem auto;
  content: "";
}

.block--simple-page-header--header .block--simple-page-header__title {
  color: #3a3a3a;
}

.block--simple-page-header--header .block--simple-page-header__title::after {
  background: #3a3a3a;
}

.block--simple-page-header--black .block--simple-page-header__title {
  color: #5a5a5a;
}

.block--simple-page-header--black .block--simple-page-header__title::after {
  background: #5a5a5a;
}

.block--simple-page-header--white .block--simple-page-header__title {
  color: #fff;
}

.block--simple-page-header--white .block--simple-page-header__title::after {
  background: #fff;
}

.block--simple-page-header--green .block--simple-page-header__title {
  color: #5d7f75;
}

.block--simple-page-header--green .block--simple-page-header__title::after {
  background: #5d7f75;
}

.block--simple-page-header--yellow .block--simple-page-header__title {
  color: #Fcdb1d;
}

.block--simple-page-header--yellow .block--simple-page-header__title::after {
  background: #Fcdb1d;
}

.block--simple-page-header--blue .block--simple-page-header__title {
  color: #6885a6;
}

.block--simple-page-header--blue .block--simple-page-header__title::after {
  background: #6885a6;
}

.block--simple-page-header--lime .block--simple-page-header__title {
  color: #8aB55e;
}

.block--simple-page-header--lime .block--simple-page-header__title::after {
  background: #8aB55e;
}

.block--simple-page-header--aqua .block--simple-page-header__title {
  color: #65b09d;
}

.block--simple-page-header--aqua .block--simple-page-header__title::after {
  background: #65b09d;
}

.block--simple-page-header--cream .block--simple-page-header__title {
  color: #eeefe6;
}

.block--simple-page-header--cream .block--simple-page-header__title::after {
  background: #eeefe6;
}

.block--simple-page-header--gold .block--simple-page-header__title {
  color: #c19855;
}

.block--simple-page-header--gold .block--simple-page-header__title::after {
  background: #c19855;
}

.block--simple-page-header--twitter .block--simple-page-header__title {
  color: #1da1f2;
}

.block--simple-page-header--twitter .block--simple-page-header__title::after {
  background: #1da1f2;
}

.block--simple-page-header--facebook .block--simple-page-header__title {
  color: #3b5998;
}

.block--simple-page-header--facebook .block--simple-page-header__title::after {
  background: #3b5998;
}

.block--simple-page-header--youtube .block--simple-page-header__title {
  color: #ff0000;
}

.block--simple-page-header--youtube .block--simple-page-header__title::after {
  background: #ff0000;
}

.block--simple-page-header--linkedin .block--simple-page-header__title {
  color: #0077b5;
}

.block--simple-page-header--linkedin .block--simple-page-header__title::after {
  background: #0077b5;
}

.block--simple-page-header--instagram .block--simple-page-header__title {
  color: #405de6;
}

.block--simple-page-header--instagram .block--simple-page-header__title::after {
  background: #405de6;
}

.block--simple-page-header--email .block--simple-page-header__title {
  color: #c19855;
}

.block--simple-page-header--email .block--simple-page-header__title::after {
  background: #c19855;
}

.swiper-slide.block--offset {
  width: 1008px;
  max-width: 100%;
  overflow: hidden;
  height: 575px;
  max-height: 575px;
  -webkit-transition: 800ms ease-in-out;
  -o-transition: 800ms ease-in-out;
  transition: 800ms ease-in-out;
}

.swiper-slide.block--offset .block--offset__card {
  opacity: 1;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}

.swiper-slide.block--offset:not(.swiper-slide-active) {
  -webkit-transform: scale(0.75);
       -o-transform: scale(0.75);
          transform: scale(0.75);
  opacity: 0.5;
}

.swiper-slide.block--offset:not(.swiper-slide-active) .block--offset__card {
  opacity: 0;
}

.block--swiper {
  position: relative;
}

.block--swiper .swiper-pagination.swiper-pagination-bullets {
  bottom: -32px;
}

@media (min-width: 46.25em) {
  .block--swiper .swiper-pagination.swiper-pagination-bullets {
    text-align: right;
    top: auto;
    bottom: 60px;
  }
}

.block--swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #688e83;
}

.block--swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #5d7f75;
}

.block--swiper .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxOTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzVEN0Y3NTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDM4NC43VjEyNy4zYzAtMTcuOCwyMS41LTI2LjcsMzQuMS0xNC4xbDEyOC43LDEyOC43YzcuOCw3LjgsNy44LDIwLjUsMCwyOC4zTDM0LjEsMzk4LjgKCUMyMS41LDQxMS40LDAsNDAyLjUsMCwzODQuN3oiLz4KPC9zdmc+Cg==);
}

.block--swiper .swiper-button-next::before {
  position: relative;
  left: 2px;
}

.block--swiper .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxOTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzVEN0Y3NTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOTIsMTI3LjN2MjU3LjNjMCwxNy44LTIxLjUsMjYuNy0zNC4xLDE0LjFMMjkuMiwyNzAuMWMtNy44LTcuOC03LjgtMjAuNSwwLTI4LjNsMTI4LjctMTI4LjcKCUMxNzAuNSwxMDAuNiwxOTIsMTA5LjUsMTkyLDEyNy4zeiIvPgo8L3N2Zz4K);
}

@media (min-width: 46.25em) {
  .block--swiper .swiper-button-prev {
    left: 36px;
  }
}

.block--swiper .swiper-button-prev::before {
  position: relative;
  right: 2px;
}

.block--swiper .swiper-button-next,
.block--swiper .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  -webkit-transition: 56ms ease-in-out;
  -o-transition: 56ms ease-in-out;
  transition: 56ms ease-in-out;
  top: calc(50% - 36px);
}

.block--swiper .swiper-button-next:hover,
.block--swiper .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(93, 127, 117, 0.9);
}

.swiper-pagination {
  z-index: 0 !important;
}

.block--wide-image {
  height: 490px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-size: 0;
  padding: 0;
}

.block--wide-image[data-disable-parallax='1'] {
  background-attachment: scroll;
}

.main > .block--wide-image:first-child {
  height: 290px;
}

@media (min-width: 92.5em) {
  .main > .block--wide-image:first-child {
    height: 390px;
  }
}


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