/* Products index page */
.page-hero {
  position: relative;
  padding: 8px 0;
  height: inherit;
  /* overflow: hidden; */
  background-size: 11vw 11vw;
  background-image:
    linear-gradient(to right, var(--n40) 1px, transparent 1px),
    linear-gradient(to bottom, var(--n40) 1px, transparent 1px);
}

.page-hero::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--n30);
  z-index: -1;
}

/* Breadcrumbs */
.breadcrumbs {
  position: fixed;
  top: 150px;
  left: 24px;
  z-index: 11;
  transition: .3s ease;
}

.breadcrumbs.fixed {
  padding: 4px 6px;
  top: 76px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: rgba(243, 248, 250, 0.38);
  backdrop-filter: blur(10px);
  /* filter: blur(20px); */
}

.breadcrumbs ol {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.breadcrumbs ol li {
  color: var(--n100);
  font-size: 14px;
  font-family: 'Audi Light';
}

.breadcrumbs.dark ol li {
  color: var(--n500-a);
}

.breadcrumbs ol li a {
  display: flex;
  padding: 6px 8px;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-family: 'Audi Normal';
  color: var(--n900);
  border-radius: 4px;
  transition: .5s ease;
}

.breadcrumbs ol li.active a {
  color: var(--n400);
}

.breadcrumbs ol li:hover a {
  background-color: var(--n30-a);
}

.breadcrumbs ol li:active a {
  background-color: var(--n50-a);
}

.breadcrumbs:not(fixed).dark {
  background-color: rgba(221, 231, 234, 0.38);
  backdrop-filter: blur(10px);
  padding: 8px;
  border-radius: 3px;
}

.breadcrumbs ol li:last-child a {
  cursor: default;
}

.breadcrumbs ol li:last-child a:hover {
  background-color: transparent;
}

/* end Breadcrumbs */
.hero-content {
  display: flex;
  align-items: center;
  position: inherit;
  top: inherit;
  left: inherit;
  height: inherit;
  padding-inline: 15vw;
}

@media (width > 1279px) {
  .hero-content {
    padding-bottom: 120px;
  }
}

.page-hero--headline {
  transition: .5s ease;
}

.hero-content h2 {
  color: var(--n300);
  text-align: center;
  font-size: 24px;
  font-family: 'Audi Light';
}

.hero-content h1 {
  color: var(--n900);
  text-align: center;
  font-size: 64px;
  font-family: 'Audi Bold';
  line-height: 120%;
}

.hero-content h3 {
  color: var(--n300);
  text-align: center;
  font-size: 18px;
  font-family: 'Audi Normal';
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}

.products-hero--cta {
  display: flex;
  gap: 32px;
}

.page-hero--cta_scroll {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  border-radius: 88px;
  background-color: transparent;
  color: var(--n700);
  border: 1px solid var(--n700);
  transition: .5s ease;
}

.page-hero--cta_scroll:hover {
  background-color: var(--n700);
  color: var(--n0);
  transform: translateY(-2px);
}

.page-hero--cta_scroll:active {
  transform: translateY(2px);
  background-color: var(--n900);
  color: var(--n30);
}

.go-to-market-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  border-radius: 88px;
  border: 1px solid var(--b300);
  background-color: transparent;
  color: var(--b300);
  transition: .5s ease;
}

.go-to-market-btn:hover {
  transform: translateY(-2px);
  background-color: var(--b300);
  color: var(--n0);
}

.go-to-market-btn:active {
  transform: translateY(2px);
  background-color: var(--b500);
  color: var(--n10);
}

/* Main */
#page-main {
  margin-top: -64px;
  margin-bottom: 40px;
  margin-inline: auto;
  /* padding-bottom: 40px; */
  position: relative;
  width: calc(100vw - 56px);
  border-radius: 12px;
  background-color: var(--n10);
  z-index: 9;
}

