.hero__portfolio {
  height: unset !important;
  min-height: unset !important;
  max-width: 1650px;
  padding-top: 0;
}.hero__portfolio:after {
  display: none;
}.hero-service__portfolio {
  line-height: 134%;
  font-size: 31px;
}.hero-service__portfolio .section-title span {
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}.hero-clients__portfolio {
  background: rgb(50 52 61 / 38%);
}.hero-card__portfolio::before {
  z-index: 0;
}.hero-card__portfolio:after {
  z-index: 1;
}.hero-card__portfolio {
  z-index: 2;
  right: 0px;
  bottom: 2px;
}.hero-service__decor--left {
  display: block;
  flex: 0 0 auto;
  width: 42px;
  height: 104px;
  position: relative;
  margin-top: 4px;
}.hero-service__decor--left {
  margin-left: 10px;
  margin-right: 6px;
}.hero-service__decor--left::before,
.hero-service__decor--left::after {
  content: "";
  position: absolute;

  width: 12px;
  height: 94%;

  background: linear-gradient(
    180deg,
    #f2b705 0%,
    #f2b705 58%,
    rgba(242, 183, 5, 0.72) 74%,
    rgba(242, 183, 5, 0.35) 88%,
    rgba(242, 183, 5, 0) 100%
  );

  transform: skew(-10deg);
  border-radius: 1px;
}.hero-service__decor--left::before {
  left: 0;
  top: 10px;
}.hero-service__decor--left::after {
  right: 5px;
  top: -12px;
}.mock__hero {
  height: 90px;
  border-radius: 8px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #3c4a3a, #9aa57d);
}.mock__hero.small {
  height: 60px;
}.mock__hero.dark {
  background: linear-gradient(135deg, #1a1c33, #3b2e63);
}.steps-dev__video,
.reviews__video,
.portfolio__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}.case--crypto .steps-dev__video,
.case--crypto .reviews__video,
.case--crypto .portfolio__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
  z-index: 1;
  pointer-events: none;
}.hero-service__services {
  max-width: 571px;
}.pricing-card__button {
  margin-top: auto;

  padding: 18px 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  border-radius: 8px;

  background: var(--accent-color, #f2b705);
  color: #0d101f;

  font-weight: 600;
  font-size: 17px;
  line-height: 1;

  transition: 0.25s ease;
}.pricing-card--premium .pricing-card__button {
  background: #0d101f;
  color: #fff;
}.pricing-card__button span {
  transition: transform 0.25s ease;
}.portfolio__link .circle-link__icon {
  transform: scaleX(-1);
}.hero-service__project {
  margin-bottom: 0 !important;
}.hero__portfolio2 {
  height: unset !important;
  max-height: unset !important;
}.hero__contacts {
  height: 82px !important;
  padding: 0 !important;
}.story-section {
  background: #0d101f;
  color: #fff;
  padding: 25px 0 95px;
  overflow: hidden;
}.story-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}.story-section__left,
.story-section__right {
  min-width: 0;
}.story-section__head {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 56px;
}.story-section__decor {
  flex: 0 0 auto;
  width: 44px;
  height: 165px;
  position: relative;
  margin-top: 34px;
}.story-section__decor::before,
.story-section__decor::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  transform: skew(-7deg);
  background: linear-gradient(
    180deg,
    rgb(242 183 5) 0%,
    rgb(242 183 5) 10%,
    #f2b705cc 26%,
    #f2b70559 68%,
    rgb(242 183 5 / 19%) 86%,
    rgba(242, 183, 5, 0) 100%
  );
}.story-section__decor::before {
  left: 0;
}.story-section__decor::after {
  right: 10px;
  top: -18px;
}.story-section__label {
  
  display: inline-block;
  text-align: center;
  min-width: 208px;
  padding: 10px 0px;
  background: var(--foreground);
  border-radius: 100px;
  font-weight: 600;
  margin-bottom: 18px;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--dark-color);
}.story-section__title {
  margin: 0;

  font-family: var(--unbounded-font, inherit);
  font-weight: 700;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #fff;
}.story-section__title span {
  display: inline-block;
  position: relative;
  color: var(--accent-color, #f2b705);
}.story-section__title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;

  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 C 5 0, 10 0, 15 4 S 25 8, 30 4 S 40 0, 45 4 S 55 8, 60 4 S 70 0, 75 4 S 85 8, 90 4 S 100 0, 105 4 S 115 8, 120 4' fill='none' stroke='%23f2b705' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 60px 8px;
}.story-section__main-img {
  width: 100%;
  aspect-ratio: 600 / 360;
  border-radius: 14px;
  overflow: hidden;
  background: #171b29;
}.story-section__main-img img,
.story-section__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}.story-section__images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-bottom: 55px;
}.story-section__image {
  aspect-ratio: 300 / 205;
  border-radius: 14px;
  overflow: hidden;
  background: #171b29;
}.story-section__content {
  margin-bottom: 48px;
}.story-section__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.65;
}.story-section__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 36px;
}.story-stat strong {
  display: block;

  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-family: var(--unbounded-font);
  font-weight: 400;
  display: flex;
  line-height: 1.25;
}.story-stat span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.25;
}.story-section__bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}.story-avatars {
  display: flex;
  align-items: center;
}.story-avatars img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #0d101f;
  background: #fff;
}.story-avatars img + img {
  margin-left: -16px;
}.story-play {
  display: inline-flex;
  align-items: center;
  gap: 18px;

  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;

  transition: color 0.2s ease;
}.story-play__circle {
  width: 70px;
  height: 70px;
  border: 1.5px solid var(--accent-color, #f2b705);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;
  transition: background 0.2s ease;
}.story-play__circle img {
  width: 40px;
}.story-play__circle span {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid var(--accent-color, #f2b705);
  margin-left: 4px;
}.story-play:hover {
  color: var(--accent-color, #f2b705);
}.story-play:hover .story-play__circle {
  background: rgba(242, 183, 5, 0.08);
}.services-hero-tabs {
  position: relative;
  overflow: hidden;
  padding: 54px 0 64px;
  min-height: 623px;
  background: #050a22;
  color: #fff;
  isolation: isolate;
}.services-hero-tabs__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgb(0 0 0 / 93%) 0%, rgb(0 0 0 / 75%) 36%, rgb(0 0 0 / 84%) 100%),
    linear-gradient(180deg, rgb(0 0 0 / 24%) 0%, rgb(0 0 0 / 52%) 100%),
    url(./../images/poslugs.png) center / cover no-repeat;
}.services-hero-tabs .container {
  position: relative;
  z-index: 2;
}.services-hero-tabs__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 46px;
  margin-bottom: 34px;
}.services-hero-tabs__content {
  max-width: 823px;
  padding-top: 6px;
}.services-hero-tabs__label {
  margin-bottom: 12px;
}.services-hero-tabs__title {
  margin: 0 0 18px;
  max-width: 780px;
  font-weight: 700;
  font-size: clamp(30px, 3.2vw, 55px);
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.02em;
}.services-hero-tabs__title span {
  position: relative;
  display: inline-block;
  color: #f2b705;
}.services-hero-tabs__title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 C 5 0, 10 0, 15 4 S 25 8, 30 4 S 40 0, 45 4 S 55 8, 60 4 S 70 0, 75 4 S 85 8, 90 4 S 100 0, 105 4 S 115 8, 120 4' fill='none' stroke='%23f2b705' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 60px 8px;
}.services-hero-tabs__text {
  max-width: 610px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}.services-hero-tabs__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 188px;
  height: 40px;
  border-radius: 6px;
  background: #f2b705;
  color: #090d23;
  font-size: 12px;
  font-weight: 600;
  transition: 0.25s ease;
}.services-hero-tabs__button:hover {
  background: #ffd13a;
}.services-hero-tabs__button span {
  font-size: 12px;
  transition: transform 0.25s ease;
}.services-hero-tabs__button:hover span {
  transform: translate(2px, -2px);
}.services-hero-tabs__media {
  position: relative;
  width: 100%;
  max-width: 430px;
}.services-hero-tabs__image {
  display: block;
  width: 100%;
  height: 408px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  
  transition: opacity 0.3s ease, transform 0.3s ease;
}.services-hero-tabs__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}.services-hero-tabs__image.is-changing {
  opacity: 0.2;
  transform: scale(0.98);
}.services-hero-tabs__play {
  position: absolute;
  left: -38px;
  top: 58%;
  z-index: 4;
  width: 96px;
  height: 96px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}.services-hero-tabs__play-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: servicesPlayRotate 12s linear infinite;
}.services-hero-tabs__play-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(242, 183, 5, 0.4);
  border-radius: 50%;
}.services-hero-tabs__play-ring span {
  position: absolute;
  left: 50%;
  top: 4px;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
  transform-origin: 0 44px;
}.services-hero-tabs__play-ring span:nth-child(1) {
  transform: rotate(0deg) translateX(-50%);
}.services-hero-tabs__play-ring span:nth-child(2) {
  transform: rotate(90deg) translateX(-50%);
}.services-hero-tabs__play-ring span:nth-child(3) {
  transform: rotate(180deg) translateX(-50%);
}.services-hero-tabs__play-ring span:nth-child(4) {
  transform: rotate(270deg) translateX(-50%);
}.services-hero-tabs__play-icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f2b705;
  color: #090d23;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  transition: 0.25s ease;
}.services-hero-tabs__play:hover .services-hero-tabs__play-icon {
  transform: rotate(45deg);
  background: #ffd13a;
}.services-hero-tabs__timeline {
  position: relative;
  max-width: 730px;
  margin-top: -11%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}.services-hero-tabs__timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}.services-hero-tabs__tab {
  position: relative;
  min-height: 116px;
  text-align: center;
  color: #fff;
}.services-hero-tabs__tab-name {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  position: relative;
  top: 35px;
  font-weight: 500;
  line-height: 1.2;
}.services-hero-tabs__tab-desc {
  display: block;
  max-width: 118px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.45;
  opacity: 0;
  visibility: hidden;
  transform: translateY(52px);
  transition: 0.25s ease;
}.services-hero-tabs__tab-dot {
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f3f3f3;
  transform: translateX(-50%);
  transition: 0.25s ease;
  z-index: 2;
}.services-hero-tabs__tab-preview {
  position: absolute;
  left: 50%;
  top: 15px;
  width: 99px;
  height: 49px;
  padding: 2px;
  border: 1px solid #f2b705;
  border-radius: 999px;
  overflow: hidden;
  transform: translateX(-50%) translateY(-14px) rotate(0deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}.services-hero-tabs__tab-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}.services-hero-tabs__tab.is-active .services-hero-tabs__tab-preview {
  opacity: 1;
  visibility: visible;
}.services-hero-tabs__tab.is-active .services-hero-tabs__tab-desc {
  opacity: 1;
  visibility: visible;
}.services-hero-tabs__tab.is-active .services-hero-tabs__tab-dot {
  background: #f2b705;
  box-shadow: 0 0 0 4px rgba(242, 183, 5, 0.18);
}.services-hero-tabs__media {
  position: relative !important;
  width: 100% !important;
  max-width: 600px !important;
 
  display: flex !important;
  justify-content: flex-end !important;
  overflow: visible !important;
}.services-hero-tabs__image-wrap {
  position: relative !important;
  width: 100% !important;
  
  border-radius: 26px !important;
  overflow: hidden !important;
  background: #d9d9d9 !important;
}.services-hero-tabs__media > img.services-hero-tabs__image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.18 / 1 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 26px !important;
}.services-hero-tabs__play {
  position: absolute !important;
  left: -3px !important;
  bottom: -25px !important;
  top: auto !important;
  z-index: 20 !important;
  width: 101px !important;
  height: 102px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
}.services-hero-tabs__play-ring {
  position: absolute !important;
  inset: 0 !important;
  border-radius: 50% !important;
  animation: servicesPlayRotate 12s linear infinite !important;
}.services-hero-tabs__play-ring::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border: 1px solid rgba(242, 183, 5, 0.55) !important;
  border-radius: 50% !important;
}.services-hero-tabs__play-ring span {
  position: absolute !important;
  left: 50% !important;
  top: 4px !important;
  color: #ffffff !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  transform-origin: 0 42px !important;
}.services-hero-tabs__play-ring span:nth-child(1) {
  transform: rotate(0deg) translateX(-50%) !important;
}.services-hero-tabs__play-ring span:nth-child(2) {
  transform: rotate(90deg) translateX(-50%) !important;
}.services-hero-tabs__play-ring span:nth-child(3) {
  transform: rotate(180deg) translateX(-50%) !important;
}.services-hero-tabs__play-ring span:nth-child(4) {
  transform: rotate(270deg) translateX(-50%) !important;
}.services-hero-tabs__play-icon {
  position: relative !important;
  z-index: 2 !important;
  width: 65px !important;
  height: 66px !important;
  border-radius: 50% !important;
  background: #f2b705 !important;
  color: #090d23 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 28px !important;
  line-height: 1 !important;
  transition: 0.25s ease !important;
}.services-hero-tabs__play:hover .services-hero-tabs__play-icon {
  transform: rotate(45deg) !important;
  background: #ffd13a !important;
}.about-tabs__title {
  margin-bottom: 20px;
}.pricing-tabs__button {
  margin-top: auto;
  padding: 17px 24px;
  width: 291px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--accent-color, #f2b705);
  color: #0d101f;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  transition: 0.25s ease;
}.pricing-tabs__button:hover {
  background: rgb(59 62 78);
  color: #fff;
}.services-hero-tabs__media {
  position: relative;
  width: 560px;
}.services-hero-tabs__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 4 / 3.05;
}.services-hero-tabs__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}.services-hero-tabs__tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 10px 20px;
  border-radius: 0 18px 0 0;
}.services-hero-tabs__play {
  position: absolute;
  left: -36px;
  bottom: -36px;
  width: 132px;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}.services-hero-tabs__play-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--navy);
  display: block;
}.services-hero-tabs__play-ring svg {
  width: 100%;
  height: 100%;
  animation: spin 14s linear infinite;
}.services-hero-tabs__play-text {
  fill: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}.services-hero-tabs__play-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--play-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-size: 22px;
  font-weight: 700;
}.team-showcase {
  background: #0d101f;
  color: #ffffff;
padding: 112px 0;
  overflow: hidden;
}.team-showcase__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.85fr) 310px;
  align-items: center;
  gap: 70px;
}.team-showcase__left {
  min-width: 0;
}.team-showcase__label {
  margin-bottom: 18px;
}.team-showcase__title {
  margin: 0 0 22px;

  font-family: var(--unbounded-font, inherit);
  font-weight: 700;
  font-size: clamp(36px, 3.4vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.04em;

  color: #ffffff;
}.team-showcase__title span {
  position: relative;
  display: inline-block;
  color: var(--accent-color, #f2b705);
}.team-showcase__title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 8px;

  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 C 5 0, 10 0, 15 4 S 25 8, 30 4 S 40 0, 45 4 S 55 8, 60 4 S 70 0, 75 4 S 85 8, 90 4 S 100 0, 105 4 S 115 8, 120 4' fill='none' stroke='%23f2b705' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 60px 8px;
}.team-showcase__text {
  max-width: 520px;
  margin: 0 0 42px;

  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.55;
}.team-showcase__link {
  display: inline-flex;
  align-items: center;
  gap: 26px;

  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;

  transition: color 0.25s ease;
}.team-showcase__link-circle {
  width: 66px;
  height: 66px;

  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  transition: border-color 0.25s ease;
}.team-showcase__link-circle::before {
  content: "";
  position: absolute;
  right: 38px;
  top: 50%;

  width: 58px;
  height: 1px;

  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-50%);
  transition: background 0.25s ease, transform 0.25s ease;
}.team-showcase__link-circle span {
  width: 15px;
  height: 15px;

  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;

  transform: rotate(45deg);
  transition: border-color 0.25s ease;
}.team-showcase__link:hover {
  color: var(--accent-color, #f2b705);
}.team-showcase__link:hover .team-showcase__link-circle {
  border-color: var(--accent-color, #f2b705);
}.team-showcase__link:hover .team-showcase__link-circle::before {
  background: var(--accent-color, #f2b705);
  transform: translateY(-50%) translateX(4px);
}.team-showcase__link:hover .team-showcase__link-circle span {
  border-color: var(--accent-color, #f2b705);
}.team-showcase__list {
  display: grid;
  min-width: 0;
}.team-showcase__person {
  position: relative;

  width: 100%;
  min-height: 64px;
  padding: 0 0 0 0;

  display: grid;
  grid-template-columns: 42px minmax(100px, 1fr) minmax(130px, 1fr);
  align-items: center;
  gap: 18px;

  text-align: left;
  color: #ffffff;

  border-bottom: 1px solid rgba(255, 255, 255, 0.18);

  transition: color 0.25s ease;
}.team-showcase__person:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}.team-showcase__number {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1;
  transition: color 0.25s ease;
  font-family: var(--unbounded-font);
}.team-showcase__name {
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  transition: color 0.25s ease;
  font-family: var(--unbounded-font);
}.team-showcase__position {
  justify-self: end;

  color: rgba(255, 255, 255, 0.46);
  font-size: 14px;
  line-height: 1.25;
  text-align: right;
  transition: color 0.25s ease;
}.team-showcase__arrow {
  position: absolute;
  right: -29px;
  top: 50%;

  color: var(--accent-color, #f2b705);
  font-size: 26px;
  line-height: 1;

  opacity: 0;
  transform: translateY(-50%) translate(-8px, 8px);
  transition: 0.25s ease;
}.team-showcase__person.is-active .team-showcase__number,
.team-showcase__person.is-active .team-showcase__name {
  color: var(--accent-color, #f2b705);
}.team-showcase__person.is-active .team-showcase__arrow {
  opacity: 1;
  transform: translateY(-50%) translate(0, 0);
}.team-showcase__person:hover .team-showcase__name,
.team-showcase__person:hover .team-showcase__number {
  color: var(--accent-color, #f2b705);
}.team-showcase__photo {
  width: 270px;
  height: 270px;

  border-radius: 50%;
  overflow: hidden;

  background: #f3f1ef;

  justify-self: end;
}.team-showcase__photo img {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: cover;
  object-position: center;

  transition: opacity 0.28s ease, transform 0.28s ease;
}.team-showcase__photo img.is-changing {
  opacity: 0;
  transform: scale(0.96);
}.strategy-section {
  background: #0d101f;
  color: #fff;
  padding: 78px 0 92px;
  overflow: hidden;
}.strategy-section__head {
  text-align: center;
  margin-bottom: 36px;
}.strategy-section__label {
  margin: 0 auto 18px;
}.strategy-section__title {
  margin: 0;
  font-family: var(--unbounded-font, inherit);
  font-weight: 700;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #fff;
}.strategy-section__title span {
  position: relative;
  display: inline-block;
  color: var(--accent-color, #f2b705);
}.strategy-section__title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 C 5 0, 10 0, 15 4 S 25 8, 30 4 S 40 0, 45 4 S 55 8, 60 4 S 70 0, 75 4 S 85 8, 90 4 S 100 0, 105 4 S 115 8, 120 4' fill='none' stroke='%23f2b705' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 60px 8px;
}.strategy-list {
  display: grid;
  gap: 22px;
}.strategy-item {
  position: relative;
}.strategy-item__button {
  position: relative;
  width: 100%;
  min-height: 112px;
  padding: 15px 68px;

  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto 0px;
  align-items: center;
  gap: 22px;

  color: #fff;
  text-align: left;

  transition: 0.3s ease;
}.strategy-item__button::before {
  content: "";
  position: absolute;
  inset: 0;

    background: linear-gradient(90deg, rgb(13 16 31 / 66%) 0%, rgb(13 16 31 / 44%) 50%, rgb(13 16 31 / 67%) 100%), var(--strategy-bg) center / cover no-repeat;

  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}.strategy-item.is-active .strategy-item__button {
  min-height: 200px;
}.strategy-item.is-active .strategy-item__button::before {
  opacity: 1;
}.strategy-item__icon,
.strategy-item__content,
.strategy-item__more,
.strategy-item__number {
  position: relative;
  z-index: 2;
}.strategy-item__icon {
  width: 0;
  height: 0;

  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid var(--accent-color, #f2b705);

  transition: transform 0.25s ease;
}.strategy-item.is-active .strategy-item__icon {
  transform: rotate(90deg);
}.strategy-item__content {
  display: grid;
  gap: 16px;
  max-width: 650px;
}.strategy-item__title {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.25;
}.strategy-item__text {
  display: block;
  max-width: 660px;

  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;

  opacity: 0;
  max-height: 0;
  overflow: hidden;

  transition: 0.3s ease;
}.strategy-item.is-active .strategy-item__text {
  opacity: 1;
  max-height: 90px;
}.strategy-item__more {
  width: 260px;
  height: 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border: 1px solid rgba(242, 183, 5, 0.85);
  border-radius: 6px;

  color: var(--accent-color, #f2b705);
  font-size: 13px;
  font-weight: 600;

  opacity: 0;
  visibility: hidden;
  transform: translateX(12px);

  transition: 0.25s ease;
}.strategy-item.is-active .strategy-item__more {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}.strategy-item__more span {
  font-size: 14px;
  line-height: 1;
}.strategy-item__number {
    justify-self: end;
    
    font-weight: 700;
    font-size: clamp(34px, 4vw, 45px);
    line-height: 1;
    color: rgba(255, 255, 255, 0.06);
    transition: opacity 0.25s ease;
}.strategy-item.is-active .strategy-item__number {
  opacity: 0;
}.strategy-item {
  position: relative;
  overflow: hidden;
}.hero-actions__main {
  padding-right: 8px;
}.strategy-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/faq.png") center center / cover no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 0;
}.strategy-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 10, 24, 0.62);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 1;
}.strategy-item.is-active::before,
.strategy-item.is-active::after {
  opacity: 1;
  visibility: visible;
}.strategy-item > * {
  position: relative;
  z-index: 2;
}