@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.timeline {
  box-sizing: border-box;
  position: relative;
}

.timeline *, .timeline :after, .timeline :before {
  box-sizing: inherit;
}

.timeline:not(.timeline--horizontal):before {
  background-color: #ddd;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}

.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.timeline__item {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.625rem 2.5rem 0.625rem 0;
  position: relative;
  width: 50%;
  z-index: 2;
}

.timeline__item:after {
  background-color: #fff;
  border: 4px solid #ddd;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 20px;
  z-index: 1;
}

.timeline__item.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

.timeline__item.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.timeline__item--left {
  left: 0;
}

.timeline__item--right {
  left: 50%;
  padding: 0.625rem 0 0.625rem 2.5rem;
}

.timeline__item--right:after {
  left: -10px;
}

.timeline__item--right .timeline__content:before {
  border-bottom: 10px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 10px solid transparent;
  left: -12px;
}

.timeline__item--right .timeline__content:after {
  border-bottom: 9px solid transparent;
  border-right: 11px solid #fff;
  border-left: none;
  border-top: 9px solid transparent;
  left: -10px;
}

.timeline__content {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #333;
  display: block;
  padding: 1.25rem;
  position: relative;
}

.timeline__content:after, .timeline__content:before {
  content: "";
  height: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 0;
}

.timeline__content:before {
  border-bottom: 10px solid transparent;
  border-left: 12px solid #ccc;
  border-top: 10px solid transparent;
  right: -12px;
  z-index: 1;
}

.timeline__content:after {
  border-bottom: 9px solid transparent;
  border-left: 11px solid #fff;
  border-top: 9px solid transparent;
  right: -10px;
  z-index: 2;
}

.timeline__content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
}

.timeline__content p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.timeline--horizontal {
  font-size: 0;
  padding: 0 3.125rem;
  overflow: hidden;
  white-space: nowrap;
}

.timeline--horizontal .timeline-divider {
  background-color: #ddd;
  display: block;
  height: 4px;
  left: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  z-index: 1;
}

.timeline--horizontal .timeline__items {
  transition: all 0.8s;
  will-change: transform;
}

.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  padding: 0 0 2.5rem;
  position: relative;
  transition: none;
  vertical-align: top;
  white-space: normal;
}

.timeline--horizontal .timeline__item:after {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 100%;
}

.timeline--horizontal .timeline__item .timeline__item__inner {
  display: table;
  height: 100%;
  width: 100%;
}

.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.timeline--horizontal .timeline__item .timeline__content:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ccc;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}

.timeline--horizontal .timeline__item .timeline__content:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}

.timeline--horizontal .timeline__item--bottom {
  padding: 2.5rem 0 0;
}

.timeline--horizontal .timeline__item--bottom:after {
  top: 0;
}

.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top;
}

.timeline--horizontal .timeline__item--bottom .timeline__content:before {
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}

.timeline--horizontal .timeline__item--bottom .timeline__content:after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}

.timeline-nav-button {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 10;
}

.timeline-nav-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.timeline-nav-button:before {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 8px;
}

.timeline-nav-button--prev {
  left: 0;
}

.timeline-nav-button--prev:before {
  background-image: url(../img/arrow-left.svg);
}

.timeline-nav-button--next {
  right: 0;
}

.timeline-nav-button--next:before {
  background-image: url(../img/arrow-right.svg);
}

.timeline--mobile {
  padding: 0;
}

.timeline--mobile:before {
  left: 10px !important;
  margin: 0 !important;
}

.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%;
}

.timeline--mobile .timeline__item:after {
  left: 2px;
  margin: 0;
}

.timeline--mobile .timeline__item .timeline__content:before {
  left: -12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 12px solid transparent;
}

.timeline--mobile .timeline__item .timeline__content:after {
  left: -10px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: none;
  border-top: 10px solid transparent;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}
@keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}
/*# sourceMappingURL=timeline.min.css.map */
/*
	FONTS
*/
@font-face {
  font-family: "Dala-Floda-Roman-No2";
  src: url("../fonts/Dala-Floda-Roman-No2.otf");
  src: url("../fonts/Dala-Floda-Roman-No2.woff2") format("woff2"), url("../fonts/Dala-Floda-Roman-No2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LL Circular Black";
  src: url("../fonts/lineto-circular-black.eot");
  src: url("../fonts/lineto-circular-black.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-black.woff2") format("woff2"), url("../fonts/lineto-circular-black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LL Circular Black Italic";
  src: url("../fonts/lineto-circular-blackitalic.eot");
  src: url("../fonts/lineto-circular-blackitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-blackitalic.woff2") format("woff2"), url("../fonts/lineto-circular-blackitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LL Circular Bold Italic";
  src: url("../fonts/lineto-circular-bolditalic.eot");
  src: url("../fonts/lineto-circular-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bolditalic.woff2") format("woff2"), url("../fonts/lineto-circular-bolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LL Circular Book";
  src: url("../fonts/lineto-circular-book.eot");
  src: url("../fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-book.woff2") format("woff2"), url("../fonts/lineto-circular-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
	UNITS
*/
/*
	COLORS
*/
.primary-background {
  background-color: #30434a;
}

.primary-color {
  color: #30434a;
}

.primary-shadow {
  box-shadow: inset 0 123px 190px -30px #30434a;
}

.secondary-background {
  background-color: #DBF2D6;
}

.secondary-color {
  color: #DBF2D6;
}

.secondary-shadow {
  box-shadow: inset 0 123px 190px -30px #DBF2D6;
}

.black-background {
  background-color: #000;
}

.black-color {
  color: #000;
}

.black-shadow {
  box-shadow: inset 0 123px 190px -30px #000;
}

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

.white-color {
  color: #fff;
}

.white-shadow {
  box-shadow: inset 0 123px 190px -30px #fff;
}

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

.grey-color {
  color: #c3c3c3;
}

.grey-shadow {
  box-shadow: inset 0 123px 190px -30px #c3c3c3;
}

.color_text-background {
  background-color: #3d3d3d;
}

.color_text-color {
  color: #3d3d3d;
}

.color_text-shadow {
  box-shadow: inset 0 123px 190px -30px #3d3d3d;
}

/*
	FUNCTIONS
*/
.accordion-container .accordion__title {
  padding-right: 50px;
  margin: 0 !important;
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  color: #DBF2D6;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  max-width: 90%;
}
.accordion-container .accordion__item {
  border-bottom: 1px solid #DBF2D6;
}
.accordion-container .accordion__trigger {
  position: relative;
  padding: 28px 30px 20px 0;
  cursor: pointer;
}
.accordion-container .accordion__content--wrapper .accordion__content {
  padding: 15px ​50px 0 0px;
}
.accordion-container .accordion__trigger-icon {
  position: absolute;
  top: 28px;
  right: 30px;
  width: 14px;
  height: 14px;
}
.accordion-container .accordion__plus {
  position: absolute;
  top: 30px;
  right: 0;
  width: 14px;
  height: 14px;
  /* Vertical line */
  /* horizontal line */
}
.accordion-container .accordion__plus:before, .accordion-container .accordion__plus:after {
  content: "";
  position: absolute;
  background-color: #DBF2D6;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordion-container .accordion__plus:before {
  top: 0;
  left: 6px;
  width: 2px;
  height: 100%;
}
.accordion-container .accordion__plus:after {
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.accordion-container .accordion .open .accordion__trigger-icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-container .accordion .open .accordion__plus:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .accordion-container .accordion__title {
    font-size: 1rem;
    line-height: 1.3125;
  }
}
/* ARCHIVES */
.archive .news__new {
  margin-bottom: 70px;
}
.archive .filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.archive .filters ul > li {
  padding: 0;
  text-indent: 0;
}
.archive .filters ul li {
  display: inline-block;
  margin: 0 10px 70px;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.archive .filters ul li:hover, .archive .filters ul li.active {
  border-bottom: 1px solid #DBF2D6;
}
.archive .filters ul li:hover a, .archive .filters ul li.active a {
  color: #DBF2D6;
}
.archive .filters ul li a {
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 5px;
}
.archive .pagination {
  margin-bottom: 90px;
}
.archive .pagination div#ajax-load-more {
  width: 100%;
}

.alm-btn-wrap {
  text-align: center;
}

/*
	BANNER
*/
.banner {
  padding-top: 260px;
}
.banner__title__l1, .banner__title__l2 {
  display: block;
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 7.5rem;
  line-height: 1.0416666667;
}
.banner__title__l1 {
  margin-bottom: 10px;
  color: #fff;
}
.banner__title__l2 {
  margin-left: 85px;
  color: #DBF2D6;
}
.banner__title.title--smaller .banner__title__l1, .banner__title.title--smaller .banner__title__l2 {
  font-size: 3.875rem;
  line-height: 1.1290322581;
}
.banner__content {
  max-width: 480px;
  margin: 220px 0 100px auto;
}
.banner__text {
  max-width: 480px;
  -webkit-column-count: 1;
          column-count: 1;
}
.banner__text p {
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
}
.banner__link {
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #DBF2D6;
}
.banner__link .icon-link {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  top: auto !important;
  left: auto !important;
}
.banner__aside-text-rotated {
  position: absolute;
  top: 20%;
  right: -130px;
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #FF5568;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}
.banner__aside-text-rotated a {
  color: inherit;
}
@media (max-width: 1340px) {
  .banner__aside-text-rotated {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .banner__aside-text-rotated {
    -webkit-transform: none !important;
            transform: none !important;
    top: -40px;
    left: 20px;
  }
}

@media (max-width: 991px) {
  .banner {
    padding-top: 210px;
  }
  .banner__title__l1, .banner__title__l2 {
    font-size: 5rem;
    line-height: 1.125;
  }
  .banner__content {
    margin: 140px 0 40px auto;
  }
}
@media (max-width: 767px) {
  .banner {
    padding-top: 200px;
  }
  .banner__title__l1, .banner__title__l2 {
    font-size: 3.75rem;
    line-height: 0.9166666667;
  }
  .banner__title.title--smaller .banner__title__l1, .banner__title.title--smaller .banner__title__l2 {
    font-size: 2.5rem;
    line-height: 1.25;
  }
  .banner__text p {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .banner {
    padding-top: 160px;
  }
  .banner__title {
    margin: 0;
  }
  .banner__title__l2 {
    margin-left: 40px;
  }
  .banner__text {
    margin: 0;
  }
  .banner__text p {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
  .banner__text + a {
    margin: 0 15px;
  }
}
@media (max-width: 400px) {
  .banner {
    padding-top: 140px;
  }
  .banner__title__l1, .banner__title__l2 {
    font-size: 2.625rem;
    line-height: 1.0714285714;
  }
  .banner__title__l1 {
    margin-bottom: 0;
  }
  .banner__title__l2 {
    margin-left: 0;
  }
  .banner__content {
    margin-top: 80px;
  }
}
.trustpilot-widget.trustpilot-banner {
  max-width: 120px;
  margin: 10px 15px 0;
  display: none;
}
@media (max-width: 767px) {
  .trustpilot-widget.trustpilot-banner {
    display: block;
  }
}

.after-banner {
  margin-top: -105px;
  padding-bottom: 120px;
}
.after-banner p {
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 100px;
          column-gap: 100px;
}
@media (max-width: 767px) {
  .after-banner p {
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
}
@media (max-width: 520px) {
  .after-banner {
    margin-top: 0;
  }
  .after-banner p {
    -webkit-columns: 1;
            columns: 1;
  }
}

.background-big-shape svg#big-shape {
  position: absolute;
  z-index: 0;
  height: auto;
  visibility: hidden;
  width: 130%;
  top: 75px;
}
@media (min-width: 1500px) {
  .background-big-shape svg#big-shape {
    top: -35px;
  }
}
@media (min-width: 1900px) {
  .background-big-shape svg#big-shape {
    top: -100px;
  }
}

.background-big-shape-private svg#big-shape-private {
  position: absolute;
  z-index: 0;
  top: -330px;
  right: -270px;
  width: 150%;
  height: auto;
  opacity: 0.2;
  visibility: hidden;
}

@media (max-width: 991px) {
  .background-big-shape svg#big-shape {
    top: 110px;
  }
}
@media (max-width: 767px) {
  .background-big-shape svg#big-shape {
    top: 30px;
  }
}
@media (max-width: 610px) {
  .background-big-shape-private svg#big-shape-private {
    top: -140px;
    right: -110px;
  }
}
/* DEFAULT, SECURITY, CASE STUDIES TEMPLATES - not home */
body.page-template-default:not(.home) .banner,
body.page-template-tpl-security .banner,
body.page-template-tpl-case-studies .banner,
body.page-template-tpl-resources .banner,
body.page-template-tpl-partners .banner,
body.page-template-tpl-vacancies .banner,
body.blog .banner {
  padding-top: 280px;
}
body.page-template-default:not(.home) .banner__title__l1, body.page-template-default:not(.home) .banner__title__l2,
body.page-template-tpl-security .banner__title__l1,
body.page-template-tpl-security .banner__title__l2,
body.page-template-tpl-case-studies .banner__title__l1,
body.page-template-tpl-case-studies .banner__title__l2,
body.page-template-tpl-resources .banner__title__l1,
body.page-template-tpl-resources .banner__title__l2,
body.page-template-tpl-partners .banner__title__l1,
body.page-template-tpl-partners .banner__title__l2,
body.page-template-tpl-vacancies .banner__title__l1,
body.page-template-tpl-vacancies .banner__title__l2,
body.blog .banner__title__l1,
body.blog .banner__title__l2 {
  color: #fff;
}
body.page-template-default:not(.home) .banner__title__l2,
body.page-template-tpl-security .banner__title__l2,
body.page-template-tpl-case-studies .banner__title__l2,
body.page-template-tpl-resources .banner__title__l2,
body.page-template-tpl-partners .banner__title__l2,
body.page-template-tpl-vacancies .banner__title__l2,
body.blog .banner__title__l2 {
  margin-left: 185px;
}
body.page-template-default:not(.home) .banner__content,
body.page-template-tpl-security .banner__content,
body.page-template-tpl-case-studies .banner__content,
body.page-template-tpl-resources .banner__content,
body.page-template-tpl-partners .banner__content,
body.page-template-tpl-vacancies .banner__content,
body.blog .banner__content {
  margin: 65px 0 160px;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 100px;
          column-gap: 100px;
  max-width: 100%;
}
body.page-template-default:not(.home) .banner .overlay--full,
body.page-template-tpl-security .banner .overlay--full,
body.page-template-tpl-case-studies .banner .overlay--full,
body.page-template-tpl-resources .banner .overlay--full,
body.page-template-tpl-partners .banner .overlay--full,
body.page-template-tpl-vacancies .banner .overlay--full,
body.blog .banner .overlay--full {
  opacity: 0.7;
}
@media (max-width: 991px) {
  body.page-template-default:not(.home) .banner__title__l2,
body.page-template-tpl-security .banner__title__l2,
body.page-template-tpl-case-studies .banner__title__l2,
body.page-template-tpl-resources .banner__title__l2,
body.page-template-tpl-partners .banner__title__l2,
body.page-template-tpl-vacancies .banner__title__l2,
body.blog .banner__title__l2 {
    margin-left: 45px;
  }
  body.page-template-default:not(.home) .banner__content,
body.page-template-tpl-security .banner__content,
body.page-template-tpl-case-studies .banner__content,
body.page-template-tpl-resources .banner__content,
body.page-template-tpl-partners .banner__content,
body.page-template-tpl-vacancies .banner__content,
body.blog .banner__content {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  body.page-template-default:not(.home) .banner,
body.page-template-tpl-security .banner,
body.page-template-tpl-case-studies .banner,
body.page-template-tpl-resources .banner,
body.page-template-tpl-partners .banner,
body.page-template-tpl-vacancies .banner,
body.blog .banner {
    padding-top: 180px;
  }
}
@media (max-width: 580px) {
  body.page-template-default:not(.home) .banner__content,
body.page-template-tpl-security .banner__content,
body.page-template-tpl-case-studies .banner__content,
body.page-template-tpl-resources .banner__content,
body.page-template-tpl-partners .banner__content,
body.page-template-tpl-vacancies .banner__content,
body.blog .banner__content {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

/* HOME - custom additions */
body.home .banner__content,
body.page-template-tpl-join-team .banner__content {
  margin-top: 120px;
}
@media (max-width: 575px) {
  body.home .banner__content,
body.page-template-tpl-join-team .banner__content {
    margin-top: 70px;
  }
}

/* BLOG */
body.blog .banner {
  padding-bottom: 60px;
}

/* RESOURCES TEMPLATE - custom additions */
body.page-template-tpl-resources .banner__content {
  margin-bottom: 200px;
}

/* ABOUT TEMPLATE */
body.page-template-tpl-about .banner__title {
  margin: 160px 0 120px;
}
body.page-template-tpl-about .banner .overlay--full {
  opacity: 0.7;
}
@media (max-width: 767px) {
  body.page-template-tpl-about .banner__title {
    margin-top: 40px;
  }
}

/* CORPORATE TEMPLATE */
body.page-template-tpl-corporate .banner {
  padding-top: 340px;
}
body.page-template-tpl-corporate .banner__title__l2 {
  margin-right: 55px;
  line-height: 1.1;
  color: #fff;
}
body.page-template-tpl-corporate .banner .banner__content {
  margin: 60px 0 200px auto;
}
body.page-template-tpl-corporate .banner__aside-text-rotated {
  right: calc(100% + 50px);
  text-align: center;
}
body.page-template-tpl-corporate .banner .overlay--full {
  opacity: 0.7;
}
@media (max-width: 1370px) {
  body.page-template-tpl-corporate .banner__aside-text-rotated {
    right: calc(100% - 80px);
    top: 30%;
  }
}
@media (max-width: 991px) {
  body.page-template-tpl-corporate .banner {
    padding-top: 240px;
  }
}
@media (max-width: 767px) {
  body.page-template-tpl-corporate .banner {
    padding-top: 180px;
  }
  body.page-template-tpl-corporate .banner .banner__content {
    margin: 30px 40px 50px auto;
  }
  body.page-template-tpl-corporate .banner__aside-text-rotated {
    top: -40px;
  }
}

/* REGISTER & LOGIN TEMPLATES */
body.page-template-tpl-register .banner,
body.page-template-tpl-login .banner {
  padding-top: 275px;
}
body.page-template-tpl-register .banner__title__l1, body.page-template-tpl-register .banner__title__l2,
body.page-template-tpl-login .banner__title__l1,
body.page-template-tpl-login .banner__title__l2 {
  display: block;
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 5rem;
  line-height: 1;
  color: #fff;
}
body.page-template-tpl-register .banner__title__l1,
body.page-template-tpl-login .banner__title__l1 {
  margin-bottom: 36px;
}
body.page-template-tpl-register .banner__title__l2,
body.page-template-tpl-login .banner__title__l2 {
  margin-left: 185px;
}
body.page-template-tpl-register .banner__text,
body.page-template-tpl-login .banner__text {
  max-width: 735px;
}
body.page-template-tpl-register .banner__content,
body.page-template-tpl-login .banner__content {
  margin: 0 0 52px;
}
@media (max-width: 991px) {
  body.page-template-tpl-register .banner__title__l1, body.page-template-tpl-register .banner__title__l2,
body.page-template-tpl-login .banner__title__l1,
body.page-template-tpl-login .banner__title__l2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
body.page-template-tpl-register .background-big-shape svg#big-shape,
body.page-template-tpl-login .background-big-shape svg#big-shape {
  top: -120px;
  left: 28%;
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}

/*
	BIG TEASER
*/
.big-teaser {
  background-color: #30434a;
  padding: 280px 30px 170px;
}
.big-teaser__title {
  font-size: 5rem;
  line-height: 1.125;
  color: #DBF2D6;
  text-align: center;
  margin-bottom: 30px;
}
.big-teaser__text {
  max-width: 660px;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.big-teaser__link {
  margin-bottom: 30px;
}
.big-teaser .overlay--top {
  top: -1px;
}
.big-teaser.no-image {
  padding: 100px 30px 80px;
}

@media (max-width: 991px) {
  .big-teaser__title {
    font-size: 4.375rem;
    line-height: 1.1428571429;
  }
  .big-teaser__text {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .big-teaser {
    padding: 150px 30px 80px;
  }
  .big-teaser__title {
    font-size: 3.125rem;
    line-height: 1.2;
  }
  .big-teaser.no-image {
    padding: 70px 30px 50px;
  }
}
/*
	BUTTONS
*/
.btn, .alm-load-more-btn, .btn-editor--primary, .btn-editor {
  padding: 21px 47px;
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  font-weight: 500;
  letter-spacing: 1.27px;
  color: #30434a;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  background-color: #DBF2D6;
  transition: all 0.4s ease-in-out;
}
.btn:hover, .alm-load-more-btn:hover, .btn-editor--primary:hover, .btn-editor:hover, .btn:focus, .alm-load-more-btn:focus, .btn-editor--primary:focus, .btn-editor:focus, .btn:active, .alm-load-more-btn:active, .btn-editor--primary:active, .btn-editor:active {
  outline: 0;
  background-color: #caecc3;
  color: #30434a !important;
}
.btn:hover::after, .alm-load-more-btn:hover::after, .btn-editor--primary:hover::after, .btn-editor:hover::after, .btn:hover::before, .alm-load-more-btn:hover::before, .btn-editor--primary:hover::before, .btn-editor:hover::before, .btn:focus::after, .alm-load-more-btn:focus::after, .btn-editor--primary:focus::after, .btn-editor:focus::after, .btn:focus::before, .alm-load-more-btn:focus::before, .btn-editor--primary:focus::before, .btn-editor:focus::before, .btn:active::after, .alm-load-more-btn:active::after, .btn-editor--primary:active::after, .btn-editor:active::after, .btn:active::before, .alm-load-more-btn:active::before, .btn-editor--primary:active::before, .btn-editor:active::before {
  border-left: 11px solid #caecc3;
}

.btn-primary, .alm-load-more-btn, .gform_button, .btn-editor--primary, .btn-secondary {
  position: relative;
  border-radius: 34px 0 34px 0;
}
.btn-primary::before, .alm-load-more-btn::before, .gform_button::before, .btn-editor--primary::before, .btn-secondary::before, .btn-primary::after, .alm-load-more-btn::after, .gform_button::after, .btn-editor--primary::after, .btn-secondary::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 1;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #DBF2D6;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
.btn-primary::before, .alm-load-more-btn::before, .gform_button::before, .btn-editor--primary::before, .btn-secondary::before {
  top: -8px;
  left: -3px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.btn-primary::after, .alm-load-more-btn::after, .gform_button::after, .btn-editor--primary::after, .btn-secondary::after {
  bottom: -8px;
  right: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-primary:hover, .alm-load-more-btn:hover, .gform_button:hover, .btn-editor--primary:hover, .btn-secondary:hover {
  border-radius: 0;
}
.btn-primary:hover::before, .alm-load-more-btn:hover::before, .gform_button:hover::before, .btn-editor--primary:hover::before, .btn-secondary:hover::before, .btn-primary:hover::after, .alm-load-more-btn:hover::after, .gform_button:hover::after, .btn-editor--primary:hover::after, .btn-secondary:hover::after {
  opacity: 0;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid #DBF2D6;
}
.btn-primary:active, .alm-load-more-btn:active, .gform_button:active, .btn-editor--primary:active, .btn-secondary:active {
  background-color: #caecc3 !important;
  border-color: transparent !important;
}

.btn-secondary {
  background-color: #30434a;
  color: #DBF2D6;
}
.btn-secondary::after, .btn-secondary::before {
  border-left: 11px solid #30434a;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #30434a;
  color: #fff !important;
}

.btn-editor {
  background-color: #DBF2D6;
  color: #30434a;
  margin-right: 40px;
}
.btn-editor:hover, .btn-editor:focus, .btn-editor:active {
  background-color: #DBF2D6;
  color: #30434a;
}

.btn-editor--primary {
  margin-right: 40px;
}

.gform_button {
  padding: 21px 70px;
}

.alm-load-more-btn {
  cursor: pointer;
}
.alm-load-more-btn.done {
  cursor: initial;
  pointer-events: none;
  opacity: 0;
}

/* -----------------------------------------------------

	Icon link

----------------------------------------------------- */
.icon-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 20px 15px 0 0;
}

/* Line and arrow */
.line-arrow .the-line {
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 48px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}
.line-arrow .the-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 20%) rotate(135deg);
          transform: translate(-50%, 20%) rotate(135deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 15px;
  transition: all 0.4s ease-in-out;
}

.icon-link.after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 20px;
  left: 4px;
}

.icon-link.before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 20px;
  left: 20px;
}

/* Circle */
.the-circle {
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}
.the-circle .link-circle {
  stroke-dasharray: 95;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 600ms ease;
  -webkit-transform-origin: 0px 0px 0px;
          transform-origin: 0px 0px 0px;
}

/* HOVER */
a:hover .icon-link .the-line {
  height: 58px;
  top: 2px;
}
a:hover .icon-link .the-circle {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
a:hover .icon-link .the-circle .link-circle {
  stroke-dashoffset: 190px;
}

span.icon-play .line-arrow .the-line {
  top: -9px !important;
}
span.icon-play .the-arrow::before {
  content: "";
  width: 1px;
  height: 6.7px;
  background-color: #fff;
  position: absolute;
  top: -2px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

a:hover span.icon-play .the-arrow {
  -webkit-transform: translate(-50%, 20%) rotate(135deg) scale(1.4) !important;
          transform: translate(-50%, 20%) rotate(135deg) scale(1.4) !important;
}
a:hover span.icon-play .line-arrow .the-line {
  top: -18px !important;
}

/*
	CASE STUDIES
*/
.slick-carousel {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1410px;
  margin: 0 auto;
}
@media (max-width: 580px) {
  .slick-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}

.case-studies {
  padding-bottom: 80px;
}
.case-studies__section-title {
  font-size: 5rem;
  line-height: 1.125;
  color: #DBF2D6;
  text-align: center;
  margin-bottom: 35px;
}
.case-studies__study {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  padding: 58px 78px;
  min-height: 550px;
}
.case-studies__data {
  max-width: 680px;
}
.case-studies__title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 3.75rem;
  line-height: 1.1333333333;
  color: #fff;
}
.case-studies__subtitle {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #DBF2D6;
  text-transform: uppercase;
}
.case-studies__excerpt {
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
}
@media (max-width: 767px) {
  .case-studies__section-title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
  .case-studies__study {
    min-height: 420px;
    padding: 45px 30px;
  }
  .case-studies__title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .case-studies__excerpt,
.case-studies .popup-video {
    display: none;
  }
}
@media (max-width: 480px) {
  .case-studies__section-title {
    font-size: 2.5rem;
    line-height: 1.25;
  }
  .case-studies__study {
    min-height: 300px;
    padding: 30px 20px;
  }
  .case-studies__title {
    font-size: 1.3125rem;
    line-height: 1.5238095238;
  }
  .case-studies__subtitle {
    font-size: 0.8125rem;
  }
  .case-studies__links {
    margin-top: -40px;
  }
}
.case-studies__links a {
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  font-weight: 500;
  letter-spacing: 1.27px;
  color: #DBF2D6;
  text-transform: uppercase;
  margin-right: 50px;
}
.case-studies ul.slick-dots {
  position: absolute;
  bottom: 48px;
  right: 108px;
}
@media (max-width: 767px) {
  .case-studies ul.slick-dots {
    bottom: 30px;
    right: 70px;
  }
}
@media (max-width: 580px) {
  .case-studies ul.slick-dots {
    bottom: 0px;
    right: 20px;
  }
}
.case-studies.single-case-study .col-to-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1410px;
  margin: 0 auto;
}
.case-studies.single-case-study .case-studies__section-title {
  padding-left: 50px;
  padding-right: 50px;
}
.case-studies.single-case-study .button-view-all {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .case-studies.single-case-study .col-to-flex {
    display: block;
  }
  .case-studies.single-case-study .case-studies__section-title {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  .case-studies.single-case-study .button-view-all {
    padding-left: 0;
    padding-right: 0;
  }
}

body.home .case-studies {
  padding-bottom: 120px;
}

body.page-template-tpl-private .case-studies__section-title {
  color: #30434a;
}

/*
	CASE STUDY - CPT
*/
body.single-case-study #primary {
  padding-top: 255px;
}
body.single-case-study #primary .case-study .page-title {
  font-size: 5rem;
  line-height: 1.125;
  text-align: center;
  color: #fff;
}
body.single-case-study #primary .case-study .page-subtitle {
  color: #fff;
  margin-bottom: 76px;
}
@media (max-width: 991px) {
  body.single-case-study #primary .case-study .page-title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
}
body.single-case-study #primary .case-study__intro {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 80px;
          column-gap: 80px;
  padding: 0 30px;
  margin-bottom: 50px;
}
body.single-case-study #primary .case-study__intro p {
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
}
@media (max-width: 767px) {
  body.single-case-study #primary .case-study__intro {
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
}
@media (max-width: 580px) {
  body.single-case-study #primary .case-study__intro {
    -webkit-columns: 1;
            columns: 1;
  }
}
body.single-case-study #primary .case-study__aside-text-rotated {
  position: absolute;
  bottom: 50%;
  right: -130px;
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #FF5568;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}
body.single-case-study #primary .case-study .video {
  height: 550px;
  margin: 50px -50px 95px;
}
body.single-case-study #primary .case-study .video:hover img.play-button {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
body.single-case-study #primary .case-study .video img.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  body.single-case-study #primary .case-study .video {
    height: 440px;
    max-width: 100%;
    margin: 50px auto 30px;
  }
}
@media (max-width: 767px) {
  body.single-case-study #primary .case-study .video {
    height: 350px;
  }
}
body.single-case-study #primary .case-study__content {
  margin-bottom: 145px;
}
body.single-case-study #primary .case-study__content h2, body.single-case-study #primary .case-study__content h3, body.single-case-study #primary .case-study__content h4, body.single-case-study #primary .case-study__content h5, body.single-case-study #primary .case-study__content h6 {
  color: #DBF2D6;
  margin: 30px 0 15px;
}
body.single-case-study #primary .case-study__content p {
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
}

