/** Shopify CDN: Minification failed

Line 136:5 Unexpected "{"

**/
:root {
  --zindex-1: 2147483647;
  --zindex-2: 110514565;
  --font-body: 'Product Sans' !important;
}

/* Product Sans */
@font-face {
  font-family: 'Product Sans';
  src: url('//kineon.io/cdn/shop/t/102/assets/ProductSans-Regular.ttf?v=154525335167757497191759590166') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Product Sans';
  src: url('//kineon.io/cdn/shop/t/102/assets/ProductSans-Bold.ttf?v=80368341429412517311759590166') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Helvetica Neue */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('//kineon.io/cdn/shop/t/102/assets/HelveticaNeueRoman.otf?v=52251848219897399041759590165') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//kineon.io/cdn/shop/t/102/assets/HelveticaNeueMedium.otf?v=30707289953993947271759590165') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//kineon.io/cdn/shop/t/102/assets/HelveticaNeueBold.otf?v=15052175570751403171759590164') format('opentype');
  font-weight: 700;
  font-style: normal;
}


h1,  .h1-style,  h2,  h3,  h4,  h5,  h6 {
    font-family: 'Helvetica Neue', Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    margin: 0;
}
  
p, a, span, a span {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    text-decoration: none;
    font-family: 'Product Sans';
}

  
  /* starting */
  /*#region*/
   img,
   svg,
   video {
    max-width: 100%;
  }

   select:focus,
   input:focus {
    outline: none;
    outline-offset: 0em;
    box-shadow: none;
  }
  /*#endregion*/
  
  
  /* section top */
  /*#region*/
  .c-section-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .c-full-width {
    width: 100%;
  }
  
  .c-section-top-subheading {
    font-family: "Product Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }
  
  @media (max-width: 768px) {
    .c-section-top {
      width: 100%;
      margin-bottom: 2em;
    }
  }
  /*#endregion*/
  
  /* fonts */
  /*#region*/
   input,
   button,
   select,
   textarea {
    letter-spacing: 1px;
    line-height: 110%;
    font-size: 16px;
    font-family: "Product Sans";
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
  }
  
  @media(max-width: 768px) {
     {
      font-size: 16px;
    }
  }
  
   h1,
   h2,
   h3,
   h4,
   h5,
   .h0,
   .h1,
   .h2,
   .h3,
   .h4,
   .h5 {
    letter-spacing: 0px;
    line-height: 110%;
    font-weight: 500;
    word-break: break-word;
  }
  
.h1, h1 {
    font-size: 64px;
  }
  
.h2, h2 {
    font-size: 48px;
  }
  
.h3, h3 {
    font-size: 36px;
  }
  
.h4, h4 {
    font-size: 28px;
  }
  
.h5, h5 {
    font-size: 28px;
  }
  
h6, .h6 {
    font-size: 28px;
  }
  
@media(max-width: 768px) {
     .h1,
     h1 {
      font-size: 48px;
    }
  
     .h2,
     h2 {
      font-size: 30px;
    }
  
     .h3,
     h3 {
      font-size: 24px;
    }
  
     .h4,
     h4 {
      font-size: 20px;
    }
  
     .h5,
     h5 {
      font-size: 18px;
    }
  
     h6,
     .h6 {
      font-size: 18px;
    }
  }
  /*#endregion*/
  
  
  ul li, ol li {
    word-break: break-word;
  }
  
  
  /* buttons */
  /*#region*/
  .c-buttons-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  
  .c-button {
    padding: 10px 24px;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    transition: 0.2s ease;
    /*opacity: 0.9;*/
    text-transform: uppercase;
    font-weight: 500;
    /* max-width: 600px; */
     transition: all 0.3s ease;
     font-size: 16px;
     font-family: "Helvetica Neue";
     line-height: 100%;
  }

  .c-button span {
    line-height: 100%;
    font-size: 16px;
  }
  
  .c-b1 {
    background: #282460;
    color: #ffffff;
    border: 1px solid #282460;
  }
  
  .c-b1:hover {
    opacity: 0.85;
    transform: scale(0.95);
    cursor: pointer;
  }
  
  .c-b2 {
    border: 2px solid ;
    background: ;
    color: #282460;
  }
  
  .c-b2:hover {
    opacity: 0.85;
    transform: scale(0.95);
    cursor: pointer;
  }
  
  .c-b3 {
    background: linear-gradient(90deg, #2B2763 0%, #8080B9 100%);
    color: #F3F4FE;
    padding: 12px 26px;
  }
  
  .c-b3:hover {
    opacity: 0.85;
    transform: scale(0.95);
    cursor: pointer;
  }

  .c-b8 {
    border-radius: 50px;
    background: #FFF;
    padding: .75rem 3.5rem;
    text-transform: uppercase;
    color: #414141;
    font-weight: 500;
    transition: all 0.4s ease-in;
  }

  .c-b8 svg {
    transition: all 0.4s ease-in;
    fill: #414141;
  }

  .c-b8:hover {
    background: #1A1740;
    color: white;
  }

  .c-b8:hover svg,
  .c-b8:hover svg path {
    fill: white !important;
  }

  .c-b9 {
    padding: .75rem 3.5rem;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
    transition: all 0.4s ease-in;
    line-height: 100%;
  }

  .c-b9:hover,
  .c-b10:hover {
    background: white;
    color: black;
  }
  
  @media (max-width: 768px) {
    .c-buttons-div {
      flex-direction: column;
      align-items: flex-start;
    }

    .c-b1, .c-b2, .c-b3 {
      font-size: 16px;
      width: 100%;
    }

    p, a, span, a span {
      margin: 0;
      font-size: 16px;
    }
  }
  /*#endregion*/
  
  
  /* selection text */
  /*#region*/
  /* scroll bar */
  ::-webkit-scrollbar {
    width: 8px;
  }
  
  ::-webkit-scrollbar-track {
    background: #eee;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #282460;
    border: 1px solid #eee;
    border-radius: 999px;
    transition: 0.2s ease;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #000;
  }
  
  ::-webkit-scrollbar-thumb:active {
    background: #000;
  }


  /* BUTONS*/
  .c-b7 {
  border-radius: 100px;
  background: #1A1740;
  color: white;
  font-weight: 500;
  line-height: 120%;
  margin: 0 auto;
  border: 1px solid #1A1740;
  transition: all 0.4s ease-in;
  /* padding: .75rem 3.5rem; */
  padding: 1.15rem 3.5rem;
  text-transform: uppercase;
  gap: .3rem;
  font-family: "Helvetica Neue";
}

.c-b7 svg {
  fill: white;
  transition: all 0.4s ease-in;
}

.c-b7:hover {
  background: white;
  color: #1A1740;
}

.c-b7:hover svg,
.c-b7:hover svg path {
  fill: #1A1740;
}