:root {
  --white-actual: #fff;
  --color--black: #101011;
  --text-size--tiny: 0.75rem;
  --text-size--medium: 1.125rem;
  --color--karana-blue: #77baf1;
  --color--karana-dark-blue: #23547b;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  height: 100%;
}

body {
  background-color: var(--white-actual);
  min-height: 100%;
  margin: 0;
}

/* START HEADER */

header {
  z-index:100;
  position: fixed;
  inset: 0% 0%auto;
  background-color: black;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem;
  gap: 1.5rem;
}

.main-nav {
    display: flex;
    align-items: baseline;
    gap: 1.5rem;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo img {
    height: 5rem;
    display: block;
}

.nav-link {
    text-decoration: none;
}

.flex-spacer {
    flex-grow: 1;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 0;
}

.dropdown-menu {
    position: absolute;
    left: 0;
    padding: 0.5rem 0;
    top: 100%;
    list-style: none;
    margin: 0;
    min-width: 160px;
    display: none;
    background-color: black;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
    display: block;
}

.dropdown-menu li a {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
}


@media (max-width: 768px) {
    header {
        position: static;
        flex-direction: column;
        align-items: center;
        gap: 0rem;
    }

    .logo {
        order: 1;
        align-self: center;
    }

    .header-actions {
        order: 2;
    }

    .main-nav {
        order: 3;
    }

    .flex-spacer {
        display: none;
    }

    .header-actions, .main-nav {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 0;
    }

    #request-license {
        order: -1;
    }

    .dropdown {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dropdown-toggle {
        align-self: center;
        width: 100%;
    }

    .dropdown-menu {
        position: static;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown:focus-within .dropdown-menu {
        display: block;
    }
}



/* END HEADER */





section {
  display: block;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

[class*=" w-icon-"] {
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

* {
  box-sizing: border-box;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  display: inline-block;
  position: relative;
}

.w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
}

.w-nav {
  z-index: 1000;
  background: #ddd;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
}

@media screen and (max-width: 479px) {
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: Satoshi;
  src: url("static/satoshi_italic_400.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Satoshi;
  src: url("static/satoshi_italic_700.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Satoshi;
  src: url("static/satoshi_normal_400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Satoshi;
  src: url("static/satoshi_normal_500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Satoshi;
  src: url("static/satoshi_italic_500.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: Satoshi;
  src: url("static/satoshi_italic_300.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Satoshi;
  src: url("static/satoshi_normal_700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Satoshi;
  src: url("static/satoshi_normal_300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

.w-layout-blockcontainer {
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--white-actual);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.main-content {
    color: black;
}

.breadcrumb {
    font-size: 1.5rem;
}

.breadcrumb .crumb a {
    color: black;
    text-decoration: none;
}

.breadcrumb .crumb a:hover {
    text-decoration: underline;
}

.breadcrumb .crumb::after {
    content: " › ";
}

.breadcrumb .crumb:last-child {
    font-weight: 700;
}

.breadcrumb .crumb:last-child::after {
    content: "";
}


img {
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.home-heading {
  align-self: center;
  line-height: 1;
}

.home-heading.text-weight-bold {
  color: var(--color--black);
  font-size: 2.5rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.container {
  justify-content: space-between;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.container.short-container {
  width: auto;
  max-width: none;
  height: auto;
  min-height: 0;
}

.container.hero-graphic {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.hero-image {
  max-width: 100%;
  border-radius: 15px;
  margin: auto;
  display: block;
}

.padding-global {
  margin-top: 6rem;
  width: 100%;
  height: auto;
  padding: 2.5rem;
  display: block;
  overflow: visible;
}

.text-weight-bold {
  font-weight: 700;
}

.hero-wrapper {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 80vw;
  margin: auto;
  display: block;
  overflow: clip;
}

.double-button-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  filter: drop-shadow(0 2px 5px #000000b3);
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.footer-grid-wrap {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-grid-wrap.footer-minor-text {
  font-size: var(--text-size--tiny);
  line-height: var(--text-size--tiny);
  font-weight: 300;
}

.footer-heading {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.footer-heading.footer-no-animation {
  max-height: none;
  margin: auto;
  overflow: visible;
}

.footer-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #ebebeb;
  transform: translate(0, -2px);
}

.footer-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  display: flex;
}

.gradient-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #101011, #1010111a);
  position: absolute;
  inset: 0%;
}

.gradient-overlay.hero {
  height: 100vh;
}

.max-width-60ch {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  width: 60ch;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.brand {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: block;
}

.right-navbar-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: visible;
}

.navbar-component {
  grid-column-gap: 1.75vw;
  grid-row-gap: 1.75vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-height: 7rem;
  padding: 1.3rem 1.5rem;
  display: flex;
}

.nav-menu {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--white-actual);
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.nav-menu-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr minmax(0, 3fr) 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.navbar {
  color: var(--color--black);
  position: fixed;
  inset: 0% 0%auto;
}

.navbar.navbar-header {
  background-color: #101011;
}

.nav-link {
  color: var(--white-actual);
  padding: 0.2rem 0;
  text-decoration: none;
  transition: all 0.25s;
  position: relative;
}

.nav-link:hover {
  opacity: 0.8;
  font-weight: 400;
  transform: translate(0, 1px);
}

.nav-link.text-weight-bold:hover {
  font-weight: 700;
}

.relative {
  z-index: 2;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-size-small-2.text-weight-bold {
  font-size: 1rem;
}

.section {
  border-top: 1px solid #fff;
  height: auto;
  margin-bottom: auto;
  overflow: visible;
}

.section.footer-section {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #000;
  border-top-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

/*
.image-4 {
  object-fit: cover;
  width: auto;
  max-width: none;
  display: block;
}
*/

.image-5 {
  text-align: center;
  object-fit: cover;
  align-self: auto;
  width: 13rem;
  margin-top: 15px;
  margin-bottom: 20px;
}

.footer-block {
  color: var(--white-actual);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 0.75rem;
  font-weight: 300;
}

.footer-grid-2 {
  grid-column-gap: 3rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: auto;
  align-items: start;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
}

.footer-minor {
  grid-column-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: start;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 0.5;
  display: flex;
  overflow: clip;
}

.footer-minor-link {
  color: var(--white-actual);
  font-weight: 300;
}

.button-elipse-2 {
  background-color: var(--color--karana-dark-blue);
  border-radius: 50%;
  width: 15rem;
  height: 10rem;
  position: absolute;
  top: 3.5rem;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: visible;
}

.container-7 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-large-6 {
  color: var(--color--black);
  font-size: 1.5rem;
  font-weight: 700;
}

.icon-2 {
  color: var(--white-actual);
  margin-right: 0;
}

.dropdown {
  text-overflow: clip;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
}

.spacer-2rem {
  height: 2rem;
}

.product-subtitle {
  z-index: 2;
  color: var(--color--black);
  font-size: var(--text-size--medium);
  text-align: center;
  order: 0;
  position: relative;
}

.support-header-button {
  background-color: var(--color--karana-blue);
  color: #fbfbfb;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  border: 0;
  cursor: pointer;
}
.support-header-button:hover {
  transform: translate(0, 1px);
}

.support-links-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.links-header {
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 60px;
}

.link-wrapper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.image-12 {
  object-fit: contain;
  width: 4rem;
  display: block;
}

.div-block-8 {
  flex-flow: column;
  display: flex;
}

.text-block-8 {
  color: var(--color--black);
}

.text-link-medium {
  color: var(--color--black);
  font-size: 1.5rem;
}

.nav-link-nested {
  color: var(--white-actual);
  padding: 0.2rem 0;
  text-decoration: none;
  transition: all 0.25s;
  position: relative;
}

.nav-link-nested:hover {
  opacity: 0.8;
  font-weight: 400;
  transform: translate(0, 1px);
}

.contact-us-button {
  color: var(--white-actual);
  background-color: #77baf1;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.download-list {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: flex-start center;
  width: 80%;
  display: flex;
  position: static;
  inset: 0%auto auto 0%;
  overflow: clip;
}

.spacer-1rem {
  height: 1rem;
}

@media screen and (max-width: 991px) {
  .home-heading {
    font-size: 4.5rem;
  }

  .footer-heading {
    margin-bottom: 4rem;
  }

  .footer-component {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .gradient-overlay {
    background-image: linear-gradient(0deg, #101011, #10101196);
  }

  .right-navbar-content {
    display: none;
  }

  .navbar-component {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .nav-menu {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    color: #fff;
    background-color: #1a1a1a;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
    position: absolute;
  }

  .nav-menu-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .text-size-large-6 {
    font-size: 1.4rem;
  }

  .nav-link-nested {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .home-heading {
    font-size: 4rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-component {
    padding-top: 4rem;
  }

  .max-width-60ch {
    width: auto;
    max-width: 60ch;
  }

  .right-navbar-content {
    display: block;
  }

  .navbar-component {
    padding: 0.3rem 2vw;
  }

  .nav-menu-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .navbar.navbar-header {
    height: 10vh;
    min-height: auto;
    max-height: none;
  }

  .footer-grid-2 {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 90vw;
    margin-bottom: 2vh;
  }

  .footer-minor {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-large-6 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .home-heading {
    line-height: 1.1;
  }

  .home-heading.text-weight-bold {
    text-align: center;
    width: auto;
    max-width: 70vw;
    font-size: 12vw;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-wrapper {
    width: 100%;
  }

  .double-button-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .navbar-component {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .nav-menu {
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .footer-grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: flex-start center;
  }

  .footer-minor {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: flex-start center;
  }

  .button-elipse-2 {
    width: 20rem;
    height: 20rem;
  }

  .padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-large-6 {
    font-size: 1.2rem;
  }

  .support-header-button,
  .contact-us-button {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
}

.sf-hidden {
  display: none !important;
}

.no-transform {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
}

img .link-image {
  background-blend-mode: normal !important;
  background-clip: content-box !important;
  background-position: 50% 50% !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("static/link.webp") !important;
  background-size: contain !important;
  background-origin: content-box !important;
  background-repeat: no-repeat !important;
}


.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 24px; /* Space between items */
  padding: 24px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* Ensures consistent aspect ratio for all items */
  aspect-ratio: 16 / 9;
}

.gallery-item > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}

.gallery-item .thumbnail {
  object-fit: cover;
  z-index: 1;
}

.gallery-item .preview-video {
  object-fit: cover;
  z-index: 2;
  opacity: 0; /* Hidden by default */
}


.gallery-title {
  margin: 0;
  font-size: 1.1rem;
  width: 100%;

  color: black;
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Scale the entire item on hover */
.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* On hover, fade in the video and the title overlay */
.gallery-item:hover .preview-video,
.gallery-item:hover {
  opacity: 1;
}

.gallery-player {
    max-width: 80vw;
    max-height: 60vh;
    margin: auto;
    display: block;
}
