<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.background {
  background-color: #EBF0F3;
}

.menu-background {
  background-color: #E2E8EE;
}

.cardshadow {
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25), -4px -4px 4px 0px #FFF;
}

@keyframes riseWithDepth {
  0% {
    transform: translateY(20px);
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
  }
  100% {
    transform: translateY(0);
    box-shadow: -4px -4px 4px 0px #FFF, 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.depth-animate {
  animation: riseWithDepth 0.8s ease-out forwards;
}

.noshadow {
  transform: translateY(20px);
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
}

.background {
  background-color: #EBF0F3;
}

.menu-background {
  background-color: #E2E8EE;
}

.cardshadow {
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25), -4px -4px 4px 0px #FFF;
}

@keyframes riseWithDepth {
  0% {
    transform: translateY(20px);
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
  }
  100% {
    transform: translateY(0);
    box-shadow: -4px -4px 4px 0px #FFF, 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.depth-animate {
  animation: riseWithDepth 0.8s ease-out forwards;
}

.noshadow {
  transform: translateY(20px);
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
}

.section-bg {
  background-color: white;
  z-index: 2;
}
.section-bg-coverimage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage &gt; img, .section-bg-coverimage video {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1 !important;
}
.section-bg-coverimage-z-5 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z-5 &gt; img, .section-bg-coverimage-z-5 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -5 !important;
}
.section-bg-coverimage-z-4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z-4 &gt; img, .section-bg-coverimage-z-4 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -4 !important;
}
.section-bg-coverimage-z-3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z-3 &gt; img, .section-bg-coverimage-z-3 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -3 !important;
}
.section-bg-coverimage-z-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z-2 &gt; img, .section-bg-coverimage-z-2 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -2 !important;
}
.section-bg-coverimage-z-1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z-1 &gt; img, .section-bg-coverimage-z-1 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1 !important;
}
.section-bg-coverimage-z0 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z0 &gt; img, .section-bg-coverimage-z0 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 0 !important;
}
.section-bg-coverimage-z1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z1 &gt; img, .section-bg-coverimage-z1 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1 !important;
}
.section-bg-coverimage-z2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z2 &gt; img, .section-bg-coverimage-z2 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 2 !important;
}
.section-bg-coverimage-z3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z3 &gt; img, .section-bg-coverimage-z3 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 3 !important;
}
.section-bg-coverimage-z4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z4 &gt; img, .section-bg-coverimage-z4 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 4 !important;
}
.section-bg-coverimage-z5 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z5 &gt; img, .section-bg-coverimage-z5 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 5 !important;
}
.section-bg-coverimage-z6 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z6 &gt; img, .section-bg-coverimage-z6 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 6 !important;
}
.section-bg-coverimage-z7 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z7 &gt; img, .section-bg-coverimage-z7 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 7 !important;
}
.section-bg-coverimage-z8 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z8 &gt; img, .section-bg-coverimage-z8 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 8 !important;
}
.section-bg-coverimage-z9 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z9 &gt; img, .section-bg-coverimage-z9 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 9 !important;
}
.section-bg-coverimage-z10 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-z10 &gt; img, .section-bg-coverimage-z10 video {
  position: absolute !important;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 10 !important;
}
.section-bg-coverimage-h1 {
  height: 10vh;
}
.section-bg-coverimage-h2 {
  height: 20vh;
}
.section-bg-coverimage-h3 {
  height: 30vh;
}
.section-bg-coverimage-h4 {
  height: 40vh;
}
.section-bg-coverimage-h5 {
  height: 50vh;
}
.section-bg-coverimage-h6 {
  height: 60vh;
}
.section-bg-coverimage-h7 {
  height: 70vh;
}
.section-bg-coverimage-h8 {
  height: 80vh;
}
.section-bg-coverimage-h9 {
  height: 90vh;
}
.section-bg-coverimage-h10 {
  height: 100vh;
}
.section-bg-coverimage-height &gt; img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1 !important;
}
@media (min-width: 1200px) {
  .section-bg-coverimage-height &gt; img {
    width: 100%;
    height: auto;
  }
}
.section-bg-coverimage-height-z-5 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z-5 &gt; img, .section-bg-coverimage-height-z-5 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -5 !important;
}
.section-bg-coverimage-height-z-4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z-4 &gt; img, .section-bg-coverimage-height-z-4 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -4 !important;
}
.section-bg-coverimage-height-z-3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z-3 &gt; img, .section-bg-coverimage-height-z-3 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -3 !important;
}
.section-bg-coverimage-height-z-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z-2 &gt; img, .section-bg-coverimage-height-z-2 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -2 !important;
}
.section-bg-coverimage-height-z-1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z-1 &gt; img, .section-bg-coverimage-height-z-1 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1 !important;
}
.section-bg-coverimage-height-z0 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z0 &gt; img, .section-bg-coverimage-height-z0 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 0 !important;
}
.section-bg-coverimage-height-z1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z1 &gt; img, .section-bg-coverimage-height-z1 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1 !important;
}
.section-bg-coverimage-height-z2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z2 &gt; img, .section-bg-coverimage-height-z2 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 2 !important;
}
.section-bg-coverimage-height-z3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z3 &gt; img, .section-bg-coverimage-height-z3 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 3 !important;
}
.section-bg-coverimage-height-z4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z4 &gt; img, .section-bg-coverimage-height-z4 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 4 !important;
}
.section-bg-coverimage-height-z5 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z5 &gt; img, .section-bg-coverimage-height-z5 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 5 !important;
}
.section-bg-coverimage-height-z6 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z6 &gt; img, .section-bg-coverimage-height-z6 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 6 !important;
}
.section-bg-coverimage-height-z7 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z7 &gt; img, .section-bg-coverimage-height-z7 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 7 !important;
}
.section-bg-coverimage-height-z8 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z8 &gt; img, .section-bg-coverimage-height-z8 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 8 !important;
}
.section-bg-coverimage-height-z9 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z9 &gt; img, .section-bg-coverimage-height-z9 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 9 !important;
}
.section-bg-coverimage-height-z10 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  object-position: center center;
}
.section-bg-coverimage-height-z10 &gt; img, .section-bg-coverimage-height-z10 video {
  position: absolute !important;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 10 !important;
}
.section-bg-containimage {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-bg-containimage-left {
  background-position: left center;
}
.section-bg-containimage-right {
  background-position: right center;
}

.nav-spacer {
  height: 73px;
  width: 100%;
}
@media (min-width: 768px) {
  .nav-spacer {
    height: 100px;
    width: 100%;
  }
}

.cardshadow {
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25), -4px -4px 4px 0px #FFF;
}

