.ProgressBar_progressBarWrap__7kiJ1 {
  background-color: #2e2e2e;
  width: 100%;
  height: 8px;
}
.ProgressBar_progressBarWrap__7kiJ1,
.ProgressBar_progressBar__pySpX {
  box-shadow: none;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.75) 20%,
    transparent 0,
    transparent 100%,
    rgba(0, 0, 0, 0.75) 0,
    rgba(0, 0, 0, 0.75) 75%,
    transparent 0,
    transparent
  );
  background-size: 12px 12px;
  animation-name: ProgressBar_animateStripes__md3Th;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.ProgressBar_progressBar__pySpX {
  height: 100%;
  background-color: #fff528;
}
@keyframes ProgressBar_animateStripes__md3Th {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 12px 0;
  }
}
.clientForm_loader__3N_pX {
  width: 96px;
  height: 96px;
  display: inline-block;
  position: relative;
}
.clientForm_loader__3N_pX:after,
.clientForm_loader__3N_pX:before {
  content: "";
  width: 96px;
  height: 96px;
  border: 4px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  animation: clientForm_rotation__te2fX 2s ease-in-out infinite;
}
.clientForm_loader__3N_pX:after {
  border-color: #f4ed46;
  animation-delay: 1s;
}
@keyframes clientForm_rotation__te2fX {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper__container {
  position: relative;
}
.swiper {
  overflow: hidden;
  display: flex;
}
.container_main {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .container_main {
    max-width: 1440px;
    padding: 0 70px;
  }
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Unbounded, Arial, open-sans, sans-serif;
  text-transform: uppercase;
  transition: box-shadow 0.35s ease, border 0.35s ease;
}
.button--transparent {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  padding: 0 22px;
  border-radius: 11px;
  border: 1px solid #535353;
  height: 53px;
}
.button--transparent:hover {
  box-shadow: inset 0 0 5px 0 #fff;
}
.button--black {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 5px;
  border: 1px solid #fbff3a;
  height: 27px;
  padding: 0 10px;
}
@media screen and (min-width: 998px) {
  .button--black {
    font-size: 12px;
    font-weight: 700;
    border-radius: 8px;
    height: 36px;
    padding: 0 15px;
  }
}
.button--black:hover {
  box-shadow: 0 0 1px 1px #fbff3a;
}
.button--yellow {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  color: #0b0c1b;
  background: #f9e727;
  border-radius: 11px;
  height: 53px;
  padding: 0 22px;
}
@media screen and (min-width: 998px) {
  .button--yellow {
    font-size: 16px;
    height: 78px;
    padding: 0 35px;
  }
}
.button--yellow:hover {
  box-shadow: 0 0 0 1px #fff;
}
.button--arrow {
  position: relative;
}
.button--arrow:after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 14px;
  height: 12px;
  background: url(https://cybro.io/_next/static/media/next.9a9b9ebc.svg) 50% 50% no-repeat;
  transition: all 0.35s ease;
  pointer-events: none;
}
.button--arrow:hover:after {
  transform: translateX(5px);
}
.button--plus {
  position: relative;
}
.button--plus:before {
  content: "+";
  display: block;
  margin-right: 8px;
  transition: all 0.35s ease;
  pointer-events: none;
}
.button--plus:hover:before {
  transform: translateX(-5px);
}
.title {
  font-family: Unbounded, Arial, open-sans, sans-serif;
  text-transform: uppercase;
}
.title--h1 {
  font-size: 27px;
  font-weight: 700;
  line-height: 33px;
}
@media screen and (min-width: 1440px) {
  .title--h1 {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.2;
  }
}
.title--h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .title--h2 {
    font-size: 68px;
  }
}
.title--h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .title--h3 {
    font-size: 60px;
  }
}
.title--h4 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .title--h4 {
    font-size: 30px;
  }
}
.title--h5 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .title--h5 {
    font-size: 18px;
  }
}
.title--h6 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .title--h6 {
    font-size: 22px;
    line-height: 1.2;
  }
}
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid;
}
:after,
:before {
  --tw-content: "";
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  text-decoration: inherit;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.container {
  width: 100%;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-\[-28px\] {
  bottom: -28px;
}
.bottom-\[-4px\] {
  bottom: -4px;
}
.left-0 {
  left: 0;
}
.right-7 {
  right: 1.75rem;
}
.right-\[-4px\] {
  right: -4px;
}
.top-0 {
  top: 0;
}
.top-7 {
  top: 1.75rem;
}
.z-50 {
  z-index: 50;
}
.m-1 {
  margin: 0.25rem;
}
.m-\[0\.12rem\] {
  margin: 0.12rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.h-1 {
  height: 0.25rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[60px\] {
  height: 60px;
}
.h-full {
  height: 100%;
}
.w-1 {
  width: 0.25rem;
}
.w-24 {
  width: 6rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[31px\] {
  width: 31px;
}
.w-\[40px\] {
  width: 40px;
}
.w-full {
  width: 100%;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[590px\] {
  max-width: 590px;
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}
.scale-0,
.scale-100 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-\[minmax\(0\2c _1\.5fr\)\2c minmax\(0\2c _1fr\)\] {
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[calc\(0\.87rem\)\] {
  border-radius: calc(0.87rem);
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#2D2E40\] {
  --tw-border-opacity: 1;
  border-color: rgb(45 46 64 / var(--tw-border-opacity));
}
.border-\[\#3A3B45\] {
  --tw-border-opacity: 1;
  border-color: rgb(58 59 69 / var(--tw-border-opacity));
}
.border-baseBg {
  --tw-border-opacity: 1;
  border-color: rgb(17 18 26 / var(--tw-border-opacity));
}
.bg-\[\#20222D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 34 45 / var(--tw-bg-opacity));
}
.bg-\[\#24252E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 37 46 / var(--tw-bg-opacity));
}
.bg-\[\#3A3B45\] {
  --tw-bg-opacity: 1;
  background-color: rgb(58 59 69 / var(--tw-bg-opacity));
}
.bg-\[\#F9E727\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 231 39 / var(--tw-bg-opacity));
}
.bg-baseBg {
  --tw-bg-opacity: 1;
  background-color: rgb(17 18 26 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(255 61 108 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-9 {
  padding: 2.25rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[24px\] {
  padding: 24px;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-\[0\.24rem\] {
  padding-right: 0.24rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.font-poppins {
  font-family: Poppins, sans-serif;
}
.font-unbounded {
  font-family: Unbounded, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[32px\] {
  line-height: 32px;
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(251 255 58 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgb(255 61 108 / var(--tw-text-opacity));
}
.text-text-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity));
}
.text-text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-300 {
  transition-duration: 0.3s;
}
@font-face {
  font-family: Unbounded;
  src: url(https://cybro.io/_next/static/media/Unbounded-Light.b0d78a26.ttf);
  font-weight: 300;
  font-style: regular;
}
@font-face {
  font-family: Unbounded;
  src: url(https://cybro.io/_next/static/media/Unbounded-Regular.0d3d6de4.ttf);
  font-weight: 400;
  font-style: regular;
}
@font-face {
  font-family: Unbounded;
  src: url(https://cybro.io/_next/static/media/Unbounded-Medium.e7603192.ttf);
  font-weight: 500;
  font-style: regular;
}
@font-face {
  font-family: Unbounded;
  src: url(https://cybro.io/_next/static/media/Unbounded-SemiBold.be8c7f0c.ttf);
  font-weight: 600;
  font-style: regular;
}
@font-face {
  font-family: Unbounded;
  src: url(https://cybro.io/_next/static/media/Unbounded-Bold.cddbbedc.ttf);
  font-weight: 700;
  font-style: regular;
}
@font-face {
  font-family: Unbounded;
  src: url(https://cybro.io/_next/static/media/Unbounded-Black.09e5403a.ttf);
  font-weight: 900;
  font-style: regular;
}
@font-face {
  font-family: Poppins;
  src: url(https://cybro.io/_next/static/media/Poppins-Regular.4b4ebe20.ttf);
  font-weight: 400;
  font-style: regular;
}
@font-face {
  font-family: Poppins;
  src: url(https://cybro.io/_next/static/media/Poppins-Medium.a52d0bf0.ttf);
  font-weight: 500;
  font-style: regular;
}
@font-face {
  font-family: Poppins;
  src: url(https://cybro.io/_next/static/media/Poppins-SemiBold.98512bf8.ttf);
  font-weight: 600;
  font-style: regular;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
* ::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
* ::-webkit-scrollbar-track {
  background: #2e2e2e;
  border-radius: 14px;
}
* ::-webkit-scrollbar-thumb {
  background: rgba(249, 231, 39, 0.7);
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}
img,
main {
  display: block;
}
a {
  background-color: transparent;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
textarea {
  direction: ltr;
  resize: none;
  background: 0 0;
  border: 0;
  overflow: hidden;
}
textarea:focus,
textarea:hover {
  outline: 0;
  border: 0;
}
button {
  background: 0 0;
  cursor: pointer;
  border: 0;
}
ul {
  list-style: none;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
body {
  font-family: Poppins, Arial, open-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  background-color: #11121a;
  background-image: url(https://cybro.io/_next/static/media/main-bg-2-desk.b0232463.png),
    url(https://cybro.io/_next/static/media/main-bg-1-desk.37caebae.svg);
  background-position: calc(50% - 50px) 0, 50% 105px;
  background-repeat: no-repeat;
  background-size: 403px 400px, 448px 56px;
}
@media screen and (min-width: 998px) {
  body {
    background-position: calc(50% - 152px) -10px, 50% 105px;
    background-size: 745px 801px, 1440px 180px;
  }
}
body.no-scroll {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body .mobile {
    display: none;
  }
}
@media screen and (min-width: 998px) {
  body .mobile-tablet {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  body .mobile-desktop {
    display: none;
  }
}
body .tablet {
  display: none;
}
@media screen and (min-width: 768px) {
  body .tablet {
    display: flex;
  }
}
body .laptop-desktop {
  display: none;
}
@media screen and (min-width: 998px) {
  body .laptop-desktop {
    display: flex;
  }
}
body .desktop {
  display: none;
}
@media screen and (min-width: 1440px) {
  body .desktop {
    display: flex;
  }
}
body .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}
.hover\:scale-105:hover,
.hover\:scale-\[101\%\]:hover {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[101\%\]:hover {
  --tw-scale-x: 101%;
  --tw-scale-y: 101%;
}
.hover\:transform:hover {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
@media (max-width: 560px) {
  .sm\:mr-1 {
    margin-right: 0.25rem;
  }
  .sm\:mr-4 {
    margin-right: 1rem;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:border-b {
    border-bottom-width: 1px;
  }
  .sm\:border-r-0 {
    border-right-width: 0;
  }
  .sm\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:p-2 {
    padding: 0.5rem;
  }
  .sm\:p-3 {
    padding: 0.75rem;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem;
  }
  .sm\:text-\[11px\] {
    font-size: 11px;
  }
  .sm\:text-\[12px\] {
    font-size: 12px;
  }
  .sm\:text-\[14px\] {
    font-size: 14px;
  }
  .sm\:text-\[24px\] {
    font-size: 24px;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:leading-\[28px\] {
    line-height: 28px;
  }
}
.cybro-container {
  max-width: 1285px;
  padding: 0 16px;
}
.cybro {
  background: #000;
  position: relative;
}
.cybro:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-color: #11121a #11121a transparent transparent;
  border-style: solid;
  border-width: 20px;
}
@media screen and (min-width: 998px) {
  .cybro:before {
    border-width: 65px;
  }
}
.cybro:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-color: transparent transparent #11121a #11121a;
  border-style: solid;
  border-width: 20px;
}
@media screen and (min-width: 998px) {
  .cybro:after {
    border-width: 65px;
  }
  .cybro {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.cybro__block:first-child {
  padding: 28px 36px 43px;
}
@media screen and (min-width: 998px) {
  .cybro__block:first-child {
    padding: 93px 78px 43px 82px;
    order: 2;
  }
}
.cybro__block:nth-child(2) {
  padding: 0 23px 66px;
}
@media screen and (min-width: 998px) {
  .cybro__block:nth-child(2) {
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
    max-width: 514px;
    box-sizing: content-box;
    padding: 93px 59px 98px 74px;
    position: relative;
  }
  .cybro__block:nth-child(2):before {
    top: -4px;
  }
  .cybro__block:nth-child(2):after,
  .cybro__block:nth-child(2):before {
    content: "";
    position: absolute;
    right: -4px;
    width: 7px;
    height: 7px;
    background: #444e55;
    pointer-events: none;
  }
  .cybro__block:nth-child(2):after {
    bottom: -4px;
  }
}
.cybro__img {
  display: block;
  max-width: 449px;
  max-height: 449px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 998px) {
  .cybro__img {
    margin: 0 0 50px;
  }
}
.cybro__btn {
  margin: 0 auto;
}
.cybro__title {
  display: block;
  text-align: center;
  margin: 0 auto 24px;
}
@media screen and (min-width: 998px) {
  .cybro__title {
    text-align: left;
    margin: 0 0 40px;
  }
}
.cybro__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  padding-bottom: 29px;
}
@media screen and (min-width: 998px) {
  .cybro__desc {
    font-size: 19px;
    padding-bottom: 75px;
    position: relative;
  }
  .cybro__desc:before {
    background: hsla(0, 0%, 100%, 0.1);
    height: 1px;
    bottom: 0;
    left: 0;
    width: calc(100% + 133px);
    transform: translateX(-74px);
  }
  .cybro__desc:after,
  .cybro__desc:before {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .cybro__desc:after {
    bottom: -3px;
    right: -63px;
    width: 7px;
    height: 7px;
    background: #444e55;
  }
}
.cybro__subtitle {
  color: #90a1aa;
  letter-spacing: 0.36px;
  margin-bottom: 23px;
}
@media screen and (min-width: 998px) {
  .cybro__subtitle {
    padding-top: 36px;
    margin-bottom: 55px;
  }
}
.cybro__list {
  margin-bottom: 56px;
}
@media screen and (min-width: 998px) {
  .cybro__list {
    max-width: 488px;
    margin-bottom: 0;
  }
}
.cybro__item {
  padding-left: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 17px;
  position: relative;
}
.cybro__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 14px;
  background: url(https://cybro.io/_next/static/media/ready.bc523a8e.svg) 50% 50% no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 998px) {
  .cybro__item:before {
    width: 25px;
    height: 17px;
  }
  .cybro__item {
    font-size: 17px;
    margin-bottom: 27px;
  }
}
.cybro__item:last-child {
  margin-bottom: 0;
}
.cybro__listing {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Unbounded, Arial, open-sans, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 20px;
  color: #90a1aa;
  text-transform: uppercase;
}
@media screen and (min-width: 998px) {
  .cybro__listing {
    font-size: 18px;
    line-height: 28px;
  }
}
.cybro__listing-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 998px) {
  .cybro__listing-list {
    width: calc(100% + 12px);
    transform: translateX(-6px);
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.cybro__listing-item {
  margin-bottom: 12px;
}
@media screen and (min-width: 998px) {
  .cybro__listing-item {
    margin: 6px;
  }
}
.cybro__listing-item:last-child {
  margin-bottom: 0;
}
.cybro__listing-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 61px;
  border-radius: 15px;
  background: #1a1b25;
  transition: box-shadow 0.35s ease;
}
.cybro__listing-link:hover {
  box-shadow: 0 0 0 1px #fff;
}
.cybro__listing-img {
  margin-right: 5px;
}
.faq {
  padding-top: 76px;
  padding-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-top: 138px;
    padding-bottom: 108px;
  }
}
.faq__container {
  max-width: 1111px;
}
@media screen and (min-width: 768px) {
  .faq__container {
    box-sizing: content-box;
  }
}
.faq__title {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .faq__title {
    text-align: left;
    margin-bottom: 45px;
  }
}
.accordion__item {
  box-shadow: inset 0 0 0 1px #232432;
  cursor: pointer;
  transition: all 0.35s ease;
  padding: 19px 18px;
}
@media screen and (min-width: 768px) {
  .accordion__item {
    padding: 36px;
  }
}
.accordion__item.accordion-active {
  background: #10111f;
}
@media screen and (min-width: 768px) {
  .accordion__item.accordion-active {
    background: #1a1b25;
  }
}
.accordion__item.accordion-active .accordion__title:before {
  transform: translateY(-50%) rotate(180deg);
}
.accordion__item.accordion-active .accordion__title:after {
  transform: translateY(-50%) rotate(90deg);
}
.accordion__item.accordion-active .accordion__content {
  display: block;
}
.accordion__item:hover {
  box-shadow: inset 0 0 0 1px #fbff3a;
}
.accordion__title {
  position: relative;
  display: block;
  font-family: Unbounded, Arial, open-sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  border-radius: 3px;
  padding-left: 32px;
}
@media screen and (min-width: 768px) {
  .accordion__title {
    font-size: 17px;
    line-height: 1.2;
    padding-left: 50px;
  }
}
.accordion__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 15px;
  height: 1px;
  pointer-events: none;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .accordion__title:before {
    width: 17px;
  }
}
.accordion__title:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 1px;
  height: 15px;
  pointer-events: none;
  transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
  .accordion__title:after {
    height: 17px;
    left: 8px;
  }
}
.accordion__content {
  display: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: hsla(0, 0%, 100%, 0.8);
  margin-top: 17px;
  max-width: 656px;
}
@media screen and (min-width: 768px) {
  .accordion__content {
    font-size: 16px;
    margin-top: 31px;
  }
}
.accordion__content a {
  display: inline;
  text-decoration: underline;
}
.faq__more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  transition: all 0.35s ease;
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 7px;
  margin-top: 20px;
  padding: 0 20px;
}
.faq__more:hover {
  box-shadow: 0 0 3px 3px hsla(0, 0%, 100%, 0.2);
}
.featured {
  padding: 17px 0 21px;
}
@media screen and (min-width: 768px) {
  .featured {
    padding: 12px 0 27px;
  }
}
.featured__container {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .featured__container {
    padding: 0 94px;
  }
}
.featured__title {
  text-transform: none;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .featured__title {
    margin-bottom: 42px;
  }
}
.featured__swiper {
  justify-content: center;
}
.featured__swiper-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .featured__swiper-list {
    justify-content: center;
  }
}
.featured__swiper-btn {
  position: relative;
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.featured__swiper-btn.swiper-button-prev:after {
  left: 0;
  transform: translateY(-50%);
}
.featured__swiper-btn.swiper-button-next:after,
.featured__swiper-btn.swiper-button-prev:after {
  content: "";
  position: absolute;
  width: 76px;
  height: 71px;
  top: 50%;
  background: linear-gradient(90deg, #0f101d, rgba(15, 16, 29, 0) 77.11%);
  z-index: 1;
  pointer-events: none;
}
.featured__swiper-btn.swiper-button-next:after {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.featured__swiper-btn.swiper-button-disabled:after,
.featured__swiper-btn.swiper-button-disabled:before {
  display: none;
}
.feature {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 20px;
  margin-right: 20px;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (min-width: 768px) {
  .feature {
    margin-right: 45px;
    height: 30px;
  }
}
.feature:last-child {
  margin-right: 0;
}
.feature--big {
  height: 30px;
}
@media screen and (min-width: 768px) {
  .feature--big {
    height: 40px;
  }
}
.feature--grey-black .feature__img {
  filter: grayscale(1) invert(1) brightness(0.6);
}
.feature--grey-white .feature__img {
  filter: grayscale(1) brightness(0.6);
}
.feature__img {
  width: auto;
  height: 100%;
}
.overlay {
  position: fixed;
  z-index: 100;
  background: #11121a;
  outline: none;
}
.overlay,
.overlay__container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay__container {
  position: absolute;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .overlay__container {
    position: static;
  }
}
.popup {
  background: #1a1b25;
  padding: 33px 20px 19px;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 335px;
  position: relative;
  overflow: auto;
  outline: none;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .popup {
    max-width: 664px;
    padding: 65px 73px 51px 55px;
  }
}
.popup__title b {
  font-weight: inherit;
  color: #fbff3a;
}
.popup__content {
  position: relative;
  flex-direction: column;
  width: 100%;
  z-index: 1;
}
.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  padding: 4px;
  box-sizing: content-box;
  z-index: 2;
  transition: transform 0.35s ease;
}
.popup__close:after,
.popup__close:before {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #615e75;
  pointer-events: none;
  transition: background 0.35s ease;
}
.popup__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.popup__close:hover {
  transform: scale(1.2);
}
.popup__close:hover:after,
.popup__close:hover:before {
  background: #fff;
}
.waitlist {
  position: relative;
  overflow: visible;
}
.waitlist:before {
  content: "";
  position: absolute;
  top: -37px;
  right: 0;
  width: 187px;
  height: 168px;
  background: url(https://cybro.io/_next/static/media/waitlist-shadow.b8a5f759.png) 50% 50%
    no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .waitlist:before {
    top: 32px;
    right: 18px;
    width: 359px;
    height: 204px;
  }
}
.waitlist:after {
  content: "";
  position: absolute;
  top: -63px;
  right: -60px;
  width: 278px;
  height: 275px;
  background: url(https://cybro.io/_next/static/media/waitlist-bg.7788ea3f.png) 50% 50%
    no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .waitlist:after {
    width: 335px;
    height: 447px;
    top: unset;
    right: 20px;
    bottom: 7px;
  }
}
.waitlist__title {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .waitlist__title {
    margin-bottom: 19px;
  }
}
.waitlist__form {
  display: flex;
  flex-direction: column;
}
.waitlist__text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  max-width: 280px;
  margin-bottom: 31px;
}
@media screen and (min-width: 768px) {
  .waitlist__text {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 49px;
  }
}
.waitlist__btns {
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .waitlist__btns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 7px;
  }
}
.waitlist__checkbox {
  margin-right: 8px;
}
.waitlist__checkbox:checked {
  accent-color: #fbff3a;
}
.waitlist__terms {
  font-size: 14px;
}
.waitlist__terms a {
  color: #fbff3a;
  text-decoration: underline;
}
.waitlist__input {
  width: 100%;
  border-radius: 11px;
  border: 1px solid #3a3b45;
  padding: 16px 14px 16px 45px;
  background: #000 url(https://cybro.io/_next/static/media/email.37a61a7f.svg) 13px 50%
    no-repeat;
  outline: 1px solid #3a3b45;
  color: #fff;
  margin-bottom: 11px;
  position: relative;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  transition: border 0.35s ease;
}
@media screen and (min-width: 768px) {
  .waitlist__input {
    font-size: 16px;
    padding: 18px 60px;
    margin-bottom: 0;
    margin-right: 9px;
    background-position: 20px 50%;
  }
}
.waitlist__input::-moz-placeholder {
  color: #615e75;
  font-family: Poppins, Arial, open-sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
}
.waitlist__input::placeholder {
  color: #615e75;
  font-family: Poppins, Arial, open-sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .waitlist__input::-moz-placeholder {
    font-size: 16px;
  }
  .waitlist__input::placeholder {
    font-size: 16px;
  }
}
.waitlist__input:hover {
  border-color: #fff;
}
.waitlist__btn {
  width: 100%;
  padding: 0 22px;
}
@media screen and (min-width: 768px) {
  .waitlist__btn {
    width: 192px;
    height: auto;
    flex-shrink: 0;
    font-size: 13px;
    height: 62px;
  }
}
.waitlist__label {
  color: #615e75;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.13px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .waitlist__label {
    text-align: left;
  }
}
.success {
  padding: 55px 58px 43px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .success {
    padding: 57px 57px 78px;
  }
  .success__content {
    max-width: 235px;
    margin: 0 auto;
  }
}
.success__label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 31px;
}
.success__label:before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(https://cybro.io/_next/static/media/success.e101f1ea.svg) 50% 50% no-repeat;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .success__label {
    margin-bottom: 23px;
  }
}
.success__title {
  text-align: center;
  margin-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .success__title {
    margin-bottom: 37px;
  }
}
.success__socials {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.success__social {
  margin-right: 14px;
}
.success__social:last-child {
  margin-right: 0;
}
.success__social-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: transform 0.35s ease;
}
.success__social-link:hover {
  transform: translateY(-5px);
}
.success__social-link:before {
  content: "";
  width: 55px;
  height: 55px;
  border-radius: 10px;
  margin-bottom: 7px;
  background-size: 55px 55px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.success__social-link--twitter:before {
  background-image: url(https://cybro.io/_next/static/media/twitter-colored.29707caf.png);
}
.success__social-link--discord:before {
  background-image: url(https://cybro.io/_next/static/media/discord-colored.1a122638.png);
}
.success__social-link--telegram:before {
  background-image: url(https://cybro.io/_next/static/media/tg-colored.2b26c4b6.png);
}
.footer {
  margin-top: 76px;
  padding-bottom: 34px;
  background: #020206;
  position: relative;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 54px;
  transform: translate(-50%, -100%);
  background: url(https://cybro.io/_next/static/media/footer-bg.2564e4e5.svg) 50% 50% no-repeat;
  background-size: 440px 54px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .footer:before {
    height: 152px;
    background-position: 50% 0;
    background-size: auto auto;
  }
  .footer {
    padding-bottom: 0;
    margin-top: 152px;
  }
}
.footer__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 22px;
}
@media screen and (min-width: 768px) {
  .footer__container {
    padding: 0 6px;
    flex-direction: row;
    align-items: stretch;
  }
}
.footer__block {
  position: relative;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
}
.footer__block:after {
  content: "";
  position: absolute;
  width: calc(100% + 44px);
  height: 1px;
  bottom: 0;
  left: 0;
  transform: translateX(-22px);
  background: #11121a;
  pointer-events: none;
}
.footer__block:last-child:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__block {
    width: 33%;
    padding: 27px 29px 101px;
  }
  .footer__block:after {
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: unset;
    left: unset;
    transform: none;
    pointer-events: none;
  }
}
.footer__social {
  margin-bottom: 18px;
}
.footer__social:last-child {
  margin-bottom: 0;
}
.footer__social-link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.35s ease;
}
.footer__social-link:hover {
  transform: translateY(-2px);
}
.footer__social-img {
  width: auto;
  height: 18px;
  max-width: 20px;
}
.footer__social-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 14px;
}
@media screen and (min-width: 768px) {
  .footer__social-name {
    font-size: 16px;
  }
}
.footer__logo {
  width: 138px;
  height: 17px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 166px;
    height: 20px;
    margin-bottom: 30px;
  }
}
.footer__info {
  font-size: 13px;
  line-height: 20px;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer__info {
    font-size: 15px;
    line-height: 24px;
  }
}
.footer__block-name {
  display: inline-block;
  background: #1d1e2a;
  padding: 3px 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: hsla(0, 0%, 100%, 0.5);
}
@media screen and (min-width: 768px) {
  .footer__block-name {
    margin-bottom: 34px;
  }
}
.footer__term {
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .footer__term {
    margin-bottom: 14px;
  }
}
.footer__term:last-child {
  margin-bottom: 0;
}
.footer__term-link {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  transition: all 0.35s ease;
  padding: 0 3px;
  transform: translateX(-3px);
}
.footer__term-link:hover {
  background: #fff;
  color: #0b0c1b;
}
.footer__copyright {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}
.header {
  position: sticky;
  top: 0;
  z-index: 9;
}
.header--sticky {
  background: hsla(0, 0%, 100%, 0.05);
  -webkit-backdrop-filter: blur(28.5px);
  backdrop-filter: blur(28.5px);
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
}
@media screen and (min-width: 1440px) {
  .header__container {
    padding: 19px 32px;
  }
}
.header__btns,
.header__column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .header__btns {
    flex-direction: row;
    justify-content: center;
  }
}
.logo {
  width: 92px;
  height: 11px;
}
@media screen and (min-width: 998px) {
  .logo {
    width: 151px;
    height: 19px;
  }
  .header__logo {
    margin: 0 59px 0 0;
  }
}
.logo__link {
  display: block;
}
.header__menu {
  text-transform: uppercase;
  font-family: Unbounded, Arial, open-sans, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
}
.header__menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .header__menu-list {
    justify-content: flex-start;
  }
}
.header__menu-item {
  text-align: center;
  margin-right: 10px;
}
@media screen and (min-width: 998px) {
  .header__menu-item {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu-item {
    margin-right: 24px;
  }
}
.header__menu-item:last-child {
  margin-right: 0;
}
.header__menu-link {
  font-family: Unbounded, Arial, open-sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.48px;
  text-decoration: none;
  padding: 0 3px;
  transition: all 0.35s ease;
}
.header__menu-link:hover {
  background: #fff;
  color: #0b0c1b;
}
.header__btn {
  text-transform: uppercase;
  border-radius: 6px;
  height: 42px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 998px) {
  .header__btn {
    height: 42px;
  }
}
.socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
}
@media screen and (min-width: 998px) {
  .socials {
    margin: 0 11px;
  }
}
.social {
  margin-right: 2px;
}
.social:last-child {
  margin-right: 0;
}
.social__link {
  width: 42px;
  transition: all 0.35s ease;
}
.social__link:hover {
  box-shadow: inset 0 0 0 1px #fff;
}
.social__img {
  display: block;
  width: auto;
  height: 14px;
}
.cashier-btn {
  margin-left: 11px;
}
.cookies {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px 21px;
  border-top: 1px solid #2c2e35;
  background: #1a1b25;
  -webkit-backdrop-filter: blur(52px);
  backdrop-filter: blur(52px);
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  z-index: 100;
}
.cookies--active {
  display: flex;
}
@media screen and (min-width: 768px) {
  .cookies {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px 41px;
  }
}
.cookies__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .cookies__content {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.cookies__image {
  display: block;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .cookies__image {
    width: 58px;
    height: 58px;
    margin-right: 20px;
  }
}
.cookies__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  max-width: 615px;
}
@media screen and (min-width: 768px) {
  .cookies__text {
    font-size: 15px;
    line-height: 23px;
  }
}
.cookies__text b {
  font-weight: 700;
}
.cookies__btns {
  flex-shrink: 0;
}
.cookies__btn {
  font-family: Unbounded, Arial, open-sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #68696c;
  color: #fff;
  margin-right: 9px;
  transition: box-shadow 0.35s ease;
}
@media screen and (min-width: 768px) {
  .cookies__btn {
    padding: 14px 20px;
  }
}
.cookies__btn:last-child {
  margin-right: 0;
}
.cookies__btn:hover {
  box-shadow: inset 0 0 5px 0 #fff;
}
.cookies__btn--reverted {
  color: #0b0c1b;
  border-radius: 8px;
  background: #fff;
  border-color: #fff;
}
.cookies__btn--reverted:hover {
  box-shadow: inset 0 0 5px 0 #0b0c1b;
}
.lang-toggle {
  position: relative;
}
.lang-toggle__btn {
  width: 42px;
  height: 32px;
  background: none;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  transition: all 0.35s ease;
}
@media screen and (min-width: 998px) {
  .lang-toggle__btn {
    height: 42px;
    font-size: 12px;
  }
}
.lang-toggle__btn:hover {
  box-shadow: 0 0 0 1px #fff;
}
.lang-toggle__btn:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-2px);
  border: 3px solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, 0.3);
  pointer-events: none;
}
.lang-menu {
  position: absolute;
  display: none;
  top: calc(100% + 1px);
  right: 0;
  padding: 10px;
  border-radius: 11px;
  border: 1px solid #24252e;
  background: #1a1b25;
  box-shadow: 0 22px 63px 0 rgba(0, 0, 0, 0.75);
  width: 100px;
  box-sizing: content-box;
}
.lang-menu--active {
  display: block;
}
@media screen and (min-width: 998px) {
  .lang-menu {
    top: calc(100% + 2px);
  }
}
.lang-menu__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 6px;
  border-radius: 8px;
  transition: all 0.35s ease;
}
.lang-menu__link:hover {
  background: #000;
}
.lang-menu__flag {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.lang-menu__name {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #11121a;
  z-index: 10;
  padding: 8px 20px 40px;
  display: flex;
  justify-content: space-between;
  overflow: scroll;
}
.mobile-menu,
.mobile-menu .header__btns {
  flex-direction: column;
}
.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 98px;
}
.mobile-menu__footer-btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 28px;
}
.mobile-menu__footer-btn {
  flex-basis: 100px;
  flex-grow: 5;
  margin-right: 11px;
  padding: 0 18px;
}
@media screen and (min-width: 998px) {
  .mobile-menu__footer-btn {
    height: 78px;
  }
}
.mobile-menu__footer-btn:last-child {
  margin-right: 0;
}
.mobile-menu__open {
  width: 24px;
  height: 24px;
  position: relative;
  padding: 4px;
  box-sizing: content-box;
  margin-left: 16px;
}
.mobile-menu__open:before {
  top: 8px;
  box-shadow: 0 15px 0 0 #fff;
}
.mobile-menu__open:after,
.mobile-menu__open:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background: #fff;
  left: 4px;
  pointer-events: none;
}
.mobile-menu__open:after {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu__close {
  width: 24px;
  height: 24px;
  position: relative;
  padding: 4px;
  box-sizing: content-box;
  margin-left: 15px;
}
.mobile-menu__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-menu__close:after,
.mobile-menu__close:before {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  pointer-events: none;
}
.mobile-menu__close:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.mobile-menu__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu__logo-link {
  display: block;
  width: 92px;
  height: 11px;
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.mobile-menu__item {
  margin-bottom: 35px;
}
.mobile-menu__item:last-child {
  margin-bottom: 0;
}
.mobile-menu__link {
  display: block;
  text-align: center;
  font-family: Unbounded, Arial, open-sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 0 3px;
  transition: all 0.35s ease;
}
.mobile-menu__link:hover {
  background: #fff;
  color: #0b0c1b;
}
.roadmap-container {
  padding: 46px 0 0;
}
@media screen and (min-width: 768px) {
  .roadmap-container {
    max-width: 1367px;
    padding: 144px 26px 0;
  }
}
.roadmap {
  margin-top: 25px;
  padding-top: 19px;
  padding-bottom: 40px;
  margin-bottom: 34px;
  background: url(https://cybro.io/_next/static/media/roadmap-bg.92c8080e.png) 0 0 repeat;
  background-size: 48px 48px;
}
@media screen and (min-width: 768px) {
  .roadmap {
    margin-top: 0;
    background-size: 74px 74px;
  }
}
.roadmap__title {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .roadmap__title {
    text-align: left;
    margin-left: 58px;
    margin-bottom: 46px;
  }
}
.roadmap__swiper-container {
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  .roadmap__swiper-container {
    padding-left: 20px;
  }
}
.roadmap__swiper-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.roadmap__swiper {
  position: relative;
}
.roadmap__swiper-btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.35s ease;
}
.roadmap__swiper-btn.swiper-button-disabled {
  opacity: 0;
}
.roadmap__swiper-btn:before {
  content: "";
  position: absolute;
  right: -29px;
  top: 50%;
  transform: translateY(-50%);
  width: 151px;
  height: 564px;
  pointer-events: none;
  background: linear-gradient(270deg, #0b0c1b, rgba(11, 12, 27, 0) 91.54%);
}
.roadmap__swiper-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: hsla(0, 0%, 100%, 0.2) url(https://cybro.io/_next/static/media/arrow.a5bcad14.svg)
    50% 50% no-repeat;
  background-size: 20px 20px;
  pointer-events: none;
  border-radius: 7px;
}
@media screen and (min-width: 768px) {
  .roadmap__swiper-btn {
    display: flex;
  }
}
.roadmap-card__list {
  padding: 10px;
  border-radius: 9px;
  background: #11121a;
  flex-grow: 3;
}
@media screen and (min-width: 768px) {
  .roadmap-card__list {
    padding: 14px 18px;
  }
}
.roadmap-card__item {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 14px;
  position: relative;
  margin-bottom: 8px;
  max-width: 209px;
}
@media screen and (min-width: 768px) {
  .roadmap-card__item {
    font-size: 15px;
    margin-bottom: 11px;
  }
}
.roadmap-card__item:last-child {
  margin-bottom: 0;
}
.roadmap-card__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #fbff3a;
  box-shadow: 0 3px 8px 0 rgba(255, 233, 39, 0.3);
  pointer-events: none;
}
.roadmap-card__wrapper {
  border-radius: 16px;
  background: #1a1b25;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 7px 5px 7px 6px;
  width: 215px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .roadmap-card__wrapper {
    width: 302px;
    padding: 7px;
  }
}
.roadmap-card {
  cursor: pointer;
  margin-left: 0;
  width: unset;
  height: unset;
  padding: 9px;
  position: relative;
  margin-right: -6px;
}
@media screen and (min-width: 768px) {
  .roadmap-card {
    padding: 12px;
    margin-right: 1px;
  }
}
.roadmap-card:last-child {
  margin-right: 0;
}
.roadmap-card:after,
.roadmap-card:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 100%;
  top: 0;
  background-image: url(https://cybro.io/_next/static/media/swiper-active-1.c1a1be87.svg),
    url(https://cybro.io/_next/static/media/swiper-active-2.46805dbd.svg);
  background-position: 0 0, 100% 100%;
  background-size: 19px 19px, 19px 19px;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}
@media screen and (min-width: 768px) {
  .roadmap-card:after,
  .roadmap-card:before {
    width: 22px;
    background-size: 22px 22px, 22px 22px;
  }
}
.roadmap-card:before {
  left: 0;
}
.roadmap-card:after {
  right: 0;
  transform: rotate(180deg);
}
.roadmap-card.swiper-slide-active:after,
.roadmap-card.swiper-slide-active:before {
  opacity: 1;
}
.roadmap-card.swiper-slide-active .roadmap-card__wrapper {
  background: #1a1b25
    linear-gradient(
      315deg,
      rgba(0, 0, 0, 0.2) 25%,
      transparent 0,
      transparent 50%,
      rgba(0, 0, 0, 0.2) 0,
      rgba(0, 0, 0, 0.2) 75%,
      transparent 0,
      transparent
    );
  background-size: 50px 50px;
  animation-name: moveRoadmap;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.roadmap-card.swiper-slide-active .roadmap-card__event-name {
  background: #fff;
  color: #000;
}
.roadmap-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 11px 13px 14px 6px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .roadmap-card__header {
    padding: 15px 15px 22px;
  }
}
.roadmap-card__step {
  text-transform: uppercase;
  color: #5e5b71;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .roadmap-card__step {
    margin-top: 0;
  }
}
.roadmap-card__period {
  font-family: Unbounded, Arial, open-sans, sans-serif;
  color: rgba(204, 195, 238, 0.4);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .roadmap-card__period {
    font-size: 27px;
  }
}
.roadmap-card__period-quater {
  color: #11121a;
  padding: 0 3px 1px;
  border-radius: 3px;
  background: #fff;
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  .roadmap-card__period-quater {
    padding: 0 4px;
    margin-right: 10px;
  }
}
@keyframes moveRoadmap {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 50px 0;
  }
}
.shop {
  padding-top: 139px;
  padding-bottom: 33px;
}
@media screen and (min-width: 998px) {
  .shop {
    padding-top: 85px;
    padding-bottom: 26px;
    margin-bottom: 100px;
  }
  .shop__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.shop__column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 998px) {
  .shop__column {
    display: block;
  }
}
.shop__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 14px;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .shop__title {
    margin-bottom: 35px;
  }
}
.shop__title:before {
  content: "";
  position: absolute;
  border-radius: 264px;
  opacity: 0.24;
  background: #f4ed46;
  pointer-events: none;
  width: 138px;
  height: 81px;
  top: -17px;
  left: -8px;
  filter: blur(39px);
}
@media screen and (min-width: 1440px) {
  .shop__title:before {
    width: 264px;
    height: 155px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    filter: blur(75px);
  }
}
.shop__title-stroke {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
  border-radius: 11px;
  background: linear-gradient(
    148deg,
    hsla(0, 0%, 100%, 0.1) 3.15%,
    hsla(231, 6%, 45%, 0.07) 96.78%
  );
  -webkit-backdrop-filter: blur(52px);
  backdrop-filter: blur(52px);
  padding: 1px 10px;
}
.shop__title-stroke:last-child {
  margin-bottom: 0;
}
.shop__title-list {
  overflow: hidden;
  width: 118px;
  height: 33px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5px;
}
@media screen and (min-width: 1440px) {
  .shop__title-list {
    width: 325px;
    height: 84px;
  }
}
.shop__title-item {
  flex-shrink: 0;
  animation-name: toggleHeroMobileVertically;
  animation-duration: 8s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  color: #f4ed46;
}
@media screen and (min-width: 1440px) {
  .shop__title-item {
    animation-name: toggleHeroDesktopVertically;
  }
}
.shop__title-text {
  flex-shrink: 0;
}
.shop__desc {
  max-width: 561px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 13px;
  line-height: 1.47;
  color: hsla(0, 0%, 100%, 0.7);
  padding: 0 20px;
}
@media screen and (min-width: 998px) {
  .shop__desc {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 14px;
    color: #fff;
    padding: 0;
  }
}
.shop__join-text {
  display: block;
  font-size: 13px;
  letter-spacing: -0.13px;
  font-weight: 500;
  line-height: 1;
  color: hsla(0, 0%, 100%, 0.4);
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (min-width: 998px) {
  .shop__join-text {
    font-size: 16px;
    letter-spacing: -0.16px;
    margin-bottom: 18px;
    text-align: left;
  }
}
.shop__form {
  width: 517px;
  max-width: 100%;
  margin: 0 auto 16px;
}
@media screen and (min-width: 998px) {
  .shop__form {
    margin-left: 116px;
    margin-bottom: 0;
  }
}
.shop__banner {
  padding: 28px 21px 78px;
  border-radius: 25px;
  background: #000;
}
@media screen and (min-width: 998px) {
  .shop__banner {
    padding: 61px 63px 66px;
  }
}
.shop__banner-title {
  display: block;
  text-align: center;
  font-family: Unbounded, Arial, open-sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.38px;
  max-width: 275px;
  margin: 0 auto 30px;
}
.shop__banner-title b {
  font-weight: inherit;
  color: #fbff3a;
}
@media screen and (min-width: 998px) {
  .shop__banner-title {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 390px;
    margin-bottom: 42px;
  }
}
.shop__banner-btn {
  width: 100%;
}
.shop__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 998px) {
  .shop__socials {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .shop__socials {
    flex-wrap: nowrap;
  }
}
.shop__social:last-child {
  margin-right: 0;
}
.shop__validators {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 998px) {
  .shop__validators {
    justify-content: flex-start;
  }
}
.shop__social-link {
  width: 54px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  background: #11121a
    linear-gradient(
      148deg,
      hsla(0, 0%, 100%, 0.1) 3.15%,
      hsla(231, 6%, 45%, 0.07) 96.78%
    );
  transition: all 0.35s ease;
}
@media screen and (min-width: 998px) {
  .shop__social-link {
    width: 76px;
    height: 61px;
  }
}
.shop__social-link:hover {
  box-shadow: 0 0 0 1px #fff;
}
.shop__social-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 18px;
}
@media screen and (min-width: 998px) {
  .shop__social-img {
    height: 25px;
  }
}
.shop__validator {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  margin-top: 10px;
  transition: transform 0.35s ease;
  margin-right: 10px;
}
.shop__validator:last-child {
  margin-right: 0;
}
@media screen and (min-width: 998px) {
  .shop__validator {
    justify-content: flex-start;
    height: 61px;
  }
}
@media screen and (min-width: 1440px) {
  .shop__validator {
    width: auto;
    margin-top: 0;
  }
}
.shop__validator:hover {
  transform: translateY(-2px);
}
.shop__validator-img {
  height: 43px;
  border-radius: 7px;
  background: #11121a
    linear-gradient(
      148deg,
      hsla(0, 0%, 100%, 0.1) 3.15%,
      hsla(231, 6%, 45%, 0.07) 96.78%
    );
}
@media screen and (min-width: 998px) {
  .shop__validator-img {
    border-radius: 12px;
    height: 61px;
  }
}
@media screen and (min-width: 1440px) {
  .shop__validator-img {
    width: auto;
    margin-top: 0;
  }
}
.shop__validator-img--small {
  height: 41px;
}
@media screen and (min-width: 998px) {
  .shop__validator-img--small {
    height: 59px;
  }
}
@keyframes toggleHeroMobile {
  0% {
    transform: translateX(0);
  }
  24% {
    transform: translateX(0);
  }
  34% {
    transform: translateX(-150px);
  }
  57% {
    transform: translateX(-150px);
  }
  67% {
    transform: translateX(-300px);
  }
  90% {
    transform: translateX(-300px);
  }
  to {
    transform: translateX(-450px);
  }
}
@keyframes toggleHeroDesktop {
  0% {
    transform: translateX(0);
  }
  24% {
    transform: translateX(0);
  }
  34% {
    transform: translateX(-450px);
  }
  57% {
    transform: translateX(-450px);
  }
  67% {
    transform: translateX(-900px);
  }
  90% {
    transform: translateX(-900px);
  }
  to {
    transform: translateX(-1350px);
  }
}
@keyframes toggleHeroMobileVertically {
  0% {
    transform: translateY(0);
  }
  24% {
    transform: translateY(0);
  }
  34% {
    transform: translateY(-33px);
  }
  57% {
    transform: translateY(-33px);
  }
  67% {
    transform: translateY(-66px);
  }
  90% {
    transform: translateY(-66px);
  }
  to {
    transform: translateY(-99px);
  }
}
@keyframes toggleHeroDesktopVertically {
  0% {
    transform: translateY(0);
  }
  24% {
    transform: translateY(0);
  }
  34% {
    transform: translateY(-84px);
  }
  57% {
    transform: translateY(-84px);
  }
  67% {
    transform: translateY(-168px);
  }
  90% {
    transform: translateY(-168px);
  }
  to {
    transform: translateY(-252px);
  }
}
.reasons-container {
  max-width: 1240px;
}
@media screen and (min-width: 998px) {
  .reasons-container {
    box-sizing: content-box;
  }
}
.reasons {
  padding-top: 33px;
}
@media screen and (min-width: 998px) {
  .reasons {
    padding-top: 105px;
  }
}
.reasons__title {
  margin-bottom: 47px;
}
@media screen and (min-width: 998px) {
  .reasons__title {
    text-align: center;
    margin-bottom: 84px;
  }
  .reasons__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.reason {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 27px;
}
@media screen and (min-width: 998px) {
  .reason {
    flex-direction: column;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
  }
}
.reason:last-child {
  margin-bottom: 0;
}
.reason:before {
  content: "";
  width: 57px;
  height: 57px;
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 25px;
  pointer-events: none;
  flex-shrink: 0;
}
@media screen and (min-width: 998px) {
  .reason:before {
    width: 100px;
    height: 100px;
    margin-right: 0;
    margin-bottom: 29px;
  }
}
.reason:first-child:before {
  background-image: url(https://cybro.io/_next/static/media/earn.a7aedfc2.png);
}
.reason:nth-child(2):before {
  background-image: url(https://cybro.io/_next/static/media/built.1f6de360.png);
}
.reason:nth-child(3):before {
  background-image: url(https://cybro.io/_next/static/media/inout.b0c453d2.png);
}
.reason:nth-child(4):before {
  background-image: url(https://cybro.io/_next/static/media/lock.6df41e97.png);
}
.reason__name {
  display: block;
  font-family: Unbounded, Arial, open-sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}
@media screen and (min-width: 998px) {
  .reason__name {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
  }
}
.reason__desc {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: hsla(0, 0%, 100%, 0.7);
}
@media screen and (min-width: 998px) {
  .reason__desc {
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .token-info {
    padding-bottom: 91px;
  }
}
.token-info__table {
  display: block;
  margin: 0 auto 27px;
  border-collapse: collapse;
  max-width: 923px;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .token-info__table {
    margin-bottom: 58px;
  }
}
.token-info__table tbody tr:nth-child(odd) {
  background: #141623;
}
.token-info__table tbody tr:nth-child(odd) td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.token-info__table tbody tr:nth-child(odd) td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.token-info__table th {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  opacity: 0.6;
}
.token-info__table td {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
.token-info__table td:first-child {
  font-family: Unbounded, Arial, open-sans, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.token-info__table td,
.token-info__table th {
  padding: 14px 27px 14px 0;
  text-align: left;
}
.token-info__table td:first-child,
.token-info__table th:first-child {
  padding-left: 33px;
  padding-right: 36px;
}
.token-info__table td:nth-child(2),
.token-info__table th:nth-child(2) {
  padding-right: 31px;
}
.token-info__table td:nth-child(3),
.token-info__table th:nth-child(3) {
  padding-right: 28px;
}
.token-info__table td:nth-child(4),
.token-info__table th:nth-child(4) {
  padding-right: 74px;
}
.token-info__table td:nth-child(5),
.token-info__table th:nth-child(5) {
  padding-right: 60px;
}
.token-info__table td:nth-child(6),
.token-info__table th:nth-child(6) {
  padding-right: 27px;
}
.token-info__table tfoot td {
  font-weight: 700;
}
.token-info__btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.what {
  padding-top: 42px;
  margin-bottom: 37px;
}
@media screen and (min-width: 998px) {
  .what {
    padding-top: 145px;
    padding-bottom: 62px;
  }
}
.what__title {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 998px) {
  .what__title {
    margin-bottom: 61px;
  }
}
.what__list {
  display: grid;
  grid-template-areas: "native . pools" ". . ." "lending lending lending" ". . ." "invest . leverage";
  grid-template-columns: 1fr 7px 1fr;
  grid-template-rows: 188px 7px 143px 8px 169px;
  margin-bottom: 40px;
}
@media screen and (min-width: 998px) {
  .what__list {
    margin-bottom: 0;
    grid-template-areas: "native . pools . leverage" ". . pools . leverage" "invest . pools . leverage" "invest . . . ." "invest . lending lending lending";
    grid-template-columns: 1fr 28px 1fr 28px 1fr;
    grid-template-rows: 321px 36px 31px 28px 261px;
  }
}
.what__list-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  background-color: #020202;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
}
@media screen and (min-width: 998px) {
  .what__list-item {
    background-color: unset;
  }
}
.what__list-item:first-child {
  grid-area: native;
  background-image: url(https://cybro.io/_next/static/media/native.734c0ddd.png);
}
.what__list-item:nth-child(2) {
  grid-area: pools;
  background-image: url(https://cybro.io/_next/static/media/pools.b69ef951.png);
}
.what__list-item:nth-child(3) {
  grid-area: leverage;
  background-image: url(https://cybro.io/_next/static/media/leverage.e8b14364.png);
}
.what__list-item:nth-child(4) {
  grid-area: invest;
  background-image: url(https://cybro.io/_next/static/media/invest.2dc67f5b.png);
}
.what__list-item:nth-child(5) {
  grid-area: lending;
  background-image: url(https://cybro.io/_next/static/media/lending.0639a926.png);
}
.what__list-text {
  font-size: 0;
}
.what__btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 998px) {
  .what__btns {
    display: none;
  }
}
.tokenomix-container {
  padding-top: 89px;
}
.tokenomix {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  margin-bottom: 54px;
}
@media screen and (min-width: 998px) {
  .tokenomix {
    display: block;
    margin-bottom: 87px;
  }
}
.tokenomix__title {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 998px) {
  .tokenomix__title {
    margin-bottom: 71px;
  }
}
.tokenomix__total {
  margin-bottom: 20px;
}
@media screen and (min-width: 998px) {
  .tokenomix__total {
    margin-bottom: 43px;
  }
}
.tokenomix__total-label {
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.6);
}
.tokenomix__total-label,
.tokenomix__total-value {
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
}
.tokenomix__total-value {
  font-family: Unbounded, Arial, open-sans, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.tokenomix__diagram {
  height: 275px;
  width: 350px;
  background-image: url(https://cybro.io/_next/static/media/circle.2aa4b8ef.png),
    url(https://cybro.io/_next/static/media/diagram-logo.899aaec8.png);
  background-repeat: no-repeat;
  background-position: 50% 19px, 50% 98px;
  background-size: 205px 205px, 89px 47px;
  position: relative;
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram {
    margin: 0 auto;
    width: 646px;
    height: 328px;
    background-position: 50% 0, 50% 109px;
    background-size: 277px 277px, 111px 59px;
  }
}
.tokenomix__diagram-value {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2px;
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram-value {
    font-size: 15px;
    margin-bottom: 0;
    padding: 8px 9px;
    border: 1px solid #303030;
  }
}
.tokenomix__diagram-item {
  position: absolute;
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.tokenomix__diagram-item--yellow {
  left: calc(50% + 67px);
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram-item--yellow {
    left: calc(50% + 127px);
  }
}
.tokenomix__diagram-item--yellow .tokenomix__diagram-value {
  color: #d8de32;
}
.tokenomix__diagram-item--blue {
  right: 0;
  top: 77px;
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram-item--blue {
    right: 10px;
  }
}
.tokenomix__diagram-item--blue .tokenomix__diagram-value {
  color: #6371f9;
}
.tokenomix__diagram-item--orange {
  right: 12px;
  top: 127px;
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram-item--orange {
    right: 31px;
    top: 145px;
  }
}
.tokenomix__diagram-item--orange .tokenomix__diagram-value {
  color: #ff842a;
}
.tokenomix__diagram-item--green {
  right: 13px;
  bottom: 43px;
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram-item--green {
    right: -20px;
    bottom: 75px;
  }
}
.tokenomix__diagram-item--green .tokenomix__diagram-value {
  color: #a0e138;
}
.tokenomix__diagram-item--ocean {
  right: 70px;
  bottom: 0;
}
.tokenomix__diagram-item--ocean .tokenomix__diagram-value {
  color: #4edeff;
}
.tokenomix__diagram-item--red {
  text-align: right;
  left: 67px;
  bottom: 3px;
}
.tokenomix__diagram-item--red .tokenomix__diagram-value {
  color: #ff3868;
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram-item--red .tokenomix__diagram-value {
    order: 2;
  }
}
.tokenomix__diagram-item--violet {
  text-align: right;
  left: 7px;
  bottom: 80px;
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram-item--violet {
    left: 28px;
    bottom: 80px;
  }
}
.tokenomix__diagram-item--violet .tokenomix__diagram-value {
  color: #ba60ff;
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram-item--violet .tokenomix__diagram-value {
    order: 2;
  }
}
.tokenomix__diagram-item--more-green {
  text-align: right;
  top: calc(50% - 22px);
  left: 33px;
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram-item--more-green {
    top: calc(50% - 34px);
    left: 65px;
  }
}
.tokenomix__diagram-item--more-green .tokenomix__diagram-value {
  color: #28f174;
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram-item--more-green .tokenomix__diagram-value {
    order: 2;
  }
}
.tokenomix__diagram-item--silver {
  text-align: right;
  left: 60px;
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram-item--silver {
    top: 20px;
    left: 50px;
  }
}
.tokenomix__diagram-item--silver .tokenomix__diagram-value {
  color: #e7edff;
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram-item--silver .tokenomix__diagram-value {
    order: 2;
  }
}
.tokenomix__diagram-place {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 66px;
}
@media screen and (min-width: 998px) {
  .tokenomix__diagram-place {
    max-width: unset;
    font-size: 15px;
    padding: 8px 9px;
    border: 1px solid #303030;
    border-left: none;
  }
}