.products-top-ribon {
  position: absolute;
  top: -32px;
  left: 40px;
  width: calc(100% - 80px);
  border-radius: 8px;
  padding: 24px 40px;
  background-color: var(--n0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 12px 32px 0px rgba(66, 82, 110, 0.11);
}

.top-ribton--stats {
  display: flex;
  gap: 40px;
  color: var(--n500);
}

.top-ribton--stat-item {
  display: flex;
  gap: 24px;
}

.top-ribton--stat-item i {
  font-size: 24px;
}

.top-ribton--stat-item-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top-ribton--stat-item-text strong {
  font-size: 32px;
  line-height: 100%;
  font-family: 'Extended Bold';
}

.top-ribton--stat-item-text strong>span {
  font-size: 24px;
}

.top-ribton--stat-item-text>span {
  font-size: 14px;
  line-height: 100%;
  font-family: 'Extended Normal';
}

.top-ribton--stat-item:nth-child(1),
.top-ribton--stat-item:nth-child(2) {
  padding-right: 40px;
  border-right: 1px solid var(--n50);
}

.products-container {
  padding: 160px 40px 40px 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

.product-item {
  padding: 32px 32px 24px 32px;
  border-radius: 4px;
  background-color: var(--n10);
  border: 1px solid var(--n50);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .5s ease;
}

.product-item:hover {
  background-color: var(--n0);
  border: 1px solid var(--n900);
  box-shadow: 0px 11px 44px rgba(66, 82, 110, 0.11);
}

.product-item:hover .product-link--detail {
  background-color: var(--b300);
  color: var(--n0);
}

.product-item:hover .product-link--detail svg path {
  fill: var(--n0);
}

.product-item:active {
  background-color: var(--n0);
  border: 1px solid var(--b300);
  transform: translateY(2px);
  box-shadow: none;
}

.product-item--top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-item--top img {
  display: block;
  height: 56px;
}

.product-item--top h2 {
  font-size: 20px;
  font-family: 'Extended Bold';
  line-height: 155%;
  color: var(--n900);
  transition: .5s ease;
}

.product-item--top h2:hover {
  color: var(--b300);
}

.product-item--top p {
  font-size: 16px;
  font-family: 'Audi Normal';
  line-height: 155%;
  color: var(--n500);
}

.product-item--bottom {
  margin-top: 40px;
  padding-top: 24px;
  width: 100%;
  border-top: 1px solid var(--n50);
  display: flex;
  gap: 8px;
  white-space: nowrap;
  align-items: center;
  justify-content: space-between;
}

.product-item--bottom>a {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.product-item--bottom>a svg path {
  transition: .5s ease;
}

.product-link--mrkt {
  font-size: 14px;
  font-family: 'Audi Normal';
  color: var(--500);
  transition: .5s ease;
}

.product-link--mrkt:hover svg path {
  fill: var(--b300);
}

.product-link--mrkt:hover {
  color: var(--b300);
  text-decoration: underline;
}

.product-link--detail {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Audi Bold';
  color: var(--500);
  transition: .5s ease;
}

.product-link--detail:hover {
  background-color: var(--n700) !important;
  color: var(--n0);
}

.product-link--detail:hover svg path {
  fill: var(--n0);
}

/* Subscribe */
.subscribe {
  margin: 80px auto 0 auto;
  display: flex;
  width: calc(100% - 80px);
  padding: 40px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--b300);
  background: var(--b300);
  gap: 10%;
}

.subs-desc {
  color: var(--n10);
  font-size: 20px;
  font-family: 'Audi Normal';
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}

.subs-form-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.subs-form-container h4 {
  color: var(--n0);
  font-size: 24px;
  font-family: 'Extended Bold';
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  white-space: nowrap;
}

.subs-form {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.subs-input {
  padding-left: 16px;
  background-color: var(--n20);
  line-height: 50px;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  border: 2px solid transparent;
  transition: .5s ease;
}

.subs-input::placeholder {
  color: var(--n200);
  font-size: 14px;
  font-family: 'Audi Normal';
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}

.subs-input:hover {
  background-color: var(--n0);
  border: 2px solid var(--b500);
}

.subs-input:focus {
  background-color: var(--n0);
  border: 2px solid transparent;
}

.subs-input.error {
  border: 2px solid var(--r300);
  color: var(--r300);
}

.subs-btn {
  position: absolute;
  padding: 8px 9px 8px 12px;
  top: 8px;
  right: 8px;
  border-radius: 4px;
  background: var(--b75);
  color: var(--n0);
  cursor: not-allowed;
  font-size: 14px;
  font-family: 'Extended Bold';
}

.subs-btn.valid {
  background: var(--b300);
  color: var(--n0);
  cursor: pointer;
}

.subs-response {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--n0);
  font-family: 'Audi Light';
}

.subs-response i {
  font-size: 24px;
}

.subs-response strong {
  font-family: 'Audi Bold';
}

/* end Subscribe */

/* Single Apps */
.top-bar.dark {
  padding-top: 8px;
}

.top-bar.dark .top-links a {
  color: var(--n20);
}

.top-bar.dark .top-links a:first-child {
  border-right: 1px solid var(--n100);
}

.top-bar.dark .top-links a:hover {
  background-color: var(--n50-a);
}

.top-bar.dark .top-links a:active {
  color: var(--n600);
}

.top-bar.dark .language-trigger:hover {
  background-color: var(--n50-a);
}

.top-bar.dark .language-trigger {
  color: var(--n20);
}

#app-hero {
  position: relative;
  padding: 0;
  height: inherit;
  /* overflow: hidden; */
  background-size: 8vw 8vw;
}

@media (width > 1023px) {

  #app-hero {
    padding-bottom: 11vh;
  }

  #app-hero .hero-content {
    padding-bottom: 120px;
  }
}