.h-small {
  height: 80vh;
}
.h-small-s {
  height: 40vh;
}
@media (min-width: 768px) {
  .h-small {
    height: 40vh;
  }
}
.h-medium {
  height: 80vh;
}
@media (min-width: 768px) {
  .h-medium {
    height: 50vh;
  }
}
.h-big {
  height: 80vh;
}
@media (min-width: 768px) {
  .h-big {
    height: 60vh;
  }
}

.clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp-10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.br-20 {
  border-radius: 20px;
}

.note-button {
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25), -4px -4px 4px 0px #FFF;
  /* DESKTOP/Note */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 118.75% */
  letter-spacing: 0.4px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.note-button:hover {
  color: #5D2E89;
}

.hashtag {
  color: #5D2E89;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 118.75% */
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .hashtag {
    color: #5D2E89;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px; /* 118.75% */
    letter-spacing: 0.5px;
  }
}

ul.dashed {
  list-style: none;
  padding-left: 0px;
  position: relative;
}

ul.dashed li {
  position: relative;
  padding-left: 15px;
}

ul.dashed li::before {
  position: absolute;
  content: "-";
  left: 0px;
  top: 0px;
  width: 15px;
  height: auto;
}

ul.ulcontactlist {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.ulcontactlist li {
  flex: 0 0 auto;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  ul.ulcontactlist li {
    flex: 0 0 auto;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 996px) {
  ul.ulcontactlist li {
    flex: 0 0 auto;
    width: 33.333%;
    padding: 20px;
    box-sizing: border-box;
  }
}
.c-black {
  color: #000 !important;
}
.c-white {
  color: #fff !important;
}
.c-background {
  color: #EBF0F3 !important;
}
.c-menu-background {
  color: #E2E8EE !important;
}
.c-font-body {
  color: #383637 !important;
}
.c-cta {
  color: #5D2E89 !important;
}
.c-subheadline {
  color: #37D4EE !important;
}
.c-selected-menu-background {
  color: #FFFFFF !important;
}
.c-hover {
  color: #51FAC4 !important;
}
.c-hover-text {
  color: #AAAFB0 !important;
}

.bg-black {
  background-color: #000 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-background {
  background-color: #EBF0F3 !important;
}
.bg-menu-background {
  background-color: #E2E8EE !important;
}
.bg-font-body {
  background-color: #383637 !important;
}
.bg-cta {
  background-color: #5D2E89 !important;
}
.bg-subheadline {
  background-color: #37D4EE !important;
}
.bg-selected-menu-background {
  background-color: #FFFFFF !important;
}
.bg-hover {
  background-color: #51FAC4 !important;
}
.bg-hover-text {
  background-color: #AAAFB0 !important;
}

.delay-1 {
  animation-delay: 0.15s !important;
}

.delay-2 {
  animation-delay: 0.3s !important;
}

.delay-3 {
  animation-delay: 0.45s !important;
}

.delay-4 {
  animation-delay: 0.6s !important;
}

.delay-5 {
  animation-delay: 0.75s !important;
}

.delay-6 {
  animation-delay: 0.9s !important;
}

.delay-7 {
  animation-delay: 1.05s !important;
}

.delay-8 {
  animation-delay: 1.2s !important;
}

.delay-9 {
  animation-delay: 1.35s !important;
}

.delay-10 {
  animation-delay: 1.5s !important;
}

.text-italic {
  /* DESKTOP/Paragraph regular */
  color: #E2E8EE;
  text-align: center;
  /* DESKTOP/Paragraph regular */
  font-family: "oso-serif-variable", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px; /* 120% */
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .text-italic {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px; /* 120% */
  }
}

.usp-name {
  font-family: "oso-sans-variable", sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 24px !important; /* 120% */
  color: #37D4EE !important;
}

.testimonial {
  font-family: "oso-sans-variable", sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 24px !important; /* 120% */
  color: #E2E8EE !important;
}

.copied {
  color: #51FAC4 !important;
}

.reference-italic {
  /* DESKTOP/Paragraph regular */
  color: #E2E8EE;
  text-align: center;
  /* DESKTOP/Paragraph regular */
  font-family: "oso-serif-variable", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px; /* 120% */
  letter-spacing: 0.5px;
  color: #E2E8EE;
}
@media (min-width: 768px) {
  .reference-italic {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px; /* 120% */
  }
}

.noshadow {
  transform: translateY(20px);
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
}

.hashtag {
  /* DESKTOP/Paragraph hashtag */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px; /* 118.75% */
  letter-spacing: 0.5px;
  color: #5D2E89 !important;
}

.dark-bg &gt; *:not(.section-reference) h2 {
  color: #37D4EE !important;
}
.dark-bg &gt; *:not(.section-reference) p {
  color: #E2E8EE !important;
}
.dark-bg &gt; *:not(.section-reference) a:not(.btn) {
  color: #37D4EE !important;
  text-decoration: none;
  transition: 0.3s ease;
}
.dark-bg &gt; *:not(.section-reference) a:not(.btn):hover {
  color: #51FAC4 !important;
}

.h4-bold {
  color: #FFFFFF !important;
  font-family: "oso-sans-variable", sans-serif !important;
  font-size: 26px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 31px !important; /* 119.231% */
}

body {
  background-color: #E2E8EE;
  /* DESKTOP/Menu */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 118.75% */
  letter-spacing: 0.4px;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

.transition &gt; *:not(.navbar, .submenu-container) {
  opacity: 1;
  position: relative;
  animation: fadeIn 0.3s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h1, .like-h1 {
  /* DESKTOP/H1 HEADLINE */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px; /* 120.833% */
  color: #5D2E89;
}
@media (min-width: 768px) {
  h1, .like-h1 {
    font-family: "oso-sans-variable", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 58px; /* 120.833% */
  }
}

h2, .like-h2 {
  /* DESKTOP/H2 HEADLINE */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px; /* 119.048% */
  color: #5D2E89;
}

h3, .like-h3 {
  /* DESKTOP/Footer */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 118.182% */
  color: #5D2E89;
}

h4, .like-h4 {
  /* DESKTOP/H4 USP */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 119.231% */
  margin: 0;
  color: #5D2E89;
}

p, .like-p {
  /* DESKTOP/Paragraph regular */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 120% */
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  p, .like-p {
    font-family: "oso-sans-variable", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 120% */
    letter-spacing: 0.5px;
  }
}

button, .like-button {
  text-decoration: none;
  color: #fff;
  /* DESKTOP/Button */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 119.048% */
}

.p-hashtag {
  /* DESKTOP/Paragraph regular */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 120% */
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .p-hashtag {
    font-family: "oso-sans-variable", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 120% */
    letter-spacing: 0.5px;
  }
}

.menu {
  /* DESKTOP/Menu */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 118.75% */
  letter-spacing: 0.4px;
}

.note {
  /* DESKTOP/Note */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 118.75% */
  letter-spacing: 0.4px;
}

.usp {
  /* DESKTOP/USP, Testimoninal Name, Date */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 120% */
}

.cta {
  border-radius: 20px;
  background: #5D2E89;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25), -4px -4px 4px 0px #FFF;
}

a {
  text-decoration: none;
  color: #5D2E89;
  transition: color 0.3s ease;
}
a:hover {
  color: #37D4EE;
}

p {
  margin: 0;
  padding: 0;
}

/*
Zdeněk Choleva - 05.05.2025
*/
.kontakt-form-section {
  background-image: url("/orig-image/0b2e78631b.jpg");
  background-repeat: repeat;
  padding-top: 20px;
  padding-bottom: 15px;
}
.kontakt-form-section .invalid-feedback {
  padding-left: 10px;
}
.kontakt-form-section .form-control {
  border-radius: 20px;
  margin-top: 10px;
}
.kontakt-form-section .contact-form textarea.form-control {
  width: 100%;
}
@media (max-width: 767px) {
  .kontakt-form-section .contact-form textarea.form-control {
    height: 225px;
  }
}
@media (min-width: 768px) {
  .kontakt-form-section .contact-form textarea.form-control {
    height: calc(100% - 10px);
    left: 0px;
  }
}
.kontakt-form-section .newsletter-form .newsletter-form-bg-small {
  background-image: url("/orig-image/65bccbc4b7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
}
.kontakt-form-section h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  color: #37D4EE;
  margin-bottom: 30px;
}
.kontakt-form-section p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #FFFFFF;
}
.kontakt-form-section button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bc-nav a {
  /* DESKTOP/Note */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 118.75% */
  letter-spacing: 0.4px;
  color: #383637 !important;
}
.bc-nav .breadcrumb-item.active {
  color: #5D2E89;
}

.navbar-brand img {
  height: 47px;
}
@media (min-width: 768px) {
  .navbar-brand img {
    height: 67px;
  }
}

.navbar-toggler {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  outline: none;
  cursor: pointer;
  z-index: 10;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.desktop-nav {
  border-radius: 20px;
  background: #E2E8EE;
  box-shadow: -4px -4px 4px 0px #FFF, 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  /* DESKTOP/Menu */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 118.75% */
  letter-spacing: 0.4px;
  padding: 0 1.5rem;
  animation-delay: 1s;
  animation: riseWithDepth 0.8s ease forwards;
}
.desktop-nav .nav-item {
  height: 100%;
}
.desktop-nav .nav-item a {
  height: 100%;
  padding: 16px 10px;
  background: #E2E8EE;
  position: relative;
  color: inherit;
  z-index: 1;
}
.desktop-nav .nav-item a:hover {
  transition: color 0.5s ease;
  color: #383637;
  background: #fff;
}
.desktop-nav .nav-item a.active {
  background: #fff;
}
.desktop-nav .nav-item a.active::before {
  animation: slideDown 0.5s ease forwards;
  animation-delay: 2s;
}
@keyframes slideDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

.infoline {
  /* DESKTOP/Menu */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 118.75% */
  letter-spacing: 0.4px;
}

.langswitch {
  border-radius: 20px;
  background: #5D2E89;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25), -4px -4px 4px 0px #FFF;
  text-decoration: none;
  color: #fff;
  /* DESKTOP/Button */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 119.048% */
  padding: 12px 20px;
  transition: 0.3s ease;
}
.langswitch:hover {
  background-color: #51FAC4;
  color: #383637;
}

.mobile-nav {
  border-radius: 20px;
  background: #E2E8EE;
  box-shadow: -4px -4px 4px 0px #FFF, 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  animation-delay: 1s;
  animation: riseWithDepth 0.8s ease forwards;
  margin-top: 1rem;
}
.mobile-nav li {
  transition: background-color 0.3s ease;
  background-color: #E2E8EE;
  padding: 1rem 0.75rem;
  border-bottom: solid #000 2px;
}
.mobile-nav li:first-child {
  border-radius: 20px 20px 0 0;
}
.mobile-nav li:hover {
  background-color: #fff;
}
.mobile-nav li:last-child {
  border-bottom: none;
  padding: 1.25rem 0.75rem;
  border-radius: 0 0 20px 20px;
}
.mobile-nav li:last-child:hover {
  background-color: #E2E8EE;
}
.mobile-nav .bottompart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.hamburger {
  cursor: pointer;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  /* The size of the SVG defines the overall size */
  height: 3rem;
  /* Define the transition for transforming the SVG */
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: #5D2E89;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  /* Define the transition for transforming the Stroke */
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
  transform: rotate(-45deg);
}

.hamburger input:checked + svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

.submenu-container {
  padding: 1rem 0 1rem 0;
}
.submenu-container .submenu {
  border-radius: 20px;
  background: #E2E8EE;
  box-shadow: -4px -4px 4px 0px #FFF, 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
  border-radius: 20px;
  margin: 0;
  padding: 0 !important;
  animation: riseWithDepth 0.8s ease-out forwards;
  transform: translateY(20px);
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
}
.submenu-container .submenu a {
  /* DESKTOP/Note */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 118.75% */
  letter-spacing: 0.4px;
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  border-radius: 20px;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  user-select: none;
}
.submenu-container .submenu:hover {
  background-color: #5D2E89;
}
.submenu-container .submenu:hover a {
  color: #fff;
}
.submenu-container .submenu.active {
  background-color: #5D2E89;
  cursor: none;
  pointer-events: none;
}
.submenu-container .submenu.active a {
  color: #fff;
}
.submenu-container .find-seller {
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25), -4px -4px 4px 0px #FFF;
  transition: 0.3s ease;
  border-radius: 20px;
  padding: 0 !important;
  order: 1;
}
.submenu-container .find-seller a {
  border-radius: 20px;
  /* DESKTOP/Note */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 118.75% */
  letter-spacing: 0.4px;
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}
.submenu-container .find-seller:hover, .submenu-container .find-seller.active {
  background-color: #5D2E89;
}
.submenu-container .find-seller:hover a, .submenu-container .find-seller.active a {
  color: #fff;
}

/*
Zdeněk Choleva - 05.05.2025
*/
.cropped-gallery p.note {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  display: block;
  letter-spacing: 0.4px;
  color: #383637;
  margin-top: 0.6944444444vw;
  min-height: 2.7777777778vw;
}

/*
Zdeněk Choleva - 05.05.2025
*/
.partners-gallery-small {
  margin-top: 20px;
  padding-bottom: 40px;
}
.partners-gallery-small h2 {
  color: #5D2E89;
  margin-bottom: 40px;
}
.partners-gallery-small .pplcard {
  border-radius: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/orig-image/65bccbc4b7.jpg");
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  padding: 25px;
  height: 100%;
}
.partners-gallery-small .pplcard .imgpart {
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 20px;
}
.partners-gallery-small .pplcard .contentpart {
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
.partners-gallery-small .pplcard .contentpart .person-name-function &gt; :last-child {
  padding-top: 12px;
}
.partners-gallery-small .pplcard p {
  color: white;
}
.partners-gallery-small .pplcard p.note {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #37D4EE;
}

.partners-gallery {
  margin-top: 20px;
  padding-bottom: 40px;
}
.partners-gallery h2 {
  color: #5D2E89;
  margin-bottom: 40px;
}
.partners-gallery .pplcard {
  border-radius: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/orig-image/65bccbc4b7.jpg");
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  padding: 40px;
  margin-bottom: 40px;
}
.partners-gallery .pplcard .imgpart {
  width: 100%;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .partners-gallery .pplcard .imgpart {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .partners-gallery .pplcard .imgpart {
    margin-bottom: 20px;
  }
}
.partners-gallery .pplcard .contentpart {
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .partners-gallery .pplcard .contentpart {
    width: 75%;
    padding-left: 25px;
  }
}
.partners-gallery .pplcard .contentpart .person-name-function {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.partners-gallery .pplcard p {
  color: white;
}
.partners-gallery .pplcard p.note {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #37D4EE;
}

.hero {
  overflow: hidden;
}
.hero .hero-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  gap: 2rem;
}
.hero .hero-container .hero-preview {
  width: 100%;
  flex-grow: 1;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .hero .hero-container .hero-preview {
    max-height: 30%;
  }
}
.hero .hero-container .hero-preview img, .hero .hero-container .hero-preview video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
}
.hero .hero-container .hero-preview .hero-text-preview {
  position: absolute;
  z-index: 2;
  color: #fff;
  border-radius: 20px;
  padding: 2rem 1rem 3rem 1rem;
  width: fit-content;
  max-width: 55.5555555556vw;
  height: fit-content;
  bottom: 20%;
  right: 10%;
  background: transparent;
  flex-direction: column;
  gap: 1rem;
  min-height: 40%;
}
.hero .hero-container .hero-preview .hero-text-preview h2 {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .hero .hero-container .hero-preview .hero-text-preview h2 {
    font-size: 2.9166666667vw;
    line-height: 3.3333333333vw;
  }
}
.hero .hero-container .hero-preview .hero-text-preview p {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .hero .hero-container .hero-preview .hero-text-preview p {
    font-size: 1.3888888889vw;
    line-height: 1.9444444444vw;
  }
}
.hero .hero-container .hero-preview .hero-text-preview a {
  text-decoration: none;
  color: #fff;
  /* DESKTOP/Button */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 119.048% */
  color: #383637;
  align-self: center;
  padding: 0.5rem 1.25rem;
  background-color: #51FAC4;
  transition: 0.3s ease;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .hero .hero-container .hero-preview .hero-text-preview a {
    font-size: 1.4583333333vw;
    line-height: 1.7361111111vw;
    margin-top: 1.3888888889vw;
  }
}
.hero .hero-container .hero-preview .hero-text-preview a:hover {
  background-color: #5D2E89;
  color: #fff;
}
.hero .hero-container .hero-preview .hero-text-preview * {
  position: relative;
  z-index: 2;
}
.hero .hero-container .hero-preview .hero-text-preview img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
  border-radius: 20px;
}
.hero .hero-container .hero-preview .hero-mascot {
  position: absolute;
  bottom: -8px;
  left: 10%;
  z-index: 2;
  height: 55%;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .hero .hero-container .hero-preview .hero-mascot {
    height: 40%;
  }
}
.hero .hero-container .hero-preview .hero-mascot img {
  height: 100% !important;
  width: auto !important;
  max-height: 200px;
}
.hero .hero-container .hero-text {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 3rem 1rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}
.hero .hero-container .hero-text h2, .hero .hero-container .hero-text p, .hero .hero-container .hero-text a {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.hero .hero-container .hero-text a {
  text-decoration: none;
  color: #fff;
  /* DESKTOP/Button */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 119.048% */
  color: #383637;
  align-self: center;
  padding: 0.5rem 1.25rem;
  background-color: #51FAC4;
  transition: 0.3s ease;
  border-radius: 20px;
}
.hero .hero-container .hero-text a:hover {
  background-color: #5D2E89;
  color: #fff;
}
.hero .hero-container .hero-text img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
  border-radius: 20px;
}

/*
Zdeněk Choleva - 05.05.2025
*/
/*
VS - 11.05.2025
uprava
*/
@media (min-width: 768px) {
  .leftrightsideimg-article:nth-child(even) .col-md-6:nth-child(1) {
    order: 1;
  }
  .leftrightsideimg-article:nth-child(even) .col-md-6:nth-child(2) {
    order: 2;
  }
  .leftrightsideimg-article:nth-child(odd) .col-md-6:nth-child(1) {
    order: 2;
  }
  .leftrightsideimg-article:nth-child(odd) .col-md-6:nth-child(2) {
    order: 1;
  }
}

.leftrightsideimg-article h1, .leftrightsideimg-article h2, .leftrightsideimg-article h3, .leftrightsideimg-article h4, .leftrightsideimg-article h5, .leftrightsideimg-article h6 {
  color: #37D4EE !important;
}
.leftrightsideimg-article p, .leftrightsideimg-article span, .leftrightsideimg-article li, .leftrightsideimg-article th, .leftrightsideimg-article td {
  color: #FFFFFF;
}
.leftrightsideimg-article ul, .leftrightsideimg-article ol {
  padding-top: 1rem;
  padding-left: 20px;
}
.leftrightsideimg-article li, .leftrightsideimg-article th, .leftrightsideimg-article td {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 119.231% */
  padding-bottom: 10px;
  color: #FFFFFF;
}

.section-banner .banner h1, .section-banner .banner h2, .section-banner .banner h3, .section-banner .banner h4, .section-banner .banner h5, .section-banner .banner h6 {
  color: #37D4EE;
}
.section-banner .banner p {
  color: #E2E8EE;
}

.basicarticle {
  padding: 3rem 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .basicarticle {
    padding: 3rem 0;
  }
}
.basicarticle h1 {
  color: #5D2E89;
  padding-bottom: 1rem;
}
.basicarticle h2 {
  color: #5D2E89;
}
.basicarticle a {
  color: #5D2E89;
}
.basicarticle a:hover {
  color: #37D4EE;
}
.basicarticle .btn {
  margin: 2rem;
}
.basicarticle .btn-primary {
  color: #E2E8EE;
}
.basicarticle ul {
  padding-left: 20px;
}
.basicarticle li, .basicarticle th, .basicarticle td {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}

.download {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.4px;
  color: #383637;
  text-decoration: none;
}
.download img {
  margin-bottom: 10px;
  max-width: 100px;
}

/*
Zdeněk Choleva - 05.05.2025
*/
.sidetabs {
  margin-bottom: 40px;
}
.sidetabs .sidetabs-wrapper {
  display: block;
  position: relative;
  box-shadow: -4px -4px 4px 0px #FFF, 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #E2E8EE;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .sidetabs .sidetabs-wrapper {
    height: 80vh;
  }
}
.sidetabs .sidetabs-wrapper .menutab {
  background-color: #383637;
}
.sidetabs .sidetabs-wrapper .contanettab {
  background-color: #E2E8EE;
}
.sidetabs .sidetabs-wrapper .content {
  padding: 20px;
}
.sidetabs .sidetabs-wrapper .content .accordion-body {
  height: calc(80vh - 20px);
  overflow-y: auto;
  padding-bottom: 20px;
}
.sidetabs .sidetabs-wrapper .accordion-button {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .sidetabs .sidetabs-wrapper .accordion-button {
    font-size: 20px;
    line-height: 30px;
  }
}
.sidetabs .sidetabs-wrapper .accordion-button[aria-expanded=true] {
  color: #37D4EE;
}

.paralax {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  width: 100%;
}
.paralax img, .paralax video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  transform: translateY(0);
  left: 50%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .paralax img, .paralax video {
    height: 60vh;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

footer {
  background-color: #E2E8EE;
  height: auto;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  footer {
    padding: 0 0.5rem 0.5rem 0.5rem;
    margin-top: 3rem;
  }
}
footer .footer-container {
  padding: 0;
  border-radius: 20px;
  z-index: 1;
  height: 100%;
  position: relative;
}
footer .footer-container .footer-content {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 10;
  position: relative;
}
footer .footer-container .footer-content .footer-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  z-index: 10;
  gap: 2rem;
}
@media (min-width: 768px) {
  footer .footer-container .footer-content .footer-body {
    flex-direction: row;
    gap: 0;
  }
}
footer .footer-container .footer-content .footer-body .leftside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}
footer .footer-container .footer-content .footer-body .leftside .logo {
  max-height: 140px;
}
footer .footer-container .footer-content .footer-body .leftside .details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 10;
  padding: 0;
}
footer .footer-container .footer-content .footer-body .leftside .details li {
  display: flex;
  flex-direction: column;
}
footer .footer-container .footer-content .footer-body .leftside .details li .headline {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 118.182% */
}
footer .footer-container .footer-content .footer-body .leftside .details li .detail {
  color: #E2E8EE;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px;
  transition: 0.3s ease;
}
footer .footer-container .footer-content .footer-body .leftside .details li .detail:hover, footer .footer-container .footer-content .footer-body .leftside .details li .detail .active {
  color: #37D4EE;
  cursor: pointer;
}
footer .footer-container .footer-content .footer-body .leftside .footer-references {
  display: flex;
  flex-direction: column;
  height: fit-content;
  z-index: 10;
}
footer .footer-container .footer-content .footer-body .leftside .footer-references h4 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 118.182% */
  padding: 0 0 1rem 2rem;
}
footer .footer-container .footer-content .footer-body .leftside .footer-references ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .footer-container .footer-content .footer-body .leftside .footer-references ul li a {
  color: #E2E8EE;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px; /* 118.182% */
  transition: 0.3s ease;
}
footer .footer-container .footer-content .footer-body .leftside .footer-references ul li a:hover {
  color: #5D2E89;
  -webkit-text-stroke: 1px #E2E8EE; /* Add webkit prefix for better browser support */
  text-stroke: 1px #E2E8EE;
}
footer .footer-container .footer-content .footer-body .rightside {
  display: flex;
  flex-direction: column;
  z-index: 10;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  footer .footer-container .footer-content .footer-body .rightside {
    flex-direction: row;
  }
}
footer .footer-container .footer-content .footer-body .rightside .navigation, footer .footer-container .footer-content .footer-body .rightside .socials {
  padding: 0 0 0 2rem;
  display: flex;
  height: fit-content;
  flex-direction: column;
  gap: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer-container .footer-content .footer-body .rightside .navigation h4, footer .footer-container .footer-content .footer-body .rightside .socials h4 {
  color: #E2E8EE;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px; /* 118.182% */
}
footer .footer-container .footer-content .footer-body .rightside .navigation .links, footer .footer-container .footer-content .footer-body .rightside .socials .links {
  list-style: none;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
footer .footer-container .footer-content .footer-body .rightside .navigation .links li, footer .footer-container .footer-content .footer-body .rightside .socials .links li {
  position: relative;
  padding: 6px 0 1px 0;
  /* The key change: move hover effects to the li element */
}
footer .footer-container .footer-content .footer-body .rightside .navigation .links li::before, footer .footer-container .footer-content .footer-body .rightside .socials .links li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: -2rem;
  bottom: 0;
  transform: translateY(4px);
  background-color: rgba(255, 255, 255, 0.5);
  transition: width 0.3s ease-in;
}
footer .footer-container .footer-content .footer-body .rightside .navigation .links li a, footer .footer-container .footer-content .footer-body .rightside .socials .links li a {
  color: #E2E8EE;
  text-decoration: none;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 118.182% */
  position: relative;
  transition: color 0.2s ease;
}
footer .footer-container .footer-content .footer-body .rightside .navigation .links li a::after, footer .footer-container .footer-content .footer-body .rightside .socials .links li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transform-origin: left;
}
footer .footer-container .footer-content .footer-body .rightside .navigation .links li:hover::before, footer .footer-container .footer-content .footer-body .rightside .socials .links li:hover::before {
  width: 0;
}
footer .footer-container .footer-content .footer-body .rightside .navigation .links li:hover a, footer .footer-container .footer-content .footer-body .rightside .socials .links li:hover a {
  color: #fff;
}
footer .footer-container .footer-content .footer-body .rightside .navigation .links li:hover a::after, footer .footer-container .footer-content .footer-body .rightside .socials .links li:hover a::after {
  width: 100%;
  transition: width 0.3s ease-out;
}
footer .footer-container .footer-content .footer-body .rightside .navigation .social-links, footer .footer-container .footer-content .footer-body .rightside .socials .social-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .footer-container .footer-content .footer-body .rightside .navigation .social-links li a img:hover, footer .footer-container .footer-content .footer-body .rightside .socials .social-links li a img:hover {
  transition: filter ease-out 0.6s;
  filter: drop-shadow(0 0 50px #E2E8EE) grayscale(100%);
  transform: scale(1.2) translateZ(6px);
}
footer .footer-container .footer-content .footer-description {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 10;
  gap: 1rem;
}
@media (min-width: 768px) {
  footer .footer-container .footer-content .footer-description {
    flex-direction: row;
    gap: 0;
  }
}
footer .footer-container .footer-content .footer-description .copyright {
  /* DESKTOP/Note */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 118.75% */
  letter-spacing: 0.4px;
  color: #E2E8EE;
  order: 2;
}
@media (min-width: 768px) {
  footer .footer-container .footer-content .footer-description .copyright {
    order: 1;
  }
}
footer .footer-container .footer-content .footer-description .legal-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 1rem;
  padding: 0;
  margin: 0;
  order: 1;
}
@media (min-width: 768px) {
  footer .footer-container .footer-content .footer-description .legal-links {
    order: 2;
    flex-direction: row;
  }
}
footer .footer-container .footer-content .footer-description .legal-links li a {
  /* DESKTOP/Note */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 118.75% */
  letter-spacing: 0.4px;
  color: #E2E8EE;
  text-decoration: none;
  position: relative;
}
footer .footer-container .footer-content .footer-description .legal-links li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}
footer .footer-container .footer-content .footer-description .legal-links li a:hover::after {
  width: 100%;
}

