.container--no-grow {
  flex: none;
}

.phygital-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
}
.phygital-header h1 {
  color: var(--Text-Text-1, #111827);
  font-family: "PHGTL-Regular";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px; /* 112.5% */
  margin: 0;
}
.phygital-header .breadcrumbs {
  display: flex;
  gap: 8px;
}
.phygital-header .breadcrumbs .breadcrumbs__link {
  color: var(--Text-Link, #00BAF6);
  font-family: "TT Fors Trial Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.phygital-header .breadcrumbs .breadcrumbs__current {
  color: var(--Text-Text-3, #9299A5);
  font-family: "TT Fors Trial Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.phygital-banner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 80px 0;
}
@media screen and (max-width: 576px) {
  .phygital-banner {
    padding: 48px 0;
  }
}
.phygital-banner__info {
  border-radius: 16px;
  background: #F2FCFF;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 340px;
}
.phygital-banner__text-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.phygital-banner__text-item .subtitle {
  color: #B4CDD4;
  font-family: "TT Fors Trial Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.phygital-banner__text-item .text {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Fors Trial Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}
.phygital-banner__text-item .text small {
  opacity: 1 !important;
}
.phygital-banner__img img {
  border-radius: 16px;
}
.phygital-banner__price-list {
  padding: 14px 24px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  background: var(--Text-Link, #00BAF6);
  color: var(--Text-Text-0, #FFF);
  font-family: "TT Fors Trial Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  transition: 0.3s;
}
.phygital-banner__price-list:hover {
  color: #fff;
  background: var(--Text-Link, #38c5ff);
}

.about-phygital {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 576px) {
  .about-phygital {
    padding: 48px 0;
  }
}
.about-phygital__title {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Autonomous Trial Variable";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 108.333% */
}
@media screen and (max-width: 576px) {
  .about-phygital__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 42px */
  }
}
.about-phygital .about-phygital-description {
  display: flex;
  gap: 48px;
  color: var(--Text-Text-1, #111827);
  font-family: "TT Fors Trial Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  align-items: center;
}
.about-phygital .about-phygital-description__logo {
  display: flex;
  gap: 40px;
}
.about-phygital .about-phygital-description__logo .spacer {
  background: linear-gradient(180deg, #C900C2 0%, #00BAF6 100%);
  width: 3px;
}
.about-phygital .about-phygital-block {
  padding: 32px;
  border-radius: 16px;
  background: #F2FCFF;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  align-items: center;
}
.about-phygital .about-phygital-block__logo {
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(84deg, #00B3EC 0%, #A83C8D 100%);
  color: var(--Text-Text-0, #FFF);
  font-family: "TT Autonomous Trial Variable";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  width: fit-content;
}
.about-phygital .about-phygital-block__text {
  max-width: 700px;
  color: var(--Text-Text-1, #111827);
  text-align: center;
  font-family: "TT Fors Trial Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.about-phygital .about-phygital-block__subtext {
  max-width: 700px;
  color: var(--Text-Text-3, #9299A5);
  font-family: "TT Fors Trial Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.phygital-advantages {
  padding: 80px 0;
}
@media screen and (max-width: 576px) {
  .phygital-advantages {
    padding: 48px 0;
  }
}
.phygital-advantages__title {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Autonomous Trial Variable";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 108.333% */
  margin-bottom: 48px;
}
@media screen and (max-width: 576px) {
  .phygital-advantages__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 42px */
  }
}
.phygital-advantages .phygital-advantages-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.phygital-advantages .phygital-advantages-items__item {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 16px;
}
.phygital-advantages .phygital-advantages-items__item span {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Fors Trial Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.phygital-advantages .phygital-advantages-items__tg {
  border-radius: 16px;
  background: linear-gradient(83deg, #00B3EC 0%, #A83C8D 98.51%);
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
  padding: 16px;
}
.phygital-advantages .phygital-advantages-items__tg-text {
  color: var(--Text-Text-0, #FFF);
  font-family: "TT Fors Trial Variable";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 146.667% */
  max-width: 308px;
}
.phygital-advantages .phygital-advantages-items__tg-arrow {
  position: absolute;
  right: 16px;
}

.modern-infrastructure {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 576px) {
  .modern-infrastructure {
    padding: 48px 0;
  }
}
.modern-infrastructure__title {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Autonomous Trial Variable";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 108.333% */
}
@media screen and (max-width: 576px) {
  .modern-infrastructure__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 42px */
  }
}
.modern-infrastructure__description {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Fors Trial Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}
.modern-infrastructure .modern-infrastructure-items {
  display: flex;
  overflow: hidden;
}
.modern-infrastructure .modern-infrastructure-items__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 374px;
}
.modern-infrastructure .modern-infrastructure-items__title {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Fors Trial Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 116.667% */
}
.modern-infrastructure .modern-infrastructure-items__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.modern-infrastructure .modern-infrastructure-items__list li {
  align-items: center;
  gap: 8px;
  display: flex;
  color: var(--Text-Text-1, #111827);
  font-family: "TT Fors Trial Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.modern-infrastructure .modern-infrastructure-items__list li:before {
  content: "";
  background: url("/wp-content/themes/theme/img/li-dote.png");
  width: 9px;
  height: 19px;
  display: block;
}

.cyberspace {
  padding: 80px 0;
}
@media screen and (max-width: 576px) {
  .cyberspace {
    padding: 48px 0;
  }
}
.cyberspace__title {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Autonomous Trial Variable";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 108.333% */
  padding-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .cyberspace__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 42px */
  }
}
.cyberspace__subtitle {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Fors Trial Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  padding-bottom: 48px;
}
.cyberspace .cyberspace-items {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cyberspace .cyberspace-item {
  display: flex;
  gap: 24px;
  padding: 32px;
  border-radius: 16px;
  background: #F2FCFF;
  justify-content: space-between;
}
.cyberspace .cyberspace-item__additional {
  color: var(--Text-Text-2, #5A616C);
  font-family: "TT Fors Trial Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 8px;
}
.cyberspace .cyberspace-item[data-cyberspace-type=pc] {
  max-height: 474px;
}
.cyberspace .cyberspace-item[data-cyberspace-type=ps] {
  max-height: 250px;
}
.cyberspace .cyberspace-item[data-cyberspace-type=nintendo] {
  max-height: 266px;
}
.cyberspace .cyberspace-item[data-cyberspace-type=vr] {
  max-height: 250px;
}
.cyberspace .cyberspace-item__text {
  display: flex;
  flex-direction: column;
}
.cyberspace .cyberspace-item__game {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Fors Trial Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  display: flex;
  gap: 8px;
  align-items: center;
}
.cyberspace .cyberspace-item__game:before {
  content: "";
  background: url("/wp-content/themes/theme/img/li-dote.png");
  width: 9px;
  height: 19px;
  display: block;
}
.cyberspace .cyberspace-item__list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  row-gap: 8px;
  column-gap: 32px;
  margin-bottom: 0;
}
.cyberspace .cyberspace-item__subtitle {
  color: var(--Text-Text-2, #5A616C);
  font-family: "TT Fors Trial Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-bottom: 28px;
}
.cyberspace .cyberspace-item__title {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Fors Trial Variable";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  padding-bottom: 6px;
}

.phygital-gallery {
  padding: 64px 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 576px) {
  .phygital-gallery {
    padding: 48px 0;
  }
}
.phygital-gallery__zoom {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 14px;
  border-radius: 10px;
  background: var(--Button-Secondary-Overlay, rgba(255, 255, 255, 0.12));
  transition: 0.3s;
}
.phygital-gallery__zoom:hover {
  background: var(--Button-Secondary-Overlay, rgba(255, 255, 255, 0.47));
}
.phygital-gallery__title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 48px;
}
.phygital-gallery__title span {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Autonomous Trial Variable";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 108.333% */
}
@media screen and (max-width: 576px) {
  .phygital-gallery__title span {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 42px */
  }
}
.phygital-gallery__arrows {
  display: flex;
  gap: 24px;
  align-items: center;
}
.phygital-gallery__arrow {
  border-radius: 150px;
  background: var(--Button-Secondary-Grey, #F0F3F9);
  padding: 14px;
}
.phygital-gallery__item {
  width: 274px;
  height: 274px;
}
.phygital-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.phygital-sport {
  padding: 80px 0 180px;
}
@media screen and (max-width: 576px) {
  .phygital-sport {
    padding: 48px 0;
  }
}
.phygital-sport__title {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Autonomous Trial Variable";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 108.333% */
  padding-bottom: 64px;
}
@media screen and (max-width: 576px) {
  .phygital-sport__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 42px */
  }
}
.phygital-sport .phygital-sport-item {
  display: flex;
  gap: 24px;
}
.phygital-sport .phygital-sport-item--mb {
  margin-bottom: 64px;
}
.phygital-sport .phygital-sport-item__content {
  border-radius: 16px;
  background: #F2FCFF;
  padding: 32px;
}
.phygital-sport .phygital-sport-item__title {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Fors Trial Variable";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  padding-bottom: 6px;
}
.phygital-sport .phygital-sport-item__text {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Fors Trial Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.phygital-sport .phygital-sport-item__date {
  color: var(--Text-Text-2, #5A616C);
  font-family: "TT Fors Trial Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-bottom: 24px;
}
.phygital-sport .phygital-sport-item__image img {
  border-radius: 16px;
}
.phygital-sport .phygital-sport-text-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 374px;
  width: 100%;
}
.phygital-sport .phygital-sport-text-item__title {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Fors Trial Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}
.phygital-sport .phygital-sport-text-item__text {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Fors Trial Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.phygital-sport .phygital-sport-text-items {
  margin-top: 32px;
  display: flex;
  gap: 24px;
}

.phygital-app {
  border-radius: 24px;
  background: linear-gradient(84deg, #2AABEE 0%, #C900C2 100%);
  margin: 0 48px;
  position: relative;
}
.phygital-app__item {
  border-radius: 9px;
  background: #FFF;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.phygital-app__item span {
  color: #000;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 27px */
  letter-spacing: -0.705px;
}
.phygital-app__social {
  display: flex;
  gap: 24px;
  align-items: center;
}
.phygital-app__social span {
  color: var(--Text-Text-0, #FFF);
  font-family: "TT Fors Trial Variable";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */
  display: block;
  max-width: 349px;
}
.phygital-app__title {
  color: var(--Text-Text-0, #FFF);
  font-family: "TT Autonomous Trial Variable";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 108.333% */
  padding-bottom: 24px;
}
.phygital-app__items {
  padding-bottom: 48px;
  display: flex;
  gap: 12px;
}
.phygital-app__wrapper {
  max-width: 694px;
  padding: 64px 0;
  position: relative;
  z-index: 1;
}
.phygital-app__bg {
  position: absolute;
  right: 249px;
  bottom: 0;
}

.phygital-docs {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 576px) {
  .phygital-docs {
    padding: 48px 0;
  }
}
.phygital-docs__title {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Autonomous Trial Variable";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 108.333% */
}
@media screen and (max-width: 576px) {
  .phygital-docs__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 42px */
  }
}
.phygital-docs .phygital-docs-items {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.phygital-docs .phygital-docs-item {
  max-width: 374px;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 11px 16px;
  border-radius: 8px;
  border: 2px solid var(--Borders-Border-1, #EBEDF1);
  background: #fff;
  transition: 0.3s;
}
.phygital-docs .phygital-docs-item:hover {
  background: rgb(243, 243, 243);
}
.phygital-docs .phygital-docs-item__title {
  color: var(--Text-Text-1, #111827);
  font-family: "TT Fors Trial Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 4px;
}
.phygital-docs .phygital-docs-item__wrapper {
  flex: 1;
}
.phygital-docs .phygital-docs-item__size {
  color: rgba(39, 54, 71, 0.5);
  font-family: "TT Fors Trial Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

@media screen and (max-width: 1025px) {
  .phygital-header h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 140%;
  }
  .phygital-banner {
    padding: 16px 0 48px;
    flex-direction: column;
  }
  .phygital-banner__text-item .text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .phygital-banner__img img {
    width: 100%;
  }
  .cyberspace .cyberspace-item {
    flex-direction: column;
    max-height: max-content !important;
  }
  .phygital-sport .phygital-sport-item {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .phygital-header {
    padding: 16px 10px;
  }
  .phygital-app__bg {
    display: none;
  }
  .phygital-docs .phygital-docs-item {
    max-width: 100%;
  }
  .cyberspace .cyberspace-item__img img {
    width: 100%;
    object-fit: cover;
    max-height: 300px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 576px) {
  .phygital-banner__info {
    gap: 24px;
  }
  .phygital-banner__price-list {
    font-size: 16px;
  }
  .phygital-banner__img {
    height: 220px;
  }
  .phygital-banner__img img {
    height: 100%;
    object-fit: cover;
  }
  .about-phygital {
    gap: 32px;
  }
  .about-phygital .about-phygital-description {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .about-phygital .about-phygital-description__logo {
    gap: 30px;
  }
  .about-phygital .about-phygital-description__logo img:first-child {
    width: 63px;
    height: 84px;
  }
  .about-phygital .about-phygital-description__logo img:last-child {
    width: 87px;
    height: 84px;
  }
  .about-phygital .about-phygital-description__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }
  .about-phygital .about-phygital-block {
    padding: 24px;
    gap: 18px;
  }
  .about-phygital .about-phygital-block__logo {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    width: 100%;
  }
  .about-phygital .about-phygital-block__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
  .about-phygital .about-phygital-block__subtext {
    margin-top: -4px;
  }
  .phygital-advantages__title {
    margin-bottom: 32px;
  }
  .phygital-advantages .phygital-advantages-items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .phygital-advantages .phygital-advantages-items__item {
    padding: 0;
    gap: 14px;
  }
  .phygital-advantages .phygital-advantages-items__item span {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
  .phygital-advantages .phygital-advantages-items__item svg {
    max-width: 32px;
    max-height: 32px;
  }
  .phygital-advantages .phygital-advantages-items__tg {
    margin-top: 16px;
    align-items: flex-start;
    gap: 23px;
  }
  .phygital-advantages .phygital-advantages-items__tg-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    max-width: 195px;
  }
  .phygital-advantages .phygital-advantages-items__tg-logo {
    padding-top: 8px;
  }
  .phygital-advantages .phygital-advantages-items__tg-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .modern-infrastructure {
    gap: 32px;
    position: relative;
  }
  .modern-infrastructure__description {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
  }
  .modern-infrastructure .modern-infrastructure-items {
    overflow: visible;
  }
  .modern-infrastructure .modern-infrastructure-items__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
  .modern-infrastructure .modern-infrastructure-items__list {
    gap: 12px;
  }
  .modern-infrastructure .modern-infrastructure-items__list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }
  .modern-infrastructure__pagination {
    bottom: 54px;
  }
  .cyberspace {
    gap: 32px;
  }
  .cyberspace__title {
    padding-bottom: 32px;
    hyphens: auto;
  }
  .cyberspace__subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 32px;
  }
  .cyberspace .cyberspace-item {
    padding: 24px;
  }
  .cyberspace .cyberspace-item__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
  .cyberspace .cyberspace-item__subtitle {
    padding-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .cyberspace .cyberspace-item__list {
    grid-template-columns: 1fr;
  }
  .cyberspace .cyberspace-item__show-more-btn {
    margin-top: 8px;
    color: var(--Text-Link, #00BAF6);
    font-family: "TT Fors Trial Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .cyberspace .cyberspace-item__img {
    height: 220px;
  }
  .cyberspace .cyberspace-item__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .cyberspace .cyberspace-items {
    gap: 32px;
  }
  .phygital-gallery__arrows {
    display: none;
  }
  .phygital-gallery__title {
    padding-bottom: 32px;
  }
  .phygital-gallery__item {
    height: 220px;
  }
  .phygital-sport__title {
    padding-bottom: 32px;
  }
  .phygital-sport .phygital-sport-item {
    padding: 24px;
    border-radius: 16px;
    background: #F2FCFF;
    margin-bottom: 32px;
  }
  .phygital-sport .phygital-sport-item__content {
    padding: 0;
  }
  .phygital-sport .phygital-sport-item__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
  }
  .phygital-sport .phygital-sport-item__date {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .phygital-sport .phygital-sport-item__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .phygital-sport .phygital-sport-item__image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .phygital-sport .phygital-sport-text-items {
    flex-direction: column;
    gap: 24px;
  }
  .phygital-sport .phygital-sport-text-item {
    gap: 16px;
  }
  .phygital-sport .phygital-sport-text-item__title {
    color: var(--Text-Text-1, #111827);
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .phygital-sport .phygital-sport-text-item__title br {
    display: none;
  }
  .phygital-sport .phygital-sport-text-item__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .phygital-app {
    margin: 48px 10px;
  }
  .phygital-app .container {
    padding: 0 20px;
  }
  .phygital-app__wrapper {
    padding: 32px 0;
  }
  .phygital-app__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 150%; /* 42px */
    padding-bottom: 12px;
  }
  .phygital-app__items {
    flex-direction: column;
    gap: 12px;
    padding-bottom: 32px;
  }
  .phygital-app__item {
    max-width: 182px;
  }
  .phygital-app__social {
    flex-direction: column-reverse;
    gap: 12px;
    align-items: flex-start;
  }
  .phygital-app__social span {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
  }
  .phygital-app__social img {
    width: 177px;
    height: 177px;
  }
  .phygital-docs {
    gap: 32px;
  }
}
.have-questions {
  position: relative;
  border-radius: 24px;
  background: linear-gradient(84deg, #2AABEE 0%, #C900C2 100%);
  margin: 0 48px;
}
.have-questions__wrapper {
  padding: 64px 0;
  max-width: 690px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.have-questions__img {
  position: absolute;
  bottom: 0;
  right: 101px;
}
.have-questions__title {
  color: var(--Text-Text-0, #FFF);
  font-family: "TT Autonomous Trial Variable";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 108.333% */
}
.have-questions__description {
  color: var(--Text-Text-0, #FFF);
  font-family: "TT Fors Trial Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}
.have-questions__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.have-questions__inputs input, .have-questions__inputs textarea {
  width: 100%;
  padding: 14px 16px;
  color: var(--Text-Text-3, #9299A5);
  font-family: "TT Fors Trial Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  border-radius: 10px;
  border: 2px solid var(--Borders-Border-1, #EBEDF1);
  background: var(--Borders-Border-0, #FFF);
}
.have-questions__inputs textarea {
  max-height: 141px;
}
.have-questions .have-questions__input--full-width {
  grid-column: span 2;
}
.have-questions input[type=submit] {
  display: flex;
  max-width: 200px;
  padding: 14px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--Text-Link, #00BAF6);
  width: 100%;
  color: var(--Text-Text-0, #FFF);
  font-family: "TT Fors Trial Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
}
.have-questions__submit {
  display: flex;
}
.have-questions__privacy {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--Text-Text-0, #FFF);
  font-family: "TT Fors Trial Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  align-items: flex-start;
}
.have-questions__privacy br {
  display: none;
}
.have-questions__privacy input[type=checkbox] {
  width: 20px;
  height: 20px;
  padding: 4px;
}

@media screen and (max-width: 991px) {
  .have-questions__img {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .have-questions-form {
    padding: 80px 0;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .have-questions-form {
    padding: 48px 0;
  }
}
@media screen and (max-width: 576px) {
  .have-questions {
    margin: 0 10px 0;
  }
  .have-questions__wrapper {
    padding: 32px 0;
    gap: 0;
  }
  .have-questions .container {
    padding: 0 20px;
  }
  .have-questions__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 150%; /* 42px */
    padding-bottom: 12px;
  }
  .have-questions__description {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 35px;
  }
  .have-questions__inputs {
    grid-template-columns: 1fr;
    padding-bottom: 24px;
  }
  .have-questions__inputs input, .have-questions__inputs textarea {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .have-questions__input--full-width {
    grid-column: 1/2 !important;
  }
  .have-questions__submit {
    flex-direction: column;
  }
  .have-questions__submit .wpcf7-list-item {
    margin: 0;
  }
  .have-questions__submit input[type=submit] {
    max-width: 100%;
  }
}
@font-face {
  font-family: "TT Fors Trial Variable";
  font-style: normal;
  font-weight: normal;
  src: local("TT Fors Trial Variable Regular"), url("../../fonts/TT Fors Trial Variable.woff") format("woff");
}
@font-face {
  font-family: "TT Autonomous Trial Variable";
  font-style: normal;
  font-weight: normal;
  src: local("TT Autonomous Trial Variable Regular"), url("../../fonts/TT Autonomous Trial Variable.woff") format("woff");
}
@font-face {
  font-family: "PHGTL-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("PHGTL-Regular"), url("../../fonts/PHGTL.ttf") format("truetype");
}

/*# sourceMappingURL=app.css.map */
