.hero2-case {
  background-image: url(/static/media/banner-bg.e38b4af31e7a8bb854f9.jpg);
  min-height: 100vh;
  position: relative;
  width: 100%;
}
.hero2-case .hero2-case-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero2-case .hero2-case-bg .bg-shape {
  background-image: url(/static/media/light-blue-brick-bg.d8b9782f6ac9b09e8278.jpg);
  background-position: 50%;
  background-size: cover;
  -webkit-clip-path: polygon(85% 0, 100% 0, 100% 100%, 50% 100%);
  clip-path: polygon(85% 0, 100% 0, 100% 100%, 50% 100%);
  height: 100vh;
}
.hero2-case .underband {
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110%;
}
@media (max-width: 750px) {
  .hero2-case .underband {
    display: block;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .hero2-case .underband {
    width: 118%;
  }
}
.hero2-case .underband video {
  width: 100%;
}
.hero2-case .hero2 {
  align-items: center;
  background-position: 50%;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 90vh;
  padding: 0 5%;
  position: relative;
  width: 100%;
}
@media (max-width: 890px) {
  .hero2-case .hero2 {
    flex-direction: column;
  }
}
.hero2-case .hero2 .absolute-hand {
  bottom: 0;
  max-width: 610px;
  position: absolute;
  right: 0;
  width: 60%;
}
@media (max-width: 890px) {
  .hero2-case .hero2 .absolute-hand {
    opacity: 0;
  }
}
@media (max-width: 550px) {
  .hero2-case .hero2 .absolute-hand {
    bottom: 10%;
    opacity: 1;
    right: 8%;
    width: 80%;
  }
}
@media (max-width: 480px) {
  .hero2-case .hero2 .absolute-hand {
    bottom: 18%;
    width: 85%;
  }
}
.hero2-case .hero2 h1 {
  color: #fff;
}
.hero2-case .hero2 h3 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1.5em;
  text-shadow: 1px 1px 5px #000;
}
@media (min-width: 1150px) {
  .hero2-case .hero2 h3 {
    font-size: 1.5rem;
    max-width: 520px;
    padding-top: 1em;
  }
}
@media (min-width: 1250px) {
  .hero2-case .hero2 h3 {
    font-size: 1.7rem;
    max-width: 600px;
    padding-top: 1em;
  }
}
@media (max-width: 885px) {
  .hero2-case .hero2 h3 {
    text-align: center;
  }
}
@media (max-width: 550px) {
  .hero2-case .hero2 h3 {
    font-size: 1.2em;
  }
}
.hero2-case .hero2 p {
  font-size: 1.1em;
}
@media (max-width: 885px) {
  .hero2-case .hero2 p {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .hero2-case .hero2 p {
    font-size: 0.8em;
  }
}
.hero2-case .hero2 .download-button {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #fff;
  color: #fff;
  padding: 0.3em 0.8em;
  transition: 0.3s ease;
}
.hero2-case .hero2 .download-button:hover {
  border-color: #fff;
}
@media (max-width: 750px) {
  .hero2-case .hero2 .download-button {
    background-color: rgba(13, 28, 188, 0.2);
    border: 1px solid #fff;
  }
  .hero2-case .hero2 .download-button:hover {
    background-color: #fff;
    color: #000b88;
  }
  .hero2-case .hero2 .download-button:focus {
    outline: none;
  }
}
.hero2-case .hero2 .sect90-max350 {
  max-width: 350px;
  width: 90%;
}
.hero2-case .hero2 .sect90-max500 {
  max-width: 500px;
  width: 90%;
}
.hero2-case .hero2 .top-space {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50vh;
  width: 100%;
}
@media (min-width: 1350px) {
  .hero2-case .hero2 .top-space {
    min-width: 600px;
  }
}
.hero2-case .hero2 .top-space .full {
  width: 100%;
}
.hero2-case .hero2 .top-space .store-link {
  cursor: pointer;
  transition: 0.3s ease;
}
.hero2-case .hero2 .top-space .store-link:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hero2-case .hero2 .top-space .store-link:active {
  -webkit-transform: scale(1.06) translateY(6px);
  transform: scale(1.06) translateY(6px);
}
.hero2-case .hero2 .top-space .coming-soon {
  margin: 5px 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  width: 60%;
}
@media (max-width: 767px) {
  .hero2-case .hero2 .top-space .coming-soon {
    margin: 5px auto;
    width: 40%;
  }
}
.hero2-case .hero2 .top-space .coming-soon-active {
  max-height: 100px;
}
.hero2-case .hero2 .top-space .action-buttons {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.hero2-case .hero2 .top-space .action-buttons button {
  background-color: #f7a02c;
  border: none;
  border-radius: 6px;
  font-size: 0.9em;
  font-weight: 700;
  padding: 8px 20px;
  transition: 0.3s ease;
  white-space: nowrap;
}
.hero2-case .hero2 .top-space .action-buttons button:hover {
  -webkit-filter: contrast(0.4);
  filter: contrast(0.4);
}
.hero2-case .hero2 .top-space .action-buttons button:focus {
  outline: none;
}
.hero2-case .hero2 .top-space .action-buttons .download-icons {
  width: 100px;
}
.hero2-case .hero2 .top-space .action-buttons .download-icons img {
  margin: 0 10px;
  transition: 0.3s ease;
  width: 30px;
}
.hero2-case .hero2 .top-space .action-buttons .download-icons img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 885px) {
  .hero2-case .hero2 .top-space .action-buttons {
    justify-content: center;
  }
  .hero2-case .hero2 .top-space {
    justify-content: center;
    min-height: 70vh;
  }
}
@media (max-width: 750px) {
  .hero2-case .hero2 {
    padding: 0 2%;
  }
}
.hero2-case .hero2 .hero-pat-sect {
  bottom: 10px;
  color: #fff;
  left: 10;
  text-align: center;
  width: 80%;
}
.hero2-case .hero2 .hero-pat-sect div {
  background-color: #fff;
  height: 3px;
  margin: auto;
  width: 30px;
}
@media (max-width: 767px) {
  .hero2-case .hero2 .hero-pat-sect {
    bottom: 7px;
  }
  .hero2-case .hero2 .hero-pat-sect h6 {
    font-size: 0.8em;
  }
}
.hero2-case .parter-sect {
  border-radius: 12px;
  margin: 0.5em auto 0;
  padding: 10px 3.5% 15px;
  width: 90%;
}
@media (max-width: 767px) {
  .hero2-case .parter-sect {
    border-radius: 8px;
    overflow: auto;
    padding: 10px 3.5%;
  }
  .hero2-case .parter-sect .spread-info {
    width: 800px;
  }
}
.why-us {
  background-image: url(/static/media/blue-brick-bg.c106b2e48864f4c815c6.jpg);
  background-position: 50%;
  background-size: cover;
  color: #fff;
  padding-bottom: calc(4vh + 3vw);
  position: relative;
}
.why-us .why-spacing {
  padding-top: calc(30vh + 4px);
}
@media (min-width: 768px) {
  .why-us .block-side {
    border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  }
}
.why-us .why-us-card {
  margin: 1em auto;
  padding: 0 15px;
  position: relative;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  .why-us .why-us-card {
    text-align: center;
  }
}
.why-us .why-us-card h6 {
  font-size: 1.3em;
  min-height: 25px;
}
@media (min-width: 768px) {
  .why-us .why-us-card p {
    font-size: 0.85em;
  }
}
.why-us .why-us-card .topic {
  position: relative;
  z-index: 10;
}
.why-us .why-us-card .topic .icon {
  max-width: 100px;
  width: 60%;
}
@media (max-width: 767px) {
  .why-us .why-us-card .topic .icon {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .why-us .why-us-card .topic .writeup {
    min-height: 170px;
  }
}
.why-us .gt-button {
  background-color: transparent;
  border: 1px dashed transparent;
  border-radius: 10px;
  color: #fff;
  padding: 0.8em 2em;
}
.why-us .gt-button,
.why-us .gt-button i {
  transition: 0.3s ease;
}
.why-us .gt-button h6 {
  color: #f7a02c;
  margin-bottom: 0;
}
.why-us .gt-button:hover {
  border-color: rgba(247, 159, 44, 0.5);
}
.why-us .gt-button:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.crypto-stats {
  position: relative;
}
.crypto-stats .stats-card {
  background-color: #fff;
  border: 1px solid #000b88;
  border-radius: 30px;
  box-shadow: 10px 10px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 2em auto -30vh;
  max-width: 1100px;
  padding: 1.5em;
  position: relative;
  width: 94%;
  z-index: 10;
}
@media (max-width: 750px) {
  .crypto-stats .stats-card {
    border-radius: 15px;
  }
}
.crypto-stats .stats-card .overflow-holder {
  overflow: auto;
}
.crypto-stats .stats-card .overflow-holder .stats-bar {
  display: grid;
  grid-template-columns: 70px 200px 150px auto 180px 160px;
}
.crypto-stats .stats-card .overflow-holder .stats-bar p {
  padding: 0 2em;
  text-align: left;
  white-space: nowrap;
}
.crypto-stats .stats-card .overflow-holder .stats-bar .price {
  min-width: 220px;
  text-align: left;
}
.how-to {
  background-position: 50%;
  background-size: cover;
}
.how-to .step-ring {
  position: relative;
}
.how-to .step-ring .step-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  margin: 1.5em;
  max-width: 90%;
  padding: 9px;
  width: 350px;
}
.how-to .step-ring .step-card .inner-liner {
  border: 1.5px dashed rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 11px;
}
.how-to .step-ring .step-card .inner-liner .topic {
  align-items: flex-end;
  display: flex;
}
.how-to .step-ring .step-card:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 950px) {
  .how-to .step-ring .inner-ring,
  .how-to .step-ring .manilla-coin,
  .how-to .step-ring .outer-ring {
    display: none;
  }
}
@media (min-width: 951px) {
  .how-to .step-ring {
    padding-bottom: 80%;
  }
  .how-to .step-ring .outer-ring {
    -webkit-animation: rotate-ring 20s linear 0s infinite;
    animation: rotate-ring 20s linear 0s infinite;
    animation-direction: reverse;
    left: 50%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .how-to .step-ring .outer-ring img {
    width: 100%;
  }
  .how-to .step-ring .inner-ring {
    -webkit-animation: rotate-ring 15s linear 0s infinite;
    animation: rotate-ring 15s linear 0s infinite;
    left: 50%;
    max-width: 750px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 84%;
  }
  .how-to .step-ring .inner-ring img {
    width: 100%;
  }
  .how-to .step-ring .manilla-coin {
    -webkit-animation: scale-coin 2s linear 0s infinite;
    animation: scale-coin 2s linear 0s infinite;
    left: 50%;
    max-width: 350px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
  }
  .how-to .step-ring .manilla-coin img {
    width: 100%;
  }
  .how-to .step-ring .step-card {
    position: absolute;
  }
  .how-to .step-ring .card-1 {
    left: 0;
    top: 20%;
  }
  .how-to .step-ring .card-2 {
    right: 0;
    top: 0;
  }
  .how-to .step-ring .card-3 {
    bottom: 0;
    right: 20%;
  }
}
@-webkit-keyframes rotate-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@keyframes rotate-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@-webkit-keyframes scale-coin {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale-coin {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: 44px;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: -22px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: 27px;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: 8px;
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper {
  height: 100%;
  padding-bottom: 30px !important;
  width: 100%;
}
.swiper .swiper-button-next {
  background-image: url(/static/media/swiper-next-arrow.b950f3a42e339f5b0768.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  top: auto;
  transition: 0.2s ease;
  width: 50px;
}
@media screen and (max-width: 750px) {
  .swiper .swiper-button-next {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    width: 30px;
  }
}
.swiper .swiper-button-next:after {
  content: none;
}
.swiper .swiper-button-next:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.swiper .swiper-button-prev {
  background-image: url(/static/media/swiper-previous-arrow.c023306eadd58506532c.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  top: auto;
  transition: 0.2s ease;
  width: 50px;
}
@media screen and (max-width: 750px) {
  .swiper .swiper-button-prev {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    width: 30px;
  }
}
.swiper .swiper-button-prev:after {
  content: none;
}
.swiper .swiper-button-prev:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.swiper .swiper-pagination {
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  left: 50%;
  padding: 10px 30px;
  -webkit-transform: translate(-50%, 7px);
  transform: translate(-50%, 7px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.swiper .swiper-pagination-bullet {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 5px;
  display: flex;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  opacity: 0.8;
  width: 30px;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper .swiper-wrapper {
  padding: 20px 0;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  -webkit-filter: blur(50px);
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.services {
  background-image: url(/static/media/blue-brick-bg.c106b2e48864f4c815c6.jpg);
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.services .curve-holder {
  left: 0;
  position: absolute;
  top: -5px;
  width: 100%;
}
.services .curve-holder img {
  width: 100%;
}
.services h3,
.services h6,
.services p {
  color: #fff;
}
.services .service-spacer {
  height: 120px;
  width: 100%;
}
@media (max-width: 991px) {
  .services .service-spacer {
    display: none;
  }
}
.services .service-card {
  background-color: #192e62;
  background-color: #95b3ff;
  border-radius: 15px;
  box-shadow: 10px 10px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 1em auto;
  max-width: 350px;
  padding: 25px 15px 15px;
  position: relative;
  text-align: center;
  transition: 0.4s ease;
  width: 96%;
}
.services .service-card h6 {
  font-size: 1.2em;
  margin-top: 1em;
}
.services .service-card p {
  min-height: 125px;
}
.services .service-card .topic .icon-sect {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.services .service-card .topic .icon-sect img {
  width: 100%;
}
.services .service-card:hover {
  background-color: #95b3ff;
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.services .service-card h3,
.services .service-card h6,
.services .service-card p,
.services .service-card:hover h3,
.services .service-card:hover h6,
.services .service-card:hover p {
  color: #000;
}
.services .manilla-service-logo {
  -webkit-animation: spin-logo 10s ease 0s infinite;
  animation: spin-logo 10s ease 0s infinite;
  margin: 3em auto -8em;
  max-width: 180px;
  width: 70%;
}
.services .manilla-service-logo img {
  width: 100%;
}
@media (max-width: 991px) {
  .services .manilla-service-logo {
    display: none;
  }
}
@-webkit-keyframes spin-logo {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  12% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  18% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  22% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  60% {
    -webkit-transform: scale(1) rotate(2turn);
    transform: scale(1) rotate(2turn);
  }
  80% {
    -webkit-transform: scale(1) rotate(2turn);
    transform: scale(1) rotate(2turn);
  }
  95% {
    -webkit-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes spin-logo {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  12% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  18% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  22% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  60% {
    -webkit-transform: scale(1) rotate(2turn);
    transform: scale(1) rotate(2turn);
  }
  80% {
    -webkit-transform: scale(1) rotate(2turn);
    transform: scale(1) rotate(2turn);
  }
  95% {
    -webkit-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.operators {
  background-image: url(/static/media/blue-brick-bg.c106b2e48864f4c815c6.jpg);
  background-position: 50%;
  background-size: cover;
  border-top: 3px dashed hsla(0, 0%, 100%, 0.2);
}
.operators .operator_image {
  padding: 2px;
  position: relative;
  width: 100%;
}
@media (min-width: 991px) {
  .operators .operator_image {
    position: static;
    width: 100%;
  }
}
.operators .operator_image img {
  width: 100%;
}
.operators .operator-cat-tag {
  align-items: center;
  background-color: #00053f;
  border-radius: 40px 0 0 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 0 1em 0 8em;
  min-height: 110px;
  padding: 1em 1.5em;
  width: 200px;
}
.operators .operator-cat-tag h6 {
  font-size: 1.7em;
  text-align: center;
}
.operators .operator-card {
  margin: 0 1em;
}
.operators .operator-card img {
  width: 100%;
}
@media (max-width: 767px) {
  .operators .operator-cat-tag {
    border-radius: 20px 0 0 20px;
    margin: 0 1em 0 5em;
    min-height: 75px;
    padding: 0.8em;
    width: 150px;
  }
  .operators .operator-cat-tag h6 {
    font-size: 1.3em;
  }
  .operators .operator-card {
    margin: 0;
    width: 150px;
  }
}
.unlocking-utilities {
  background-position: 50%;
  background-size: cover;
}
.unlocking-utilities .mock-sect {
  margin: auto;
  max-width: 800px;
  position: relative;
  width: 99%;
}
.unlocking-utilities .mock-sect .phone-mockup {
  margin: 3em auto;
  max-width: 340px;
  width: 40%;
}
.unlocking-utilities .mock-sect .tips-sect {
  left: 0;
  width: 40%;
}
.unlocking-utilities .mock-sect .stats-sect,
.unlocking-utilities .mock-sect .tips-sect {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.unlocking-utilities .mock-sect .stats-sect {
  right: 0;
  width: 55%;
}
@media (max-width: 750px) {
  .unlocking-utilities .mock-sect .stats-sect {
    display: none;
  }
  .unlocking-utilities .mock-sect .phone-mockup {
    margin: 3em 10% 3em 40%;
    max-width: 340px;
    width: 50%;
  }
  .unlocking-utilities .mock-sect .tips-sect {
    left: 10%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
  }
}
.unlocking-utilities .rf-grid {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (max-width: 850px) {
  .unlocking-utilities .rf-grid {
    display: block;
  }
}
.unlocking-utilities .rf-grid .referal {
  background-color: #d9e8ff;
}
.unlocking-utilities .rf-grid .referal span {
  display: inline-block;
  -webkit-transform: scale(5) translateY(4px);
  transform: scale(5) translateY(4px);
}
.unlocking-utilities .rf-grid .referal button {
  box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.1);
  color: #000;
}
.unlocking-utilities .rf-grid .sale-info {
  background-color: #f7a02c;
}
.trade-ways {
  background-image: url(/static/media/blue-brick-bg.c106b2e48864f4c815c6.jpg);
  background-position: 50%;
  background-size: cover;
}
.trade-ways h3,
.trade-ways h6,
.trade-ways p {
  color: #fff;
}
.trade-ways .service-card {
  background-color: rgba(74, 90, 191, 0.7);
  border-radius: 10px;
  box-shadow: 10px 10px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 1em auto;
  padding: 7px 10px;
  position: relative;
  transition: 0.4s ease;
  width: 96%;
}
.trade-ways .service-card:hover {
  background-color: #95b3ff;
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.trade-ways .service-card:hover h3,
.trade-ways .service-card:hover h6,
.trade-ways .service-card:hover p {
  color: #000;
}
.media-space {
  position: relative;
}
.media-space .top-gradient {
  background-image: linear-gradient(
    rgba(0, 24, 84, 0.32),
    rgba(188, 207, 255, 0)
  );
  height: 10vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.media-space .media-slide {
  align-items: center;
  background-color: #fff;
  border: 1px solid #003ddb;
  border-radius: 50px 10px;
  box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  height: 100px;
  justify-content: center;
  margin: auto auto 1em;
  overflow: hidden;
  padding: 0 7px;
  position: relative;
  width: 80%;
}
@media (max-width: 991px) {
  .media-space .media-slide {
    height: 80px;
  }
}
.media-space .media-slide img {
  width: 90%;
}
.latest-news {
  background-image: url(/static/media/blue-brick-bg.c106b2e48864f4c815c6.jpg);
  background-position: 50%;
  background-size: cover;
  color: #fff;
}
.latest-news .news-slide-holder {
  padding: 2px;
  position: relative;
  width: 100%;
}
.latest-news .news-slide-holder .news-slide {
  background-color: #7a9fff;
  border-radius: 20px;
  margin: 1em auto;
  max-width: 360px;
  padding: 15px;
  width: 90%;
}
.latest-news .news-slide-holder .news-slide .im-enclose {
  background-image: url(/static/media/sample-news-image.8a39512933bf4380ffdb.jpeg);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
  height: 0;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 64%;
  position: relative;
}
.latest-news .news-slide-holder .news-slide .im-enclose img {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.latest-news .news-slide-holder .news-slide .image-holder {
  border-radius: 10px 10px 5px 5px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  overflow: hidden;
}
.latest-news .news-slide-holder .news-slide .image-holder img {
  width: 100%;
}
.latest-news .news-slide-holder .news-slide .text-holder {
  background-color: rgba(52, 62, 172, 0.7);
  border-radius: 5px 5px 10px 10px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px;
}
.latest-news .news-slide-holder .news-slide .text-holder h6 {
  min-height: 41px;
}
.latest-news .news-slide-holder .news-slide .text-holder .content {
  min-height: 92.5px;
}
.latest-news .news-slide-holder .news-slide .text-holder p {
  color: #fff;
}
.latest-news .news-slide-holder .news-slide .text-holder .stld-btn {
  border-radius: 6px;
  box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.1);
  margin-top: 1em;
  padding: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  .latest-news .news-slide-holder .news-slide {
    border-radius: 14px;
    padding: 10px;
  }
}
.app-modal {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: 0.4s ease;
  width: 100%;
  z-index: 1000;
}
.app-modal .modal-bg {
  background-color: rgba(0, 0, 0, 0.45);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.app-modal .modal-container {
  max-width: 700px;
  position: relative;
  width: 90%;
}
.app-modal .modal-container .modal-content {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  -webkit-transform: scale(0.001);
  transform: scale(0.001);
  transition: 0.4s ease;
  width: 100%;
}
.app-modal .modal-container .modal-content .modal-closer {
  background-color: #ff0101;
  border-radius: 25%;
  color: #fff;
  cursor: pointer;
  opacity: 0.9;
  padding: 3px 10px;
  position: absolute;
  right: -10px;
  top: -40px;
  transition: 0.2s ease;
}
@media (max-width: 500px) {
  .app-modal .modal-container .modal-content .modal-closer {
    padding: 4px 8px 3px;
  }
}
.app-modal .modal-container .modal-content .modal-closer:hover {
  background-color: #a10000;
  opacity: 1;
}
.app-modal .modal-container .modal-content .modal-closer:active {
  background-color: #530000;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hero-popup {
  padding: 8px;
  width: 100%;
}
.hero-popup .popup-grid {
  background-color: #00053f;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 49.5% 1% 49.5%;
  padding: 10px;
  width: 100%;
}
.hero-popup .popup-grid .grid-content {
  color: #fff;
  padding: 20px;
  text-align: center;
}
.hero-popup .popup-grid .grid-content .imh {
  margin: 1em auto;
  max-width: 120px;
  width: 70%;
}
.hero-popup .popup-grid .divider {
  background-color: hsla(0, 0%, 100%, 0.7);
}
@media (max-width: 550px) {
  .hero-popup .popup-grid {
    display: block;
  }
  .hero-popup .popup-grid .imh {
    display: none;
  }
  .hero-popup .popup-grid .divider {
    height: 2px;
    margin: auto;
    width: 80%;
  }
}
.sub-hero {
  width: 100%;
}
.sub-hero .sb-card {
  border-radius: 10px;
  display: grid;
  grid-template-columns: 70px auto;
  margin: auto;
  padding: 12px;
  width: 94%;
}
@media (max-width: 650px) {
  .sub-hero .sb-card {
    grid-template-columns: 50px auto;
  }
}
.sub-hero .sb-card .ich {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  width: 100%;
}
.sub-hero .sb-card .ich img,
.sub-hero .sb-card .ich p {
  width: 100%;
}
.sub-hero .sb-card .ich p {
  font-size: 1em;
  padding-left: 0.5em;
}
.sub-hero .spc-right {
  margin-left: 6%;
}
.sub-hero .vid-space {
  margin: auto;
  max-width: 600px;
  position: relative;
  width: 96%;
}
.sub-hero .vid-space .top-sphare-curve {
  right: -10px;
  top: -10px;
}
.sub-hero .vid-space .bottom-sphare-curve,
.sub-hero .vid-space .top-sphare-curve {
  background-color: #f7a02c;
  border-radius: 25px;
  height: 80px;
  position: absolute;
  width: 100px;
}
.sub-hero .vid-space .bottom-sphare-curve {
  bottom: -10px;
  left: -10px;
}
.sub-hero .vid-space .vid-holder {
  background-color: #001b42;
  border-radius: 15px;
  padding-bottom: 62.25%;
  position: relative;
  width: 100%;
}
.sub-hero .vid-space .vid-holder .stream-vid {
  border-radius: 15px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.contact-sect {
  background-color: #fff;
  position: relative;
  width: 100%;
}
.operator-popup {
  padding: 8px;
  width: 100%;
}
.operator-popup .option-space {
  background-image: url(/static/media/small-angle-bg.6a81c8a3e87b6de883ac.jpg);
  border-radius: 10px;
  padding: 8px;
}
.operator-popup .option-space .operator-type-box {
  border: 1px solid #003ddb;
  border-radius: 20px;
  box-shadow: 10px 10px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 3vh auto;
  max-width: 250px;
  padding: 15px 10px;
  text-align: center;
  width: 90%;
}
.operator-popup .option-space .operator-type-box .imh {
  margin: 1em auto 1.5em;
  max-width: 80px;
  width: 50%;
}
.operator-popup .option-space .operator-type-box button {
  font-size: 0.9em;
  font-weight: 700;
}
/*# sourceMappingURL=518.f346e019.chunk.css.map*/
