/* src/assets/css/gold.scss */
.gold-text {
  font-weight: 800;
  letter-spacing: 0.04em;
  background:
    linear-gradient(
      180deg,
      var(--gold-1) 0%,
      #f0e2bc 25%,
      var(--gold-2) 60%,
      var(--gold-3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.18), 0 1px 2px rgba(0, 0, 0, 0.35);
}
.gold-btn {
  padding: 12px 28px;
  color: #111;
  font-weight: 700;
  border: 1px solid #c7aa69;
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      #f4e9c8 0%,
      #eddcb6 45%,
      #d5bb7c 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
}
.gold-btn:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.gold-btn:active {
  transform: translateY(1px);
}

/* src/assets/css/tokens.css */
:root {
  --primary: #d6bb7d;
  --second: #efefef;
  --dark: #0f172a;
  --muted: #efefef;
  --text: #334155;
  --border: #e5e7eb;
  --radius: 14px;
  --color-primary: #4da3ff;
  --color-primary-dark: #2b7cd3;
  --color-bg: #000;
  --color-text: #1e293b;
  --radius-lg: 16px;
  --radius-md: 12px;
  --shadow-card: 0 20px 40px rgba(0,0,0,.08);
  --space-xl: 96px;
  --space-lg: 64px;
  --space-md: 32px;
  --space-sm: 16px;
  --gold-1: #f4e9c8;
  --gold-2: #ebd9b1;
  --gold-3: #d6bb7d;
  --gold-shadow: #a88b56;
}

/* src/assets/css/main.scss */
@font-face {
  font-family: bnregular;
  src: url("./media/BebasNeue-Regular.ttf");
}
@font-face {
  font-family: bn2;
  src: url("./media/BebasNeue Regular.otf");
}
@font-face {
  font-family: bn2bold;
  src: url("./media/BebasNeue Bold.otf");
}
@font-face {
  font-family: bn2light;
  src: url("./media/BebasNeue Light.otf");
}
@font-face {
  font-family: bn2thin;
  src: url("./media/BebasNeue Thin.otf");
}
@font-face {
  font-family: gotham;
  src: url("./media/Gotham-Light.otf");
}
@font-face {
  font-family: gothamm;
  src: url("./media/Gotham-Medium.otf");
}
@font-face {
  font-family: gothambold;
  src: url("./media/Gotham-Bold.otf");
}
@font-face {
  font-family: gothambolditalic;
  src: url("./media/Gotham-BoldItalic.otf");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  margin: 0;
  font-family:
    gotham,
    system-ui,
    sans-serif;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
}
main {
  position: relative;
  float: left;
  width: 100%;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 25px;
}
a:hover {
  cursor: pointer;
}
.container {
  max-width: 1180px;
  margin: auto;
  padding: 0 24px;
}
.page {
  margin-top: 99px;
}
.page_wrapper {
  float: left;
  position: relative;
  min-height: 369px;
  width: 100%;
}
.page_content {
  width: 70%;
  left: 15%;
  position: relative;
  float: left;
  background: #fff;
}
.line {
  text-align: center;
  margin: 45px 0;
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.631372549);
  box-shadow: inset 3px 6px 21px rgba(0, 0, 0, 0.631372549);
  padding: 18px 9px;
}
.line .btn {
  background: #666;
}
.page_wrapper > h4 {
  text-align: center;
  font-weight: 400;
  margin: 18px 90px 0 90px;
  border-bottom: 3px solid var(--primary);
  padding: 9px 0;
}
.closed {
  display: none !important;
}
.bg-glass {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
}
.blur {
  filter: blur(1.8px);
}
.loading {
  display: block;
  width: 100%;
  z-index: 999999999;
  position: relative;
  top: 36.9px;
  min-height: 300px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 45px;
}
.pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: auto;
  opacity: 0;
  z-index: 9999999;
}
.elegant-loader {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(225, 225, 225, 0.43);
  border-top-color: #777777;
  border-radius: 50%;
  background: transparent;
  animation: elegant-spin 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) infinite;
  display: inline-block;
  margin: 9% 0 0 12%;
  padding-bottom: 9px;
}
section {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.section {
  padding: var(--space-xl) var(--space-lg);
}
.section {
  padding: 63px 0;
}
.section.alt {
  background: var(--bg-alt);
}
.section-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 4.5px 0px 0px 18px;
  margin-bottom: 36px;
  border-radius: 3px 9px 3px 9px;
  border: 1px solid #cecece;
  box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.1);
  border-left: 5.4px solid #666;
  border-top: 1px solid #eee;
  width: 100%;
  float: left;
  display: block;
}
.section-box.glass {
  background: rgba(255, 255, 255, 0);
  padding: 4.5px 0px 0px 18px;
  margin-bottom: 36px;
  border-radius: 3px 9px 3px 3.6px;
  border: 0;
  box-shadow: none;
  border-left: 3.6px solid #cecece;
  border-top: 0;
  color: #fff;
  float: left;
}
.section-box.glass h2 {
  color: #fff;
}
.section-box.goldbox {
  background:
    radial-gradient(
      1200px 600px at 85% 20%,
      rgba(255, 255, 255, 0.9),
      transparent 90%),
    linear-gradient(
      180deg,
      #111,
      #666);
  color: #fff;
  border-left: 5.4px solid rgba(255, 193, 7, 0.9);
}
.section-box.goldbox h3 {
  border-bottom: 1px solid #ccc;
  color: #fff;
}
.section-box img {
  float: left;
  margin-right: 18px;
  width: 54px;
  padding: 7.2px 0;
}
.section-title {
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 25.2px;
  font-weight: 400;
  border: 0;
  width: 90%;
  padding-bottom: 3px;
  float: left;
  position: relative;
  top: 10.8px;
  font-family: gothambold;
}
.light {
  color: var(--primary);
  font-weight: 600;
}
.gold {
  color: rgba(255, 193, 7, 0.9);
  font-weight: 600;
}
.section-subtitle {
  position: relative;
  font-weight: 100;
  font-size: 13px;
  top: -20.1px;
  float: left;
}
.section-neutral {
  background:
    linear-gradient(
      180deg,
      #f4f7fb 0%,
      #eef2f7 100%);
}
.section-cta {
  background:
    radial-gradient(
      800px 300px at 20% 50%,
      rgba(59, 130, 246, 0.18),
      transparent 60%),
    linear-gradient(
      180deg,
      #e9f1fb 0%,
      #dde7f2 100%);
}
.bwa-page {
  background:
    radial-gradient(
      1200px 500px at 80% 20%,
      rgba(59, 130, 246, 0.15),
      transparent 60%),
    linear-gradient(
      180deg,
      #f8fbff,
      #eef4fb);
}
.bwa-page.section {
  padding-bottom: 18px;
}
.bwa-page h1,
.bwa-page h2,
.bwa-page h3 {
  font-size: 3rem;
  color: var(--dark);
  text-transform: uppercase;
  font-weight: 200;
  line-height: 54px;
  margin: 18px 9px;
}
.bwa-page h2 {
  font-size: 2rem;
  color: var(--dark);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  width: 90%;
}
.bwa-page h3 {
  font-size: 1.8rem;
  color: var(--dark);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  width: 70%;
}
.bwa-page h1 span,
.bwa-page h3 span {
  color: var(--primary) !important;
}
.bwa-page p {
  margin-left: 18px;
}
@keyframes blinkerror {
  0% {
    box-shadow: 3px 6px 18px rgba(246, 7, 7, 0);
  }
  3% {
    box-shadow: 3px 6px 36.9px rgba(246, 7, 7, 0.09);
  }
  36% {
    box-shadow: 3px 6px 36.9px rgba(246, 7, 7, 0.27);
  }
  90% {
    box-shadow: 3px 6px 36.9px rgba(246, 7, 7, 0.12);
  }
  100% {
    box-shadow: 3px 6px 18px rgba(246, 7, 7, 0);
  }
}
@media (max-width: 520px) {
  .bwa-page.section {
    margin-top: 27px;
  }
}
@media (max-width: 850px) {
  .page_wrapper:not(.bwa-page) {
    margin-top: 90.9px;
  }
}
@media (min-width: 540px) {
  main {
    position: relative;
    float: left;
    width: 100%;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 25px;
  }
  .bwa-page.section {
    margin-top: 0;
    padding: 0;
  }
}

/* src/assets/css/pages.scss */
.section-divider {
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(225, 225, 225, 0.21),
      transparent);
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 18px;
}
.page-footer {
  margin: 36px 9px;
  padding: 18px 3px;
  float: left;
  width: 100%;
}
.page-footer h4 {
  margin-top: 0;
  color: var(--gold-3);
  font-size: 12px;
}
.page-footer > p {
  font-size: 13.3px;
  margin: 36px 18px;
}
.page-footer a {
  margin: 27px 0 9px 12px;
  position: relative;
  left: 3.69px;
}
.page-footer a .ng-fa-icon {
  font-size: 27px;
}

/* src/assets/css/modal.css */
.modal-bg {
  position: fixed;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  top: 0;
  left: 0;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  color: #333;
  margin-top: 3px;
  overflow: hidden;
  z-index: 999999999999;
}
.modal .page_content {
  box-shadow: 3px 6px 18px rgba(0, 0, 0, .1);
  border-top: 1.8px solid rgba(0, 0, 0, .9);
  border-radius: 1.8px;
}
.modal > a {
  margin-top: 7px;
  display: inline-block;
  font-size: 9pt;
  letter-spacing: 1.8px;
}
.modal > a.close {
  font-weight: 700;
  display: inline-block;
  float: right;
  font-size: 9px;
  font-family: gothambold;
  color: rgb(0, 0, 0, .63);
  margin: 0;
  position: relative;
  top: 18px;
  border-right: 3.6px solid;
  padding: 9px;
}
.modal p {
  float: left;
  margin: 0 0 18px 0;
  font-size: 7.2pt;
  letter-spacing: 2.7px;
  line-height: 14.4px;
  color: #111;
  width: 100%;
}
.modal .logo {
  position: relative;
  float: left;
  top: 7px;
  width: 36px;
}
.modal .pageicon {
  color: #333;
  background: #333;
  font-size: 36px;
  position: absolute;
  left: 50%;
  margin-left: -40.5px;
  top: 52px;
  border-radius: 100%;
  padding: 1.8px;
}
.modal .title {
  text-align: center;
  position: relative;
  float: left;
  width: 70%;
  margin: 54px 15% 9px;
  letter-spacing: 2.1px;
  font-size: 12.6px;
  font-weight: 600;
  color: #111;
  border-bottom: 1.8px solid rgba(0, 0, 0, .36);
  padding: 0 0 9px 0;
}
.modal .box {
  position: relative;
  top: 50%;
  text-align: left;
  margin: 16%;
}
.modal .frm {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 9px;
  min-height: 420px;
}
.modal .frm .inputtxt {
  width: 70%;
  margin: 12.6px 15%;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #999;
  border-radius: 9px;
  padding: 12px 0;
}
.modal .frm select {
  background: #fff;
  color: #333;
  text-align: center;
}
.modal .frm a.btn {
  background: rgb(50, 189, 240);
  color: #fff;
  letter-spacing: 3px;
}
.modal .frm a.btnReturn {
  background: transparent;
  color: #666;
  width: 40%;
  display: inline-block;
  margin: 9px 30%;
  padding: 9px 0;
  font-size: 7.2px;
  position: relative;
  top: 48.6px;
  letter-spacing: 2.7px;
  font-family: monospace;
  text-decoration: none;
  border: .9px solid rgba(0, 0, 0, .1);
  border-radius: 6.3px;
}
.modal .loading {
  display: block;
  width: 100%;
  z-index: 999999999;
  position: relative;
  top: 90px;
  background: rgba(255, 255, 255, .61);
  padding-bottom: 90px;
  min-height: 356px;
}
#modal_intro {
  background: #fff;
  margin-top: 0;
  z-index: 900;
  height: 100%;
}
#modal_intro .skip {
  border: 1px solid #111;
  color: #111;
  padding: 9px 21px;
  margin-top: 19px;
  float: right;
  display: inline-block;
  right: 2.7%;
  top: 0;
  position: absolute;
  font-size: 9px;
  letter-spacing: 2px;
}
#modal_intro .wrapper {
  max-height: 85%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -190px;
}
#modal_content {
  background: #fff;
  margin: 0;
  z-index: 990;
  height: 100%;
}
#modal_content a,
#modal_content p {
  color: #000;
  margin: 18px;
}
#modal_content .wrapper {
  margin: 2.7% 3.6%;
  width: 93%;
}
#modal_content .playbtn.pause {
  margin-left: -63px;
  top: 36%;
}
#modal_content .wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -190px;
}
#modal_contact span {
  font-size: 12pt;
  letter-spacing: 4px;
}
#modal_contact p {
  font-size: 7pt;
  letter-spacing: 8px;
}
#modal_contact span a:hover {
  text-decoration: underline;
}
@media (max-width: 450px) {
  .modal {
    padding-top: 66.6px;
    background: #fff;
  }
  .modal .page_content {
    box-shadow: none;
  }
  .modal .logo {
    display: none;
  }
  .btn-splatter {
    top: 36.9px;
    font-size: 12px;
    letter-spacing: 3px;
  }
}

