.header[data-v-e5300673] {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), all 0.3s ease 0s;
}
.menu-open .header[data-v-e5300673] {
  background-color: #3a3e40;
}
@media (max-width: 991.98px) {
.header[data-v-e5300673] {
    background-color: #3a3e40;
}
}
.header__container[data-v-e5300673] {
  padding: 0;
  max-width: 100%;
}
.header__wrapper[data-v-e5300673] {
  display: flex;
  justify-content: space-between;
}
.header__wrapper[data-v-e5300673] > * {
  pointer-events: unset;
}
@media (min-width: 991.98px) {
.header__wrapper[data-v-e5300673] {
    justify-content: center;
}
.header__wrapper[data-v-e5300673] > * {
    flex: 1 1 33.333%;
}
}
@media (min-width: 991.98px) {
.header__menu[data-v-e5300673] {
    padding-left: 6rem;
}
}
@media (max-width: 991.98px) {
.header__menu[data-v-e5300673] {
    display: contents;
}
}
@media (min-width: 991.98px) {
.header__menu .menu__block[data-v-e5300673] {
    height: 100%;
}
}
@media (max-width: 991.98px) {
.header__menu .menu__block[data-v-e5300673] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 6.1rem);
    min-height: calc(100vh - 6.1rem);
    padding: 0 2rem;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    background-color: #3a3e40;
}
.menu-open .header__menu .menu__block[data-v-e5300673] {
    transform: translateX(0%);
}
}
@media (min-width: 991.98px) {
.header__menu .menu__body[data-v-e5300673] {
    height: 100%;
}
}
@media (min-width: 991.98px) {
.header__menu .menu__list[data-v-e5300673] {
    display: flex;
    align-items: center;
    height: 100%;
}
}
@media (min-width: 991.98px) {
.header__menu .menu__list li[data-v-e5300673] {
    height: 100%;
}
}
@media (max-width: 991.98px) {
.header__menu .menu__list li[data-v-e5300673] {
    padding: 2rem 0;
}
}
@media (min-width: 991.98px) {
.header__menu .menu__list li[data-v-e5300673]:not(:last-child) {
    margin-right: 3.3rem;
}
}
@media (max-width: 991.98px) {
.header__menu .menu__list li[data-v-e5300673]:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
}
.header__menu .menu__list li a[data-v-e5300673] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 108%;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
.header__menu .menu__list li a[data-v-e5300673]:hover {
    color: var(--primary-color);
}
}
@media (max-width: 991.98px) {
.header__menu .menu__list li a[data-v-e5300673] {
    font-size: 1.6rem;
}
}
.header .menu__icon[data-v-e5300673] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 991.98px) {
.header .menu__icon[data-v-e5300673] {
    gap: 0.6rem;
}
}
.header .menu__icon span[data-v-e5300673] {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  background-color: #f27699;
  position: relative;
  transition: background-color 0.3s ease 0s;
}
@media (max-width: 991.98px) {
.header .menu__icon span[data-v-e5300673] {
    width: 0.6rem;
    height: 0.6rem;
}
}
.header .menu__icon span[data-v-e5300673]:nth-child(1)::before, .header .menu__icon span[data-v-e5300673]:nth-child(1)::after, .header .menu__icon span[data-v-e5300673]:nth-child(3)::before, .header .menu__icon span[data-v-e5300673]:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: inherit;
  height: inherit;
  background-color: #f27699;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.header .menu__icon span[data-v-e5300673]:nth-child(1)::before, .header .menu__icon span[data-v-e5300673]:nth-child(3)::before {
  left: -200%;
}
.header .menu__icon span[data-v-e5300673]:nth-child(1)::after, .header .menu__icon span[data-v-e5300673]:nth-child(3)::after {
  right: -200%;
}
.menu-open .header .menu__icon span[data-v-e5300673]:nth-child(1), .menu-open .header .menu__icon span[data-v-e5300673]:nth-child(3) {
  background-color: transparent;
}
.menu-open .header .menu__icon span[data-v-e5300673]:nth-child(1)::before, .menu-open .header .menu__icon span[data-v-e5300673]:nth-child(1)::after, .menu-open .header .menu__icon span[data-v-e5300673]:nth-child(3)::before, .menu-open .header .menu__icon span[data-v-e5300673]:nth-child(3)::after {
  opacity: 1;
}
.header__logo[data-v-e5300673] {
  display: flex;
  justify-content: center;
  max-width: 26rem;
  width: 100%;
}
@media (max-width: 991.98px) {
.header__logo[data-v-e5300673] {
    justify-content: flex-start;
    max-width: 18rem;
    padding: 2rem 2.4rem;
}
}
.header__logo a[data-v-e5300673] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header__logo a img[data-v-e5300673] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__button[data-v-e5300673] {
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
.header__button_square[data-v-e5300673] {
  display: block;
  pointer-events: all;
  width: 12rem;
  height: 12rem;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 991.98px) {
.header__button_square[data-v-e5300673] {
    width: 6rem;
    height: 6rem;
}
}
.header__button_square-gray[data-v-e5300673] {
  background-color: #424749;
}
.header__button_square-black[data-v-e5300673] {
  background-color: #2b2e2f;
}
@media (min-width: 991.98px) {
.header__menu[data-v-e5300673],
  .header__logo[data-v-e5300673] {
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.header._header-scroll .header__menu[data-v-e5300673],
  .header._header-scroll .header__logo[data-v-e5300673],
  .header._header-scroll .header__button_square[data-v-e5300673]:not(.menu__icon) {
    transform: translateY(-100%);
}
.menu-open .header .header__menu[data-v-e5300673],
  .menu-open .header .header__logo[data-v-e5300673],
  .menu-open .header .header__button_square[data-v-e5300673]:not(.menu__icon) {
    transform: translateY(0);
}
}.footer[data-v-f3dfa075] {
  padding: 4.6rem 0;
  background: #2b2e2f;
}
@media (max-width: 991.98px) {
.footer[data-v-f3dfa075] {
    padding: 4rem 0 2rem;
}
}
.footer__wrapper[data-v-f3dfa075] {
  display: flex;
}
@media (max-width: 991.98px) {
.footer__wrapper[data-v-f3dfa075] {
    flex-direction: column;
}
}
.footer__logo[data-v-f3dfa075] {
  width: 100%;
  max-width: 16.8rem;
}
@media (max-width: 991.98px) {
.footer__logo[data-v-f3dfa075] {
    order: 1;
}
}
.footer__logo a[data-v-f3dfa075] {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__logo a img[data-v-f3dfa075] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__menu[data-v-f3dfa075] {
  margin-left: 8.6rem;
}
@media (max-width: 991.98px) {
.footer__menu[data-v-f3dfa075] {
    margin-left: 0;
    margin-top: 2rem;
    order: 2;
}
}
@media (min-width: 991.98px) {
.footer__menu .menu__list[data-v-f3dfa075] {
    display: flex;
    align-items: center;
}
}
@media (min-width: 991.98px) {
.footer__menu .menu__list li[data-v-f3dfa075]:not(:last-child) {
    margin-right: 3.3rem;
}
}
@media (max-width: 991.98px) {
.footer__menu .menu__list li[data-v-f3dfa075]:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
}
.footer__menu .menu__list li a[data-v-f3dfa075] {
  display: block;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 108%;
  transition: color 0.3s ease 0s;
}
@media (max-width: 991.98px) {
.footer__menu .menu__list li a[data-v-f3dfa075] {
    padding: 2rem 0;
    font-size: 1.6rem;
}
}
@media (any-hover: hover) {
.footer__menu .menu__list li a[data-v-f3dfa075]:hover {
    color: var(--primary-color);
}
}
.footer__links[data-v-f3dfa075] {
  margin-left: 8.6rem;
  margin-right: 8.6rem;
}
@media (max-width: 991.98px) {
.footer__links[data-v-f3dfa075] {
    margin: 0;
    margin-right: 2rem;
    order: 4;
}
}
@media (min-width: 991.98px) {
.footer__links ul[data-v-f3dfa075] {
    display: flex;
    align-items: center;
}
}
@media (min-width: 991.98px) {
.footer__links ul li[data-v-f3dfa075]:not(:last-child) {
    margin-right: 3.3rem;
}
}
@media (max-width: 991.98px) {
.footer__links ul li[data-v-f3dfa075]:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
}
.footer__links ul li a[data-v-f3dfa075] {
  display: block;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 108%;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease 0s;
}
@media (max-width: 991.98px) {
.footer__links ul li a[data-v-f3dfa075] {
    padding: 2rem 0;
    font-size: 1.6rem;
}
}
@media (any-hover: hover) {
.footer__links ul li a[data-v-f3dfa075]:hover {
    color: var(--primary-color);
}
}
.footer__phone[data-v-f3dfa075] {
  margin: 0px 0px 0px auto;
  color: #f27699;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 108%;
  transition: color 0.3s ease 0s;
}
@media (max-width: 991.98px) {
.footer__phone[data-v-f3dfa075] {
    margin: 2rem 0 0;
    order: 3;
    font-size: 2.2rem;
}
}
@media (any-hover: hover) {
.footer__phone[data-v-f3dfa075]:hover {
    color: #fff;
}
}.popup[data-v-320db757] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem 1.5rem;
  transition: all 0.8s ease 0.1s;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
}
.popup[data-v-320db757]::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  z-index: 1;
}
.popup.popup_show[data-v-320db757] {
  visibility: visible;
  pointer-events: auto;
}
.popup.popup_show[data-v-320db757]::after {
  opacity: 1;
}
.popup.popup_show .popup__content[data-v-320db757] {
  transform: scale(1);
}
.popup__wrapper[data-v-320db757] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
}
.popup__close[data-v-320db757] {
  position: absolute;
  right: 3.6rem;
  top: 3.6rem;
  z-index: 10;
  width: 3.6rem;
  height: 3.6rem;
  transition: all 0.5s ease 0s;
}
@media (max-width: 991.98px) {
.popup__close[data-v-320db757] {
    right: 2rem;
    top: 2rem;
    width: 2rem;
    height: 2rem;
}
}
.popup__close svg[data-v-320db757],
.popup__close img[data-v-320db757] {
  width: 100%;
  height: 100%;
}
.popup__close img[data-v-320db757] {
  object-fit: contain;
}
@media (any-hover: hover) {
.popup__close[data-v-320db757]:hover {
    color: var(--primary-color);
    transform: rotate(180deg);
}
}
.popup__content[data-v-320db757] {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #3a3e40;
  padding: 6rem 4.5rem 4.5rem;
  width: 100%;
  max-width: 76.6rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 991.98px) {
.popup__content[data-v-320db757] {
    padding: 4rem 2rem;
}
}.hero[data-v-042f8faa] {
  height: 85rem;
  position: relative;
  margin-bottom: 6rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
.hero[data-v-042f8faa] {
    height: 46.5rem;
    margin-bottom: 0;
}
}
.hero__bg[data-v-042f8faa] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}
.hero__bg img[data-v-042f8faa] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__bg-elem[data-v-042f8faa] {
  position: absolute;
  will-change: transform;
  transition: transform 0.2s ease-out;
  pointer-events: none;
}
@media (max-width: 991.98px) {
.hero__bg-elem[data-v-042f8faa] {
    z-index: 10;
}
}
.hero__bg-elem img[data-v-042f8faa] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero__bg-elem-1[data-v-042f8faa] {
  top: 5.9%;
  left: 39.2%;
  width: 32.2rem;
  height: 25.3rem;
}
@media (max-width: 991.98px) {
.hero__bg-elem-1[data-v-042f8faa] {
    width: 9.4rem;
    height: 7.5rem;
    top: -2.5%;
    left: 68%;
}
}
.hero__bg-elem-2[data-v-042f8faa] {
  width: 30rem;
  height: 30rem;
  bottom: 25.3%;
  left: 2.7%;
}
@media (max-width: 991.98px) {
.hero__bg-elem-2[data-v-042f8faa] {
    width: 9rem;
    height: 9rem;
    bottom: 49.6%;
    left: 5.2%;
}
}
.hero__bg-elem-3[data-v-042f8faa] {
  width: 18.9rem;
  height: 19rem;
  bottom: 17%;
  left: 25.9%;
  z-index: 2;
}
@media (max-width: 991.98px) {
.hero__bg-elem-3[data-v-042f8faa] {
    width: 7.1rem;
    height: 7.1rem;
    bottom: 52%;
    left: 87%;
}
}
.hero__bg-elem-4[data-v-042f8faa] {
  width: 35.9rem;
  height: 35.6rem;
  bottom: 2.9%;
  right: 9.2%;
  z-index: -1;
}
.hero__bg-elem-4[data-v-042f8faa]::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='246' height='515' viewBox='0 0 246 515' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='20' y='420' width='173' height='95' fill='%233A3E40'/%3e%3cpath d='M133.659 445.447L245.727 443.407L193.218 413.073H96.6581L133.659 445.447Z' fill='%23525252'/%3e%3cpath d='M132.66 38.4666L132.66 444.584L0.261917 432.829L39.6075 0.553223L132.66 38.4666Z' fill='%233A3E40'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 24.5rem;
  height: 515.4rem;
  z-index: 10;
  bottom: -1.5rem;
  left: -2.4rem;
}
@media (max-width: 991.98px) {
.hero__bg-elem-4[data-v-042f8faa]::before {
    width: 5.7rem;
    height: 7.5rem;
    bottom: -1.7rem;
    left: -1rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='57' height='75' viewBox='0 0 57 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='36' height='75' fill='%233A3E40'/%3e%3cpath d='M36 0V63L57 50.877V0H36Z' fill='%23747474'/%3e%3c/svg%3e ");
}
}
@media (max-width: 991.98px) {
.hero__bg-elem-4[data-v-042f8faa] {
    width: 12.3rem;
    height: 12.8rem;
    bottom: 17.1%;
    right: 62.8%;
    z-index: -1;
}
}
.hero__text[data-v-042f8faa] {
  padding-top: 19.4rem;
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  position: relative;
}
@media (max-width: 991.98px) {
.hero__text[data-v-042f8faa] {
    padding-top: 5.3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    flex-direction: column;
    gap: 1rem;
}
}
.hero__text h1[data-v-042f8faa],
.hero__text h2[data-v-042f8faa] {
  font-weight: 900;
  font-size: 9rem;
  line-height: 108%;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
.hero__text h1[data-v-042f8faa],
  .hero__text h2[data-v-042f8faa] {
    font-size: 3.2rem;
}
}
@media (min-width: 991.98px) {
.hero__left[data-v-042f8faa] {
    padding-top: 11.3rem;
}
}
.hero__left h3[data-v-042f8faa] {
  text-align: right;
  max-width: 33rem;
  margin: 2.3rem -14.7rem 0 auto;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 107%;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991.98px) {
.hero__left h3[data-v-042f8faa] {
    font-size: 1.6rem;
    max-width: 15rem;
    position: absolute;
    right: 21.2rem;
    top: calc(100% - 3.9rem);
}
}
.hero__layers[data-v-042f8faa] {
  display: flex;
}
@media (max-width: 991.98px) {
.hero__layers[data-v-042f8faa] {
    gap: 1rem;
}
}
.hero__layer[data-v-042f8faa] {
  position: relative;
}
.hero__layer h1[data-v-042f8faa],
.hero__layer h2[data-v-042f8faa] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}
@media (max-width: 991.98px) {
.hero__layer h1[data-v-042f8faa],
  .hero__layer h2[data-v-042f8faa] {
    gap: 0;
}
}
.hero__layer h1 span[data-v-042f8faa],
.hero__layer h2 span[data-v-042f8faa] {
  display: inline-block;
}
.hero__layer--background[data-v-042f8faa] {
  color: #494e50;
}
@media (max-width: 991.98px) {
.hero__layer--background[data-v-042f8faa] {
    color: #fff;
}
}
@media (min-width: 991.98px) {
.hero__layer--background[data-v-042f8faa] {
    z-index: -1;
}
}
@media (min-width: 991.98px) {
.hero__layer--background h1 span[data-v-042f8faa]:first-child,
  .hero__layer--background h2 span[data-v-042f8faa]:first-child {
    margin-left: -46.2rem;
}
.hero__layer--background h1 span[data-v-042f8faa]:last-child,
  .hero__layer--background h2 span[data-v-042f8faa]:last-child {
    margin-left: -41rem;
}
}
.hero__layer--foreground[data-v-042f8faa] {
  color: #fff;
}
@media (max-width: 991.98px) {
.hero__layer--foreground[data-v-042f8faa] {
    color: #494e50;
}
}
@media (min-width: 991.98px) {
.hero__layer--foreground[data-v-042f8faa] {
    z-index: 1;
}
}
@media (min-width: 991.98px) {
.hero__layer--foreground h1 span[data-v-042f8faa]:first-child,
  .hero__layer--foreground h2 span[data-v-042f8faa]:first-child {
    margin-left: 0rem;
}
.hero__layer--foreground h1 span[data-v-042f8faa]:last-child,
  .hero__layer--foreground h2 span[data-v-042f8faa]:last-child {
    margin-left: 20rem;
}
}
@media (max-width: 991.98px) {
.hero__layer--foreground h1 span[data-v-042f8faa]:first-child,
  .hero__layer--foreground h2 span[data-v-042f8faa]:first-child {
    margin-left: -0.8rem;
}
}
.hero__right[data-v-042f8faa] {
  margin: -2.2rem 0rem 0rem -0.3rem;
}
@media (max-width: 991.98px) {
.hero__right[data-v-042f8faa] {
    margin: 2.2rem 0rem 0rem 8.8rem;
}
.hero__right h2[data-v-042f8faa] {
    font-size: 4.2rem;
}
}
.hero__right_body[data-v-042f8faa] {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 991.98px) {
.hero__right .arrow-btn[data-v-042f8faa] {
    margin: 5.2rem 0 0 23.4rem;
}
}
@media (max-width: 991.98px) {
.hero__right .arrow-btn[data-v-042f8faa] {
    position: absolute;
    bottom: -14rem;
    left: 50%;
    transform: translateX(-50%);
}
}
.hero__vertical[data-v-042f8faa] {
  writing-mode: vertical-rl;
  color: #f06793;
}
@media (min-width: 991.98px) {
.hero__vertical[data-v-042f8faa] {
    transform: rotate(180deg);
}
}
.hero__numbers[data-v-042f8faa] {
  display: flex;
  align-items: flex-start;
  margin-top: -0.6rem;
  margin-left: 1.1rem;
  gap: 21rem;
}
@media (max-width: 991.98px) {
.hero__numbers[data-v-042f8faa] {
    align-items: flex-end;
    margin-left: 0.6rem;
    margin-top: 0.8rem;
    gap: 0;
}
}
.hero__number[data-v-042f8faa] {
  display: flex;
  gap: 2.1rem;
}
@media (max-width: 991.98px) {
.hero__number[data-v-042f8faa] {
    align-items: flex-end;
    gap: 0;
}
}
.hero__number-list[data-v-042f8faa] {
  display: flex;
  flex-direction: column;
}
.hero__number-list li[data-v-042f8faa] {
  font-weight: 900;
  font-size: 9rem;
  line-height: 108%;
  text-transform: uppercase;
}
@media (min-width: 991.98px) {
.hero__number-list li[data-v-042f8faa]:nth-child(1) {
    color: #f06793;
}
.hero__number-list li[data-v-042f8faa]:nth-child(2) {
    color: rgba(240, 103, 147, 0.6);
    font-size: 8rem;
}
.hero__number-list li[data-v-042f8faa]:nth-child(3) {
    color: rgba(240, 103, 147, 0.2);
    font-size: 7rem;
}
.hero__number-list li[data-v-042f8faa]:nth-child(4) {
    color: rgba(240, 103, 147, 0.1);
    font-size: 5rem;
}
.hero__number-list li[data-v-042f8faa]:not(:last-child) {
    margin-bottom: 0rem;
}
}
@media (max-width: 991.98px) {
.hero__number-list li[data-v-042f8faa] {
    font-weight: 600;
    font-size: 4.2rem;
}
.hero__number-list li[data-v-042f8faa]:first-child {
    display: none;
}
.hero__number-list li[data-v-042f8faa]:nth-child(2) {
    color: #5e4750;
}
.hero__number-list li[data-v-042f8faa]:nth-child(3) {
    color: #a75772;
}
.hero__number-list li[data-v-042f8faa]:nth-child(4) {
    color: #f06793;
}
.hero__number-list li[data-v-042f8faa]:not(:last-child) {
    margin-bottom: -0.8rem;
}
}
.hero__number--foreground[data-v-042f8faa] {
  color: #f06793;
}
.hero__number--background[data-v-042f8faa] {
  color: #494e50;
}
.hero__number--background h2[data-v-042f8faa] {
  display: flex;
  gap: 1rem;
}.services[data-v-ce0335df] {
  padding: 6.7rem 0;
  position: relative;
}
@media (min-width: 991.98px) {
.services[data-v-ce0335df] {
    height: 96rem;
}
}
@media (max-width: 991.98px) {
.services[data-v-ce0335df] {
    padding: 3.8rem 0 3.2rem;
}
}
.services__bg[data-v-ce0335df] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.services__bg img[data-v-ce0335df] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
.services__bg[data-v-ce0335df] {
    display: none;
}
}
@media (min-width: 991.98px) {
.services__container[data-v-ce0335df] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
}
.services__wrapper[data-v-ce0335df] {
  position: relative;
  width: 100%;
}
@media (min-width: 991.98px) {
.services__wrapper[data-v-ce0335df] {
    max-width: 96rem;
    height: 85.3rem;
}
}
.services__block[data-v-ce0335df] {
  position: absolute;
  top: 25.2%;
  right: 40.6%;
}
@media (max-width: 991.98px) {
.services__block[data-v-ce0335df] {
    top: -14.2rem;
    right: -0.4%;
}
}
.services__block > img[data-v-ce0335df] {
  position: absolute;
  z-index: 10;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all 0.5s ease 0s;
  animation: moveCursor-ce0335df 1s linear 0s infinite;
}
@media (max-width: 991.98px) {
.services__block > img[data-v-ce0335df] {
    width: 3.3rem;
    height: 4.3rem;
}
}
.services__block:active img[data-v-ce0335df] {
  transform: translate(-50%, -50%) scale(1.1);
}
@keyframes moveCursor-ce0335df {
0% {
    transform: translate(-50%, -50%);
}
50% {
    transform: translate(-50%, -60%);
}
100% {
    transform: translate(-50%, -50%);
}
}
.services__pixel[data-v-ce0335df] {
  position: absolute;
}
.services__pxl[data-v-ce0335df] {
  width: 10.7rem;
  height: 10.6rem;
  position: absolute;
  background: #5c6366;
}
@media (max-width: 991.98px) {
.services__pxl[data-v-ce0335df] {
    width: 4.6rem;
    height: 4.6rem;
}
}
.services__pixel-top-left[data-v-ce0335df] {
  bottom: 100%;
  right: 100%;
  width: 10.7rem;
  height: 10.6rem;
}
@media (max-width: 991.98px) {
.services__pixel-top-left[data-v-ce0335df] {
    display: none;
}
}
.services__pixel-top-left .services__pxl[data-v-ce0335df]:nth-child(2) {
  bottom: 100%;
  right: 100%;
  opacity: 0;
}
.services__pixel-top-right[data-v-ce0335df] {
  bottom: 100%;
  left: 100%;
  width: 10.7rem;
  height: 10.6rem;
}
@media (max-width: 991.98px) {
.services__pixel-top-right[data-v-ce0335df] {
    display: none;
}
}
.services__pixel-top-right .services__pxl[data-v-ce0335df]:nth-child(2) {
  bottom: 100%;
  left: 100%;
  opacity: 0;
}
.services__pixel-top-right .services__pxl[data-v-ce0335df]:nth-child(3) {
  bottom: 0;
  left: 200%;
  opacity: 0;
}
.services__pixel-bottom-right[data-v-ce0335df] {
  top: 100%;
  left: 100%;
  width: 10.7rem;
  height: 10.6rem;
}
@media (max-width: 991.98px) {
.services__pixel-bottom-right[data-v-ce0335df] {
    display: none;
}
}
.services__pixel-bottom-right .services__pxl[data-v-ce0335df]:nth-child(2) {
  top: 100%;
  left: 100%;
  opacity: 0;
}
.services__pixel-bottom-right .services__pxl[data-v-ce0335df]:nth-child(3) {
  top: 200%;
  left: 200%;
  opacity: 0;
}
.services__pixel-bottom-left[data-v-ce0335df] {
  top: 100%;
  right: 100%;
  width: 10.7rem;
  height: 10.6rem;
}
@media (max-width: 991.98px) {
.services__pixel-bottom-left[data-v-ce0335df] {
    display: none;
}
}
.services__pixel-bottom-left .services__pxl[data-v-ce0335df]:nth-child(2) {
  top: 100%;
  right: 100%;
  opacity: 0;
}
.services__pixel-bottom-left .services__pxl[data-v-ce0335df]:nth-child(3) {
  top: 200%;
  right: 200%;
  opacity: 0;
}
.services__pixel-center[data-v-ce0335df] {
  width: 32rem;
  height: 32rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 991.98px) {
.services__pixel-center[data-v-ce0335df] {
    width: 13.9rem;
    height: 13.7rem;
}
}
.services__pixel-center .services__pxl[data-v-ce0335df] {
  background: #f06793;
}
.services__pixel-center .services__pxl[data-v-ce0335df]:nth-child(1) {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.services__pixel-center .services__pxl[data-v-ce0335df]:nth-child(2) {
  top: 0;
  transform: translateX(-50%);
  left: 50%;
}
.services__pixel-center .services__pxl[data-v-ce0335df]:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.services__pixel-center .services__pxl[data-v-ce0335df]:nth-child(4) {
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 991.98px) {
.spollers[data-v-ce0335df] {
    margin-top: 5.4rem;
}
}
@media (max-width: 991.98px) {
.spollers__item[data-v-ce0335df]:not(:last-child) {
    margin-bottom: 0.95rem;
}
}
@media (min-width: 991.98px) {
.spollers__item:nth-child(1) .spollers__title[data-v-ce0335df] {
    bottom: 27.2%;
    left: -36.7%;
}
.spollers__item:nth-child(2) .spollers__title[data-v-ce0335df] {
    top: 39.5%;
    left: -13.1%;
}
.spollers__item:nth-child(3) .spollers__title[data-v-ce0335df] {
    top: 19.3%;
    left: -20.3%;
}
.spollers__item:nth-child(4) .spollers__title[data-v-ce0335df] {
    left: 33%;
    top: 13.6%;
}
.spollers__item:nth-child(5) .spollers__title[data-v-ce0335df] {
    right: 6.2%;
    top: 39.5%;
}
.spollers__item:nth-child(6) .spollers__title[data-v-ce0335df] {
    bottom: 13.5%;
    left: 47.7%;
}
.spollers__item:nth-child(7) .spollers__title[data-v-ce0335df] {
    bottom: 25.3%;
    left: 36.8%;
}
}
.spollers__title[data-v-ce0335df] {
  font-weight: 900;
  font-size: 6.2rem;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: transparent;
  transition: color 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 991.98px) {
.spollers__title[data-v-ce0335df] {
    z-index: 9;
    position: absolute;
}
}
@media (max-width: 991.98px) {
.spollers__title[data-v-ce0335df] {
    font-size: 3.4rem;
    width: 100%;
}
.spollers__title[data-v-ce0335df]::after {
    content: "";
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 29L24 21L32 29' stroke='white' stroke-width='1.5'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(180deg);
    transition: transform 0.3s ease 0s;
}
}
.spollers__title._spoller-active[data-v-ce0335df] {
  color: #fff;
}
.spollers__title._spoller-active[data-v-ce0335df]::after {
  transform: rotate(0deg);
}
@media (min-width: 991.98px) {
.spollers__body[data-v-ce0335df] {
    position: absolute;
    top: 20.6%;
    left: -66.6%;
    max-width: 30rem;
    opacity: 0;
}
}
@media (max-width: 991.98px) {
.spollers__body[data-v-ce0335df] {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
}
}
@keyframes rotate-bounce-ce0335df {
0% {
    transform: rotate(0deg);
}
60% {
    transform: rotate(200deg);
}
80% {
    transform: rotate(170deg);
}
100% {
    transform: rotate(180deg);
}
}
.services__pixel-center.spin[data-v-ce0335df] {
  animation: rotate-bounce-ce0335df 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.services__pxl[data-v-ce0335df] {
  transition: opacity 0.3s, transform 0.3s;
}
.services__pxl.visible[data-v-ce0335df] {
  opacity: 1 !important;
  transform: scale(1);
}
@media (min-width: 991.98px) {
.spollers__item.active .spollers__title[data-v-ce0335df] {
    color: #fff;
}
.spollers__item.active .spollers__body[data-v-ce0335df] {
    opacity: 1;
    transition: opacity 0.4s ease 0.2s;
}
}.case[data-v-cc1a5987] {
  position: relative;
  padding: 9rem 0 0;
  margin-top: 1.5rem;
}
@media (min-width: 991.98px) {
.case[data-v-cc1a5987] {
    height: 100.4rem;
    overflow: hidden;
}
}
@media (max-width: 991.98px) {
.case[data-v-cc1a5987] {
    padding: 3.6rem 0 5.9rem;
}
}
@media (min-width: 991.98px) {
.case .section-header[data-v-cc1a5987] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}
.case__bg[data-v-cc1a5987] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.case__bg img[data-v-cc1a5987] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case__bg-elem[data-v-cc1a5987] {
  position: absolute;
  z-index: 10;
  will-change: transform;
  transition: transform 0.2s ease-out;
  pointer-events: none;
}
@media (min-width: 991.98px) {
.case__bg-elem-1[data-v-cc1a5987] {
    width: 18.9rem;
    height: 19rem;
    top: 31.7rem;
    right: 10.3rem;
}
}
@media (max-width: 991.98px) {
.case__bg-elem-1[data-v-cc1a5987] {
    width: 11.7rem;
    height: 11.7rem;
    bottom: -7rem;
    right: 0.6rem;
}
}
.case__bg-elem img[data-v-cc1a5987] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case__container[data-v-cc1a5987] {
  height: 100%;
}
.case__block[data-v-cc1a5987] {
  position: relative;
  height: 100%;
}
.case__navigation[data-v-cc1a5987] {
  display: flex;
  gap: 1.2rem;
}
@media (min-width: 991.98px) {
.case__navigation[data-v-cc1a5987] {
    margin-right: 14.7rem;
}
}
@media (max-width: 991.98px) {
.case__navigation[data-v-cc1a5987] {
    padding: 4rem 2rem 2rem;
    margin: -2rem;
    overflow-y: hidden;
    overflow-x: auto;
}
.case__navigation[data-v-cc1a5987]::-webkit-scrollbar {
    width: 0;
    height: 0;
}
}
.case__title[data-v-cc1a5987] {
  padding: 1.9rem 2.3rem;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 108%;
  text-transform: uppercase;
  background-color: #2b2e2f;
  transition: background-color 0.3s ease 0s;
  transition: all 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  transform: translateX(-100%);
}
.case__title--animated[data-v-cc1a5987] {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 991.98px) {
.case__title[data-v-cc1a5987] {
    font-size: 1.8rem;
    padding: 1.5rem 2.3rem;
    flex: 0 0 auto;
    white-space: nowrap;
}
}
.case__title._tab-active[data-v-cc1a5987] {
  background-color: #f06793;
}
@media (any-hover: hover) {
.case__title[data-v-cc1a5987]:hover {
    background-color: #f06793;
}
}
.case__wrapper[data-v-cc1a5987] {
  padding: 3.4rem 0 6.5rem;
  position: relative;
}
@media (min-width: 991.98px) {
.case__wrapper[data-v-cc1a5987] {
    height: 72rem;
}
}
@media (max-width: 991.98px) {
.case__wrapper[data-v-cc1a5987] {
    padding: 4.4rem 0 0;
}
}
@media (min-width: 991.98px) {
.case__wrapper[data-v-cc1a5987]::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 12rem;
    z-index: -1;
    background-color: #f06793;
    top: 46.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}
.case__slider[data-v-cc1a5987] {
  overflow: visible;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: block;
}
@media (min-width: 991.98px) {
.case__slider[data-v-cc1a5987] {
    height: 72rem;
    max-width: 120rem;
}
}
@media (max-width: 991.98px) {
.case__slide[data-v-cc1a5987] {
    max-width: 50rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
}
.case__item[data-v-cc1a5987] {
  width: 24rem;
  height: 24rem;
  aspect-ratio: 1/1;
  transition: all 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
  z-index: 1;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: translateX(-100%);
}
.case__item--animated[data-v-cc1a5987] {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 991.98px) {
.case__item[data-v-cc1a5987] {
    position: absolute;
}
}
@media (max-width: 991.98px) {
.case__item[data-v-cc1a5987] {
    width: auto;
    height: auto;
}
.case__item[data-v-cc1a5987]:nth-child(6n+1) {
    grid-column: 1/2;
    grid-row: 1/2;
}
.case__item[data-v-cc1a5987]:nth-child(6n+2) {
    grid-column: 2/3;
    grid-row: 1/2;
}
.case__item[data-v-cc1a5987]:nth-child(6n+3) {
    grid-column: 2/3;
    grid-row: 2/3;
}
.case__item[data-v-cc1a5987]:nth-child(6n+4) {
    grid-column: 1/3;
    grid-row: 3/5;
}
.case__item[data-v-cc1a5987]:nth-child(6n+5) {
    grid-column: 1/2;
    grid-row: 5/6;
}
.case__item[data-v-cc1a5987]:nth-child(6n+6) {
    grid-column: 2/3;
    grid-row: 6/7;
}
}
.case__item[data-v-cc1a5987]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.case__item[data-v-cc1a5987]:nth-child(1)::before {
  background: rgba(210, 45, 79, 0.8);
}
.case__item[data-v-cc1a5987]:nth-child(2)::before {
  background: rgba(209, 23, 15, 0.8);
}
.case__item[data-v-cc1a5987]:nth-child(3)::before {
  background: rgba(223, 158, 38, 0.8);
}
.case__item[data-v-cc1a5987]:nth-child(4)::before {
  background: rgba(29, 55, 108, 0.8);
}
.case__item[data-v-cc1a5987]:nth-child(5)::before {
  background: rgba(29, 55, 108, 0.8);
}
.case__item[data-v-cc1a5987]:nth-child(6)::before {
  background: rgba(209, 23, 15, 0.8);
}
@media (min-width: 991.98px) {
.case__item[data-v-cc1a5987]:nth-child(1) {
    top: 24rem;
    left: 0rem;
}
.case__item[data-v-cc1a5987]:nth-child(2) {
    top: 24rem;
    left: 24rem;
}
.case__item[data-v-cc1a5987]:nth-child(3) {
    top: 24rem;
    left: 48rem;
    width: 24rem;
    height: 24rem;
}
.case__item[data-v-cc1a5987]:nth-child(4) {
    top: 24rem;
    left: 96rem;
}
.case__item[data-v-cc1a5987]:nth-child(5) {
    top: 48rem;
    left: 24rem;
}
.case__item[data-v-cc1a5987]:nth-child(6) {
    top: 48rem;
    left: 72rem;
}
}
@media (min-width: 991.98px) {
.hover-1.swiper-slide-active .case__item[data-v-cc1a5987]:nth-child(1) {
    top: 0rem;
    left: 0rem;
    width: 48rem;
    height: 48rem;
}
.hover-1.swiper-slide-active .case__item[data-v-cc1a5987]:nth-child(2) {
    top: 24rem;
    left: 48rem;
}
.hover-1.swiper-slide-active .case__item[data-v-cc1a5987]:nth-child(3) {
    top: 24rem;
    left: 72rem;
    width: 24rem;
    height: 24rem;
}
.hover-2.swiper-slide-active .case__item[data-v-cc1a5987]:nth-child(2) {
    top: 0rem;
    left: 24rem;
    width: 48rem;
    height: 48rem;
}
.hover-2.swiper-slide-active .case__item[data-v-cc1a5987]:nth-child(3) {
    top: 24rem;
    left: 72rem;
    width: 24rem;
    height: 24rem;
}
.hover-3.swiper-slide-active .case__item[data-v-cc1a5987]:nth-child(3) {
    top: 0rem;
    left: 48rem;
    width: 48rem;
    height: 48rem;
}
.hover-4.swiper-slide-active .case__item[data-v-cc1a5987]:nth-child(4) {
    top: 0rem;
    left: 72rem;
    width: 48rem;
    height: 48rem;
}
.hover-4.swiper-slide-active .case__item[data-v-cc1a5987]:nth-child(3) {
    top: 24rem;
    left: 48rem;
    width: 24rem;
    height: 24rem;
}
.hover-5.swiper-slide-active .case__item[data-v-cc1a5987]:nth-child(5) {
    top: 24rem;
    left: 0rem;
    width: 48rem;
    height: 48rem;
}
.hover-5.swiper-slide-active .case__item[data-v-cc1a5987]:nth-child(1) {
    top: 0rem;
}
.hover-5.swiper-slide-active .case__item[data-v-cc1a5987]:nth-child(2) {
    top: 0rem;
}
.hover-6.swiper-slide-active .case__item[data-v-cc1a5987]:nth-child(6) {
    top: 24rem;
    left: 48rem;
    width: 48rem;
    height: 48rem;
}
.hover-6.swiper-slide-active .case__item[data-v-cc1a5987]:nth-child(3) {
    top: 0rem;
    left: 72rem;
    width: 24rem;
    height: 24rem;
}
}
@media (min-width: 991.98px) and (any-hover: hover) {
.case__item[data-v-cc1a5987]:hover::before {
    opacity: 0;
    visibility: hidden;
}
.case__item:hover .case__desc[data-v-cc1a5987] {
    opacity: 0;
    visibility: hidden;
}
}
.case__link[data-v-cc1a5987] {
  display: block;
  width: 100%;
  height: 100%;
}
.case__img[data-v-cc1a5987] {
  width: 100%;
  height: 100%;
}
.case__img img[data-v-cc1a5987] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case__desc[data-v-cc1a5987] {
  position: absolute;
  padding: 2rem 2.4rem;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
.case__desc[data-v-cc1a5987] {
    padding: 1.2rem 1.6rem;
}
}
.case__desc h5[data-v-cc1a5987] {
  margin-top: 0.8rem;
}
.case__action[data-v-cc1a5987] {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 991.98px) {
.case__action[data-v-cc1a5987] {
    display: none;
}
}
.case__buttons[data-v-cc1a5987] {
  display: flex;
  gap: 2rem;
}
.case__download[data-v-cc1a5987] {
  margin-bottom: 3rem;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 110%;
  letter-spacing: 0.02em;
  max-width: 18.7rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
.case__download[data-v-cc1a5987]:hover {
    color: var(--primary-color);
}
}
.case__download svg[data-v-cc1a5987] {
  flex-shrink: 0;
}
.case__btn[data-v-cc1a5987] {
  width: 100%;
  margin-top: 2.7rem;
}
@media (min-width: 991.98px) {
.case__btn[data-v-cc1a5987] {
    display: none;
}
}
.case__btn .btn[data-v-cc1a5987] {
  width: 100%;
}
.case__loading[data-v-cc1a5987] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case__loading img[data-v-cc1a5987] {
  width: 36px;
  animation: animationLoader-cc1a5987 0.7s linear infinite;
}
@keyframes animationLoader-cc1a5987 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@media (max-width: 991.98px) {
.case__slider--mobile[data-v-cc1a5987] {
    display: block !important;
}
}.team[data-v-078d5ab2] {
  position: relative;
  padding: 9rem 0 10.5rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
.team[data-v-078d5ab2] {
    padding: 1.4rem 0 6.6rem;
}
}
.team__bg[data-v-078d5ab2] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.team__bg img[data-v-078d5ab2] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__bg-elem[data-v-078d5ab2] {
  position: absolute;
  z-index: 10;
  will-change: transform;
  transition: transform 0.2s ease-out;
  pointer-events: none;
}
@media (min-width: 991.98px) {
.team__bg-elem-1[data-v-078d5ab2] {
    width: 30.9rem;
    height: 30.7rem;
    top: 23.3rem;
    left: 4.8rem;
}
}
@media (max-width: 991.98px) {
.team__bg-elem-1[data-v-078d5ab2] {
    display: none;
}
}
.team__bg-elem img[data-v-078d5ab2] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.team__block[data-v-078d5ab2] {
  position: relative;
}
.team__wrapper[data-v-078d5ab2] {
  position: relative;
}
@media (max-width: 991.98px) {
.team__wrapper[data-v-078d5ab2] {
    margin-top: 3.8rem;
}
}
@media (min-width: 991.98px) {
.team__wrapper[data-v-078d5ab2] {
    margin-top: -0.9rem;
}
.team__wrapper[data-v-078d5ab2]::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 12rem;
    z-index: -1;
    background-color: #f06793;
    top: 41.7%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}
.team__slider[data-v-078d5ab2] {
  overflow: visible;
}
@media (min-width: 991.98px) {
.team__slider[data-v-078d5ab2] {
    max-width: 120rem;
    margin: 0 auto;
}
}
.team__slide[data-v-078d5ab2] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (min-width: 991.98px) {
.team__slide[data-v-078d5ab2] {
    grid-template-rows: repeat(3, 1fr);
    height: 72rem;
}
}
@media (max-width: 991.98px) {
.team__slide[data-v-078d5ab2] {
    grid-template-columns: repeat(2, 1fr);
}
}
.team__item[data-v-078d5ab2] {
  transition: all 0.3s ease;
  align-self: end;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform-origin: left bottom;
}
@media (max-width: 991.98px) {
.team__item[data-v-078d5ab2] {
    min-height: 27rem;
}
.team__item[data-v-078d5ab2]:nth-child(3), .team__item[data-v-078d5ab2]:nth-child(6) {
    grid-column: 1/3;
}
}
.team__item[data-v-078d5ab2]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
.team__item[data-v-078d5ab2]::before {
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 70%);
    opacity: 1;
    visibility: visible;
}
}
@media (min-width: 991.98px) {
.team__item[data-v-078d5ab2] {
    aspect-ratio: 1/1;
    width: 24rem;
}
.team__item.active[data-v-078d5ab2]::before {
    opacity: 1;
    visibility: visible;
}
}
@media (min-width: 991.98px) and (any-hover: hover) {
.team__item:hover .team__desc[data-v-078d5ab2] {
    opacity: 1;
    visibility: visible;
}
.team__item[data-v-078d5ab2]:hover::before {
    opacity: 1;
    visibility: visible;
}
}
@media (min-width: 991.98px) {
.hover-1.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(1), .hover-6.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3;
    width: 48rem;
}
.hover-1.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(2), .hover-6.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(2) {
    grid-row: 1/2;
    grid-column: 3/4;
}
.hover-1.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(3), .hover-6.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(3) {
    grid-row: 1/2;
    grid-column: 4/5;
}
.hover-1.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(4), .hover-6.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(4) {
    grid-column: 5/6;
    grid-row: 1/3;
    margin-bottom: 25.3%;
}
.hover-1.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(5), .hover-6.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/4;
}
.hover-1.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(6), .hover-6.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(6) {
    grid-column: 3/5;
    grid-row: 2/4;
    width: 48rem;
}
.hover-2.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(1), .hover-5.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(1) {
    grid-row: 1/2;
}
.hover-2.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(2), .hover-5.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(2) {
    grid-row: 1/3;
    grid-column: 3/5;
    width: 48rem;
}
.hover-2.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(3), .hover-5.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(3) {
    grid-row: 1/3;
    grid-column: 5/6;
}
.hover-2.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(4), .hover-5.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(4) {
    grid-column: 4/5;
    grid-row: 3/4;
}
.hover-2.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(5), .hover-5.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(5) {
    grid-column: 1/3;
    grid-row: 2/4;
    width: 48rem;
}
.hover-2.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(6), .hover-5.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(6) {
    grid-column: 3/4;
    grid-row: 3/4;
}
.hover-3.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(1), .hover-4.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(1) {
    grid-row: 2/3;
}
.hover-3.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(2), .hover-4.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(2) {
    grid-row: 2/3;
}
.hover-3.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(3), .hover-4.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(3) {
    grid-row: 1/3;
    grid-column: 3/5;
    width: 48rem;
}
.hover-3.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(4), .hover-4.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(4) {
    grid-column: 5/6;
    grid-row: 1/3;
    width: 48rem;
    margin-right: -100%;
    margin-bottom: -25.3%;
}
.hover-3.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(5), .hover-4.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/4;
}
.hover-3.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(6), .hover-4.swiper-slide-active .team__item[data-v-078d5ab2]:nth-child(6) {
    grid-column: 4/5;
    grid-row: 3/4;
}
}
.team__img[data-v-078d5ab2] {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
.team__img[data-v-078d5ab2] {
    position: absolute;
    top: 0;
    left: 0;
}
}
.team__img img[data-v-078d5ab2] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 991.98px) {
.team__img img[data-v-078d5ab2] {
    filter: grayscale(0);
    transition: filter 0.3s ease 0s;
}
.active .team__img img[data-v-078d5ab2] {
    filter: grayscale(1);
}
}
.team__desc[data-v-078d5ab2] {
  padding: 2rem 2.4rem;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
.team__desc[data-v-078d5ab2] {
    bottom: 0;
    top: auto;
}
}
.team__desc h4[data-v-078d5ab2] {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0 0.8rem;
}
.team__desc h4 span[data-v-078d5ab2] {
  display: inline-block;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}