/*
Zdeněk Choleva - 05.05.2025
*/
.blogArticleDetail .blogArticleIntro, .basicarticle .blogArticleIntro {
  border-radius: 20px;
  overflow: hidden;
}
.blogArticleDetail p.img-in-article img, .basicarticle p.img-in-article img {
  max-width: 100%;
  margin-bottom: 40px;
  margin-top: 20px;
}
.blogArticleDetail p, .basicarticle p {
  margin-bottom: 20px;
}
.blogArticleDetail ul, .basicarticle ul {
  padding-left: 20px;
}
.blogArticleDetail li, .blogArticleDetail th, .blogArticleDetail td, .basicarticle li, .basicarticle th, .basicarticle td {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}
.blogArticleDetail iframe, .basicarticle iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9 !important;
  margin-top: 20px !important;
  margin-bottom: 40px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

/*
Zdeněk Choleva - 05.05.2025
*/
.blogSlider {
  overflow: hidden;
}
.blogSlider .lSSlideOuter, .blogSlider .lSSlideWrapper, .blogSlider .lightSliderBlog {
  overflow: visible;
}
.blogSlider .lightSliderBlog .oncard {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
}
.blogSlider .lightSliderBlog .imgpart {
  position: relative;
  aspect-ratio: 50/50;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
.blogSlider .lightSliderBlog .imgpart img {
  position: absolute;
  opacity: 0;
  width: 5px;
  height: 5px;
}
.blogSlider .lightSliderBlog .cntpart h4 {
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: #5D2E89;
  margin-bottom: 16px;
}
.blogSlider .lightSliderBlog .cntpart p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #383637;
  padding-bottom: 20px;
}
.blogSlider .lightSliderBlog .cntpart p.tag a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #5D2E89;
  text-decoration: none;
}
.blogSlider .lightSliderBlog .cntpart p.tag a:hover {
  text-decoration: underline;
}
.blogSlider .lightSliderBlog .btnpart {
  margin-top: auto;
}
.blogSlider .lightSliderBlog.flexedBlog {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
  justify-content: center;
  gap: 24px;
}
.blogSlider .lightSliderBlog.flexedBlog li {
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 30px;
  gap: 24px;
}
@media (min-width: 768px) {
  .blogSlider .lightSliderBlog.flexedBlog li {
    width: calc(50% - 24px);
  }
}
@media (min-width: 992px) {
  .blogSlider .lightSliderBlog.flexedBlog li {
    width: calc(33.333% - 24px);
  }
}
@media (min-width: 1200px) {
  .blogSlider .lightSliderBlog.flexedBlog li {
    width: calc(25% - 24px);
  }
}

