:root {
  --qk-clr-primary: #2951A2;
  /*--qk-body-font: "Work Sans", sans-serif;*/
  --qk-body-color: #060334;
}


/* Remove default margin */
html, body {
  height: 100%;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

/*
  8. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

nav ul {
  list-style: none;
}

/* A elements that don't have a class get default styles */
span {
  display: inline-block;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
}

picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}

/* Make tags as block element easier to work with */
/*
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
*/

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (min-width: 767px) {
  .qk-secition {
    overflow-x: hidden !important;
  }
}
.mt-0 {
  margin-top: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.mt-1 {
  margin-top: 0.625rem;
}

.pt-1 {
  padding-top: 0.625rem;
}

.mb-1 {
  margin-bottom: 0.625rem;
}

.pb-1 {
  padding-bottom: 0.625rem;
}

.ml-1 {
  margin-left: 0.625rem;
}

.pl-1 {
  padding-left: 0.625rem;
}

.mr-1 {
  margin-right: 0.625rem;
}

.pr-1 {
  padding-right: 0.625rem;
}

.mx-1 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.px-1 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.my-1 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.py-1 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.mt-2 {
  margin-top: 0.125rem;
}

.pt-2 {
  padding-top: 0.125rem;
}

.mb-2 {
  margin-bottom: 0.125rem;
}

.pb-2 {
  padding-bottom: 0.125rem;
}

.ml-2 {
  margin-left: 0.125rem;
}

.pl-2 {
  padding-left: 0.125rem;
}

.mr-2 {
  margin-right: 0.125rem;
}

.pr-2 {
  padding-right: 0.125rem;
}

.mx-2 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.px-2 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.my-2 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.mt-4 {
  margin-top: 0.25rem;
}

.pt-4 {
  padding-top: 0.25rem;
}

.mb-4 {
  margin-bottom: 0.25rem;
}

.pb-4 {
  padding-bottom: 0.25rem;
}

.ml-4 {
  margin-left: 0.25rem;
}

.pl-4 {
  padding-left: 0.25rem;
}

.mr-4 {
  margin-right: 0.25rem;
}

.pr-4 {
  padding-right: 0.25rem;
}

.mx-4 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.my-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.mt-6 {
  margin-top: 0.375rem;
}

.pt-6 {
  padding-top: 0.375rem;
}

.mb-6 {
  margin-bottom: 0.375rem;
}

.pb-6 {
  padding-bottom: 0.375rem;
}

.ml-6 {
  margin-left: 0.375rem;
}

.pl-6 {
  padding-left: 0.375rem;
}

.mr-6 {
  margin-right: 0.375rem;
}

.pr-6 {
  padding-right: 0.375rem;
}

.mx-6 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.px-6 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.my-6 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.py-6 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.pt-8 {
  padding-top: 0.5rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.ml-8 {
  margin-left: 0.5rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.mr-8 {
  margin-right: 0.5rem;
}

.pr-8 {
  padding-right: 0.5rem;
}

.mx-8 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.pt-10 {
  padding-top: 0.625rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.mr-10 {
  margin-right: 0.625rem;
}

.pr-10 {
  padding-right: 0.625rem;
}

.mx-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.pt-12 {
  padding-top: 0.75rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.ml-12 {
  margin-left: 0.75rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.mr-12 {
  margin-right: 0.75rem;
}

.pr-12 {
  padding-right: 0.75rem;
}

.mx-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.mt-14 {
  margin-top: 0.875rem;
}

.pt-14 {
  padding-top: 0.875rem;
}

.mb-14 {
  margin-bottom: 0.875rem;
}

.pb-14 {
  padding-bottom: 0.875rem;
}

.ml-14 {
  margin-left: 0.875rem;
}

.pl-14 {
  padding-left: 0.875rem;
}

.mr-14 {
  margin-right: 0.875rem;
}

.pr-14 {
  padding-right: 0.875rem;
}

.mx-14 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.px-14 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.my-14 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.py-14 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.mt-16 {
  margin-top: 1rem;
}

.pt-16 {
  padding-top: 1rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.ml-16 {
  margin-left: 1rem;
}

.pl-16 {
  padding-left: 1rem;
}

.mr-16 {
  margin-right: 1rem;
}

.pr-16 {
  padding-right: 1rem;
}

.mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mt-18 {
  margin-top: 1.125rem;
}

.pt-18 {
  padding-top: 1.125rem;
}

.mb-18 {
  margin-bottom: 1.125rem;
}

.pb-18 {
  padding-bottom: 1.125rem;
}

.ml-18 {
  margin-left: 1.125rem;
}

.pl-18 {
  padding-left: 1.125rem;
}

.mr-18 {
  margin-right: 1.125rem;
}

.pr-18 {
  padding-right: 1.125rem;
}

.mx-18 {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.px-18 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.my-18 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.py-18 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.mt-22 {
  margin-top: 1.375rem;
}

.pt-22 {
  padding-top: 1.375rem;
}

.mb-22 {
  margin-bottom: 1.375rem;
}

.pb-22 {
  padding-bottom: 1.375rem;
}

.ml-22 {
  margin-left: 1.375rem;
}

.pl-22 {
  padding-left: 1.375rem;
}

.mr-22 {
  margin-right: 1.375rem;
}

.pr-22 {
  padding-right: 1.375rem;
}

.mx-22 {
  margin-left: 1.375rem;
  margin-right: 1.375rem;
}

.px-22 {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.my-22 {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}

.py-22 {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.mt-28 {
  margin-top: 1.75rem;
}

.pt-28 {
  padding-top: 1.75rem;
}

.mb-28 {
  margin-bottom: 1.75rem;
}

.pb-28 {
  padding-bottom: 1.75rem;
}

.ml-28 {
  margin-left: 1.75rem;
}

.pl-28 {
  padding-left: 1.75rem;
}

.mr-28 {
  margin-right: 1.75rem;
}

.pr-28 {
  padding-right: 1.75rem;
}

.mx-28 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.px-28 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.my-28 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.py-28 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.mt-32 {
  margin-top: 2rem;
}

.pt-32 {
  padding-top: 2rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.pb-32 {
  padding-bottom: 2rem;
}

.ml-32 {
  margin-left: 2rem;
}

.pl-32 {
  padding-left: 2rem;
}

.mr-32 {
  margin-right: 2rem;
}

.pr-32 {
  padding-right: 2rem;
}

.mx-32 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.px-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.my-32 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mt-36 {
  margin-top: 2.25rem;
}

.pt-36 {
  padding-top: 2.25rem;
}

.mb-36 {
  margin-bottom: 2.25rem;
}

.pb-36 {
  padding-bottom: 2.25rem;
}

.ml-36 {
  margin-left: 2.25rem;
}

.pl-36 {
  padding-left: 2.25rem;
}

.mr-36 {
  margin-right: 2.25rem;
}

.pr-36 {
  padding-right: 2.25rem;
}

.mx-36 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.px-36 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.my-36 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.py-36 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.mx-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.mt-44 {
  margin-top: 2.75rem;
}

.pt-44 {
  padding-top: 2.75rem;
}

.mb-44 {
  margin-bottom: 2.75rem;
}

.pb-44 {
  padding-bottom: 2.75rem;
}

.ml-44 {
  margin-left: 2.75rem;
}

.pl-44 {
  padding-left: 2.75rem;
}

.mr-44 {
  margin-right: 2.75rem;
}

.pr-44 {
  padding-right: 2.75rem;
}

.mx-44 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.px-44 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.my-44 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.py-44 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.mt-46 {
  margin-top: 2.875rem;
}

.pt-46 {
  padding-top: 2.875rem;
}

.mb-46 {
  margin-bottom: 2.875rem;
}

.pb-46 {
  padding-bottom: 2.875rem;
}

.ml-46 {
  margin-left: 2.875rem;
}

.pl-46 {
  padding-left: 2.875rem;
}

.mr-46 {
  margin-right: 2.875rem;
}

.pr-46 {
  padding-right: 2.875rem;
}

.mx-46 {
  margin-left: 2.875rem;
  margin-right: 2.875rem;
}

.px-46 {
  padding-left: 2.875rem;
  padding-right: 2.875rem;
}

.my-46 {
  margin-top: 2.875rem;
  margin-bottom: 2.875rem;
}

.py-46 {
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}

.mt-48 {
  margin-top: 3rem;
}

.pt-48 {
  padding-top: 3rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.pb-48 {
  padding-bottom: 3rem;
}

.ml-48 {
  margin-left: 3rem;
}

.pl-48 {
  padding-left: 3rem;
}

.mr-48 {
  margin-right: 3rem;
}

.pr-48 {
  padding-right: 3rem;
}

.mx-48 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.px-48 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.my-48 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.py-48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mt-56 {
  margin-top: 3.5rem;
}

.pt-56 {
  padding-top: 3.5rem;
}

.mb-56 {
  margin-bottom: 3.5rem;
}

.pb-56 {
  padding-bottom: 3.5rem;
}

.ml-56 {
  margin-left: 3.5rem;
}

.pl-56 {
  padding-left: 3.5rem;
}

.mr-56 {
  margin-right: 3.5rem;
}

.pr-56 {
  padding-right: 3.5rem;
}

.mx-56 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.px-56 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.my-56 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.py-56 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.ml-60 {
  margin-left: 3.75rem;
}

.pl-60 {
  padding-left: 3.75rem;
}

.mr-60 {
  margin-right: 3.75rem;
}

.pr-60 {
  padding-right: 3.75rem;
}

.mx-60 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.px-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.my-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.mt-62 {
  margin-top: 3.875rem;
}

.pt-62 {
  padding-top: 3.875rem;
}

.mb-62 {
  margin-bottom: 3.875rem;
}

.pb-62 {
  padding-bottom: 3.875rem;
}

.ml-62 {
  margin-left: 3.875rem;
}

.pl-62 {
  padding-left: 3.875rem;
}

.mr-62 {
  margin-right: 3.875rem;
}

.pr-62 {
  padding-right: 3.875rem;
}

.mx-62 {
  margin-left: 3.875rem;
  margin-right: 3.875rem;
}

.px-62 {
  padding-left: 3.875rem;
  padding-right: 3.875rem;
}

.my-62 {
  margin-top: 3.875rem;
  margin-bottom: 3.875rem;
}

.py-62 {
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}

.mt-64 {
  margin-top: 4rem;
}

.pt-64 {
  padding-top: 4rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.pb-64 {
  padding-bottom: 4rem;
}

.ml-64 {
  margin-left: 4rem;
}

.pl-64 {
  padding-left: 4rem;
}

.mr-64 {
  margin-right: 4rem;
}

.pr-64 {
  padding-right: 4rem;
}

.mx-64 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.px-64 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.my-64 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.py-64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mt-68 {
  margin-top: 4.25rem;
}

.pt-68 {
  padding-top: 4.25rem;
}

.mb-68 {
  margin-bottom: 4.25rem;
}

.pb-68 {
  padding-bottom: 4.25rem;
}

.ml-68 {
  margin-left: 4.25rem;
}

.pl-68 {
  padding-left: 4.25rem;
}

.mr-68 {
  margin-right: 4.25rem;
}

.pr-68 {
  padding-right: 4.25rem;
}

.mx-68 {
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

.px-68 {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.my-68 {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.py-68 {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.mt-72 {
  margin-top: 4.5rem;
}

.pt-72 {
  padding-top: 4.5rem;
}

.mb-72 {
  margin-bottom: 4.5rem;
}

.pb-72 {
  padding-bottom: 4.5rem;
}

.ml-72 {
  margin-left: 4.5rem;
}

.pl-72 {
  padding-left: 4.5rem;
}

.mr-72 {
  margin-right: 4.5rem;
}

.pr-72 {
  padding-right: 4.5rem;
}

.mx-72 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.px-72 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.my-72 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.py-72 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.mt-74 {
  margin-top: 4.625rem;
}

.pt-74 {
  padding-top: 4.625rem;
}

.mb-74 {
  margin-bottom: 4.625rem;
}

.pb-74 {
  padding-bottom: 4.625rem;
}

.ml-74 {
  margin-left: 4.625rem;
}

.pl-74 {
  padding-left: 4.625rem;
}

.mr-74 {
  margin-right: 4.625rem;
}

.pr-74 {
  padding-right: 4.625rem;
}

.mx-74 {
  margin-left: 4.625rem;
  margin-right: 4.625rem;
}

.px-74 {
  padding-left: 4.625rem;
  padding-right: 4.625rem;
}

.my-74 {
  margin-top: 4.625rem;
  margin-bottom: 4.625rem;
}

.py-74 {
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
}

.mt-76 {
  margin-top: 4.75rem;
}

.pt-76 {
  padding-top: 4.75rem;
}

.mb-76 {
  margin-bottom: 4.75rem;
}

.pb-76 {
  padding-bottom: 4.75rem;
}

.ml-76 {
  margin-left: 4.75rem;
}

.pl-76 {
  padding-left: 4.75rem;
}

.mr-76 {
  margin-right: 4.75rem;
}

.pr-76 {
  padding-right: 4.75rem;
}

.mx-76 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.px-76 {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.my-76 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.py-76 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.mt-78 {
  margin-top: 4.75rem;
}

.pt-78 {
  padding-top: 4.75rem;
}

.mb-78 {
  margin-bottom: 4.75rem;
}

.pb-78 {
  padding-bottom: 4.75rem;
}

.ml-78 {
  margin-left: 4.75rem;
}

.pl-78 {
  padding-left: 4.75rem;
}

.mr-78 {
  margin-right: 4.75rem;
}

.pr-78 {
  padding-right: 4.75rem;
}

.mx-78 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.px-78 {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.my-78 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.py-78 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.mt-84 {
  margin-top: 4.75rem;
}

.pt-84 {
  padding-top: 4.75rem;
}

.mb-84 {
  margin-bottom: 4.75rem;
}

.pb-84 {
  padding-bottom: 4.75rem;
}

.ml-84 {
  margin-left: 4.75rem;
}

.pl-84 {
  padding-left: 4.75rem;
}

.mr-84 {
  margin-right: 4.75rem;
}

.pr-84 {
  padding-right: 4.75rem;
}

.mx-84 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.px-84 {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.my-84 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.py-84 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.mt-96 {
  margin-top: 4.75rem;
}

.pt-96 {
  padding-top: 4.75rem;
}

.mb-96 {
  margin-bottom: 4.75rem;
}

.pb-96 {
  padding-bottom: 4.75rem;
}

.ml-96 {
  margin-left: 4.75rem;
}

.pl-96 {
  padding-left: 4.75rem;
}

.mr-96 {
  margin-right: 4.75rem;
}

.pr-96 {
  padding-right: 4.75rem;
}

.mx-96 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.px-96 {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.my-96 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.py-96 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: grid;
}

.thin {
  font-weight: 100;
}

.extralight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.text-10 {
  font-size: 0.625rem;
  line-height: calc(0.625rem + 10px);
}

.text-12 {
  font-size: 0.75rem;
  line-height: calc(0.75rem + 10px);
}

.text-14 {
  font-size: 0.875rem;
  line-height: calc(0.875rem + 10px);
}

.text-16 {
  font-size: 1rem;
  line-height: calc(1rem + 10px);
}

.text-18 {
  font-size: 1.125rem;
  line-height: calc(1.125rem + 10px);
}

.text-20 {
  font-size: 1.25rem;
  line-height: calc(1.25rem + 10px);
}

.text-22 {
  font-size: 1.375rem;
  line-height: calc(1.375rem + 10px);
}

.text-24 {
  font-size: 1.5rem;
  line-height: calc(1.5rem + 10px);
}

.text-28 {
  font-size: 1.75rem;
  line-height: calc(1.75rem + 10px);
}

.text-32 {
  font-size: 2rem;
  line-height: calc(2rem + 10px);
}

.text-36 {
  font-size: 2.25rem;
  line-height: calc(2.25rem + 10px);
}

.text-38 {
  font-size: 2.375rem;
  line-height: calc(2.375rem + 10px);
}

.text-40 {
  font-size: 2.5rem;
  line-height: calc(2.5rem + 10px);
}

.text-44 {
  font-size: 2.75rem;
  line-height: calc(2.75rem + 10px);
}

.text-46 {
  font-size: 2.875rem;
  line-height: calc(2.875rem + 10px);
}

.text-48 {
  font-size: 3rem;
  line-height: calc(3rem + 10px);
}

.text-56 {
  font-size: 3.5rem;
  line-height: calc(3.5rem + 10px);
}

.text-60 {
  font-size: 3.75rem;
  line-height: calc(3.75rem + 10px);
}

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

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

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

.clr-primary {
  color: #2951A2;
}

.clr-gray {
  color: #717171;
}

.clr-darkgray {
  color: #3B3B3B;
}

.clr-dark {
  color: #000000;
}

.bg-primary {
  background-color: #2951A2;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.static {
  position: static;
}

.w-0 {
  width: 0rem;
}

.h-0 {
  height: 0rem;
}

.w-1 {
  width: 0.625rem;
}

.h-1 {
  height: 0.625rem;
}

.w-2 {
  width: 0.125rem;
}

.h-2 {
  height: 0.125rem;
}

.w-4 {
  width: 0.25rem;
}

.h-4 {
  height: 0.25rem;
}

.w-6 {
  width: 0.375rem;
}

.h-6 {
  height: 0.375rem;
}

.w-8 {
  width: 0.5rem;
}

.h-8 {
  height: 0.5rem;
}

.w-10 {
  width: 0.625rem;
}

.h-10 {
  height: 0.625rem;
}

.w-12 {
  width: 0.75rem;
}

.h-12 {
  height: 0.75rem;
}

.w-14 {
  width: 0.875rem;
}

.h-14 {
  height: 0.875rem;
}

.w-16 {
  width: 1rem;
}

.h-16 {
  height: 1rem;
}

.w-18 {
  width: 1.125rem;
}

.h-18 {
  height: 1.125rem;
}

.w-20 {
  width: 1.25rem;
}

.h-20 {
  height: 1.25rem;
}

.w-22 {
  width: 1.375rem;
}

.h-22 {
  height: 1.375rem;
}

.w-24 {
  width: 1.5rem;
}

.h-24 {
  height: 1.5rem;
}

.w-28 {
  width: 1.75rem;
}

.h-28 {
  height: 1.75rem;
}

.w-32 {
  width: 2rem;
}

.h-32 {
  height: 2rem;
}

.w-36 {
  width: 2.25rem;
}

.h-36 {
  height: 2.25rem;
}

.w-40 {
  width: 2.5rem;
}

.h-40 {
  height: 2.5rem;
}

.w-44 {
  width: 2.75rem;
}

.h-44 {
  height: 2.75rem;
}

.w-46 {
  width: 2.875rem;
}

.h-46 {
  height: 2.875rem;
}

.w-48 {
  width: 3rem;
}

.h-48 {
  height: 3rem;
}

.w-56 {
  width: 3.5rem;
}

.h-56 {
  height: 3.5rem;
}

.w-60 {
  width: 3.75rem;
}

.h-60 {
  height: 3.75rem;
}

.w-62 {
  width: 3.875rem;
}

.h-62 {
  height: 3.875rem;
}

.w-64 {
  width: 4rem;
}

.h-64 {
  height: 4rem;
}

.w-68 {
  width: 4.25rem;
}

.h-68 {
  height: 4.25rem;
}

.w-72 {
  width: 4.5rem;
}

.h-72 {
  height: 4.5rem;
}

.w-74 {
  width: 4.625rem;
}

.h-74 {
  height: 4.625rem;
}

.w-76 {
  width: 4.75rem;
}

.h-76 {
  height: 4.75rem;
}

.w-78 {
  width: 4.75rem;
}

.h-78 {
  height: 4.75rem;
}

.w-84 {
  width: 4.75rem;
}

.h-84 {
  height: 4.75rem;
}

.w-96 {
  width: 4.75rem;
}

.h-96 {
  height: 4.75rem;
}

.min-vh-screen {
  min-height: 100vh;
}

.h-screen {
  height: 100vh;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-custom {
  width: var(--w-custom);
}

.h-custom {
  height: var(--h-custom);
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-small {
  border-radius: 0.3rem;
}

.rounded {
  border-radius: 4.75 rem;
}

.z-10 {
  z-index: 10;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.hidden {
  overflow: hidden;
}

.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.mt-n-20 {
  margin-top: -20px;
}

.mb-n-40 {
  margin-bottom: -40px;
}

.qk-title__block {
  font-size: 24px;
  line-height: 32px;
}
.qk-color--darkgray {
  color: #3B3B3B;
}
.qk-color--dark {
  color: #000000;
}

.qk-header {
  height: 76px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.qk-header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qk-header-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.qk-link {
  color: var(--qk-clr-primary);
  text-decoration: none;
}

.qk-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 32px;
  position: relative;
  text-decoration: none;
}
.qk-btn-small {
  padding: 8px 16px;
}
.qk-btn--primary {
  color: #fff;
  background-color: var(--qk-clr-primary);
  border-radius: 20rem;
  border: 2px solid #fff;
  outline: 1px solid #B4F1FF;
  outline-offset: 1px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.qk-btn--primary:hover {
  color: #ffffff;
  outline-offset: -1px;
}
.qk-btn--outline {
  color: var(--qk-clr-primary);
  border-radius: 20rem;
  border: 1px solid var(--qk-clr-primary);
}

.qk-btn-blue:focus{
  color:#fff;
}

.qk-btn-blue:hover{
  color:#2750a3;
}

.qk-btn-white:focus{
  color:#2750a3;
}

.qk-btn-white:hover{
  color:#fff;
}

@media (min-width: 992px) {
  .qk-section--automatic .qk-section-design {
    height: 37em;
  }
}
.qk-section--automatic .qk-section-design-inner {
  height: 100%;
}

@media (max-width: 575.99px) {
    .qk-section--automatic .qk-design-content-left {margin-bottom: 10px}
    .qk-section--automatic .qk-design-content-right {margin-top:10px}
    .mob-p-0{padding: 0 !important;}
}

@media (min-width: 576px) and (max-width: 991.99px) {
    .qk-section--automatic .qk-design-content-left {margin-bottom: 30px}
    .qk-section--automatic .qk-design-content-right {margin-bottom: 30px;position: relative;top: 90px;top: 110px;}
}
.qk-section--automatic .qk-section-design-content-right {
  position: relative;
  top: 12em;
}
.qk-section--automatic .qk-section-design .circles {
  --w-custom: 336px;
  --h-custom: 336px;
  width: calc(var(--w-custom) + 16px);
  height: calc(var(--w-custom) + 18px);
}
@media (min-width: 768px) {
  .qk-section--automatic .qk-section-design .circles {
    --w-custom: 36em;
    --h-custom: 36em;
  }
}
@media (min-width: 992px) {
  .qk-section--automatic .qk-section-design .circles {
    --w-custom: 380px;
    --h-custom: 380px;
  }
}
.qk-section--automatic .qk-section-design .circles .shapeshift.main-circle {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(var(--w-custom) - 16px);
  height: calc(var(--h-custom) - 16px);
  border-radius: 50%;
  background: rgba(192, 180, 255, 0.5);
}
.qk-section--automatic .qk-section-design .circles .outer-circle {
  width: var(--w-custom);
  height: var(--w-custom);
  position: absolute;
  border: 0.5px solid #B4F1FF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.qk-section--automatic .qk-section-design .videocall {
  --videocall-width: 260px;
  --videocall-height: 146px;
  position: relative;
}
.qk-section--automatic .qk-section-design .videocalls {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .qk-section--automatic .qk-section-design .videocalls {
    position: absolute;
    top: 20px;
    z-index: 1;
  }
}
.qk-section--automatic .qk-section-design .videocall-1 {
  --videocall-width: 194px;
  --videocall-height: 112px;
  left: 17em;
  top: 4em;
}
@media (min-width: 992px) {
  .qk-section--automatic .qk-section-design .videocall-1 {
    left: 3em;
  }
}
.qk-section--automatic .qk-section-design .videocall-2 {
  --videocall-width: 260px;
  --videocall-height: 146px;
  z-index: 1;
}
@media (min-width: 992px) {
  .qk-section--automatic .qk-section-design .videocall-2 {
    top: 6em;
  }
}
.qk-section--automatic .qk-section-design .videocall-3 {
  --videocall-width: 212px;
  --videocall-height: 120px;
  top: -4em;
  left: 12em;
}
@media (min-width: 992px) {
  .qk-section--automatic .qk-section-design .videocall-3 {
    top: 14em;
    left: 11em;
  }
}
.qk-section--automatic .qk-section-design .videocall-screen {
  width: var(--videocall-width);
  height: var(--videocall-height);
  overflow: hidden;
  border-radius: 16px;
}
.qk-section--automatic .qk-section-design .videocall-userlive {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.qk-section--automatic .qk-section-design .videocall-username {
  font-size: 9px;
  color: white;
}
.qk-section--automatic .qk-section-design .videocall-recording {
  width: 6px;
  height: 6px;
  background-color: red;
}
.qk-section--automatic .qk-section-design .frequency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.qk-section--automatic .qk-section-design .frequency-1 {
  width: 76px;
  height: 36px;
}
@media (min-width: 992px) {
  .qk-section--automatic .qk-section-design .frequency-1 {
    right: -100px;
  }
}
.qk-section--automatic .qk-section-design .frequency-2 {
  width: 194px;
  height: 46px;
}
@media (min-width: 992px) {
  .qk-section--automatic .qk-section-design .frequency-2 {
    right: -230px;
  }
}
.qk-section--automatic .qk-section-design .frequency-3 {
  width: 96px;
  height: 40px;
}
@media (min-width: 992px) {
  .qk-section--automatic .qk-section-design .frequency-3 {
    right: -130px;
  }
}
@media (min-width: 992px) {
  .qk-section--automatic .qk-section-design .voice-processor, .qk-section--automatic .qk-section-design .transcript-view {
    position: absolute;
  }
}
.qk-section--automatic .qk-section-design .transcript-view {
  width: 100%;
}
@media (min-width: 576px) {
  .qk-section--automatic .qk-section-design .transcript-view {
    width: 23em;
    height: 25em;
    margin-top: 12em;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
}
.qk-section--automatic .qk-section-design .voice-processor {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 230px;
  height: 230px;
}
.qk-section--automatic .qk-section-design .user {
  position: absolute;
  width: 5em;
  height: 5em;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media (min-width: 992px) {
  .qk-section--automatic .qk-section-design .user {
    top: auto;
    width: 52px;
    height: 52px;
    bottom: -26px;
  }
}

.qk-section--scheduler__content {
  width: 40%;
  z-index: 1;
  left: 26px;
}
.qk-section--scheduler .qk-section-design {
  --circle-width: 380px;
  --circle-height: 380px;
  min-height: var(--circle-height);
}
@media (min-width: 992px) {
  .qk-section--scheduler .qk-section-design {
    --circle-height: 380px;
  }
}
.qk-section--scheduler .qk-section-design .outer-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0.5px solid rgba(200, 204, 250, 0.6352941176);
  border-radius: 500px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.qk-section--scheduler .qk-section-design .circles {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: var(--circle-width);
  height: var(--circle-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qk-section--scheduler .qk-section-design .icon {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: block;
}
.qk-section--scheduler .qk-section-design .shapeshift.main-roundedrect {
  width: calc(var(--circle-width) - 14px) !important;
  height: calc(var(--circle-height) - 14px) !important;
  border-radius: 300px;
  margin: auto;
  background-color: #2851A1;
}
.qk-section--scheduler .qk-section-design .meeting, .qk-section--scheduler .qk-section-design .meeting-dateselection {
  position: relative;
  z-index: 1;
}
.scheduler-mid-img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .qk-hero__profile-item:nth-child(-n+4) {
    display: none;
  }
  .qk-section--scheduler .qk-section-design{
    --circle-width: 280px;
    --circle-height: 280px;
  }
  .qk-section--scheduler .meeting{
    margin-bottom: 5px;
  }
  .qk-section--automatic{
    overflow-x: inherit !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .qk-hero__profile-item:nth-child(-n+2) {
    display: none;
  }
}

.qk-section--dashboard-view .qk-section-design .dashboard-rect .dashboard {
  border-radius: 16px;
  overflow: hidden;
}
.qk-section--dashboard-view .qk-section-design .dashboard-rect-shadow {
  width: 100%;
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.qk-section--dashboard-view .qk-section-design .dashboard-features {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
}
.qk-section--dashboard-view .qk-section-design .dashboard-feature-item {
  position: inherit;
  z-index: 1;
}
@media (min-width: 992px) {
  .qk-section--dashboard-view .qk-section-design .dashboard-feature-item {
    position: inherit;
    z-index: 1;
  }
  .qk-section--dashboard-view .qk-section-design .dashboard-feature-item-1 {
    top: 17.9%;
    left: 21%;
  }
  .qk-section--dashboard-view .qk-section-design .dashboard-feature-item-2 {
    bottom: 27%;
    right: 2%;
  }
  .qk-section--dashboard-view .qk-section-design .dashboard-feature-item-3 {
    top: 22.4%;
    left: -11.8%;
  }
  .qk-section--dashboard-view .qk-section-design .dashboard-feature-item-4 {
    top: 31%;
    left: -13%;
  }
  .qk-section--dashboard-view .qk-section-design .dashboard-feature-item-5 {
    top: 46.5%;
    left: -7.8%;
  }
  .qk-section--dashboard-view .qk-section-design .dashboard-feature-item-6 {
    top: 24.5%;
    left: 49%;
  }
  .qk-section--dashboard-view .qk-section-design .dashboard-feature-item-7 {
    top: 14%;
    right: 4.1%;
  }
  .qk-section--dashboard-view .qk-section-design .dashboard-feature-item-8 {
    top: 24.6%;
    right: -2em;
  }
  .qk-section--dashboard-view .qk-section-design .dashboard-feature-item-9 {
    bottom: 41%;
    right: -12.3%;
  }
  .qk-section--dashboard-view .qk-section-design .dashboard-feature-item-10 {
    bottom: 35%;
    right: -10.5%;
  }
}


.qk-section--office #hofficeSliderPagination.swiper .swiper-wrapper {
  right: 0 !important;
}
.qk-section--office #hofficeSliderPagination.swiper .swiper-wrapper .swiper-slide {
  margin: 0 !important;
}
.qk-section--office #hofficeSliderPagination.swiper .swiper-wrapper .swiper-pagination-bullet-active {
  opacity: 1 !important;
  font-size: 17px;
  color: #060334;
}
@media (min-width: 768px) {
  .qk-section--office #hofficeSliderPagination.swiper .swiper-wrapper .swiper-pagination-bullet-active {
    font-size: 20px;
  }
  .qk-section--scheduler .qk-section-design-inner, .qk-section--automatic .qk-design-content-left .img-fluid, .qk-section--automatic .qk-design-content-right .img-fluid, .qk-section--automatic .qk-design-content-middle .img-fluid{
    width:100%;
  }
  .qk-section--scheduler .schedule-item-1{
    margin-left: 20px;
  }
  .qk-section--scheduler .schedule-item-3{
    margin-left: -30px;
  }
  .qk-section--scheduler .schedule-item-4{
    margin-left:  30px;
  }
  .qk-section--scheduler .schedule-item-5{
    margin-left: -45px;
  }
  .qk-section--scheduler .schedule-item-6{
    margin-left: 50px;
  }
}
.qk-section--office .qk-section-design {
  width: 90%;
  margin: 0 auto;
  min-height: 495px;
}

#sectionOfficeVideo iframe {
  width: 100%;
  height: 100%;
}

.qk-section--office .qk-section-design .outer-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0.5px solid #C4FDEE;
  border-radius: 500px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .qk-section--office .qk-section-design {
    width: 80%;
    min-height: 250px;
  }
}
@media (min-width: 576px) {
  .qk-section--office .qk-section-design {
    width: 480px;
  }
}
@media (min-width: 768px) {
  .qk-section--office .qk-section-design {
    width: 720px;
  }
}
.qk-section--office .qk-section-design .rounded-rect {
  width: calc(100% - 15px) !important;
  height: calc(100% - 15px) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 360px;
  /* UI Properties */
  background: #C4FDEE 0% 0% no-repeat padding-box;
  border-radius: 180px;
  margin: 0;
}
.qk-section--office .qk-section-design .qk-section__video {
  width: 100% !important;
  height: 100% !important;
  margin: auto;
  width: 100%;
  height: 360px;
  border-radius: 9999px;
  overflow: hidden;
  top: 0;
  position: relative;
}
.qk-section--office .outer-circle .circles {
    margin-top: -20px;
    position: relative;
}
@media (min-width: 768px) {
  .qk-section--office .qk-section-design .rounded-rect {
    width: 100% !important;
    height: 100% !important;
  }
  .qk-section--office .outer-circle .circles {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .qk-section--office .qk-section-design .rounded-rect {
    border-radius: 500px;
  }
}
@media (min-width: 992px) {
  .qk-section--office .qk-section-design {
    width: 880px;
  }
}
.qk-section--office .qk-slider .swiper {
  width: 100%;
  height: 224px;
}
@media (min-width: 768px) {
  .qk-section--office .qk-slider .swiper {
    height: 264px;
  }
}
.qk-section--office .qk-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .qk-section--office .qk-slider .swiper-slide {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.qk-section--office .qk-slider__hero {
  padding: 0 40px;
}
@media (min-width: 768px) {
  .qk-section--office .qk-slider__hero {
    padding: 0 80px;
  }
}
.qk-section--office .qk-slider__item-pagination {
  height: auto !important;
  font-size: 16px;
  color: #00533F;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .qk-section--office .qk-slider__item-pagination {
    font-size: 18px;
  }
}
.qk-section--office .qk-slider__item-pagination h4 {
  font-size: inherit;
}



.qk-section--mom #hMomSliderPagination.swiper .swiper-wrapper {
  right: 0 !important;
}
.qk-section--mom #hMomSliderPagination.swiper .swiper-wrapper .swiper-slide {
  margin: 0 !important;
}
.qk-section--mom #hMomSliderPagination.swiper .swiper-wrapper .swiper-pagination-bullet-active {
  opacity: 1 !important;
  font-size: 17px;
  color: #060334;
}
@media (min-width: 768px) {
  .qk-section--mom #hMomSliderPagination.swiper .swiper-wrapper .swiper-pagination-bullet-active {
    font-size: 20px;
  }
  .qk-section--scheduler .qk-section-design-inner, .qk-section--automatic .qk-design-content-left .img-fluid, .qk-section--automatic .qk-design-content-right .img-fluid, .qk-section--automatic .qk-design-content-middle .img-fluid{
    width:100%;
  }
  .qk-section--scheduler .schedule-item-1{
    margin-left: 20px;
  }
  .qk-section--scheduler .schedule-item-3{
    margin-left: -30px;
  }
  .qk-section--scheduler .schedule-item-4{
    margin-left:  30px;
  }
  .qk-section--scheduler .schedule-item-5{
    margin-left: -45px;
  }
  .qk-section--scheduler .schedule-item-6{
    margin-left: 50px;
  }
}
.qk-section--mom .qk-section-design {
  width: 90%;
  margin: 0 auto;
  min-height: 450px;
}
.qk-section--mom .qk-section-design .outer-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0.5px solid #C4FDEE;
  border-radius: 500px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 500px) {
  .qk-section--mom .qk-section-design {
    width: 480px;
    min-height: 550px;
  }
}
@media (min-width: 768px) {
  .qk-section--mom .qk-section-design {
    width: 720px;
  }
}
.qk-section--mom .qk-section-design .rounded-rect {
  width: calc(100% - 15px) !important;
  height: calc(100% - 15px) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 360px;
  /* UI Properties */
  background: #edc4fd 0% 0% no-repeat padding-box;
  border-radius: 180px;
  margin: 0;
}
.qk-section--mom .qk-section-design .qk-section__video {
  width: 100% !important;
  height: 100% !important;
  margin: auto;
  width: 100%;
  height: 360px;
  border-radius: 9999px;
  overflow: hidden;
  top: 0;
  position: relative;
}
.qk-section--mom .outer-circle .circles {
  margin-top: -20px;
  position: relative;
}
@media (min-width: 768px) {
  .qk-section--mom .qk-section-design .rounded-rect {
    width: 100% !important;
    height: 100% !important;
  }
  .qk-section--mom .outer-circle .circles {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .qk-section--mom .qk-section-design .rounded-rect {
    border-radius: 500px;
  }
}
@media (min-width: 992px) {
  .qk-section--mom .qk-section-design {
    width: 880px;
  }
}
.qk-section--mom .qk-slider .swiper {
  width: 100%;
  height: 224px;
}
@media (min-width: 768px) {
  .qk-section--mom .qk-slider .swiper {
    height: 264px;
  }
}
.qk-section--mom .qk-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .qk-section--mom .qk-slider .swiper-slide {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.qk-section--mom .qk-slider__hero {
  padding: 0 40px;
}
@media (min-width: 768px) {
  .qk-section--mom .qk-slider__hero {
    padding: 0 80px;
  }
}
.qk-section--mom .qk-slider__item-pagination {
  height: auto !important;
  font-size: 16px;
  color: #00533F;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .qk-section--mom .qk-slider__item-pagination {
    font-size: 18px;
  }
}
.qk-section--mom .qk-slider__item-pagination h4 {
  font-size: inherit;
}

.qk-section--fastonline .qk-section-design .qk-toolbars {
  bottom: 20px;
  z-index: 1;
}
.qk-section--fastonline .qk-section-design .outer-circle {
  width: 100%;
  height: calc(100% - var(--space-outerline) * 2);
  position: absolute;
  border: 0.5px solid rgba(200, 204, 250, 0.6352941176);
  border-radius: 500px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .qk-section--fastonline .qk-section-design .outer-circle {
    width: 100%;
    height: calc(100% - 10px * 2);
  }
  .mob-ml-45{
    margin-left: 45%;
  }
}
@media (min-width: 768px) {
  .qk-section--fastonline .qk-section-design .outer-circle {
    height: 100%;
  }
}
.qk-section--fastonline .qk-section-design .circles {
  --w-custom: 320px;
  --h-custom: 320px;
  --space-outerline: 15px;
  width: var(--w-custom);
  height: calc(var(--h-custom) * 2);
}
@media (min-width: 768px) {
  .qk-section--fastonline .qk-section-design .circles {
    --w-custom: 396px;
    --h-custom: 396px;
    width: calc(var(--w-custom) * 1.8);
    height: var(--h-custom);
  }
}
@media (min-width: 992px) {
  .qk-section--fastonline .qk-section-design .circles {
    --w-custom: 496px;
    --h-custom: 496px;
  }
}
.qk-section--fastonline .qk-section-design .circles .circle-1, .qk-section--fastonline .qk-section-design .circles .circle-2 {
  width: calc(var(--w-custom) - var(--space-outerline));
  height: calc(var(--h-custom) - var(--space-outerline));
}
.qk-section--fastonline .qk-section-design .circles .circle-1 {
  background-color: rgba(0, 186, 255, 0.25);
}
.qk-section--fastonline .qk-section-design .circles .circle-2 {
  background-color: rgba(200, 204, 250, 0.6)
}
@media (min-width: 768px) {
  .qk-section--fastonline .qk-section-design .circles .circle-1, .qk-section--fastonline .qk-section-design .circles .circle-2 {
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
  }
}
.qk-section--fastonline .qk-section-design .circles .circle-1 {
  top: calc(var(--space-outerline) / 2);
  left: calc(var(--space-outerline) / 2);
}
.qk-section--fastonline .qk-section-design .circles .circle-2 {
  right: calc(var(--space-outerline) / 2);
  bottom: 30px;
}
@media (min-width: 768px) {
  .qk-section--fastonline .qk-section-design .circles .circle-2 {
    top: 0;
    bottom: 0;
  }
}
.qk-section--fastonline .qk-section-design .qk-fastonline__row {
  width: calc(var(--w-custom) * 1.46);
  margin: 0 auto;
}
.qk-fastonline__row {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  z-index: 1;
}
.qk-fastonline__left, .qk-fastonline__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .qk-fastonline__left-img {
    margin-left: -56px;
  }
}
.qk-fastonline__right-img {
  border-radius: 26px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .qk-fastonline__right-img {
    margin-right: -56px;
  }
}
.qk-fastonline__profile-img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
}

.qk-section-design .qk-toolbars {
  z-index: 1
}
.qk-section-design .rounded-full {
  background-color: #EEFFB4;
}

.qk-toolbar {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 160px;
  border-radius: 100px;
  padding: 9px;
}
.qk-toolbar span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0 12px;
}
.qk-toolbar:last-child {
  width: 276px;
}

.qk-section-content {
  position: relative;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.qk-section {
  position: relative;
}
.qk-section--home {
  height: 70vh;
}
@media (min-width: 768px) {
  .qk-section--home {
    height: 100vh;
  }
}
.qk-section--unlimited .qk-section-design .circles {
  --w-custom: 320px;
  --h-custom: 320px;
  width: var(--w-custom);
  height: var(--h-custom);
  border-radius: 100%;
}
@media (min-width: 768px) {
  .qk-section--unlimited .qk-section-design .circles {
    --w-custom: 560px;
    --h-custom: 560px;
  }
}
.qk-section--unlimited .qk-section-design .circles .circle {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: calc(var(--w-custom) - 100px);
  height: calc(var(--h-custom) - 100px);
}
@media (min-width: 768px) {
  .qk-section--unlimited .qk-section-design .circles .circle {
    width: calc(var(--w-custom) - 150px);
    height: calc(var(--h-custom) - 150px);
  }
}
.qk-unlimited__content {
  position: relative;
  height: 100%;
}
.qk-unlimited__content-center {
  padding: 25%;
  z-index: 2;
}
.qk-unlimited__content-inside {
  z-index: 1;
}
.qk-unlimited__center {
  position: absolute;
  z-index: 1;
  width: calc(var(--w-custom) / 3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) {
  .qk-unlimited__center {
    width: calc(var(--w-custom) / 2.5);
  }
}
.qk-unlimited__outer {
  width: 100%;
  height: 100%;
  border: 1px solid #3067D6;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
}
.qk-unlimited__outer-img {
  --circles-width: 50px;
  --circles-height: 50px;
  --child-translate: calc(var(--w-custom) / 2);
  border-radius: 100px;
  overflow: hidden;
  max-width: var(--circles-width);
  max-height: var(--circles-height);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(var(--circles-width) / -2);
}
@media (min-width: 768px) {
  .qk-unlimited__outer-img {
    --circles-width: 80px;
    --circles-height: 80px;
  }
}
.qk-unlimited__outer-img:first-child {
  --circles-width: 35px;
  --circles-height: 35px;
  -webkit-transform: rotate(150deg) translate(var(--child-translate)) rotate(-150deg);
      -ms-transform: rotate(150deg) translate(var(--child-translate)) rotate(-150deg);
          transform: rotate(150deg) translate(var(--child-translate)) rotate(-150deg);
}
@media (min-width: 768px) {
  .qk-unlimited__outer-img:first-child {
    --circles-width: 50px;
    --circles-height: 50px;
  }
}
.qk-unlimited__outer-img:nth-child(2) {
  -webkit-transform: rotate(200deg) translate(var(--child-translate)) rotate(-200deg);
      -ms-transform: rotate(200deg) translate(var(--child-translate)) rotate(-200deg);
          transform: rotate(200deg) translate(var(--child-translate)) rotate(-200deg);
}
.qk-unlimited__outer-img:nth-child(3) {
  -webkit-transform: rotate(240deg) translate(var(--child-translate)) rotate(-240deg);
      -ms-transform: rotate(240deg) translate(var(--child-translate)) rotate(-240deg);
          transform: rotate(240deg) translate(var(--child-translate)) rotate(-240deg);
}
.qk-unlimited__outer-img:nth-child(4) {
  -webkit-transform: rotate(305deg) translate(var(--child-translate)) rotate(-305deg);
      -ms-transform: rotate(305deg) translate(var(--child-translate)) rotate(-305deg);
          transform: rotate(305deg) translate(var(--child-translate)) rotate(-305deg);
}
.qk-unlimited__outer-img:nth-child(5) {
  -webkit-transform: rotate(354deg) translate(var(--child-translate)) rotate(-354deg);
      -ms-transform: rotate(354deg) translate(var(--child-translate)) rotate(-354deg);
          transform: rotate(354deg) translate(var(--child-translate)) rotate(-354deg);
}
.qk-unlimited__outer-img:last-child {
  -webkit-transform: rotate(37deg) translate(var(--child-translate)) rotate(-37deg);
      -ms-transform: rotate(37deg) translate(var(--child-translate)) rotate(-37deg);
          transform: rotate(37deg) translate(var(--child-translate)) rotate(-37deg);
}
.qk-unlimited__outer-img:nth-child(3), .qk-unlimited__outer-img:last-child {
  --circles-width: 40px;
  --circles-height: 40px;
}
@media (min-width: 768px) {
  .qk-unlimited__outer-img:nth-child(3), .qk-unlimited__outer-img:last-child {
    --circles-width: 60px;
    --circles-height: 60px;
  }
}
.qk-unlimited__room {
  --room-width: 50px;
  --room-height: 50px;
  --room-translate: calc(var(--w-custom) / 3.6);
  width: var(--room-width);
  height: var(--room-height);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(var(--room-width) / -2);
}
.qk-unlimited__rooms {
  z-index: 1;
}
.qk-unlimited__room:first-child {
  -webkit-transform: rotate(155deg) translate(var(--room-translate)) rotate(-155deg);
      -ms-transform: rotate(155deg) translate(var(--room-translate)) rotate(-155deg);
          transform: rotate(155deg) translate(var(--room-translate)) rotate(-155deg);
}
.qk-unlimited__room:nth-child(2) {
  -webkit-transform: rotate(205deg) translate(var(--room-translate)) rotate(-205deg);
      -ms-transform: rotate(205deg) translate(var(--room-translate)) rotate(-205deg);
          transform: rotate(205deg) translate(var(--room-translate)) rotate(-205deg);
}
.qk-unlimited__room:nth-child(3) {
  -webkit-transform: rotate(245deg) translate(var(--room-translate)) rotate(-245deg);
      -ms-transform: rotate(245deg) translate(var(--room-translate)) rotate(-245deg);
          transform: rotate(245deg) translate(var(--room-translate)) rotate(-245deg);
}
.qk-unlimited__room:nth-child(4) {
  -webkit-transform: rotate(305deg) translate(var(--room-translate)) rotate(-305deg);
      -ms-transform: rotate(305deg) translate(var(--room-translate)) rotate(-305deg);
          transform: rotate(305deg) translate(var(--room-translate)) rotate(-305deg);
}
.qk-unlimited__room:nth-child(5) {
  -webkit-transform: rotate(354deg) translate(var(--room-translate)) rotate(-354deg);
      -ms-transform: rotate(354deg) translate(var(--room-translate)) rotate(-354deg);
          transform: rotate(354deg) translate(var(--room-translate)) rotate(-354deg);
}
.qk-unlimited__room:last-child {
  -webkit-transform: rotate(37deg) translate(var(--room-translate)) rotate(-37deg);
      -ms-transform: rotate(37deg) translate(var(--room-translate)) rotate(-37deg);
          transform: rotate(37deg) translate(var(--room-translate)) rotate(-37deg);
}
.qk-unlimited__room-text {
  font-size: 9px;
  font-weight: 500;
  color: #2750A3;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .qk-unlimited__room-text {
    font-size: 12px;
  }
}
.qk-unlimited__room-box {
  width: 24px;
  height: 14px;
  border-radius: 7px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .qk-unlimited__room-box {
    width: 34px;
    height: 24px;
  }
}
.qk-unlimited__room-box--red {
  background-color: #FF4646;
}
.qk-unlimited__room-box--magenta {
  background-color: #ED69D9;
}
.qk-unlimited__room-box--darkblue {
  background-color: #2750A3;
}
.qk-unlimited__room-box--green {
  background-color: #60A327;
}
.qk-unlimited__room-box--orange {
  background-color: #FFCB1D;
}
.qk-unlimited__room-box--brown {
  background-color: #DD9129;
}
.qk-unlimited__room-box--connect {
  position: relative;
}
.qk-unlimited__room-box--connect::before {
  border-top: 1px dashed #c6c6c6;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-35deg) translateX(-56px) translateY(-40px);
      -ms-transform: rotate(-35deg) translateX(-56px) translateY(-40px);
          transform: rotate(-35deg) translateX(-56px) translateY(-40px);
  width: calc(100% + 140px);
  z-index: -1;
}
.qk-intelligence__content {
  z-index: 1;
  left: 26px;
}

@media (max-width: 767px) {
  .qk-object--A-galaxy {
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
}

.qk-object--A {
  border-radius: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

body .qk-object--A * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

/* body {
  background-color: #140032;
  overflow: hidden;
  margin: 0;
} */
body .qk-object--A * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.galaxy:nth-child(1) {
  -webkit-transform: translateX(-120px) scale(-1, 1);
      -ms-transform: translateX(-120px) scale(-1, 1);
          transform: translateX(-120px) scale(-1, 1);
}

.galaxy:nth-child(2) {
  -webkit-transform: translateX(120px) scale(1, -1);
      -ms-transform: translateX(120px) scale(1, -1);
          transform: translateX(120px) scale(1, -1);
}

@-webkit-keyframes "galaxy" {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes "galaxy" {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.stars {
  width: 200px;
  height: 200px;
}
.stars .circle {
  animation: 15s galaxy ease-in-out infinite reverse;
}
.stars .dot {
  width: 10px;
  height: 10px;
  border: 5px dotted #fff;
}
.stars .dot:nth-child(0) {
  -webkit-transform: rotate(0deg) translate(120px) scale(1);
      -ms-transform: rotate(0deg) translate(120px) scale(1);
          transform: rotate(0deg) translate(120px) scale(1);
  border-color: #00d5ff;
}
.stars .dot:nth-child(1) {
  -webkit-transform: rotate(12deg) translate(120px) scale(0.9666666667);
      -ms-transform: rotate(12deg) translate(120px) scale(0.9666666667);
          transform: rotate(12deg) translate(120px) scale(0.9666666667);
  border-color: #00deff;
}
.stars .dot:nth-child(2) {
  -webkit-transform: rotate(24deg) translate(120px) scale(0.9333333333);
      -ms-transform: rotate(24deg) translate(120px) scale(0.9333333333);
          transform: rotate(24deg) translate(120px) scale(0.9333333333);
  border-color: #00e8ff;
}
.stars .dot:nth-child(3) {
  -webkit-transform: rotate(36deg) translate(120px) scale(0.9);
      -ms-transform: rotate(36deg) translate(120px) scale(0.9);
          transform: rotate(36deg) translate(120px) scale(0.9);
  border-color: #00f2ff;
}
.stars .dot:nth-child(4) {
  -webkit-transform: rotate(48deg) translate(120px) scale(0.8666666667);
      -ms-transform: rotate(48deg) translate(120px) scale(0.8666666667);
          transform: rotate(48deg) translate(120px) scale(0.8666666667);
  border-color: #00fcff;
}
.stars .dot:nth-child(5) {
  -webkit-transform: rotate(60deg) translate(120px) scale(0.8333333333);
      -ms-transform: rotate(60deg) translate(120px) scale(0.8333333333);
          transform: rotate(60deg) translate(120px) scale(0.8333333333);
  border-color: #00fff8;
}
.stars .dot:nth-child(6) {
  -webkit-transform: rotate(72deg) translate(120px) scale(0.8);
      -ms-transform: rotate(72deg) translate(120px) scale(0.8);
          transform: rotate(72deg) translate(120px) scale(0.8);
  border-color: #00ffee;
}
.stars .dot:nth-child(7) {
  -webkit-transform: rotate(84deg) translate(120px) scale(0.7666666667);
      -ms-transform: rotate(84deg) translate(120px) scale(0.7666666667);
          transform: rotate(84deg) translate(120px) scale(0.7666666667);
  border-color: #00ffe4;
}
.stars .dot:nth-child(8) {
  -webkit-transform: rotate(96deg) translate(120px) scale(0.7333333333);
      -ms-transform: rotate(96deg) translate(120px) scale(0.7333333333);
          transform: rotate(96deg) translate(120px) scale(0.7333333333);
  border-color: #00ffda;
}
.stars .dot:nth-child(9) {
  -webkit-transform: rotate(108deg) translate(120px) scale(0.7);
      -ms-transform: rotate(108deg) translate(120px) scale(0.7);
          transform: rotate(108deg) translate(120px) scale(0.7);
  border-color: #00ffd0;
}
.stars .dot:nth-child(10) {
  -webkit-transform: rotate(120deg) translate(120px) scale(0.6666666667);
      -ms-transform: rotate(120deg) translate(120px) scale(0.6666666667);
          transform: rotate(120deg) translate(120px) scale(0.6666666667);
  border-color: #00ffc6;
}
.stars .dot:nth-child(11) {
  -webkit-transform: rotate(132deg) translate(120px) scale(0.6333333333);
      -ms-transform: rotate(132deg) translate(120px) scale(0.6333333333);
          transform: rotate(132deg) translate(120px) scale(0.6333333333);
  border-color: #00ffbc;
}
.stars .dot:nth-child(12) {
  -webkit-transform: rotate(144deg) translate(120px) scale(0.6);
      -ms-transform: rotate(144deg) translate(120px) scale(0.6);
          transform: rotate(144deg) translate(120px) scale(0.6);
  border-color: #00ffb3;
}
.stars .dot:nth-child(13) {
  -webkit-transform: rotate(156deg) translate(120px) scale(0.5666666667);
      -ms-transform: rotate(156deg) translate(120px) scale(0.5666666667);
          transform: rotate(156deg) translate(120px) scale(0.5666666667);
  border-color: #00ffa9;
}
.stars .dot:nth-child(14) {
  -webkit-transform: rotate(168deg) translate(120px) scale(0.5333333333);
      -ms-transform: rotate(168deg) translate(120px) scale(0.5333333333);
          transform: rotate(168deg) translate(120px) scale(0.5333333333);
  border-color: #00ff9f;
}
.stars .dot:nth-child(15) {
  -webkit-transform: rotate(180deg) translate(120px) scale(0.5);
      -ms-transform: rotate(180deg) translate(120px) scale(0.5);
          transform: rotate(180deg) translate(120px) scale(0.5);
  border-color: #00ff95;
}
.stars .dot:nth-child(16) {
  -webkit-transform: rotate(192deg) translate(120px) scale(0.4666666667);
      -ms-transform: rotate(192deg) translate(120px) scale(0.4666666667);
          transform: rotate(192deg) translate(120px) scale(0.4666666667);
  border-color: #00ff8b;
}
.stars .dot:nth-child(17) {
  -webkit-transform: rotate(204deg) translate(120px) scale(0.4333333333);
      -ms-transform: rotate(204deg) translate(120px) scale(0.4333333333);
          transform: rotate(204deg) translate(120px) scale(0.4333333333);
  border-color: #00ff81;
}
.stars .dot:nth-child(18) {
  -webkit-transform: rotate(216deg) translate(120px) scale(0.4);
      -ms-transform: rotate(216deg) translate(120px) scale(0.4);
          transform: rotate(216deg) translate(120px) scale(0.4);
  border-color: #00ff77;
}
.stars .dot:nth-child(19) {
  -webkit-transform: rotate(228deg) translate(120px) scale(0.3666666667);
      -ms-transform: rotate(228deg) translate(120px) scale(0.3666666667);
          transform: rotate(228deg) translate(120px) scale(0.3666666667);
  border-color: #00ff6d;
}
.stars .dot:nth-child(20) {
  -webkit-transform: rotate(240deg) translate(120px) scale(0.3333333333);
      -ms-transform: rotate(240deg) translate(120px) scale(0.3333333333);
          transform: rotate(240deg) translate(120px) scale(0.3333333333);
  border-color: #00ff63;
}
.stars .dot:nth-child(21) {
  -webkit-transform: rotate(252deg) translate(120px) scale(0.3);
      -ms-transform: rotate(252deg) translate(120px) scale(0.3);
          transform: rotate(252deg) translate(120px) scale(0.3);
  border-color: #00ff59;
}
.stars .dot:nth-child(22) {
  -webkit-transform: rotate(264deg) translate(120px) scale(0.2666666667);
      -ms-transform: rotate(264deg) translate(120px) scale(0.2666666667);
          transform: rotate(264deg) translate(120px) scale(0.2666666667);
  border-color: #00ff4f;
}
.stars .dot:nth-child(23) {
  -webkit-transform: rotate(276deg) translate(120px) scale(0.2333333333);
      -ms-transform: rotate(276deg) translate(120px) scale(0.2333333333);
          transform: rotate(276deg) translate(120px) scale(0.2333333333);
  border-color: #00ff45;
}
.stars .dot:nth-child(24) {
  -webkit-transform: rotate(288deg) translate(120px) scale(0.2);
      -ms-transform: rotate(288deg) translate(120px) scale(0.2);
          transform: rotate(288deg) translate(120px) scale(0.2);
  border-color: #00ff3c;
}
.stars .dot:nth-child(25) {
  -webkit-transform: rotate(300deg) translate(120px) scale(0.1666666667);
      -ms-transform: rotate(300deg) translate(120px) scale(0.1666666667);
          transform: rotate(300deg) translate(120px) scale(0.1666666667);
  border-color: #00ff32;
}
.stars .dot:nth-child(26) {
  -webkit-transform: rotate(312deg) translate(120px) scale(0.1333333333);
      -ms-transform: rotate(312deg) translate(120px) scale(0.1333333333);
          transform: rotate(312deg) translate(120px) scale(0.1333333333);
  border-color: #00ff28;
}
.stars .dot:nth-child(27) {
  -webkit-transform: rotate(324deg) translate(120px) scale(0.1);
      -ms-transform: rotate(324deg) translate(120px) scale(0.1);
          transform: rotate(324deg) translate(120px) scale(0.1);
  border-color: #00ff1e;
}
.stars .dot:nth-child(28) {
  -webkit-transform: rotate(336deg) translate(120px) scale(0.0666666667);
      -ms-transform: rotate(336deg) translate(120px) scale(0.0666666667);
          transform: rotate(336deg) translate(120px) scale(0.0666666667);
  border-color: #00ff14;
}
.stars .dot:nth-child(29) {
  -webkit-transform: rotate(348deg) translate(120px) scale(0.0333333333);
      -ms-transform: rotate(348deg) translate(120px) scale(0.0333333333);
          transform: rotate(348deg) translate(120px) scale(0.0333333333);
  border-color: #00ff0a;
}
.stars .dot:nth-child(30) {
  -webkit-transform: rotate(360deg) translate(120px) scale(0);
      -ms-transform: rotate(360deg) translate(120px) scale(0);
          transform: rotate(360deg) translate(120px) scale(0);
  border-color: lime;
}
.stars .dot:nth-child(31) {
  -webkit-transform: rotate(372deg) translate(120px) scale(-0.0333333333);
      -ms-transform: rotate(372deg) translate(120px) scale(-0.0333333333);
          transform: rotate(372deg) translate(120px) scale(-0.0333333333);
  border-color: #0aff00;
}
.stars .dot:nth-child(32) {
  -webkit-transform: rotate(384deg) translate(120px) scale(-0.0666666667);
      -ms-transform: rotate(384deg) translate(120px) scale(-0.0666666667);
          transform: rotate(384deg) translate(120px) scale(-0.0666666667);
  border-color: #14ff00;
}
.stars .dot:nth-child(33) {
  -webkit-transform: rotate(396deg) translate(120px) scale(-0.1);
      -ms-transform: rotate(396deg) translate(120px) scale(-0.1);
          transform: rotate(396deg) translate(120px) scale(-0.1);
  border-color: #1eff00;
}
.stars .dot:nth-child(34) {
  -webkit-transform: rotate(408deg) translate(120px) scale(-0.1333333333);
      -ms-transform: rotate(408deg) translate(120px) scale(-0.1333333333);
          transform: rotate(408deg) translate(120px) scale(-0.1333333333);
  border-color: #28ff00;
}
.stars .dot:nth-child(35) {
  -webkit-transform: rotate(420deg) translate(120px) scale(-0.1666666667);
      -ms-transform: rotate(420deg) translate(120px) scale(-0.1666666667);
          transform: rotate(420deg) translate(120px) scale(-0.1666666667);
  border-color: #32ff00;
}
.stars:nth-child(0) {
  -webkit-transform: rotate(0deg) translate(80px);
      -ms-transform: rotate(0deg) translate(80px);
          transform: rotate(0deg) translate(80px);
}
.stars:nth-child(0) .circle {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.stars:nth-child(1) {
  -webkit-transform: rotate(18deg) translate(80px);
      -ms-transform: rotate(18deg) translate(80px);
          transform: rotate(18deg) translate(80px);
}
.stars:nth-child(1) .circle {
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.stars:nth-child(2) {
  -webkit-transform: rotate(36deg) translate(80px);
      -ms-transform: rotate(36deg) translate(80px);
          transform: rotate(36deg) translate(80px);
}
.stars:nth-child(2) .circle {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.stars:nth-child(3) {
  -webkit-transform: rotate(54deg) translate(80px);
      -ms-transform: rotate(54deg) translate(80px);
          transform: rotate(54deg) translate(80px);
}
.stars:nth-child(3) .circle {
  -webkit-animation-delay: -2.25s;
  animation-delay: -2.25s;
}
.stars:nth-child(4) {
  -webkit-transform: rotate(72deg) translate(80px);
      -ms-transform: rotate(72deg) translate(80px);
          transform: rotate(72deg) translate(80px);
}
.stars:nth-child(4) .circle {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}
.stars:nth-child(5) {
  -webkit-transform: rotate(90deg) translate(80px);
      -ms-transform: rotate(90deg) translate(80px);
          transform: rotate(90deg) translate(80px);
}
.stars:nth-child(5) .circle {
  -webkit-animation-delay: -3.75s;
  animation-delay: -3.75s;
}
.stars:nth-child(6) {
  -webkit-transform: rotate(108deg) translate(80px);
      -ms-transform: rotate(108deg) translate(80px);
          transform: rotate(108deg) translate(80px);
}
.stars:nth-child(6) .circle {
  -webkit-animation-delay: -4.5s;
  animation-delay: -4.5s;
}
.stars:nth-child(7) {
  -webkit-transform: rotate(126deg) translate(80px);
      -ms-transform: rotate(126deg) translate(80px);
          transform: rotate(126deg) translate(80px);
}
.stars:nth-child(7) .circle {
  -webkit-animation-delay: -5.25s;
  animation-delay: -5.25s;
}
.stars:nth-child(8) {
  -webkit-transform: rotate(144deg) translate(80px);
      -ms-transform: rotate(144deg) translate(80px);
          transform: rotate(144deg) translate(80px);
}
.stars:nth-child(8) .circle {
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}
.stars:nth-child(9) {
  -webkit-transform: rotate(162deg) translate(80px);
      -ms-transform: rotate(162deg) translate(80px);
          transform: rotate(162deg) translate(80px);
}
.stars:nth-child(9) .circle {
  -webkit-animation-delay: -6.75s;
  animation-delay: -6.75s;
}
.stars:nth-child(10) {
  -webkit-transform: rotate(180deg) translate(80px);
      -ms-transform: rotate(180deg) translate(80px);
          transform: rotate(180deg) translate(80px);
}
.stars:nth-child(10) .circle {
  -webkit-animation-delay: -7.5s;
  animation-delay: -7.5s;
}
.stars:nth-child(11) {
  -webkit-transform: rotate(198deg) translate(80px);
      -ms-transform: rotate(198deg) translate(80px);
          transform: rotate(198deg) translate(80px);
}
.stars:nth-child(11) .circle {
  -webkit-animation-delay: -8.25s;
  animation-delay: -8.25s;
}
.stars:nth-child(12) {
  -webkit-transform: rotate(216deg) translate(80px);
      -ms-transform: rotate(216deg) translate(80px);
          transform: rotate(216deg) translate(80px);
}
.stars:nth-child(12) .circle {
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}
.stars:nth-child(13) {
  -webkit-transform: rotate(234deg) translate(80px);
      -ms-transform: rotate(234deg) translate(80px);
          transform: rotate(234deg) translate(80px);
}
.stars:nth-child(13) .circle {
  -webkit-animation-delay: -9.75s;
  animation-delay: -9.75s;
}
.stars:nth-child(14) {
  -webkit-transform: rotate(252deg) translate(80px);
      -ms-transform: rotate(252deg) translate(80px);
          transform: rotate(252deg) translate(80px);
}
.stars:nth-child(14) .circle {
  -webkit-animation-delay: -10.5s;
  animation-delay: -10.5s;
}
.stars:nth-child(15) {
  -webkit-transform: rotate(270deg) translate(80px);
      -ms-transform: rotate(270deg) translate(80px);
          transform: rotate(270deg) translate(80px);
}
.stars:nth-child(15) .circle {
  -webkit-animation-delay: -11.25s;
  animation-delay: -11.25s;
}
.stars:nth-child(16) {
  -webkit-transform: rotate(288deg) translate(80px);
      -ms-transform: rotate(288deg) translate(80px);
          transform: rotate(288deg) translate(80px);
}
.stars:nth-child(16) .circle {
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}
.stars:nth-child(17) {
  -webkit-transform: rotate(306deg) translate(80px);
      -ms-transform: rotate(306deg) translate(80px);
          transform: rotate(306deg) translate(80px);
}
.stars:nth-child(17) .circle {
  -webkit-animation-delay: -12.75s;
  animation-delay: -12.75s;
}
.stars:nth-child(18) {
  -webkit-transform: rotate(324deg) translate(80px);
      -ms-transform: rotate(324deg) translate(80px);
          transform: rotate(324deg) translate(80px);
}
.stars:nth-child(18) .circle {
  -webkit-animation-delay: -13.5s;
  animation-delay: -13.5s;
}
.stars:nth-child(19) {
  -webkit-transform: rotate(342deg) translate(80px);
      -ms-transform: rotate(342deg) translate(80px);
          transform: rotate(342deg) translate(80px);
}
.stars:nth-child(19) .circle {
  -webkit-animation-delay: -14.25s;
  animation-delay: -14.25s;
}
.stars:nth-child(20) {
  -webkit-transform: rotate(360deg) translate(80px);
      -ms-transform: rotate(360deg) translate(80px);
          transform: rotate(360deg) translate(80px);
}
.stars:nth-child(20) .circle {
  -webkit-animation-delay: -15s;
  animation-delay: -15s;
}
/*# sourceMappingURL=main.css.map */
