/* [project]/src/app/[lang]/features/page.module.css [app-client] (css) */
.page-module__Hl02nG__bold6 {
  font-weight: 600;
}

.page-module__Hl02nG__bold7 {
  font-weight: 700;
}

.page-module__Hl02nG__link {
  text-decoration: underline;
}

.page-module__Hl02nG__featuresBlock1 {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 24px 30px;
  display: flex;
}

.page-module__Hl02nG__featuresBlock1 .page-module__Hl02nG__block1 {
  margin-top: 0;
  margin-bottom: 25px;
  display: none;
}

@media (min-width: 1040px) {
  .page-module__Hl02nG__featuresBlock1 .page-module__Hl02nG__block1 {
    display: block;
  }
}

.page-module__Hl02nG__featuresBlock1 .page-module__Hl02nG__block2 {
  z-index: 10;
  margin-bottom: 48px;
}

@media (min-width: 1040px) {
  .page-module__Hl02nG__featuresBlock1 .page-module__Hl02nG__block2 {
    display: none;
  }
}

.page-module__Hl02nG__featuresBlock1 .page-module__Hl02nG__galleryButtonContainer {
  margin-top: 10px;
  margin-bottom: 60px;
}

.page-module__Hl02nG__featuresBlock1 .page-module__Hl02nG__galleryButtonContainer a > div {
  transition: transform .2s;
}

.page-module__Hl02nG__featuresBlock1 .page-module__Hl02nG__galleryButtonContainer a:hover > div {
  transform: scale(1.05);
}

.page-module__Hl02nG__featuresBlock4 {
  background-color: var(--background);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 80px 24px;
  display: flex;
}

.page-module__Hl02nG__featuresBlock4 .page-module__Hl02nG__buttonContainer {
  margin-top: 10px;
}

.page-module__Hl02nG__featuresBlock2 {
  background-color: var(--background);
  z-index: 10;
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 404px;
  display: flex;
  overflow-x: clip;
}

@media (min-width: 1040px) {
  .page-module__Hl02nG__featuresBlock2 {
    padding-top: 96px;
    padding-bottom: 212px;
  }
}

.page-module__Hl02nG__featuresBlock2 .page-module__Hl02nG__row {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  display: flex;
}

.page-module__Hl02nG__featuresBlock2 .page-module__Hl02nG__row .page-module__Hl02nG__item {
  z-index: 10;
  margin-bottom: 32px;
  margin-left: 8px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .page-module__Hl02nG__featuresBlock2 .page-module__Hl02nG__row .page-module__Hl02nG__item {
    margin-left: 18px;
    margin-right: 18px;
  }
}

@media (min-width: 1040px) {
  .page-module__Hl02nG__featuresBlock2 .page-module__Hl02nG__row .page-module__Hl02nG__item {
    margin-left: 37px;
    margin-right: 37px;
  }
}

.page-module__Hl02nG__featuresBlock3 {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: relative;
  overflow-x: clip;
}

.page-module__Hl02nG__featuresBlock3 .page-module__Hl02nG__appReviewBlock {
  z-index: 10;
  position: absolute;
  top: -296px;
}

@media (min-width: 1040px) {
  .page-module__Hl02nG__featuresBlock3 .page-module__Hl02nG__appReviewBlock {
    top: -154px;
  }
}

.page-module__Hl02nG__featuresBlock3 .page-module__Hl02nG__block3 {
  display: flex;
}

.page-module__Hl02nG__featuresBlock3 .page-module__Hl02nG__block3 .page-module__Hl02nG__item {
  margin-left: 12px;
  margin-right: 12px;
}