.ambasador {
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
}
@media (min-width: 768px) {
  .ambasador {
    flex-direction: row;
  }
}
.ambasador .coverimage {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  max-height: 50%;
}
@media (min-width: 768px) {
  .ambasador .coverimage {
    max-height: 100%;
  }
}
.ambasador .coverimage img {
  height: 100%;
  border-radius: 15px;
  max-height: 350px;
}
.ambasador .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (min-width: 768px) {
  .ambasador .content {
    max-width: 30vw;
  }
}
.ambasador .content h2 {
  color: #37D4EE;
  text-align: center;
}
@media (min-width: 768px) {
  .ambasador .content h2 {
    text-align: left;
  }
}
.ambasador .content .description {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ambasador .content .description {
    text-align: left;
  }
}
.ambasador .content .description &gt; :first-child {
  flex: auto;
}
.ambasador .content .description p {
  /* DESKTOP/H4 USP */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 119.231% */
  color: #fff;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ambasador .content .description .bottom-part {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ambasador .content .description .bottom-part .name {
  /* DESKTOP/USP, Testimoninal Name, Date */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 120% */
  color: #37D4EE;
}
.ambasador .content .description .bottom-part .position {
  /* DESKTOP/USP, Testimoninal Name, Date */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 120% */
  color: #fff;
}

