/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4.25em;
  line-height: 1.1em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.375em;
  line-height: 1.1em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.25em;
  line-height: 1.2em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.75em;
  line-height: 1.2em;
}

h5 {
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
		width: 95vw;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.p-sm-end {
  padding-bottom: 3em;
}

.infotext {
  color: #7d7d7d;
  font-size: 0.875em;
  line-height: 1.4em;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-right: auto;
  margin-left: auto;
}

.title1 {
  background-image: linear-gradient(135deg, #ffc15c, #fffbe6 84%);
  font-size: 4.25em;
  line-height: 1.1em;
  font-weight: 600;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-w3 {
  width: 100%;
  max-width: 52.5em;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden !important;	
}

.title2 {
  font-size: 3.375em;
  line-height: 1.1em;
  font-weight: 600;
}

.gutter-outside {
  padding-right: 4em;
  padding-left: 4em;
}

.copy-medium {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 400;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.p-sm-start {
  padding-top: 3em;
}

.p-xl-start {
  padding-top: 8.5em;
}

.section-tablet-scroll-animation {
 overflow: hidden !important;	
}

.text-center {
  text-align: center;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-description {
  padding-top: 2em;
  padding-bottom: 1.7em;
}

.tutorial-link {
  display: inline-block;
  padding: 1em 2.1em;
  border: 2px solid #000;
  border-radius: 999em;
  background-color: #000;
  -webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  color: #edebd1;
  font-size: 1em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.tutorial-link:hover {
  padding-right: 3.5em;
  padding-left: 3.5em;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.wow-heading {
  margin-bottom: 0.1em;
  font-size: 3em;
  line-height: 1;
  font-weight: 600;
}

.wow-heading.wow-gradient {
  margin-bottom: 0.1em;
  padding-bottom: 0.2em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wow-heading.wow-gradient.big {
  font-size: 6em;
}

.tablet-mockup-animation {
  position: relative;
  z-index: 2;
}

._3d-tablet-wrap {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.ipad-mockup {
  position: relative;
}

.ipad-screen {
  position: absolute;
  left: 3%;
  top: 4%;
  z-index: 1;
  width: 93.8%;
  height: 91.6%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ipad-screen.overflow-hidden {
  overflow: hidden;
}

.ipad-shape {
  position: relative;
  z-index: 2;
  width: 100%;
}
.screenshot-scroll {
  width: 100%;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 0.87rem;
  }

  .gutter-outside {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .copy-medium {
    font-size: 1.8em;
  }

  .ipad-screen {
    border-radius: 7px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.75rem;
  }

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: 0.9em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .infotext {
    font-size: 1em;
    line-height: 1.3em;
  }

  .title1 {
    font-size: 3.2em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .intro-description {
    padding-right: 0em;
    padding-left: 0em;
  }

  .wow-animation {
    font-size: 0.7em;
  }

  .ipad-screen {
    border-radius: 6px;
  }
}

@media screen and (max-width: 479px) {
  ._3d-tablet-wrap {
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
  }

  .ipad-screen {
    border-radius: 4px;
  }
}

.item-hints {
  height: 400px;
  width: 400px;
margin: 25px auto;
margin-top: -70%!important;
z-index: 88888!important;
transform: scale(0.92);
left: -65em !important;
	position: absolute;
	    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
	
}
/* Medium Devices, Desktops */
@media (max-width: 768px) {
.item-hints {
display: none !important;
 }
}
 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
.item-hints {
display: none !important;
 }
}
.item-hints .hint1 {
  width: 60px;
  height: 60px;
  margin: 25px auto;
  position: relative;
  bottom: -8em!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-hints .hint1::after {
  /* //green glow */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 2px;
  height: 2px;
  z-index: 1;
  -webkit-box-shadow: 0 0 50px 30px rgba(14,159,215,0.72);
  box-shadow: 0 0 50px 30px rgba(14,159,215,0.72);
  -webkit-animation: home_hero_item_hints_glow 2s
    cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
  animation: home_hero_item_hints_glow 2s cubic-bezier(0.25, 0.1, 0.2, 1)
    infinite;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@-webkit-keyframes home_hero_item_hints_glow {
  0% {
    -webkit-box-shadow: 0 0 30px 5px #1ac3ed;
    box-shadow: 0 0 30px 5px #1ac3ed;
  }
  70% {
    -webkit-box-shadow: 0 0 70px 50px rgba(155, 223, 240, 0);
    box-shadow: 0 0 70px 50px rgba(155, 223, 240, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(155, 223, 240, 0);
    box-shadow: 0 0 0 50px rgba(155, 223, 240, 0);
  }
}
@keyframes home_hero_item_hints_glow {
  0% {
    -webkit-box-shadow: 0 0 30px 5px #1ac3ed;
    box-shadow: 0 0 30px 5px #1ac3ed;
  }
  70% {
    -webkit-box-shadow: 0 0 70px 50px rgba(155, 223, 240, 0);
    box-shadow: 0 0 70px 50px rgba(155, 223, 240, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(155, 223, 240, 0);
    box-shadow: 0 0 0 50px rgba(155, 223, 240, 0);
  }
}
.item-hints .hint1-dot {
  z-index: 3;
  border: 2px solid rgba(14,159,215,0.72);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  -webkit-transform: translate(-0%, -0%) scale(0.95);
  transform: translate(-0%, -0%) scale(0.95);
  -webkit-animation: home_hero_item_hints_border 7s linear infinite;
  -moz-animation: home_hero_item_hints_border 7s linear infinite;
  animation: home_hero_item_hints_border 7s linear infinite;
  margin: 0;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 600px) {
.item-hints .hint1-dot {
  z-index: 3;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  -webkit-transform: translate(-0%, -0%) scale(0.95);
  transform: translate(-0%, -0%) scale(0.95);
  -webkit-animation: home_hero_item_hints_border 7s linear infinite;
  -moz-animation: home_hero_item_hints_border 7s linear infinite;
  animation: home_hero_item_hints_border 7s linear infinite;
  margin: auto;
 }
}
@-webkit-keyframes home_hero_item_hints_border {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-0%, -0%) scale(0.95);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-0%, -0%) scale(1);
  }
}
@keyframes home_hero_item_hints_border {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-0%, -0%) scale(0.95);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-0%, -0%) scale(1);
  }
}
.item-hints .hint1-content {
 color: black;
    width: 500px;
    font-size: 0.77em;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    pointer-events: none;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 600px) {
.item-hints .hint1-content {
 color: black;
   width: 290px !important;
  position: absolute;
  z-index: 5;
  padding: 12px 0px 0px 7px!important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
 }
}
@media only screen and (max-width: 600px) {
.item-hints .hint1:hover .hint1-content {
  color: black;
  width: 290px !important;
  position: absolute;
  z-index: 5;
 padding: 12px 0px 0px 7px;
  opacity: 1;
  visibility: visible !important;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
 }
}
.item-hints .hint1:hover .hint1-content {
  color: black;
  width: 500px;
  position: absolute;
  z-index: 5;
  opacity: 1;
  visibility: visible !important;
  -webkit-transition: opacity 1.7s ease, visibility 0.7s ease;
  transition: opacity 1.7s ease, visibility 0.7s ease;
  pointer-events: none;

}
.item-hints .hint1-content::before {
  width: 0px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(14,159,215,0.72);
  height: 1px;
  position: absolute;
  transition: width 1.4s;
}
.item-hints .hint1:hover .hint1-content::before {
  width: 450px;
  transition: width 1.4s;
}
.item-hints .hint1-content::after {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  bottom: 0;
  left: 0;
  width: 80px;
  content: "";
  background-color: rgba(14,159,215,0.72);
  height: 1px;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.item-hints .hint1:hover .hint1-content::after {
  opacity: 1;
  visibility: visible;
   width: 80px;
}
.item-hints .hint1[data-position="4"] .hint1-content {
  bottom: 85px;
  left: 50%;
  margin-left: 56px;
}

.item-hints .hint2 {
  width: 60px;
  height: 60px;
  margin: 25px auto;
  position: relative;
  bottom: -8em!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-hints .hint2::before {
  /* //rotated squre */
  background-color: rgba(14,159,215,0.72);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform:  translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.item-hints .hint2::after {
  /* //green glow */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 2px;
  height: 2px;
  z-index: 1;
  -webkit-box-shadow: 0 0 50px 30px rgba(31,171,226,0.30);
  box-shadow: 0 0 50px 30px rgba(31,171,226,0.30);
  -webkit-animation: home_hero_item_hints_glow 2s
    cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
  animation: home_hero_item_hints_glow 2s cubic-bezier(0.25, 0.1, 0.2, 1)
    infinite;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@-webkit-keyframes home_hero_item_hints_glow {
  0% {
    -webkit-box-shadow: 0 0 30px 5px #1ac3ed;
    box-shadow: 0 0 30px 5px #1ac3ed;
  }
  70% {
    -webkit-box-shadow: 0 0 70px 50px rgba(155, 223, 240, 0);
    box-shadow: 0 0 70px 50px rgba(155, 223, 240, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(155, 223, 240, 0);
    box-shadow: 0 0 0 50px rgba(155, 223, 240, 0);
  }
}
@keyframes home_hero_item_hints_glow {
  0% {
    -webkit-box-shadow: 0 0 30px 5px #1ac3ed;
    box-shadow: 0 0 30px 5px #1ac3ed;
  }
  70% {
    -webkit-box-shadow: 0 0 70px 50px rgba(155, 223, 240, 0);
    box-shadow: 0 0 70px 50px rgba(155, 223, 240, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(155, 223, 240, 0);
    box-shadow: 0 0 0 50px rgba(155, 223, 240, 0);
  }
}
.item-hints .hint2-dot {
  z-index: 3;
  border: 2px solid rgba(14,159,215,0.72);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  -webkit-transform: translate(-0%, -0%) scale(0.95);
  transform: translate(-0%, -0%) scale(0.95);
  -webkit-animation: home_hero_item_hints_border 7s linear infinite;
  -moz-animation: home_hero_item_hints_border 7s linear infinite;
  animation: home_hero_item_hints_border 7s linear infinite;
  margin: 0;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 600px) {
.item-hints .hint2-dot {
  z-index: 3;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  -webkit-transform: translate(-0%, -0%) scale(0.95);
  transform: translate(-0%, -0%) scale(0.95);
  -webkit-animation: home_hero_item_hints_border 7s linear infinite;
  -moz-animation: home_hero_item_hints_border 7s linear infinite;
  animation: home_hero_item_hints_border 7s linear infinite;
  margin: auto;
 }
}
@-webkit-keyframes home_hero_item_hints_border {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-0%, -0%) scale(0.95);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-0%, -0%) scale(1);
  }
}
@keyframes home_hero_item_hints_border {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-0%, -0%) scale(0.95);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-0%, -0%) scale(1);
  }
}
.item-hints .hint2-content {
    color: white;
    width: 500px;
    font-size: 0.77em;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    pointer-events: none;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 600px) {
.item-hints .hint2-content {
    color: white;
   width: 290px !important;
  position: absolute;
  z-index: 5;
  padding: 12px 0px 0px 7px!important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
 }
}
@media only screen and (max-width: 600px) {
.item-hints .hint2:hover .hint2-content {
    color: white;
  width: 290px !important;
  position: absolute;
  z-index: 5;
 padding: 12px 0px 0px 7px;
  opacity: 1;
  visibility: visible !important;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
 }
}
.item-hints .hint2:hover .hint2-content {
  color: rgba(14,159,215,0.72);
  width: 500px;
  position: absolute;
  z-index: 5;
  opacity: 1;
  visibility: visible !important;
  -webkit-transition: opacity 1.7s ease, visibility 0.7s ease;
  transition: opacity 1.7s ease, visibility 0.7s ease;
  pointer-events: none;

}
.item-hints .hint2-content::before {
  width: 0px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(14,159,215,0.72);
  height: 1px;
  position: absolute;
  transition: width 1.4s;
}
.item-hints .hint2:hover .hint2-content::before {
  width: 450px;
  transition: width 1.4s;
}
.item-hints .hint2-content::after {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  bottom: 0;
  left: 0;
  width: 80px;
  content: "";
  background-color: rgba(14,159,215,0.72);
  height: 1px;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.item-hints .hint2:hover .hint2-content::after {
  opacity: 1;
  visibility: visible;
   width: 80px;
}
.item-hints .hint2[data-position="4"] .hint2-content {
  bottom: 85px;
  left: 50%;
  margin-left: 56px;
}

.item-hints {
  height: 500px;
  width: 500px;
margin: 25px auto;
margin-top: -60.60%!important;
	padding-top:-5% !important;
  margin-left: 115em !important;
	
}
/* Medium Devices, Desktops */
@media (max-width: 768px) {
.item-hints {
display: none !important;
 }
}
 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
.item-hints {
display: none !important;
 }
}
.item-hints .hint {
  width: 60px;
  height: 60px;
  margin: 25px auto;
  position: relative;
  z-index: 500!important;
  bottom: -10em;
  display: flex;
  justify-content: center;
    -webkit-transform: translate(-50%, -50%);
  -moz-transform:  translate(-50%, -50%);
  transform: translate(-50%, -50%);
  align-items: center;
}
.item-hints .hint::before {
  /* //rotated squre */
  background-color: rgba(14,159,215,0.72);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  bottom: 5em;
  z-index: 500!important;
  content: "";
  position: absolute;
  left: 18em;
  top: -45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform:  translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.item-hints .hint::after {
  /* //green glow */
  content: "";
  position: absolute;
  top: -45%;
  left: 18em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  z-index: 1;
  -webkit-box-shadow: 0 0 50px 30px rgba(14,159,215,0.72);
  box-shadow: 0 0 50px 30px rgba(14,159,215,0.72);
  -webkit-animation: home_hero_item_hints_glow 2s
    cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
  animation: home_hero_item_hints_glow 2s cubic-bezier(0.25, 0.1, 0.2, 1)
    infinite;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@-webkit-keyframes home_hero_item_hints_glow {
  0% {
    -webkit-box-shadow: 0 0 30px 5px #1ac3ed;
    box-shadow: 0 0 30px 5px #1ac3ed;
  }
  70% {
    -webkit-box-shadow: 0 0 70px 50px rgba(155, 223, 240, 0);
    box-shadow: 0 0 70px 50px rgba(155, 223, 240, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(155, 223, 240, 0);
    box-shadow: 0 0 0 50px rgba(155, 223, 240, 0);
  }
}
@keyframes home_hero_item_hints_glow {
  0% {
    -webkit-box-shadow: 0 0 30px 5px #1ac3ed;
    box-shadow: 0 0 30px 5px #1ac3ed;
  }
  70% {
    -webkit-box-shadow: 0 0 70px 50px rgba(155, 223, 240, 0);
    box-shadow: 0 0 70px 50px rgba(155, 223, 240, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(155, 223, 240, 0);
    box-shadow: 0 0 0 50px rgba(155, 223, 240, 0);
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 600px) {
.item-hints .hint-dot {
  z-index: 3;
  border: 2px solid red;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  -webkit-transform: translate(-0%, -0%) scale(0.95);
  transform: translate(-0%, -0%) scale(0.95);
  -webkit-animation: home_hero_item_hints_border 7s linear infinite;
  -moz-animation: home_hero_item_hints_border 7s linear infinite;
  animation: home_hero_item_hints_border 7s linear infinite;
  margin: auto;
 }
}
@-webkit-keyframes home_hero_item_hints_border {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-0%, -0%) scale(0.95);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-0%, -0%) scale(1);
  }
}
@keyframes home_hero_item_hints_border {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-0%, -0%) scale(0.95);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-0%, -0%) scale(1);
  }
}
.item-hints .hint-content {
    color: black;
    width: 500px;
    font-size: 1.2em;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    pointer-events: none;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 600px) {
.item-hints .hint-content {
    color: black;
   width: 290px !important;
  position: absolute;
  z-index: 5;
  padding: 12px 0px 0px 7px!important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
 }
}
@media only screen and (max-width: 600px) {
.item-hints .hint:hover .hint-content {
    color: black;
  width: 290px !important;
  position: absolute;
  z-index: 5;
 padding: 12px 0px 0px 7px;
  opacity: 1;
  visibility: visible !important;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
 }
}
.item-hints .hint:hover .hint-content {
  color: rgba(14,159,215,0.72);
  width: 500px;
  position: absolute;
  z-index: 5;
  opacity: 1;
  visibility: visible !important;
  -webkit-transition: opacity 1.7s ease, visibility 0.7s ease;
  transition: opacity 1.7s ease, visibility 0.7s ease;
  pointer-events: none;

}
.item-hints .hint-content::before {
  width: 0px;
  bottom: 0;
  left: 0;
  font-weight: 200;
  content: "";
  background-color: rgba(14,159,215,0.72);
  height: 1px;
  position: absolute;
  transition: width 1.4s;
}
.item-hints .hint:hover .hint-content::before {
  width: 410px;
  transition: width 1.4s;
}
.item-hints .hint:hover .hint-content::after {
  opacity: 1;
  visibility: visible;
   width: 60px;
}
.item-hints .hint[data-position="4"] .hint-content {
  bottom: 0;
  left: 50%;
  margin-left: 56px;
}
p23 {
font-weight: 200;
	font-size: 17px!important;
	position: relative;
	bottom:-0.2em;
	  font-family: 'Lato', Arial, sans-serif;
line-height: 1.0;
	left: -0.1em;
color: white;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 600px) {
p23 { 
font-weight: 200;
	font-size: 17px;
	position: relative;
	top: auto!important;
	max-width: 95vw;
	color: white;
	flex-wrap: wrap;
	}   
}
p23 {
	position: relative;
}
.line-separator {
  z-index: -1;
  height: 3px;
  filter: saturate(200%);
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../652a81c5d2f516632fee0fb9_line-background.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.line-separator.hero-1 {
  z-index: -1;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}
  .line-separator {
    z-index: 0;
  }
.line-separator-glow {
  z-index: -1;
  width: 100%;
  height: 3px;
  filter: saturate(200%) blur(10px);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}
.heading-animation-trigger {
  overflow: hidden;
}
.heading-animation-trigger.margin-bottom-10px {
  justify-content: space-between;
  margin-bottom: 1em;
}
  .heading-animation-trigger._2th.phone-width {
    width: 6em;
  }
.animation-content {
  height: 100%;
  position: relative;
}
.footer-attribution-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
}
.attribution-container {
  align-items: center;
  display: flex;
}
.ml16 {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 22px;
    text-align: left;
    z-index: 8888 !important;
    font-weight: 500;
    line-height: 1.17;
    overflow: hidden;
    color: #dedede;
    padding: 1.1rem;
    height: 8.40rem;
    left: 0 !important;
    top: 659px!important;
    position: absolute;
    width: 40%!important;
    border-top-right-radius: 14px;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    background: rgba(14,195,156,0.84)!important;
    filter: drop-shadow(-15px 25px 65px #00050E);
    -webkit-filter: drop-shadow(-15px 25px 65px #00050E);
    cursor: pointer;
    will-change: transform;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    transform-style: preserve-3d;
    transition: all 1s;
    opacity: 90;
}
.ml16:hover {
   height: 11.3rem;
   color:#dedede;
	opacity: 98;
		border-top-right-radius: 14px;

	
}
#div {
	font-family: 'Lato', Arial, sans-serif;
  font-size:22px;
	text-align: left;
	z-index: 225 !important;
	font-weight: 500;
 line-height: 1.17;
	overflow: visible;
	transform-style: preserve-3d;
   color:black;
	padding: 2em;
	left: 60.4em!important;
	top: 23em!important;
	position: sticky;
	width: 22%!important;
			  	-webkit-mask-image: linear-gradient(to left, black 60%, red 95%);
	background: rgba(14,195,156,0.99)!important;
		 -webkit-filter: drop-shadow(12px 5px 5px #00050E);	
	cursor: pointer;
	transition: 0.5s ease all;
	transition-delay: 2s;
	opacity: 0.7;
}
@media (max-width: 600px) {
.ml16 {
display: none !important;
 }
}
@media (max-width: 767px) {
.ml16 {
	font-family: 'Lato', Arial, sans-serif;
  font-size:20px!important;
			transition: height 0.5s;
  -webkit-transition: height 0.5s;
		z-index: 888!important;
	text-align: left;
	font-weight: 300;
  line-height:25px;
		padding: 1em;
  color:#dedede;
		overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
		right: 0.5em;
		transform: scale(0.85)!important;
	left: -2.2em !important;
	top: 7em!important;
	position: absolute;
	width: 96vw !important;
	border-top-right-radius: 14px;
		transition: height 0.5s;
  -webkit-transition: height 0.5s;
background: rgba(14,195,156,0.93)!important;
	filter: drop-shadow(-15px 25px 65px #00050E);
		 -webkit-filter: drop-shadow(-15px 25px 65px #00050E);	
	display: inline-block;
	overflow: hidden !important;
	 height: 2rem !important;
	will-change: transform;
	cursor: pointer;
	opacity: 96 !important;
transition: all 1s;
 }
}
@media (max-width: 767px) {
.ml16 {
display: none !important;
 }
}
 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
.ml16 {
display: none !important;
 }}
 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {   
.ml16 {
	font-family: 'Lato', Arial, sans-serif;
  font-size:20px!important;
			transition: height 0.5s;
  -webkit-transition: height 0.5s;
	text-align: left;
	z-index: 345!important;
	font-weight: 300;
  line-height:25px;
		padding: 1em;
  color:#dedede;
		overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
		right: 0.5em;
		transform: scale(0.92)!important;
	left: -1em !important;
	top: 22em!important;
	position: absolute;
	width: 45vw !important;
	border-top-right-radius: 14px;
		transition: height 0.5s;
  -webkit-transition: height 0.5s;
  background: rgba(14,195,156,0.84)!important;
	filter: drop-shadow(-15px 25px 65px #00050E);
		 -webkit-filter: drop-shadow(-15px 25px 65px #00050E);	
	display: inline-block;
	overflow: hidden !important;
	 height:8rem !important;
	will-change: transform;
	cursor: pointer;
	opacity: 90;
transition: all 1s;
}}
 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {   
.ml16:hover {
   height: 11rem!important;
		border-top-right-radius: 14px;
   color:#dedede;
	opacity: 98;
	
}}
.ml16a {
	font-family: 'Lato', Arial, sans-serif;
  font-size:25px;
	text-align: left;
	z-index: 1;
	font-weight: 300;
 line-height: 1.20;
	overflow: hidden !important;
 	overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	transform-style: preserve-3d;
    color:#dedede;
	padding: 1em;
	left: 5.3em;
	top: 65em!important;
	transform: translateY(50px);
	padding-right: 1em;
	position: absolute;
	max-width: 20%!important;
	cursor: pointer;
	opacity: 0.7;
}
@media (max-width: 600px) {
.ml16a {
	display: block !important;
 }
}
.ml16head {
	font-family: 'Lato', Arial, sans-serif;
  font-size:40px!important;
	text-align: left;
	font-weight: 300;
 line-height: 1.20;
 	display: inline-block;
	overflow: hidden !important;
	  height: auto !important;
 	overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	z-index: 345!important;
    color:#dedede;
	left: -1em !important;
	top: 4em !important;
	position: absolute;
	max-width: 80% !important;
	cursor: pointer;
	  transition: 0.5s ease all;
}
@media only screen and (min-width: 1800px) {
.ml16head {
	font-family: 'Lato', Arial, sans-serif;
  font-size:22px;
	text-align: left;
	font-weight: 300;
 line-height: 1.20;
 	display: inline-block;
	overflow: hidden !important;
	  height: auto !important;
 	overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	z-index: 345!important;
    color:#dedede;
	left: 3em !important;
	top: 8em !important;
	position: absolute;
	max-width: 50% !important; 
	cursor: pointer;
	  transition: 0.5s ease all;
 }
}
@media only screen and (min-width: 1200px) {
.ml16head {
	font-family: 'Lato', Arial, sans-serif;
  font-size:22px;
	text-align: left;
	font-weight: 300;
 line-height: 1.20;
 	display: inline-block;
	overflow: hidden !important;
	  height: auto !important;
 	overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	z-index: 345!important;
    color:#dedede;
	left: 3em !important;
	top: 8em !important;
	position: absolute;
	max-width: 50% !important; 
	cursor: pointer;
	  transition: 0.5s ease all;
 }
}
@media (max-width: 600px) {
.ml16head {
	top: 5em!important;
		left: 0.53em!important;
	font-family: 'Lato', Arial, sans-serif;
  font-size:22px!important;
	text-align: left;
	z-index: -3;
	font-weight: 300;
 line-height: 1.20;
 	display: inline-block;
	overflow: hidden !important;
	  height: auto !important;
 	overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	transform-style: preserve-3d;
    color:#dedede;
	position: absolute;
	width: 97vw!important;
	cursor: pointer;
	transition: 0.5s ease all;
	opacity: 0.7;
 }
}	
@media (max-width:768px) {   
.ml16head {
	top: 5em!important;
		left: 0.53em!important;
	font-family: 'Lato', Arial, sans-serif;
  font-size:25px!important;
	text-align: left;
	z-index: -3;
	font-weight: 300;
 line-height: 1.20;
 	display: inline-block;
	overflow: hidden !important;
	  height: auto !important;
 	overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	transform-style: preserve-3d;
    color:#dedede;
	padding-left: 1em;
	position: absolute;
	width: 97vw!important;
	cursor: pointer;
	transition: 0.5s ease all;
	opacity: 0.7;
 }
}
 /* IPAD LANDSCAPE */ 
@media only screen and (min-width:900px) and (max-width:1250px) {   
.ml16head {
	top: 8em!important;
    left: 1.3em !important;
	font-family: 'Lato', Arial, sans-serif;
  font-size:25px!important;
	text-align: left;
	z-index: -3;
	font-weight: 300;
 line-height: 1.20;
 	display: inline-block;
	overflow: hidden !important;
	  height: auto !important;
 	overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	transform-style: preserve-3d;
    color:#dedede;
	padding-left: 1em;
	position: absolute;
	width: 97vw!important;
	cursor: pointer;
	transition: 0.5s ease all;
	opacity: 0.7;
 }
}
 /* IPAD PORTRAIT */
@media only screen and (min-width:768px) and (max-width:991px) {
.ml16head {
	top: 8em!important;
    left: 1.3em !important;
	font-family: 'Lato', Arial, sans-serif;
  font-size:25px!important;
	text-align: left;
	z-index: -3;
	font-weight: 300;
 line-height: 1.20;
 	display: inline-block;
	overflow: hidden !important;
	  height: auto !important;
 	overflow-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	transform-style: preserve-3d;
    color:#dedede;
	padding-left: 1em;
	position: absolute;
	width: 97vw!important;
	cursor: pointer;
	transition: 0.5s ease all;
	opacity: 0.7;
 }
}
.ml16 .word {
  display: inline-block;
  overflow: hidden;
  margin: 0 0.2em;
}
.ml16a .word {
  display: inline-block;
  overflow: hidden;
  margin: 0 0.2em;
}
.ml16head .word {
  display: inline-block;
  overflow: hidden;
  margin: 0 0.2em;
}
.ml16 .letter {
  display: inline-block;
}
.ml16a .letter {
  display: inline-block;
}
.ml16head .letter {
  display: inline-block;
}

.mSidebar {
  position: absolute;
  right: 20px;
  top: 400px;
  -webkit-transition: all 500ms cubic-bezier(0.255, 1, 0.44, 1);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.255, 1.225, 0.44, 1.32);
  -moz-transition: all 500ms cubic-bezier(0.255, 1.225, 0.44, 1.32);
  -o-transition: all 500ms cubic-bezier(0.255, 1.225, 0.44, 1.32);
  transition: all 500ms cubic-bezier(0.255, 1.225, 0.44, 1.32);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.255, 1, 0.44, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.255, 1.225, 0.44, 1.32);
  -moz-transition-timing-function: cubic-bezier(0.255, 1.225, 0.44, 1.32);
  -o-transition-timing-function: cubic-bezier(0.255, 1.225, 0.44, 1.32);
  transition-timing-function: cubic-bezier(0.255, 1.225, 0.44, 1.32);
  /* custom */
}
#mSidebar {
  position: absolute;
  right: 20px;
  top: 400px;
  -webkit-transition: all 500ms cubic-bezier(0.255, 1, 0.44, 1);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.255, 1.225, 0.44, 1.32);
  -moz-transition: all 500ms cubic-bezier(0.255, 1.225, 0.44, 1.32);
  -o-transition: all 500ms cubic-bezier(0.255, 1.225, 0.44, 1.32);
  transition: all 500ms cubic-bezier(0.255, 1.225, 0.44, 1.32);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.255, 1, 0.44, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.255, 1.225, 0.44, 1.32);
  -moz-transition-timing-function: cubic-bezier(0.255, 1.225, 0.44, 1.32);
  -o-transition-timing-function: cubic-bezier(0.255, 1.225, 0.44, 1.32);
  transition-timing-function: cubic-bezier(0.255, 1.225, 0.44, 1.32);
  /* custom */
}
/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
@media (max-width: 600px) {
.ribbon {
  transform: scale(58%)!important;
  overflow: hidden;
  right: -3em!important;
  position: absolute;
	z-index: 8888;
	top: -3.3em!important;
}}		
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #DC7A0F;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  z-index: 8888;
  background-color: #DC7A0F;
  box-shadow: 0 5px 10px rgba(3,3,3,0.58);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
/* top right*/
.ribbon-top-right {
  top: -8px;
  right: -8px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
.bottomGradient{
	height: 30em;
	width: 99%;
	 left: 5px;
	margin: 0;
	border-bottom-left-radius: 3em;
	border-bottom-right-radius: 3em;
	overflow: hidden !important;
	background-blend-mode: multiply;
	opacity: 95%!important;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom:1em;
	z-index: 100;
}
@media screen and (max-width: 600px) {
  /* MOBILE ONLY */
.bottomGradient{
height: 50vh;
	left: 0 !important;
	max-width: 100%w;
			border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	overflow: hidden !important;
  	background-blend-mode: darken;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom: 0.4em!important;
	z-index: 100;
	}
}
@media screen and (max-width: 768px) {
  /* MOBILE ONLY */
.bottomGradient{
height: 50%;
	left: 0!important;
	max-width: 100%;
			border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
		overflow: hidden !important;
 	background-blend-mode: darken;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom: 0.4em!important;
	z-index: 100;
	}
}