@media (width > 1600px) {
  #app-hero {
    padding-bottom: 15vh;
  }
}

#app-hero::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-content.dark h1 {
  margin-top: 24px;
  color: var(--n10);
}

.hero-content.dark h2 {
  margin-top: 16px;
  font-size: 16px;
  line-height: 155%;
  color: var(--n30);
}

.app-hero--ctas {
  margin-top: 24px;
  display: flex;
  gap: 24px;
}

.app-hero--backup {
  background-image:
    linear-gradient(to right, #586394 1px, transparent 1px),
    linear-gradient(to bottom, #586394 1px, transparent 1px);
}

.app-hero--backup::before {
  background: radial-gradient(189.37% 66.38% at 51.22% 50.82%, #4F62AB 0%, #2E3A6C 100%);
}

.app-hero--external-data {
  background-image:
    linear-gradient(to right, #AB664F 1px, transparent 1px),
    linear-gradient(to bottom, #AB664F 1px, transparent 1px);
}

.app-hero--external-data::before {
  background: radial-gradient(189.37% 66.38% at 51.22% 50.82%, #BB8573 0%, #AB664F 100%);
}

.app-hero--in-app-notifications {
  background-image:
    linear-gradient(to right, #AB3333 1px, transparent 1px),
    linear-gradient(to bottom, #AB3333 1px, transparent 1px);
}

.app-hero--in-app-notifications::before {
  background: radial-gradient(189.37% 66.38% at 51.22% 50.82%, #8A0606 5.00%, #6B0000 100%);
}

.app-hero--browser-notifications {
  background-image:
    linear-gradient(to right, #3e6fd8 1px, transparent 1px),
    linear-gradient(to bottom, #3e6fd8 1px, transparent 1px);
}

.app-hero--browser-notifications::before {
  background: radial-gradient(189.37% 66.38% at 51.22% 50.82%, #477CF5 5.00%, #1653DC 100%);
}

.app-hero--activity-log {
  background-image:
    linear-gradient(to right, #31433F 1px, transparent 1px),
    linear-gradient(to bottom, #31433F 1px, transparent 1px);
}

.app-hero--activity-log::before {
  background: radial-gradient(189.37% 66.38% at 51.22% 50.82%, #2D3D39 0%, #252835 100%);
}

.app-hero--better-search {
  background-image:
    linear-gradient(to right, #DF55AE 1px, transparent 1px),
    linear-gradient(to bottom, #DF55AE 1px, transparent 1px);
}

.app-hero--better-search::before {
  background: radial-gradient(189.37% 66.38% at 51.22% 50.82%, #DF54B0 0%, #AB2D81 100%);
}

.app-hero--in-app-confluence {
  background-image:
    linear-gradient(to right, #3c3038 1px, transparent 1px),
    linear-gradient(to bottom, #3c3038 1px, transparent 1px);
}

.app-hero--in-app-confluence::before {
  background: radial-gradient(189.37% 66.38% at 51.22% 50.82%, #181e22 0%, #3c2e42 100%);
}

.app-hero--attachment {
  background-image:
    linear-gradient(to right, #D8AD14 1px, transparent 1px),
    linear-gradient(to bottom, #D8AD14 1px, transparent 1px);
}

.app-hero--attachment::before {
  background: radial-gradient(189.37% 66.38% at 51.22% 50.82%, #F1BD05 0%, #DB9100 100%);
}

.app-hero--migration-assistant {
  background-image:
    linear-gradient(to right, #5C7595 1px, transparent 1px),
    linear-gradient(to bottom, #5C7595 1px, transparent 1px);
}

.app-hero--migration-assistant::before {
  background: radial-gradient(189.37% 66.38% at 51.22% 50.82%, #7B97BB 0%, #5C7595 100%);
}

.app-hero--migration-attachments {
  background-image:
    linear-gradient(to right, #5F4192 1px, transparent 1px),
    linear-gradient(to bottom, #5F4192 1px, transparent 1px);
}

.app-hero--migration-attachments::before {
  background: radial-gradient(189.37% 66.38% at 51.22% 50.82%, #6A4C9E 0%, #6A4C9E 100%);
}

.app-hero--audit-log-confluence {
  background-image:
    linear-gradient(to right, #1f665c 1px, transparent 1px),
    linear-gradient(to bottom, #155f54 1px, transparent 1px);
}

.app-hero--audit-log-confluence::before {
  background: radial-gradient(189.37% 66.38% at 51.22% 50.82%, #208979 0%, #208979 100%);
}

.app-hero--cta-mrkt {
  padding: 9px 24px;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: var(--y200);
  font-family: 'Audi Bold';
  font-size: 16px;
  color: var(--n900);
  transition: .5s ease;
}

.app-hero--cta-mrkt:hover {
  transform: translateY(-2px);
  background-color: var(--y300);
  box-shadow: 0px 8px 22px rgba(247, 149, 12, 0.11);
}

.app-hero--cta-mrkt:active {
  transform: translateY(2px);
  background-color: var(--y500);
  box-shadow: none;
}

.app-hero--cta-scroll {
  padding: 9px 24px;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: var(--n10);
  font-family: 'Audi Bold';
  font-size: 14px;
  color: var(--b300);
  cursor: pointer;
  transition: .5s ease;
}

.app-hero--cta-scroll:hover {
  transform: translateY(-2px);
  background-color: var(--b50);
  box-shadow: 0px 8px 22px rgba(2, 18, 110, 0.11);
}

.app-hero--cta-scroll:active {
  transform: translateY(2px);
  background-color: var(--n40-a);
  color: var(--n50);
  box-shadow: none;
}

.app-hero--cta-scroll svg path {
  transition: .5s ease;
}

.app-hero--cta-scroll:active svg path {
  fill: var(--n50);
}

.app-hero--cta-video {
  padding: 9px 24px;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: var(--n40-a);
  font-family: 'Audi Light';
  font-size: 14px;
  color: var(--n10);
  border: 1px solid var(--n80-a);
  cursor: pointer;
  transition: .5s ease;
}

.app-hero--cta-video:hover {
  background-color: var(--n400-a);
}

.app-hero--cta-video:active {
  background-color: var(--n700);
  transform: translateY(2px);
}

.skew-screen {
  /* position: absolute; */
  transform: translateY(-11vh);
  margin-inline: auto;
  width: calc(100% - 180px);
  /* transform: rotateX(10deg) !important; */
  perspective: 1800px;
}

.skew-screen img {
  margin: 0 auto;
  display: block;
  width: fit-content;
  max-inline-size: 100%;
  transform-style: preserve-3d;
  transform: rotateX(10deg);
  /* transform-origin: bottom */
}

.skew-screen iframe {
  margin: 0 auto;
  display: block;
  width: fit-content;
  border: 8px solid var(--n50-a);
  aspect-ratio: 16/9;
  border-radius: 22px;
  transform-style: preserve-3d;
  transform: rotateX(10deg);
  /* transform-origin: bottom */
}

.after-skew {
  margin: 0 auto;
  padding: 0 120px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}

.after-skew h2 {
  font-size: 48px;
  font-family: 'Extended Bold';
  line-height: 155%;
  color: var(--n900);
  text-align: center;
  max-width: 80vw;
}

.after-skew p {
  font-size: 18px;
  font-family: 'Audi Normal';
  line-height: 155%;
  color: var(--n700);
  text-align: center;
  max-width: 80vw;
}

.after-skew p a {
  text-decoration: underline;
  color: var(--b300);
  transition: .5s ease;
}

.after-skew p a:hover {
  color: var(--b500);
}

.install-now-btn {
  margin: 24px auto 40px auto;
  padding: 16px 40px;
  border: 2px solid var(--n0);
  border-radius: 6px;
  background-color: var(--b300);
  color: var(--n0);
  box-shadow: 0px 4px 20px 2px rgba(7, 95, 227, 0.38), 0px 0px 0px 2px #0065FF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: background .5s ease;
}

.install-now-btn>strong {
  font-family: 'Extended Bold';
}

.install-now-btn>span {
  font-family: 'Audi Normal';
}

.install-now-btn:hover {
  background-color: var(--n700);
  color: var(--n10);
  box-shadow: 0px 4px 20px 2px rgba(7, 95, 227, 0.38), 0px 0px 0px 2px #182942;
}

.install-now-btn:active {
  background-color: var(--n900);
  color: var(--n40);
  box-shadow: none;
}

.product-footer-text {
  padding: 24px 80px;
  font-size: 16px;
  font-family: 'Audi Normal';
  color: var(--n500);
  line-height: 155%;
  background-color: var(--n30-a);
}


/* ------- Backup ------ */
@keyframes fxHero {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-29px);
  }

  100% {
    transform: translateY(0);
  }
}

.fx-hero-img {
  position: absolute;
  flex-shrink: 0;
  mix-blend-mode: luminosity;
  animation: fxHero 8s infinite;
}

.fx-hero-img.fx--icon-tl {
  left: 2vw;
  top: 22vh;
  animation-delay: 1s;
}

.fx-hero-img.fx--icon-bl {
  left: 5vw;
  bottom: 20vh;
  animation-delay: 2.2s;
}

.fx-hero-img.fx--icon-tr {
  right: 1vw;
  top: 22vh;
  animation-delay: 1.3s;
}

.fx-hero-img.fx--icon-br {
  right: 3vw;
  bottom: 20vh;
  animation-delay: 2s;
}

.app-mini-features {
  margin: 80px auto 0 auto;
  padding: 120px 80px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  background-color: var(--n20);
}

.app-mini-box {
  padding: 40px;
  border-radius: 8px;
  border: 1px dashed transparent;
  background-color: var(--n10);
  color: var(--n700);
  flex-basis: calc(48% - 40px);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  will-change: transform;
  transition: .5s ease-out;
}

@media (width > 1600px) {
  .app-mini-box {
    flex-basis: calc(33% - 40px);
  }
}

.app-mini-box--icon svg {
  width: 40px;
}

.app-mini-box:hover {
  border: 1px solid var(--b300);
  color: var(--b0);
  transform: translateY(-12px);
  box-shadow: 0px 12px 32px 0px rgba(66, 82, 110, 0.11);
}

.app-mini-box--name {
  margin-top: 12px;
  font-size: 20px;
  font-family: 'Extended Bold';
  transition: .5s ease;
}

.app-mini-box--desc {
  padding-top: 16px;
  color: var(--n500);
  font-size: 14px;
  font-family: 'Audi Normal';
  line-height: 24px;
  transition: .5s ease;
}

.app-mini-box svg path {
  transition: .5s ease;
}

.app-mini-box:hover .app-mini-box--name {
  color: var(--b300);
}

.app-mini-box:hover svg path {
  fill: var(--b300);
}

.app-mini-box:hover .app-mini-box--desc {
  color: var(--n800);
  max-height: 300px;
  opacity: 1;
}

.feature-slider {
  margin: 0;
  padding: 120px 40px 80px 40px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--n10);
  overflow: hidden;
}

.feature-slider h2 {
  font-size: 48px;
  font-family: 'Extended Bold';
  color: var(--n900);
  line-height: 155%;
  text-align: center;
}

.features-badge {
  display: inline-flex;
  font-size: 48px;
  color: var(--n800);
  /* background-color: var(--n500); */
  border-radius: 3px;
  font-family: 'Extended Bold';
  padding: 4px 12px;
}

.feature-block-container {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.feature-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.feature-block:nth-child(even) {
  flex-direction: row-reverse;
}

.feature-block__text {
  max-width: 40vw;
  min-width: 40vw;
}

.feature-block__text a {
  color: var(--b300);
  text-decoration: underline;
}

.feature-block__text a:hover {
  color: var(--b500);
}

.feature-block__text h3 {
  display: inline-flex;
  font-size: 24px;
  padding: 8px 12px;
  border-radius: 6px;
  color: var(--n0);
  background-color: var(--b200);
  font-family: 'Extended Bold';
}

.feature-block__text p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Audi Normal';
  color: var(--n500);
}

.feature-block__visual img {
  border-radius: 8px;
  max-inline-size: 100%;
  transition: transform .5s ease;
}

.feature-slider__container {
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

#ft-slider--sidebar {
  padding-top: 40px;
  padding-bottom: 40px;
  flex: 3;
}

#ft-slider--sidebar .splide__arrow--prev {
  top: 0;
}

#ft-slider--sidebar .splide__arrow--next {
  bottom: 0;
}

#ft-slider--content {
  z-index: 8;
}

.ft-slider--item_content {
  position: relative;
}

.ft-slider--item_content::before {
  content: url('/assets/img/expand.svg');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 18px;
  color: var(--n0);
  background-color: var(--n50-a);
  user-select: none;
  pointer-events: none;
  z-index: 1;
}

@media (width > 720px) {
  .ft-slider--item_content::before {
    display: none;
  }
}

.ft-slider--item_content {
  z-index: 10;
}

#ft-slider--content img {
  border-radius: 8px;
  float: right;
  text-align: right;
}

.ft-slider--item {
  margin-bottom: 16px !important;
  padding: 12px 24px;
  border: none !important;
  border-left: 4px solid transparent !important;
  cursor: pointer;
  width: 100%;
  outline: none !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: .5s ease;
}

.ft-slider--item.is-active {
  border: none !important;
  border-left: 4px solid var(--b300) !important;
  background-color: var(--n0) !important;
}

.ft-slider--item:hover {
  background-color: var(--n0) !important;
}

.ft-slider--item h3 {
  font-size: 20px;
  font-family: 'Extended Bold';
  color: var(--n700);
  white-space: nowrap;
}

.ft-slider--item p {
  font-size: 14px;
  line-height: 200%;
  font-family: 'Audi Normal';
  color: var(--n500);
  padding-bottom: 8px;
}

/* Video */
#app-video {
  padding: 120px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5vh;
}

#app-video h2 {
  font-family: 'Extended Bold';
  color: var(--n900);
  font-size: 48px;
}

/* end Video */

/* Other apps */
.other-apps {
  border-top: 1px dashed var(--n100-a);
  width: 100%;
  padding: 120px 80px;
  background-color: var(--n20);
  overflow: hidden;
}

.other-apps__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.other-apps__header h3 {
  font-size: 32px;
  color: var(--n900);
  font-family: 'Extended Bold';
}

.other-apps__link {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: transparent;
  border: 1px solid var(--n800);
  border-radius: 88px;
  color: var(--n800);
  font-family: 'Audi Normal';
  transition: .5s ease;
}

.other-apps__link:hover {
  color: var(--n20);
  background-color: var(--n800);
}

.other-apps__link:active {
  transform: translateY(2px);
  color: var(--n800);
  background-color: var(--n30);
}

.other-apps__link svg path {
  transition: .5s ease;
}

.other-apps__link:hover svg path {
  fill: var(--n20);
}

.other-apps__link:active svg path {
  fill: var(--n800);
}

.other-apps__container {
  margin-top: 40px;
  width: 100%;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}

/* end Other apps */


/* Company Logos */
.app-company-logos {
  margin-bottom: 80px;
}

.app-company-logos img {
  /* object-fit: contain; */
  height: 20px !important;
}

.app-company-logos h2 {
  margin-bottom: 24px;
  font-family: 'Extended Bold';
  font-size: 14px;
  color: var(--n500);
  text-align: center;
}

/* end Company Logos */

/* ------- end Backup ------ */
.fixed-footer-nav {
  position: fixed;
  padding: 8px 48px;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100vw;
  background-color: var(--n30);
  z-index: 88;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--n50);
  box-shadow: 0px -4px 32px 0px rgba(18, 35, 63, 0.16);
  transition: .5s ease;
}

.fixed-footer-nav.fix {
  transform: translateY(0);
}

.fixed-ft-nav--logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fixed-ft-nav--logo img {
  display: block;
  height: 40px;
  width: 40px;
}

.fixed-ft-nav--logo h3 {
  font-size: 14px;
  color: var(--n700);
  font-family: 'Extended Bold';
  white-space: nowrap;
}

.fixed-ft-nav--meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fixed-ft-nav--meta i {
  font-size: 12px;
  color: var(--y300);
}

.fixed-ft-nav--logo p {
  padding: 12px 16px;
  border-left: 1px solid var(--n60);
  font-size: 12px;
  color: var(--n500);
  max-width: 60%;
  font-family: 'Audi Normal';
}

.fixed-ft-nav--cta {
  display: flex;
  align-items: center;
  gap: 24px;
}

.fixed-ft-nav--cta a {
  white-space: nowrap;
  border-radius: 4px;
}

.fixed-ft-nav--cta a span {
  font-size: 12px;
  transition: .5s;
}

.fixed-ft-nav--cta .app-hero--cta-scroll svg path {
  transition: .5s ease;
}

.fixed-ft-nav--cta .app-hero--cta-scroll:active span {
  color: var(--n0);
}

.fixed-ft-nav--cta .app-hero--cta-scroll:active {
  background-color: var(--b300);
}

.fixed-ft-nav--cta .app-hero--cta-scroll:active svg path {
  fill: var(--n0)
}

/* More features */
.app-more-features {
  padding: 120px 80px 24px 80px;
  background-color: var(--n10);
}

.app-more-features h3 {
  width: 100%;
  margin-bottom: 24px;
  font-size: 20px;
  color: var(--n700);
  font-family: 'Extended Bold';
}

.app-more-features__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  grid-gap: 40px;
  padding: 56px;
  border-radius: 8px;
  background-color: var(--n30);
}

.app-more-feature__box {
  padding: 16px;
  border-radius: 6px;
  background-color: var(--n20);
  display: flex;
  gap: 16px;
  transition: .5s ease;
}

.app-more-feature__box:hover {
  background-color: var(--n0);
  transform: scale(1.05);
}

.app-more-feature__box--icon i {
  font-size: 24px;
}

.app-more-feature__box--icon-emoji {
  font-size: 24px;
}

.app-more-feature__box--meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.app-more-feature__box--meta h4 {
  font-size: 18px;
  color: var(--n800);
}

.app-more-feature__box--meta h4 a {
  text-decoration: underline;
  color: var(--b300);
  transition: .5s ease-in-out;
}

.app-more-feature__box--meta h4 a:hover {
  text-decoration: underline;
  color: var(--b100);
}

.app-more-feature__box--meta p {
  font-size: 14px;
  color: var(--n400);
  line-height: 155%;
  text-align: left;
  font-family: 'Audi Normal';
}

.app-more-feature__box--meta p a {
  text-decoration: underline;
  color: var(--b300);
  transition: .5s ease;
}

.app-more-feature__box--meta p a:hover {
  color: var(--b500);
}

.app-more-feature__box--meta p a:active {
  color: var(--b200);
}

.app-more-feature__box--meta p strong {
  font-weight: 600;
  color: var(--n600);
}

/* end More features */


/* end Single Apps */

/* APP: Browser notifications */
.app-browser--logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 32px;
}

.app-browser--logo i {
  font-size: 32px;
  color: var(--n200-a);
  transition: .5s ease-in-out;
}

.app-browser--logo i:hover {
  color: var(--n700);
  transform: translateY(-5px);
}

.app-browser--logo img {
  display: block;
  height: 64px;
  opacity: .92;
  transition: .5s ease;
}

.app-browser--logo:hover img {
  transform: translateY(-4px);
  opacity: 1;
}

/* APP: Browser notifications */

@media (width < 1025px) {
  .page-hero {
    height: inherit;
    padding-bottom: 40px;
  }

  .hero-content {
    position: inherit;
    padding-top: 40px;
    top: inherit;
    left: inherit;
    transform: none;
    padding-inline: 3%;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: inherit;
  }

  .breadcrumbs {
    top: 120px;
  }

  .breadcrumbs.fixed {
    left: 3%;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content h2 {
    font-size: 20px;
  }

  .hero-content h3 {
    font-size: 14px;
  }

  .products-hero--cta {
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
  }

  .products-top-ribon {
    display: none;
  }

  #page-main {
    /* margin-top: -10vh; */
    margin-top: 40px;
    width: calc(100vw - 24px);
  }

  .products-container {
    padding: 32px 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  /* App: Backup */
  #app-hero {
    height: inherit;
  }

  #app-hero .hero-content {
    margin-top: 80px;
    padding-bottom: 120px;
    justify-content: flex-start;
  }


  .fx-hero-img {
    height: 80px;
  }


  #app-company-logos {
    margin-top: -40px;
    margin-bottom: 120px;
  }

  #after-skew {
    margin-top: -80px;
    padding-bottom: 40px;
    max-inline-size: 100%;
  }

  .app-mini-features {
    margin: 40px auto 0 auto;
    padding: 40px 8px;
  }

  .app-mini-box {
    flex-basis: calc(50% - 24px);
  }

  .feature-slider__container {
    margin-top: 40px;
    flex-direction: column;
  }

  .ft-slider--item h3 {
    font-size: 16px;
  }

  .fixed-ft-nav--logo p,
  .ft-slider--item p {
    display: none;
  }

  .fixed-footer-nav {
    padding: 8px 12px;
  }

  #ft-slider--sidebar {
    display: none;
  }

  #ft-slider--content img {
    float: left;
    min-width: 100%;
  }

  .app-more-features {
    padding: 24px 0;
  }

  .app-more-features__container {
    padding: 24px;
    grid-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  }

  .skew-screen {
    transform: translateY(-100px);
  }

  .skew-screen iframe {
    width: 100%;
    height: auto;
  }

  .after-skew h2 {
    font-size: 32px;
    max-width: 96vw;
  }

  #ft-slider--content .splide__pagination {
    bottom: 12px !important;
  }

  .product-item--bottom {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .feature-block {
    flex-direction: column;
    gap: 40px;
  }

  .feature-block:nth-child(even) {
    flex-direction: column;
  }

  .feature-block__text {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }

}

@media (width < 768px) {
  .products-container {
    padding: 32px 12px;
    grid-template-columns: repeat(1, 1fr) !important;
  }



  .product-link--detail,
  .product-link--mrkt {
    white-space: nowrap;
  }

  /* APPs */
  #app-hero .breadcrumbs li:nth-child(4),
  #app-hero .breadcrumbs li:nth-child(5) {
    display: none;
  }

  #app-hero .hero-content {
    margin-top: 10vh;
  }

  #app-hero .hero-content {
    margin-top: 80px;
    padding-bottom: 120px;
    justify-content: flex-start;
  }


  .fx-hero-img {
    height: 56px;
  }

  .hero-content h2 {
    font-size: 14px !important;
  }

  .app-hero--ctas {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .skew-screen {
    width: calc(100% - 80px);
  }

  .after-skew {
    padding: 0 0;
  }

  .after-skew h2 {
    font-size: 24px;
  }

  .app-mini-box {
    padding: 24px;
    flex-basis: calc(100% - 12px);
  }

  .app-mini-box--icon svg {
    width: 32px;
  }

  /* Fixed ft */
  .fixed-ft-nav--meta {
    display: none;
  }

  .fixed-ft-nav--cta {
    gap: 8px;
    justify-content: space-between;
    width: 100%;
  }

  .app-hero--cta-scroll,
  .app-hero--cta-mrkt {
    padding: 8px 12px;
    gap: 8px;
  }

  .fixed-ft-nav--cta>a>div,
  .fixed-ft-nav--cta i {
    display: none;
  }

  .fixed-ft-nav--logo {
    display: none;
  }

  .ft-block-container {
    padding-bottom: 24px;
  }

  .feature-slider {
    padding: 40px 12px;
  }

  .feature-slider h2 {
    font-size: 24px;
    text-align: center;
  }

  .other-apps {
    padding: 40px 12px;
  }

  .other-apps__header {
    gap: 12px;
  }

  .other-apps__header h3 {
    font-size: 24px;
    white-space: nowrap;
  }

  .other-apps__link {
    padding: 12px 4px;
    border: none;
    white-space: nowrap;
  }

  .other-apps__header {
    align-items: center;
  }

  .other-apps__container {
    margin-top: 24px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .app-more-features__container {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .product-footer-text {
    padding: 24px;
  }

  .after-skew p,
  .after-skew h2 {
    max-width: 100%;
  }
}

@media (width < 400px) {
  #app-hero .hero-content {
    margin-top: 10vh;
  }

  .fx-hero-img {
    height: 48px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .app-hero--ctas {
    width: 100%;
    gap: 16px;
  }

  .app-hero--ctas>* {
    width: 100%;
    border-radius: 4px !important;
  }

  .skew-screen {
    width: calc(100% - 24px);
  }

  .install-now-btn {
    margin-bottom: 0;
  }

  .product-item--top img {
    height: 32px;
  }

  .product-item {
    padding: 24px;
  }

  .product-item--top {
    gap: 12px;
  }

  .product-item--bottom {
    margin-top: 24px;
  }

  .product-item--bottom>a {
    width: 100%;
    display: block;
    text-align: center;
  }

  .app-browser--logo {
    gap: 16px;
  }

  .app-browser--logo i {
    font-size: 24px;
  }
}

@media (width < 300px) {
  #app-hero .hero-content {
    margin-top: 40px;
  }

  .fx-hero-img {
    height: 40px;
  }

  .hero-content h1 {
    font-size: 24px;
  }

  .install-now-btn span {
    display: none;
  }

  .other-apps__header h3 {
    font-size: 18px;
  }
}