@font-face {
  font-family: "grotesk-regular";
  src: url("/themes/custom/joia/fonts/kostic-roc-grotesk-regular.otf") format("opentype");
}
@font-face {
  font-family: "grotesk-compressed-bold";
  src: url("/themes/custom/joia/fonts/kostic-roc-grotesk-condensed-bold.otf") format("opentype");
}
@font-face {
  font-family: "joia-dingbats-capacitats";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/custom/joia/fonts/fundacio-joia-dingbats-capacitats.otf") format("opentype");
}
@font-face {
  font-family: "joia-dingbats-confianza";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/custom/joia/fonts/fundacio-joia-dingbats-confianza.otf") format("opentype");
}
@font-face {
  font-family: "joia-dingbats-creativitat";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/custom/joia/fonts/fundacio-joia-dingbats-creativitat.otf") format("opentype");
}
@font-face {
  font-family: "joia-dingbats-professional";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/custom/joia/fonts/fundacio-joia-dingbats-professional.otf") format("opentype");
}
@font-face {
  font-family: "joia-dingbats-salut";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/custom/joia/fonts/fundacio-joia-dingbats-salut.otf") format("opentype");
}
@font-face {
  font-family: "joia-dingbats-social";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/custom/joia/fonts/fundacio-joia-dingbats-social.otf") format("opentype");
}
@font-face {
  font-family: "joia-dingbats-solucions";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/custom/joia/fonts/fundacio-joia-dingbats-solucions.otf") format("opentype");
}
/* Color Primary */
/* Color Secondary */
/* Color Tertiary */
/* Color Icon */
/* Color Feedback */
/* Color Base */
/* Rounded */
/* Breakpoints */
/* Container widths */
/* Fonts */
/* Font size */
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

body {
  font-family: "grotesk-regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  color: #343432;
  background: #f7f7fd;
}

span.capacitates {
  font-family: "joia-dingbats-capacitats";
}
span.trust {
  font-family: "joia-dingbats-confianza";
}
span.creativity {
  font-family: "joia-dingbats-creativitat";
}
span.professional {
  font-family: "joia-dingbats-professional";
}
span.social {
  font-family: "joia-dingbats-social";
}
span.health {
  font-family: "joia-dingbats-salut";
}
span.solutions {
  font-family: "joia-dingbats-solucions";
}
span.capacitates, span.trust, span.creativity, span.professional, span.social, span.health, span.solutions {
  font-weight: normal;
}