.section-reference .reference-header h2 {
  color: #37D4EE;
}
.section-reference .reference-header h4 {
  color: #E2E8EE;
}

.slider-reference {
  padding: 1rem 0;
  overflow: hidden !important;
}
.slider-reference::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  pointer-events: none;
  z-index: 2;
}
.slider-reference .lSSlideWrapper {
  mask-image: linear-gradient(to right, transparent 0%, black 1%, black 99%, transparent 100%);
}
.slider-reference .lSSlideWrapper, .slider-reference .lSSlideOuter {
  overflow: visible !important;
}
.slider-reference .lightSlider {
  overflow: visible !important;
}
.slider-reference .lslide, .slider-reference .clone {
  transform: translateZ(0);
  display: flex;
  overflow: visible !important;
  flex-direction: column;
}
.slider-reference .lslide .card-body, .slider-reference .clone .card-body {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #E2E8EE;
  border-radius: 0 0 20px 20px;
  text-align: center;
  gap: 0.5rem;
}
.slider-reference .lslide .card-body &gt; :first-child, .slider-reference .clone .card-body &gt; :first-child {
  flex: auto;
  padding-bottom: 1rem;
}
.slider-reference .lslide .card-body p, .slider-reference .clone .card-body p {
  /* DESKTOP/Paragraph regular */
  color: #E2E8EE;
  text-align: center;
  /* DESKTOP/Paragraph regular */
  font-family: "oso-serif-variable", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px; /* 120% */
  letter-spacing: 0.5px;
  color: #E2E8EE;
}
@media (min-width: 768px) {
  .slider-reference .lslide .card-body p, .slider-reference .clone .card-body p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px; /* 120% */
  }
}
.slider-reference .lslide .card-body a .btn, .slider-reference .clone .card-body a .btn {
  width: fit-content;
}
.slider-reference .lslide .card-body &gt; :last-child, .slider-reference .clone .card-body &gt; :last-child {
  margin-top: auto;
  width: fit-content;
}