.team__desc h5[data-v-078d5ab2] {
  margin-top: 0.8rem;
}
@media (max-width: 991.98px) {
.team__desc[data-v-078d5ab2] {
    padding: 1.2rem 1.6rem;
}
}
@media (min-width: 991.98px) {
.team__desc[data-v-078d5ab2] {
    opacity: 0;
    visibility: hidden;
}
.active .team__desc[data-v-078d5ab2] {
    opacity: 1;
    visibility: visible;
}
}
.team__action[data-v-078d5ab2] {
  position: absolute;
  bottom: 0;
  left: -2.4%;
}
@media (max-width: 991.98px) {
.team__action[data-v-078d5ab2] {
    display: none;
}
}
.team__buttons[data-v-078d5ab2] {
  display: flex;
  gap: 2rem;
}
.team__btn[data-v-078d5ab2] {
  width: 100%;
  margin-top: 2.4rem;
}
@media (min-width: 991.98px) {
.team__btn[data-v-078d5ab2] {
    display: none;
}
}
.team__btn .btn[data-v-078d5ab2] {
  width: 100%;
}
@media (max-width: 991.98px) {
.team__slider--mobile[data-v-078d5ab2] {
    display: block !important;
}
}.thanks[data-v-bd46ce87] {
  position: relative;
  padding: 10.4rem 0 36.3rem;
  margin: -4rem 0 -8.7rem;
}
@media (max-width: 991.98px) {
.thanks[data-v-bd46ce87] {
    padding: 3.6rem 0 2.4rem;
    margin: 0;
}
}
.thanks__bg[data-v-bd46ce87] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
.thanks__bg[data-v-bd46ce87] {
    display: none;
}
}
.thanks__bg img[data-v-bd46ce87] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thanks__bg-elem[data-v-bd46ce87] {
  position: absolute;
  pointer-events: none;
  z-index: 10;
}
.thanks__bg-elem img[data-v-bd46ce87] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thanks__bg-elem-1[data-v-bd46ce87] {
  width: 37rem;
  height: 37rem;
  top: 8%;
  right: 6.6%;
}
@media (max-width: 991.98px) {
.thanks__bg-elem-1[data-v-bd46ce87] {
    width: 15rem;
    height: 15rem;
    top: auto;
    bottom: -5.5%;
    right: 0;
}
}
.thanks__wrapper[data-v-bd46ce87] {
  margin-top: 14.3rem;
  position: relative;
}
@media (max-width: 991.98px) {
.thanks__wrapper[data-v-bd46ce87] {
    margin-top: 10rem;
}
}
.thanks__slider[data-v-bd46ce87] {
  padding: 10rem 0;
  margin: -10rem 0;
}
@media (max-width: 991.98px) {
.thanks__slider[data-v-bd46ce87] {
    overflow: visible;
    margin: 0;
    padding: 0;
}
}
@media (min-width: 991.98px) {
.thanks__slide[data-v-bd46ce87]:nth-child(even) {
    transform: translateY(-9.1rem);
}
}
@media (max-width: 991.98px) {
.thanks__slide[data-v-bd46ce87]:nth-child(7n+1) {
    width: 24.7rem;
    height: 35.7rem;
}
.thanks__slide[data-v-bd46ce87]:nth-child(7n+2) {
    width: 16.2rem;
    height: 23.7rem;
}
.thanks__slide[data-v-bd46ce87]:nth-child(7n+3) {
    width: 16.3rem;
    height: 23.7rem;
    margin-top: 6rem;
}
.thanks__slide[data-v-bd46ce87]:nth-child(7n+4) {
    margin-top: 1.6rem;
    width: 12.2rem;
    height: 17.7rem;
}
.thanks__slide[data-v-bd46ce87]:nth-child(7n+5) {
    margin-top: -7.4rem;
    width: 24.6rem;
    height: 35.8rem;
}
.thanks__slide[data-v-bd46ce87]:nth-child(7n+6) {
    margin-top: -4rem;
    width: 28.2rem;
    height: 40.9rem;
}
.thanks__slide[data-v-bd46ce87]:nth-child(7n+7) {
    margin-top: 3.2rem;
    width: 19.6rem;
    height: 28.4rem;
}
}
.thanks__slide a[data-v-bd46ce87] {
  width: 100%;
  height: 100%;
  display: block;
}
.thanks__slide a img[data-v-bd46ce87] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thanks__action[data-v-bd46ce87] {
  position: absolute;
  bottom: -16.4%;
  right: 0;
}
@media (max-width: 991.98px) {
.thanks__action[data-v-bd46ce87] {
    display: none;
}
}
.thanks__buttons[data-v-bd46ce87] {
  display: flex;
  gap: 3rem;
}.marker-class {
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  transform: translate(-50%, -50%);
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.marker-class::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid var(--primary-color);
  border-radius: inherit;
  width: 150%;
  height: 150%;
  animation: markerscale 3s linear infinite;
}
@keyframes markerscale {
0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
}
100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
}
}
.custom-popup {
  background: #fff;
  padding: 0.8rem 1.2rem;
  width: 20rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transform: translate(-50%, -130%);
  position: relative;
  pointer-events: auto;
  color: #000;
  font-weight: 300;
  font-size: 1.4rem;
}.contact[data-v-4a9454ad] {
  position: relative;
  padding: 12rem 0 18.9rem;
}
@media (max-width: 991.98px) {
.contact[data-v-4a9454ad] {
    padding: 5.7rem 0 3.2rem;
}
}
.contact__bg[data-v-4a9454ad] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
.contact__bg[data-v-4a9454ad] {
    display: none;
}
}
.contact__bg img[data-v-4a9454ad] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact__wrapper[data-v-4a9454ad] {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 991.98px) {
.contact__wrapper[data-v-4a9454ad] {
    flex-direction: column;
    padding-bottom: 12.2rem;
}
}
.contact__desc[data-v-4a9454ad] {
  width: 100%;
}
@media (min-width: 991.98px) {
.contact__desc[data-v-4a9454ad] {
    max-width: 68.7rem;
    margin-right: 15.6rem;
}
}
@media (min-width: 991.98px) {
.contact__desc .btn[data-v-4a9454ad] {
    margin-top: 6.4rem;
}
}
@media (max-width: 991.98px) {
.contact__desc .btn[data-v-4a9454ad] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.contact__desc .btn__text[data-v-4a9454ad] {
    font-size: 2.1rem;
    padding: 3.2rem 3rem;
}
}
.contact__list[data-v-4a9454ad] {
  margin-top: 5.1rem;
}
@media (min-width: 991.98px) {
.contact__list[data-v-4a9454ad] {
    max-width: 46.4rem;
}
}
@media (max-width: 991.98px) {
.contact__list[data-v-4a9454ad] {
    margin-top: 3.6rem;
}
}
.contact__list li[data-v-4a9454ad] {
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 135%;
  letter-spacing: 0.02em;
}
@media (max-width: 991.98px) {
.contact__list li[data-v-4a9454ad] {
    font-weight: 300;
    font-size: 1.6rem;
}
}
.contact__list li[data-v-4a9454ad]:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media (max-width: 991.98px) {
.contact__list li[data-v-4a9454ad]:not(:last-child) {
    margin-bottom: 1.2rem;
}
}
.contact__list li[data-v-4a9454ad]:last-child {
  margin-top: 3.5rem;
}
@media (max-width: 991.98px) {
.contact__list li[data-v-4a9454ad]:last-child {
    margin-top: 1.8rem;
}
}
.contact__list li a[data-v-4a9454ad] {
  font-weight: 300;
  font-size: 4.4rem;
  line-height: 108%;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.3s ease 0s;
}
@media (max-width: 991.98px) {
.contact__list li a[data-v-4a9454ad] {
    font-size: 2.2rem;
}
}
@media (any-hover: hover) {
.contact__list li a[data-v-4a9454ad]:hover {
    color: var(--primary-color);
}
}
.contact__list li a[href^="tel:"][data-v-4a9454ad] {
  font-size: 4.4rem;
  color: #f27699;
}
@media (max-width: 991.98px) {
.contact__list li a[href^="tel:"][data-v-4a9454ad] {
    font-size: 2.6rem;
}
}
@media (any-hover: hover) {
.contact__list li a[href^="tel:"][data-v-4a9454ad]:hover {
    color: #fff;
}
}
.contact__picture[data-v-4a9454ad] {
  position: relative;
  margin-top: 5.3rem;
}
@media (max-width: 991.98px) {
.contact__picture[data-v-4a9454ad] {
    margin-top: 3.2rem;
}
}
@media (any-hover: hover) {
.contact__picture:hover .contact__img-front[data-v-4a9454ad] {
    transform: scale(1.5);
    opacity: 0;
}
}
.contact__map[data-v-4a9454ad] {
  width: 59.6rem;
  height: 59.6rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
.contact__map[data-v-4a9454ad] {
    width: 32rem;
    height: 32rem;
}
}
.contact__bg-elem[data-v-4a9454ad] {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.contact__bg-elem-1[data-v-4a9454ad] {
  width: 42.1rem;
  height: 42.1rem;
  top: -34%;
  right: -30%;
}
@media (max-width: 991.98px) {
.contact__bg-elem-1[data-v-4a9454ad] {
    width: 20.4rem;
    height: 20.4rem;
    top: -27%;
    right: -20%;
}
}.case-detail[data-v-70c9d5c5] {
  padding: 4.9rem 0 14.9rem;
  position: relative;
}
@media (min-width: 991.98px) {
.case-detail .section-header[data-v-70c9d5c5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}
@media (max-width: 991.98px) {
.case-detail[data-v-70c9d5c5] {
    padding-bottom: 5rem;
}
}
.case-detail__bg[data-v-70c9d5c5] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
.case-detail__bg[data-v-70c9d5c5] {
    display: none;
}
}
.case-detail__bg img[data-v-70c9d5c5] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-detail__container[data-v-70c9d5c5] {
  height: 100%;
}
.case-detail__block[data-v-70c9d5c5] {
  position: relative;
  height: 100%;
}
.case-detail__navigation[data-v-70c9d5c5] {
  display: flex;
  gap: 1.2rem;
}
@media (min-width: 991.98px) {
.case-detail__navigation[data-v-70c9d5c5] {
    margin-right: 14.7rem;
}
}
@media (max-width: 991.98px) {
.case-detail__navigation[data-v-70c9d5c5] {
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}
}
.case-detail__title[data-v-70c9d5c5] {
  padding: 1.9rem 2.3rem;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 108%;
  text-transform: uppercase;
  background-color: #2b2e2f;
  transition: background-color 0.3s ease 0s;
}
@media (max-width: 991.98px) {
.case-detail__title[data-v-70c9d5c5] {
    font-size: 1.6rem;
    padding: 1.1rem 1.4rem;
    white-space: nowrap;
    flex: 1 1 calc(33.33333% - 3rem);
}
}
.case-detail__title._tab-active[data-v-70c9d5c5] {
  background-color: #f06793;
}
@media (any-hover: hover) {
.case-detail__title[data-v-70c9d5c5]:hover {
    background-color: #f06793;
}
}
.case-detail__wrapper[data-v-70c9d5c5] {
  margin-top: 9rem;
}
@media (max-width: 991.98px) {
.case-detail__wrapper[data-v-70c9d5c5] {
    margin-top: 3rem;
}
}
.case-detail__slide[data-v-70c9d5c5] {
  min-height: 1px;
  height: auto;
}
.case-detail__item[data-v-70c9d5c5] {
  display: flex;
  gap: 6rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
.case-detail__item[data-v-70c9d5c5] {
    flex-direction: column;
    gap: 2rem;
}
}
.case-detail__img[data-v-70c9d5c5] {
  width: 100%;
  height: 100%;
  max-width: 108.2rem;
  max-height: 63rem;
  padding-left: 6rem;
}
@media (max-width: 991.98px) {
.case-detail__img[data-v-70c9d5c5] {
    padding-left: 1.8rem;
    max-height: 18.7rem;
}
}
.case-detail__img img[data-v-70c9d5c5] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 63rem;
}
@media (max-width: 991.98px) {
.case-detail__img img[data-v-70c9d5c5] {
    max-height: 18.7rem;
}
}
.case-detail__logo[data-v-70c9d5c5] {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.4rem;
  height: 12.4rem;
  font-size: 1.6rem;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
.case-detail__logo[data-v-70c9d5c5] {
    width: 3.7rem;
    height: 3.7rem;
}
}
.case-detail__logo img[data-v-70c9d5c5] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-detail__desc[data-v-70c9d5c5] {
  width: 100%;
  max-width: 51.5rem;
}
@media (max-width: 991.98px) {
.case-detail__desc[data-v-70c9d5c5] {
    margin-top: 12.4rem;
}
}
.case-detail__desc h3[data-v-70c9d5c5] {
  font-weight: 700;
  font-size: 6rem;
  line-height: 108%;
  text-transform: uppercase;
  color: #f27699;
}
@media (max-width: 991.98px) {
.case-detail__desc h3[data-v-70c9d5c5] {
    font-size: 3rem;
}
}
.case-detail__desc h4[data-v-70c9d5c5] {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: unset;
}
@media (max-width: 991.98px) {
.case-detail__desc h4[data-v-70c9d5c5] {
    font-size: 2rem;
}
}
.case-detail__desc h6[data-v-70c9d5c5] {
  font-weight: 300;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: unset;
  margin-top: 0.9rem;
}
@media (max-width: 991.98px) {
.case-detail__desc h6[data-v-70c9d5c5] {
    font-size: 1.6rem;
}
}
.case-detail__part[data-v-70c9d5c5]:not(:last-child) {
  margin-bottom: 2.8rem;
}
@media (max-width: 991.98px) {
.case-detail__part[data-v-70c9d5c5]:not(:last-child) {
    margin-bottom: 1.4rem;
}
}
.case-detail__list[data-v-70c9d5c5] {
  margin-top: 4.2rem;
}
.case-detail__list ul[data-v-70c9d5c5] {
  display: flex;
  gap: 6rem;
}
.case-detail__action[data-v-70c9d5c5] {
  position: absolute;
  bottom: -6.5rem;
  left: 2.5rem;
  z-index: 10;
}
@media (min-width: 991.98px) {
.case-detail__action[data-v-70c9d5c5] {
    top: auto !important;
}
}
@media (max-width: 991.98px) {
.case-detail__action[data-v-70c9d5c5] {
    left: 0;
    top: 43rem;
    bottom: auto;
}
}
.case-detail__buttons[data-v-70c9d5c5] {
  display: flex;
  gap: 2rem;
}
@media (max-width: 991.98px) {
.case-detail__buttons[data-v-70c9d5c5] {
    gap: 1rem;
}
}html.lock {
  overflow: hidden !important;
  touch-action: none !important;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper.no-overflow {
  overflow: unset !important;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding-left: 12rem;
  padding-right: 12rem;
}
@media (max-width: 1439.98px) {
  [class*=__container] {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991.98px) {
  [class*=__container] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}

:root {
  --bg-color: #3a3e40;
  --font-color: #fff;
  --primary-color: #f06793;
  --second-color: #494e50;
  --white: #fff;
  --dark: #2b2e2f;
  --white-80: rgba(255, 255, 255, 0.8);
  --primary-font: "Winston", sans-serif;
}

@font-face {
  font-family: "Winston";
  src: url("/assets/fonts/Winston-Black-bRDq9Z7f.woff2") format("woff2"), url("/assets/fonts/Winston-Black-DsF8jEkN.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Winston";
  src: url("/assets/fonts/Winston-Medium-LBnqurf3.woff2") format("woff2"), url("/assets/fonts/Winston-Medium-fezaidEo.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Winston";
  src: url("/assets/fonts/Winston-Light-DfMjVd6R.woff2") format("woff2"), url("/assets/fonts/Winston-Light-Cn9Vd8Jj.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Winston";
  src: url("/assets/fonts/Winston-Bold-D6tQtHB7.woff2") format("woff2"), url("/assets/fonts/Winston-Bold-CSSEhc-W.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  box-sizing: border-box;
  /* Non-Standard, But More Styling-Capable Properties */
  /* Standardized Properties */
}
*::-webkit-scrollbar {
  cursor: pointer;
  width: 5px;
  background: #f5f5f5;
}
*::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--primary-color);
  transition: 0.2s ease-in-out;
}
@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--primary-color) var(--bg-color);
    scrollbar-width: thin;
  }
}
*::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  font-size: 0.521vw;
}
@media screen and (max-width: 1439.98px) {
  body,
  html {
    font-size: 0.53vw;
  }
}
@media screen and (max-width: 1169.98px) {
  body,
  html {
    font-size: 0.55vw;
  }
}
@media screen and (max-width: 991.98px) {
  body,
  html {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767.98px) {
  body,
  html {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 539.98px) {
  body,
  html {
    font-size: 2.8vw;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
}

html,
body {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

body {
  color: var(--font-color);
  line-height: 1;
  font-family: var(--primary-font);
  background: var(--bg-color);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  outline: none;
  font-family: var(--primary-font);
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background: transparent;
  -webkit-appearance: button;
  appearance: button;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

a {
  cursor: pointer;
  color: inherit;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-appearance: none;
  appearance: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: inline-block;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

h1,
h2 {
  font-weight: 900;
  font-size: 9rem;
  line-height: 108%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  h1,
  h2 {
    font-size: 3.2rem;
  }
}

h4 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: 0.02em;
}
@media (max-width: 991.98px) {
  h5 {
    font-size: 1.4rem;
  }
}

p {
  font-weight: 300;
  font-size: 1.8rem;
}
@media (max-width: 991.98px) {
  p {
    font-size: 1.6rem;
    line-height: 125%;
  }
}

.btn {
  text-transform: none;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 11;
  overflow: hidden;
  padding-right: 2rem;
  padding-bottom: 2rem;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .btn {
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}
.btn__text {
  width: 100%;
  padding: 4.6rem 7.5rem;
  background: #f27699;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 991.98px) {
  .btn__text {
    padding: 2.1rem 3rem;
    font-size: 1.8rem;
  }
}
.btn__shadow {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease 0s;
}
.btn__shadow svg {
  width: 100%;
  height: 100%;
}
.btn._btn-second .btn__text {
  background-color: #5c6366;
}
@media (any-hover: hover) {
  .btn:hover {
    transform: translate(1rem, 1rem);
  }
  .btn:hover .btn__shadow {
    transform: translate(-1rem, -1rem);
  }
}

.arrow-btn {
  text-transform: none;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 13rem;
  height: 13rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  transition: transform 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .arrow-btn {
    width: 6.5rem;
    height: 6.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
  }
}
.arrow-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  padding: 1rem;
  background: #5c6366;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .arrow-btn__icon {
    width: 6rem;
    height: 6rem;
  }
}
.arrow-btn__icon svg {
  width: 100%;
  height: 100%;
}
.arrow-btn__icon svg path {
  transition: all 0.3s ease 0s;
}
.arrow-btn__shadow {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease 0s;
}
.arrow-btn__shadow svg {
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .arrow-btn:hover {
    transform: translate(0.5rem, 0.5rem);
  }
  .arrow-btn:hover .arrow-btn__shadow {
    transform: translate(-0.5rem, -0.5rem);
  }
}
.arrow-btn.disabled, .arrow-btn.swiper-button-disabled {
  pointer-events: none;
}
.arrow-btn.disabled .arrow-btn__icon svg path, .arrow-btn.swiper-button-disabled .arrow-btn__icon svg path {
  fill: #7a7e80;
}
.arrow-btn.swiper-button-lock {
  display: none;
}

.form._form-pending {
  pointer-events: none;
}
.form__block {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media (max-width: 991.98px) {
  .form__block {
    gap: 0.8rem;
  }
}
.form__row {
  display: contents;
}
@media (min-width: 991.98px) {
  .form__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.form__line {
  position: relative;
}
@media (any-hover: hover) {
  .form__line:hover .form__error {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  .form__line:hover.form__agreement:hover .form__error, .form__line:hover.form__upload:hover .form__error {
    transform: translateX(2%) translateY(0px);
    opacity: 1;
    visibility: visible;
  }
}
._form-error-show .form__line .form__error {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  visibility: visible;
}
._form-error-show .form__line.form__agreement .form__error, ._form-error-show .form__line.form__upload .form__error {
  transform: translateX(2%) translateY(0px);
  opacity: 1;
  visibility: visible;
}
.form__line:not(.form__agreement)._form-error::after {
  content: "";
  position: absolute;
  display: block;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 14px;
  background: #f06793;
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='4' height='15' viewBox='0 0 4 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.92578 0.28125L2.69141 10.3105H0.679688L0.435547 0.28125H2.92578ZM0.367188 13.3867C0.367188 13.0286 0.484375 12.7292 0.71875 12.4883C0.959635 12.2409 1.29167 12.1172 1.71484 12.1172C2.13151 12.1172 2.46029 12.2409 2.70117 12.4883C2.94206 12.7292 3.0625 13.0286 3.0625 13.3867C3.0625 13.7318 2.94206 14.028 2.70117 14.2754C2.46029 14.5163 2.13151 14.6367 1.71484 14.6367C1.29167 14.6367 0.959635 14.5163 0.71875 14.2754C0.484375 14.028 0.367188 13.7318 0.367188 13.3867Z' fill='%23FF5B5B'/%3e%3c/svg%3e ");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.form__agreement .form__error {
  left: 0px;
  transform: translateX(2%) translateY(10px);
  border-top-left-radius: 0;
}
.form__agreement .form__error::before {
  left: 0;
  transform: translateX(0%);
}
.form__error {
  z-index: 100;
  font-weight: 400;
  color: #fff;
  background: #f06793;
  position: absolute;
  text-align: center;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.8rem;
  padding: 1.4rem 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(10px);
  transition: all 0.3s ease 0s;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .form__error {
    font-size: 1.4rem;
  }
}
.form__error::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
  height: 9px;
  background-color: #f06793;
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.5 0L17 9H0L8.5 0Z' fill='%23FF5B5B'/%3e%3c/svg%3e ");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.form__agreement {
  margin-left: 5.5rem;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 135%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991.98px) {
  .form__agreement {
    margin-top: 1.8rem;
  }
}
@media (max-width: 991.98px) {
  .form__agreement {
    margin-left: 0;
    font-size: 1.4rem;
  }
}
.form__agreement a {
  position: relative;
  display: inline;
  text-decoration: none;
  transition: color 0.3s ease 0s;
  color: #fff;
}
@media (any-hover: hover) {
  .form__agreement a:hover {
    color: var(--primary-color);
  }
}
.form__footer {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .form__footer {
    flex-direction: column-reverse;
    margin-top: 1rem;
  }
}
.form__button {
  width: 100%;
  max-width: 31.3rem;
}
.form__button .btn {
  width: 100%;
}
@media (max-width: 991.98px) {
  .form__button {
    margin-top: 2.1rem;
  }
}
.form__button .btn__text::before {
  content: "";
  position: absolute;
  left: 3rem;
  top: 43%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='11' cy='11' r='10' stroke='%23E5E5E5' stroke-width='1.5'/%3e%3cpath d='M21 11C21 13.2829 20.2189 15.4971 18.7865 17.2746C17.354 19.0522 15.3565 20.2861 13.1258 20.7714C10.8951 21.2567 8.5655 20.9642 6.52405 19.9424C4.48261 18.9206 2.85224 17.231 1.90382 15.1545C0.955403 13.0779 0.746042 10.7393 1.31052 8.52734C1.875 6.31534 3.17934 4.36307 5.00682 2.99489C6.8343 1.62671 9.0749 0.925003 11.3563 1.00635C13.6378 1.0877 15.8227 1.9472 17.5481 3.44206' stroke='%23262626' stroke-width='1.5'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .form__button .btn__text::before {
    left: 2.4rem;
  }
}
@keyframes rotate {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.form__button .btn .btn__text {
  transition: background-color 0.3s ease 0s;
}
.form__button .btn .btn__shadow path {
  transition: fill 0.3s ease 0s;
}
.form__button .btn[disabled] {
  pointer-events: none;
}
.form__button .btn[disabled] .btn__text {
  background-color: #5c6366;
}
.form__button .btn[disabled] .btn__shadow path:nth-child(1) {
  fill: #464a4b;
}
.form__button .btn[disabled] .btn__shadow path:nth-child(2) {
  fill: #818b8f;
}
._form-pending .form__button .btn__text {
  padding-left: 3rem;
  padding-right: 3rem;
}
._form-pending .form__button .btn__text::before {
  opacity: 1;
  visibility: visible;
  animation: rotate 3s linear infinite;
}

.input {
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 135%;
  letter-spacing: 0.02em;
  width: 100%;
  padding: 3rem;
  background-color: #5c6366;
  border: 2px solid transparent;
  transition: all 0.3s ease 0s;
  color: #fff;
}
@media (max-width: 991.98px) {
  .input {
    font-size: 1.6rem;
    padding: 2.2rem 2.3rem;
  }
}
.input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
._form-error .input {
  border-color: #f27699;
}

textarea.input {
  resize: none;
  min-height: 10rem;
}

.checkbox__item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  gap: 2rem;
}
.checkbox__input {
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  font-size: 0px;
  width: 100%;
  height: 100%;
}
.checkbox__input:checked ~ .checkbox__emulator::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.checkbox__emulator {
  display: block;
  height: 2.6rem;
  flex: 0 0 2.6rem;
  position: relative;
  background-color: transparent;
  border: 1px solid #fff;
  transition: all 0.3s ease 0s;
}
._form-error .checkbox__emulator {
  border-color: var(--primary-color);
}
.checkbox__emulator::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  transform: translate(-50%, -50%) scale(1.5);
  transition: ease-out 0.15s;
  background-color: #fff;
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 11.2353L9.52 15L17 7' stroke='%23262626'/%3e%3c/svg%3e ");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}