figure {
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .container {
    max-width: 1145px;
  }
}
@media (max-width: 1175px) {
  .container {
    max-width: 962px;
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
.Header {
  position: relative;
}
.Header-container {
  margin: 0 auto;
  max-width: 1280px;
}
.Header-container.Header-container--mobile {
  display: none;
}
.Header-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.Header-logo {
  width: 245px;
  height: 131px;
}
.Header-menus {
  display: flex;
  flex-direction: column;
  margin-top: 17px;
}

@media (max-width: 1300px) {
  .Header-container {
    max-width: 1145px;
  }
}
@media (max-width: 1175px) {
  .Header-container {
    max-width: 962px;
  }
  .Header-container.Header-container--desktop {
    display: none;
  }
  .Header-container.Header-container--mobile {
    display: block;
    padding: 16px;
    position: relative;
  }
  .Header-container.Header-container--mobile .Header-wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  .Header-container.Header-container--mobile .Header-logo img {
    max-width: 130px;
  }
  .Header-container.Header-container--mobile .Header-menus {
    margin: 0;
  }
  .Header-logo {
    height: 100px;
  }
}
@media (max-width: 992px) {
  .Header-container {
    max-width: 768px;
  }
  .Header-container.Header-container--mobile {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .Header-container.Header-container--mobile .Header-logo {
    width: 77px;
    height: 41px;
  }
}
.messages {
  padding: 1rem 0;
}

.button {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  font-weight: 700;
  padding: 0 84px 0 2.5rem;
  border-radius: 51px;
  color: #343432;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  border: 0px;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.button__text {
  position: relative;
  z-index: 1;
}
.button__arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.3rem;
  height: 60px;
  min-height: 60px;
  width: 60px;
  min-width: 60px;
  border-radius: 51px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.button__arrow span {
  display: block;
  width: 16px;
  height: 2px;
  background: #343432;
  position: relative;
}
.button__arrow span:before, .button__arrow span:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #343432;
  position: absolute;
  right: -2px;
}
.button__arrow span:before {
  transform: rotate(45deg);
  bottom: 3px;
}
.button__arrow span:after {
  transform: rotate(-45deg);
  top: 3px;
}
.button--slate-blue {
  background: #cfd1f2;
}
.button--slate-blue .button__arrow {
  background: #e8e9f9;
}
.button--bittersweet-red {
  background: #ffd1d1;
}
.button--bittersweet-red .button__arrow {
  background: #ffe9e9;
}
.button--emerald-green {
  background: #b0f5d7;
}
.button--emerald-green .button__arrow {
  background: #d9faec;
}
.button:hover .button__arrow {
  width: 100%;
}

.photoswipe-item a[data-type=video] {
  height: 100%;
}

.card {
  border-radius: 39px;
  color: #343432;
  display: block;
  padding: 2rem;
  position: relative;
  text-decoration: none;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.card__arrow--wrapper {
  height: 44px;
  text-align: right;
}
.card__arrow {
  display: inline-block;
  position: relative;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
}
.card__arrow span {
  background: #343432;
  bottom: 10px;
  display: block;
  height: 4px;
  position: absolute;
  transform: rotate(-45deg);
  width: 20px;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.card__arrow span:before, .card__arrow span:after {
  background: #343432;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: -6px;
  width: 18px;
}
.card__arrow span:before {
  bottom: 6px;
  transform: rotate(45deg);
}
.card__arrow span:after {
  top: 5px;
  transform: rotate(-45deg);
}
.card__title {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.75rem;
  padding-top: 12px;
}
.card__text {
  font-size: 1rem;
  line-height: 1.25rem;
}
.card__text p {
  margin: 0;
}
.card__videolabel {
  position: absolute;
  bottom: 17px;
  left: 68px;
  color: #ff6969;
  font-weight: bold;
}
.card__icon {
  bottom: 0;
  left: -50px;
  line-height: 0;
  position: absolute;
}
.card__iconposition--top-left .card__icon {
  top: -50px;
}
.card__iconposition--bottom-left {
  padding-bottom: 90px;
}
.card__iconposition--bottom-left .card__icon {
  bottom: -50px;
}
.card--slate-blue {
  background: #cfd1f2;
}
.card--white {
  background: #ffffff;
}
.card--bittersweet-red {
  background: #ffd1d1;
}
.card--emerald-green {
  background: #b0f5d7;
}
.card__iconcolor--slate-blue .card__icon rect {
  fill: #6369d5;
}
.card__iconcolor--bittersweet-red .card__icon rect {
  fill: #ff6969;
}
.card__iconcolor--emerald-green .card__icon rect {
  fill: #00e07f;
}

a.card:hover.card--white {
  background: #f7f7fd;
}
a.card:hover.card--slate-blue {
  background: #e8e9f9;
}
a.card:hover.card--bittersweet-red {
  background: #ffe9e9;
}
a.card:hover.card--emerald-green {
  background: #d9faec;
}
a.card:hover .card__arrow span {
  transform: rotate(0deg);
}

.pswp__zoom-wrap {
  text-align: center;
}
.pswp__zoom-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.wrapper {
  display: inline-block;
  line-height: 0;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  z-index: 1045;
}

.video-wrapper {
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  position: relative;
  width: 100%;
}
.video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 992px) {
  .card__icon {
    left: -36px;
  }
  .card__icon svg {
    height: 72px;
    width: 72px;
  }
  .card__iconposition--top-left .card__icon {
    top: -36px;
  }
  .card__iconposition--bottom-left {
    padding-bottom: 76px;
  }
  .card__iconposition--bottom-left .card__icon {
    bottom: -36px;
  }
}
.FooterMenu {
  background-color: #6369d5;
}
.FooterMenu-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  list-style: none;
  margin: 0;
}
.FooterMenu-item a,
.FooterMenu-item span {
  color: #ffffff;
  font-size: 12px;
}

@media (max-width: 992px) {
  .FooterMenu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 30px 0 15px 0;
  }
  .FooterMenu-item {
    margin-bottom: 16px;
  }
}
@media (max-width: 1175px) {
  .MainMenuMobile {
    --bold: 700;
  }
  .MainMenuMobile-toogle {
    min-height: 30px;
    min-width: 31px;
  }
  .MainMenuMobile-search {
    background-color: #f7f7fd;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 3;
    padding: 3rem 1rem;
    display: none;
    border-radius: 39px;
  }
  .MainMenuMobile-search #search-block-form {
    display: flex;
    flex-direction: column;
  }
  .MainMenuMobile-search #search-block-form input[type=submit] {
    width: 100%;
    justify-content: center;
  }
  .MainMenuMobile-search input[type=search] {
    padding: 0.5rem 2rem;
  }
  .MainMenuMobile-search .button {
    height: 41px;
  }
  .MainMenuMobile .MainMenuMobile-actions-closeSearch {
    display: none;
  }
  .MainMenuMobile-actions {
    align-items: center;
    background-color: #4f54aa;
    border-radius: 34px;
    display: flex;
    gap: 24px;
    justify-content: space-around;
    min-height: 48px;
    padding: 0 40px;
  }
  .MainMenuMobile-actions svg {
    min-width: 31px;
  }
  .MainMenuMobile-actions-burgerIcon {
    cursor: pointer;
  }
  .MainMenuMobile-actions-searchIcon {
    cursor: pointer;
  }
  .MainMenuMobile-actions-closeSearch {
    cursor: pointer;
  }
  .MainMenuMobile-actions-closeIcon {
    cursor: pointer;
    display: none;
  }
  .MainMenuMobile-menu {
    background-color: #f7f7fd;
    display: none;
    left: 0;
    margin-top: 1rem;
    padding-top: 50px;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .MainMenuMobile-menu-wrapper {
    list-style: none;
    margin: 0 auto;
    max-width: 962px;
    padding: 0 1rem 1rem;
  }
  .MainMenuMobile-item-collapsed {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .MainMenuMobile-item-collapsed-text {
    color: #4a4fa0;
    font-size: 22px;
    font-weight: 500;
    padding: 15px 0;
    text-decoration: none;
    width: 100%;
  }
  .MainMenuMobile-item-collapsed-icon {
    cursor: pointer;
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .MainMenuMobile-item--expanded .MainMenuMobile-item-collapsed-icon {
    transform: rotate(270deg);
  }
  .MainMenuMobile--expanded .MainMenuMobile-actions-closeIcon {
    display: block;
  }
  .MainMenuMobile--expanded .MainMenuMobile-actions-burgerIcon {
    display: none;
  }
  .MainMenuMobile--expanded .MainMenuMobile-menu {
    display: block;
  }
  .MainMenuMobile--search__expanded .MainMenuMobile-search {
    display: block;
  }
  .MainMenuMobile--search__expanded .MainMenuMobile-actions-closeSearch {
    display: inline;
  }
  .MainMenuMobile--search__expanded .MainMenuMobile-actions-searchIcon {
    display: none;
  }
  .MainMenuMobile .TopMenu-wrapper {
    border-radius: inherit;
    display: block;
    flex-direction: column;
    padding: 40px 16px 60px 16px;
  }
  .MainMenuMobile .TopMenu-item {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .MainMenuMobile .TopMenu-item.TopMenu-item--languageSelector ul.dropdown-language-item {
    flex-direction: row;
    left: -5px;
    top: 0 !important;
    width: auto;
  }
  .MainMenuMobile .TopMenu-item.TopMenu-item--languageSelector ul.dropdown-language-item .active-language {
    color: #ffffff;
  }
  .Megamenu {
    background-color: #ffffff;
    display: block;
    list-style: none;
    margin: 0 -1rem;
    max-height: 0;
    min-height: auto;
    overflow: hidden;
    padding: 0;
    position: static;
    transition: 0.2s ease-out;
  }
  .Megamenu .Header-container {
    padding: 2rem 1rem;
  }
  .Megamenu-header {
    margin-bottom: 2rem !important;
  }
  .Megamenu-header-left {
    margin-bottom: 2rem;
  }
  .Megamenu-header-title {
    color: #4a4fa0;
  }
  .Megamenu-header-description {
    color: #4a4fa0;
  }
  .Megamenu-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .Megamenu-items-item-content-title {
    color: #4a4fa0;
  }
  .Megamenu-items-item-content-description {
    color: #4a4fa0;
  }
  .Megamenu-items-item-content-children-title {
    color: #4a4fa0;
  }
}
@media (max-width: 992px) {
  .MainMenuMobile-search {
    top: 120px;
  }
  .MainMenuMobile-menu-wrapper {
    max-width: 768px;
  }
  .MainMenuMobile .Megamenu-header {
    display: block;
  }
  .MainMenuMobile .Megamenu-header-left {
    margin-bottom: 16px;
  }
  .MainMenuMobile .Megamenu-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .MainMenuMobile-search {
    top: 70px;
  }
}
.MainMenu-wrapper {
  --bold: 700;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25rem;
  justify-content: right;
  list-style: none;
  padding: 0;
}
.MainMenu-item > .MainMenu-item-text {
  align-items: center;
  color: #4a4fa0;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  letter-spacing: 0.15px;
  padding: 17px 17px 30px;
  position: relative;
  text-decoration: none;
}
.MainMenu-item > .MainMenu-item-text::after {
  content: attr(data-text);
  font-weight: var(--bold);
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  visibility: hidden;
}
@media speech {
  .MainMenu-item > .MainMenu-item-text::after {
    display: none;
  }
}
.MainMenu-item > .MainMenu-item-text .triangle,
.MainMenu-item > .MainMenu-item-text .triangle:before,
.MainMenu-item > .MainMenu-item-text .triangle:after {
  display: none;
  height: 2em;
  width: 2em;
}
.MainMenu-item > .MainMenu-item-text .triangle {
  border-radius: 20%;
  cursor: pointer;
  margin: 0 auto 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 38px;
  transform: translateY(50%) rotate(30deg) skewY(30deg) scaleX(0.866);
}
.MainMenu-item > .MainMenu-item-text .triangle:before,
.MainMenu-item > .MainMenu-item-text .triangle:after {
  background: #6369d5;
  content: "";
  pointer-events: auto;
  position: absolute;
}
.MainMenu-item > .MainMenu-item-text .triangle:before {
  border-radius: 20% 20% 20% 53%;
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(0.866) translateX(-24%);
}
.MainMenu-item > .MainMenu-item-text .triangle:after {
  border-radius: 20% 20% 53% 20%;
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%);
}
.MainMenu-item--active a {
  font-weight: var(--bold);
}
.MainMenu-item:last-child {
  margin-bottom: 15px;
}
.MainMenu-item--button, .MainMenu-item:last-child {
  background-color: #b0f5d7;
  border-radius: 31px;
  display: inline-block;
}
.MainMenu-item--button a, .MainMenu-item:last-child a {
  align-items: center;
  color: #4a4fa0;
  display: inline-flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: var(--bold);
  justify-content: space-between;
  letter-spacing: 0.15px;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.MainMenu-item:hover .MainMenu-item-text .triangle,
.MainMenu-item:hover .MainMenu-item-text .triangle:before,
.MainMenu-item:hover .MainMenu-item-text .triangle:after {
  display: block;
}
.MainMenu-item:hover .Megamenu {
  display: block;
}
.MainMenu-item:hover:hover .MainMenu-item-text {
  font-weight: var(--bold);
}
.MainMenu .MainMenu-item-text.MainMenu-item-text--active {
  font-weight: var(--bold);
}
.MainMenu .Megamenu {
  display: none;
  left: 0;
  list-style: none;
  min-height: 700px;
  padding: 40px 0 130px 0;
  position: absolute;
  right: 0;
  top: 183px;
  z-index: 2;
}

.Megamenu {
  background-color: #6369d5;
}
.Megamenu-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.Megamenu-header-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: var(--blod);
  letter-spacing: 0.15px;
  margin-bottom: 8px;
}
.Megamenu-header-description {
  color: #e8e8e8;
  font-size: 14px;
}
.Megamenu-items {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
.Megamenu-items-item {
  display: flex;
  gap: 12px;
}
.Megamenu-items-item-icon {
  flex-shrink: 0;
  width: 40px;
}
.Megamenu-items-item-icon img {
  width: 100%;
}
.Megamenu-items-item-content-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: var(--bold);
  line-height: 24px;
  text-decoration: none;
}
.Megamenu-items-item-content-description {
  color: #e8e8e8;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
.Megamenu-items-item-content-children {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
}
.Megamenu-items-item-content-children-title {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  text-decoration: none;
}

@media (max-width: 1300px) {
  .MainMenu-item > .MainMenu-item-text {
    padding: 17px 15px 30px;
  }
}
.Partners {
  padding: 40px 0;
  background: #ffffff;
}
.Partners-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #343432;
}
.Partners-wrapper {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 40px 0;
}
.Partners-item {
  text-align: center;
}

@media (max-width: 992px) {
  .Partners-wrapper {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .Partners-wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
    padding-top: 0;
  }
}
.Social {
  background: #ffffff;
}
.Social-wrapper {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 6rem 0 40px 0;
}
.Social-item {
  text-align: center;
}
.Social-item--1 {
  max-width: 200px;
}
.Social-item--1 img {
  width: 100%;
}
.Social-item--3 {
  max-width: 281px;
}
.Social-item--3 img {
  width: 100%;
}
.Social-networks-title {
  color: #1d1d1b;
  font-family: "grotesk-compressed-bold", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
}
.Social-networks-icons {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 0;
}

@media (max-width: 768px) {
  .Social-wrapper {
    flex-direction: column;
    gap: 48px;
    padding-top: 40px;
  }
}
.TopMenu {
  --fontSize: 16px;
  margin-bottom: 8px;
  text-align: right;
}
.TopMenu-wrapper {
  align-items: center;
  background-color: #4f54aa;
  border-radius: 34px;
  display: inline-flex;
  flex-direction: row;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 2px 30px;
}
.TopMenu-item {
  padding: 1rem 0;
}
.TopMenu-item a {
  color: #ffffff;
  text-decoration: none;
}
.TopMenu-item-search {
  padding: 0 5px;
}
.TopMenu-item-search-searchIcon {
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  position: absolute;
  right: -25px;
}
.TopMenu-item-search-form input[type=search] {
  border-radius: 100px;
  border: none;
  margin: 0;
  max-width: 0px;
  outline: none;
  padding: 15px 0;
  transition: 0.5s;
}
.TopMenu-item-search-form input[type=submit] {
  display: none;
}
.TopMenu-item-search-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}
.TopMenu-item-search--expanded {
  padding: 0 5px;
}
.TopMenu-item-search--expanded .TopMenu-item-search-wrapper {
  opacity: 1;
  visibility: visible;
}
.TopMenu-item-search--expanded .TopMenu-item-search-form input[type=search] {
  max-width: 170px;
  padding-left: 15px;
  padding-right: 30px;
}
.TopMenu-item--languageSelector ul.dropdown-language-item {
  align-items: center;
  background-color: #4f54aa;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 5px !important;
  position: absolute;
  top: -13px !important;
  width: 30px;
}
.TopMenu-item--languageSelector ul.dropdown-language-item li.dropbutton-action .language-link.active-language {
  color: #ffffff;
}
.TopMenu-item--languageSelector ul.dropdown-language-item li.dropbutton-toggle {
  height: 24px;
  left: 0;
  position: absolute;
}
.TopMenu-item--languageSelector ul.dropdown-language-item li.dropbutton-toggle .dropbutton-arrow {
  display: none;
}

.LateralMenu a {
  background-color: #00a85f;
  border-bottom-left-radius: 36px;
  border-top-left-radius: 36px;
  height: 40px;
  position: fixed;
  right: 0;
  top: 590px;
  width: 53px;
  z-index: 1;
}
.LateralMenu a i {
  display: block;
  height: 100%;
  position: relative;
}
.LateralMenu a i svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .LateralMenu {
    display: none;
  }
}
.GoUp a {
  background-color: #ffffff;
  border-bottom-left-radius: 36px;
  border-bottom: 1px solid #6369d5;
  border-left: 1px solid #6369d5;
  border-top-left-radius: 36px;
  border-top: 1px solid #6369d5;
  height: 40px;
  position: fixed;
  right: 0;
  top: 645px;
  width: 53px;
  z-index: 1;
}
.GoUp a i {
  display: block;
  height: 100%;
  position: relative;
}
.GoUp a i svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .GoUp {
    display: none;
  }
}
.Teaser {
  background-color: #eff0fb;
  border-radius: 39px;
  height: 100%;
}
.Teaser a {
  display: inline-block;
  height: 100%;
  text-decoration: none;
  width: 100%;
  color: #343432;
}
.Teaser__image {
  border-top-left-radius: 39px;
  border-top-right-radius: 39px;
  height: 235px;
  overflow: hidden;
  width: 100%;
}
.Teaser__image img {
  height: auto;
  width: 100%;
}
.Teaser__content {
  background-color: #eff0fb;
  border-radius: 39px;
  margin-top: -40px;
  padding: 2.5rem;
  position: relative;
  min-height: 290px;
}
.Teaser__date {
  margin-bottom: 0.3rem;
}
.Teaser__title {
  color: #343432;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.75rem;
  margin-bottom: 0.3rem;
}
.Teaser__description {
  color: #4A4A49;
  font-size: 1.125rem;
}
.Teaser__description p {
  margin: 0;
}
.Teaser__wrapper {
  margin-bottom: 1rem;
  min-height: 10rem;
}
.Teaser__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.Teaser__tag {
  background-color: #cfd1f2;
  border-radius: 98px;
  color: #4a4fa0;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.75rem;
}

