@charset "UTF-8";

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-12,
.col-lg-4,
.col-lg-5,
.col-lg-7,
.col-md-12,
.col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.collapse:not(.show) {
  display: none;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar,
.navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@-webkit-keyframes progress-bar-stripes {
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.bg-white {
  background-color: #fff !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.d-block {
  display: block !important;
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
.flex-column {
  flex-direction: column !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.fixed-top {
  top: 0;
}

.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.w-100 {
  width: 100% !important;
}

.mx-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mt-5 {
  margin-top: 2rem !important;
}
.mb-5 {
  margin-bottom: 2rem !important;
}
.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
}

.py-4 {
  padding-top: 1.5rem !important;
}

.py-4 {
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
}

.py-5 {
  padding-bottom: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}
.text-center {
  text-align: center !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
@media print {
  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  
  p {
    orphans: 3;
    widows: 3;
  }
  @page {
    size: a3;
  }
  
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
} 

/*!
* BootstrapVue Custom CSS (https://bootstrap-vue.org)
*/
@-webkit-keyframes b-skeleton-animate-wave {
  to {
    transform: translateX(100%);
  }
}
@keyframes b-skeleton-animate-wave {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes b-skeleton-animate-fade {
  to {
    opacity: 0.4;
  }
}
@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
@-webkit-keyframes b-skeleton-animate-throb {
  to {
    transform: scale(0.975);
  }
}
@keyframes b-skeleton-animate-throb {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0.975);
  }
}
@-webkit-keyframes b-icon-animation-cylon {
  to {
    transform: translateX(25%);
  }
}
@keyframes b-icon-animation-cylon {
  0% {
    transform: translateX(-25%);
  }
  to {
    transform: translateX(25%);
  }
}
@-webkit-keyframes b-icon-animation-cylon-vertical {
  to {
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    transform: translateY(25%);
  }
  to {
    transform: translateY(-25%);
  }
}
@-webkit-keyframes b-icon-animation-fade {
  to {
    opacity: 1;
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes b-icon-animation-spin {
  to {
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes b-icon-animation-throb {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
a {
  text-decoration: none !important;
  outline: 0;
}
body {
  font-family: "SF Pro Display", "Helvetica Neue", "Open Sans", sans-serif;
  color: #3b3950;
  background: #fff;
  font-weight: 500;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
p {
  line-height: 1.8;
}
h1,
h5,
h6 {
  font-weight: 700;
}
.nav-item .nav-link,
h1,
h5,
h6 {
  font-family: "SF Pro Display", "Helvetica Neue", "Open Sans", sans-serif;
}
.nav-item .nav-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.navbar-custom {
  padding: 1.75rem;
  width: 100%;
  border-radius: 0;
  z-index: 999;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}
.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 20px;
}
.navbar-custom .navbar-nav li:last-child a {
  margin-right: 0;
}
.navbar-custom .navbar-nav li .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li a:hover {
  color: #5a2bb3 !important;
}
.navbar-toggler {
  font-size: 32px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #000;
}
.navbar-toggler:focus {
  outline: 0;
}
@media (min-width: 200px) and (max-width: 915px) {
  .navbar-custom {
    padding: 13px 16px;
    margin-top: 0;
    background-color: #fff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    color: #000 !important;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    margin: 0;
  }
  .navbar-custom .navbar-nav li a:active,
  .navbar-custom .navbar-nav li a:hover {
    color: #5a2bb3 !important;
  }
  .navbar-toggler {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    color: #3b3950;
  }
  .navbar-collapse {
    padding: 20px;
  }
}
.btn {
  border-radius: 3px;
  padding: 12px 30px;
  font-size: 15px !important;
  transition: all 0.5s;
  font-weight: 700;
}
.btn:focus {
  box-shadow: none !important;
}
.btn:hover {
  transform: translateY(-2px);
  transition: all 0.5s;
}

.btn.btn-action {
  background-color: #ff2764 !important;
  border: 1px solid #ff2764 !important;
  color: #fff;
  box-shadow: 0 4px 20px rgba(255, 39, 100, 0.15);
}

.btn.btn-action:active,
.btn.btn-action:focus,
.btn.btn-action:hover {
  background-color: #ff1859 !important;
  border: 1px solid #ff1859 !important;
  box-shadow: 0 3px 10px rgba(255, 39, 100, 0.5);
  color: #fff !important;
}

.btn.btn-action-alt {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #ff2764;
  box-shadow: 0 4px 20px rgba(255, 39, 100, 0.15);
}

.btn.btn-action-alt:active,
.btn.btn-action-alt:focus,
.btn.btn-action-alt:hover {
  background-color: #ffd5e1 !important;
  border: 1px solid #ffd5e1 !important;
  box-shadow: 0 3px 10px rgba(255, 39, 100, 0.5);
  color: #ff2764 !important;
}



.inline-logo {
  width: 16.5rem;
  display: inline-flex;
  justify-self: flex-start;
}
.inline-logo path {
  fill: #ff2764;
  -webkit-animation: color-change 2s infinite;
  animation: color-change 2s infinite;
}
@-webkit-keyframes color-change {
  to {
    fill: #86dab2;
  }
}
@keyframes color-change {
  0% {
    fill: #ff2764;
  }
  25% {
    fill: #5a2bb3;
  }
  75% {
    fill: #5ac8fa;
  }
  to {
    fill: #86dab2;
  }
}
.text-primary {
  color: #5a2bb3 !important;
}
.text-dark {
  color: #3b3950 !important;
}
.text-white {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.text-gray {
  color: #687086 !important;
}
.font-weight-semibold {
  font-weight: 600;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.font-size-16 {
  font-size: 16px;
}
.title {
  text-shadow: 1px 2px 3px rgba(59, 57, 80, 0.2);
}
.icon {
  position: relative;
  top: -2px;
}
.hero-3-bg {
  padding: 100px 0 0;
  background-color: #f7f9fb;
}
@media (max-width: 480px) {
  .hero-3-bg {
    padding-top: 0;
  }
}
.hero-3-bg .hero-3-title {
  font-size: 44px;
  font-weight: 300;
  font-style: normal;
  line-height: 125%;
  color: #2e2e2e;
}
.hero-3-bg .text-gray {
  font-size: 24px;
  line-height: 125%;
}
.hero-3-bg .text-gray strong {
  font-weight: 500;
}

.hero-3-bg .fine-print {
  color: #188be0;
  font-size: 1rem;
  font-weight: 500;
}
.hero-3-bg .btn-action {
  font-size: 20px !important;
  font-weight: 900;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 10px;
  width: 160px;
  height: 64px;
}
.preview-image {
  width: 100%;
}
@media (max-width: 1024px) {
  .hero-3-bg .hero-3-title {
    font-size: 52px;
  }
  .hero-3-bg .text-gray {
    font-size: 24px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .hero-3-bg {
    padding-top: 70px;
  }
  .preview-image {
    height: 656px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 33%;
    object-position: 0 33%;
  }
  .image-2 {
    -o-object-position: 0 10%;
    object-position: 0 10%;
  }
  .image-3 {
    -o-object-position: 0 0;
    object-position: 0 0;
  }
  .image-4 {
    -o-object-position: 0 90%;
    object-position: 0 90%;
  }
}
@media (max-width: 576px) {
  .hero-3-bg {
    padding-top: 70px;
  }
  #header-explain {
	  display: none;
  }
  .hero-3-bg .hero-3-title {

    font-size: 24px;
	text-align: center;
  }
  .hero-3-bg .inline-logo {
    width: 9rem;
  }
  .hero-3-bg .text-gray {
    font-size: 14px;
  }
  .hero-3-bg .fine-print {
    display: inline-flex;
    line-height: 125%;
  }
}
.features-bg {
  padding: 0;
  background-color: #f7f9fb;
}
.features-bg .features-title {
  font-size: 2.5rem;
  font-weight: 300;
  font-style: normal;
  line-height: 125%;
  color: #2e2e2e;
}
.features-bg .features-title strong {
  font-weight: 800;
  font-style: normal;
}
.features-bg .text-gray {
  font-size: 1.5rem;
  line-height: 125%;
}
.features-section {
  color: #687086;
}
.features-section .features-box {
  padding: 4rem;
  border-width: 12px !important;
}
.features-section .features-box .h5 {
  font-size: 44px;
  color: #000 !important;
}
@media (max-width: 1024px) {
  .features-section .features-box .h5 {
    font-size: 24px;
  }
}
.features-section .features-box p {
  line-height: 100%;
}
.features-section .features-box p a {
  color: inherit;
}
.features-section .features-box.border-green {
  border-color: #86dab2 !important;
}
.features-section .features-box.border-yellow {
  border-color: #ffaf00 !important;
}
.features-section .features-box.border-magenta {
  border-color: #ff2764 !important;
}
@media (max-width: 1024px) {
  .features-bg .features-title {
    font-size: 2rem !important;
  }
  .features-bg .text-gray {
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) {
  .preview-image {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .features-bg .text-gray {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .features-bg .features-title {
    font-size: 24px;
  }
  .features-bg .text-gray {
    font-size: 14px;
  }
}
.error {
  color: #ff2764;
}

.error {
  margin: 8px 0;
  display: none;
}
.streamer {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  color: #687086;
  text-align: center;
}
@media (max-width: 768px) {
  .streamer {
    padding: 1rem;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.streamer ul {
  list-style-type: none;
  padding: 2rem;
  width: 6000px;
  height: 100%;
  left: 0;
  overflow: hidden;
}
.streamer ul,
.streamer ul li {
  display: inline-block;
  position: relative;
}
.streamer ul li {
  padding: 0 2rem;
  font-size: 2.5rem;
  font-weight: 300;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.streamer .btn-action {
  font-size: 20px !important;
  font-weight: 900;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 10px;
  width: 160px !important;
  height: 64px;
  display: inline-block;
}
.footer {
  background: #5a2bb3;
  padding: 70px 0 40px;
}
.footer h6 {
  font-weight: 700;
  font-size: 16px;
}
.footer .footer-sub-menu li .footer-link {
  color: #fff;
  font-size: 15px;
  transition: all 0.5s;
}
.footer .footer-sub-menu li .footer-link:hover {
  color: hsla(0, 0%, 100%, 0.6);
  margin-left: 5px;
}
.faq {
  width: 100%;
  margin-top: 2.5rem;
  color: #687086;
  padding: 0 3rem;
}

.mdi-menu {
	background: url('/_nuxt/img/mdi-menu.svg') no-repeat center center / contain;
  width: 2rem;
  height: 2rem;
  display: block;
}

@media (min-width: 200px) and (max-width: 915px) {
  .faq {
    margin-top: 2rem;
  }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Emphasize CTA */

@media (min-aspect-ratio: 9/5) {
  #home .align-self-center {
    align-self: flex-start !important;
  }
}

@media (min-aspect-ratio: 9/5) and (max-width: 1440px) {
  
  #home .hero-3-title {
    font-size: 2.2rem;
  }

  #home p {
    font-size: 1.2rem;
  }

  #home .align-self-center {
    align-self: flex-start !important;
  }
}