/* [project]/src/app/[lang]/features/featureInfowithIcon/style.module.css [app-client] (css) */
.style-module__qIMAvW__featureInfoContainer {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 155px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.style-module__qIMAvW__featureInfoContainer:hover {
  transform: translateY(-5px);
}

@media (min-width: 1040px) {
  .style-module__qIMAvW__featureInfoContainer {
    width: 197px;
    font-size: 16px;
    line-height: 24px;
  }
}

.style-module__qIMAvW__featureInfoContainer .style-module__qIMAvW__featureIconCircle {
  background-color: var(--white);
  border-radius: 48px;
  width: 96px;
  height: 96px;
}

.style-module__qIMAvW__featureInfoContainer .style-module__qIMAvW__featureIcon {
  position: absolute;
  top: 24px;
}

.style-module__qIMAvW__featureInfoContainer .style-module__qIMAvW__featureIcon:hover {
  animation: 3s linear infinite style-module__qIMAvW__slowShakeAnimation;
}

.style-module__qIMAvW__featureInfoContainer .style-module__qIMAvW__featureInfoTitle {
  text-transform: uppercase;
  margin-top: 12px;
}

.style-module__qIMAvW__featureInfoContainer .style-module__qIMAvW__featureInfoSubTitle {
  text-transform: uppercase;
  margin-bottom: 18px;
}

.style-module__qIMAvW__featureInfoContainer .style-module__qIMAvW__featureInfoDesc {
  font-weight: 400;
}

@keyframes style-module__qIMAvW__slowShakeAnimation {
  0% {
    transform: rotateX(0)rotateY(0)rotateZ(0);
  }

  25% {
    transform: rotateX(5deg)rotateY(5deg)rotateZ(5deg);
  }

  50% {
    transform: rotateX(0)rotateY(0)rotateZ(0);
  }

  75% {
    transform: rotateX(-5deg)rotateY(-5deg)rotateZ(-5deg);
  }

  100% {
    transform: rotateX(0)rotateY(0)rotateZ(0);
  }
}

/* [project]/src/components/reviewBlock/style.module.css [app-client] (css) */
.style-module__B3c8wG__showOnDesktop {
  display: none;
}

@media (min-width: 1040px) {
  .style-module__B3c8wG__showOnDesktop {
    display: block;
  }

  .style-module__B3c8wG__showOnMobile {
    display: none;
  }
}

.style-module__B3c8wG__reviewSection {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.style-module__B3c8wG__appReviewContainerHorizontal {
  color: var(--white);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  justify-content: center;
  padding-bottom: 6px;
  display: flex;
  position: relative;
}

.style-module__B3c8wG__appReviewContainerHorizontal .style-module__B3c8wG__topLineWhite {
  background-color: var(--white);
  width: 2px;
  height: 27px;
  position: absolute;
  top: 0;
}

.style-module__B3c8wG__appReviewContainerHorizontal .style-module__B3c8wG__topLinePurple {
  background-color: var(--purple);
  width: 2px;
  height: 48px;
  position: absolute;
  top: -48px;
}

.style-module__B3c8wG__appReviewContainerHorizontal .style-module__B3c8wG__bottomLineWhite {
  background-color: var(--white);
  width: 2px;
  height: 27px;
  position: absolute;
  bottom: 6px;
}

.style-module__B3c8wG__appReviewContainerHorizontal .style-module__B3c8wG__bottomLinePurple {
  background-color: var(--purple);
  width: 2px;
  height: 70px;
  position: absolute;
  bottom: -64px;
}

.style-module__B3c8wG__appReviewContainerHorizontal .style-module__B3c8wG__bgImage {
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  width: 1040px;
  height: 300px;
  display: flex;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.style-module__B3c8wG__appReviewContainerHorizontal .style-module__B3c8wG__leftCol {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.style-module__B3c8wG__appReviewContainerHorizontal .style-module__B3c8wG__rightCol {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.style-module__B3c8wG__appReviewContainerHorizontal .style-module__B3c8wG__text1 {
  text-transform: uppercase;
  background-color: var(--orange);
  border-radius: 5px;
  margin-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.style-module__B3c8wG__appReviewContainerHorizontal .style-module__B3c8wG__text2 {
  text-transform: uppercase;
  background-color: var(--orange);
  border-radius: 5px;
  margin-bottom: 22px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.style-module__B3c8wG__appReviewContainerHorizontal .style-module__B3c8wG__text3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.style-module__B3c8wG__appReviewContainerHorizontal .style-module__B3c8wG__text4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.style-module__B3c8wG__appReviewContainerHorizontal .style-module__B3c8wG__text5 {
  margin-bottom: 13px;
  font-size: 60px;
  font-weight: 700;
  line-height: 40px;
}

.style-module__B3c8wG__appReviewContainerHorizontal .style-module__B3c8wG__block1 {
  display: flex;
}

.style-module__B3c8wG__appReviewContainerHorizontal .style-module__B3c8wG__block1 .style-module__B3c8wG__item {
  margin-left: 2.88px;
  margin-right: 2.88px;
}

.style-module__B3c8wG__appReviewContainerVertical {
  color: var(--white);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  justify-content: center;
  display: flex;
  position: relative;
}

.style-module__B3c8wG__appReviewContainerVertical .style-module__B3c8wG__topLinePurple {
  background-color: var(--purple);
  width: 2px;
  height: 48px;
  position: absolute;
  top: -48px;
}

.style-module__B3c8wG__appReviewContainerVertical .style-module__B3c8wG__bottomLinePurple {
  background-color: var(--purple);
  width: 2px;
  height: 48px;
  position: absolute;
  bottom: -48px;
}

.style-module__B3c8wG__appReviewContainerVertical .style-module__B3c8wG__bgImage {
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 327px;
  height: 592px;
  display: flex;
}

@media (min-width: 768px) {
  .style-module__B3c8wG__appReviewContainerVertical .style-module__B3c8wG__bgImage {
    width: 280px;
    height: 520px;
  }
}

.style-module__B3c8wG__appReviewContainerVertical .style-module__B3c8wG__topRow, .style-module__B3c8wG__appReviewContainerVertical .style-module__B3c8wG__bottomRpw {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.style-module__B3c8wG__appReviewContainerVertical .style-module__B3c8wG__text1 {
  text-transform: uppercase;
  background-color: var(--orange);
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  margin-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.style-module__B3c8wG__appReviewContainerVertical .style-module__B3c8wG__text2 {
  text-transform: uppercase;
  background-color: var(--orange);
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.style-module__B3c8wG__appReviewContainerVertical .style-module__B3c8wG__text3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.style-module__B3c8wG__appReviewContainerVertical .style-module__B3c8wG__text4 {
  margin-top: -4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.style-module__B3c8wG__appReviewContainerVertical .style-module__B3c8wG__text5 {
  margin-bottom: 13px;
  font-size: 60px;
  font-weight: 700;
  line-height: 40px;
}

.style-module__B3c8wG__appReviewContainerVertical .style-module__B3c8wG__block1 {
  margin-bottom: 22px;
  display: flex;
}

.style-module__B3c8wG__appReviewContainerVertical .style-module__B3c8wG__block1 .style-module__B3c8wG__item {
  margin-left: 2.88px;
  margin-right: 2.88px;
}

/* [project]/src/components/reviewBlock/reviewCards/style.module.css [app-client] (css) */
.style-module__KTNRRW__wrapper {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.style-module__KTNRRW__sectionTitle {
  margin-top: 96px;
  margin-bottom: 48px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

@media (min-width: 1040px) {
  .style-module__KTNRRW__sectionTitle {
    font-size: 30px;
    line-height: 40px;
  }
}

.style-module__KTNRRW__reviewContainer {
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

@media (min-width: 576px) {
  .style-module__KTNRRW__reviewContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1040px) {
  .style-module__KTNRRW__reviewContainer {
    grid-template-columns: repeat(3, 1fr);
  }
}

.style-module__KTNRRW__cardSlot {
  flex-direction: column;
  display: flex;
}

.style-module__KTNRRW__cardSlot > .style-module__KTNRRW__card {
  flex: 1;
}

.style-module__KTNRRW__card {
  background-color: var(--white);
  border: 1px solid var(--grey-light);
  text-align: left;
  border-radius: 12px;
  flex-direction: column;
  padding: 24px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.style-module__KTNRRW__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.style-module__KTNRRW__stars {
  gap: 2px;
  margin-bottom: 12px;
  display: flex;
}

.style-module__KTNRRW__title {
  color: var(--grey-dark);
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.style-module__KTNRRW__content {
  color: var(--grey);
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
}

.style-module__KTNRRW__author {
  color: var(--grey);
  margin-top: auto;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

/* [project]/src/components/reveal/style.module.css [app-client] (css) */
.style-module__CcUCnq__reveal {
  --reveal-x: 0px;
  --reveal-y: 0px;
  --reveal-scale: 1;
  transition: opacity .8s cubic-bezier(.22, 1, .36, 1), translate .9s cubic-bezier(.22, 1, .36, 1), scale .9s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0s);
}

.style-module__CcUCnq__reveal[data-state="out"], .style-module__CcUCnq__reveal[data-state="out-top"] {
  opacity: 0;
  translate: var(--reveal-x) var(--reveal-y);
  scale: var(--reveal-scale);
  transition-duration: 0s;
  transition-delay: 0s;
}

.style-module__CcUCnq__reveal[data-state="entering"] {
  transition-property: opacity, translate, scale !important;
  transition-duration: .8s, .9s, .9s !important;
  transition-timing-function: cubic-bezier(.22, 1, .36, 1) !important;
  transition-delay: var(--reveal-delay, 0s) !important;
}

.style-module__CcUCnq__reveal[data-state="out-top"] {
  translate: var(--reveal-x) calc(var(--reveal-y) * -1);
}

.style-module__CcUCnq__left {
  --reveal-x: -80px;
}

.style-module__CcUCnq__right {
  --reveal-x: 80px;
}

.style-module__CcUCnq__bottom {
  --reveal-y: 60px;
}

.style-module__CcUCnq__top {
  --reveal-y: -60px;
}

.style-module__CcUCnq__zoom {
  --reveal-scale: .85;
}

.style-module__CcUCnq__fade {
  --reveal-y: 0px;
}

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  .style-module__CcUCnq__reveal:not([data-state]) {
    opacity: 0;
    translate: var(--reveal-x) var(--reveal-y);
    scale: var(--reveal-scale);
    transition: none;
    animation: 0s 4s forwards style-module__CcUCnq__revealFallback;
  }
}

@keyframes style-module__CcUCnq__revealFallback {
  to {
    opacity: 1;
    translate: none;
    scale: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .style-module__CcUCnq__reveal {
    transition: none;
  }
}

/* [project]/src/components/downloadBlock/style.module.css [app-client] (css) */
.style-module__Q8ovbW__storeBarContainer {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  display: flex;
}

@media (min-width: 1200px) {
  .style-module__Q8ovbW__storeBarContainer {
    flex-direction: row;
    justify-content: center;
    gap: 50px;
  }
}

.style-module__Q8ovbW__storeBarContainer hr {
  background-color: var(--table-borders);
  border: 0;
  width: calc(100% - 60px);
  height: 1px;
  display: block;
}

@media (min-width: 1200px) {
  .style-module__Q8ovbW__storeBarContainer hr {
    display: none;
  }
}

.style-module__Q8ovbW__storeBlockPlain {
  padding-top: 48px;
}

@media (min-width: 1040px) {
  .style-module__Q8ovbW__storeBlockPlain {
    padding-top: 72px;
  }
}

.style-module__Q8ovbW__plainTitle {
  color: var(--grey-dark);
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

@media (min-width: 1040px) {
  .style-module__Q8ovbW__plainTitle {
    font-size: 30px;
    line-height: 40px;
  }
}

.style-module__Q8ovbW__descriptionText {
  margin-bottom: 60px;
  display: block;
}

.style-module__Q8ovbW__storeLink {
  background-color: var(--purple);
  isolation: isolate;
  border-radius: 999px;
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.style-module__Q8ovbW__storeLink:after {
  content: "";
  border-radius: inherit;
  background-color: var(--orange);
  z-index: -1;
  width: 0;
  height: 100%;
  transition: width .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
}

.style-module__Q8ovbW__storeLink:hover:after {
  width: 100%;
}

.style-module__Q8ovbW__storeLink:focus-visible:after {
  width: 100%;
}

.style-module__Q8ovbW__storeBadge {
  width: 153px;
  height: auto;
}

@media (min-width: 1040px) {
  .style-module__Q8ovbW__storeBadge {
    width: 200px;
  }
}

.style-module__Q8ovbW__storeBarItem {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
}

@media (min-width: 1200px) {
  .style-module__Q8ovbW__storeBarItem {
    width: 25%;
    min-height: 250px;
  }
}

.style-module__Q8ovbW__storeBarItem .style-module__Q8ovbW__title {
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
}

.style-module__Q8ovbW__storeBarItem .style-module__Q8ovbW__text {
  width: 100%;
  padding: 0 30px;
  font-size: 14px;
  line-height: 25px;
  display: block;
}

@media (min-width: 1200px) {
  .style-module__Q8ovbW__storeBarItem .style-module__Q8ovbW__text {
    width: 270px;
  }
}

@media (min-width: 1040px) {
  .style-module__Q8ovbW__storeBarItem {
    margin-bottom: 0;
  }
}

.style-module__Q8ovbW__storeBarItem .style-module__Q8ovbW__button {
  transition: all .2s;
}

.style-module__Q8ovbW__storeBarItem .style-module__Q8ovbW__button:hover {
  cursor: pointer;
  transition: all .2s;
  transform: scale(1.05);
}

.style-module__Q8ovbW__storeBarItem .style-module__Q8ovbW__button.style-module__Q8ovbW__buttonDownload {
  width: 153px;
  height: 40px;
}

@media (min-width: 1040px) {
  .style-module__Q8ovbW__storeBarItem .style-module__Q8ovbW__button.style-module__Q8ovbW__buttonDownload {
    width: 200px;
    height: 52px;
  }
}

.style-module__Q8ovbW__storeBarItem .style-module__Q8ovbW__button.style-module__Q8ovbW__buttonDownload a {
  width: 100%;
  height: 100%;
  display: block;
}

.style-module__Q8ovbW__storeBarItem .style-module__Q8ovbW__button.style-module__Q8ovbW__buttonDownload a > div {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}

.style-module__Q8ovbW__storeBarItem .style-module__Q8ovbW__button.style-module__Q8ovbW__buttonDownload a:hover div {
  background-color: var(--purple) !important;
}

/* [project]/src/components/subHeader/style.module.css [app-client] (css) */
.style-module__WE1EEW__subHeaderContainer {
  text-align: center;
  width: 100%;
  min-height: 300px;
  color: var(--white);
  text-shadow: 4px 4px 4px var(--shadow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
  position: relative;
}

@media (min-width: 1040px) {
  .style-module__WE1EEW__subHeaderContainer {
    min-height: 200px;
  }
}

.style-module__WE1EEW__imageContainer {
  width: 100%;
  min-height: 305px;
  position: absolute;
}

@media (min-width: 1040px) {
  .style-module__WE1EEW__imageContainer {
    min-height: 215px;
  }
}

.style-module__WE1EEW__imageContainer .style-module__WE1EEW__subHeaderImage {
  object-fit: cover;
  z-index: -1;
}

.style-module__WE1EEW__imageContainer .style-module__WE1EEW__waveSvgShapeBottom {
  width: 100%;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transform: rotate(180deg);
}

.style-module__WE1EEW__imageContainer .style-module__WE1EEW__waveSvgShapeBottom .style-module__WE1EEW__svgShape {
  width: calc(150% + 1.3px);
  height: 15px;
  display: block;
  position: relative;
}

@media (min-width: 1040px) {
  .style-module__WE1EEW__imageContainer .style-module__WE1EEW__waveSvgShapeBottom .style-module__WE1EEW__svgShape {
    width: calc(150% + 1.3px);
    height: 35px;
  }
}

.style-module__WE1EEW__imageContainer .style-module__WE1EEW__waveSvgShapeBottom .style-module__WE1EEW__shapeFill {
  fill: var(--white);
}

.style-module__WE1EEW__imageContainer .style-module__WE1EEW__waveSvgShapeBottom .style-module__WE1EEW__shapeFill.style-module__WE1EEW__grey {
  fill: var(--background);
}

.style-module__WE1EEW__imageContainer .style-module__WE1EEW__waveSvgShapeTop {
  transform-origin: top;
  width: 100%;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.style-module__WE1EEW__imageContainer .style-module__WE1EEW__waveSvgShapeTop .style-module__WE1EEW__svgShape {
  width: calc(150% + 1.3px);
  height: 15px;
  display: block;
  position: relative;
}

@media (min-width: 1040px) {
  .style-module__WE1EEW__imageContainer .style-module__WE1EEW__waveSvgShapeTop .style-module__WE1EEW__svgShape {
    width: calc(150% + 1.3px);
    height: 35px;
  }
}

.style-module__WE1EEW__imageContainer .style-module__WE1EEW__waveSvgShapeTop .style-module__WE1EEW__shapeFill {
  fill: var(--white);
}

.style-module__WE1EEW__imageContainer .style-module__WE1EEW__waveSvgShapeTop .style-module__WE1EEW__shapeFill.style-module__WE1EEW__grey {
  fill: var(--background);
}

.style-module__WE1EEW__subHeaderDefaultText {
  z-index: 2;
  padding: 0 50px;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  position: relative;
}

@media (min-width: 1040px) {
  .style-module__WE1EEW__subHeaderDefaultText {
    font-size: 30px;
    line-height: 40px;
  }
}

.style-module__WE1EEW__subHeaderLineTop {
  background-color: var(--background);
  width: 2px;
  height: 48px;
  margin-left: -1px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.style-module__WE1EEW__subHeaderLineBottom {
  background-color: var(--purple);
  width: 2px;
  height: 48px;
  margin-left: -1px;
  position: absolute;
  bottom: -48px;
  left: 50%;
}

/* [project]/src/components/bgPattern/style.module.css [app-client] (css) */
.style-module__C5Bg4a__greyBackgroundContainer {
  z-index: 0;
  height: 357px;
  margin-top: -357px;
  position: relative;
}

.style-module__C5Bg4a__greyBackgroundContainer .style-module__C5Bg4a__greyBackgroundBaseLayer {
  background-color: var(--background);
  width: 100%;
  height: 357px;
  position: absolute;
  top: 0;
}

.style-module__C5Bg4a__greyBackgroundContainer .style-module__C5Bg4a__greyBackgroundTransitionLayer {
  background: linear-gradient(180deg, var(--background) 0%, #fff 96.72%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.style-module__C5Bg4a__greyBackgroundContainer .style-module__C5Bg4a__greyBackgroundPattern {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* [project]/src/components/carousel/mediaCarouselDesktop/style.module.css [app-client] (css) */
.style-module__2HWoGa__mediaCarouselContainer {
  flex-direction: row;
  align-items: center;
  height: 230px;
  display: flex;
}

.style-module__2HWoGa__mediaCarouselContainerItem {
  background-color: var(--background);
  border-radius: 10px;
  width: 133px;
  height: 152px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 10px;
  transition: all .25s;
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, .15);
}

.style-module__2HWoGa__mediaCarouselContainerItemSelected {
  width: 200px;
  height: 230px;
  padding-top: 15px;
}

.style-module__2HWoGa__mediaCarousel {
  filter: grayscale();
  object-fit: cover;
  border-radius: 5px;
  width: 113px;
  height: 113px;
  transition: all .25s;
}

.style-module__2HWoGa__mediaCarouselSelected {
  filter: grayscale(0);
  width: 170px;
  height: 170px;
}

/* [project]/src/components/carousel/mediaCarouselMobile/style.module.css [app-client] (css) */
.style-module___TsBya__mediaCarouselContainer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.style-module___TsBya__mediaCarouselContainer .style-module___TsBya__topRow {
  margin-bottom: 24px;
}

.style-module___TsBya__mediaCarouselContainer .style-module___TsBya__bottomRow {
  display: flex;
}

.style-module___TsBya__mediaCarouselContainer .style-module___TsBya__mediaCarouselContainerItem {
  background-color: var(--background);
  border-radius: 10px;
  width: 133px;
  height: 152px;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 15px;
  transition: all .25s;
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, .15);
}

.style-module___TsBya__mediaCarouselContainer .style-module___TsBya__mediaCarouselContainerItemSelected {
  width: 200px;
  height: 230px;
}

.style-module___TsBya__mediaCarouselContainer .style-module___TsBya__mediaCarousel {
  filter: grayscale();
  object-fit: cover;
  border-radius: 5px;
  width: 113px;
  height: 113px;
  transition: all .25s;
}

.style-module___TsBya__mediaCarouselContainer .style-module___TsBya__mediaCarouselSelected {
  filter: grayscale(0);
  width: 170px;
  height: 170px;
}

/* [project]/src/components/pageHeader/style.module.css [app-client] (css) */
.style-module__-RtKZW__mediaBanner {
  width: 100%;
  display: block;
  position: relative;
}

.style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader {
  width: 100%;
  height: calc(var(--imageBannerHeight) + 20vh);
  text-align: center;
  background-color: var(--grey);
  background: linear-gradient(87deg, #1a1b23 0%, #3a3d52 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px 0;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  .style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader {
    height: var(--imageBannerHeight);
  }
}

.style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__image {
  z-index: 1;
  width: 100%;
  height: calc(var(--imageBannerHeight) + 20vh);
  background-color: var(--grey);
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__image {
    height: var(--imageBannerHeight);
  }
}

@media (min-width: 1400px) {
  .style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__image {
    object-position: top;
  }
}

.style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__imageBgOverlay {
  background: var(--grey-dark);
  z-index: 2;
  opacity: .7;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__imageBg {
  z-index: 3;
  opacity: .3;
  pointer-events: none;
  background: linear-gradient(167deg, #460955 0%, rgba(132, 14, 148, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__title {
  color: var(--white);
  z-index: 4;
  text-align: center;
  text-shadow: 2px 2px 4px var(--grey-dark);
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__text {
  color: var(--white);
  z-index: 5;
  text-align: center;
  text-shadow: 2px 2px 4px var(--grey-dark);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__text {
    font-size: 16px;
    line-height: 40px;
  }
}

.style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__bannerRow {
  display: flex;
}

.style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__bannerRow .style-module__-RtKZW__phoneBlock {
  display: none;
}

@media (min-width: 1040px) {
  .style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__bannerRow .style-module__-RtKZW__phoneBlock {
    z-index: 5;
    border-radius: 10px;
    width: 280px;
    display: block;
    position: relative;
    box-shadow: -10px 10px rgba(0, 0, 0, .3);
  }
}

.style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__bannerRow > div {
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  display: flex;
}

@media (min-width: 1040px) {
  .style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__bannerRow.style-module__-RtKZW__imageAlignment .style-module__-RtKZW__text, .style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__bannerRow.style-module__-RtKZW__imageAlignment .style-module__-RtKZW__title {
    text-align: left;
    padding-left: 70px;
  }
}

.style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__waveSvgShape {
  z-index: 4;
  width: 100%;
  line-height: 0;
  position: absolute;
  bottom: -.5px;
  left: 0;
  overflow: hidden;
  transform: rotate(180deg);
}

.style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__waveSvgShape .style-module__-RtKZW__svgShape {
  width: calc(140% + 1.3px);
  height: 35px;
  display: block;
  position: relative;
}

.style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__waveSvgShape .style-module__-RtKZW__shapeFill {
  fill: var(--white);
}

.style-module__-RtKZW__mediaBanner .style-module__-RtKZW__imageHeader .style-module__-RtKZW__waveSvgShape .style-module__-RtKZW__shapeFill.style-module__-RtKZW__grey {
  fill: var(--background);
}

.style-module__-RtKZW__pageHeader {
  background: var(--grey-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 22vh;
  padding: 0 20px;
  display: flex;
  position: relative;
}

@media (min-width: 1200px) {
  .style-module__-RtKZW__pageHeader {
    height: 17vh;
  }
}

.style-module__-RtKZW__pageHeader .style-module__-RtKZW__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.style-module__-RtKZW__pageHeader .style-module__-RtKZW__title {
  color: var(--white);
  z-index: 2;
  text-align: center;
  text-shadow: 4px 4px 4px var(--shadow);
  font-size: 25px;
  font-weight: 500;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .style-module__-RtKZW__pageHeader .style-module__-RtKZW__title {
    font-size: 30px;
  }
}

.style-module__-RtKZW__pageHeader .style-module__-RtKZW__subtitle {
  color: var(--white);
  z-index: 2;
  text-align: center;
  margin-top: 50px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
}

@media (min-width: 1040px) {
  .style-module__-RtKZW__pageHeader .style-module__-RtKZW__subtitle {
    max-width: 500px;
  }
}

.style-module__-RtKZW__pageHeader .style-module__-RtKZW__waveSvgShape {
  width: 100%;
  line-height: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotate(180deg);
}

@media (min-width: 1040px) {
  .style-module__-RtKZW__pageHeader .style-module__-RtKZW__waveSvgShape {
    bottom: 0;
  }
}

.style-module__-RtKZW__pageHeader .style-module__-RtKZW__waveSvgShape .style-module__-RtKZW__svgShape {
  width: calc(130% + 1.3px);
  height: 35px;
  display: block;
  position: relative;
}

.style-module__-RtKZW__pageHeader .style-module__-RtKZW__waveSvgShape .style-module__-RtKZW__shapeFill {
  fill: var(--white);
}

.style-module__-RtKZW__pageHeader .style-module__-RtKZW__waveSvgShape .style-module__-RtKZW__shapeFill.style-module__-RtKZW__grey {
  fill: var(--background);
}

/*# sourceMappingURL=src_0fmhucp._.css.map*/