/* src/assets/css/reflect.css */
.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.product-card::after {
  content: "";
  position: absolute;
  inset: -150%;
  transform: rotate(25deg) translateX(-100%);
  transition: transform 0.7s ease;
  pointer-events: none;
}
.product-card:hover {
  transform: translateY(-4px);
  transition: transform 0.3s ease;
}
.product-card:hover::after {
  transform: rotate(25deg) translateX(100%);
  transition: transform 1.2s ease;
}
.reflect-light::after {
  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.45) 50%,
      rgba(255, 255, 255, 0) 60%);
}
.reflect-dark {
  background: #111;
}
.reflect-dark::after {
  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 42%,
      rgba(255, 255, 255, 0.18) 50%,
      rgba(255, 255, 255, 0) 58%);
}
.reflect-gold {
  background: #2b2b2b;
}
.reflect-gold::after {
  background:
    linear-gradient(
      120deg,
      rgba(255, 193, 7, 0) 40%,
      rgba(255, 193, 7, 0.55) 50%,
      rgba(255, 193, 7, 0) 60%);
}

/* src/assets/css/vue.css */
@font-face {
  font-family: mysans;
  src: url("./media/OpenSans-Regular.ttf");
}
#vue-frm {
  font-family: mysans;
  font-size: 24px;
  width: 100%;
  height: 90px;
  max-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-splatter {
  color: #ffffff;
  font-family: inherit;
  font-weight: bold;
  background-color: #4487ed;
  width: 12em;
  height: 4em;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  position: relative;
  border-radius: 0.9em;
  box-shadow: 0 0.6em 0.9em rgba(0, 0, 0, 0.6);
  -webkit-user-select: none;
  user-select: none;
  transform: translateY(-0.5em);
  transition:
    background-color 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28),
    box-shadow 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28),
    transform 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  font-family: monospace;
  letter-spacing: 2.5px;
  font-weight: 100;
}
.btn-splatter.v2w {
  background: #fff;
  color: #4487ed;
  border-bottom: 1px solid #4487ed;
}
.btn-splatter:focus {
  outline: 0;
}
.btn-splatter:hover {
  cursor: pointer;
}
.btn-splatter:active {
  background-color: #2770df;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  transform: translateY(0em) scale(0.9);
  transition:
    background-color 150ms ease-out,
    box-shadow 150ms ease-out,
    transform 150ms ease-out;
}
.splatter {
  position: absolute;
  top: 0;
  left: 0;
}
.splatter-round,
.splatter-ring,
.splatter-star {
  position: absolute;
}
.splatter-round {
  width: 1em;
  height: 1em;
  background-color: #1da5ff;
  border-radius: 50%;
}
.splatter-ring {
  width: 0.8em;
  height: 0.8em;
  border: solid 0.35em #0099e6;
  border-radius: 50%;
}
.splatter-star {
  width: 1.8em;
  height: 1.8em;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" fill="%23006dd0" viewBox="0 0 24 24"%3E%3Cpath%20d%3D%22M12%2C17.27L18.18%2C21L16.54%2C13.97L22%2C9.24L14.81%2C8.62L12%2C2L9.19%2C8.62L2%2C9.24L7.45%2C13.97L5.82%2C21L12%2C17.27Z%22%3E%3C%2Fpath%3E%3C/svg%3E');
}

