@font-face {
  font-family: "Inter Local";
  src: url("../amplicore/assets/fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../amplicore/assets/fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../amplicore/assets/fonts/inter-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Inter Local";
  src: url("../amplicore/assets/fonts/inter-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html,
body {
  min-width: 320px;
  margin: 0;
  background: #000;
  color: #fff;
  font-family: "Inter Local", Inter, sans-serif;
}

body {
  overflow-x: hidden;
}

button,
a {
  font: inherit;
}

button {
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.stage {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.canvas {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1920px;
  height: 4221.5115px;
  overflow: hidden;
  transform-origin: 0 0;
  background: #000;
}

.sidebar {
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
}

.sidebar a,
.sidebar button {
  pointer-events: auto;
}

.portrait {
  position: absolute;
  z-index: 6;
  left: 28.1124px;
  top: 43.1385px;
  width: 278.752px;
  height: 278.2912px;
  display: block;
}

.portrait__top,
.portrait__bottom {
  position: absolute;
  left: 0;
  width: 278.752px;
  display: block;
  pointer-events: none;
  user-select: none;
}

.portrait__top {
  top: 0;
  height: 211.6658px;
}

.portrait__bottom {
  top: 211.6658px;
  height: 66.6254px;
}

.hello {
  position: absolute;
  z-index: 6;
  left: 255.8135px;
  top: 132.6012px;
  width: 338.7404px;
  height: 163.1322px;
  padding: 20.7885px 15.6405px 35.5601px 47.2155px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: visible;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 28.6753px;
  font-weight: 500;
  line-height: 32.2597px;
  letter-spacing: -1.4338px;
  text-align: left;
}

.hello__shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: #00ae4c;
  pointer-events: none;
}

.hello__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hello__copy b {
  font: inherit;
  white-space: nowrap;
}

.profile-copy {
  position: absolute;
  z-index: 3;
  left: 42.8455px;
  top: 348.05px;
  width: 364.9451px;
  height: 141px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 41.708px;
  font-weight: 500;
  line-height: 46.9215px;
  letter-spacing: -2.0854px;
  white-space: nowrap;
}

.profile-copy strong {
  font-weight: 500;
}

.profile-copy span {
  color: rgba(255, 255, 255, 0.48);
}

.mvp-card {
  position: absolute;
  z-index: 7;
  left: 33.2361px;
  top: 507.8872px;
  width: 386.4711px;
  height: 216.0675px;
  padding: 13.0337px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 18.247px;
  background: #292929;
  color: #fff;
  font-size: 31.281px;
  font-weight: 500;
  line-height: 37.5372px;
  letter-spacing: -2.0854px;
}

.mvp-card span {
  max-width: 360.4px;
}

.mvp-card strong {
  margin-top: 37.5372px;
  color: #00e463;
  font-weight: 500;
}

.project-list {
  position: absolute;
  z-index: 8;
  left: 33.2361px;
  top: 767.1587px;
  width: 377.0313px;
  display: block;
}

.project-list__title {
  height: 55px;
  margin: 0;
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: 0;
}

.project-link {
  width: 100%;
  min-height: 60px;
  height: 60px;
  padding: 0;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.project-link + .project-link {
  margin-top: 24px;
}

.project-link > span:last-child {
  display: grid;
  gap: 1px;
}

.project-link b,
.project-link small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-link b {
  font-size: 23px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -1.05px;
}

.project-link small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.72px;
}

.project-link__mark {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  overflow: hidden;
}

.project-link__mark svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.project-link__mark img {
  width: 60px;
  height: 60px;
  display: block;
  object-fit: contain;
}

.project-link__mark--territory {
  background: transparent;
}

.project-link__mark--amplicore {
  background: transparent;
}

.side-nav {
  position: absolute;
  z-index: 9;
  left: 31.8877px;
  top: 1002.0894px;
  width: 385.7991px;
  height: 165.6856px;
  display: grid;
  grid-template-columns: repeat(2, 188.3377px);
  grid-template-rows: repeat(2, 78.281px);
  gap: 9.1236px;
}

.side-nav button,
.side-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 18.247px;
  background: #00ae4c;
  color: #fff;
  cursor: pointer;
  font-size: 31.281px;
  font-weight: 500;
  line-height: 46.9215px;
  letter-spacing: -2.0854px;
  text-align: center;
}

.ticker {
  position: absolute;
  z-index: 12;
  left: 511px;
  top: 40px;
  width: 1360.542px;
  height: 83.298px;
  padding: 9.2554px 18.511px 9.2554px 9.2554px;
  display: flex;
  align-items: center;
  gap: 13.883px;
  overflow: hidden;
  border-radius: 32.394px;
  background: #292929;
}

.ticker__lead {
  flex: 0 0 83.2985px;
  height: 64.787px;
  display: grid;
  place-items: center;
  border-radius: 25.452px;
  background: linear-gradient(90deg, #2ccd5c 0%, #2ccd5c 49.55%, #00ffd9 100%);
  color: #fff;
  cursor: pointer;
  font-size: 15.156px;
  font-weight: 400;
  line-height: 18.511px;
  letter-spacing: 0.3702px;
  text-transform: uppercase;
}

.ticker__viewport {
  position: relative;
  width: 1235.594px;
  min-width: 0;
  height: 37.0216px;
  overflow: hidden;
}

.ticker__marquee {
  position: absolute;
  top: 0;
  left: 38.5881px;
  width: 2722px;
  height: 37.0216px;
  display: flex;
  will-change: transform;
  animation: ticker-marquee 21.5s linear infinite;
  animation-delay: 2.25s;
}

.ticker__track {
  position: relative;
  width: 1361px;
  flex: 0 0 1361px;
  top: 0;
  height: 37.0216px;
  display: block;
  color: #fff;
  font-size: 18.511px;
  font-weight: 400;
  line-height: 27.766px;
  letter-spacing: 1.4809px;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker__track span,
.ticker__track i {
  position: absolute;
  top: 4.5108px;
  height: 28px;
}

.ticker__track span:nth-of-type(1) { left: 0; width: 210px; }
.ticker__track span:nth-of-type(2) { left: 246.1725px; width: 101px; }
.ticker__track span:nth-of-type(3) { left: 383.3449px; width: 474px; }
.ticker__track span:nth-of-type(4) { left: 893.5175px; width: 151px; }
.ticker__track span:nth-of-type(5) { left: 1080.6899px; width: 243px; }

.ticker__track i {
  top: 9.2554px;
  width: 1.157px;
  height: 18.511px;
  background: rgba(255, 255, 255, 0.18);
}

.ticker__track i:nth-of-type(1) { left: 228.5108px; }
.ticker__track i:nth-of-type(2) { left: 365.6833px; }
.ticker__track i:nth-of-type(3) { left: 875.8557px; }
.ticker__track i:nth-of-type(4) { left: 1063.0282px; }
.ticker__track i:nth-of-type(5) { left: 1342.2007px; }

@keyframes ticker-marquee {
  to { transform: translate3d(-1361px, 0, 0); }
}

.cases {
  position: absolute;
  z-index: 1;
  left: 511px;
  top: 161.2916259765625px;
  width: 1360px;
  height: 3806.830810546875px;
}

.case {
  position: absolute;
  left: 0;
  width: 1360px;
}

.case--amplicore {
  top: 2976.75537109375px;
  height: 877.0751953125px;
}

.case--mobile {
  top: 0;
  height: 665.6911010742188px;
}

.case--crm {
  top: 851.3294px;
  height: 877.0751953125px;
}

.case--moderator {
  top: 1914.042236328125px;
  height: 830.0751953125px;
}

.case__visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 1360px;
  overflow: visible;
}

.case__visual--amplicore,
.case__visual--crm,
.case__visual--moderator {
  height: 740.534px;
}

.case__screen {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

video.case__screen {
  background: #090909;
  object-fit: cover;
}

.kapdes-video-toggle,
.kapdes-video-fullscreen {
  position: absolute;
  z-index: 7;
  bottom: 20px;
  width: 54px;
  height: 54px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(12, 12, 12, 0.68);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.kapdes-video-toggle {
  right: 20px;
}

.kapdes-video-fullscreen {
  right: 20px;
}

.kapdes-video-fullscreen[hidden] {
  display: none;
}

@media (min-width: 1024px) {
  .kapdes-video-fullscreen {
    display: none;
  }
}

.kapdes-video-toggle:hover,
.kapdes-video-fullscreen:hover {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(24, 24, 24, 0.82);
  transform: scale(1.045);
}

.kapdes-video-toggle:active,
.kapdes-video-fullscreen:active {
  transform: scale(0.96);
}

.kapdes-video-toggle:focus-visible,
.kapdes-video-fullscreen:focus-visible {
  outline: 3px solid #00e463;
  outline-offset: 4px;
}

.kapdes-video-toggle svg,
.kapdes-video-fullscreen svg {
  position: absolute;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kapdes-video-toggle__play {
  display: none;
  fill: currentColor !important;
  stroke: none !important;
}

.kapdes-video-toggle[data-state="paused"] .kapdes-video-toggle__play {
  display: block;
}

.kapdes-video-toggle[data-state="paused"] .kapdes-video-toggle__pause {
  display: none;
}

.kapdes-video-toggle__hint {
  display: none;
  font: 700 14px/1 var(--font-sans, "Geist", sans-serif);
  letter-spacing: -0.2px;
}

.kapdes-video-toggle[data-autoplay-blocked] {
  width: auto;
  min-width: 124px;
  padding: 0 16px 0 13px;
  display: flex;
  gap: 7px;
  border-radius: 999px;
}

.kapdes-video-toggle[data-autoplay-blocked] .kapdes-video-toggle__play {
  position: static;
  flex: 0 0 auto;
}

.kapdes-video-toggle[data-autoplay-blocked] .kapdes-video-toggle__hint {
  display: inline;
}

video[data-autoplay-video] {
  cursor: pointer;
  pointer-events: auto;
}

.case__screen--amplicore {
  left: 0;
  top: -44.7538px;
  width: 1360px;
  height: 785.2879px;
  object-fit: cover;
}

.case__screen--crm {
  left: -23.541px;
  top: 0;
  width: 1383.541px;
  height: 766.7656px;
}

.case__screen--moderator {
  left: -33.2266px;
  top: 0;
  width: 1393.4263px;
  height: 776.4512px;
}

.mobile-case {
  position: absolute;
}

a.mobile-case {
  color: inherit;
}

a.mobile-case:focus-visible {
  outline: 3px solid #00e463;
  outline-offset: 10px;
  border-radius: 24px;
}

.mobile-case--left {
  left: 0;
  top: 17px;
  width: 640.3165px;
  height: 631.6911px;
}

.mobile-case--right {
  left: 719.6835px;
  top: 0;
  width: 640.3165px;
  height: 665.6911px;
}

.mobile-case > img {
  position: absolute;
  left: -32px;
  top: -34px;
  width: 704px;
  height: 506px;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.case-copy {
  position: absolute;
  z-index: 2;
  left: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 24.214px;
  letter-spacing: -1.0762px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.case-copy strong {
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}

.case-copy > span {
  color: rgba(255, 255, 255, 0.48);
  line-height: 36.4px;
}

.case-copy--detail {
  top: 764.0752px;
  width: 1360px;
}

.case-copy--detail > span {
  max-width: none;
  font-size: 28px;
  line-height: 36.4px;
}

.case--amplicore .case-copy--detail {
  width: 1088px;
}

.case-copy--mobile > span {
  line-height: 33.6px;
}

.case-copy--wide {
  width: 1098px;
}

.case-copy--wide > span {
  line-height: 24.2136px;
  white-space: nowrap;
}

.case-copy--mobile {
  left: 0;
  top: 454.691px;
  width: 640px;
  gap: 16px;
}

.case-copy--mobile > strong {
  max-width: 100%;
  line-height: 30.8px;
  white-space: normal;
  text-wrap: balance;
}

body.contact-modal-open {
  overflow: hidden;
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  padding: 58px 26px 36px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.contact-modal.is-open {
  opacity: 1;
}

.contact-dialog {
  position: relative;
  width: min(1196px, calc(100vw - 52px));
  min-height: min(1114px, calc(100vh - 94px));
  max-height: calc(100vh - 48px);
  padding: 76px 49px 48px;
  overflow: auto;
  border: 1px solid #383838;
  border-radius: 56px;
  background: #121212;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.48);
  color: #fff;
  opacity: 0;
  transform: translate3d(0, 12px, 0) scale(0.985);
  transition: opacity 180ms ease, transform 180ms ease;
}

.contact-modal.is-open .contact-dialog {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.contact-dialog h2 {
  margin: 0 0 82px 34px;
  color: #f5f5f5;
  font-size: 62px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2.8px;
}

.contact-close {
  position: absolute;
  top: 51px;
  right: 49px;
  width: 112px;
  height: 112px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #202020;
  color: #d9d9d9;
  cursor: pointer;
}

.contact-close svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.65;
}

.contact-list {
  display: grid;
  gap: 34px;
}

.contact-item {
  min-height: 142px;
  padding: 0 35px;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  border: 0;
  border-radius: 24px;
  background: transparent;
  transition: background-color 180ms ease, transform 180ms ease;
}

.contact-item:hover,
.contact-item:focus-visible {
  background: rgba(255, 255, 255, 0.045);
  transform: translateX(4px);
}

.contact-item__icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.48);
}

.contact-item__icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-item:nth-child(2) .contact-item__icon svg {
  fill: currentColor;
  stroke: none;
}

.contact-item__copy {
  min-width: 0;
  display: grid;
  gap: 21px;
}

.contact-item small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.8px;
}

.contact-item strong {
  color: #fff;
  overflow: hidden;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2.7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-item--portfolio {
  min-height: 216px;
  margin-top: 3px;
  padding-inline: 35px;
  background: #232323;
}

.contact-item--portfolio:hover,
.contact-item--portfolio:focus-visible {
  background: #292929;
}

.portrait:focus-visible,
.hello:focus-visible,
.mvp-card:focus-visible,
.project-link:focus-visible,
.side-nav a:focus-visible,
.side-nav button:focus-visible,
.ticker__lead:focus-visible,
.contact-close:focus-visible,
.contact-item:focus-visible {
  outline: 3px solid #30a9ff;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .ticker__marquee {
    animation: none;
    transform: none;
  }

  .kapdes-video-toggle,
  .kapdes-video-fullscreen {
    transition: none;
  }
}
