@charset "UTF-8";
/*!
 * Bootstrap Table of Contents v1.0.1 (http://afeld.github.io/bootstrap-toc/)
 * Copyright 2015 Aidan Feldman
 * Licensed under MIT (https://github.com/afeld/bootstrap-toc/blob/gh-pages/LICENSE.md) */
nav[data-toggle="toc"] .nav > li > a {
  color: #767676;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 20px;
}
nav[data-toggle="toc"] .nav > li > a:focus,
nav[data-toggle="toc"] .nav > li > a:hover {
  background-color: transparent;
  border-left: 1px solid #563d7c;
  color: #563d7c;
  padding-left: 19px;
  text-decoration: none;
}
nav[data-toggle="toc"] .nav-link.active,
nav[data-toggle="toc"] .nav-link.active:focus,
nav[data-toggle="toc"] .nav-link.active:hover {
  background-color: transparent;
  border-left: 2px solid #563d7c;
  color: #563d7c;
  font-weight: 700;
  padding-left: 18px;
}
nav[data-toggle="toc"] .nav-link + ul {
  display: none;
  padding-bottom: 10px;
}
nav[data-toggle="toc"] .nav .nav > li > a {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 1px;
  padding-left: 30px;
  padding-top: 1px;
}
nav[data-toggle="toc"] .nav .nav > li > a:focus,
nav[data-toggle="toc"] .nav .nav > li > a:hover {
  padding-left: 29px;
}
nav[data-toggle="toc"] .nav .nav > li > .active,
nav[data-toggle="toc"] .nav .nav > li > .active:focus,
nav[data-toggle="toc"] .nav .nav > li > .active:hover {
  font-weight: 500;
  padding-left: 28px;
}
nav[data-toggle="toc"] .nav-link.active + ul {
  display: block;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(fb6f3c230cb846e25247.gif) 50% no-repeat;
}
@font-face {
  font-family: slick;
  font-style: normal;
  font-weight: 400;
  src: url(a4e97f5a2a64f0ab1323.eot);
  src:
    url(a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),
    url(295183786cd8a1389865.woff) format("woff"),
    url(c94f7671dcc99dce43e2.ttf) format("truetype"),
    url(2630a3e3eab21c607e21.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  color: #fff;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
}
.slick-dots li,
.slick-dots li button {
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  color: #000;
  content: "•";
  font-family: slick;
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translate(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  width: 100%;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  cursor: pointer;
  height: 44px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23007aff' d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44z'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44z'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23fff' d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44z'/%3E%3C/svg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23007aff' d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0z'/%3E%3C/svg%3E");
  left: auto;
  right: 10px;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23fff' d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0z'/%3E%3C/svg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  background: #000;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}
button.swiper-pagination-bullet {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translateY(-50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin: 5px 0;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-container-vertical > .swiper-pagination-progress {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-container-cube .swiper-slide {
  height: 100%;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  background: #000;
  bottom: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}
.swiper-container-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-lazy-preloader:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-linecap='round' stroke-width='11' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-linecap='round' stroke-width='11' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.pln {
  color: #000;
}
@media screen {
  .str {
    color: #080;
  }
  .kwd {
    color: #008;
  }
  .com {
    color: #800;
  }
  .typ {
    color: #606;
  }
  .lit {
    color: #066;
  }
  .clo,
  .opn,
  .pun {
    color: #660;
  }
  .tag {
    color: #008;
  }
  .atn {
    color: #606;
  }
  .atv {
    color: #080;
  }
  .dec,
  .var {
    color: #606;
  }
  .fun {
    color: red;
  }
}
@media print, projection {
  .str {
    color: #060;
  }
  .kwd {
    color: #006;
    font-weight: 700;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: 700;
  }
  .lit {
    color: #044;
  }
  .clo,
  .opn,
  .pun {
    color: #440;
  }
  .tag {
    color: #006;
    font-weight: 700;
  }
  .atn {
    color: #404;
  }
  .atv {
    color: #060;
  }
}
pre.prettyprint {
  border: 1px solid #888;
  padding: 2px;
}
ol.linenums {
  margin-bottom: 0;
  margin-top: 0;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1cc691;
  --secondary: #3b29ff;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #86190e;
  --light: #5a5a5a;
  --dark: #5a5a5a;
  --green: #1cc691;
  --green-light: #9af3d8;
  --green-dark: #0b513c;
  --blue: #3b29ff;
  --blue-light: #f1f9ff;
  --blue-dark: #03216c;
  --red: #ff5d4d;
  --red-light: #ffe8e5;
  --red-dark: #86190e;
  --yellow: #ffd24d;
  --yellow-light: #fcecc4;
  --yellow-dark: #7c3711;
  --purple: #cc58cc;
  --purple-light: #fbd7fb;
  --purple-dark: #730c73;
  --orange: #ff9859;
  --orange-light: #fae9d4;
  --black: #333;
  --white: #fff;
  --gray-1: #5a5a5a;
  --gray-2: grey;
  --gray-3: #cdcdcd;
  --gray-4: #f1f1f1;
  --faded-05: rgba(0, 0, 0, 0.05);
  --faded-10: rgba(0, 0, 0, 0.1);
  --faded-25: rgba(0, 0, 0, 0.25);
  --faded-50: rgba(0, 0, 0, 0.5);
  --faded-75: rgba(0, 0, 0, 0.75);
  --advanced-dark: #d0cbfd;
  --advanced-light: #f1effe;
  --essentials-dark: #d2ecfe;
  --essentials-light: #f1f9ff;
  --free-dark: #e4e4e4;
  --free-light: #f7f7f7;
  --starter-light: #edf8ff;
  --tailored-dark: #f7c0fc;
  --tailored-light: #fdecfe;
  --ultimate-dark: #eec6ff;
  --ultimate-light: #faeeff;
  --facebook: #3b5998;
  --twitter: #00aced;
  --caution: #fcecc4;
  --danger-light: #ffe8e5;
  --dark-primary: #0b513c;
  --darker: #333;
  --dark-gray: #cdcdcd;
  --deep-blue: #03216c;
  --discount: #9af3d8;
  --fade: #f1f1f1;
  --fade-half: grey;
  --highlighted-blue: #f1f9ff;
  --highlighted-blue-light: #03216c;
  --highlighted-green: #9af3d8;
  --important: #ffe8e5;
  --lighter: #cdcdcd;
  --lighter-gray: #f1f1f1;
  --light-gray: #f1f1f1;
  --light-primary: #9af3d8;
  --light-secondary: #f1f9ff;
  --muted: #5a5a5a;
  --note: #f1f9ff;
  --primary-light: #9af3d8;
  --sea-blue: #f1f9ff;
  --tertiary: #ffd24d;
  --ultra: #cc58cc;
  --violet: #3b29ff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: var(--wp--preset--font-family--poppins, sans-serif);
  --font-family-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
body {
  background-color: #fff;
  color: inherit;
  font-family: var(--wp--preset--font-family--poppins, sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: revert;
  margin-top: 0;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  background-color: transparent;
  color: #1cc691;
}
a,
a:hover {
  text-decoration: underline;
}
a:hover {
  color: #3b29ff;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
pre,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-size: 1em;
}
pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
summary {
  cursor: pointer;
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.img-fluid {
  height: auto;
  max-width: 100%;
}
.figure {
  display: inline-block;
}
code {
  color: #e83e8c;
  font-size: 87.5%;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
pre {
  color: #212529;
  display: block;
  font-size: 87.5%;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.col,
.col-1,
.col-11,
.col-12,
.col-8,
.col-lg,
.col-lg-10,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-8,
.col-lg-9,
.col-md-10,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-10,
.col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2rem;
  color: inherit;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: inherit;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 198, 145, 0.25);
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  background-color: #1cc691;
  border-color: #1cc691;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #17a478;
  border-color: #169970;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 207, 162, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #1cc691;
  border-color: #1cc691;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #169970;
  border-color: #148e68;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 207, 162, 0.5);
}
.btn-secondary {
  background-color: #3b29ff;
  border-color: #3b29ff;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #1803ff;
  border-color: #1500f5;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 73, 255, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #3b29ff;
  border-color: #3b29ff;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #1500f5;
  border-color: #1400e8;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 73, 255, 0.5);
}
.btn-green-light {
  background-color: #9af3d8;
  border-color: #9af3d8;
  color: #212529;
}
.btn-green-light.focus,
.btn-green-light:focus,
.btn-green-light:hover {
  background-color: #78efcb;
  border-color: #6ceec6;
  color: #212529;
}
.btn-green-light.focus,
.btn-green-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 212, 190, 0.5);
}
.btn-green-light.disabled,
.btn-green-light:disabled {
  background-color: #9af3d8;
  border-color: #9af3d8;
  color: #212529;
}
.btn-green-light:not(:disabled):not(.disabled).active,
.btn-green-light:not(:disabled):not(.disabled):active {
  background-color: #6ceec6;
  border-color: #61ecc2;
  color: #212529;
}
.btn-green-light:not(:disabled):not(.disabled).active:focus,
.btn-green-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 212, 190, 0.5);
}
.btn-blue {
  background-color: #3b29ff;
  border-color: #3b29ff;
  color: #fff;
}
.btn-blue.focus,
.btn-blue:focus,
.btn-blue:hover {
  background-color: #1803ff;
  border-color: #1500f5;
  color: #fff;
}
.btn-blue.focus,
.btn-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 73, 255, 0.5);
}
.btn-blue.disabled,
.btn-blue:disabled {
  background-color: #3b29ff;
  border-color: #3b29ff;
  color: #fff;
}
.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active {
  background-color: #1500f5;
  border-color: #1400e8;
  color: #fff;
}
.btn-blue:not(:disabled):not(.disabled).active:focus,
.btn-blue:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 73, 255, 0.5);
}
.btn-blue-light {
  background-color: #f1f9ff;
  border-color: #f1f9ff;
  color: #212529;
}
.btn-blue-light.focus,
.btn-blue-light:focus,
.btn-blue-light:hover {
  background-color: #cbe9ff;
  border-color: #bee3ff;
  color: #212529;
}
.btn-blue-light.focus,
.btn-blue-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 217, 223, 0.5);
}
.btn-blue-light.disabled,
.btn-blue-light:disabled {
  background-color: #f1f9ff;
  border-color: #f1f9ff;
  color: #212529;
}
.btn-blue-light:not(:disabled):not(.disabled).active,
.btn-blue-light:not(:disabled):not(.disabled):active {
  background-color: #bee3ff;
  border-color: #b1deff;
  color: #212529;
}
.btn-blue-light:not(:disabled):not(.disabled).active:focus,
.btn-blue-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 217, 223, 0.5);
}
.btn-blue-dark {
  background-color: #03216c;
  border-color: #03216c;
  color: #fff;
}
.btn-blue-dark.focus,
.btn-blue-dark:focus,
.btn-blue-dark:hover {
  background-color: #021647;
  border-color: #02123a;
  color: #fff;
}
.btn-blue-dark.focus,
.btn-blue-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 66, 130, 0.5);
}
.btn-blue-dark.disabled,
.btn-blue-dark:disabled {
  background-color: #03216c;
  border-color: #03216c;
  color: #fff;
}
.btn-blue-dark:not(:disabled):not(.disabled).active,
.btn-blue-dark:not(:disabled):not(.disabled):active {
  background-color: #02123a;
  border-color: #010e2e;
  color: #fff;
}
.btn-blue-dark:not(:disabled):not(.disabled).active:focus,
.btn-blue-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 66, 130, 0.5);
}
.btn-red-dark {
  background-color: #86190e;
  border-color: #86190e;
  color: #fff;
}
.btn-red-dark.focus,
.btn-red-dark:focus,
.btn-red-dark:hover {
  background-color: #63130a;
  border-color: #581009;
  color: #fff;
}
.btn-red-dark.focus,
.btn-red-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 60, 50, 0.5);
}
.btn-red-dark.disabled,
.btn-red-dark:disabled {
  background-color: #86190e;
  border-color: #86190e;
  color: #fff;
}
.btn-red-dark:not(:disabled):not(.disabled).active,
.btn-red-dark:not(:disabled):not(.disabled):active {
  background-color: #581009;
  border-color: #4c0e08;
  color: #fff;
}
.btn-red-dark:not(:disabled):not(.disabled).active:focus,
.btn-red-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 60, 50, 0.5);
}
.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #212529;
}
.btn-white.focus,
.btn-white:focus,
.btn-white:hover {
  background-color: #ececec;
  border-color: #e6e6e6;
  color: #212529;
}
.btn-white.focus,
.btn-white:focus {
  box-shadow: 0 0 0 0.2rem hsla(210, 2%, 87%, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  background-color: #fff;
  border-color: #fff;
  color: #212529;
}
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active {
  background-color: #e6e6e6;
  border-color: #dfdfdf;
  color: #212529;
}
.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem hsla(210, 2%, 87%, 0.5);
}
.btn-dark-gray {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  color: #212529;
}
.btn-dark-gray.focus,
.btn-dark-gray:focus,
.btn-dark-gray:hover {
  background-color: #bababa;
  border-color: #b4b4b4;
  color: #212529;
}
.btn-dark-gray.focus,
.btn-dark-gray:focus {
  box-shadow: 0 0 0 0.2rem hsla(210, 1%, 71%, 0.5);
}
.btn-dark-gray.disabled,
.btn-dark-gray:disabled {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  color: #212529;
}
.btn-dark-gray:not(:disabled):not(.disabled).active,
.btn-dark-gray:not(:disabled):not(.disabled):active {
  background-color: #b4b4b4;
  border-color: #adadad;
  color: #212529;
}
.btn-dark-gray:not(:disabled):not(.disabled).active:focus,
.btn-dark-gray:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem hsla(210, 1%, 71%, 0.5);
}
.btn-outline-primary {
  border-color: #1cc691;
  color: #1cc691;
}
.btn-outline-primary:hover {
  background-color: #1cc691;
  border-color: #1cc691;
  color: #fff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 198, 145, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #1cc691;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #1cc691;
  border-color: #1cc691;
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 198, 145, 0.5);
}
.btn-outline-dark {
  border-color: #5a5a5a;
  color: #5a5a5a;
}
.btn-outline-dark:hover {
  background-color: #5a5a5a;
  border-color: #5a5a5a;
  color: #fff;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 90, 90, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #5a5a5a;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #5a5a5a;
  border-color: #5a5a5a;
  color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 90, 90, 0.5);
}
.btn-outline-green {
  border-color: #1cc691;
  color: #1cc691;
}
.btn-outline-green:hover {
  background-color: #1cc691;
  border-color: #1cc691;
  color: #fff;
}
.btn-outline-green.focus,
.btn-outline-green:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 198, 145, 0.5);
}
.btn-outline-green.disabled,
.btn-outline-green:disabled {
  background-color: transparent;
  color: #1cc691;
}
.btn-outline-green:not(:disabled):not(.disabled).active,
.btn-outline-green:not(:disabled):not(.disabled):active {
  background-color: #1cc691;
  border-color: #1cc691;
  color: #fff;
}
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.btn-outline-green:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 198, 145, 0.5);
}
.btn-outline-blue-dark {
  border-color: #03216c;
  color: #03216c;
}
.btn-outline-blue-dark:hover {
  background-color: #03216c;
  border-color: #03216c;
  color: #fff;
}
.btn-outline-blue-dark.focus,
.btn-outline-blue-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 33, 108, 0.5);
}
.btn-outline-blue-dark.disabled,
.btn-outline-blue-dark:disabled {
  background-color: transparent;
  color: #03216c;
}
.btn-outline-blue-dark:not(:disabled):not(.disabled).active,
.btn-outline-blue-dark:not(:disabled):not(.disabled):active {
  background-color: #03216c;
  border-color: #03216c;
  color: #fff;
}
.btn-outline-blue-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 33, 108, 0.5);
}
.btn-outline-white {
  border-color: #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #212529;
}
.btn-outline-white.focus,
.btn-outline-white:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  background-color: transparent;
  color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #fff;
  color: #212529;
}
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-link {
  color: #1cc691;
  font-weight: 400;
  text-decoration: underline;
}
.btn-link:hover {
  color: #3b29ff;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.btn-lg,
.btn-sm {
  border-radius: 2rem;
  line-height: 1.5;
}
.btn-sm {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  height: auto;
  transition: width 0.35s ease;
  width: 0;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropdown {
  position: relative;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link,
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-bottom: -1px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #495057;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #1cc691;
  color: #fff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  margin-right: 1rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-header,
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.pagination {
  border-radius: 0.25rem;
  display: flex;
  list-style: none;
  padding-left: 0;
}
.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #1cc691;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
  text-decoration: none;
}
.page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #3b29ff;
  text-decoration: none;
  z-index: 2;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 198, 145, 0.25);
  outline: 0;
  z-index: 3;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  margin-left: 0;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.page-item.active .page-link {
  background-color: #1cc691;
  border-color: #1cc691;
  color: #fff;
  z-index: 3;
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  cursor: auto;
  pointer-events: none;
}
.badge {
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.25em 0.4em;
  text-align: center;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  vertical-align: baseline;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.badge-secondary {
  background-color: #3b29ff;
  color: #fff;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  background-color: #1500f5;
  color: #fff;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 41, 255, 0.5);
  outline: 0;
}
.badge-warning {
  background-color: #ffc107;
  color: #212529;
}
a.badge-warning:focus,
a.badge-warning:hover {
  background-color: #d39e00;
  color: #212529;
}
a.badge-warning.focus,
a.badge-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  outline: 0;
}
.badge-green-light {
  background-color: #9af3d8;
  color: #212529;
}
a.badge-green-light:focus,
a.badge-green-light:hover {
  background-color: #6ceec6;
  color: #212529;
}
a.badge-green-light.focus,
a.badge-green-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 243, 216, 0.5);
  outline: 0;
}
.alert {
  border: 0 solid transparent;
  border-radius: 2rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  color: inherit;
  padding: 0.75rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-blue-dark {
  background-color: #cdd3e2;
  border-color: #b8c1d6;
  color: #021138;
}
.alert-blue-dark hr {
  border-top-color: #a8b3cc;
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  display: flex;
  font-size: 0.75rem;
  height: 1rem;
  line-height: 0;
  overflow: hidden;
}
.media {
  align-items: flex-start;
  display: flex;
}
.close {
  color: #000;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  background-color: transparent;
  border: 0;
  padding: 0;
}
a.close.disabled {
  pointer-events: none;
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translateY(-50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-header {
  align-items: flex-start;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 1080px;
  }
}
.tooltip {
  display: block;
  font-family: var(--wp--preset--font-family--poppins, sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}
.tooltip .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
.popover {
  font-family: var(--wp--preset--font-family--poppins, sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1060;
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover,
.popover .arrow {
  display: block;
  position: absolute;
}
.popover .arrow {
  height: 0.5rem;
  margin: 0 0.3rem;
  width: 1rem;
}
.popover .arrow:after,
.popover .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}
.carousel-item {
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active {
  display: block;
}
.carousel-control-next,
.carousel-control-prev {
  align-items: center;
  background: none;
  border: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.15s ease;
  width: 15%;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: 50%/100% 100% no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4z'/%3E%3C/svg%3E");
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.bg-primary {
  background-color: #1cc691 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #169970 !important;
}
.bg-secondary {
  background-color: #3b29ff !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #1500f5 !important;
}
.bg-danger {
  background-color: #86190e !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #581009 !important;
}
.bg-green {
  background-color: #1cc691 !important;
}
a.bg-green:focus,
a.bg-green:hover,
button.bg-green:focus,
button.bg-green:hover {
  background-color: #169970 !important;
}
.bg-green-light {
  background-color: #9af3d8 !important;
}
a.bg-green-light:focus,
a.bg-green-light:hover,
button.bg-green-light:focus,
button.bg-green-light:hover {
  background-color: #6ceec6 !important;
}
.bg-blue {
  background-color: #3b29ff !important;
}
a.bg-blue:focus,
a.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:hover {
  background-color: #1500f5 !important;
}
.bg-blue-light {
  background-color: #f1f9ff !important;
}
a.bg-blue-light:focus,
a.bg-blue-light:hover,
button.bg-blue-light:focus,
button.bg-blue-light:hover {
  background-color: #bee3ff !important;
}
.bg-blue-dark {
  background-color: #03216c !important;
}
a.bg-blue-dark:focus,
a.bg-blue-dark:hover,
button.bg-blue-dark:focus,
button.bg-blue-dark:hover {
  background-color: #02123a !important;
}
.bg-red {
  background-color: #ff5d4d !important;
}
a.bg-red:focus,
a.bg-red:hover,
button.bg-red:focus,
button.bg-red:hover {
  background-color: #ff2f1a !important;
}
.bg-red-light {
  background-color: #ffe8e5 !important;
}
a.bg-red-light:focus,
a.bg-red-light:hover,
button.bg-red-light:focus,
button.bg-red-light:hover {
  background-color: #ffbbb2 !important;
}
.bg-yellow {
  background-color: #ffd24d !important;
}
a.bg-yellow:focus,
a.bg-yellow:hover,
button.bg-yellow:focus,
button.bg-yellow:hover {
  background-color: #ffc51a !important;
}
.bg-yellow-light {
  background-color: #fcecc4 !important;
}
a.bg-yellow-light:focus,
a.bg-yellow-light:hover,
button.bg-yellow-light:focus,
button.bg-yellow-light:hover {
  background-color: #fadc93 !important;
}
a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
  background-color: #e6e6e6 !important;
}
.bg-gray-3 {
  background-color: #cdcdcd !important;
}
a.bg-gray-3:focus,
a.bg-gray-3:hover,
button.bg-gray-3:focus,
button.bg-gray-3:hover {
  background-color: #b4b4b4 !important;
}
.bg-gray-4 {
  background-color: #f1f1f1 !important;
}
a.bg-gray-4:focus,
a.bg-gray-4:hover,
button.bg-gray-4:focus,
button.bg-gray-4:hover {
  background-color: #d8d8d8 !important;
}
.bg-essentials-light {
  background-color: #f1f9ff !important;
}
a.bg-essentials-light:focus,
a.bg-essentials-light:hover,
button.bg-essentials-light:focus,
button.bg-essentials-light:hover {
  background-color: #bee3ff !important;
}
.bg-caution {
  background-color: #fcecc4 !important;
}
a.bg-caution:focus,
a.bg-caution:hover,
button.bg-caution:focus,
button.bg-caution:hover {
  background-color: #fadc93 !important;
}
.bg-dark-gray {
  background-color: #cdcdcd !important;
}
a.bg-dark-gray:focus,
a.bg-dark-gray:hover,
button.bg-dark-gray:focus,
button.bg-dark-gray:hover {
  background-color: #b4b4b4 !important;
}
.bg-deep-blue {
  background-color: #03216c !important;
}
a.bg-deep-blue:focus,
a.bg-deep-blue:hover,
button.bg-deep-blue:focus,
button.bg-deep-blue:hover {
  background-color: #02123a !important;
}
.bg-fade {
  background-color: #f1f1f1 !important;
}
a.bg-fade:focus,
a.bg-fade:hover,
button.bg-fade:focus,
button.bg-fade:hover {
  background-color: #d8d8d8 !important;
}
.bg-highlighted-blue {
  background-color: #f1f9ff !important;
}
a.bg-highlighted-blue:focus,
a.bg-highlighted-blue:hover,
button.bg-highlighted-blue:focus,
button.bg-highlighted-blue:hover {
  background-color: #bee3ff !important;
}
.bg-important {
  background-color: #ffe8e5 !important;
}
a.bg-important:focus,
a.bg-important:hover,
button.bg-important:focus,
button.bg-important:hover {
  background-color: #ffbbb2 !important;
}
.bg-light-gray {
  background-color: #f1f1f1 !important;
}
a.bg-light-gray:focus,
a.bg-light-gray:hover,
button.bg-light-gray:focus,
button.bg-light-gray:hover {
  background-color: #d8d8d8 !important;
}
.bg-note {
  background-color: #f1f9ff !important;
}
a.bg-note:focus,
a.bg-note:hover,
button.bg-note:focus,
button.bg-note:hover {
  background-color: #bee3ff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-primary {
  border-color: #1cc691 !important;
}
.border-blue {
  border-color: #3b29ff !important;
}
.border-black {
  border-color: #333 !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.d-none {
  display: none !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-center {
  align-content: center !important;
}
.align-self-center {
  align-self: center !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) {
  .flex-md-column {
    flex-direction: column !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.my-auto {
  margin-top: auto !important;
}
.mx-auto {
  margin-right: auto !important;
}
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}
.text-uppercase {
  text-transform: uppercase !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-primary {
  color: #1cc691 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #138360 !important;
}
.text-secondary {
  color: #3b29ff !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #1200dc !important;
}
.text-danger {
  color: #86190e !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #410c07 !important;
}
.text-light {
  color: #5a5a5a !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #343434 !important;
}
.text-dark {
  color: #5a5a5a !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #343434 !important;
}
.text-green {
  color: #1cc691 !important;
}
a.text-green:focus,
a.text-green:hover {
  color: #138360 !important;
}
.text-green-dark {
  color: #0b513c !important;
}
a.text-green-dark:focus,
a.text-green-dark:hover {
  color: #020e0a !important;
}
.text-blue {
  color: #3b29ff !important;
}
a.text-blue:focus,
a.text-blue:hover {
  color: #1200dc !important;
}
.text-blue-light {
  color: #f1f9ff !important;
}
a.text-blue-light:focus,
a.text-blue-light:hover {
  color: #a5d8ff !important;
}
.text-blue-dark {
  color: #03216c !important;
}
a.text-blue-dark:focus,
a.text-blue-dark:hover {
  color: #010a22 !important;
}
.text-red {
  color: #ff5d4d !important;
}
a.text-red:focus,
a.text-red:hover {
  color: #ff1701 !important;
}
.text-red-dark {
  color: #86190e !important;
}
a.text-red-dark:focus,
a.text-red-dark:hover {
  color: #410c07 !important;
}
.text-yellow-dark {
  color: #7c3711 !important;
}
a.text-yellow-dark:focus,
a.text-yellow-dark:hover {
  color: #391908 !important;
}
.text-black {
  color: #333 !important;
}
a.text-black:focus,
a.text-black:hover {
  color: #0d0d0d !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:focus,
a.text-white:hover {
  color: #d9d9d9 !important;
}
.text-gray-2 {
  color: gray !important;
}
a.text-gray-2:focus,
a.text-gray-2:hover {
  color: #5a5a5a !important;
}
.text-deep-blue {
  color: #03216c !important;
}
a.text-deep-blue:focus,
a.text-deep-blue:hover {
  color: #010a22 !important;
}
.text-fade-half {
  color: gray !important;
}
.text-muted,
a.text-fade-half:focus,
a.text-fade-half:hover {
  color: #5a5a5a !important;
}
a.text-muted:focus,
a.text-muted:hover {
  color: #343434 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
  }
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
}
.heading-icon {
  align-items: center;
  display: flex;
}
.heading-icon:before {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 54px 54px;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  float: left;
  height: 54px;
  margin-right: 16px;
  position: relative;
  vertical-align: middle;
  width: 54px;
}
.heading-icon--compliance:before {
  background-color: #1cc691;
}
.heading-icon--iubenda:before {
  background-color: #0073ce;
}
.heading-icon--cookie:before {
  background-color: #ff9859;
}
.heading-icon--gdpr:before {
  background-color: #cc58cc;
}
.doc_aside .help_main_menu nav {
  padding-left: 1.75rem;
}
.doc_aside .help_main_menu nav ul {
  list-style: none;
  padding: 0;
}
.doc_aside .help_main_menu nav a {
  color: currentColor;
  display: block;
  position: relative;
}
.doc_aside .help_main_menu nav li button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
  width: 100%;
}
.doc_aside .help_main_menu nav li {
  margin: 1rem 0;
  position: relative;
}
.doc_aside .help_main_menu nav li.separator {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 1px;
  margin: 1rem 0;
}
.doc_aside .help_main_menu nav li.active:not(.has_child) {
  background-color: #eef8ff;
  border: 1px solid #3b29ff;
  border-radius: 4px;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding: 0.5rem 0.75rem;
}
.doc_aside .help_main_menu nav > ul {
  font-size: 1.2rem;
}
.doc_aside .help_main_menu nav > ul ul {
  padding-left: 0.25rem;
}
.doc_aside .help_main_menu nav > ul > li > ul {
  font-size: 1rem;
}
.doc_aside .help_main_menu nav > ul > li > ul > li ul {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9rem;
}
@media (max-width: 991.98px) {
  .doc_aside {
    background-color: #fff;
    box-shadow:
      0 0 32px rgba(0, 0, 0, 0.04),
      1px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1rem 1.5rem 1rem 1rem;
    position: fixed;
    top: 0;
    width: 280px;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
  }
  .doc_aside::-webkit-scrollbar {
    display: none;
  }
  .doc_aside {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-2rem);
    transition:
      opacity 0.4s ease,
      visibility 0.4s ease,
      transform 0.4s ease;
    visibility: hidden;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .doc_aside {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .doc_aside.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
  }
}
.entry_body_content .collapse-single {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.03);
  padding: 1rem;
}
.entry_body_content .collapse-single > h2 + div {
  padding-top: 2rem;
}
.entry_body_content .collapse-single > h2[data-toggle="collapse"] {
  cursor: pointer;
  font-size: 1.15rem;
  margin: 0;
  padding-left: 3rem;
  position: relative;
}
.entry_body_content .collapse-single > h2[data-toggle="collapse"]:after {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  content: "+";
  font-size: 16px;
  height: 32px;
  left: 0;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
.entry_body_content
  .collapse-single
  > h2[data-toggle="collapse"][aria-expanded="true"]:after {
  content: "-";
}
.entry_body_content .wp-caption.alignnone img:not(.unstyled) {
  height: auto;
  width: 100%;
}
.entry_body_content .wp-caption.alignnone p {
  margin-top: 2rem;
}
.entry_body_content .wistia_embed,
.entry_body_content img:not(.unstyled) {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
  display: block;
}
.entry_body_content .wistia_embed,
.entry_body_content .wp-caption.alignnone,
.entry_body_content img:not(.unstyled) {
  display: block;
  height: auto;
  margin: 3rem auto;
  max-width: 95%;
}
.entry_body_content .wp-caption.alignnone,
.entry_body_content img:not(.unstyled) {
  margin: 3rem auto;
}
.entry_body_content blockquote {
  border-left: 6px solid #eee;
  padding-left: 1rem;
}
.entry_body_content .txt-highlight {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 2rem auto;
  text-align: center;
  width: 80%;
}
.entry_body_content .card .card-header {
  background-color: #fff;
  border: 0 !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.entry_body_content .card .card-header button.btn {
  text-align: left;
  width: 100%;
}
.entry_body_content table.table-bordered {
  border: 0;
  border-radius: 3px;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.1),
    0 8px 16px rgba(0, 0, 0, 0.02);
}
.entry_body_content table.table-bordered thead th {
  background-color: rgba(0, 0, 0, 0.03);
}
.entry_body_content table.table-bordered td,
.entry_body_content table.table-bordered th {
  border: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.entry_body_content table.table-bordered tr:last-of-type td {
  box-shadow: none;
}
.entry_body_content .table-spec {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 1rem;
}
.entry_body_content .table-spec table {
  margin-bottom: 0;
}
.entry_body_content .table-spec table td,
.entry_body_content .table-spec table th {
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 1rem;
  vertical-align: middle;
}
.entry_body_content .table-spec table td:last-of-type,
.entry_body_content .table-spec table th:last-of-type {
  border-right: 0;
}
.entry_body_content .table-spec table th {
  font-size: 1.15rem;
  text-transform: uppercase;
}
.entry_body_content .table-spec table td.code-font {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-size: 0.9rem;
}
.entry_body_content .table-spec table tr.tr-indent-1 td:first-of-type {
  padding-left: 2rem;
}
.entry_body_content .table-spec table tr.tr-indent-2 td:first-of-type {
  padding-left: 3rem;
}
.entry_body_content .table-spec table tr.tr-indent-3 td:first-of-type {
  padding-left: 4rem;
}
.entry_body_content .table-spec table tr.tr-indent-4 td:first-of-type {
  padding-left: 5rem;
}
.entry_body_content .table-spec table th,
.entry_body_content .table-spec table tr:first-of-type td,
.entry_body_content .table-spec table tr:first-of-type th {
  border-top: 0;
}
@media (max-width: 575.98px) {
  .doc_body .btn {
    display: block;
    font-size: 1.15rem !important;
    margin: 0 auto;
    padding: 0.5rem 1.5rem !important;
    white-space: normal;
  }
}
.slick-next,
.slick-prev {
  z-index: 10;
}
.slick-prev {
  left: -10px;
}
.slick-next {
  right: -10px;
}
.entry_body_content .wp-block-list {
  padding-left: revert;
  padding-right: revert;
}
.entry_body_content ul.logos {
  list-style-type: none;
}
.wp-block-cb-carousel .slick-slide {
  overflow: hidden;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.wp-block-cb-carousel .slick-dots li button:not(:hover):not(:active),
.wp-block-cb-carousel .slick-next:not(:hover):not(:active),
.wp-block-cb-carousel .slick-prev:not(:hover):not(:active) {
  background-color: transparent;
}
.wp-block-cb-carousel .slick-next:before,
.wp-block-cb-carousel .slick-prev:before {
  color: #000;
}
.wp-block-cb-carousel .wp-block-cover,
.wp-block-cb-carousel .wp-block-image {
  margin: 0;
}
.wp-block-cb-carousel .wp-block-image > img {
  max-width: 100%;
}
.iub-underline,
section.iub-custom-block h1 u,
section.iub-custom-block h2 u,
section.iub-custom-block h3 u,
section.iub-custom-block h4 u,
section.iub-custom-block h5 u,
section.iub-custom-block h6 u {
  isolation: isolate;
  position: relative;
  text-decoration: none;
}
.iub-underline:after,
section.iub-custom-block h1 u:after,
section.iub-custom-block h2 u:after,
section.iub-custom-block h3 u:after,
section.iub-custom-block h4 u:after,
section.iub-custom-block h5 u:after,
section.iub-custom-block h6 u:after {
  background-image: linear-gradient(
    179deg,
    #1cc691,
    #1cc691 50%,
    transparent 54%,
    transparent
  );
  border-radius: 0.1em;
  bottom: 0;
  content: "";
  height: 0.2em;
  left: 0;
  position: absolute;
  transform: skewX(-30deg);
  width: 100%;
  z-index: -1;
}
section.iub-custom-block ul.iub-features-list {
  list-style: none;
  padding-left: 0;
}
section.iub-custom-block ul.iub-features-list li {
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0;
}
section.iub-custom-block ul.iub-features-list li:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' fill='none' viewBox='0 0 27 27'%3E%3Cpath fill='%239af3d8' d='M13.5 5.37 5.37 13.5l8.13 8.13 8.13-8.13z'/%3E%3Cpath stroke='%2303216c' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='22.926' stroke-width='1.016' d='m2.318 10.306 7.988-7.988a4.53 4.53 0 0 1 6.388 0l7.988 7.988a4.53 4.53 0 0 1 0 6.388l-7.988 7.988a4.53 4.53 0 0 1-6.388 0l-7.988-7.988a4.53 4.53 0 0 1 0-6.388' clip-rule='evenodd'/%3E%3Cpath stroke='%2303216c' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='22.926' stroke-width='1.016' d='M20.265 9.727 13.5 16.49l-2.991-2.99'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 27px;
  margin: -0.125rem 0.5rem -0.5rem 0;
  width: 32px;
}
@media (min-width: 768px) {
  .benefits-5 .grid-bg,
  .home-hero > .row > .col-md-6:last-of-type,
  .landing-hero-1 > .row > .col-md-6:last-of-type {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='618' height='616' fill='none' viewBox='0 0 618 616'%3E%3Cpath stroke='%2303216c' stroke-dasharray='9 9' stroke-opacity='.15' stroke-width='2' d='M158 0v616M68 0v616M0 119h618M0 216h618M0 313h618M0 410h618M0 507h618M0 22h618M257 0v616M357 0v616M457 0v616M552 0v616'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    padding-block: 6rem;
  }
}
.entry_body_content .home-hero .wistia_embed {
  margin-block: 0 !important;
}
.home-numbers__card {
  position: relative;
}
.home-numbers__card:after {
  background-color: #1cc691;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .iub-rounded-box {
    border-radius: 1.5rem !important;
  }
}
.iub-box-shadow {
  box-shadow: 0 4px 45px 0 rgba(3, 33, 108, 0.1);
}
.iub-backdrop-blue {
  background-color: #fff;
  margin-bottom: 8rem !important;
  margin-top: 6rem !important;
  position: relative;
}
.iub-backdrop-blue:after {
  background-color: #3b29ff;
  border-radius: 1.5rem;
  bottom: -50px;
  content: "";
  height: calc(100% - 50px);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% + 100px);
  z-index: -1;
}
.iub-backdrop-green {
  background-color: #fff;
  margin-bottom: 8rem !important;
  margin-top: 6rem !important;
  position: relative;
}
.iub-backdrop-green:after {
  background-color: #1cc691;
  border-radius: 1.5rem;
  bottom: -50px;
  content: "";
  height: calc(100% - 50px);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% + 100px);
  z-index: -1;
}
@media (max-width: 1110px) {
  .iub-backdrop-blue:after,
  .iub-backdrop-green:after {
    max-width: 100vw;
  }
}
.iub-home-tabs {
  max-height: 1000px;
}
.iub-home-tabs.iub-backdrop-green:after {
  bottom: -200px;
  height: 100%;
}
.iub-home-tabs [role="tab"] {
  align-items: center;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #03216c;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  margin-block: 0.5rem;
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
  text-align: left;
  text-wrap: balance;
  width: 100%;
}
.iub-home-tabs [role="tab"]:has(+ [role="tab"][aria-selected="true"]),
.iub-home-tabs [role="tab"]:last-child {
  border-bottom-color: transparent;
}
.iub-home-tabs [role="tab"]:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' fill='none' viewBox='0 0 10 16'%3E%3Cpath stroke='%2303216c' stroke-linecap='round' stroke-width='2' d='m1.5 1.5 6.21 5.767a1 1 0 0 1 0 1.466L1.5 14.5'/%3E%3C/svg%3E");
  display: block;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.iub-home-tabs [role="tab"] img {
  margin: 0 !important;
}
.iub-home-tabs [role="tab"][aria-selected="true"] {
  background-color: #f1f9ff;
  border-bottom-color: transparent;
  border-radius: 0.5rem;
  font-weight: 700;
}
.iub-home-tabs .tab-panel-group {
  display: flex;
  flex-direction: column;
  max-height: 880px;
  overflow: hidden;
}
.iub-home-tabs [role="tabpanel"] {
  padding-inline: 3rem;
}
@media (max-width: 991.98px) {
  .iub-home-tabs [role="tabpanel"] {
    background-color: #f1f9ff;
    height: 100dvh;
    left: 0;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 1rem;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1050;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: no-preference) {
  .iub-home-tabs [role="tabpanel"] {
    transition: left 0.5s ease-in-out;
  }
}
.iub-home-tabs [role="tabpanel"].is-hidden {
  display: none;
}
@media (max-width: 991.98px) {
  .iub-home-tabs [role="tabpanel"].is-hidden {
    display: block;
    left: 100vw;
  }
}
.iub-home-tabs [role="tabpanel"] ul {
  padding-left: 0;
}
.iub-home-tabs [role="tabpanel"] ul li {
  list-style-type: none;
  padding-left: 3rem;
  position: relative;
}
.iub-home-tabs [role="tabpanel"] ul li:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='28' fill='none' viewBox='0 0 27 28'%3E%3Cpath fill='%239af3d8' d='M13.5 5.87 5.37 14l8.13 8.13L21.63 14z'/%3E%3Cpath stroke='%2303216c' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='22.926' stroke-width='2' d='m2.318 10.806 7.988-7.988a4.53 4.53 0 0 1 6.388 0l7.988 7.988a4.53 4.53 0 0 1 0 6.388l-7.988 7.988a4.53 4.53 0 0 1-6.388 0l-7.988-7.988a4.53 4.53 0 0 1 0-6.388' clip-rule='evenodd'/%3E%3Cpath stroke='%2303216c' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='22.926' stroke-width='2' d='M20.265 10.227 13.5 16.99l-2.991-2.99'/%3E%3C/svg%3E");
  left: 0;
  position: absolute;
  top: -2px;
}
@media (max-width: 991.98px) {
  body:has(.iub-home-tabs [role="tabpanel"]:not(.is-hidden)) {
    overflow: hidden;
  }
}
.features-2__grid {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  max-width: 100vw;
}
.features-2__grid .features-2__card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style-type: none;
  padding: 1.5rem;
}
.features-2__grid .features-2__card:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .features-2__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-2__grid .features-2__card:nth-of-type(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .features-2__grid .features-2__card:last-of-type,
  .features-2__grid .features-2__card:nth-last-of-type(2) {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .features-2__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .features-2__grid .features-2__card {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .features-2__grid .features-2__card:last-of-type,
  .features-2__grid .features-2__card:nth-last-of-type(2),
  .features-2__grid .features-2__card:nth-last-of-type(3),
  .features-2__grid .features-2__card:nth-last-of-type(4) {
    border-bottom: none;
  }
  .features-2__grid .features-2__card:nth-of-type(4n) {
    border-right: none;
  }
}
.features-2__grid .more-features-wrapper .features-2__card:first-of-type,
.features-2__grid .more-features-wrapper .features-2__card:nth-of-type(2),
.features-2__grid .more-features-wrapper .features-2__card:nth-of-type(3),
.features-2__grid .more-features-wrapper .features-2__card:nth-of-type(4) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#features-2__reveal-more-btn + .features-2__reveal-more label > .hide {
  display: none;
}
#features-2__reveal-more-btn:checked + .features-2__reveal-more label > .hide {
  display: inline;
}
#features-2__reveal-more-btn:checked + .features-2__reveal-more label > .show,
.features-2__grid .more-features-wrapper {
  display: none;
}
.features-2__grid:has(+ #features-2__reveal-more-btn:checked)
  .more-features-wrapper {
  display: contents;
}
.world-coverage {
  background-image: url(https://www.iubenda.com/wp-content/uploads/2024/09/dotted-world.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 72%;
  min-height: 640px;
}
.scan-your-site {
  padding: 0 !important;
}
.scan-your-site > .col-md-6 {
  padding-block: calc(3rem + 50px);
}
.scan-your-site .col-md-6:last-child {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='618' height='616' fill='none' viewBox='0 0 618 616'%3E%3Cpath stroke='%2303216c' stroke-dasharray='9 9' stroke-opacity='.15' stroke-width='2' d='M158 0v616M68 0v616M0 119h618M0 216h618M0 313h618M0 410h618M0 507h618M0 22h618M257 0v616M357 0v616M457 0v616M552 0v616'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .faqs-wrapper {
    -moz-columns: 2;
    column-count: 2;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.faq-card {
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  margin-bottom: 1rem;
}
hr.gradient-divider-top {
  border: none;
  height: 0;
  margin-bottom: 50px;
  margin-top: 0;
  padding-bottom: 40px;
  position: relative;
}
hr.gradient-divider-top:before {
  background-color: #fff;
  height: 42px;
  top: -23px;
  transform: translateX(-50%);
  z-index: 2;
}
hr.gradient-divider-top:after,
hr.gradient-divider-top:before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 100vw;
}
hr.gradient-divider-top:after {
  border: 0.5px solid #cdd3e2;
  box-shadow: 0 8px 43px 6px rgba(3, 33, 108, 0.17);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
hr.gradient-divider-bottom {
  border: none;
  height: 0;
  margin-bottom: 50px;
  margin-top: 0;
  padding-bottom: 40px;
  position: relative;
}
hr.gradient-divider-bottom:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 21px;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 2;
}
hr.gradient-divider-bottom:after {
  border: 0.5px solid #cdd3e2;
  box-shadow: 0 8px 43px 6px rgba(3, 33, 108, 0.17);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: 1;
}
.section-w-gradient-divider {
  background-color: #fff;
  isolation: isolate;
  padding-block: calc(3rem + 50px);
  position: relative;
}
.section-w-gradient-divider:before {
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0),
    rgba(3, 33, 108, 0.04)
  );
  border-top: 1px solid #cdd3e2;
  top: 0;
}
.section-w-gradient-divider:after,
.section-w-gradient-divider:before {
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
}
.section-w-gradient-divider:after {
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0),
    rgba(3, 33, 108, 0.04)
  );
  border-bottom: 1px solid #cdd3e2;
  bottom: 0;
}
.iub-pretitle-quote {
  align-items: center;
  display: flex;
  justify-content: center;
}
.iub-pretitle-quote__text {
  background-color: #fff;
  border: 1px solid rgba(3, 33, 108, 0.13);
  border-radius: 13px;
  box-shadow: 0 14px 43.5px rgba(3, 33, 108, 0.07);
  margin-bottom: 0;
  padding: 20px;
  position: relative;
}
.iub-pretitle-quote__text:after,
.iub-pretitle-quote__text:before {
  border-radius: 2px 0 0 0;
  content: "";
  height: 0;
  position: absolute;
  transform: rotate(-45deg);
  width: 0;
}
.iub-pretitle-quote__text:before {
  border-color: currentcolor;
  border-color: rgba(3, 33, 108, 0.13) transparent transparent
    rgba(3, 33, 108, 0.13);
  border-style: solid;
  border-width: 7px;
  bottom: 16px;
  left: -7px;
}
.iub-pretitle-quote__text:after {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 6px;
  bottom: 17px;
  left: -6px;
}
.iub-pretitle-quote__text.without-arrow:after,
.iub-pretitle-quote__text.without-arrow:before {
  display: none;
}
.iub-social-proof-400k .image-wrapper {
  border-radius: 100px;
  flex: 0 0 100px;
  overflow: hidden;
  width: 100px;
}
.eyebrow-copy {
  border-radius: 12px;
  box-shadow:
    0 0 0 1px rgba(3, 33, 108, 0.13),
    0 14px 43px rgba(3, 33, 108, 0.07);
  font-weight: 500;
  margin-bottom: 24px;
  padding: 12px;
}
.iub-home-tabs.iub-backdrop-green:after {
  bottom: -50px !important;
}
.iub-home-tabs [role="tab"] {
  display: grid;
  gap: 0;
  min-height: 130px;
  place-items: center;
  text-align: center;
}
.advanced-solutions {
  background-color: #f1f9ff;
  border-radius: 10px;
  color: #03216c;
  flex: 1;
  padding: 20px;
}
.carousel-container {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.carousel {
  overflow: hidden;
  position: relative;
}
.carousel-track {
  display: flex;
  padding: 40px 0;
  transition: transform 0.5s ease-in-out;
}
.carousel-item {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 300px;
  justify-content: center;
  margin: 0 10px;
  min-width: 350px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.carousel-item.active {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow:
    0 0 0 1.3px rgba(3, 33, 108, 0.13),
    0 14px 43px rgba(3, 33, 108, 0.07);
  display: flex;
  min-height: auto;
}
.carousel-navigation {
  display: flex;
  justify-content: center;
  margin-top: -85px;
  position: relative;
  z-index: 10;
}
.next-btn,
.prev-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.2s ease-in-out;
}
.next-btn:hover,
.prev-btn:hover {
  background-color: transparent;
  transform: scale(1.1);
}
.prev-btn {
  margin-right: -21px;
}
.next-btn {
  margin-left: -21px;
}
.social-proof-card {
  margin-top: -120px;
  position: relative;
  z-index: 10;
}
.box-shadow-1 {
  border-radius: 12px;
  -webkit-box-shadow:
    0 0 0 1px rgba(3, 33, 108, 0.13),
    0 14px 43px rgba(3, 33, 108, 0.07);
  box-shadow:
    0 0 0 1px rgba(3, 33, 108, 0.13),
    0 14px 43px rgba(3, 33, 108, 0.07);
}
.consent-mode-cta {
  background-image: url(https://www.iubenda.com/wp-content/uploads/2025/02/grid.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 105%;
  border-radius: 12px;
}
.benefits-1 {
  padding: 3rem;
}
@media (min-width: 768px) {
  .benefits-1 {
    padding: 4rem 6rem;
  }
}
@media (min-width: 992px) {
  .benefits-1 {
    padding: 6rem 8rem;
  }
}
@media (min-width: 1200px) {
  .benefits-1 {
    padding: 8rem 10rem;
  }
}
.benefits-1 .iub-pretitle-quote {
  justify-content: flex-start;
}
.benefits-1 .iub-pretitle-quote img {
  align-self: end;
  flex: 0 0 60px;
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.atv,
.str {
  color: #268bd2;
}
.kwd,
.tag {
  color: #195f91;
}
.atn,
.dec,
.typ,
.var {
  color: #cb4b16;
}
.pln {
  color: #93a1a1;
}
pre.prettyprint {
  background: #fefbf3;
  background-color: rgba(255, 222, 171, 0.16);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
  margin: 2rem auto;
  padding: 1rem;
  width: 90%;
}
.prettyprint ol {
  padding-left: 2rem;
}
ol.linenums {
  margin: 0;
}
ol.linenums li {
  color: rgba(0, 0, 0, 0.15);
}
.prettyprint li {
  padding-bottom: 0;
}
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: hsla(0, 0%, 93%, 0.26);
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: decimal !important;
}
.gist {
  max-width: 650px;
}