@media (max-width: 992px) {
  .Teaser__wrapper {
    min-height: inherit;
  }
  .Teaser__content {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .Teaser__content {
    min-height: auto;
  }
}
.socialshare {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 32px;
}

.Newsletter {
  --bold: 700;
  background-image: url("/sites/default/files/custom/paragraph/newsletter/flower_outline.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  color: #ffffff;
  position: relative;
}
.Newsletter-wrapper {
  padding: 80px 0;
}
.Newsletter-title {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.Newsletter-cta {
  font-family: "grotesk-compressed-bold", sans-serif;
  font-size: 3.563rem;
  font-weight: var(--bold);
  line-height: 1;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.Newsletter-form label[for=edit-email] {
  display: none;
  max-width: 480px;
}
.Newsletter-form input[name=email] {
  background-color: #6369d5;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.Newsletter-form input[name=email] {
  max-width: 475px;
}
.Newsletter-form .form-type-checkbox {
  align-items: center;
  display: flex;
  gap: 5px;
  margin-bottom: 25px;
}
.Newsletter-form .form-type-checkbox input {
  width: 20px;
  height: 20px;
  outline: none;
}
.Newsletter-form .form-type-checkbox label {
  font-size: 0.75rem;
}
.Newsletter-form .form-type-checkbox label a {
  color: #ffffff;
}
.Newsletter-form input[type=submit] {
  background-color: #ffffff;
  border-radius: 29px;
  border: none;
  color: #6369d5;
  cursor: pointer;
  font-size: 1rem;
  font-weight: var(--bold);
  margin: 0;
  padding: 16px 32px;
  text-transform: uppercase;
}
.Newsletter-form input::-moz-placeholder {
  color: #ffffff;
}
.Newsletter-form input::placeholder {
  color: #ffffff;
}

@media (max-width: 992px) {
  .Newsletter {
    background-image: none;
  }
}
@media (max-width: 768px) {
  .Newsletter input[name=email] {
    width: 100%;
  }
}
.home-3-column-cards {
  padding: 2rem 1rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
.home-3-column-cards__item--photo {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 160px;
  position: relative;
}
.home-3-column-cards__item--photo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.home-3-column-cards__item--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-3-column-cards__item--icon img {
  height: 300px;
}

@media (min-width: 1175px) {
  .home-3-column-cards {
    padding: 4rem 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .home-3-column-cards__item--photo {
    grid-column: span 2;
    height: 100%;
  }
  .home-3-column-cards__item--icon img {
    position: absolute;
    height: 100%;
  }
}
.key-numbers-carousel {
  --swiper-navigation-top-offset: 63%;
}
.key-numbers-carousel-wrapper {
  height: auto;
  background: #ffffff;
  border-radius: 64px;
  padding: 2rem 0 4rem 0;
}
.key-numbers-carousel__content {
  display: flex;
  flex-flow: column;
  height: 100%;
  position: relative;
  padding-top: 1rem;
}
.key-numbers-carousel__intro {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 3rem 0;
  width: 100%;
  text-align: center;
}
.key-numbers-carousel__intro h2 {
  font-size: 4rem;
  font-family: "grotesk-compressed-bold", sans-serif;
  color: #343432;
  line-height: 0.9;
  margin: 0 0 0.5rem 0;
}
.key-numbers-carousel__intro p {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
}
.key-numbers-carousel__intro h2 .professional,
.key-numbers-carousel__intro h2 .creativity,
.key-numbers-carousel__intro h2 .trust,
.key-numbers-carousel__intro h2 .capacitates,
.key-numbers-carousel__intro h2 .social,
.key-numbers-carousel__intro h2 .health,
.key-numbers-carousel__intro h2 .solutions {
  color: #ff6969;
}
.key-numbers-carousel__intro .button {
  margin: 0 auto;
}
.key-numbers-carousel__title {
  display: flex;
  width: 100%;
  padding: 0 2rem !important;
}
.key-numbers-carousel__title .swiper-wrapper .swiper-slide h3 {
  display: block;
  height: 100%;
  line-height: 1.4;
  font-size: 11.25rem;
  color: #00e07f;
  font-family: "grotesk-compressed-bold", sans-serif;
  text-align: center;
  margin: 0px;
}
.key-numbers-carousel__title .swiper-wrapper .swiper-slide h4 {
  line-height: 2rem;
  font-size: 1.5rem;
  margin: 0;
  padding: 0 2rem;
  text-align: center;
}
.key-numbers-carousel__title .swiper-wrapper .swiper-slide h4 p {
  margin: 0;
}
.key-numbers-carousel__title__next, .key-numbers-carousel__title__prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  border-radius: 50%;
  background: #b0f5d7;
  margin-top: 80px !important;
  top: 63%;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.key-numbers-carousel__title__next:after, .key-numbers-carousel__title__prev:after {
  display: none;
}
.key-numbers-carousel__title__next svg, .key-numbers-carousel__title__prev svg {
  width: 60% !important;
}
.key-numbers-carousel__title__next:hover, .key-numbers-carousel__title__prev:hover {
  background: #00e07f;
}
.key-numbers-carousel__title__prev svg {
  transform: rotate(-90deg);
}
.key-numbers-carousel__title__next svg {
  transform: rotate(90deg);
}
.key-numbers-carousel__text {
  height: 100%;
  width: 100%;
}
.key-numbers-carousel__text .swiper-wrapper .swiper-slide {
  display: flex;
  background: #ffffff;
}
.key-numbers-carousel__text .swiper-wrapper .swiper-slide h4 {
  font-size: 1.875rem;
  line-height: 0.8;
  font-weight: 700;
  text-transform: uppercase;
  color: #343432;
  margin: 0px;
}
.key-numbers-carousel--slate-blue .key-numbers-carousel__title .swiper-wrapper .swiper-slide h3 {
  color: #4f54aa;
}
.key-numbers-carousel--slate-blue .key-numbers-carousel__title__next, .key-numbers-carousel--slate-blue .key-numbers-carousel__title__prev {
  background: #e8e9f9;
}
.key-numbers-carousel--slate-blue .key-numbers-carousel__title__next:hover, .key-numbers-carousel--slate-blue .key-numbers-carousel__title__prev:hover {
  background: #6369d5;
}
.key-numbers-carousel--bittersweet-red .key-numbers-carousel__title .swiper-wrapper .swiper-slide h3 {
  color: #cc5454;
}
.key-numbers-carousel--bittersweet-red .key-numbers-carousel__title__next, .key-numbers-carousel--bittersweet-red .key-numbers-carousel__title__prev {
  background: #ffd1d1;
}
.key-numbers-carousel--bittersweet-red .key-numbers-carousel__title__next:hover, .key-numbers-carousel--bittersweet-red .key-numbers-carousel__title__prev:hover {
  background: #ff6969;
}
.key-numbers-carousel--emerald-green .key-numbers-carousel__title .swiper-wrapper .swiper-slide h3 {
  color: #00e07f;
}
.key-numbers-carousel--emerald-green .key-numbers-carousel__title__next, .key-numbers-carousel--emerald-green .key-numbers-carousel__title__prev {
  background: #b0f5d7;
}
.key-numbers-carousel--emerald-green .key-numbers-carousel__title__next:hover, .key-numbers-carousel--emerald-green .key-numbers-carousel__title__prev:hover {
  background: #00e07f;
}

@media (min-width: 1175px) {
  .key-numbers-carousel {
    padding: 4rem 0;
  }
  .key-numbers-carousel-wrapper {
    height: 400px;
    padding: 0;
  }
  .key-numbers-carousel__content {
    flex-flow: row;
  }
  .key-numbers-carousel__intro {
    width: 25%;
    text-align: left;
    min-width: 385px;
  }
  .key-numbers-carousel__intro .button {
    margin: 0;
  }
  .key-numbers-carousel__title {
    width: 70%;
    height: 100%;
  }
  .key-numbers-carousel__title .swiper-wrapper .swiper-slide {
    padding: 4.688rem 0;
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 1rem;
  }
  .key-numbers-carousel__title .swiper-wrapper .swiper-slide h3 {
    font-size: 16.875rem;
    text-align: right;
    line-height: 0.9;
  }
  .key-numbers-carousel__title .swiper-wrapper .swiper-slide h4 {
    margin: 0;
    font-size: 2rem;
    padding-right: 4rem;
    text-align: left;
  }
  .key-numbers-carousel__title__next, .key-numbers-carousel__title__prev {
    width: 58px;
    min-width: 58px;
    height: 58px;
    min-height: 58px;
    margin-top: 0px !important;
  }
  .key-numbers-carousel__title__prev {
    bottom: 0;
    top: auto !important;
    margin: 0px !important;
    transform: translateY(29px);
    left: auto !important;
    right: 30% !important;
  }
  .key-numbers-carousel__title__prev svg {
    transform: rotate(-180deg);
  }
  .key-numbers-carousel__title__next {
    top: 0 !important;
    margin: 0px !important;
    transform: translateY(-29px);
    left: auto !important;
    right: 30% !important;
  }
  .key-numbers-carousel__title__next svg {
    transform: rotate(0deg);
  }
  .key-numbers-carousel__text {
    width: 25%;
  }
  .key-numbers-carousel__text .swiper-wrapper .swiper-slide h4 {
    font-size: 2.5rem;
    margin: 5rem 0;
  }
}
.home-full-width-slider .container {
  width: 61vw;
}
.home-full-width-slider .swiper-wrapper .swiper-slide {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
  height: 31vw;
}
.home-full-width-slider__title {
  color: #6369d5;
  font-family: "grotesk-compressed-bold", sans-serif;
  line-height: 0.78;
  margin: 0;
  text-transform: uppercase;
  font-size: 9vw;
}
.home-full-width-slider__title span {
  color: #ff6969;
  font-weight: 100;
}
.home-full-width-slider__text {
  max-width: 80%;
  margin: 0 auto;
}
.home-full-width-slider__text p {
  font-size: 1.2vw;
  margin: 0;
}
.home-full-width-slider .home-full-width-slider__pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background: #b0f5d7;
  opacity: 1;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.home-full-width-slider .home-full-width-slider__pagination .swiper-pagination-bullet-active {
  width: 60px;
  border-radius: 29px;
}
.home-full-width-slider-background--desktop, .home-full-width-slider-background--mobile {
  position: absolute;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: none;
  flex-direction: row;
}
.home-full-width-slider .home-full-width-slider-background--mobile {
  display: none;
}

@media (max-width: 992px) {
  .home-full-width-slider .home-full-width-slider-background--desktop {
    display: none;
  }
  .home-full-width-slider .home-full-width-slider-background--mobile {
    display: block;
  }
  .home-full-width-slider .swiper-wrapper .swiper-slide {
    height: 100vw;
  }
  .home-full-width-slider__title {
    font-size: 11vw;
  }
  .home-full-width-slider__text p {
    font-size: 2.4vw;
  }
  .home-full-width-slider .swiper-pagination {
    bottom: -8px !important;
  }
}
.HomeVideoText {
  padding: 2rem 1rem;
}
.HomeVideoText__header {
  position: relative;
  margin: 0 0 -1.875rem 0;
  font-weight: normal;
}
.HomeVideoText__header-item {
  display: inline-flex;
  align-items: center;
  background-color: #4f54aa;
  border-radius: 98px;
  border: 1px transparent;
  justify-content: space-between;
}
.HomeVideoText__header-item-title {
  font-size: 2.5rem;
  font-family: "grotesk-compressed-bold", sans-serif;
  color: #ffffff;
  padding: 0.625rem 1.875rem 0.313rem;
  display: flex;
  margin: 0;
  line-height: 1;
}
.HomeVideoText__header-item-images {
  line-height: 0;
}
.HomeVideoText__header-item--negative {
  background-color: #ffffff;
  border: 3px solid #4f54aa;
}
.HomeVideoText__header-item--negative .HomeVideoText__header-item-title {
  color: #343432;
}
.HomeVideoText__header-item img + img {
  margin: 0;
}
.HomeVideoText__header img {
  max-width: 3.125rem;
}
.HomeVideoText__header-top {
  margin-bottom: -2px;
}
.HomeVideoText__header-top .HomeVideoText__header-item-title {
  padding-right: 7.125rem;
}
.HomeVideoText__header-bottom {
  display: inline-flex;
  margin-left: 0;
  flex-wrap: wrap;
}
.HomeVideoText__iframe .field--name-field-home-video-youtube {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  /* pointer-events: none; */
  border-radius: 39px;
}
.HomeVideoText__iframe .field--name-field-home-video-youtube iframe {
  overflow: hidden;
  width: 300%;
  margin-left: -100%;
  height: 100%;
  border-radius: 50px;
}
.HomeVideoText__content {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  width: 90%;
  position: relative;
  z-index: 1;
  margin: -3rem 3rem 0 auto;
}
.HomeVideoText__content__text {
  background: #4f54aa;
  color: #ffffff;
  border-radius: 39px;
  padding: 2rem;
  line-height: 1.4;
}
.HomeVideoText__content .button {
  margin: -1.5rem 2rem 0 0;
}

@media (min-width: 1175px) {
  .HomeVideoText {
    padding: 4rem 0;
  }
  .HomeVideoText__header {
    margin-bottom: -50px;
    position: relative;
  }
  .HomeVideoText__header-top {
    padding-left: 100px;
    margin-bottom: -3px;
  }
  .HomeVideoText__header-bottom {
    display: flex;
    align-items: center;
    margin-left: -50px;
  }
  .HomeVideoText__header-item {
    display: inline-flex;
    align-items: center;
    background-color: #4f54aa;
    border-radius: 98px;
    border: 1px transparent;
  }
  .HomeVideoText__header-item-title {
    font-size: 5.5rem;
    font-family: "grotesk-compressed-bold", sans-serif;
    color: #ffffff;
    padding: 1.438rem 3rem 0.625rem 3rem;
  }
  .HomeVideoText__header-item--negative {
    background-color: #ffffff;
    border: 3px solid #4f54aa;
  }
  .HomeVideoText__header-item--negative .HomeVideoText__header-item-title {
    color: #343432;
  }
  .HomeVideoText__header-item img + img {
    margin: 0 -2px 0 0;
  }
  .HomeVideoText__header img {
    max-width: inherit;
  }
  .HomeVideoText__content {
    width: 50%;
  }
  .HomeVideoText__content__text {
    border-radius: 98px;
    padding: 1.875rem 3.125rem;
  }
}
.HomeStandingOut {
  background: #6369d5;
  border-radius: 64px;
  margin-bottom: 150px;
}
.HomeStandingOut-wrapper {
  display: flex;
  align-items: center;
  flex-flow: column;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
.HomeStandingOut__title {
  font-family: "grotesk-compressed-bold", sans-serif;
  color: #ffffff;
  font-size: 5.875rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 4.938rem;
}
.HomeStandingOut__title p {
  margin: 0;
}
.HomeStandingOut__description {
  color: #ffffff;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.HomeStandingOut__button {
  margin-bottom: 10px;
}
.HomeStandingOut__image {
  margin-bottom: -180px;
}
.HomeStandingOut__image img {
  width: 100%;
  height: auto;
  animation: moveY 1s infinite alternate;
}

@keyframes moveY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@media (min-width: 768px) {
  .HomeStandingOut {
    margin: 170px 0;
  }
  .HomeStandingOut-wrapper {
    display: block;
    text-align: left;
    padding: 90px 43% 90px 0;
  }
  .HomeStandingOut__image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 41%;
  }
}
@media (min-width: 992px) {
  .HomeStandingOut-wrapper {
    padding: 145px 51% 145px 0;
  }
  .HomeStandingOut__image {
    width: 43%;
  }
}
@media (min-width: 1175px) {
  .HomeStandingOut-wrapper {
    padding: 220px 54% 220px 0;
  }
  .HomeStandingOut__image {
    width: 45%;
  }
}
.TextImage {
  position: relative;
}
.TextImage__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.TextImage__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 0.625rem;
}
.TextImage__text-title {
  color: #6369d5;
  font-family: "grotesk-compressed-bold", sans-serif;
  font-size: 3.75rem;
  margin: 0;
  line-height: 85%;
}
.TextImage__text-title span {
  color: #e65f5f;
}
.TextImage__text-description p {
  line-height: 1.3;
}
.TextImage__image {
  position: relative;
}
.TextImage__image__icon {
  font-family: "joia-dingbats-professional";
  color: #e65f5f;
  font-size: 5rem;
  position: absolute;
  top: -80px;
  left: 40%;
  animation: moveX 2s infinite alternate;
}
.TextImage__image img {
  height: auto;
}
@keyframes moveX {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-80px);
  }
}
.TextImage__image img {
  width: 100%;
  overflow: hidden;
  border-radius: 180px;
}

@media (min-width: 1175px) {
  .TextImage__content {
    gap: 6rem;
  }
  .TextImage__text h2 {
    font-size: 5rem;
  }
  .TextImage--left .TextImage__content {
    grid-template-columns: 1fr 0.6fr;
  }
  .TextImage--left .TextImage__description {
    order: 2;
  }
  .TextImage--left .TextImage__image {
    order: 1;
  }
  .TextImage--right .TextImage__content {
    grid-template-columns: 0.6fr 1fr;
  }
  .TextImage--right .TextImage__description {
    order: 1;
  }
  .TextImage--right .TextImage__image {
    order: 2;
  }
  .TextImage--narrow .TextImage__content {
    grid-template-columns: 1fr 1fr;
  }
}
.TitleWithCards .professional,
.TitleWithCards .creativity,
.TitleWithCards .trust,
.TitleWithCards .capacitates,
.TitleWithCards .social,
.TitleWithCards .health,
.TitleWithCards .solutions {
  color: #ff6969;
}
.TitleWithCards__header {
  margin: 0 auto;
  max-width: 840px;
  text-align: center;
}
.TitleWithCards__title {
  color: #6369d5;
  font-family: "grotesk-compressed-bold", sans-serif;
  font-size: 5.875rem;
  line-height: 0.85;
  margin: 0;
}
.TitleWithCards__description {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 52px;
}
.TitleWithCards__cards {
  display: grid;
  gap: 75px;
}
.TitleWithCards--columns-2 .TitleWithCards__cards {
  grid-template-columns: 1fr 1fr;
}
.TitleWithCards--columns-3 .TitleWithCards__cards {
  grid-template-columns: 1fr 1fr 1fr;
}
.TitleWithCards--columns-4 .TitleWithCards__cards {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.TitleWithCards .paragraph-title-item {
  font-family: "grotesk-compressed-bold", sans-serif;
  padding: 2rem;
  font-size: 4rem;
  margin: 0;
  line-height: 85%;
}
.TitleWithCards--background-slate-blue, .TitleWithCards--background-bittersweet-red, .TitleWithCards--background-emerald-green {
  padding: 3.563rem 0;
}
.TitleWithCards--background-slate-blue .TitleWithCards__header,
.TitleWithCards--background-slate-blue .TitleWithCards__title, .TitleWithCards--background-bittersweet-red .TitleWithCards__header,
.TitleWithCards--background-bittersweet-red .TitleWithCards__title, .TitleWithCards--background-emerald-green .TitleWithCards__header,
.TitleWithCards--background-emerald-green .TitleWithCards__title {
  color: #ffffff;
}
.TitleWithCards--background-slate-blue .paragraph-title-item, .TitleWithCards--background-bittersweet-red .paragraph-title-item, .TitleWithCards--background-emerald-green .paragraph-title-item {
  color: #ffffff !important;
}
.TitleWithCards--background-bittersweet-red .TitleWithCards__title .professional,
.TitleWithCards--background-bittersweet-red .TitleWithCards__title .creativity,
.TitleWithCards--background-bittersweet-red .TitleWithCards__title .trust,
.TitleWithCards--background-bittersweet-red .TitleWithCards__title .capacitates,
.TitleWithCards--background-bittersweet-red .TitleWithCards__title .social,
.TitleWithCards--background-bittersweet-red .TitleWithCards__title .health,
.TitleWithCards--background-bittersweet-red .TitleWithCards__title .solutions {
  color: #6369d5;
}
.TitleWithCards--background-emerald-green .TitleWithCards__title .professional,
.TitleWithCards--background-emerald-green .TitleWithCards__title .creativity,
.TitleWithCards--background-emerald-green .TitleWithCards__title .trust,
.TitleWithCards--background-emerald-green .TitleWithCards__title .capacitates,
.TitleWithCards--background-emerald-green .TitleWithCards__title .social,
.TitleWithCards--background-emerald-green .TitleWithCards__title .health,
.TitleWithCards--background-emerald-green .TitleWithCards__title .solutions {
  color: #ffffff;
}
.TitleWithCards--cardsColor-slate-blue .paragraph-title-item {
  color: #6369d5;
}
.TitleWithCards--cardsColor-bittersweet-red .paragraph-title-item {
  color: #ff6969;
}
.TitleWithCards--cardsColor-emerald-green .paragraph-title-item {
  color: #00e07f;
}
.TitleWithCards .paragraph-image-item {
  text-align: center;
  max-width: 85%;
  margin: auto;
}
.TitleWithCards .paragraph-image-item img {
  width: 100%;
  height: auto;
}
.TitleWithCards--icon--bottom-left .TitleWithCards__cards, .TitleWithCards--icon--top-left .TitleWithCards__cards {
  padding-left: 3rem;
}
.TitleWithCards--icon--top-left .TitleWithCards__cards {
  margin-top: 4.5rem;
}
.TitleWithCards--icon--bottom-left .TitleWithCards__cards {
  padding-bottom: 3rem;
}

@media (max-width: 1175px) {
  .TitleWithCards--columns-4 .TitleWithCards__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .TitleWithCards__cards {
    grid-template-columns: 1fr !important;
    gap: 50px;
  }
  .TitleWithCards .paragraph-empty-item {
    display: none;
  }
  .TitleWithCards__title {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .TitleWithCards--icon--bottom-left .TitleWithCards__cards, .TitleWithCards--icon--top-left .TitleWithCards__cards {
    padding-left: 2rem;
  }
}
.TxtInfocard__wrapper {
  display: grid;
  gap: 32px;
}
.TxtInfocard__left {
  max-width: 355px;
}
.TxtInfocard__right {
  -moz-column-gap: 1.375rem;
       column-gap: 1.375rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  order: 2;
  row-gap: 2rem;
}
.TxtInfocard__right img {
  width: 100%;
  height: auto;
}
.TxtInfocard__cta {
  margin-top: 2rem;
}
.TxtInfocard__title {
  font-family: "grotesk-compressed-bold", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 19px 0;
}
.TxtInfocard--variant-left .TxtInfocard__wrapper {
  grid-template-columns: 33% 1fr;
}
.TxtInfocard--variant-left .TxtInfocard__left {
  order: 1;
}
.TxtInfocard--variant-left .TxtInfocard__right {
  order: 2;
}
.TxtInfocard--variant-right .TxtInfocard__wrapper {
  grid-template-columns: 1fr 33%;
}
.TxtInfocard--variant-right .TxtInfocard__left {
  order: 2;
  text-align: right;
}
.TxtInfocard--variant-right .TxtInfocard__right {
  order: 1;
}
.TxtInfocard--variant-right .TxtInfocard__cta {
  display: flex;
  flex-direction: row-reverse;
}
.TxtInfocard__description {
  line-height: 1.2;
}
.TxtInfocard--cardsColor-bittersweet-red .TxtInfocard__title {
  color: #ff6969;
}
.TxtInfocard--cardsColor-slate-blue .TxtInfocard__title {
  color: #6369d5;
}
.TxtInfocard--cardsColor-emerald-green .TxtInfocard__title {
  color: #00e07f;
}

@media (max-width: 768px) {
  .TxtInfocard--variant-right .TxtInfocard__wrapper, .TxtInfocard--variant-left .TxtInfocard__wrapper {
    grid-template-columns: 1fr;
  }
  .TxtInfocard--variant-right .TxtInfocard__left, .TxtInfocard--variant-left .TxtInfocard__left {
    max-width: inherit;
    text-align: left;
    order: 1;
    margin-bottom: 1rem;
  }
  .TxtInfocard--variant-right .TxtInfocard__right, .TxtInfocard--variant-left .TxtInfocard__right {
    grid-template-columns: 1fr;
  }
  .TxtInfocard--variant-right .TxtInfocard__cta, .TxtInfocard--variant-left .TxtInfocard__cta {
    flex-direction: row;
  }
}
.CardImg {
  padding-bottom: 3.5rem !important;
}
.CardImg__wrapper {
  position: relative;
}
.CardImg__image {
  max-width: 800px;
}
.CardImg__image img {
  width: 100%;
  height: auto;
  border-radius: 200px;
}
.CardImg__cardWrapper {
  max-width: 500px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.CardImg__cta {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  right: 50px;
}
.CardImg .card__title {
  font-size: 2.188rem;
  line-height: 2.438rem;
}

@media (max-width: 768px) {
  .CardImg__cardWrapper {
    position: static;
    width: 100%;
    max-width: inherit;
    margin-top: -1rem;
  }
  .CardImg__cardWrapper .card {
    padding: 1.5rem;
  }
  .CardImg__cardWrapper .card__header {
    margin-bottom: 0;
  }
  .CardImg__cardWrapper .card__title {
    font-size: 1.875rem;
  }
  .CardImg__cardWrapper .card__text {
    margin-bottom: 3rem;
  }
}
.TitleTxtCta {
  padding: 2rem 0;
}
.TitleTxtCta__wrapper {
  display: grid;
}
.TitleTxtCta__title {
  font-family: "grotesk-compressed-bold", sans-serif;
  font-size: 5.875rem;
  color: #6369d5;
  margin: 0 0 1.5rem 0;
  line-height: 0.9;
}
.TitleTxtCta__title .professional,
.TitleTxtCta__title .creativity,
.TitleTxtCta__title .trust,
.TitleTxtCta__title .capacitates,
.TitleTxtCta__title .social,
.TitleTxtCta__title .health,
.TitleTxtCta__title .solutions {
  color: #ff6969;
}
.TitleTxtCta__subtitle {
  color: #6369d5;
  font-family: "grotesk-compressed-bold", sans-serif;
  font-size: 4rem;
  line-height: 3.4rem;
  margin: 0;
}
.TitleTxtCta__description {
  line-height: 1.2;
  font-size: 1.125rem;
}
.TitleTxtCta--variant-center.Background-color--slate-blue, .TitleTxtCta--variant-center.Background-color--bittersweet-red, .TitleTxtCta--variant-center.Background-color--emerald-green {
  padding-top: 7.5rem;
}
.TitleTxtCta--variant-center.Background-color--slate-blue .TitleTxtCta__subtitle,
.TitleTxtCta--variant-center.Background-color--slate-blue .TitleTxtCta__description, .TitleTxtCta--variant-center.Background-color--bittersweet-red .TitleTxtCta__subtitle,
.TitleTxtCta--variant-center.Background-color--bittersweet-red .TitleTxtCta__description, .TitleTxtCta--variant-center.Background-color--emerald-green .TitleTxtCta__subtitle,
.TitleTxtCta--variant-center.Background-color--emerald-green .TitleTxtCta__description {
  color: #ffffff;
}
.TitleTxtCta--variant-center .TitleTxtCta__wrapper {
  grid-template-columns: 1fr;
  display: grid;
  text-align: center;
  max-width: 827px;
  margin: 0 auto;
}
.TitleTxtCta--variant-center .TitleTxtCta__cta {
  display: flex;
  justify-content: center;
}
.TitleTxtCta--variant-left .TitleTxtCta__wrapper {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.TitleTxtCta.Background-color--bittersweet-red .TitleTxtCta__title {
  color: #ffffff;
}
.TitleTxtCta.Background-color--bittersweet-red .TitleTxtCta__title .professional,
.TitleTxtCta.Background-color--bittersweet-red .TitleTxtCta__title .creativity,
.TitleTxtCta.Background-color--bittersweet-red .TitleTxtCta__title .trust,
.TitleTxtCta.Background-color--bittersweet-red .TitleTxtCta__title .capacitates,
.TitleTxtCta.Background-color--bittersweet-red .TitleTxtCta__title .social,
.TitleTxtCta.Background-color--bittersweet-red .TitleTxtCta__title .health,
.TitleTxtCta.Background-color--bittersweet-red .TitleTxtCta__title .solutions {
  color: #6369d5;
}
.TitleTxtCta.Background-color--slate-blue .TitleTxtCta__title {
  color: #ffffff;
}
.TitleTxtCta.Background-color--slate-blue .TitleTxtCta__title .professional,
.TitleTxtCta.Background-color--slate-blue .TitleTxtCta__title .creativity,
.TitleTxtCta.Background-color--slate-blue .TitleTxtCta__title .trust,
.TitleTxtCta.Background-color--slate-blue .TitleTxtCta__title .capacitates,
.TitleTxtCta.Background-color--slate-blue .TitleTxtCta__title .social,
.TitleTxtCta.Background-color--slate-blue .TitleTxtCta__title .health,
.TitleTxtCta.Background-color--slate-blue .TitleTxtCta__title .solutions {
  color: #ff6969;
}

@media (max-width: 768px) {
  .TitleTxtCta__wrapper {
    grid-template-columns: 1fr !important;
    display: grid;
    text-align: center;
    max-width: 827px;
    margin: 0 auto;
  }
  .TitleTxtCta__cta {
    display: flex;
    justify-content: center;
  }
  .TitleTxtCta__title {
    font-size: 4.5rem;
  }
}
.Form {
  background-color: #ffffff;
  padding: 2rem 0;
  text-align: center;
}
.Form__icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 4rem;
}
.Form__title {
  color: #6369d5;
  font-family: "grotesk-compressed-bold", sans-serif;
  font-size: 5.875rem;
  font-weight: bold;
  margin: 4rem 0 1.5rem 0;
  line-height: 85%;
}
.Form__title p {
  margin: 0;
}
.Form__title .professional,
.Form__title .creativity,
.Form__title .trust,
.Form__title .capacitates,
.Form__title .social,
.Form__title .health,
.Form__title .solutions {
  color: #ff6969;
}
.Form__description {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.Form__description p {
  margin: 0 0 0.5rem 0;
}
.Form__fields {
  max-width: 620px;
  margin: 0 auto;
}
.Form__fields p {
  margin-top: 0;
  text-align: left;
  font-size: 0.875rem;
  color: #959595;
  line-height: 1.4;
}
.Form input[type=text]::-moz-placeholder, .Form input[type=email]::-moz-placeholder, .Form input[type=tel]::-moz-placeholder, .Form textarea::-moz-placeholder {
  color: #6369d5 !important;
}
.Form input[type=text]::placeholder,
.Form input[type=email]::placeholder,
.Form input[type=tel]::placeholder,
.Form textarea::placeholder {
  color: #6369d5 !important;
}
.Form input[type=submit] {
  margin-top: 1.5rem;
}

.Heading {
  padding: 54px 0;
}
.Heading__container {
  max-width: 1440px;
  margin: 0 auto;
}
.Heading__title {
  font-size: 11.25rem;
  color: #6369d5;
  font-family: "grotesk-compressed-bold", sans-serif;
  text-align: center;
  font-weight: 700;
  margin: 0 0 2rem 0;
  line-height: 0.8;
  padding: 0 1rem;
}
.Heading__title .professional,
.Heading__title .creativity,
.Heading__title .trust,
.Heading__title .capacitates,
.Heading__title .social,
.Heading__title .health,
.Heading__title .solutions {
  color: #ff6969;
}
.Heading__bottom {
  display: grid;
  padding: 0 1.6rem;
  gap: 1.188rem;
}
.Heading__bottom p {
  margin: 0;
  line-height: 1.4;
}
.Heading--centered-text .Heading__bottom {
  grid-template-columns: 320px 1fr 235px;
}
.Heading--left-text .Heading__bottom {
  grid-template-columns: 1fr 235px 320px;
}
.Heading--left-text .Heading__center {
  order: 1;
}
.Heading--left-text .Heading__left {
  order: 2;
}
.Heading--left-text .Heading__right {
  order: 3;
}
.Heading__right .field--type-image {
  max-width: 320px;
}
.Heading__right img {
  width: 100%;
  height: auto;
  border-radius: 120px;
}
.Heading__left {
  max-width: 320px;
}
.Heading__left img {
  width: 100%;
  height: auto;
  border-radius: 110px;
}
.Heading__balloon {
  padding: 51px 51px 51px 71px;
  background-color: #ffd1d1;
  border-radius: 110px;
  position: relative;
  font-weight: 500;
}
.Heading__balloon:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 50px solid #ffd1d1;
  transform: rotate(-43deg);
  bottom: 0;
  left: -8px;
}
.Heading__spacer {
  padding: 46px 0 35px 0;
}
.Heading__line {
  border-bottom: 1px solid #6369d5;
}

@media (max-width: 1175px) {
  .Heading {
    background-color: #6369d5;
  }
  .Heading__title {
    color: #ffffff;
    font-size: 7.313rem;
    line-height: 0.8;
    margin-bottom: 1rem;
  }
  .Heading__title .professional,
  .Heading__title .creativity,
  .Heading__title .trust,
  .Heading__title .capacitates,
  .Heading__title .social,
  .Heading__title .health,
  .Heading__title .solutions {
    color: #ffffff;
  }
  .Heading__bottom {
    position: relative;
    padding-bottom: 250px;
    display: block;
  }
  .Heading__balloon {
    padding: 40px 30px 30px 47px;
  }
  .Heading__center {
    width: 100%;
  }
  .Heading__left {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .Heading__right {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .Heading__right svg path {
    fill: #ffffff;
  }
  .Heading__right svg circle {
    stroke: #ffffff;
  }
  .Heading__spacer {
    display: none;
  }
}
@media (max-width: 768px) {
  .Heading__bottom {
    overflow: hidden;
  }
  .Heading__title {
    font-size: 17vw;
  }
  .Heading__left {
    right: inherit;
    left: 53%;
  }
  .Heading__left img {
    width: 320px;
    height: auto;
  }
  .Heading__right {
    left: -105px;
  }
}
.Divider--divider-small {
  padding: 1rem 0;
}
.Divider--divider-medium {
  padding: 2rem 0;
}
.Divider--divider-large {
  padding: 3rem 0;
}
.Divider__line {
  border-bottom: 1px solid #6369d5;
}

@media (max-width: 1175px) {
  .Divider--divider-small {
    padding: 0.5rem 0;
  }
  .Divider--divider-medium {
    padding: 1rem 0;
  }
  .Divider--divider-large {
    padding: 1.5rem 0;
  }
}
.Map__title {
  font-size: 5.625rem;
  text-align: center;
  color: #6369d5;
  font-family: "grotesk-compressed-bold", sans-serif;
  font-weight: bold;
  margin-bottom: 2rem;
}
.Map__content {
  position: relative;
}
.Map__image {
  position: relative;
}
.Map__image .field--type-image {
  width: auto;
  height: 63vh;
  position: relative;
  overflow: hidden;
}
.Map__image .field--type-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.Map__details {
  position: absolute;
  top: 1.5rem;
  left: 60px;
  background-color: white;
  max-width: 300px;
  width: 100%;
  max-height: calc(67vh - 3rem);
  overflow-y: auto;
  border-radius: 19px;
  padding: 0 1.5rem;
  box-shadow: -1px 2px 11px -1px rgba(0, 0, 0, 0.19);
}
.Map__details .field__item {
  border-bottom: 1px solid #a5a5a4;
}
.Map__details .field__item:last-child {
  border-bottom: none;
}

@media (max-width: 1175px) {
  .Map__details {
    position: static;
    max-width: initial;
    border-radius: unset;
  }
  .Map__image .field--type-image {
    height: 43vh;
  }
}
.MapAddress {
  color: #959595;
  padding: 1rem 0;
  font-size: 0.9rem;
}
.MapAddress__title {
  display: flex;
  text-decoration: none;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.MapAddress__circle {
  background-color: #7077FC;
  color: #ffffff;
  border-radius: 50%;
  width: 1.813rem;
  height: 1.813rem;
  position: relative;
}
.MapAddress__number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
}
.MapAddress__description {
  padding-top: 0.5rem;
  color: #959595;
  font-weight: bold;
}
.MapAddress__email {
  padding-top: 0.5rem;
  color: #7077FC;
  display: inline-block;
  text-decoration: none;
}

.Accordion {
  padding: 4.375rem 0 2rem 0;
  margin-bottom: 2rem;
}
.Accordion__title {
  color: #ffffff;
  font-family: "grotesk-compressed-bold", sans-serif;
  font-size: 5.875rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 0.9;
}
.Accordion__subtitle {
  color: #ffffff;
  text-align: center;
  max-width: 827px;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.Accordion__items .field--name-field-accordion-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Accordion.Background-color--white .Accordion__title {
  color: #6369d5;
}
.Accordion.Background-color--white .Accordion__title .professional,
.Accordion.Background-color--white .Accordion__title .creativity,
.Accordion.Background-color--white .Accordion__title .trust,
.Accordion.Background-color--white .Accordion__title .capacitates,
.Accordion.Background-color--white .Accordion__title .social,
.Accordion.Background-color--white .Accordion__title .health,
.Accordion.Background-color--white .Accordion__title .solutions {
  color: #ff6969;
}
.Accordion.Background-color--white .Accordion__subtitle {
  color: #343432;
}

.AccordionItem {
  border-radius: 39px;
  color: #000000;
  padding: 3.125rem 5rem;
  position: relative;
}
.AccordionItem__icon {
  border-radius: 50%;
  cursor: pointer;
  height: 99px;
  position: absolute;
  right: -20px;
  top: 15px;
  width: 99px;
}
.AccordionItem__icon:after, .AccordionItem__icon:before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.AccordionItem__icon:after {
  border-left: 2px solid #000000;
  height: 25px;
}
.AccordionItem__icon:before {
  border-bottom: 2px solid #000000;
  width: 25px;
}
.AccordionItem__title {
  color: #343432;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.AccordionItem__description {
  color: #4A4A49;
  margin-bottom: 0.3rem;
}
.AccordionItem__content {
  color: #4A4A49;
}
.AccordionItem__content ul {
  margin: 0;
}
.AccordionItem-iconColor--white .AccordionItem__icon {
  background-color: #ffffff;
}
.AccordionItem-iconColor--slate-blue .AccordionItem__icon {
  background-color: #cfd1f2;
}
.AccordionItem-iconColor--bittersweet-red .AccordionItem__icon {
  background-color: #ffd1d1;
}
.AccordionItem-iconColor--emerald-green .AccordionItem__icon {
  background-color: #b0f5d7;
}
.AccordionItem-backgroundColor--white {
  background-color: #ffffff;
}
.AccordionItem-backgroundColor--slate-blue {
  background-color: #cfd1f2;
}
.AccordionItem-backgroundColor--bittersweet-red {
  background-color: #ffd1d1;
}
.AccordionItem-backgroundColor--emerald-green {
  background-color: #b0f5d7;
}
.AccordionItem--hasDescription .AccordionItem__icon {
  top: 25px;
}
.AccordionItem__content {
  max-height: 0;
  min-height: auto;
  overflow: hidden;
  transition: 0.3s;
}
.AccordionItem--expanded .AccordionItem__icon:after {
  display: none;
}

@media (max-width: 768px) {
  .AccordionItem {
    border-radius: 24px;
    min-height: 115px;
    padding: 2rem 7.5rem 2rem 1rem;
  }
  .AccordionItem__icon {
    right: 20px;
    top: 20px !important;
    width: 75px;
    height: 75px;
  }
}
.breadcrumb {
  padding: 2rem 0;
}
.breadcrumb__list {
  align-items: center;
  background-color: #ffffff;
  border-radius: 29px;
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0.4rem;
}
.breadcrumb__item {
  align-items: center;
  display: flex;
  gap: 7px;
  line-height: 0;
}
.breadcrumb__item a, .breadcrumb__item span {
  color: #4f54aa;
  font-size: 0.875rem;
}
.breadcrumb__item + .breadcrumb__item {
  line-height: 1;
  margin-left: 7px;
}
.breadcrumb__arrow {
  display: inline-block;
}
.breadcrumb__button {
  background-color: #b0f5d7;
  border-radius: 29px;
  padding: 3px 15px 0 15px;
}

.FreeText {
  padding-bottom: 10.313rem;
}
.FreeText__title {
  font-family: "grotesk-compressed-bold", sans-serif;
  font-size: 11.25rem;
  color: #6369d5;
  text-align: center;
  line-height: 79%;
  margin: 3rem 0 6.5rem;
  padding: 0 2rem;
  text-transform: uppercase;
}
.FreeText__content h2 {
  font-size: 4rem;
  color: #000000;
  text-transform: uppercase;
  font-family: "grotesk-compressed-bold", sans-serif;
  margin-bottom: 2rem;
  line-height: 79%;
}
.FreeText__content h3 {
  font-size: 1.4375rem;
  color: #000000;
  margin: 2rem 0 1rem;
  line-height: 78%;
}

@media (max-width: 1175px) {
  .FreeText__title {
    font-size: 6.25rem;
    margin-bottom: 4rem;
  }
}
.Articles {
  background-color: #6369d5;
  border-radius: 64px;
  margin-bottom: 130px;
  padding: 4.5rem;
}
.Articles select,
.Articles input[type=text],
.Articles input[type=submit] {
  height: 2.5rem;
  padding: 0 2rem;
}
.Articles input[type=text] {
  width: 360px;
}
.Articles__grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2.5rem;
}
.Articles__noresults {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.Articles__eye {
  font-family: "joia-dingbats-creativitat";
  font-size: 9rem;
  color: #00e07f;
  line-height: 0.7;
}
.Articles__notfound__text {
  font-size: 4rem;
  color: #ffffff;
  font-family: "grotesk-compressed-bold", sans-serif;
}
.Articles__notfound__description {
  font-size: 1.125rem;
  color: #ffffff;
}
.Articles .pager__item a {
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem;
}

@media (max-width: 1175px) {
  .Articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .Articles__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .Articles {
    padding: 4.5rem 0;
  }
  .Articles__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .Articles .form-item {
    width: 100%;
  }
  .Articles select,
  .Articles input[type=text],
  .Articles input[type=submit] {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
  }
}
.Filters {
  margin-bottom: 3.25rem;
}
.Filters__title {
  color: #ffffff;
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .Filters {
    margin-bottom: 1.25rem;
  }
}
.pager__items {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.pager__item a {
  color: #4a4fa0;
  text-decoration: none;
  padding: 0.5rem;
}
.pager__item.is-active a {
  border-radius: 100px;
  background-color: #b0f5d7;
  color: #4a4fa0;
  padding: 0.5rem 2rem;
}

@media (max-width: 768px) {
  .pager__item {
    display: none;
  }
  .pager__item--next, .pager__item--last {
    display: list-item;
  }
}
.LastNews {
  padding: 2rem 0;
}
.LastNews__title {
  font-size: 3.75rem;
  text-transform: uppercase;
  color: #343432;
  font-family: "grotesk-compressed-bold", sans-serif;
  margin: 0px;
  line-height: 1;
}
.LastNews .LastNewsSlider {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 2rem;
  position: relative;
}
.LastNews .LastNewsSlider .swiper-wrapper .swiper-slide {
  padding: 0 0.8125rem;
  position: relative;
}
.LastNews .LastNewsSlider .swiper-wrapper .swiper-slide .card {
  width: 100%;
  margin-top: -2rem;
}
.LastNews .LastNewsSlider__next, .LastNews .LastNewsSlider__prev {
  align-items: center;
  justify-content: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  border-radius: 50%;
  background: #b0f5d7;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
}
.LastNews .LastNewsSlider__next.swiper-button-disabled, .LastNews .LastNewsSlider__prev.swiper-button-disabled {
  opacity: 0;
}
.LastNews .LastNewsSlider__next:after, .LastNews .LastNewsSlider__prev:after {
  display: none;
}
.LastNews .LastNewsSlider__next svg, .LastNews .LastNewsSlider__prev svg {
  width: 60% !important;
}
.LastNews .LastNewsSlider__next:hover, .LastNews .LastNewsSlider__prev:hover {
  background: #00e07f;
}
.LastNews .LastNewsSlider__prev {
  left: 0px !important;
}
.LastNews .LastNewsSlider__prev svg {
  transform: rotate(-90deg);
}
.LastNews .LastNewsSlider__next {
  right: 0px !important;
}
.LastNews .LastNewsSlider__next svg {
  transform: rotate(90deg);
}
.LastNews .LastNewsSlider__image {
  width: 100%;
  height: 346px;
  border-radius: 39px;
  position: relative;
  overflow: hidden;
}
.LastNews .LastNewsSlider__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.LastNews .LastNewsSlider .Teaser__content {
  min-height: 185px;
}

@media (min-width: 1175px) {
  .LastNews {
    padding: 4rem 0;
  }
  .LastNews__title {
    font-size: 5.875rem;
  }
  .LastNews .LastNewsSlider {
    padding: 0 60px;
  }
  .LastNews .LastNewsSlider:before, .LastNews .LastNewsSlider:after {
    content: "";
    display: block;
    width: 60px;
    height: 100%;
    background: #f7f7fd;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .LastNews .LastNewsSlider:before {
    left: 0;
  }
  .LastNews .LastNewsSlider:after {
    right: 0;
  }
  .LastNews .LastNewsSlider__next, .LastNews .LastNewsSlider__prev {
    display: flex;
    width: 58px;
    min-width: 58px;
    height: 58px;
    min-height: 58px;
  }
  .LastNews .LastNewsSlider .swiper-wrapper .swiper-slide {
    padding: 0 0.8125rem;
  }
  .LastNews .LastNewsSlider .swiper-wrapper .swiper-slide .card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
  }
}
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.Module--backgroundPurple {
  background-color: #6369d5;
}
.Module--borderTopRadius {
  border-top-left-radius: 29px;
  border-top-right-radius: 29px;
}
.Module--borderBottomRadius {
  border-bottom-left-radius: 29px;
  border-bottom-right-radius: 29px;
}

.ParagrahpWrapper {
  padding: 2rem 0;
}

.Diagonal {
  --diagonal-background-color: white;
  overflow: hidden;
  padding-top: 200px;
  position: relative;
}
.Diagonal .Form {
  padding-top: 0;
}
.Diagonal-wrapper {
  position: absolute;
}
.Diagonal-wrapper--top {
  background-color: var(--diagonal-background-color);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transform: rotate(5deg);
  width: 100%;
  height: 300px;
  top: 100px;
}
.Diagonal-wrapper--bottom {
  bottom: 0;
  background-color: var(--diagonal-background-color);
  width: 100%;
  height: 26%;
}
.Diagonal__content {
  position: relative;
  background-color: var(--diagonal-background-color);
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .Diagonal {
    padding-top: 50px;
    background-color: var(--diagonal-background-color);
  }
  .Diagonal-inner {
    background-color: transparent !important;
  }
  .Diagonal-wrapper--top, .Diagonal-wrapper--bottom {
    display: none;
  }
}
.Background-color--slate-blue {
  background-color: #6369d5;
}
.Background-color--bittersweet-red {
  background-color: #ff6969;
}
.Background-color--emerald-green {
  background-color: #00e07f;
}

.Border-radius--only-top {
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}
.Border-radius--only-bottom {
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
}
.Border-radius--top-bottom {
  border-radius: 64px;
}

input[type=text],
input[type=search],
input[type=email],
input[type=tel],
textarea {
  background-color: #ffffff;
  border-radius: 29px;
  border: 1px solid #6369d5;
  color: #6369d5;
  font-family: "grotesk-regular", sans-serif;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  outline: none;
  padding: 1rem 2rem;
  width: 100%;
}
input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #6369d5;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #6369d5;
}

input[type=submit] {
  background-color: #d9faec;
  cursor: pointer;
  font-size: 1rem;
  margin: 0 auto;
  padding: 1rem 2rem;
  position: relative;
}

label {
  line-height: 1.2;
}

select {
  background-color: #ffffff;
  border-radius: 29px;
  border: 1px solid #6369d5;
  font-family: "grotesk-regular", sans-serif;
  font-size: 1rem;
  outline: none;
  padding: 1rem 2rem;
}

.message404,
.message403 {
  color: #6369d5;
  font-family: "grotesk-compressed-bold", sans-serif;
  font-size: 4rem;
  padding: 2rem 0;
  text-align: center;
  text-transform: uppercase;
}

.cookieconsent-optout-marketing {
  background: rgba(0, 0, 0, 0.65);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  height: 100%;
  /* Cookiebot sets inline styles - for whatever reason - if the
    "accept marketing cookies"-link is clicked and the coookie layer
    is accepted (again) without accepting marketing cookies.
    So we have to override this the hard way: */
}

.cookieconsent-optout-marketing[style*=block] {
  display: flex !important;
}

.cookieconsent-optout-marketing__inner {
  max-width: 100%;
}

.cookieconsent-optout-marketing a {
  color: currentColor !important;
  text-decoration: underline !important;
}

.cookieconsent-optout-marketing a.cookieconsent-optout-marketing__cookiebot-renew {
  font-weight: bold;
}

.cookieconsent-optout-marketing__from-src-url {
  display: block;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition-duration: 150ms;
  transition-property: max-width;
}

.cookieconsent-optout-marketing:hover .cookieconsent-optout-marketing__from-src-url,
.cookieconsent-optout-marketing:focus-within .cookieconsent-optout-marketing__from-src-url {
  max-width: 100%;
}

.responsive-embed .cookieconsent-optout-marketing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article__header {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 6rem;
}
.article__image {
  width: 100%;
}
.article__image img {
  border-radius: 39px;
  height: auto;
  width: 100%;
}
.article__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article__date {
  color: #4A4A49;
  margin-bottom: 1rem;
}
.article__title {
  color: #6369d5;
  font-family: "grotesk-compressed-bold", sans-serif;
  font-size: 5.875rem;
  line-height: 0.85;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.article__title .professional,
.article__title .creativity,
.article__title .trust,
.article__title .capacitates,
.article__title .social,
.article__title .health,
.article__title .solutions {
  color: #ff6969;
}
.article__body {
  margin: 0 auto 2rem auto;
  max-width: 696px;
}
.article__description {
  margin-bottom: 4rem;
}
.article__share {
  align-items: center;
  display: flex;
  gap: 40px;
}

.relateds__titlewrapper {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.relateds__title {
  align-items: center;
  color: #4A4A49;
  font-family: "grotesk-compressed-bold", sans-serif;
  font-size: 4rem;
}
.relateds__items .Teaser__content {
  background-color: #eff0fb;
}

@media (max-width: 768px) {
  .article__header {
    grid-template-columns: repeat(1, 1fr);
  }
}
.SearchForm input[type=search],
.SearchForm input[type=submit] {
  padding: 0.5rem 2rem;
}
.SearchForm input[type=submit] {
  height: 41px;
}
.SearchForm .js-form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.SearchForm .js-form-wrapper input {
  margin-bottom: 0;
}
.SearchForm .js-form-wrapper input[type=submit] {
  margin: 0;
}
.SearchForm .js-form-wrapper label[for=edit-keys] {
  display: none;
}
.SearchForm .search-help-link {
  display: none;
}
.SearchForm .search-advanced {
  display: none;
}

body.path-search h2 {
  display: none;
}

@media (max-width: 768px) {
  .SearchForm {
    padding: 2rem 0;
  }
}
.SearchResults {
  padding: 0 1rem;
}
.SearchResults__wrapper .pager {
  margin: 0;
  padding: 1px 0 6rem 0;
  background-color: #ffffff;
}
.SearchResults__wrapper .pager__item a {
  color: #4a4fa0;
}
.SearchResults .search-results {
  list-style: none;
  padding: 0;
}
.SearchResults .search-results li {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 2px solid #6369d5;
}
.SearchResults .search-results li .search-result__title {
  margin: 0;
}
.SearchResults .search-results li .search-result__title a {
  text-decoration: none;
  font-size: 1.375rem;
  font-weight: bold;
  color: #343432;
}
.SearchResults .search-results li .search-result__snippet-info p {
  margin: 0;
  font-size: 1.125rem;
}
.SearchResults .search-results li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
