/* [project]/src/app/[lang]/webinars/page.module.css [app-client] (css) */
@keyframes page-module__tJlZIa__webinarCountdownFlip {
  0% {
    opacity: 0;
    transform: translateY(-14px)rotateX(-60deg);
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateY(0)rotateX(0);
  }
}

.page-module__tJlZIa__webinars hr {
  border: 0;
  border-top: 1px solid var(--table-borders);
  max-width: 1090px;
  height: 1px;
  display: block;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__introText {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 50px;
  padding: 50px 20px 0;
  display: block;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock {
  background: var(--background);
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 70px;
  display: flex;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__nextBlock {
  background: var(--white);
  border-radius: 10px;
  width: 85%;
  padding: 30px 12px;
  transition: all .2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04), 0 4px 24px rgba(0, 0, 0, .04);
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__nextBlock:hover {
  border-color: rgba(89, 31, 226, .1);
  transition: all .2s;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(89, 31, 226, .12), 0 4px 12px rgba(0, 0, 0, .08);
}

@media (min-width: 1040px) {
  .page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__nextBlock {
    min-width: 500px;
    max-width: 700px;
    padding: 40px;
  }
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__title {
  text-align: center;
  color: var(--orange);
  text-transform: uppercase;
  background: linear-gradient(90deg, #5520ce 0%, #f05941 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 25px;
  font-size: 23px;
  font-weight: 600;
  display: block;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__subtitle {
  text-align: center;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__text {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__countdown {
  perspective: 600px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  display: flex;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__countdown .page-module__tJlZIa__cell {
  flex-direction: column;
  align-items: center;
  min-width: 54px;
  display: flex;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__countdown .page-module__tJlZIa__cellValue {
  color: var(--purple);
  transform-origin: center;
  font-variant-numeric: tabular-nums;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  animation: .45s page-module__tJlZIa__webinarCountdownFlip;
  display: inline-block;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__countdown .page-module__tJlZIa__cellLabel {
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: .6;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 500;
  display: block;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__countdown .page-module__tJlZIa__cellSep {
  color: var(--purple);
  opacity: .4;
  padding-top: 2px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__webinarDate {
  text-align: center;
  color: var(--grey-dark);
  text-transform: capitalize;
  letter-spacing: .01em;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  display: block;
}

@media (min-width: 768px) {
  .page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__webinarDate {
    font-size: 15px;
  }
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__webinarDate .page-module__tJlZIa__date {
  margin-bottom: 5px;
  font-size: 17px;
  display: block;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__webinarDate.page-module__tJlZIa__webinarDateCountdown {
  margin-top: 20px;
  margin-bottom: 30px;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__webinarTopic {
  color: var(--text);
  margin-top: 10px;
  margin-bottom: -30px;
  padding: 20px;
  font-size: 14px;
  line-height: 23px;
  display: block;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__webBlock .page-module__tJlZIa__nextContainer .page-module__tJlZIa__webinarTopic p {
  margin-bottom: 12px;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__pastBlock .page-module__tJlZIa__title {
  color: var(--grey-dark);
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

@media (min-width: 768px) {
  .page-module__tJlZIa__webinars .page-module__tJlZIa__pastBlock .page-module__tJlZIa__title {
    font-size: 18px;
  }
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__pastBlock .page-module__tJlZIa__title:before {
  content: "";
  background: linear-gradient(180deg, var(--purple) 0%, var(--orange) 100%);
  border-radius: 2px;
  width: 4px;
  height: 20px;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__pastBlock .page-module__tJlZIa__youtubeTutorials {
  justify-content: center;
  padding: 50px 0 40px;
  display: flex;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__pastBlock .page-module__tJlZIa__youtubeTutorials .page-module__tJlZIa__row {
  flex-flow: wrap;
  justify-content: center;
  max-width: 1150px;
  display: flex;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__pastBlock .page-module__tJlZIa__youtubeTutorials .page-module__tJlZIa__row .page-module__tJlZIa__item {
  margin-bottom: 25px;
  margin-left: 12px;
  margin-right: 12px;
}

.page-module__tJlZIa__webinars .page-module__tJlZIa__subContent {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px 0 80px;
  padding: 0 20px;
  display: flex;
}

/* [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/app/[lang]/tutorials/video/style.module.css [app-client] (css) */
.style-module__usefSq__videoContainer {
  border-radius: 10px;
  width: 350px;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 0 0 4px #f0f0f0;
}

.style-module__usefSq__videoContainer .style-module__usefSq__titleContainer {
  background: var(--grey-light);
  padding: 15px 20px;
}

.style-module__usefSq__videoContainer.style-module__usefSq__smallerWidth {
  width: 325px;
  margin-bottom: 10px;
}

.style-module__usefSq__videoContainer a {
  text-align: center;
  color: var(--grey-dark);
  letter-spacing: 1.1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.style-module__usefSq__videoContainer.style-module__usefSq__bgAlt .style-module__usefSq__titleContainer {
  color: var(--white);
  background: var(--grey);
}

.style-module__usefSq__videoContainer:hover {
  transition: all .2s;
  transform: scale(1.05);
}

.style-module__usefSq__tiktok-embed {
  background-color: red;
}

/* [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);
}

/* [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/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%;
}

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