@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,300;1,400;1,500&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kryh5a");
  src: url("../fonts/icomoon.eot?kryh5a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kryh5a") format("truetype"), url("../fonts/icomoon.woff?kryh5a") format("woff"), url("../fonts/icomoon.svg?kryh5a#icomoon") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}
.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}
@keyframes animatedGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.back-to-top {
  background-color: #5fcedb;
  border-radius: 100%;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  width: 40px;
}
.back-to-top:active, .back-to-top:hover {
  background-color: rgb(43.6224489796, 178.125, 193.8775510204);
}
.back-to-top {
  bottom: -80px;
  opacity: 0;
  position: fixed;
  right: 20px;
  z-index: 100000;
}
@media (min-width: 1024px) {
  .back-to-top {
    right: 40px;
  }
}
.back-to-top:before {
  content: "\f053";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
  display: block;
  transform: rotate(90deg);
}
.back-to-top__visible {
  bottom: 20px;
  opacity: 1;
}
@media (min-width: 1024px) {
  .back-to-top__visible {
    bottom: 40px;
  }
}
.cookie-notification-active .back-to-top {
  display: none;
}

.contact-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-links a {
  font-weight: 700;
  text-decoration: none;
}
.contact-links a:before {
  display: inline-block;
  width: 24px;
}
.contact-links-phone:before {
  content: "\f095";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.contact-links-email:before {
  content: "\f003";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}

.cta {
  background-color: #5fcedb;
  border-radius: 10px;
  border: 0;
  color: white;
  display: inline-block;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .cta {
    padding: 10px 30px;
  }
}
.cta:active, .cta:hover {
  background-color: rgb(43.6224489796, 178.125, 193.8775510204);
}
.cta {
  background-color: #5fcedb;
  text-transform: uppercase;
}
.cta:active, .cta:hover {
  background-color: #9b6cfd;
}
.cta--secondary {
  background-color: #9b6cfd;
}
.cta--secondary:active, .cta--secondary:hover {
  background-color: #5fcedb;
}
.cta--small {
  min-width: auto;
  padding: 7.5px 15px;
}

.featured-image {
  display: block;
  margin-bottom: 30px;
}

.icon-link {
  line-height: 30px;
  text-decoration: none;
}
.icon-link:before {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}
.icon-link--email:before {
  content: "\f0e0";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.icon-link--phone:before {
  content: "\f095";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.icon-link--mobile:before {
  content: "\f10b";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
  font-size: 20px;
}

.logo {
  float: left;
  margin-left: 20px;
  max-width: 210px;
  padding-bottom: calc(30px / 2);
  padding-top: calc(30px / 2);
  text-decoration: none;
  width: auto;
}
@media (min-width: 1024px) {
  .logo {
    margin-left: 0;
    max-width: initial;
  }
}
.logo__img {
  display: block;
}
.logo__text {
  color: #59606f;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}

.meta {
  float: left;
  width: 100%;
  font-size: 0.8rem;
  color: #959ba8;
  margin-bottom: calc(30px / 2);
}
.meta__date, .meta__author, .meta__tax {
  float: left;
  margin-right: 10px;
}
.meta__date:last-of-type, .meta__author:last-of-type, .meta__tax:last-of-type {
  margin-right: 0;
}
.meta__date:before, .meta__author:before, .meta__tax:before {
  display: inline-block;
  padding-right: 5px;
}
.meta__date a, .meta__author a, .meta__tax a {
  color: #959ba8;
  text-decoration: none;
}
.meta__date a:hover, .meta__author a:hover, .meta__tax a:hover {
  color: #59606f;
}
.meta__date:before {
  content: "\f133";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.meta__author:before {
  content: "\f007";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.meta__tax:before {
  content: "\f02b";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}

.modal {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.25s ease-in-out;
  z-index: 1000000;
}
.modal--hidden {
  opacity: 0;
  pointer-events: none;
}
.modal__underlay {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modal__inner {
  border-radius: 15px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  font-size: 0.9rem;
  height: auto;
  left: 50%;
  max-width: 460px;
  min-width: 280px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50vw;
  z-index: 10;
}
.modal__inner__header {
  float: left;
  width: 100%;
  color: white;
  background-color: #393e6e;
  padding: 10px 20px;
  position: relative;
}
.modal__inner__header__title {
  font-size: 1.2rem;
  font-weight: 700;
}
.modal__inner__header__close {
  background-color: #5fcedb;
  border-radius: 100%;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  width: 35px;
}
.modal__inner__header__close:active, .modal__inner__header__close:hover {
  background-color: rgb(43.6224489796, 178.125, 193.8775510204);
}
.modal__inner__header__close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.modal__inner__header__close:before {
  content: "\f00d";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
  font-size: 18px;
}
.modal__inner__content {
  float: left;
  width: 100%;
  background-color: white;
  padding: 10px 20px;
  max-height: 300px;
  overflow-y: scroll;
}

.more-link {
  font-weight: 700;
  text-decoration: none;
}
.more-link:after {
  content: "\f054";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
  display: inline-block;
  position: relative;
  top: 2px;
  transition: all 0.25s ease-in-out;
}
.more-link:active::after, .more-link:hover::after {
  transform: translateX(4px);
}

.navigation-toggle {
  display: flex;
  flex-direction: column;
  height: 22px;
  justify-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}
@media (min-width: 1024px) {
  .navigation-toggle {
    display: none;
  }
}
.navigation-toggle:active, .navigation-toggle:hover {
  outline: none;
}
.navigation-toggle__line {
  background-color: white;
  height: 3px;
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.navigation-toggle-active .navigation-toggle {
  transform: translateY(-50%) rotate(180deg) translateX(5.5px);
}
.navigation-toggle-active .navigation-toggle__line {
  background-color: #5fcedb;
}
.navigation-toggle-active .navigation-toggle__line--1 {
  transform-origin: top left;
  transform: rotate(45deg);
  width: 28px;
}
.navigation-toggle-active .navigation-toggle__line--2 {
  transform-origin: center;
  width: 0;
}
.navigation-toggle-active .navigation-toggle__line--3 {
  transform-origin: bottom left;
  transform: rotate(-45deg);
  width: 28px;
}
.navigation-toggle__label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.navigation-toggle__label:active, .navigation-toggle__label:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  width: auto;
}

.pagination {
  float: left;
  width: 100%;
  font-size: 0.9rem;
  text-align: center;
  margin-top: calc(40px / 2);
}
@media (min-width: 1024px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination a {
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 10px 0;
  padding: 0 calc(40px / 4);
  text-decoration: none;
}
.pagination .prev {
  float: left;
}
@media (min-width: 768px) {
  .pagination .prev {
    float: none;
  }
}
.pagination .next {
  float: right;
  margin-right: 0;
}
@media (min-width: 768px) {
  .pagination .next {
    float: none;
  }
}
.pagination .dots {
  margin: 0 15px 0 5px;
}
.pagination .page-number {
  background-color: #5fcedb;
  border-radius: 100%;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 10px 0;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  width: 40px;
}
.pagination .dots,
.pagination .page-number {
  display: none;
}
@media (min-width: 768px) {
  .pagination .dots,
  .pagination .page-number {
    display: inline-block;
  }
}
.pagination .current {
  background-color: #959ba8;
  color: white;
  font-weight: 700;
}

.post-wrapper {
  float: left;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 375px) {
  .post-wrapper {
    width: calc(100% + 40px);
  }
}
.post-wrapper {
  margin-bottom: -40px/2;
  padding-bottom: calc(40px / 2);
}
@media (min-width: 1024px) {
  .post-wrapper {
    margin-bottom: -40px;
    padding-bottom: 40px;
  }
}

.site-wrap .search-form {
  float: left;
  width: 100%;
  margin: calc(30px / 2) 0;
  max-width: 180px;
  order: 3;
  position: relative;
}
.site-wrap .search-form ::-moz-input-placeholder {
  color: white;
}
.site-wrap .search-form ::-ms-input-placeholder {
  color: white;
}
.site-wrap .search-form ::-webkit-input-placeholder {
  color: white;
}
.site-wrap .search-form :focus::-moz-input-placeholder {
  color: #5fcedb;
}
.site-wrap .search-form :focus::-ms-input-placeholder {
  color: #5fcedb;
}
.site-wrap .search-form :focus::-webkit-input-placeholder {
  color: #5fcedb;
}
@media (min-width: 1024px) {
  .site-wrap .search-form {
    float: right;
    margin: 22px 40px calc(30px / 2) 0;
    max-width: 280px;
    order: 0;
    transform: translateY(20px);
    width: auto;
    z-index: 1000000;
  }
}
.site-wrap .search-form__text {
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid white;
  float: left;
  padding-right: 40px;
  transition: none;
  width: 100%;
}
:root .site-wrap .search-form__text {
  height: 40px;
}
@media (min-width: 1024px) {
  .site-wrap .search-form__text {
    font-size: 14px;
  }
}
.site-wrap .search-form__button:before {
  content: "\f002";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.site-wrap .search-form__button {
  border-radius: 40px;
  border: none;
  cursor: pointer;
  float: left;
  height: calc(40px - 10px);
  line-height: calc(40px - 10px);
  padding: 0;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: calc(40px - 10px);
}

.search {
  float: left;
  width: 100%;
  font-size: 0.9rem;
}
.search-title {
  font-size: 1.8rem;
  margin-bottom: calc(30px / 2);
}
.search:last-of-type {
  margin-bottom: calc(30px * 1.5);
}

.share {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.share-label {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-right: calc(40px / 4);
  margin-bottom: calc(40px / 2);
}
@media (min-width: 1024px) {
  .share-label {
    line-height: 40px;
    margin-bottom: 0;
    width: auto;
  }
}
.share-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.share-links li {
  float: left;
}

.skip-nav {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.skip-nav:active, .skip-nav:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  width: auto;
}

.socials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.socials__li {
  float: left;
}
.socials__li__a {
  background-color: #5fcedb;
  border-radius: 100%;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  width: 40px;
}
.socials__li__a:active, .socials__li__a:hover {
  background-color: rgb(43.6224489796, 178.125, 193.8775510204);
}
.socials__li__a {
  margin: 0 calc(30px / 4) calc(30px / 4) 0;
}
.socials__li__a--bluesky:before {
  content: "\e904";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.socials__li__a--facebook:before {
  content: "\f09a";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.socials__li__a--instagram:before {
  content: "\f16d";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.socials__li__a--linkedin:before {
  content: "\f0e1";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.socials__li__a--mastodon:before {
  content: "\e902";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.socials__li__a--pinterest:before {
  content: "\f231";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.socials__li__a--threads:before {
  content: "\e905";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.socials__li__a--tiktok:before {
  content: "\e90d";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.socials__li__a--twitch:before {
  content: "\e90c";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.socials__li__a--whatsapp:before {
  content: "\f232";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.socials__li__a--x:before {
  content: "\e903";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.socials__li__a--youtube:before {
  content: "\f167";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}

.stars {
  color: #5fcedb;
}
.stars::before {
  color: inherit;
  font-family: "icomoon";
  font-size: 16px;
  letter-spacing: 2px;
}
.stars[data-stars="0"]:before {
  content: "\f006\f006\f006\f006\f006";
}
.stars[data-stars="0.5"]:before {
  content: "\f123\f006\f006\f006\f006";
}
.stars[data-stars="1"]:before {
  content: "\f005\f006\f006\f006\f006";
}
.stars[data-stars="1.5"]:before {
  content: "\f123\f123\f006\f006\f006";
}
.stars[data-stars="2"]:before {
  content: "\f005\f005\f006\f006\f006";
}
.stars[data-stars="2.5"]:before {
  content: "\f005\f005\f123\f006\f006";
}
.stars[data-stars="3"]:before {
  content: "\f005\f005\f005\f006\f006";
}
.stars[data-stars="3.5"]:before {
  content: "\f005\f005\f005\f123\f006";
}
.stars[data-stars="4"]:before {
  content: "\f005\f005\f005\f005\f006";
}
.stars[data-stars="4.5"]:before {
  content: "\f005\f005\f005\f005\f123";
}
.stars[data-stars="5"]:before {
  content: "\f005\f005\f005\f005\f005";
}

.support-button {
  background-color: #5fcedb;
  border-radius: 10px;
  color: white;
  float: left;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .support-button {
    padding: 0 25px;
  }
}
.support-button:active, .support-button:hover {
  background-color: #9b6cfd;
}

.gallery .swipebox {
  position: relative;
  overflow: hidden;
}
.gallery .swipebox:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.25s ease-in-out;
  width: 100%;
  z-index: 1;
}
.gallery .swipebox:before {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
  color: white;
  font-size: clamp(20px, 4vw, 40px);
  left: 50%;
  position: absolute;
  top: 150%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.25s ease-in-out;
  z-index: 10;
}
.gallery .swipebox:active:before, .gallery .swipebox:focus:before, .gallery .swipebox:hover:before {
  top: 50%;
}
.gallery .swipebox:active:after, .gallery .swipebox:focus:after, .gallery .swipebox:hover:after {
  opacity: 1;
}

.typewriter {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: calc(30px * 2);
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .typewriter {
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .typewriter {
    font-size: 3.4rem;
  }
}
.typewriter span {
  border-right: 0.05em solid;
  animation: caret 1s steps(1) infinite;
}

.video-container {
  height: 0;
  margin-bottom: 30px;
  padding-bottom: 56.25%;
  position: relative;
}
.video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.aligncenter,
.alignleft,
.alignnone,
.alignright {
  display: block;
  margin: 0 0 30px;
}
.aligncenter.aligncenter,
.alignleft.aligncenter,
.alignnone.aligncenter,
.alignright.aligncenter {
  margin: 0 auto 30px;
}
.aligncenter.alignnone,
.alignleft.alignnone,
.alignnone.alignnone,
.alignright.alignnone {
  margin: 0 0 30px;
}
@media (min-width: 800px) {
  .aligncenter.alignleft,
  .alignleft.alignleft,
  .alignnone.alignleft,
  .alignright.alignleft {
    float: left;
    margin: 5px 40px 30px 0;
  }
}
@media (min-width: 800px) {
  .aligncenter.alignright,
  .alignleft.alignright,
  .alignnone.alignright,
  .alignright.alignright {
    float: right;
    margin: 5px 0 30px 40px;
  }
}

@media (min-width: 1024px) {
  .block-content-small .alignright {
    margin-right: -150px;
  }
}
@media (min-width: 1024px) {
  .block-content-small .alignleft {
    margin-left: -150px;
  }
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-dd,
.wp-caption-text {
  font-size: 0.9rem;
  width: 100%;
}

.gallery {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  width: calc(100% + 40px / 2);
}
.gallery .gallery-item {
  float: left;
  margin-bottom: calc(40px / 2);
  margin-right: calc(40px / 2);
  overflow: hidden;
  position: relative;
  width: calc(50% - (40px) / 2);
}
@media (min-width: 360px) {
  .gallery .gallery-item {
    width: calc(33.333% - (40px) / 2);
  }
}
@media (min-width: 530px) {
  .gallery .gallery-item {
    width: calc(25% - (40px) / 2);
  }
}
@media (min-width: 700px) {
  .gallery .gallery-item {
    width: calc(20% - (40px) / 2);
  }
}
@media (min-width: 870px) {
  .gallery .gallery-item {
    width: calc(16.666% - (40px) / 2);
  }
}
@media (min-width: 1040px) {
  .gallery .gallery-item {
    width: calc(14.2857% - (40px) / 2);
  }
}
@media (min-width: 1180px) {
  .gallery .gallery-item {
    width: calc(12.5% - (40px) / 2);
  }
}
.gallery .gallery-item img {
  display: block;
}

.gallery-caption {
  display: none;
}

.intro {
  font-size: 1.2rem;
}

#wpadminbar {
  z-index: 1000000;
}

.block {
  float: left;
  width: 100%;
  background-color: white;
  padding: clamp(80px, 7vw, 120px) 0;
  position: relative;
}
.block--theme-white {
  background-color: white;
}
.block--theme-gray {
  background-color: #393e6e;
}
.block--theme-gray-light {
  background-color: #ebecf3;
}
.block--theme-light-grey {
  background-color: #ebecf3;
}
.block--theme-gray-dark {
  background-color: #192a59;
}
.block--theme-gray-dark, .block--theme-gray {
  color: white;
}
.block--theme-gray-dark a:not(.cta):not(.socials__li__a):not(.card-faq__question),
.block--theme-gray-dark blockquote,
.block--theme-gray-dark cite,
.block--theme-gray-dark h1,
.block--theme-gray-dark h2,
.block--theme-gray-dark h3,
.block--theme-gray-dark h4,
.block--theme-gray-dark h5,
.block--theme-gray-dark h6,
.block--theme-gray-dark li,
.block--theme-gray-dark p, .block--theme-gray a:not(.cta):not(.socials__li__a):not(.card-faq__question),
.block--theme-gray blockquote,
.block--theme-gray cite,
.block--theme-gray h1,
.block--theme-gray h2,
.block--theme-gray h3,
.block--theme-gray h4,
.block--theme-gray h5,
.block--theme-gray h6,
.block--theme-gray li,
.block--theme-gray p {
  color: white;
}
.block--spacing-top {
  padding: clamp(80px, 7vw, 120px) 0 0 0;
}
.block--spacing-bottom {
  padding: 0 0 clamp(80px, 7vw, 120px) 0;
}
.block--spacing-none {
  padding: 0;
}
.block--is-hidden {
  display: none;
}
.block--show-top-branding-1:before {
  background-image: url("../images/beeldmerk-top-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 206.5px;
  left: 0;
  opacity: 0.25;
  position: absolute;
  top: 0;
  width: 190px;
  z-index: 0;
}
@media (min-width: 1880px) {
  .block--show-top-branding-1:before {
    height: 256.5px;
    width: 234px;
  }
}
.block--show-bottom-branding-1:after {
  background-image: url("../images/beelmerk-bottom-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 206.5px;
  opacity: 0.25;
  position: absolute;
  right: 0;
  width: 190px;
  z-index: 0;
}
@media (min-width: 1880px) {
  .block--show-bottom-branding-1:after {
    height: 256.5px;
    width: 234px;
  }
}
.block .wrapper {
  position: relative;
  z-index: 100;
}
.block__title {
  color: #2e3969;
  font-weight: 800;
  text-transform: uppercase;
}
.block__text-above, .block__text-below {
  float: left;
  width: 100%;
}
.block__text-above *:last-of-type, .block__text-below *:last-of-type {
  margin-bottom: 0;
}
.block__text-above {
  margin-bottom: 30px;
}
.block__text-below {
  margin-top: 30px;
  margin-bottom: -30px;
}

.block-cards__container {
  float: left;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 375px) {
  .block-cards__container {
    width: calc(100% + 30px);
  }
}
.block-cards__container[data-card-max="2"] .card {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .block-cards__container[data-card-max="2"] .card {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .block-cards__container[data-card-max="2"] .card {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .block-cards__container[data-card-max="2"] .card {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1440px) {
  .block-cards__container[data-card-max="2"] .card {
    width: calc(50% - 30px);
  }
}
.block-cards__container[data-card-max="3"] .card {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .block-cards__container[data-card-max="3"] .card {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .block-cards__container[data-card-max="3"] .card {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .block-cards__container[data-card-max="3"] .card {
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1440px) {
  .block-cards__container[data-card-max="3"] .card {
    width: calc(33.333% - 30px);
  }
}
.block-cards__container[data-card-max="4"] .card {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .block-cards__container[data-card-max="4"] .card {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .block-cards__container[data-card-max="4"] .card {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .block-cards__container[data-card-max="4"] .card {
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1440px) {
  .block-cards__container[data-card-max="4"] .card {
    width: calc(25% - 30px);
  }
}

.block-contact__card-wrap {
  float: left;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 375px) {
  .block-contact__card-wrap {
    width: calc(100% + 30px);
  }
}
.block-contact__card-wrap .card-contact {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .block-contact__card-wrap .card-contact {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .block-contact__card-wrap .card-contact {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1024px) {
  .block-contact__card-wrap .card-contact {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1440px) {
  .block-contact__card-wrap .card-contact {
    width: calc(50% - 30px);
  }
}

.block-cta {
  animation: animatedGradient 30s ease infinite;
  background-size: 240% 240%;
  background: linear-gradient(300deg, #142a5b, #06d1dc, #342baa, #9b6cfd);
  overflow: hidden;
  position: relative;
  text-align: center;
}
.block-cta__wrapper {
  position: relative;
  z-index: 100;
}
.block-cta__overlay {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.block-cta__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.1;
  pointer-events: none;
  z-index: 1;
}
.block-cta__title, .block-cta__subtitle {
  color: inherit;
}
.block-cta__title {
  color: white;
  font-size: 3.4rem;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.block-cta__subtitle {
  color: white;
  font-size: 1.4rem;
}
.block-cta__buttons__button {
  margin: 0 calc(30px / 4) calc(40px / 2) calc(30px / 4);
}
@media (min-width: 1024px) {
  .block-cta__buttons__button {
    margin: 0 calc(30px / 4);
  }
}
.block-cta__buttons__button:last-of-type {
  margin-bottom: 0;
}
.block-cta--dark {
  color: white;
}
.block-cta--dark .block__cta__overlay {
  background-color: black;
  opacity: 0.5;
}
.block-cta--light {
  color: #59606f;
}
.block-cta--light .block__cta__overlay {
  background-color: white;
  opacity: 0.5;
}

.block-error__quicknav {
  background-color: #e6e8ef;
  padding: 30px;
}
@media (min-width: ) {
  .block-error__quicknav {
    max-width: 843px;
  }
}
.block-error__quicknav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-error__quicknav__list__li {
  display: block;
}

.block-faq {
  float: left;
  width: 100%;
}
.block-faq__wrap {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.block-faq__wrap:last-of-type:not(:first-of-type) {
  margin-bottom: 0;
}

.block-hero-header {
  animation: animatedGradient 30s ease infinite;
  background: linear-gradient(300deg, #142a5b, #06d1dc, #342baa, #9b6cfd);
  background-size: 240% 240%;
  padding: 0;
  position: relative;
}
.block-hero-header--home {
  min-height: 480px;
}
.block-hero-header__outer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.block-hero-header__outer--left {
  align-items: flex-start;
}
.block-hero-header__outer--center {
  align-items: center;
}
.block-hero-header__outer--right {
  align-items: flex-end;
}
.block-hero-header__text {
  color: white;
  margin: clamp(60px, 7vw, 120px) 0;
  max-width: 940px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.block-hero-header__text__title {
  color: white;
  margin-bottom: calc(30px / 4);
  text-transform: uppercase;
}
.block-hero-header__text__title-small {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: calc(30px / 4);
}
@media (min-width: 768px) {
  .block-hero-header__text__title-small {
    font-size: 1.4rem;
  }
}
.block-hero-header__text__cta {
  margin: 0 calc(30px / 4) calc(40px / 2) calc(30px / 4);
}
@media (min-width: 1024px) {
  .block-hero-header__text__cta {
    margin: 0 calc(30px / 4);
  }
}
.block-hero-header__text__cta:last-of-type {
  margin-bottom: 0;
}
.block-hero-header__text p:last-of-type {
  margin-bottom: 0;
}
.block-hero-header__img {
  display: block;
  filter: grayscale(100%);
  height: 100%;
  left: 0;
  object-fit: cover;
  opacity: 0.05;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.block-icon-cards__container {
  float: left;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 375px) {
  .block-icon-cards__container {
    width: calc(100% + 30px);
  }
}
.block-icon-cards__container[data-card-max="2"] .card {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .block-icon-cards__container[data-card-max="2"] .card {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .block-icon-cards__container[data-card-max="2"] .card {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .block-icon-cards__container[data-card-max="2"] .card {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1440px) {
  .block-icon-cards__container[data-card-max="2"] .card {
    width: calc(50% - 30px);
  }
}
.block-icon-cards__container[data-card-max="3"] .card {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .block-icon-cards__container[data-card-max="3"] .card {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .block-icon-cards__container[data-card-max="3"] .card {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .block-icon-cards__container[data-card-max="3"] .card {
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1440px) {
  .block-icon-cards__container[data-card-max="3"] .card {
    width: calc(33.333% - 30px);
  }
}
.block-icon-cards__container[data-card-max="4"] .card {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .block-icon-cards__container[data-card-max="4"] .card {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .block-icon-cards__container[data-card-max="4"] .card {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .block-icon-cards__container[data-card-max="4"] .card {
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1440px) {
  .block-icon-cards__container[data-card-max="4"] .card {
    width: calc(25% - 30px);
  }
}

.block-quote__wrapper {
  float: left;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 375px) {
  .block-quote__wrapper {
    width: calc(100% + 30px);
  }
}

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

.block-text-image {
  position: relative;
}
@media (min-width: 1024px) {
  .block-text-image--full-width.block-text-image--image_left .block-text-image__text {
    padding-left: 40px;
  }
}
@media (min-width: 1440px) {
  .block-text-image--full-width.block-text-image--image_left .block-text-image__text {
    padding-left: calc(40px * 2);
  }
}
@media (min-width: 1024px) {
  .block-text-image--full-width.block-text-image--image_right .block-text-image__text {
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .block-text-image--full-width.block-text-image--image_right .block-text-image__text {
    padding-right: calc(40px * 2);
  }
}
@media (min-width: 1024px) {
  .block-text-image--image_left .block-text-image__image {
    order: 1;
    padding-right: calc(40px / 2);
  }
}
@media (min-width: 1024px) {
  .block-text-image--image_left .block-text-image__image {
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .block-text-image--image_left .block-text-image__text {
    order: 2;
    padding-left: calc(40px / 2);
  }
}
@media (min-width: 1440px) {
  .block-text-image--image_left .block-text-image__text {
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .block-text-image--image_left .block-text-image__background {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1024px) {
  .block-text-image--image_right .block-text-image__image {
    order: 2;
    padding-left: calc(40px / 2);
  }
}
@media (min-width: 1024px) {
  .block-text-image--image_right .block-text-image__image {
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .block-text-image--image_right .block-text-image__text {
    order: 1;
    padding-right: calc(40px / 2);
  }
}
@media (min-width: 1024px) {
  .block-text-image--image_right .block-text-image__text {
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .block-text-image--image_right .block-text-image__background {
    left: auto;
    right: 0;
  }
}
.block-text-image__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1024px) {
  .block-text-image__image, .block-text-image__text {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .block-text-image__text {
    margin-bottom: -30px;
  }
}
.block-text-image__text h2:first-of-type {
  color: #2e3969;
  font-weight: 800;
  text-transform: uppercase;
}
.block-text-image__image__inner {
  float: left;
  width: 100%;
  box-shadow: 10px 10px 0 rgba(3, 84, 189, 0.5);
}
.block-text-image__image__img {
  border-radius: 0;
  display: block;
  max-height: 500px;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}
.block-text-image__background {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .block-text-image__background {
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .block-text-image__background__img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

.block-text-sidebar__content, .block-text-sidebar__sidebar {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .block-text-sidebar__content {
    padding-right: 40px;
    width: calc(100% - 340px);
  }
}
@media (min-width: 1440px) {
  .block-text-sidebar__content {
    padding-right: calc(40px * 2);
  }
}
.block-text-sidebar__sidebar {
  border-radius: 15px;
  padding: 30px;
}
:root .block-text-sidebar__sidebar {
  background-color: #2e3969;
  color: white;
}
:root .block-text-sidebar__sidebar * {
  color: white;
}
@media (min-width: 1024px) {
  .block-text-sidebar__sidebar {
    max-width: 340px;
  }
}

.block-text__blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1024px) {
  .block-text__blocks {
    margin-bottom: -30px;
    margin-left: -40px/2;
    width: calc(100% + 40px);
  }
}
@media (min-width: 1440px) {
  .block-text__blocks {
    margin-left: -40px;
    width: calc(100% + 40px * 2);
  }
}
@media (min-width: 1024px) {
  .block-text__blocks__block {
    padding: 0 calc(40px / 2) calc(30px - 30px) calc(40px / 2);
  }
}
@media (min-width: 1440px) {
  .block-text__blocks__block {
    padding: 0 40px calc(30px - 30px) 40px;
  }
}
.block-text__blocks__block--align-100 {
  width: 100%;
}
.block-text__blocks__block--align-50 {
  width: 100%;
}
@media (min-width: 1024px) {
  .block-text__blocks__block--align-50 {
    width: 50%;
  }
}
.block-text__blocks__block--align-33 {
  width: 100%;
}
@media (min-width: 1024px) {
  .block-text__blocks__block--align-33 {
    width: 33.333%;
  }
}
@media (min-width: 1024px) {
  .block-text__blocks__block--align-25 {
    width: 25%;
  }
}

.card {
  float: left;
  width: 100%;
  background-color: white;
  border-radius: 15px;
  color: #59606f;
  max-width: initial;
  min-width: initial;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.card:active, .card:hover {
  outline: none;
}
.card:active .card__image__img, .card:hover .card__image__img {
  transform: scale(1.1);
}
.card__image {
  float: left;
  width: 100%;
  overflow: hidden;
}
.card__image__img {
  display: block;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.card__content {
  float: left;
  width: 100%;
  padding: 30px;
}
.card__content__title {
  color: #2e3969;
  font-size: 1.4rem;
  margin-bottom: calc(30px / 2);
}
.card__content__meta {
  margin-bottom: calc(30px / 4);
}
.card__content__excerpt {
  font-size: 0.9rem;
}
.card__content__more {
  font-size: 0.9rem;
}

.card-contact {
  float: left;
  width: 100%;
  background-color: #2e3969;
  border-radius: 15px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  color: white;
  overflow: hidden;
}
.card-contact--full-width {
  position: relative;
}
@media (min-width: 1024px) {
  .card-contact--full-width {
    min-height: 400px;
  }
}
.card-contact__content, .card-contact__img {
  float: left;
  width: 100%;
}
.card-contact__img {
  display: block;
}
@media (min-width: 1024px) {
  .card-contact--full-width .card-contact__img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0;
    width: 50%;
  }
}
.card-contact__content {
  padding: 30px;
}
@media (min-width: 1024px) {
  .card-contact--full-width .card-contact__content {
    float: right;
    width: 50%;
  }
}
.card-contact__content__title {
  color: white;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: calc(30px / 1.5);
  text-transform: uppercase;
}
.card-contact__content__location {
  color: #5fcedb;
  font-size: 1.4rem;
  margin-bottom: calc(30px / 2);
}
.card-contact__content__text {
  margin-bottom: 30px;
}
.card-contact__content__meta {
  float: left;
  width: 100%;
  font-size: 0.9rem;
}
.card-contact__content__meta__left, .card-contact__content__meta__right {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .card-contact__content__meta__left, .card-contact__content__meta__right {
    width: 50%;
  }
}
.card-contact__content__meta__left {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .card-contact__content__meta__left {
    margin-bottom: 0;
    max-width: 200px;
    padding-right: calc(40px / 2);
  }
}
@media (min-width: 1024px) {
  .card-contact__content__meta__right {
    max-width: 200px;
    padding-left: calc(40px / 2);
  }
}
.card-contact__content__meta__title {
  color: #5fcedb;
  font-size: 1.2rem;
  margin-bottom: calc(30px / 4);
}
.card-contact__content__meta__address {
  margin-bottom: calc(30px / 2);
}
.card-contact__content__meta__iframe {
  background-color: #e6e8ef;
  border: 0;
  min-height: 240px;
  width: 100%;
}
.card-contact__content__meta__link {
  color: #5fcedb;
  display: block;
}

.card-faq {
  margin-bottom: calc(30px / 2);
  padding: 30px;
}
.card-faq__question, .card-faq__answer {
  float: left;
  width: 100%;
}
.card-faq__question {
  color: #2e3969;
  font-size: 1.4rem;
  font-weight: 700;
  padding-right: calc(35px * 2);
  position: relative;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.card-faq__question__icon {
  background-color: #5fcedb;
  border-radius: 100%;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  width: 40px;
}
.card-faq__question__icon:active, .card-faq__question__icon:hover {
  background-color: rgb(43.6224489796, 178.125, 193.8775510204);
}
.card-faq__question__icon:after {
  content: "\f054";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-faq__question__icon {
  position: absolute;
  right: 0;
  top: 0;
}
.card-faq__answer {
  color: #59606f;
  display: none;
  margin-bottom: -30px;
  padding-top: calc(30px / 2);
}
.card-faq__answer li,
.card-faq__answer p {
  color: #59606f;
}
.card-faq__answer--open {
  display: block;
}
.card-faq--active .card-faq__question {
  color: #59606f;
}
.card-faq--active .card-faq__question__icon {
  background-color: #59606f;
  transform: rotate(90deg);
}
.card-faq--active .card-faq__answer {
  padding-top: calc(30px / 4);
}
.card-faq:active .card-faq__question, .card-faq:hover .card-faq__question {
  color: #59606f;
}
.card-faq:active .card-faq__question__icon, .card-faq:hover .card-faq__question__icon {
  background-color: #59606f;
}

.card-icon {
  background-color: #5fcedb;
  color: white;
  padding: 40px 40px 75px 40px;
  position: relative;
}
.card-icon--1, .card-icon--7 {
  background-color: #142a5b;
}
.card-icon--2, .card-icon--8 {
  background-color: #0354bd;
}
.card-icon--3, .card-icon--9 {
  background-color: #06d1dc;
}
.card-icon--4, .card-icon--10 {
  background-color: #342baa;
}
.card-icon--5, .card-icon--11 {
  background-color: #9b6cfd;
}
.card-icon--6, .card-icon--12 {
  background-color: #142a5b;
}
.card-icon__image, .card-icon__icon {
  display: inline-block;
}
.card-icon__image {
  object-fit: contain;
  height: 90px;
  width: 90px;
}
@media (min-width: 768px) {
  .card-icon__image {
    height: 140px;
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .card-icon__image {
    height: 180px;
    width: 180px;
  }
}
.card-icon__icon {
  font-size: 1.25rem;
  margin-right: 5px;
}
.card-icon__icon--bell:before {
  content: "\f0f3";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--bolt:before {
  content: "\f0e7";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--flash:before {
  content: "\f0e7";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--bookmark:before {
  content: "\f02e";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--bullhorn:before {
  content: "\f0a1";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--calendar:before {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--camera:before {
  content: "\f030";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--certificate:before {
  content: "\f0a3";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--chain:before {
  content: "\f0c1";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--check:before {
  content: "\f00c";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--cloud:before {
  content: "\f0c2";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--cog:before {
  content: "\f0c2";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--gear:before {
  content: "\f013";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--comment:before {
  content: "\f075";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--commenting:before {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--comments:before {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--dashboard:before {
  content: "\f0e4";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--download:before {
  content: "\f019";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--edit:before {
  content: "\f044";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--envelope:before {
  content: "\f0e0";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--exclamation-circle:before {
  content: "\f06a";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--exclamation-triangle:before {
  content: "\f071";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--film:before {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--folder-open:before {
  content: "\f07c";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--folder:before {
  content: "\f07b";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--globe:before {
  content: "\f0ac";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--group:before {
  content: "\f0c0";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--heart:before {
  content: "\f004";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--home:before {
  content: "\f015";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--image:before {
  content: "\f03e";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--inbox:before {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--link:before {
  content: "\f0c1";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--lock:before {
  content: "\f023";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--mail-forward:before {
  content: "\f064";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--map-marker:before {
  content: "\f041";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--map-ov:before {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--map-pin:before {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--map-signs:before {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--map:before {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--mobile-phone:before {
  content: "\f10b";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--newspaper-o:before {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--paper-plane:before {
  content: "\f1d8";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--paperclip:before {
  content: "\f0c6";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--pencil:before {
  content: "\f040";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--phone:before {
  content: "\f095";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--photo:before {
  content: "\f03e";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--picture-o:before {
  content: "\f03e";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--play-circle-o:before {
  content: "\f01d";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--power-off:before {
  content: "\f011";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--random:before {
  content: "\f074";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--refresh:before {
  content: "\f021";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--remove:before {
  content: "\f00d";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--search:before {
  content: "\f002";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--send:before {
  content: "\f1d8";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--share:before {
  content: "\f064";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--shopping-cart:before {
  content: "\f07a";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--star:before {
  content: "\f005";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--sun-o:before {
  content: "\f185";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--tachometer:before {
  content: "\f0e4";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--tag:before {
  content: "\f02b";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--tags:before {
  content: "\f02c";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--thumbs-down:before {
  content: "\f165";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--thumbs-up:before {
  content: "\f164";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--times:before {
  content: "\f00d";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--truck:before {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--user-circle:before {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--user:before {
  content: "\f007";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--users:before {
  content: "\f0c0";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__icon--warning:before {
  content: "\f071";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-icon__content {
  padding: 0;
}
.card-icon__content__title {
  color: white;
  font-size: 1.25rem;
}
.card-icon__content__more-link {
  bottom: 30px;
  color: white;
  left: 40px;
  position: absolute;
}
.card-icon__content p {
  margin-bottom: 20px;
}
.card-icon__content p:last-of-type {
  margin-bottom: 0;
}

.card-post {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .card-post {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .card-post {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .card-post {
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1440px) {
  .card-post {
    width: calc(33.333% - 30px);
  }
}
.card-post {
  border-radius: 15px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.card-post__image {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: calc(30px / 2);
  object-fit: cover;
}
.card-post__content {
  padding: 30px;
}
.card-post__content p {
  margin-bottom: calc(30px / 2);
}
.card-post__content p:last-of-type {
  margin-bottom: 0;
}
.card-post__content .more-link {
  color: #5fcedb;
}
.card-post__title {
  font-size: 1.6rem;
  margin-bottom: calc(30px / 4);
}
.card-post__title a {
  color: #5fcedb;
}

.block-quote__wrapper--1 .card-quote {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .block-quote__wrapper--1 .card-quote {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .block-quote__wrapper--1 .card-quote {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1024px) {
  .block-quote__wrapper--1 .card-quote {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1440px) {
  .block-quote__wrapper--1 .card-quote {
    width: calc(100% - 30px);
  }
}
.block-quote__wrapper--2 .card-quote {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .block-quote__wrapper--2 .card-quote {
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .block-quote__wrapper--2 .card-quote {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  .block-quote__wrapper--2 .card-quote {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1440px) {
  .block-quote__wrapper--2 .card-quote {
    width: calc(50% - 40px);
  }
}
.block-quote__wrapper--3 .card-quote {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .block-quote__wrapper--3 .card-quote {
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .block-quote__wrapper--3 .card-quote {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  .block-quote__wrapper--3 .card-quote {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1440px) {
  .block-quote__wrapper--3 .card-quote {
    width: calc(33.333% - 40px);
  }
}
.block-quote__wrapper--4 .card-quote {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .block-quote__wrapper--4 .card-quote {
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .block-quote__wrapper--4 .card-quote {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  .block-quote__wrapper--4 .card-quote {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1440px) {
  .block-quote__wrapper--4 .card-quote {
    width: calc(25% - 40px);
  }
}
.card-quote__blockquote {
  float: left;
  width: 100%;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  color: #2e3969;
  display: flex;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-bottom: calc(30px / 2);
  min-height: 270px;
  padding: 20px 30px;
  position: relative;
  text-align: center;
}
.card-quote__blockquote::after {
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: rgba(0, 0, 0, 0.05);
  border-width: 10px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.card-quote__blockquote__top, .card-quote__blockquote__bottom {
  color: #5fcedb;
  font-family: arial;
  font-size: 60px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
}
.card-quote__blockquote__top {
  left: 15px;
  top: 15px;
}
.card-quote__blockquote__bottom {
  bottom: 0;
  right: 15px;
}
.card-quote__footer {
  float: left;
  width: 100%;
  text-align: center;
}
.card-quote__footer__photo {
  border-radius: 100%;
  height: 56px;
  margin-top: 10px;
  width: 56px;
}

.card-team {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .card-team {
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .card-team {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1024px) {
  .card-team {
    width: calc(33.333% - 40px);
  }
}
@media (min-width: 1440px) {
  .card-team {
    width: calc(33.333% - 40px);
  }
}
.card-team {
  float: left;
  width: 100%;
  font-size: 0.9rem;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}
.card-team__image {
  display: block;
  object-fit: cover;
  width: 100%;
}
.card-team__content {
  float: left;
  width: 100%;
  padding: 30px;
}
.card-team__name {
  font-size: 1.6rem;
  color: #5fcedb;
  margin-bottom: calc(30px / 2);
}
.card-team__function {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: calc(30px / 2);
}
.card-team__bio {
  float: left;
  width: 100%;
  margin-bottom: calc(30px / 2);
}
.card-team__socials {
  float: left;
  width: 100%;
  margin-bottom: calc(30px / 4);
}
.card-team__contact-links {
  float: left;
  width: 100%;
  margin-bottom: calc(30px / 2);
}
.card-team__contact-links li {
  margin-bottom: calc(30px / 4);
}
.card-team__contact-links li:last-of-type {
  margin-bottom: 0;
}

.sidebar-widget {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.sidebar-widget:last-of-type {
  margin-bottom: 0;
}
.sidebar-widget__title {
  font-size: 1.4rem;
  margin-bottom: calc(30px / 2);
}

.sidebar-widget-contact {
  font-size: 0.9rem;
}
.sidebar-widget-contact__address {
  float: left;
  width: 100%;
  margin-bottom: calc(30px / 2);
}
.sidebar-widget-contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-widget-nav__ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-widget-nav__ul__li {
  float: left;
  width: 100%;
  border-top: 2px solid #c1c6d2;
}
.sidebar-widget-nav__ul__li:last-of-type {
  border-bottom: 2px solid #c1c6d2;
}
.sidebar-widget-nav__ul__li__a {
  float: left;
  width: 100%;
  font-size: 0.9rem;
  padding: calc(30px / 4) 0;
  text-decoration: none;
}

.sidebar-widget-text__content {
  float: left;
  width: 100%;
  font-size: 0.9rem;
  margin-bottom: -30px;
}

.block-services__container {
  float: left;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 375px) {
  .block-services__container {
    width: calc(100% + 30px);
  }
}
.block-services__container[data-card-max="2"] .card {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .block-services__container[data-card-max="2"] .card {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .block-services__container[data-card-max="2"] .card {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .block-services__container[data-card-max="2"] .card {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1440px) {
  .block-services__container[data-card-max="2"] .card {
    width: calc(50% - 30px);
  }
}
.block-services__container[data-card-max="3"] .card {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .block-services__container[data-card-max="3"] .card {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .block-services__container[data-card-max="3"] .card {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .block-services__container[data-card-max="3"] .card {
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1440px) {
  .block-services__container[data-card-max="3"] .card {
    width: calc(33.333% - 30px);
  }
}
.block-services__container[data-card-max="4"] .card {
  float: left;
  width: 100%;
  width: 100%;
}
@media (min-width: 375px) {
  .block-services__container[data-card-max="4"] .card {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .block-services__container[data-card-max="4"] .card {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .block-services__container[data-card-max="4"] .card {
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1440px) {
  .block-services__container[data-card-max="4"] .card {
    width: calc(25% - 30px);
  }
}

.card-service {
  padding-bottom: 97px;
  position: relative;
}
.card-service:nth-of-type(1) .card-service__top:before {
  content: "\f00c";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-service:nth-of-type(2) .card-service__top:before {
  content: "\f005";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-service:nth-of-type(3) .card-service__top:before {
  content: "\f0e7";
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
}
.card-service__top {
  float: left;
  width: 100%;
  background-color: #5fcedb;
  padding: 20px 30px 20px 30px;
}
.card-service__top::before {
  float: left;
  width: 100%;
  color: white;
  font-size: 3.4rem;
  text-align: center;
}
.card-service__top__title {
  float: left;
  width: 100%;
  color: white;
  margin-bottom: 0;
  margin-top: -5px;
  text-align: center;
  text-transform: uppercase;
}
.card-service__content {
  float: left;
  width: 100%;
  background-color: white;
  padding: 0;
  max-height: 400px;
  overflow-y: scroll;
}
.card-service__content::-webkit-scrollbar-track {
  background-color: white;
  padding: 2px 0;
}
.card-service__content::-webkit-scrollbar {
  width: 10px;
}
.card-service__content::-webkit-scrollbar-thumb {
  background-color: rgb(171.25, 175.4375, 204.75);
  border-radius: 10px;
}
.card-service__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.card-service__content ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgb(171.25, 175.4375, 204.75);
  font-size: 0.9rem;
  padding: 10px 20px;
}
.card-service__footer {
  float: left;
  width: 100%;
  background-color: #9b6cfd;
  bottom: 0;
  left: 0;
  position: absolute;
}
.card-service__footer__small {
  float: left;
  width: 100%;
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: calc(30px / 2);
  text-align: center;
}
.card-service__footer__price {
  float: left;
  width: 100%;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 20px 10px 20px;
  text-align: center;
}/*# sourceMappingURL=components.css.map */