@font-face {
  font-family: "SF Pro Display";
  src: url(apple.woff2);
}
@font-face {
  font-family: "SF Pro Display Bold";
  src: url(sf-pro-display_bold.woff2);
}
body.noScroll {
  overflow-y: hidden;
}

#lp-wrapper {
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}
#lp-wrapper img {
  max-width: 100%;
  margin: auto;
  display: inline-block;
}
#lp-wrapper h2, #lp-wrapper h3, #lp-wrapper h4, #lp-wrapper p, #lp-wrapper span, #lp-wrapper a, #lp-wrapper li, #lp-wrapper svg {
  font-family: "SF Pro Display", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 5px 0;
  color: black;
  font-weight: bold;
}
#lp-wrapper .lp-gray {
  color: #86868b;
}
#lp-wrapper .lp-black {
  color: black;
}
#lp-wrapper .lp-mobile {
  display: none;
}
#lp-wrapper .fadeUp {
  position: relative;
}
#lp-wrapper .lp-img {
  text-align: center;
}
#lp-wrapper .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
#lp-wrapper .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#lp-wrapper .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
#lp-wrapper .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#lp-wrapper .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#lp-wrapper .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
#lp-wrapper .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#lp-wrapper .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#lp-wrapper .text-5xl {
  font-size: 3rem;
  line-height: 1;
}
#lp-wrapper .text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
#lp-wrapper .text-7xl {
  font-size: 4.5rem;
  line-height: 1.1;
}
#lp-wrapper .text-8xl {
  font-size: 6rem;
  line-height: 1;
}
#lp-wrapper .lp-holder {
  max-width: 980px;
  margin: auto;
  padding: 0 10px;
}
#lp-wrapper .lp-holder .lp-text {
  margin: auto;
}
#lp-wrapper .lp-section {
  margin-top: 150px;
}
#lp-wrapper .lp-video {
  margin: auto;
}
#lp-wrapper .lp-videoExpand {
  margin: 25px auto;
  height: 980px;
}
#lp-wrapper #lp-first {
  position: relative;
}
#lp-wrapper #lp-first .lp-heading {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lp-wrapper #lp-first .lp-heading img {
  max-width: 980px;
  margin: auto;
  width: 95%;
}
#lp-wrapper #lp-second .lp-img {
  text-align: center;
  padding: 50px 0;
}
#lp-wrapper #lp-fourth .lp-video {
  position: relative;
}
#lp-wrapper #lp-fourth .lp-video .lp-laptop {
  position: absolute;
}
#lp-wrapper #lp-fourth .lp-video .lp-laptop ul li {
  list-style-type: none;
}
#lp-wrapper #lp-fourth .lp-video .lp-left {
  top: 50%;
  left: 30%;
  transform: translate(-50%, 0);
}
#lp-wrapper #lp-fourth .lp-video .lp-right {
  top: 50%;
  right: 20%;
  transform: translate(-50%, 0);
}
#lp-wrapper #lp-fifth {
  padding: 100px 0;
}
#lp-wrapper #lp-fifth .lp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 968px;
  margin: auto;
  padding: 10px;
}
#lp-wrapper #lp-fifth .lp-grid .lp-column {
  background-color: #fafafa;
  border-radius: 15px;
  padding: 50px;
  text-align: center;
}
#lp-wrapper #lp-fifth .lp-grid .lp-column .lp-content div {
  display: none;
}
#lp-wrapper #lp-fifth .lp-grid .lp-column .lp-content .lp-active {
  display: block !important;
}
#lp-wrapper #lp-fifth .lp-grid .lp-rightColBottom {
  padding: 35px 0 0 0;
}
#lp-wrapper #lp-fifth .lp-grid .lp-leftCol {
  grid-row-start: 1;
  grid-row-end: 3;
}
#lp-wrapper #lp-fifth .lp-grid .lp-leftCol .lp-tabs {
  padding: 25px 0 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
#lp-wrapper #lp-fifth .lp-grid .lp-leftCol .lp-tabs ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#lp-wrapper #lp-fifth .lp-grid .lp-leftCol .lp-tabs ul li {
  list-style-type: none;
  margin: 3px 0;
}
#lp-wrapper #lp-fifth .lp-grid .lp-leftCol .lp-tabs ul .lp-dot {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.12s;
}
#lp-wrapper #lp-fifth .lp-grid .lp-leftCol .lp-tabs ul .text-sm {
  opacity: 0;
  transition: all 0.3s;
}
#lp-wrapper #lp-fifth .lp-grid .lp-leftCol .lp-tabs .lp-active .lp-dot {
  border: 2px solid #194BB5;
  transition: all 0.12s;
}
#lp-wrapper #lp-fifth .lp-grid .lp-leftCol .lp-tabs .lp-active .text-sm {
  opacity: 1 !important;
  transition: all 0.3s;
}
#lp-wrapper #lp-fifth .lp-grid .lp-leftCol .lp-tabs #lp-black .lp-dot {
  background-color: #2e3642;
}
#lp-wrapper #lp-fifth .lp-grid .lp-leftCol .lp-tabs #lp-white .lp-dot {
  background-color: #f0e4d3;
}
#lp-wrapper #lp-fifth .lp-grid .lp-leftCol .lp-tabs #lp-gray .lp-dot {
  background-color: #7d7e80;
}
#lp-wrapper #lp-fifth .lp-grid .lp-leftCol .lp-tabs #lp-silver .lp-dot {
  background-color: #e3e4e6;
}
#lp-wrapper #lp-fifth .lp-gridSmall .lp-col {
  padding: 30px;
  border-radius: 30px;
  background-color: #fafafa;
  text-align: center;
  max-width: 300px;
  margin: 10px auto;
}
#lp-wrapper #lp-fifth .lp-gridSmall .lp-col h2 {
  text-align: left;
}
#lp-wrapper #lp-fifth .lp-gridSmall .last-col {
  padding: 0;
  max-width: 360px;
  overflow: hidden;
}
#lp-wrapper #lp-fifth .lp-gridSmall .last-col h2 {
  padding: 30px;
}
#lp-wrapper #lp-fifth .lp-flex {
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  max-width: 1024px;
  margin: auto;
  flex-wrap: wrap;
}
#lp-wrapper #lp-fifth .lp-flex .lp-text {
  width: 300px;
  text-align: left;
  margin: 0;
}
#lp-wrapper #lp-seventh .lp-grid {
  max-width: 980px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