/* src/assets/css/orbe.css */
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spin3D {
  from {
    transform: rotate3d(.5, .5, .5, 360deg);
  }
  to {
    transform: rotate3d(0deg);
  }
}
@keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .25;
    transform: scale(.75);
  }
}
.orbe {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 9999999999999999999;
  position: absolute !important;
  bottom: 90px !important;
  background: transparent !important;
  height: 100px !important;
  width: 100px !important;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}
.orbe div {
  box-sizing: border-box;
}
.leo-border-1 {
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(63, 249, 220);
  background:
    linear-gradient(
      0deg,
      rgba(63, 249, 220, 0.1) 33%,
      rgba(63, 249, 220, 1) 100%);
  animation: spin3D 1.8s linear 0s infinite;
}
.leo-core-1 {
  width: 100%;
  height: 100%;
  background-color: #37474faa;
  border-radius: 50%;
}
.leo-border-2 {
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(251, 91, 83);
  background:
    linear-gradient(
      0deg,
      rgba(251, 91, 83, 0.1) 33%,
      rgba(251, 91, 83, 1) 100%);
  animation: spin3D 2.2s linear 0s infinite;
}
.leo-core-2 {
  width: 100%;
  height: 100%;
  background-color: #1d2630aa;
  border-radius: 50%;
}
.circle-border {
  width: 150px;
  height: 150px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(63, 249, 220);
  background:
    linear-gradient(
      0deg,
      rgba(63, 249, 220, 0.1) 33%,
      rgba(63, 249, 220, 1) 100%);
  animation: spin .8s linear 0s infinite;
}
.circle-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
  border-radius: 50%;
}
.configure-border-1 {
  width: 115px;
  height: 115px;
  padding: 3px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fb5b53;
  animation: configure-clockwise 3s ease-in-out 0s infinite alternate;
}
.configure-border-2 {
  width: 115px;
  height: 115px;
  padding: 3px;
  left: -115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(63, 249, 220);
  transform: rotate(45deg);
  animation: configure-xclockwise 3s ease-in-out 0s infinite alternate;
}
.configure-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
}
.pulse-container {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pulse-bubble {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3ff9dc;
}
.pulse-bubble-1 {
  animation: pulse .4s ease 0s infinite alternate;
}
.pulse-bubble-2 {
  animation: pulse .4s ease .2s infinite alternate;
}
.pulse-bubble-3 {
  animation: pulse .4s ease .4s infinite alternate;
}
.solar-system {
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.orbit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fafbfC;
  border-radius: 50%;
}
.earth-orbit {
  width: 165px;
  height: 165px;
  animation: spin 12s linear 0s infinite;
}
.venus-orbit {
  width: 120px;
  height: 120px;
  animation: spin 7.4s linear 0s infinite;
}
.mercury-orbit {
  width: 90px;
  height: 90px;
  animation: spin 3s linear 0s infinite;
}
.planet {
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3ff9dc;
}
.sun {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ffab91;
}
.leo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.blue-orbit {
  width: 165px;
  height: 165px;
  border: 2px solid #66b8ff;
  animation: spin3D 3s linear .2s infinite;
}
.green-orbit {
  width: 120px;
  height: 120px;
  border: 2px solid #666;
  animation: spin3D 2s linear 0s infinite;
}
.red-orbit {
  width: 90px;
  height: 90px;
  border: 2px solid #aaa;
  animation: spin3D 1s linear 0s infinite;
}
.white-orbit {
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  animation: spin3D 10s linear 0s infinite;
}
.w1 {
  transform: rotate3D(1, 1, 1, 90deg);
}
.w2 {
  transform: rotate3D(1, 2, .5, 90deg);
}
.w3 {
  transform: rotate3D(.5, 1, 2, 90deg);
}
.three-quarter-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #fb5b53;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin .5s linear 0s infinite;
}