/*
	FEATURED PAGE
*/
.featured-page {
  position: relative;
  padding-bottom: 80px;
}
.featured-page__image {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 470/530;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-page .line {
  position: absolute;
  top: 40px;
  left: -150px;
  width: 0;
  height: 1px;
  background-color: #DBF2D6;
  transition: all 1s ease-in-out;
  transition-delay: 0.4s;
}
.featured-page__data {
  position: relative;
  margin-top: 45px;
  margin-left: 40px;
}
.featured-page__title {
  font-size: 4.875rem;
  line-height: 1.1282051282;
  color: #DBF2D6;
  margin-bottom: 18px;
  padding-top: 50px;
}
.featured-page__text {
  margin-bottom: 35px;
}
.featured-page__text p {
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.25px;
}
.featured-page__text .twk-intro {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
}
.featured-page__link {
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  font-weight: 500;
  color: #DBF2D6;
  letter-spacing: 1.27px;
  text-transform: uppercase;
}
.featured-page .aos-animate.line {
  width: 227px;
}
.featured-page.inverse-order .row [class^=col-]:first-child {
  order: 2;
}

@media (max-width: 1199px) {
  .featured-page__title {
    font-size: 3.75rem;
    line-height: 1.1333333333;
  }
}
@media (max-width: 991px) {
  .featured-page__data {
    margin-top: 30px;
    margin-left: 20px;
  }
  .featured-page__title {
    font-size: 3.125rem;
    line-height: 1.36;
  }
}
@media (max-width: 767px) {
  .featured-page .line {
    display: none;
  }
  .featured-page__data {
    margin: 30px;
  }
  .featured-page__title {
    padding-top: 0;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
body.home .featured-page {
  padding-bottom: 180px;
}
@media (max-width: 991px) {
  body.home .featured-page {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  body.home .featured-page {
    padding-bottom: 80px;
  }
}

body.page-template-tpl-private .featured-page .line {
  background-color: transparent;
}
body.page-template-tpl-private .featured-page__data {
  margin-top: 0;
}
body.page-template-tpl-private .featured-page__title {
  padding-top: 30px;
  color: #30434a;
}
body.page-template-tpl-private .featured-page__text p {
  color: #30434a;
}
body.page-template-tpl-private .featured-page__link a {
  color: #30434a;
}

body.page-template-tpl-corporate .featured-page {
  padding-bottom: 0;
  margin-bottom: 120px;
}
body.page-template-tpl-corporate .featured-page .row [class^=col-]:first-child {
  order: 2;
}
body.page-template-tpl-corporate .featured-page .line {
  display: none;
}
body.page-template-tpl-corporate .featured-page__data {
  margin-bottom: 140px;
}
body.page-template-tpl-corporate .featured-page__title {
  padding-top: 0;
}
body.page-template-tpl-corporate .featured-page__text {
  max-width: 88%;
}
@media (max-width: 991px) {
  body.page-template-tpl-corporate .featured-page__data {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.page-template-tpl-corporate .featured-page {
    margin-bottom: 80px;
  }
  body.page-template-tpl-corporate .featured-page .row [class^=col-]:first-child {
    order: 1;
  }
}

/*
	FOOTER
*/
.site-footer__top {
  background-color: #223238;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 91px 0 55px;
}
.site-footer__top__logo {
  margin-bottom: 70px;
  width: 240px;
}
@media (max-width: 767px) {
  .site-footer__top {
    padding: 60px 0 40px;
  }
  .site-footer__top__logo {
    margin-bottom: 50px;
  }
}
.site-footer__top .contact-details div {
  display: inline-block;
  margin: 20px 38px 48px;
}
.site-footer__top .contact-details div a {
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
}
.site-footer__top .contact-details div a svg {
  margin-right: 6px;
}
.site-footer__top .contact-details div a:hover {
  color: #DBF2D6;
}
.site-footer__top .locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 88%;
}
.site-footer__top .locations a {
  position: relative;
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 1.75rem;
  line-height: 1.2142857143;
  color: #fff;
}
.site-footer__top .locations a:hover {
  color: #DBF2D6;
}
.site-footer__top .locations a::after {
  position: absolute;
  content: "\2022";
  top: 0;
  right: -40px;
}
.site-footer__top .locations__location {
  margin-left: 10px;
  margin-right: 10px;
}
.site-footer__top .locations__location:last-child a::after {
  content: "";
}
@media (max-width: 767px) {
  .site-footer__top .locations a::after {
    display: none;
  }
}
.site-footer__bottom {
  background-color: #1F2E33;
}
.site-footer__bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 25px 0;
}
.site-footer__bottom ul > li {
  padding: 0;
  text-indent: 0;
}
.site-footer__bottom ul li {
  border-right: 1px solid #fff;
  padding: 0 8px 0 5px;
}
.site-footer__bottom ul li:last-child {
  border-right: 0;
}
.site-footer__bottom ul li, .site-footer__bottom ul a {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.site-footer__bottom ul li:hover, .site-footer__bottom ul a:hover {
  color: #DBF2D6;
}
.site-footer__difc {
  background-color: #223238;
  padding: 20px 0;
}
.site-footer__difc .difc p {
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
}

body#site-3 .site-footer__top .locations a::after {
  display: none;
}

/*
	FORM
*/
input.full-width {
  width: 100%;
  margin-bottom: 15px;
}

input, textarea {
  background-color: transparent !important;
  padding: 15px 20px !important;
  color: #fff;
  font-size: 1.125rem !important;
}
input:focus, textarea:focus {
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 1.38px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.7;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 1.38px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.7;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 1.38px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.7;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "LL Circular Book", sans-serif !important;
  font-size: 0.75rem !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  letter-spacing: 1.38px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  opacity: 0.7 !important;
}

select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent !important;
  color: #fff;
  opacity: 0.7;
  font-size: 0.75rem !important;
  letter-spacing: 1.38px !important;
  text-transform: uppercase;
  border: none;
  padding: 17px 20px !important;
  padding-right: 0;
  border-radius: 0;
  max-width: 100%;
}
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
select::-webkit-input-placeholder {
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 1.38px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.7;
}
select:-moz-placeholder {
  /* Firefox 18- */
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 1.38px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.7;
}
select::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 1.38px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.7;
}
select:-ms-input-placeholder {
  font-family: "LL Circular Book", sans-serif !important;
  font-size: 0.75rem !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  letter-spacing: 1.38px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  opacity: 0.7 !important;
}
select option {
  color: #30434a !important;
}

.gform_fields label.gfield_label {
  display: none !important;
}
.gform_fields input, .gform_fields textarea, .gform_fields select {
  border: 1px solid #DBF2D6;
}
.gform_fields textarea {
  min-height: 230px;
}
.gform_fields li.gfield {
  margin-top: 30px !important;
}
.gform_fields .full-width input, .gform_fields .full-width textarea, .gform_fields .full-width select {
  width: 100% !important;
}

.gform_footer.top_label {
  text-align: center !important;
}

/* .gform_confirmation_message{
	color: $white;
	text-align: center;
	margin: 30px;
} */
.gform_wrapper div.validation_error {
  color: #FF5568 !important;
  border-top: 2px solid #FF5568 !important;
  border-bottom: 2px solid #FF5568 !important;
  font-weight: 400 !important;
}

.gform_wrapper .validation_message {
  color: #FF5568 !important;
  font-weight: 400 !important;
  padding-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: 0 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border-color: #DBF2D6 !important;
}

select.block-questions {
  border: 1px solid #DBF2D6;
  width: auto;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='55 324.9 320 192' style='enable-background:new 55 324.9 320 192;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23DBF2D6;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='355.6,324.9 375,345.6 215,516.9 55,345.6 74.3,324.9 215,475.4 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: calc(100% - 20px);
}

/*
	ICONS BLOCK
*/
.icons-block {
  padding: 70px 0;
}
.icons-block__title {
  font-size: 5rem;
  line-height: 1.125;
  color: #30434a;
  text-align: center;
  margin-bottom: 74px;
}
.icons-block__block {
  display: inline-block;
  width: calc( 20% - 20px );
  text-align: center;
  margin: 0 10px 54px 10px;
}
.icons-block__icon {
  max-height: 70px;
  height: auto;
  margin-bottom: 22px;
}
.icons-block__text {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .icons-block__title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
  .icons-block__block {
    margin-bottom: 50px;
    width: calc( 33.33% - 20px );
  }
}
@media (max-width: 480px) {
  .icons-block__title {
    font-size: 2.8125rem;
    line-height: 1.3333333333;
  }
  .icons-block__block {
    width: calc( 50% - 20px );
  }
}

.icons-block--2 {
  padding: 130px 0 70px;
}
.icons-block--2 .row-gap {
  row-gap: 100px;
}
.icons-block--2 .icons-block__block {
  width: unset;
  margin: 0;
}
.icons-block--2 .icons-block__title {
  color: #DBF2D6;
}
.icons-block--2 .icons-block__uppertext p {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 44px;
  line-height: 60px;
  letter-spacing: 0px;
  font-weight: 400;
  text-align: center;
  color: #DBF2D6;
  margin-left: auto;
  margin-right: auto;
}
.icons-block--2 .icons-block__uppertext p strong {
  color: #FF5568;
  font-weight: normal;
}
.icons-block--2 .icons-block__text {
  color: #fff;
}
@media (max-width: 767px) {
  .icons-block--2 {
    padding: 70px 0 50px;
  }
  .icons-block--2 .row-gap {
    row-gap: 60px;
  }
  .icons-block--2 .icons-block__title {
    margin-bottom: 50px;
  }
  .icons-block--2 .icons-block__uppertext p {
    font-size: 40px;
    line-height: 40px;
  }
}

/*
	ICONS
*/
.icon {
  height: 20px;
  width: auto;
}

img.alignleft {
  float: left;
  margin-right: 30px;
}

img.alignright {
  float: right;
  margin-left: 30px;
}

img.logo-divider {
  max-width: 90%;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.responsive {
  width: 100%;
  height: auto;
}

.img-background--cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.img-background--contain {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

html, body {
  position: relative;
  overflow-x: clip !important;
}

html {
  font-size: 16px;
  font-family: "LL Circular Book", sans-serif;
}

@media (max-width: 767px) {
  html {
    font-size: 15px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #30434a;
  overflow-x: hidden;
}

*:hover, *:active, *:focus {
  outline: none;
  box-shadow: 0 0 0;
}

.edit-page-link {
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px 15px;
  color: #30434a;
  background-color: #DBF2D6;
  z-index: 9999;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Dala-Floda-Roman-No2", serif;
}

p, a, li {
  font-family: "LL Circular Book", sans-serif;
}

a {
  transition: all 0.4s ease;
  color: #DBF2D6;
}
a:hover {
  text-decoration: none;
  color: #DBF2D6;
}

strong {
  color: #30434a;
  font-weight: bold;
}

main ul {
  list-style: none;
}
main ul:not(.filters--categories) li::before {
  content: "\2022";
  color: #DBF2D6;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

::-moz-selection {
  background: #30434a;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #30434a;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #30434a;
  /* Gecko Browsers */
  color: #fff;
}

blockquote {
  max-width: 824px;
  margin: 0 auto;
  padding: 50px 0 76px;
}
blockquote::before {
  content: url("../img/icon-quote.svg");
  width: 51px;
  height: auto;
  display: block;
  margin: 0 auto 40px;
}
blockquote p {
  font-family: "Dala-Floda-Roman-No2", serif !important;
  font-size: 2.875rem !important;
  line-height: 1.1304347826 !important;
  text-align: center;
  color: #DBF2D6 !important;
  margin-left: auto;
  margin-right: auto;
}
blockquote cite {
  position: relative;
  display: block;
  padding-top: 25px;
  margin-top: 33px;
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: #DBF2D6;
  font-style: normal;
}
blockquote cite .title {
  font-style: italic;
  color: #fff;
}
blockquote cite::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #FF5568 !important;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonial--light blockquote::before {
  content: url("../img/icon-quote--red.svg");
}
.testimonial--light blockquote p {
  color: #30434a !important;
}
.testimonial--light blockquote cite {
  color: #30434a !important;
}
.testimonial--light blockquote cite .title {
  color: #1F2E33;
}

@media (max-width: 767px) {
  blockquote p {
    font-size: 1.875rem !important;
    line-height: 1.4 !important;
  }
}
@media (max-width: 480px) {
  blockquote p {
    font-size: 1.3125rem !important;
    line-height: 1.1428571429 !important;
  }
}
.twk-intro {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  display: inline-block;
  margin-bottom: 15px;
  color: #DBF2D6;
}

a.post-edit-link {
  position: absolute;
  z-index: 99;
  top: -40px;
  left: 0;
  padding: 5px 15px;
  color: #30434a;
}

body.home a.post-edit-link {
  top: 10px;
}

#page-wrap {
  display: none;
}

[data-aos]:not(.aos-animate) {
  visibility: hidden;
}

.background-aside-shape {
  position: relative;
}
.background-aside-shape svg#big-shape-aside {
  position: absolute;
  z-index: -1;
  right: -90px;
  bottom: 23%;
  visibility: hidden;
}

/* CORPORATE TEMPLATE */
body.page-template-tpl-corporate {
  background-color: #30434a;
}

/* ABOUT TEMPLATE */
body.page-template-tpl-about .background-big-shape {
  position: relative;
}
body.page-template-tpl-about .background-big-shape svg#big-shape {
  position: absolute;
  z-index: -1;
  width: 130%;
  height: auto;
  top: auto;
  bottom: 200px;
  opacity: 0.3;
}

/*
	LEADERS
*/
.leaders {
  padding-bottom: 190px;
}
@media (max-width: 991px) {
  .leaders {
    padding-bottom: 20px;
  }
}
.leaders__header {
  margin-bottom: 56px;
}
.leaders__title {
  font-size: 5rem;
  line-height: 0.875;
  color: #DBF2D6;
  text-align: center;
  margin-bottom: 46px;
}
@media (max-width: 991px) {
  .leaders__title {
    font-size: 3.75rem;
    line-height: 0.8333333333;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.leaders__text {
  max-width: 630px;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.22px;
  text-align: center;
}
.leaders__text p {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.22px;
  text-align: center;
}
.leaders .leader-row {
  margin-left: -30px;
  margin-right: -30px;
}
.leaders .leader-column {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .leaders .leader-column:nth-child(3n+2) .leader .line {
    display: none;
  }
  .leaders .leader-column:nth-child(3n+3) .leader .line {
    top: auto;
    bottom: 60px;
    left: auto;
    right: -150px;
  }
}
@media (max-width: 991px) {
  .leaders .leader-column:nth-child(2n+2) .leader .line {
    top: auto;
    bottom: 60px;
    left: auto;
    right: -150px;
  }
}
.leaders .leader.picture-to-right .picture {
  order: 2;
}
.leaders .leader.picture-to-right .data {
  order: 1;
}
@media (max-width: 767px) {
  .leaders .leader.picture-to-right .picture {
    order: 1;
  }
  .leaders .leader.picture-to-right .data {
    order: 2;
  }
}
.leaders .leader {
  position: relative;
  margin-bottom: 120px;
  /* &.picture-to-left{
  			.picture{
  				padding-left: 80px;
  			}
  			.leaders__picture{
  				min-height: 556px;
  				width: 100%;
  			}
  		}
  		&.picture-to-right{
  			.picture{
  				padding-left: 30px;
  				transform: translateX(55px);
  			}
  			.leaders__picture{
  				min-height: 556px;
  				width: 100%;
  			}
  		}
  		@media( max-width: 991px ){
  			&.picture-to-left{
  				.picture{
  					padding-left: 15px;
  				}
  			}
  			&.picture-to-right{
  				.picture{
  					padding-left: 15px;
  				}
  			}
  		}
  		@media( max-width: 767px ){
  			margin-bottom: 80px;
  
  			&.picture-to-left{
  				.leaders__picture{
  					min-height: 400px;
  				}
  			}
  			&.picture-to-right{
  				.leaders__picture{
  					min-height: 400px;
  				}
  			}
  		} */
  /* &.picture-to-right{
  	.line{
  		left: auto;
  		right: -150px;
  	}
  } */
}
.leaders .leader .line {
  position: absolute;
  z-index: 5;
  top: 60px;
  left: -150px;
  width: 0;
  height: 1px;
  background-color: #DBF2D6;
  transition: all 1s ease-in-out;
  transition-delay: 0.4s;
}
.leaders .leader .line.aos-animate {
  width: 230px;
}
@media (max-width: 1190px) {
  .leaders .leader {
    /* &.picture-to-right{
    	.line{
    		right: -60px;
    	}
    } */
  }
  .leaders .leader .line {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .leaders .leader .line {
    display: none;
  }
}
.leaders .leader .empty-picture,
.leaders .leader .picture {
  position: relative;
  aspect-ratio: 350/460;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.leaders .leader .empty-picture img,
.leaders .leader .picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leaders .leader .empty-picture {
  background-color: #33454C;
}
.leaders .leader .data-wrapper {
  max-width: none;
  margin: 18px 0 40px;
}
.leaders .leader .data-wrapper .leader__name {
  word-spacing: 9999px;
}
.leaders .leader .data-wrapper a {
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  font-weight: 500;
  letter-spacing: 1.27px;
  color: #DBF2D6;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .leaders .leader .data-wrapper {
    margin-top: 30px;
  }
}
.leaders .leader__name {
  font-size: 3.25rem;
  line-height: 0.8846153846;
  color: #fff;
  margin-bottom: 20px;
}
.leaders .leader__title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 1.625rem;
  line-height: 1.0769230769;
  letter-spacing: 0.38px;
  color: #DBF2D6;
  margin-bottom: 20px;
}
.leaders .leader__text {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  font-weight: 300;
  letter-spacing: 0.22px;
  color: #fff;
  margin-bottom: 36px;
}

.leader__bio__picture {
  min-height: 500px;
}
.leader__bio .twk-intro {
  color: #30434a;
}
.leader__bio .leader__name {
  font-size: 2rem;
  line-height: 1.125;
  color: #30434a;
}
.leader__bio .leader__title {
  color: #30434a;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.leader__bio .mfp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #30434a !important;
  font-size: 45px;
}
@media (max-width: 767px) {
  .leader__bio__picture {
    margin-bottom: 30px;
  }
}
@media (max-width: 580px) {
  .leader__bio .mfp-close {
    top: -5px;
    right: -5px;
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .leader__bio__picture {
    min-height: 300px;
  }
}

/* List block */
.list-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
.list-block__title {
  font-size: 5rem;
  line-height: 0.875;
  color: #DBF2D6;
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}
.list-block__text {
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.list-block ul {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 80px;
          column-gap: 80px;
  margin-right: 15px;
}
.list-block ul li {
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
}
@media (max-width: 1199px) {
  .list-block__title {
    font-size: 3.75rem;
    line-height: 0.8333333333;
  }
}
@media (max-width: 767px) {
  .list-block__title {
    margin-bottom: 50px;
  }
  .list-block ul {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.mfp-content {
  background-color: #fff;
  max-width: 80%;
  max-height: 80vh;
  overflow: auto;
}
.mfp-content .zoom-anim-dialog {
  padding: 50px 40px;
}

@media (max-width: 580px) {
  .mfp-content {
    max-width: 95%;
  }
  .mfp-content .zoom-anim-dialog {
    padding: 30px 10px;
  }
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*
	NAVIGATION
*/
@media (max-width: 767px) {
  .site-navigation.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .site-navigation.mobile {
    display: none;
  }
}
.top-nav {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  right: 0;
}
.top-nav nav.navbar {
  display: inline-block;
}
.top-nav .site-navigation {
  position: relative;
  margin-top: 32px;
  margin-right: 110px;
  text-align: right;
}
@media (max-width: 991px) {
  .top-nav .site-navigation {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .top-nav .site-navigation {
    margin-top: 0;
  }
}
.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-nav ul > li {
  padding: 0;
  text-indent: 0;
}
.top-nav ul li {
  display: inline-block;
}
.top-nav ul li a {
  position: relative;
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 15px;
}
.top-nav ul li a:hover {
  text-decoration: none;
  color: #FF5568 !important;
}
.top-nav ul li.current_page_item a, .top-nav ul li.current-page-ancestor a {
  color: #FF5568 !important;
}
.top-nav__logo {
  display: inline-block;
  margin-left: 70px;
  margin-top: 60px;
}
.top-nav__logo svg {
  width: 210px;
  height: auto;
}
@media (max-width: 991px) {
  .top-nav__logo {
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .top-nav__logo {
    margin-top: 50px;
    margin-left: 0px;
  }
  .top-nav__logo svg {
    width: 180px;
  }
}
@media (max-width: 575px) {
  .top-nav__logo {
    margin-top: 45px;
    margin-left: 0;
  }
}
.top-nav .login-register {
  margin-bottom: 15px;
}
.top-nav .login-register li {
  border-right: 1px solid #DBF2D6;
  padding-right: 4px;
  line-height: 0.8;
}
.top-nav .login-register li:last-child {
  border-right: none;
}
.top-nav .login-register a {
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  font-weight: bold;
  letter-spacing: 1.27px;
  color: #DBF2D6;
  text-transform: uppercase;
}
.top-nav #navbar-secondary-menu {
  position: fixed;
  top: 0;
  right: -320px;
  height: 100%;
  transition: all 0.7s ease-in-out;
  background-color: #223238;
  padding: 150px 50px;
  width: 320px;
}
.top-nav #navbar-secondary-menu ul li {
  display: block;
  text-align: left;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  transition: all 0.4s ease-in-out;
}
.top-nav #navbar-secondary-menu ul li a {
  display: inline-block;
  padding: 12px 0;
  color: #fff;
}
.top-nav #navbar-secondary-menu ul li a::after {
  top: 19px;
}
.top-nav #navbar-secondary-menu.is-open {
  right: 0;
}
.top-nav #navbar-secondary-menu.is-open li.visible {
  -webkit-transform: none;
          transform: none;
}

.trustpilot-widget.trustpilot-header {
  padding: 0;
  margin: 0 auto -30px;
  -webkit-transform: scale(0.9) translate(-50px, 90px);
          transform: scale(0.9) translate(-50px, 90px);
  height: 30px;
}

@media (max-width: 1199px) {
  .trustpilot-widget.trustpilot-header {
    -webkit-transform: scale(0.9) translate(0px, 50px);
            transform: scale(0.9) translate(0px, 50px);
  }
}
@media (max-width: 991px) {
  .trustpilot-widget.trustpilot-header {
    display: none;
  }
}
.trustpilot-widget.trustpilot-menu {
  margin: 30px 0 0px -28px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.hamburger-mobile {
  position: absolute;
  display: block;
  height: 70px;
  width: 50px;
  top: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 767px) {
  .hamburger-mobile {
    top: 50px;
  }
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 28px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 32px;
  height: 1px;
  background-color: #DBF2D6;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: ease-in-out;
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s ease-in-out;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s ease-in-out;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s ease-in-out, -webkit-transform 0.22s ease-in-out;
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s ease-in-out;
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s ease-in-out;
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s ease-in-out, -webkit-transform 0.22s 0.12s ease-in-out;
}

ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.slick-dots li {
  display: inline;
  margin-right: 10px;
}
ul.slick-dots li.slick-active button {
  background-color: #fff;
}
ul.slick-dots li button {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 0 0;
  padding: 5px;
  height: 10px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  outline: 0;
  cursor: pointer;
}

.top-nav .site-navigation.menu-mobile {
  margin: 0;
}
.top-nav .menu-mobile {
  position: fixed;
  top: 0;
  right: -280px;
  background: #1F2E33;
  padding: 70px 25px;
  width: 280px;
  height: 100vh;
  transition: all 0.4s ease-in-out;
}
.top-nav .menu-mobile .navbar {
  width: 100%;
}
.top-nav .menu-mobile li {
  display: block;
  text-align: left;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.top-nav .menu-mobile li a {
  display: inline-block;
  padding: 8px 15px;
}
.top-nav .menu-mobile li a:after {
  bottom: 16px;
}
.top-nav .menu-mobile.is-open {
  right: 0;
}
.top-nav .menu-mobile.is-open li.visible {
  -webkit-transform: none;
          transform: none;
}
.top-nav .menu-mobile .menu-top-menu-container {
  margin-top: 30px;
  text-align: left;
}
.top-nav .menu-mobile .menu-top-menu-container li {
  display: inline-block;
}
.top-nav .menu-mobile .menu-top-menu-container li a {
  color: #DBF2D6 !important;
}
@media (max-width: 380px) {
  .top-nav .menu-mobile li a {
    padding: 7px 10px;
  }
}

/*
	NEWS & INSIGHTS
*/
.news-insights {
  padding-bottom: 140px;
}
.news-insights__title {
  font-size: 5rem;
  line-height: 1.125;
  color: #DBF2D6;
  margin-bottom: 30px;
}
.news-insights .news-1 {
  margin-bottom: 68px;
}
.news-insights .insights-1 {
  margin-top: 150px;
  margin-bottom: 60px;
  padding-left: 44px;
  padding-right: 44px;
}
.news-insights .news-2 {
  margin-top: 48px;
}
.news-insights .news-2 .preview-news {
  margin-bottom: 60px;
}
.news-insights .insights-2 .preview-insights {
  margin-right: 10px;
  padding-left: 68px;
}
.news-insights .twitter-feed {
  margin-right: 10px;
}
.news-insights .view-all {
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  font-weight: 500;
  letter-spacing: 1.27px;
  color: #DBF2D6;
  text-transform: uppercase;
  text-align: right;
  display: block;
}
@media (max-width: 991px) {
  .news-insights {
    padding-bottom: 80px;
  }
  .news-insights .insights-1 {
    margin-top: 90px;
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .news-insights .insights-2 .preview-insights {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .news-insights__title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
  .news-insights .news-1 {
    margin-bottom: 30px;
  }
  .news-insights .insights-1 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-insights .twitter-feed {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .news-insights .insights-2 .preview-insights {
    padding-left: 0px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .news-insights .news-2 {
    margin-top: 0;
  }
  .news-insights .news-2 .preview-news {
    margin-bottom: 30px;
  }
}

.preview-news {
  height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 48px;
}
.preview-news__metadata {
  font-size: 0.8125rem;
  line-height: 1;
  padding-right: 4px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #DBF2D6;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.preview-news__metadata .category, .preview-news__metadata .date {
  display: inline-block;
}
.preview-news__metadata .category {
  border-right: 1px solid #DBF2D6;
  padding-right: 4px;
}
.preview-news__title {
  font-size: 2.875rem;
  line-height: 0.9565217391;
  color: #fff;
}
.preview-news .overlay--lines {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  content: url("../img/lines-image.png");
  width: 270px;
  height: 170px;
}
@media (max-width: 991px) {
  .preview-news {
    height: 300px;
    padding: 20px 30px;
  }
  .preview-news__title {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

.preview-insights__thumbnail {
  height: 235px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 38px;
}
.preview-insights .overlay--content-over {
  margin-top: -32px;
  margin-left: 38px;
}
.preview-insights__metadata {
  font-size: 0.8125rem;
  line-height: 1;
  padding-right: 4px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #DBF2D6;
  text-transform: uppercase;
}
.preview-insights__metadata .category, .preview-insights__metadata .date {
  display: inline-block;
}
.preview-insights__metadata .category {
  border-right: 1px solid #DBF2D6;
  padding-right: 4px;
  margin-right: 4px;
}
.preview-insights__title {
  font-size: 2rem;
  line-height: 1.125;
  color: #fff;
  margin: 20px auto auto 12px;
}
.preview-insights .line {
  position: absolute;
  top: 0;
  left: -18px;
  width: 1px;
  height: 0;
  background-color: #FF5568;
  transition: all 1.2s ease-in-out;
}
@media (max-width: 991px) {
  .preview-insights__thumbnail {
    height: 250px;
  }
  .preview-insights__title {
    font-size: 1.3125rem;
    line-height: 1.3333333333;
  }
}

.preview-insights .line.aos-animate {
  height: 100%;
}
.preview-insights a * {
  opacity: 0;
  transition: all 0.4s ease;
}
.preview-insights a.aos-animate * {
  opacity: 1;
  transition-delay: 0.7s;
}

.related-news {
  padding: 70px 0 100px;
}
.related-news__section-title {
  font-size: 5rem;
  line-height: 1.125;
  text-align: center;
  color: #DBF2D6;
  margin: 0 15px 50px;
}
.related-news .preview-insights__metadata {
  color: #fff;
}
.related-news .preview-insights__title {
  color: #fff;
  margin-top: 40px;
  padding-bottom: 15px;
}
.related-news .line {
  background-color: #DBF2D6;
}
.related-news .view-all {
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  font-weight: 500;
  letter-spacing: 1.27px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .related-news {
    padding: 40px 0 100px;
  }
  .related-news__section-title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
}
@media (max-width: 767px) {
  .related-news__section-title {
    font-size: 2.8125rem;
    line-height: 1.3333333333;
  }
  .related-news .preview-insights {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.more-news__title {
  font-size: 5rem;
  line-height: 1.125;
  color: #DBF2D6;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .more-news__title {
    font-size: 4.375rem;
    line-height: 1.1428571429;
  }
}
@media (max-width: 991px) {
  .more-news__title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
}
@media (max-width: 767px) {
  .more-news__title {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}

/*
	OVERLAY
*/
.overlay--container {
  position: relative;
  z-index: 0;
}

.overlay--content-over {
  position: relative;
  z-index: 4;
}

[class^=overlay--].overlay--light {
  opacity: 0.3;
}
[class^=overlay--].overlay--lighter {
  opacity: 0.6;
}
[class^=overlay--].overlay--dark {
  opacity: 0.75;
}
[class^=overlay--].overlay--darker {
  opacity: 0.92;
}

.overlay--full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
  background-color: #30434a;
}
.overlay--full--darker {
  opacity: 0.6;
}

.overlay--top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  opacity: 0.7;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.overlay--top.overlay--top--bigger {
  height: 60%;
}
.overlay--top--primary {
  opacity: 1;
  background: linear-gradient(to bottom, #30434a 0%, #30434a 18%, rgba(48, 67, 74, 0) 100%);
}

.overlay--bottom {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 30%;
  opacity: 0.7;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 82%, black 100%);
}
.overlay--bottom.overlay--bottom--bigger {
  height: 60%;
}
.overlay--bottom--primary {
  opacity: 1;
  background: linear-gradient(to bottom, rgba(48, 67, 74, 0) 0%, #30434a 82%, #30434a 100%);
  bottom: -1px;
}

.overlay--left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 40%;
  opacity: 0.7;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.overlay--right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  right: 0;
  opacity: 0.7;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.overlay-on-hover--full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: -2;
}

main.default-template h2, main.default-template h3, main.default-template h4 {
  font-family: "Dala-Floda-Roman-No2", serif;
  color: #DBF2D6;
  margin-top: 45px;
  margin-bottom: 20px;
}
main.default-template h2 {
  font-size: 3.625rem;
  line-height: 1.0689655172;
}
main.default-template h3 {
  font-size: 3rem;
  line-height: 1.0833333333;
}
main.default-template h4 {
  font-size: 2.375rem;
  line-height: 1.1052631579;
}
main.default-template p, main.default-template li {
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  max-width: 90%;
}
main.default-template li {
  margin-bottom: 5px;
}
main.default-template .the-content a.btn, main.default-template .the-content a.btn-editor, main.default-template .the-content a.btn-editor--primary, main.default-template .the-content a.alm-load-more-btn {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  main.default-template h2 {
    font-size: 2.625rem;
    line-height: 1.2380952381;
  }
  main.default-template h3 {
    font-size: 2.375rem;
    line-height: 1.1052631579;
  }
  main.default-template h4 {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
  main.default-template p, main.default-template li {
    font-size: 1rem;
    line-height: 1.3125;
  }
}
main.single-case-study-template p, main.single-case-study-template li {
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  max-width: 90%;
}
main.single-case-study-template li {
  margin-bottom: 5px;
}

.small-print {
  font-size: 12px;
  line-height: 16px;
}

.section-dark {
  background-color: #30434a;
  display: block;
}

.redirect-message {
  font-size: 1.02rem;
  line-height: 1.4;
  color: #fff;
  position: fixed;
  z-index: 9999;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #30434a;
  padding: 10px 20px;
  border-radius: 23px;
}

/*
	PAGINATION
*/
div.navigation {
  margin: 50px 0;
}
div.navigation ul.page-numbers {
  padding: 4px 8px;
  color: black;
  text-align: center;
  display: inline-block;
}
div.navigation ul.page-numbers span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
div.navigation ul.page-numbers span.dots {
  font-size: 1rem;
}
div.navigation a.page-numbers {
  font-weight: 300;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s linear;
}
div.navigation a.page-numbers:hover {
  color: #DBF2D6;
}
div.navigation .page-numbers li {
  display: inline-block;
  min-width: 50px;
  height: 50px;
  margin: 0;
  float: left;
  vertical-align: bottom;
}
div.navigation .page-numbers li > * {
  line-height: 50px;
  border: 1px solid #BDBDBD;
  border-right: none;
}
div.navigation .page-numbers li:first-child > * {
  border-radius: 4px 0 0 4px;
}
div.navigation .page-numbers li:last-child > * {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #BDBDBD;
}
div.navigation .current {
  color: #DBF2D6;
}
div.navigation .next.page-numbers {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 15px;
}
div.navigation .next.page-numbers:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 1.25em;
  height: 10px;
  width: 10px;
  border-bottom: 3px solid #191919;
  border-left: 3px solid #191919;
  border-radius: 2px;
  /* IE 9 */
  -webkit-transform: rotate(-135deg);
  /* Safari */
  transform: rotate(-135deg);
  /* Safari */
}
div.navigation .prev.page-numbers {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 30px;
}
div.navigation .prev.page-numbers:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 1.25em;
  height: 10px;
  width: 10px;
  border-bottom: 3px solid #191919;
  border-left: 3px solid #191919;
  border-radius: 2px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
  /* Safari */
}

.pagination {
  display: block;
  width: 100%;
  text-align: center;
  padding: 75px;
}
.pagination .pages {
  display: none;
}
.pagination .page, .pagination .current, .pagination .previouspostslink, .pagination .nextpostslink {
  display: inline-block;
  height: 44px !important;
  padding: 12px 18px;
  font-size: 1rem;
  line-height: 1.125;
  border: 1px solid #DBF2D6 !important;
  color: #DBF2D6;
}
.pagination .current {
  background-color: #DBF2D6;
  color: #fff !important;
}

/*
	POSTs
*/
body.single-post #primary {
  padding-top: 255px;
}
body.single-post #primary .page-title {
  font-size: 5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0 -105px 76px;
}
@media (max-width: 991px) {
  body.single-post #primary .page-title {
    font-size: 4.375rem;
    line-height: 1.1428571429;
    margin: 0 25px 76px;
  }
}
@media (max-width: 767px) {
  body.single-post #primary .page-title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
}
@media (max-width: 575px) {
  body.single-post #primary .page-title {
    font-size: 2.625rem;
    line-height: 1.1904761905;
  }
}
body.single-post #primary .post {
  margin-bottom: 190px;
}
body.single-post #primary .post__aside-text-rotated {
  position: absolute;
  top: 11%;
  right: -320px;
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #FF5568;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}
body.single-post #primary .post__content {
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
}
body.single-post #primary .post__content em {
  color: #DBF2D6;
}
body.single-post #primary .post__metadata {
  border-bottom: 1px solid rgba(253, 253, 254, 0.4);
  padding-bottom: 20px;
  margin-bottom: 70px;
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #DBF2D6;
  text-transform: uppercase;
}
body.single-post #primary .post__metadata .category, body.single-post #primary .post__metadata .date {
  display: inline-block;
}
body.single-post #primary .post__metadata .category {
  border-right: 1px solid #DBF2D6;
  padding-right: 4px;
  margin-right: 5px;
}
body.single-post #primary .post__metadata .author {
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  color: #fff;
}
body.single-post #primary .post__metadata .author__position {
  font-style: italic;
}