#lp-wrapper #lp-seventh .lp-grid ul {
  padding: 0;
  margin: 0;
}
#lp-wrapper #lp-seventh .lp-grid ul li {
  list-style-type: none;
}
#lp-wrapper #lp-eight .lp-text {
  margin-bottom: 50px;
}
#lp-wrapper #lp-eight .lp-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 150px;
  flex-wrap: wrap;
}
#lp-wrapper #lp-eight .lp-flex .lp-row {
  margin: 40px 0;
}
#lp-wrapper #lp-eight .lp-flex .lp-row ul {
  padding: 0;
  margin: 0;
}
#lp-wrapper #lp-eight .lp-flex .lp-row ul li {
  list-style-type: none;
  margin: 0;
}
#lp-wrapper #lp-ninth .lp-img {
  position: relative;
  max-width: 980px;
  margin: 50px auto;
}
#lp-wrapper #lp-ninth .lp-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#lp-wrapper #lp-tenth {
  padding: 100px 0;
  background-color: #fbfbfb;
}
#lp-wrapper #lp-tenth .lp-img {
  margin: 50px auto;
}
#lp-wrapper #lp-tenth .lp-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1366px;
  margin: 50px auto;
  padding: 0 10px;
}
#lp-wrapper #lp-tenth .lp-flex .lp-col {
  max-width: 300px;
}
#lp-wrapper #lp-eleventh .lp-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 50px auto;
}
#lp-wrapper #lp-twelfth .lp-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  margin: 50px 0;
  flex-wrap: wrap;
}
#lp-wrapper #lp-twelfth .lp-flex .lp-textLeft {
  max-width: 630px;
}
#lp-wrapper #lp-twelfth .lp-flex .lp-iconRight {
  max-width: 280px;
}
#lp-wrapper #lp-twelfth .lp-flex ul {
  padding: 0;
  margin: 0;
}
#lp-wrapper #lp-twelfth .lp-flex ul li {
  list-style-type: none;
  margin: 0;
}
#lp-wrapper #lp-thirteenth .lp-img {
  margin: 50px auto;
}
#lp-wrapper #lp-disclaimer {
  margin: 50px 0 0 0;
  padding: 50px 0;
  background: rgb(245, 245, 247);
}
#lp-wrapper #lp-disclaimer ol {
  max-width: 980px;
  margin: auto;
  padding: 0 10px;
}
#lp-wrapper #lp-disclaimer ol li {
  color: rgba(0, 0, 0, 0.56);
}

@media only screen and (max-width: 1024px) {
  #lp-wrapper .text-sm {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  #lp-wrapper .text-base {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  #lp-wrapper .text-lg {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #lp-wrapper .text-xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  #lp-wrapper .text-2xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  #lp-wrapper .text-3xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #lp-wrapper .text-4xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  #lp-wrapper .text-5xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  #lp-wrapper .text-6xl {
    font-size: 3rem;
    line-height: 1;
  }
  #lp-wrapper .text-7xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  #lp-wrapper .text-8xl {
    font-size: 4.5rem;
    line-height: 1.1;
  }
  #lp-wrapper #lp-seventh .lp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #lp-wrapper .lp-videoExpand {
    height: 520px;
  }
}
@media only screen and (max-width: 684px) {
  #lp-wrapper .text-xl {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #lp-wrapper .text-2xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  #lp-wrapper .text-3xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  #lp-wrapper .text-4xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #lp-wrapper .text-5xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  #lp-wrapper .text-6xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  #lp-wrapper .text-7xl {
    font-size: 3rem;
    line-height: 1;
  }
  #lp-wrapper .text-8xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  #lp-wrapper #lp-fifth .lp-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
  }
  #lp-wrapper #lp-fifth .lp-grid .lp-rightColTop {
    display: none;
  }
  #lp-wrapper #lp-fifth .lp-grid .lp-rightColBottom {
    display: none;
  }
  #lp-wrapper #lp-seventh .lp-grid {
    grid-template-columns: 1fr;
  }
  #lp-wrapper #lp-eleventh .lp-flex {
    display: block;
  }
  #lp-wrapper #lp-eleventh .lp-flex .lp-col {
    max-width: 450px;
    margin: auto auto 50px auto;
  }
  #lp-wrapper .lp-videoExpand {
    height: 345px;
  }
}/*# sourceMappingURL=style.css.map */