.slider-services {
  overflow: hidden !important;
}
.slider-services .lSSlideWrapper, .slider-services .lSSlideOuter {
  overflow: visible !important;
}
.slider-services .lightSlider {
  overflow: visible !important;
}
.slider-services .lslide {
  transform: translateZ(0);
  display: flex;
  overflow: visible !important;
  flex-direction: column;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(-4px -4px 4px #FFFFFF);
  z-index: 1;
}
.slider-services .lslide .card-header {
  border-radius: 20px 20px 0 0;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  object-position: center center;
  min-height: 200px;
  padding: 1rem;
}
.slider-services .lslide .card-header img {
  border-radius: 20px 20px 0 0;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-services .lslide .card-header img.navysku {
  border-radius: 20px;
}
.slider-services .lslide .card-header h2 {
  position: relative;
  z-index: 2;
  color: #fff;
}
.slider-services .lslide .card-body {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #E2E8EE;
  color: #383637;
  border-radius: 0 0 20px 20px;
}
.slider-services .lslide .card-body h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.slider-services .lslide .card-body ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.slider-services .lslide .card-body ul li {
  text-align: left;
  /* DESKTOP/Paragraph regular */
  font-family: "oso-sans-variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 120% */
  letter-spacing: 0.5px;
  line-height: 1.4 !important;
}
@media (min-width: 768px) {
  .slider-services .lslide .card-body ul li {
    font-family: "oso-sans-variable", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 120% */
    letter-spacing: 0.5px;
  }
}
.slider-services .lslide .card-body .btn {
  align-self: center !important;
}
.slider-services .lslide .card-body a .btn {
  width: fit-content;
  align-self: center;
}
.slider-services .lslide .card-body &gt; .btn:last-child {
  margin-top: auto;
  width: fit-content;
}

.slider-usp {
  padding: 2rem 0;
  overflow: hidden !important;
}
.slider-usp .lSSlideWrapper, .slider-usp .lSSlideOuter {
  overflow: visible !important;
}
.slider-usp .lightSlider {
  overflow: visible !important;
}
.slider-usp .lslide {
  transform: translateZ(0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  filter: none;
}
.slider-usp .lslide:hover .purplebg {
  transform: rotateY(10deg) rotateX(10deg) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.slider-usp .lslide:hover .purplebg :before {
  transform: translateX(-100%);
}
.slider-usp .lslide:hover .purplebg :after {
  transform: translateX(100%);
}
.slider-usp .lslide .purplebg {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  border-radius: 40px;
  background-color: #5D2E89;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform-style: preserve-3d;
  margin-top: 1rem;
}
.slider-usp .lslide .purplebg :before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}
.slider-usp .lslide .purplebg :after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}
.slider-usp .lslide .purplebg img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slider-usp .lslide .purplebg h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-usp .lslide .card-body {
  text-align: center;
  padding: 2rem 1rem 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.slider-usp .lslide .card-body h4 {
  color: #5D2E89;
}
.slider-usp .lslide .card-body p {
  margin: 0;
}
.slider-usp .lslide .card-body a .btn {
  width: fit-content;
}

@media (min-width: 0) {
  .force-xs-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .force-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .force-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .force-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .force-xl-none {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .force-xxl-none {
    display: none !important;
  }
}
.lSPager li a {
  background-color: #AAAFB0 !important;
}
.lSPager li:hover a, .lSPager li.active a {
  background-color: #37D4EE !important;
}

.btn-primary {
  padding: 10px 20px 10px;
  background: #5D2E89;
  border-color: #5D2E89;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25), -4px -4px 4px #FFFFFF;
  border-radius: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
}
.btn-primary__small {
  padding: 8px 20px 8px;
  background: #5D2E89;
  border-color: #5D2E89;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25), -4px -4px 4px #FFFFFF;
  border-radius: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:target, .btn-primary:focus {
  background: #51FAC4 !important;
  border-color: #51FAC4 !important;
  color: #AAAFB0 !important;
}

.btn-secondary {
  padding: 10px 20px 10px;
  background: #37D4EE !important;
  border-color: #37D4E0 !important;
  border-radius: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  color: #383637 !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:target, .btn-secondary:focus {
  background: #51FAC4 !important;
  border-color: #51FAC4 !important;
  color: #AAAFB0 !important;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>