/*
	SERVICES
*/
.services {
  position: relative;
  /* &__services{
  	display: flex;
  	justify-content: center;
  	align-items: flex-start;
  	flex-wrap: wrap;
  } */
}
.services svg#big-shape-aside {
  position: absolute;
  top: -10%;
  left: -140px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .services svg#big-shape-aside {
    display: none;
  }
}
.services .icon {
  width: auto;
  height: auto;
}
.services .icon img {
  display: block;
  height: 90px;
  width: auto;
  margin: 15px auto;
}
.services .icon.icon--bottom img {
  margin-top: -20px !important;
}
.services__title {
  font-size: 5rem;
  line-height: 0.875;
  color: #DBF2D6;
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 991px) {
  .services__title {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .services__title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
}
.services__text {
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  font-family: "LL Circular Book", sans-serif;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
  margin-top: -50px;
  margin-bottom: 100px;
  padding: 0 100px;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 100px;
          column-gap: 100px;
}
@media (max-width: 991px) {
  .services__text {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .services__text {
    -webkit-column-count: 1;
            column-count: 1;
    margin-top: 0px;
    padding: 0 15px;
  }
}
.services__service {
  padding: 0 15px;
  margin-bottom: 80px;
}
.services__service__title {
  font-size: 2.25rem;
  line-height: 1.1111111111;
  color: #DBF2D6;
  text-align: center;
  margin-bottom: 40px;
}
.services__service__text {
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
  text-align: center;
}
.services__service .read-more {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .services__service__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media (max-width: 575px) {
  .services__service {
    margin-bottom: 50px;
  }
  .services__service__title {
    margin-bottom: 20px;
  }
}

/* By template */
body.page-template-tpl-private .services,
body.page-template-tpl-recurring-payments .services {
  margin-bottom: 50px;
}
body.page-template-tpl-private .services__title, body.page-template-tpl-private .services__text, body.page-template-tpl-private .services__service__title, body.page-template-tpl-private .services__service__text,
body.page-template-tpl-recurring-payments .services__title,
body.page-template-tpl-recurring-payments .services__text,
body.page-template-tpl-recurring-payments .services__service__title,
body.page-template-tpl-recurring-payments .services__service__text {
  color: #30434a;
}
body.page-template-tpl-private .services__text,
body.page-template-tpl-recurring-payments .services__text {
  -webkit-columns: 1;
          columns: 1;
  text-align: center;
}

/* body.page-template-tpl-corporate{
	.services{
		&__title{
			max-width: 450px;
			margin-left: 80px;
		}
		@media( max-width: 767px ){
			&__title{
				max-width: 100%;
				margin-left: auto;
			}
		}
	}
}
 */
/*
	TESTIMONIAL
*/
.testimonial {
  padding: 50px 0 30px;
}
.testimonial blockquote {
  position: relative;
  max-width: 974px;
  padding: 50px 70px 50px;
}
.testimonial .navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
.testimonial .navigation > li {
  padding: 0;
  text-indent: 0;
}
.testimonial .prev, .testimonial .next {
  position: absolute;
  top: 140px;
  width: 30px;
  height: 30px;
  border-right: 1px solid #DBF2D6;
  border-bottom: 1px solid #DBF2D6;
  cursor: pointer;
}
.testimonial .prev {
  left: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.testimonial .next {
  right: 20px;
  -webkit-transform: scaleX(-1) rotate(135deg);
          transform: scaleX(-1) rotate(135deg);
}

.testimonial--light {
  background-color: #DBF2D6;
}
.testimonial--light .prev, .testimonial--light .next {
  border-right: 1px solid #30434a;
  border-bottom: 1px solid #30434a;
}

@media (max-width: 991px) {
  .testimonial {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial {
    padding: 0;
  }
  .testimonial .prev, .testimonial .next {
    width: 20px;
    height: 20px;
  }
}
/* PRIVATE TEMPLATE */
body.page-template-tpl-private .testimonial .prev, body.page-template-tpl-private .testimonial .next {
  border-right: 1px solid #30434a;
  border-bottom: 1px solid #30434a;
}

/*
	THE PROCESS
*/
.the-process {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .the-process {
    padding-bottom: 30px;
  }
}
.the-process__title {
  font-size: 5rem !important;
  line-height: 1.125 !important;
  text-align: center;
  color: #30434a;
  margin-bottom: 60px !important;
}
@media (max-width: 991px) {
  .the-process__title {
    font-size: 3.75rem !important;
    line-height: 1.1666666667 !important;
  }
}
@media (max-width: 767px) {
  .the-process__title {
    margin-bottom: 30px !important;
  }
}
.the-process__steps {
  justify-content: center;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .the-process__steps {
    margin-bottom: 30px;
  }
}
.the-process__steps.columns-3 .the-process__step, .the-process__steps.columns-3 .the-process__step--icon {
  width: 32.7%;
}
.the-process__steps.columns-4 .the-process__step, .the-process__steps.columns-4 .the-process__step--icon {
  width: 24.4%;
}
.the-process__steps.columns-5 .the-process__step, .the-process__steps.columns-5 .the-process__step--icon {
  width: 19.4%;
}
.the-process__steps .the-process__step {
  width: 49.4%;
  padding: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.the-process__steps .the-process__step__step {
  position: relative;
  z-index: 9;
  text-align: center;
}
.the-process__steps .the-process__step__number {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-bottom: 10px;
}
.the-process__steps .the-process__step p {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 1.875rem;
  line-height: 1.1;
  color: #30434a;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .the-process__steps .the-process__step p {
    font-size: 1.3125rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 767px) {
  .the-process__steps .the-process__step p {
    font-size: 1rem;
    line-height: 1.125;
  }
}
@media (max-width: 575px) {
  .the-process__steps .the-process__step {
    width: 49% !important;
  }
}
.the-process__steps .the-process__step--icon {
  position: relative;
  width: 49.6%;
  padding: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.the-process__steps .the-process__step--icon * {
  transition: all 0.4s linear;
}
.the-process__steps .the-process__step--icon .line,
.the-process__steps .the-process__step--icon .line__fill {
  position: absolute;
  z-index: -1;
  top: calc(50% - 1px);
  width: 50%;
  height: 2px;
}
.the-process__steps .the-process__step--icon .line--left,
.the-process__steps .the-process__step--icon .line__fill--left {
  left: -2px;
}
.the-process__steps .the-process__step--icon .line--right,
.the-process__steps .the-process__step--icon .line__fill--right {
  right: -2px;
}
.the-process__steps .the-process__step--icon .line {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.the-process__steps .the-process__step--icon .line__fill {
  background-color: #FF5568;
  width: 100%;
}
.the-process__steps .the-process__step--icon .line__fill--right {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.the-process__steps .the-process__step--icon .line__fill--left {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.the-process__steps .the-process__step--icon span.svg {
  border-radius: 50%;
  padding: 6px 9px;
  display: inline-block;
  transition: all 0.4s ease;
}
.the-process__steps .the-process__step--icon svg#icon-check g {
  transition: all 0.4s ease;
}
.the-process__steps .the-process__step--icon:first-child .line--left {
  display: none;
}
.the-process__steps .the-process__step--icon:last-child .line--right {
  display: none;
}
.the-process__steps.the-process__steps--icons.aos-animate .line.line--1 .aos-animate .line__fill--left {
  -webkit-animation: fill_the_line 0.5s linear 1s 1 normal forwards;
          animation: fill_the_line 0.5s linear 1s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .line.line--1 .aos-animate .line__fill--right {
  -webkit-animation: fill_the_line 0.5s linear 1.55s 1 normal forwards;
          animation: fill_the_line 0.5s linear 1.55s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .line.line--2 .aos-animate .line__fill--left {
  -webkit-animation: fill_the_line 0.5s linear 2s 1 normal forwards;
          animation: fill_the_line 0.5s linear 2s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .line.line--2 .aos-animate .line__fill--right {
  -webkit-animation: fill_the_line 0.5s linear 2.55s 1 normal forwards;
          animation: fill_the_line 0.5s linear 2.55s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .line.line--3 .aos-animate .line__fill--left {
  -webkit-animation: fill_the_line 0.5s linear 3s 1 normal forwards;
          animation: fill_the_line 0.5s linear 3s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .line.line--3 .aos-animate .line__fill--right {
  -webkit-animation: fill_the_line 0.5s linear 3.55s 1 normal forwards;
          animation: fill_the_line 0.5s linear 3.55s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .line.line--4 .aos-animate .line__fill--left {
  -webkit-animation: fill_the_line 0.5s linear 4s 1 normal forwards;
          animation: fill_the_line 0.5s linear 4s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .line.line--4 .aos-animate .line__fill--right {
  -webkit-animation: fill_the_line 0.5s linear 4.55s 1 normal forwards;
          animation: fill_the_line 0.5s linear 4.55s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .line.line--5 .aos-animate .line__fill--left {
  -webkit-animation: fill_the_line 0.5s linear 5s 1 normal forwards;
          animation: fill_the_line 0.5s linear 5s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .line.line--5 .aos-animate .line__fill--right {
  -webkit-animation: fill_the_line 0.5s linear 5.55s 1 normal forwards;
          animation: fill_the_line 0.5s linear 5.55s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .svg--1 {
  -webkit-animation: fill_the_svg__primary 0.9s ease 1.2s 1 normal forwards;
          animation: fill_the_svg__primary 0.9s ease 1.2s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .svg--2 {
  -webkit-animation: fill_the_svg__primary 0.9s ease 2.2s 1 normal forwards;
          animation: fill_the_svg__primary 0.9s ease 2.2s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .svg--3 {
  -webkit-animation: fill_the_svg__primary 0.9s ease 3.2s 1 normal forwards;
          animation: fill_the_svg__primary 0.9s ease 3.2s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .svg--4 {
  -webkit-animation: fill_the_svg__primary 0.9s ease 4.2s 1 normal forwards;
          animation: fill_the_svg__primary 0.9s ease 4.2s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .svg--5 {
  -webkit-animation: fill_the_svg__primary 0.9s ease 5.2s 1 normal forwards;
          animation: fill_the_svg__primary 0.9s ease 5.2s 1 normal forwards;
}
.the-process__steps .the-process__step__number {
  background-color: #30434a;
  color: #DBF2D6;
  border-radius: 50%;
  width: 35px;
  aspect-ratio: 1;
  font-family: "LL Circular Book", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  opacity: 0.3;
}
.the-process__steps.the-process__steps--icons.aos-animate .the-process__step__number.number--1 {
  -webkit-animation: fill_the_numbers__primary 0.9s ease 1.2s 1 normal forwards;
          animation: fill_the_numbers__primary 0.9s ease 1.2s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .the-process__step__number.number--2 {
  -webkit-animation: fill_the_numbers__primary 0.9s ease 2.2s 1 normal forwards;
          animation: fill_the_numbers__primary 0.9s ease 2.2s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .the-process__step__number.number--3 {
  -webkit-animation: fill_the_numbers__primary 0.9s ease 3.2s 1 normal forwards;
          animation: fill_the_numbers__primary 0.9s ease 3.2s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .the-process__step__number.number--4 {
  -webkit-animation: fill_the_numbers__primary 0.9s ease 4.2s 1 normal forwards;
          animation: fill_the_numbers__primary 0.9s ease 4.2s 1 normal forwards;
}
.the-process__steps.the-process__steps--icons.aos-animate .the-process__step__number.number--5 {
  -webkit-animation: fill_the_numbers__primary 0.9s ease 5.2s 1 normal forwards;
          animation: fill_the_numbers__primary 0.9s ease 5.2s 1 normal forwards;
}
@media (max-width: 575px) {
  .the-process__steps .the-process__step__number {
    opacity: 1;
    margin: 0 auto 15px;
  }
}

body:not(.page-template-tpl-private):not(.page-template-tpl-recurring-payments) .the-process {
  padding-bottom: 50px;
}
body:not(.page-template-tpl-private):not(.page-template-tpl-recurring-payments) .the-process__title {
  color: #DBF2D6;
}
body:not(.page-template-tpl-private):not(.page-template-tpl-recurring-payments) .the-process__steps .the-process__step p {
  color: #DBF2D6;
  max-width: 100%;
}
body:not(.page-template-tpl-private):not(.page-template-tpl-recurring-payments) .the-process__step--icon .line {
  background-color: #223238;
}
body:not(.page-template-tpl-private):not(.page-template-tpl-recurring-payments) .the-process__step--icon .line__fill {
  background-color: #FF5568;
}
body:not(.page-template-tpl-private):not(.page-template-tpl-recurring-payments) .the-process__step--icon span.svg {
  background-color: #223238;
}
body:not(.page-template-tpl-private):not(.page-template-tpl-recurring-payments) .the-process__step--icon svg#icon-check g {
  fill: #223238;
}
body:not(.page-template-tpl-private):not(.page-template-tpl-recurring-payments) .the-process__steps--icons.aos-animate .svg--1 {
  -webkit-animation: fill_the_svg__secondary 0.9s ease 1.2s 1 normal forwards;
          animation: fill_the_svg__secondary 0.9s ease 1.2s 1 normal forwards;
}
body:not(.page-template-tpl-private):not(.page-template-tpl-recurring-payments) .the-process__steps--icons.aos-animate .svg--2 {
  -webkit-animation: fill_the_svg__secondary 0.9s ease 2.2s 1 normal forwards;
          animation: fill_the_svg__secondary 0.9s ease 2.2s 1 normal forwards;
}
body:not(.page-template-tpl-private):not(.page-template-tpl-recurring-payments) .the-process__steps--icons.aos-animate .svg--3 {
  -webkit-animation: fill_the_svg__secondary 0.9s ease 3.2s 1 normal forwards;
          animation: fill_the_svg__secondary 0.9s ease 3.2s 1 normal forwards;
}
body:not(.page-template-tpl-private):not(.page-template-tpl-recurring-payments) .the-process__steps--icons.aos-animate .svg--4 {
  -webkit-animation: fill_the_svg__secondary 0.9s ease 4.2s 1 normal forwards;
          animation: fill_the_svg__secondary 0.9s ease 4.2s 1 normal forwards;
}
body:not(.page-template-tpl-private):not(.page-template-tpl-recurring-payments) .the-process__steps--icons.aos-animate .svg--5 {
  -webkit-animation: fill_the_svg__secondary 0.9s ease 5.2s 1 normal forwards;
          animation: fill_the_svg__secondary 0.9s ease 5.2s 1 normal forwards;
}

@-webkit-keyframes fill_the_line {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fill_the_line {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fill_the_svg__primary {
  to {
    background-color: #30434a;
  }
}
@keyframes fill_the_svg__primary {
  to {
    background-color: #30434a;
  }
}
@-webkit-keyframes fill_the_svg__secondary {
  to {
    background-color: #DBF2D6;
  }
}
@keyframes fill_the_svg__secondary {
  to {
    background-color: #DBF2D6;
  }
}
@-webkit-keyframes fill_the_numbers__primary {
  to {
    opacity: 1;
  }
}
@keyframes fill_the_numbers__primary {
  to {
    opacity: 1;
  }
}
/*
	THREE BLOCKS
*/
.three-blocks {
  padding-top: 140px;
  padding-bottom: 175px;
}
.three-blocks__title {
  font-size: 5rem;
  line-height: 1.125;
  color: #DBF2D6;
  text-align: center;
}
.three-blocks__text {
  max-width: 800px;
  margin: 0 auto 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.three-blocks__text p {
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
  text-align: center;
}
.three-blocks__blocks {
  text-align: center;
}
.three-blocks__blocks .block__title {
  font-size: 2.875rem;
  line-height: 1.9565217391;
  color: #DBF2D6;
}
.three-blocks__blocks .block__text {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.24px;
}
.three-blocks__blocks .block__img {
  max-width: 100%;
  margin-top: auto;
  margin-top: -40px;
  pointer-events: none;
}

@media (max-width: 991px) {
  .three-blocks {
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .three-blocks__title {
    font-size: 3.4375rem;
    line-height: 1.2727272727;
    margin-left: 25px;
    margin-right: 25px;
  }
  .three-blocks__text {
    max-width: 610px;
  }
  .three-blocks__blocks .block__title {
    font-size: 2.375rem;
    line-height: 1.2631578947;
  }
  .three-blocks__blocks .block__text {
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .three-blocks {
    padding-bottom: 70px;
  }
  .three-blocks__blocks .block__text {
    line-height: 1.2666666667;
  }
}
@media (max-width: 480px) {
  .three-blocks__title {
    font-size: 2.1875rem;
    line-height: 1.4285714286;
  }
  .three-blocks__blocks .block__title {
    font-size: 1.875rem;
    line-height: 1.6666666667;
  }
}
/*
	TIMELINE
*/
.timeline-strip {
  margin-bottom: 150px;
}
.timeline-strip__info .title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 5rem;
  line-height: 1.125;
  color: #DBF2D6;
}
.timeline-strip__info .description {
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  font-weight: 300;
  letter-spacing: 0.22px;
  color: #fff;
}
.timeline-strip__data {
  padding-right: 60px;
}

@media (max-width: 1199px) {
  .timeline-strip__info .title {
    font-size: 3.625rem;
    line-height: 1.2068965517;
  }
}
@media (max-width: 991px) {
  .timeline-strip {
    margin-bottom: 30px;
  }
  .timeline-strip__data {
    padding-right: 15px;
  }
}
.timeline__item {
  width: 308px !important;
  margin-left: -120px;
}

.timeline__content {
  background-color: #223238;
  border: 0;
  border-radius: 0;
  padding: 20px 30px 30px;
}
.timeline__content__date {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 3.75rem !important;
  line-height: 1.2 !important;
  font-weight: normal !important;
  color: #DBF2D6;
  margin: 0 0 8px !important;
}
.timeline__content__description {
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.9375rem !important;
  line-height: 1.8666666667 !important;
  font-weight: 300;
  letter-spacing: 0.22px;
  color: #fff;
}

@media (max-width: 767px) {
  .timeline__item {
    width: 230px !important;
    margin-left: -100px;
  }
}
@media (max-width: 600px) {
  .timeline__wrap {
    margin-top: 30px;
  }

  .timeline__item {
    width: 100% !important;
    margin-left: 3px;
  }

  .timeline--mobile .timeline__item .timeline__content:after {
    border-right: 10px solid #30434a;
  }

  .timeline--mobile .timeline__item .timeline__content:before {
    border-right: 12px solid #30434a;
  }
}
.timeline--horizontal .timeline__item--top .timeline__content:after,
.timeline--horizontal .timeline__item--top .timeline__content:before {
  border-top: 10px solid #223238;
  left: 20%;
}

.timeline--horizontal .timeline__item--bottom .timeline__content:after,
.timeline--horizontal .timeline__item--bottom .timeline__content:before {
  border-bottom: 10px solid #223238;
  left: 20%;
}

.timeline--horizontal .timeline__item:after {
  left: 20%;
}

.timeline--horizontal .timeline-divider {
  background-color: #fff;
  height: 1px;
}

.timeline__item:after {
  border: 0;
  width: 13px;
  height: 13px;
}

.timeline-nav-button {
  background-color: transparent;
  border: 1px solid #fff;
}
.timeline-nav-button:focus {
  outline: none !important;
}

.timeline-nav-button:disabled {
  opacity: 0;
  transition: all 0.4s ease;
}

@media (max-width: 991px) {
  .timeline--horizontal {
    padding: 0;
  }
}
/* .timeline__wrap::after {
	position: absolute;
	top: 0;
	right: -20px;
    z-index: 1;
	content: '';
    width: 80px;
    height: 100%;
    background: linear-gradient(90deg, rgba(51,69,76,0) 0%, #33454C 100%);
} */
/*
	CASE STUDIES - Template
*/
body.page-template-tpl-case-studies .preview-news {
  height: 398px;
  padding: 35px 48px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body.page-template-tpl-case-studies .preview-news {
    height: 260px;
  }
}
body.page-template-tpl-case-studies .preview-news .overlay--lines {
  display: none;
}
body.page-template-tpl-case-studies .preview-news__metadata {
  margin-bottom: 15px;
}
body.page-template-tpl-case-studies .preview-news__metadata .area-business {
  margin-bottom: 10px;
}
body.page-template-tpl-case-studies .preview-news__metadata .name-role {
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
}
body.page-template-tpl-case-studies .preview-news__metadata .name-role .line {
  position: absolute;
  top: 5px;
  left: -20px;
  background-color: #DBF2D6;
  width: 15px;
  height: 1px;
}
body.page-template-tpl-case-studies .preview-news__metadata .company-name {
  display: inline-block;
  border-left: 1px solid;
  padding-left: 8px;
}

/*
	CONTACT - Template
*/
body.page-template-tpl-contact .banner__title {
  margin-top: 80px;
}
body.page-template-tpl-contact .banner__title__l2 {
  color: #fff;
}
body.page-template-tpl-contact .banner__content {
  margin-top: 120px;
}
@media (max-width: 575px) {
  body.page-template-tpl-contact .banner__title__l1, body.page-template-tpl-contact .banner__title__l2 {
    font-size: 3.25rem;
    line-height: 1.1153846154;
  }
}
body.page-template-tpl-contact .the-content {
  margin-bottom: 160px;
}
body.page-template-tpl-contact .the-content h2 {
  font-size: 5rem;
  line-height: 1.125;
  color: #DBF2D6;
  text-align: center;
}
body.page-template-tpl-contact .the-content .gform_fields {
  margin-top: -30px !important;
}
@media (max-width: 991px) {
  body.page-template-tpl-contact .the-content h2 {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
}
body.page-template-tpl-contact .maps {
  margin-bottom: 120px;
}
body.page-template-tpl-contact .maps__title {
  font-size: 5rem;
  line-height: 1.125;
  color: #DBF2D6;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  body.page-template-tpl-contact .maps__title {
    font-size: 4.375rem;
    line-height: 1.1428571429;
  }
}
@media (max-width: 767px) {
  body.page-template-tpl-contact .maps {
    margin-bottom: 50px;
  }
  body.page-template-tpl-contact .maps__title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
}
@media (max-width: 575px) {
  body.page-template-tpl-contact .maps__title {
    font-size: 2.625rem;
    line-height: 1.1428571429;
  }
}
body.page-template-tpl-contact .maps .map {
  text-align: center;
}
body.page-template-tpl-contact .maps .map__img {
  height: 246px;
  z-index: -1;
}
body.page-template-tpl-contact .maps .map__data {
  margin-top: -90px;
  margin-bottom: 60px;
}
body.page-template-tpl-contact .maps .map__city {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 4.0625rem;
  line-height: 1.3846153846;
  color: #fff;
}
body.page-template-tpl-contact .maps .map__country {
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.93px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body.page-template-tpl-contact .maps .map__phone {
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
  margin-bottom: 2px;
}
body.page-template-tpl-contact .maps .map__google-map {
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  font-weight: 500;
  letter-spacing: 1.27px;
  color: #DBF2D6;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body.page-template-tpl-contact .maps .map__city {
    font-size: 3.375rem;
    line-height: 1.2962962963;
  }
}
body.page-template-tpl-contact svg#big-shape-aside {
  position: absolute;
  top: -250px;
  right: -120px;
}
@media (max-width: 767px) {
  body.page-template-tpl-contact svg#big-shape-aside {
    display: none;
  }
}
body.page-template-tpl-contact .map-locations .locations {
  max-width: 1140px;
  margin: 120px auto 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
body.page-template-tpl-contact .map-locations .locations__pictures-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
body.page-template-tpl-contact .map-locations .locations__content-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  width: 600px;
}
body.page-template-tpl-contact .map-locations .locations__content-wrapper .locations__header .slick-list,
body.page-template-tpl-contact .map-locations .locations__content-wrapper .locations__header .slick-track {
  overflow: visible;
}
body.page-template-tpl-contact .map-locations .locations__pictures-wrapper {
  position: relative;
  width: 470px;
  height: 580px;
  margin-right: 60px;
}
body.page-template-tpl-contact .map-locations .locations__pictures-wrapper .line {
  position: absolute;
  z-index: 1;
  top: 40px;
  right: -125px;
  width: 0;
  height: 1px;
  background-color: #DBF2D6;
  transition: all 1s ease-in-out;
  transition-delay: 0.4s;
}
body.page-template-tpl-contact .map-locations .locations__pictures-wrapper .line.aos-animate {
  width: 227px;
}
body.page-template-tpl-contact .map-locations .locations__pictures {
  width: 470px;
  height: 580px;
}
body.page-template-tpl-contact .map-locations .locations__pictures .location-picture {
  width: 470px !important;
}
body.page-template-tpl-contact .map-locations .locations__pictures .location-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-tpl-contact .map-locations .locations__header {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 75px;
  margin-bottom: 55px;
}
body.page-template-tpl-contact .map-locations .locations__header .location-title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 120px;
  line-height: 90px;
  color: #DBF2D6;
  margin-bottom: 15px;
}
body.page-template-tpl-contact .map-locations .locations__header .location-subtitle {
  font-family: "LL Circular Book", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.93px;
  text-transform: uppercase;
  color: white;
}
body.page-template-tpl-contact .map-locations .locations__header .slick-slide {
  opacity: 0;
}
body.page-template-tpl-contact .map-locations .locations__header .slick-slide.slick-current {
  opacity: 1;
}
body.page-template-tpl-contact .map-locations .locations__header .slick-slide.slick-current + .slick-slide {
  opacity: 0.3;
}
body.page-template-tpl-contact .map-locations .locations__content__header {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 25px;
}
body.page-template-tpl-contact .map-locations .locations__content__title {
  font-family: "LL Circular Book", sans-serif;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: white;
  margin-right: 25px;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
body.page-template-tpl-contact .map-locations .locations__content__title.active {
  border-bottom-color: #DBF2D6;
}
body.page-template-tpl-contact .map-locations .locations__content__data .columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}
body.page-template-tpl-contact .map-locations .locations__content__data .columns .column--1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
body.page-template-tpl-contact .map-locations .locations__content__data .columns .column--2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
body.page-template-tpl-contact .map-locations .locations__content__data > div {
  padding-bottom: 50px;
}
body.page-template-tpl-contact .map-locations .locations__content__data__title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 24px;
  line-height: 36px;
  color: white;
  margin-bottom: 10px;
}
body.page-template-tpl-contact .map-locations .locations__content__data__phone {
  display: block;
  font-family: "LL Circular Book", sans-serif;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: white;
  margin-bottom: 5px;
}
body.page-template-tpl-contact .map-locations .locations__content__data__hours__section-title {
  font-family: "LL Circular Book", sans-serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1.27px;
  color: #DBF2D6;
  text-transform: uppercase;
  margin-bottom: 2px;
}
body.page-template-tpl-contact .map-locations .locations__content__data__hours__time {
  font-family: "LL Circular Book", sans-serif;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: white;
  margin-bottom: 10px;
}
body.page-template-tpl-contact .map-locations .locations__content .view-map {
  display: block;
  margin-top: -15px;
  font-family: "LL Circular Book", sans-serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1.27px;
  color: #DBF2D6;
  text-transform: uppercase;
}
body.page-template-tpl-contact .map-locations .locations .slick-list,
body.page-template-tpl-contact .map-locations .locations .slick-track {
  height: 100%;
}
@media (max-width: 1199px) {
  body.page-template-tpl-contact .map-locations .locations {
    -ms-grid-columns: 45% 55%;
    grid-template-columns: 45% 55%;
  }
  body.page-template-tpl-contact .map-locations .locations__header .location-title {
    font-size: 100px;
  }
  body.page-template-tpl-contact .map-locations .locations__pictures-wrapper {
    width: 400px;
    margin-right: 30px;
  }
  body.page-template-tpl-contact .map-locations .locations__pictures {
    width: 400px;
  }
  body.page-template-tpl-contact .map-locations .locations__pictures .location-picture {
    width: 400px !important;
  }
  body.page-template-tpl-contact .map-locations .locations__content-wrapper {
    width: 500px;
  }
}
@media (max-width: 991px) {
  body.page-template-tpl-contact .map-locations .locations {
    -ms-grid-columns: 35% 65%;
    grid-template-columns: 35% 65%;
  }
  body.page-template-tpl-contact .map-locations .locations__pictures-wrapper {
    width: 240px;
    margin-right: 15px;
  }
  body.page-template-tpl-contact .map-locations .locations__pictures {
    width: 240px;
  }
  body.page-template-tpl-contact .map-locations .locations__pictures .location-picture {
    width: 240px !important;
  }
  body.page-template-tpl-contact .map-locations .locations__content-wrapper {
    width: 480px;
  }
}
@media (max-width: 767px) {
  body.page-template-tpl-contact .map-locations .locations {
    display: block;
  }
  body.page-template-tpl-contact .map-locations .locations__header {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  body.page-template-tpl-contact .map-locations .locations__header .location-title {
    font-size: 80px;
    line-height: 1;
    margin: 0;
  }
  body.page-template-tpl-contact .map-locations .locations__pictures-wrapper {
    width: 100vw;
    height: 310px;
    margin-right: 0;
  }
  body.page-template-tpl-contact .map-locations .locations__pictures {
    width: 100vw;
    height: 310px;
  }
  body.page-template-tpl-contact .map-locations .locations__pictures .location-picture {
    height: 310px;
    width: 100vw !important;
  }
  body.page-template-tpl-contact .map-locations .locations__content-wrapper {
    width: 100vw;
    margin: 0 30px;
  }
}
@media (max-width: 480px) {
  body.page-template-tpl-contact .map-locations .locations {
    margin: 50px auto 40px;
  }
  body.page-template-tpl-contact .map-locations .locations__header .location-title {
    font-size: 55px;
  }
  body.page-template-tpl-contact .map-locations .locations__content__header {
    overflow: scroll;
    width: 100vw;
  }
  body.page-template-tpl-contact .map-locations .locations__content__data .columns {
    display: block;
  }
  body.page-template-tpl-contact .map-locations .locations__content__data .columns .column.column--one {
    margin-bottom: 50px;
  }
}

/*
	PARTNERS - Template
*/
body.page-template-tpl-partners .featured-page {
  margin-top: 20px;
}
body.page-template-tpl-partners .featured-page__data {
  margin-top: 90px;
}
body.page-template-tpl-partners .featured-page.inverse-order {
  margin-top: 130px;
  padding-bottom: 100px;
}
body.page-template-tpl-partners .featured-page.inverse-order .line {
  left: auto;
  right: -140px !important;
}
body.page-template-tpl-partners .featured-page.inverse-order .featured-page__text {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.25px;
}
@media (max-width: 767px) {
  body.page-template-tpl-partners .featured-page.inverse-order {
    margin-top: 0;
  }
}

/*
	PRIVATE - Template
*/
body.page-template-tpl-private {
  background-color: #DBF2D6;
  /* &:not(.logged-in){
  	path#Fill-2{
  		fill: $primary; // Text
  	}
  	path#Fill-27{
  		fill: $primary__darker;
  	}
  	path#Fill-32{
  		fill: $primary;
  	}
  } */
  /* Services */
}
body.page-template-tpl-private .login-register li:first-child {
  border-right: 1px solid #30434a;
}
body.page-template-tpl-private .top-nav ul li a {
  color: #30434a;
}
body.page-template-tpl-private .top-nav ul.menu-mobile li a {
  color: #fff;
}
body.page-template-tpl-private .hamburger-inner,
body.page-template-tpl-private .hamburger-inner::before,
body.page-template-tpl-private .hamburger-inner::after {
  background-color: #30434a;
  transition: all 0.4s ease-in-out;
}
body.page-template-tpl-private .hamburger.is-active .hamburger-inner,
body.page-template-tpl-private .hamburger.is-active .hamburger-inner::before,
body.page-template-tpl-private .hamburger.is-active .hamburger-inner::after {
  background-color: #DBF2D6;
}
body.page-template-tpl-private .banner__title__l1, body.page-template-tpl-private .banner__title__l2 {
  color: #30434a;
}
body.page-template-tpl-private .banner__title__l1 {
  margin-bottom: 30px;
}
body.page-template-tpl-private .banner__title__l2 {
  line-height: 1.05;
  margin-top: -1%;
}
body.page-template-tpl-private .banner__content {
  margin: 90px 0 100px 100px;
}
body.page-template-tpl-private .banner__content *:not(.btn):not(.btn-editor):not(.btn-editor--primary):not(.alm-load-more-btn) {
  color: #30434a;
}
@media (max-width: 767px) {
  body.page-template-tpl-private .banner__title__l1 {
    margin-bottom: 20px;
  }
}
body.page-template-tpl-private .banner__aside-text {
  position: absolute;
  bottom: 70px;
  right: -60px;
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #30434a;
}
body.page-template-tpl-private .banner__aside-text a {
  color: inherit;
}
body.page-template-tpl-private .banner__aside-text .icon {
  background: url("../img/icon-lock.svg");
  width: 20px;
  height: 22px;
  display: inline-block;
  margin: 0 9px -2px;
}
@media (max-width: 1340px) {
  body.page-template-tpl-private .banner__aside-text {
    right: 30px;
  }
}
@media (max-width: 767px) {
  body.page-template-tpl-private .banner__aside-text {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  body.page-template-tpl-private .banner__text p {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  body.page-template-tpl-private .banner__title__l2 {
    margin-left: 40px;
  }
  body.page-template-tpl-private .banner .banner__content {
    margin: 70px 15px 50px 0px;
  }
  body.page-template-tpl-private .banner__text p {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}
body.page-template-tpl-private .banner .line-arrow .the-line, body.page-template-tpl-private .featured-page .line-arrow .the-line, body.page-template-tpl-private .related-news .line-arrow .the-line {
  background-color: #30434a;
}
body.page-template-tpl-private .banner .line-arrow .the-arrow, body.page-template-tpl-private .featured-page .line-arrow .the-arrow, body.page-template-tpl-private .related-news .line-arrow .the-arrow {
  border-top: 1px solid #30434a;
  border-right: 1px solid #30434a;
}
body.page-template-tpl-private .banner circle.link-circle, body.page-template-tpl-private .featured-page circle.link-circle, body.page-template-tpl-private .related-news circle.link-circle {
  stroke: #30434a;
}
body.page-template-tpl-private .featured-page {
  padding-top: 40px;
}
body.page-template-tpl-private blockquote::before {
  content: url("../img/icon-quote--green-dark.svg");
}
body.page-template-tpl-private blockquote p {
  color: #30434a !important;
}
body.page-template-tpl-private blockquote cite {
  color: #30434a !important;
}
body.page-template-tpl-private blockquote cite::before {
  background-color: #30434a !important;
}
body.page-template-tpl-private blockquote cite .title {
  color: #1F2E33 !important;
}
body.page-template-tpl-private .related-news__section-title {
  color: #30434a;
}
body.page-template-tpl-private .related-news .preview-insights__title {
  color: #30434a;
}
body.page-template-tpl-private .related-news .line {
  background-color: #FF5568;
}
body.page-template-tpl-private .related-news .view-all {
  color: #30434a;
}
body.page-template-tpl-private svg#big-shape {
  position: absolute;
  width: 130%;
  opacity: 0.1;
  top: -380px;
}
@media (max-width: 1199px) {
  body.page-template-tpl-private svg#big-shape {
    top: -250px;
  }
}
@media (max-width: 767px) {
  body.page-template-tpl-private svg#big-shape {
    display: none;
  }
}
body.page-template-tpl-private .services__service .read-more {
  color: #30434a !important;
}

/*
	PRIVATE - Recurrent Payments
*/
body.page-template-tpl-recurring-payments {
  background-color: #DBF2D6;
}
body.page-template-tpl-recurring-payments #big-shape-private {
  pointer-events: none;
  right: -370px;
}
@media (min-width: 1440px) {
  body.page-template-tpl-recurring-payments #big-shape-private {
    top: -400px;
  }
}
@media (min-width: 1480px) {
  body.page-template-tpl-recurring-payments #big-shape-private {
    top: -540px;
    opacity: 0.1;
  }
}
body.page-template-tpl-recurring-payments .login-register li:first-child {
  border-right: 1px solid #30434a;
}
body.page-template-tpl-recurring-payments .top-nav ul li a {
  color: #30434a;
}
body.page-template-tpl-recurring-payments .top-nav ul.menu-mobile li a {
  color: #fff;
}
body.page-template-tpl-recurring-payments .hamburger-inner,
body.page-template-tpl-recurring-payments .hamburger-inner::before,
body.page-template-tpl-recurring-payments .hamburger-inner::after {
  background-color: #30434a;
  transition: all 0.4s ease-in-out;
}
body.page-template-tpl-recurring-payments .hamburger.is-active .hamburger-inner,
body.page-template-tpl-recurring-payments .hamburger.is-active .hamburger-inner::before,
body.page-template-tpl-recurring-payments .hamburger.is-active .hamburger-inner::after {
  background-color: #DBF2D6;
}
body.page-template-tpl-recurring-payments .banner {
  padding-top: 240px;
}
body.page-template-tpl-recurring-payments .banner__title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 82px;
  font-weight: 450;
  line-height: 82px;
  color: #30434a;
  margin-bottom: 40px;
}
body.page-template-tpl-recurring-payments .banner__content {
  padding-left: 100px;
  max-width: none;
  margin: 0;
}
body.page-template-tpl-recurring-payments .banner__intro-line {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 450;
  color: #30434a;
  margin-bottom: 14px;
  max-width: 400px;
}
body.page-template-tpl-recurring-payments .banner__text p {
  font-family: "LL Circular Book", sans-serif;
  font-size: 17px;
  line-height: 26px;
  font-weight: 450;
  letter-spacing: 0.25px;
  color: #30434a;
}
body.page-template-tpl-recurring-payments .banner__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body.page-template-tpl-recurring-payments .banner__buttons .link {
  display: flex;
  -webkit-column-gap: 14px;
          column-gap: 14px;
}
body.page-template-tpl-recurring-payments .banner__buttons .link a {
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #30434a;
}
body.page-template-tpl-recurring-payments .banner__buttons .link .icon {
  background: url("../img/icon-lock.svg");
  width: 20px;
  height: 22px;
  display: inline-block;
}
@media (max-width: 991px) {
  body.page-template-tpl-recurring-payments .banner__title {
    font-size: 68px;
    line-height: 68px;
  }
  body.page-template-tpl-recurring-payments .banner__content {
    padding-left: 70px;
  }
  body.page-template-tpl-recurring-payments .banner__buttons {
    margin-top: 30px;
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  body.page-template-tpl-recurring-payments .banner__title {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 30px;
  }
  body.page-template-tpl-recurring-payments .banner__content {
    padding-left: 0px;
  }
  body.page-template-tpl-recurring-payments .banner__buttons {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  body.page-template-tpl-recurring-payments .banner {
    padding-top: 160px;
  }
  body.page-template-tpl-recurring-payments .banner__title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  body.page-template-tpl-recurring-payments .banner__intro-line {
    font-size: 22px;
    line-height: 25px;
  }
  body.page-template-tpl-recurring-payments .banner__text p {
    font-size: 14px;
    line-height: 21px;
  }
  body.page-template-tpl-recurring-payments .banner__buttons {
    margin-top: 15px;
  }
}
body.page-template-tpl-recurring-payments .icons-block {
  padding: 180px 0 70px 0;
}
body.page-template-tpl-recurring-payments .icons-block__block-title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 68px;
  line-height: 70px;
  font-weight: 450;
  text-align: center;
  color: #30434a;
  margin-bottom: 25px;
}
body.page-template-tpl-recurring-payments .icons-block__block-text {
  font-family: "LL Circular Book", sans-serif;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.25px;
  text-align: center;
  color: #30434a;
  padding: 0 50px;
}
body.page-template-tpl-recurring-payments .icons-block__title {
  font-family: "LL Circular Book", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25px;
  margin: 40px auto;
}
@media (max-width: 991px) {
  body.page-template-tpl-recurring-payments .icons-block {
    padding: 100px 0 50px;
  }
  body.page-template-tpl-recurring-payments .icons-block__block-title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  body.page-template-tpl-recurring-payments .icons-block {
    padding: 80px 0 50px;
  }
  body.page-template-tpl-recurring-payments .icons-block__block-title {
    font-size: 40px;
    line-height: 42px;
  }
  body.page-template-tpl-recurring-payments .icons-block__block-text {
    padding: 0;
    font-size: 16px;
  }
}
body.page-template-tpl-recurring-payments .savings {
  position: relative;
  overflow: hidden;
  background-color: #30434a;
  padding: 115px 0 50px;
  color: #fff;
}
body.page-template-tpl-recurring-payments .savings .shape svg {
  position: absolute;
  z-index: 2;
  bottom: -80%;
  right: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body.page-template-tpl-recurring-payments .savings__content {
  position: relative;
  z-index: 3;
}
body.page-template-tpl-recurring-payments .savings header {
  text-align: center;
  margin-bottom: 50px;
}
body.page-template-tpl-recurring-payments .savings__title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 74px;
  line-height: 74px;
  font-weight: 450;
  margin-bottom: 40px;
}
body.page-template-tpl-recurring-payments .savings__line-1 {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: 450;
  margin-bottom: 40px;
  color: #DBF2D6;
  margin-bottom: 12px;
}
body.page-template-tpl-recurring-payments .savings__line-2 {
  font-family: "LL Circular Book", sans-serif;
  font-size: 21px;
  line-height: 21px;
  font-weight: 450;
  margin-bottom: 40px;
  color: #DBF2D6;
  letter-spacing: 0.235px;
  margin-bottom: 12px;
}
body.page-template-tpl-recurring-payments .savings .savings__block {
  position: relative;
  border: 1px solid white;
  padding: 65px 45px 45px;
}
body.page-template-tpl-recurring-payments .savings .savings__block__title {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #30434a;
  padding: 0 10px;
  font-family: "LL Circular Book", sans-serif;
  font-size: 24px;
  font-weight: 450;
  line-height: 1;
  letter-spacing: 0.235px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
body.page-template-tpl-recurring-payments .savings .savings__block__line-1 {
  font-family: "LL Circular Book", sans-serif;
  font-size: 14px;
  letter-spacing: 1.269px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
body.page-template-tpl-recurring-payments .savings .savings__block__line-2 {
  font-family: "LL Circular Book", sans-serif;
  font-size: 58px;
  line-height: 34px;
  color: #fff;
  text-align: center;
}
body.page-template-tpl-recurring-payments .savings .savings__block__line-3 {
  font-family: "LL Circular Book", sans-serif;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.235px;
  color: #fff;
  text-align: center;
  margin-top: 45px;
}
body.page-template-tpl-recurring-payments .savings__outro {
  font-family: "LL Circular Book", sans-serif;
  margin: 45px 50px 75px 50px;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.235px;
  color: #FF5568;
  text-align: center;
}
body.page-template-tpl-recurring-payments .savings__disclaimers {
  margin: 50px 50px 0;
}
body.page-template-tpl-recurring-payments .savings__disclaimers p {
  font-family: "LL Circular Book", sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.235px;
  color: #fff;
}
@media (max-width: 1199px) {
  body.page-template-tpl-recurring-payments .savings {
    padding: 90px 0 40px;
  }
  body.page-template-tpl-recurring-payments .savings__title {
    font-size: 68px;
    line-height: 68px;
  }
  body.page-template-tpl-recurring-payments .savings .savings__block__line-2 {
    font-size: 48px;
  }
  body.page-template-tpl-recurring-payments .savings__outro {
    margin: 20px 50px;
  }
}
@media (max-width: 991px) {
  body.page-template-tpl-recurring-payments .savings {
    padding: 70px 0 40px;
  }
  body.page-template-tpl-recurring-payments .savings__title {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 30px;
  }
  body.page-template-tpl-recurring-payments .savings__outro {
    margin: 20px 30px;
  }
  body.page-template-tpl-recurring-payments .savings__disclaimers {
    margin: 40px 30px 0;
  }
}
@media (max-width: 767px) {
  body.page-template-tpl-recurring-payments .savings__line-1 {
    font-size: 26px;
    line-height: 26px;
  }
  body.page-template-tpl-recurring-payments .savings__line-2 {
    font-size: 18px;
    line-height: 18px;
  }
  body.page-template-tpl-recurring-payments .savings__outro {
    font-size: 18px;
    line-height: 21px;
  }
}
body.page-template-tpl-recurring-payments .the-process {
  margin: 150px 0 50px;
}
body.page-template-tpl-recurring-payments .the-process__title {
  margin-bottom: 30px !important;
}
body.page-template-tpl-recurring-payments .the-process__intro_text {
  font-family: "LL Circular Book", sans-serif;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: #30434a;
  text-align: center;
  margin: 30px auto 60px;
  max-width: 520px;
}
body.page-template-tpl-recurring-payments .the-process__buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
}
body.page-template-tpl-recurring-payments .the-process__buttons-title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 48px;
  line-height: 34px;
  text-align: center;
  color: #30434a;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body.page-template-tpl-recurring-payments .the-process {
    margin: 90px 0 50px;
  }
}
@media (max-width: 767px) {
  body.page-template-tpl-recurring-payments .the-process {
    margin: 70px 0 50px;
  }
}
@media (max-width: 575px) {
  body.page-template-tpl-recurring-payments .the-process__title {
    font-size: 42px !important;
  }
  body.page-template-tpl-recurring-payments .the-process__intro_text {
    margin: 30px auto 30px;
  }
  body.page-template-tpl-recurring-payments .the-process__buttons {
    flex-wrap: wrap;
  }
  body.page-template-tpl-recurring-payments .the-process__steps .the-process__step {
    width: 100% !important;
  }
}
body.page-template-tpl-recurring-payments .testimonial .prev,
body.page-template-tpl-recurring-payments .testimonial .next {
  top: 50%;
  border-right: 1px solid #30434a;
  border-bottom: 1px solid #30434a;
}
body.page-template-tpl-recurring-payments blockquote::before {
  content: url("../img/icon-quote--green-dark.svg");
}
body.page-template-tpl-recurring-payments blockquote p {
  color: #30434a !important;
}
body.page-template-tpl-recurring-payments blockquote cite {
  color: #30434a !important;
}
body.page-template-tpl-recurring-payments blockquote cite .title {
  color: #1F2E33 !important;
}
body.page-template-tpl-recurring-payments .services {
  margin-top: 120px;
  margin-bottom: 110px;
}
body.page-template-tpl-recurring-payments .services__title {
  margin-bottom: 50px;
}
body.page-template-tpl-recurring-payments .services__service__title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body.page-template-tpl-recurring-payments .services {
    margin-top: 100px;
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  body.page-template-tpl-recurring-payments .services .services svg#big-shape-aside {
    opacity: 0.3;
  }
}
body.page-template-tpl-recurring-payments .faqs {
  margin: 110px 0 110px;
}
body.page-template-tpl-recurring-payments .faqs .faqs-wrapper {
  background-color: #30434a;
  padding: 120px 170px;
}
body.page-template-tpl-recurring-payments .faqs__title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 58px;
  line-height: 52px;
  color: #DBF2D6;
}
body.page-template-tpl-recurring-payments .faqs .accordion__content p {
  color: #fff;
}
@media (max-width: 1199px) {
  body.page-template-tpl-recurring-payments .faqs {
    margin: 80px 0 80px;
  }
  body.page-template-tpl-recurring-payments .faqs .faqs-wrapper {
    padding: 80px 90px;
  }
}
@media (max-width: 991px) {
  body.page-template-tpl-recurring-payments .faqs {
    margin: 70px 0 70px;
  }
  body.page-template-tpl-recurring-payments .faqs .faqs-wrapper {
    padding: 60px 50px;
  }
  body.page-template-tpl-recurring-payments .faqs__title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  body.page-template-tpl-recurring-payments .faqs {
    margin: 70px 0 50px;
  }
  body.page-template-tpl-recurring-payments .faqs .faqs-wrapper {
    padding: 40px 30px;
  }
}

/*
	RESOURCES - Template
*/
body.page-template-tpl-resources .resources {
  margin-top: -100px;
  margin-bottom: 70px;
}
body.page-template-tpl-resources .resources__resource {
  margin-bottom: 30px;
}
body.page-template-tpl-resources .overlay--content-over {
  padding-bottom: 30px;
}

/*
	CONTACT - Template
*/
body.page-template-tpl-security .the-content {
  margin-top: -95px;
  margin-bottom: 80px;
}
body.page-template-tpl-security .the-content h2 {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 4.375rem;
  line-height: 1.1428571429;
  color: #DBF2D6;
  margin-top: 45px;
  margin-bottom: 20px;
}
body.page-template-tpl-security .the-content p {
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  max-width: 90%;
}

@media (max-width: 991px) {
  body.page-template-tpl-security .the-content {
    margin-top: -95px;
    margin-bottom: 80px;
  }
  body.page-template-tpl-security .the-content h2 {
    font-size: 2.625rem;
    line-height: 1.2380952381;
  }
  body.page-template-tpl-security .the-content p {
    font-size: 1rem;
    line-height: 1.3125;
  }
}
/*
	VACANCIES - Template
*/
body.page-template-tpl-vacancies .offers {
  margin-bottom: 140px;
}
body.page-template-tpl-vacancies .offers__title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 68px;
  line-height: 90px;
  letter-spacing: 0;
  color: #DBF2D6;
  margin-bottom: 20px;
}
body.page-template-tpl-vacancies .offers__text {
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: #fff;
  margin-bottom: 60px;
}
body.page-template-tpl-vacancies .offers__points-text {
  font-family: "LL Circular Book", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
body.page-template-tpl-vacancies .offers__points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
}
body.page-template-tpl-vacancies .offers__points__point {
  position: relative;
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin: 20px 15px;
  max-width: 185px;
}
body.page-template-tpl-vacancies .offers__points__point::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  height: 1px;
  width: 30px;
  border: 1px solid #DBF2D6;
}
body.page-template-tpl-vacancies .vacancies__title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 68px;
  line-height: 90px;
  letter-spacing: 0;
  color: #DBF2D6;
  margin-bottom: 45px;
}
body.page-template-tpl-vacancies .vacancies__outro p, body.page-template-tpl-vacancies .vacancies__outro li, body.page-template-tpl-vacancies .vacancies__outro a {
  font-family: "LL Circular Book", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.22px;
  color: #fff;
}
body.page-template-tpl-vacancies .vacancies__load-more {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1.27px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body.page-template-tpl-vacancies .vacancies__title {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 30px;
  }
}

.vacancies__title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 68px;
  line-height: 90px;
  letter-spacing: 0;
  color: #DBF2D6;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .vacancies__title {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 30px;
  }
}

.preview-vacancy {
  background: #223238;
  padding: 40px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.preview-vacancy__title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #DBF2D6;
  margin: 0 0 18px;
}
.preview-vacancy__text {
  font-family: "LL Circular Book", sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
}
.preview-vacancy hr {
  background-color: rgba(255, 255, 255, 0.4);
  margin: 32px 0 28px;
}
.preview-vacancy__data {
  flex: 1 0 0;
}
.preview-vacancy__item {
  margin-bottom: 20px;
}
.preview-vacancy__item img {
  width: 40px;
  max-height: 40px;
}
.preview-vacancy__item__title {
  font-family: "LL Circular Book", sans-serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1.27px;
  font-weight: 500;
  color: #DBF2D6;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.preview-vacancy__item__text {
  font-family: "LL Circular Book", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.22px;
  color: #fff;
  margin: 0;
}
.preview-vacancy__buttons {
  display: flex;
  justify-content: space-between;
}
.preview-vacancy__buttons a {
  max-width: calc( 50% - 7px );
  padding: 20px 25px;
}
@media (max-width: 575px) {
  .preview-vacancy {
    padding: 30px;
  }
  .preview-vacancy__item {
    max-width: 270px;
  }
  .preview-vacancy__item img {
    width: 28px;
  }
}

/* Vacancy - CPT */
body.single-vacancy .post--vacancy header .page-title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 84px;
  line-height: 90px;
  letter-spacing: 0;
  color: #fff;
  margin-right: 30px;
}
body.single-vacancy .post--vacancy header .btn, body.single-vacancy .post--vacancy header .btn-editor, body.single-vacancy .post--vacancy header .btn-editor--primary, body.single-vacancy .post--vacancy header .alm-load-more-btn {
  padding: 21px 32px;
}
body.single-vacancy .post--vacancy .preview-vacancy__item {
  max-width: 280px;
}
body.single-vacancy .post--vacancy hr {
  background-color: rgba(255, 255, 255, 0.4);
  margin: 12px 0 60px;
}
body.single-vacancy .post--vacancy .content {
  background-color: #33454C;
  padding: 95px 0 110px;
  color: #fff;
}
body.single-vacancy .post--vacancy .content h2, body.single-vacancy .post--vacancy .content h3, body.single-vacancy .post--vacancy .content h4, body.single-vacancy .post--vacancy .content h5, body.single-vacancy .post--vacancy .content h6 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  color: #DBF2D6;
}
body.single-vacancy .post--vacancy .content p, body.single-vacancy .post--vacancy .content a, body.single-vacancy .post--vacancy .content li {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.25px;
}
body.single-vacancy .post--vacancy .content p + h2,
body.single-vacancy .post--vacancy .content p + h3,
body.single-vacancy .post--vacancy .content p + h4,
body.single-vacancy .post--vacancy .content p + h5,
body.single-vacancy .post--vacancy .content p + h6,
body.single-vacancy .post--vacancy .content ul + h2,
body.single-vacancy .post--vacancy .content ul + h3,
body.single-vacancy .post--vacancy .content ul + h4,
body.single-vacancy .post--vacancy .content ul + h5,
body.single-vacancy .post--vacancy .content ul + h6 {
  margin-top: 55px;
}
@media (max-width: 991px) {
  body.single-vacancy .post--vacancy header .page-title {
    font-size: 68px;
  }
  body.single-vacancy .post--vacancy .preview-vacancy__data {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  body.single-vacancy .post--vacancy header {
    flex-wrap: wrap;
  }
  body.single-vacancy .post--vacancy header .page-title {
    font-size: 50px;
    line-height: 54px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  body.single-vacancy .post--vacancy .preview-vacancy__data {
    display: block !important;
  }
  body.single-vacancy .post--vacancy .preview-vacancy__item {
    margin-bottom: 30px;
  }
  body.single-vacancy .post--vacancy .content {
    padding: 45px 0 50px;
  }
}
@media (max-width: 575px) {
  body.single-vacancy .post--vacancy header .page-title {
    font-size: 42px;
    line-height: 50px;
  }
}
body.single-vacancy .cta__background {
  padding: 130px 0 95px;
  margin-bottom: 75px;
}
body.single-vacancy .cta__title {
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 0;
  margin-bottom: 30px;
  color: #30434a;
}
body.single-vacancy .cta__text {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  color: #30434a;
}
body.single-vacancy .cta__text a {
  color: #223238;
  font-weight: 700;
}
body.single-vacancy .cta__text a:hover, body.single-vacancy .cta__text a:active, body.single-vacancy .cta__text a:focus {
  color: #1F2E33;
}
@media (max-width: 1199px) {
  body.single-vacancy .cta__background {
    padding-left: 100px;
    padding-right: 100px;
  }
  body.single-vacancy .cta__title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  body.single-vacancy .cta__background {
    padding: 60px 20px 65px;
  }
  body.single-vacancy .cta__title {
    font-size: 58px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  body.single-vacancy .cta__background {
    padding: 35px 20px 40px;
    margin-bottom: 40px;
  }
  body.single-vacancy .cta__title {
    font-size: 48px;
    line-height: 50px;
  }
}
body.single-vacancy .back-to-archive-link-wrapper {
  margin: 0 0 110px;
}
body.single-vacancy .back-to-archive-link {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1.27px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  body.single-vacancy .back-to-archive-link-wrapper {
    margin: 0 0 80px;
  }
}

/*
	TWITTER
*/
.twitter-feed {
  background-color: #DBF2D6;
  padding: 35px 48px;
  margin-bottom: 50px;
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 1.75rem;
  line-height: 1.2857142857;
  color: #30434a;
}
.twitter-feed svg path {
  fill: #30434a;
}
.twitter-feed__feed {
  margin-top: 30px;
  margin-bottom: 26px;
  /* a{
  	color: $primary;
  } */
}
.twitter-feed__feed p {
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6111111111;
  font-weight: 300;
}
.twitter-feed .follow-us {
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #30434a;
}

@media (max-width: 991px) {
  .twitter-feed {
    padding: 30px 28px;
  }
  .twitter-feed__feed p {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}
/*
	Two blocks cta
*/
.two-blocks-cta .block-title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 5rem;
  line-height: 1;
  max-width: 400px;
  margin: 0 auto 77px;
  text-align: center;
}
.two-blocks-cta__left, .two-blocks-cta__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 530px;
}
.two-blocks-cta__left {
  padding: 50px;
}
.two-blocks-cta__left .block-title {
  color: #30434a;
}
.two-blocks-cta__right {
  padding: 50px;
}
.two-blocks-cta__right .block-title {
  color: #fff;
}
@media (max-width: 991px) {
  .two-blocks-cta .block-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .two-blocks-cta__left, .two-blocks-cta__right {
    min-height: 300px;
  }
  .two-blocks-cta .block-title {
    margin-bottom: 40px;
  }
}

/*
	UTILITIES
*/
.noscroll {
  overflow: hidden !important;
}

.overflow-hide {
  overflow: hidden !important;
}

.text-red {
  color: #FF5568 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.text-12 {
  font-size: 12px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 40px !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px !important;
  }
}

/*
    Animations when item on the viewport.

    Library used for the CSS animations: https://github.com/michalsnik/aos
*/
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }

  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }

  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }

  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }

  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }

  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }

  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
.trustpilot-slider {
  padding: 50px 0px 80px;
}
.trustpilot-slider > .container {
  position: relative;
}
.trustpilot-slider__title {
  font-size: 5rem !important;
  line-height: 1.125 !important;
  text-align: center;
  color: #30434a;
  margin-bottom: 60px !important;
}
@media (max-width: 991px) {
  .trustpilot-slider__title {
    font-size: 3.75rem !important;
    line-height: 1.1666666667 !important;
  }
}
@media (max-width: 767px) {
  .trustpilot-slider__title {
    margin-bottom: 30px !important;
  }
}
.trustpilot-slider .slick-track {
  display: flex !important;
}
.trustpilot-slider .slick-slide {
  height: inherit !important;
}
.trustpilot-slider .trustpilot-carousel {
  padding: 0 30px;
}
.trustpilot-slider .slick-arrow img {
  display: block;
  width: 20px;
  cursor: pointer;
}
.trustpilot-slider .prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
}
.trustpilot-slider .next.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
}
.trustpilot-slider .slide {
  position: relative;
  background: #30434a;
  color: #fff;
  border-radius: 23px;
  padding: 40px;
  margin: 0 15px;
}
.trustpilot-slider .slide p {
  color: white !important;
}
.trustpilot-slider .slide .flag {
  display: block;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 35px;
}
.trustpilot-slider .slide strong {
  color: #DBF2D6;
  font-weight: 100;
}
.trustpilot-slider .trustpilot-widget.trustpilot-header {
  margin: 70px auto 30px;
  padding: 0;
  width: 180px !important;
}

.review-popup {
  text-align: center;
}
.review-popup .flag {
  display: block;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 35px;
}
.review-popup p {
  font-family: "LL Circular Book", sans-serif;
  font-size: 18px;
}

.terms ul:not(.filters--categories) li:before {
  display: none;
}

.terms ul {
  padding-left: 20px;
  list-style: none;
}

#big-shape {
  pointer-events: none;
}

#gform_confirmation_message_1 {
  color: #f8f9fa;
  text-align: center;
}

body.page-template-tpl-register-affiliate .banner__content {
  margin: 25px 0 72px;
}

/*body.page-template-tpl-register-affiliate .banner__text p {
	font-size: 2rem;
}*/
.twitter-feed a {
  color: #004d84;
}

main.section-light {
  background-color: #dbf2d6;
  padding: 20px 0;
}

main.section-dark {
  background-color: #30434a;
  padding: 20px 0;
}

.trustpilot-header {
  max-width: 100px;
  margin: 0px auto -150px;
  padding-left: 25px;
  z-index: 100;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

@media (min-width: 768px) {
  .trustpilot-header {
    max-width: 125px;
    margin: 0px 0 -180px 225px;
  }
}
@media (min-width: 992px) {
  .trustpilot-header {
    max-width: 280px;
    margin: 0px auto -180px;
    padding-left: 0;
    padding-right: 120px;
  }
}
.btn-cookie {
  background: #dbf2d6;
  padding: 5px 20px;
  color: black;
}

.btn-cookie:hover {
  background: #30434a;
}

.terms-subheading {
  margin-left: 10px;
}

.terms-sub-sub-heading {
  margin-left: 20px;
}

b {
  font-weight: bold;
}

.wysiwyg {
  margin: 50px 0 100px;
  font-size: 17px;
  color: #fff;
}
.wysiwyg h2 {
  font-size: 5rem !important;
  line-height: 1.125 !important;
  text-align: center;
  color: #fff;
  margin-bottom: 40px !important;
}
@media (max-width: 991px) {
  .wysiwyg h2 {
    font-size: 3.75rem !important;
    line-height: 1.1666666667 !important;
  }
}
@media (max-width: 767px) {
  .wysiwyg h2 {
    font-size: 3rem !important;
    line-height: 1.1458333333 !important;
    margin-bottom: 25px !important;
  }
}
.wysiwyg strong {
  color: #fff;
}

body.page-template-tpl-private .wysiwyg {
  color: #30434a;
}
body.page-template-tpl-private .wysiwyg h2 {
  color: #30434a;
}
body.page-template-tpl-private .wysiwyg strong {
  color: #30434a;
}

.benefits {
  position: relative;
  padding: 70px 0;
}
.benefits .bg-shape {
  position: absolute;
  z-index: -1;
  top: 110px;
  left: 0;
  width: 140%;
}
.benefits__block-title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 5rem;
  line-height: 1.125;
  color: #DBF2D6;
  text-align: center;
  margin-bottom: 75px;
}
.benefits__block {
  padding: 60px 70px;
  background-color: #DBF2D6;
  height: 100%;
}
.benefits__block header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}
.benefits__block ul:not(.filters--categories) li::before {
  color: #30434a;
}
.benefits__title {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #30434a;
}
.benefits__list {
  padding-left: 20px;
}
.benefits__item li {
  font-family: "LL Circular Book", sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 26px;
  letter-spacing: 0.235px;
  color: #30434a;
}
@media (max-width: 991px) {
  .benefits__block-title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
  .benefits__block {
    padding: 50px 40px;
  }
  .benefits__block header {
    flex-wrap: wrap;
  }
  .benefits__title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .benefits {
    padding: 70px 0 40px;
  }
  .benefits__block-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .benefits__block-title {
    font-size: 2.8125rem;
    line-height: 1.3333333333;
  }
}

.three-posts {
  padding: 70px 0 180px;
}
.three-posts__title {
  font-size: 5rem;
  line-height: 1.125;
  color: #DBF2D6;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .three-posts__title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
}
@media (max-width: 767px) {
  .three-posts {
    padding: 40px 0 40px;
  }
}
@media (max-width: 480px) {
  .three-posts__title {
    font-size: 2.8125rem;
    line-height: 1.3333333333;
  }
}

.locations {
  padding: 70px 0 40px;
}
.locations .block-title {
  font-size: 5rem;
  line-height: 1.125;
  color: #DBF2D6;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 50px;
}
.locations .map {
  text-align: center;
}
.locations .map__img {
  height: 246px;
  z-index: -1;
}
.locations .map__data {
  margin-top: -90px;
  margin-bottom: 60px;
}
.locations .map__city {
  font-family: "Dala-Floda-Roman-No2", serif;
  font-size: 4.0625rem;
  line-height: 1;
  color: #fff;
}
.locations .map__country {
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.93px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.locations .map__phone {
  font-family: "LL Circular Book", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #fff;
  margin-bottom: 2px;
}
.locations .map__google-map {
  font-family: "LL Circular Book", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  font-weight: 500;
  letter-spacing: 1.27px;
  color: #DBF2D6;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .locations .block-title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
  .locations .map__city {
    font-size: 3.375rem;
    line-height: 1.2962962963;
  }
}
@media (max-width: 767px) {
  .locations {
    padding: 30px 0 40px;
  }
  .locations .block-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .locations .block-title {
    font-size: 2.8125rem;
    line-height: 1.3333333333;
  }
}

.notification-popup.open {
  display: block !important;
}

.notification-popup {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #30434a;
  padding: 45px;
  border: 1px solid #DBF2D6;
  color: white;
}
.notification-popup__content {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.25px;
}
.notification-popup [data-name=notification-popup-close-button] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .notification-popup {
    width: 90vw;
  }
}

table th {
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}
table td {
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-width: 100px;
}

.responsive-table {
  overflow-x: auto;
}
/*# sourceMappingURL=screen.css.map*/