/* src/assets/css/btn.scss */
.btn {
  text-decoration: none;
  display: inline-block;
}
.btn .ng-fa-icon {
  font-size: 21px;
  position: relative;
  top: 3px;
  left: -4.3px;
}
.btn-block {
  margin-top: 6.3px;
  float: right;
  width: 100%;
  font-weight: 666;
}
.btn.primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.36);
  font-weight: 666;
}
.btn.second {
  background: transparent;
  color: var(--primary);
  font-family: "gothamm";
  float: left;
  padding-left: 0;
}
.btn.ghost {
  border: 1px solid #e5e7eb;
  color: var(--dark);
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.btn:hover {
  box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.18);
  opacity: 0.7;
}
.btn.second:hover {
  opacity: 1;
}
.btn-dark {
  background: #333 !important;
  color: #efefef !important;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.36);
  font-weight: 666;
  margin-top: 70.77px;
}
.btn.second-line {
  border: 0;
  border-radius: 3.69px;
  color: var(--second);
  text-transform: uppercase;
  font-size: 11px;
  padding: 3px 9px 5.4px 25px;
  font-family: gothamm;
}
.btn.primary-line {
  border: 1.8px solid var(--primary);
  border-radius: 0 1.8px 1.8px 0;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 11px;
  padding: 12px 36px 12px 30px;
  font-family: gothamm;
  font-weight: 600;
}
.btn.primary-txt {
  border: 0;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 36px 12px 30px;
  font-family: gothamm;
  font-weight: 600;
  display: none;
}
.btn.primary-line.mid,
.btn.second-line.mid {
  padding: 1.6px 0px 4.3px 25px;
}
.btn.primary-line.mid .ng-fa-icon,
.btn.second-line.mid .ng-fa-icon {
  font-size: 21px;
  position: relative;
  top: 3px;
  left: -9px;
  float: left;
  display: inline-block;
}
.btn.primary-line.mid span,
.btn.second-line.mid span {
  display: inline-block;
  float: right;
  padding: 9px 0px 0 0;
  min-width: 77%;
}
.btn-action {
  text-align: center;
  border-radius: 900px;
  overflow: hidden;
  position: fixed;
  bottom: 25px;
  right: 21px;
  padding: 18px 21px 16px 21px;
  z-index: 9999999;
  display: inline-block;
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  opacity: 0.7;
}
.btn-glass {
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  background:
    linear-gradient(
      135deg,
      rgba(88, 170, 255, 0.42),
      rgba(255, 255, 255, 0.2)) !important;
  box-shadow: var(--glass-shadow-soft) !important;
  backdrop-filter: var(--glass-blur-soft);
  -webkit-backdrop-filter: var(--glass-blur-soft);
  backdrop-filter: blur(18px) saturate(150%);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
