/* [project]/apps/frontend/src/app/[locale]/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .-top-\[4px\] {
    top: -4px;
  }

  .-top-\[60px\] {
    top: -60px;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-\[10px\] {
    margin-bottom: 10px;
  }

  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

  .h-\[100\%\] {
    height: 100%;
  }

  .w-\[100\%\] {
    width: 100%;
  }

  .max-w-\[768px\] {
    max-width: 768px;
  }

  .max-w-\[900px\] {
    max-width: 900px;
  }

  .max-w-\[1280px\] {
    max-width: 1280px;
  }

  .grow {
    flex-grow: 1;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .appearance-none {
    appearance: none;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .px-\[10px\] {
    padding-inline: 10px;
  }

  .px-\[20px\] {
    padding-inline: 20px;
  }

  .px-\[50px\] {
    padding-inline: 50px;
  }

  .py-\[30px\] {
    padding-block: 30px;
  }

  .py-\[70px\] {
    padding-block: 70px;
  }

  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur {
    --tw-blur: blur(8px);
    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 (width >= 48rem) {
    .md\:mb-\[20px\] {
      margin-bottom: 20px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[30px\] {
      padding-inline: 30px;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[50px\] {
      padding-inline: 50px;
    }
  }
}

@font-face {
  font-family: opensans;
  src: url("/assets/fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: opensans-light;
  src: url("/assets/fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: opensans-bold;
  src: url("/assets/fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: myriad-boldcond;
  src: url("/assets/fonts/MyriadPro-BoldCond.otf") format("opentype");
}

@font-face {
  font-family: myriad-cond;
  src: url("/assets/fonts/MyriadPro-Cond.otf") format("opentype");
}

html, body {
  text-shadow: 1px 1px 1px #00000001;
  letter-spacing: 0;
  background-color: #000;
  width: 100%;
  min-width: 350px;
  height: 100%;
  font-family: opensans;
  --scroll-behavior: smooth !important;
  scroll-behavior: smooth !important;
}

body {
  background: var(--background);
  color: var(--foreground);
  padding-top: 62px;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}


/* [project]/apps/frontend/src/components/Footer/Footer.module.scss.module.css [app-client] (css) */
.Footer-module-scss-module__-ZdlpW__footer {
  color: #fff;
  z-index: 1;
  background-color: #000;
  position: relative;
}

.Footer-module-scss-module__-ZdlpW__disclaimer {
  color: #000;
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding: 20px 10px;
  font-family: opensans;
  font-size: 14px;
}

.Footer-module-scss-module__-ZdlpW__disclaimer :link {
  color: #000;
  text-decoration: underline;
}

.Footer-module-scss-module__-ZdlpW__buttonAreaWrapper {
  text-align: center;
  color: #fff;
  background-color: #000;
  border-top: 2px solid #fff;
  width: 100%;
  height: 40px;
  padding: 50px 0;
  display: table;
}

.Footer-module-scss-module__-ZdlpW__buttonArea {
  display: table-cell;
  bottom: 5%;
}

.Footer-module-scss-module__-ZdlpW__buttonArea .Footer-module-scss-module__-ZdlpW__button {
  vertical-align: bottom;
  margin: 10px 20px;
  display: inline-block;
}

@media (width <= 1024px) {
  .Footer-module-scss-module__-ZdlpW__buttonArea .Footer-module-scss-module__-ZdlpW__button:not(.Footer-module-scss-module__-ZdlpW__switch) {
    max-width: 200px;
    margin: 10px auto;
    display: block;
  }
}

.Footer-module-scss-module__-ZdlpW__button.Footer-module-scss-module__-ZdlpW__center {
  color: #000;
  background-color: #fff;
}


/* [project]/apps/frontend/src/components/Button/Button.module.scss.module.css [app-client] (css) */
.Button-module-scss-module__AEpW7a__button {
  text-transform: none;
  letter-spacing: 1px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  background-color: #000;
  border: 2px solid #fff;
  height: 34px;
  margin-right: 5px;
  padding: 0 30px;
  font-family: opensans;
  font-size: 14px;
  line-height: 30px;
  text-decoration: underline;
  transition: box-shadow .2s, transform .2s;
  display: inline-block;
  box-shadow: 0 0 #0000;
}

.Button-module-scss-module__AEpW7a__button:hover, .Button-module-scss-module__AEpW7a__button.hovered {
  transform: translate(-3px, -3px);
  box-shadow: 7px 7px 0 -1px #000;
}

.Button-module-scss-module__AEpW7a__button:active {
  color: #000;
  transition: all 0 linear;
  background-color: #fff;
}

.Button-module-scss-module__AEpW7a__button.Button-module-scss-module__AEpW7a__light {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}

.Button-module-scss-module__AEpW7a__button.Button-module-scss-module__AEpW7a__light:hover, .Button-module-scss-module__AEpW7a__button.Button-module-scss-module__AEpW7a__light.hovered {
  box-shadow: 7px 7px 0 -1px #fff;
}

.Button-module-scss-module__AEpW7a__button.Button-module-scss-module__AEpW7a__light:active {
  color: #fff;
  background-color: #000;
}


/* [project]/apps/frontend/src/components/Logo/Logo.module.scss.module.css [app-client] (css) */
.Logo-module-scss-module__KBX84W__svg {
  background-image: url("/assets/img/logo.png");
  background-size: contain;
  width: auto;
  height: 50vh;
  position: absolute;
  top: calc(50% - 50px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.Logo-module-scss-module__KBX84W__svg .Logo-module-scss-module__KBX84W__use {
  fill: #fff;
  opacity: 1;
  stroke: #000;
  stroke-width: 4px;
  opacity: 0;
  transition: fill 1s, stroke 1s, opacity 1s;
}

.Logo-module-scss-module__KBX84W__svg .Logo-module-scss-module__KBX84W__use:hover, .Logo-module-scss-module__KBX84W__svg .Logo-module-scss-module__KBX84W__use.hovered {
  z-index: 99;
  transition-duration: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  opacity: 1 !important;
  fill: #fff !important;
  stroke: #fff !important;
}

@media (width <= 480px) {
  .Logo-module-scss-module__KBX84W__svg {
    width: 80vw;
    height: auto;
  }
}

.Logo-module-scss-module__KBX84W__use:first-child {
  stroke: #5891be;
  fill: #5891be;
  transition-delay: .28s, .28s, .28s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(2) {
  stroke: #612b6a;
  fill: #612b6a;
  transition-delay: .45s, .45s, .45s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(3) {
  stroke: #983292;
  fill: #983292;
  transition-delay: .25s, .25s, .25s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(4) {
  stroke: #7a89f5;
  fill: #7a89f5;
  transition-delay: .23s, .23s, .23s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(5) {
  stroke: #8c0958;
  fill: #8c0958;
  transition-delay: .19s, .19s, .19s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(6) {
  stroke: #b059ca;
  fill: #b059ca;
  transition-delay: .34s, .34s, .34s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(7) {
  stroke: #6727ea;
  fill: #6727ea;
  transition-delay: 50ms, 50ms, 50ms;
}

.Logo-module-scss-module__KBX84W__use:nth-child(8) {
  stroke: #6cf1ec;
  fill: #6cf1ec;
  transition-delay: .54s, .54s, .54s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(9) {
  stroke: #17bf02;
  fill: #17bf02;
  transition-delay: .16s, .16s, .16s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(10) {
  stroke: #96ee77;
  fill: #96ee77;
  transition-delay: 50ms, 50ms, 50ms;
}

.Logo-module-scss-module__KBX84W__use:nth-child(11) {
  stroke: #31daff;
  fill: #31daff;
  transition-delay: .34s, .34s, .34s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(12) {
  stroke: #9b3a79;
  fill: #9b3a79;
  transition-delay: .18s, .18s, .18s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(13) {
  stroke: #9d9239;
  fill: #9d9239;
  transition-delay: .37s, .37s, .37s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(14) {
  stroke: #3d918c;
  fill: #3d918c;
  transition-delay: .25s, .25s, .25s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(15) {
  stroke: #e1228e;
  fill: #e1228e;
  transition-delay: .55s, .55s, .55s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(16) {
  stroke: #24a36f;
  fill: #24a36f;
  transition-delay: .55s, .55s, .55s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(17) {
  stroke: #496a6d;
  fill: #496a6d;
  transition-delay: .18s, .18s, .18s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(18) {
  stroke: #981134;
  fill: #981134;
  transition-delay: .39s, .39s, .39s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(19) {
  stroke: #d0c5d3;
  fill: #d0c5d3;
  transition-delay: .52s, .52s, .52s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(20) {
  stroke: #10f14a;
  fill: #10f14a;
  transition-delay: .52s, .52s, .52s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(21) {
  stroke: #13ec87;
  fill: #13ec87;
  transition-delay: .48s, .48s, .48s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(22) {
  stroke: #247073;
  fill: #247073;
  transition-delay: .18s, .18s, .18s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(23) {
  stroke: #7059db;
  fill: #7059db;
  transition-delay: .4s, .4s, .4s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(24) {
  stroke: #0b23e4;
  fill: #0b23e4;
  transition-delay: .54s, .54s, .54s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(25) {
  stroke: #5d858b;
  fill: #5d858b;
  transition-delay: .19s, .19s, .19s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(26) {
  stroke: #6d41c7;
  fill: #6d41c7;
  transition-delay: .37s, .37s, .37s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(27) {
  stroke: #cfbd89;
  fill: #cfbd89;
  transition-delay: .52s, .52s, .52s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(28) {
  stroke: #026e1a;
  fill: #026e1a;
  transition-delay: .4s, .4s, .4s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(29) {
  stroke: #e21e46;
  fill: #e21e46;
  transition-delay: .19s, .19s, .19s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(30) {
  stroke: #127a95;
  fill: #127a95;
  transition-delay: .29s, .29s, .29s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(31) {
  stroke: #ec0139;
  fill: #ec0139;
  transition-delay: .19s, .19s, .19s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(32) {
  stroke: #f303d4;
  fill: #f303d4;
  transition-delay: .44s, .44s, .44s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(33) {
  stroke: #3aba2c;
  fill: #3aba2c;
  transition-delay: .66s, .66s, .66s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(34) {
  stroke: #8aae38;
  fill: #8aae38;
  transition-delay: .38s, .38s, .38s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(35) {
  stroke: #cba2a7;
  fill: #cba2a7;
  transition-delay: .59s, .59s, .59s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(36) {
  stroke: #3fcd46;
  fill: #3fcd46;
  transition-delay: .39s, .39s, .39s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(37) {
  stroke: #ab7057;
  fill: #ab7057;
  transition-delay: .35s, .35s, .35s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(38) {
  stroke: #11d139;
  fill: #11d139;
  transition-delay: .54s, .54s, .54s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(39) {
  stroke: #9c5c71;
  fill: #9c5c71;
  transition-delay: .23s, .23s, .23s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(40) {
  stroke: #1fca98;
  fill: #1fca98;
  transition-delay: .44s, .44s, .44s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(41) {
  stroke: #b8ce46;
  fill: #b8ce46;
  transition-delay: .32s, .32s, .32s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(42) {
  stroke: #6a650f;
  fill: #6a650f;
  transition-delay: .22s, .22s, .22s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(43) {
  stroke: #1cb34c;
  fill: #1cb34c;
  transition-delay: .37s, .37s, .37s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(44) {
  stroke: #25ab06;
  fill: #25ab06;
  transition-delay: .45s, .45s, .45s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(45) {
  stroke: #b54ea0;
  fill: #b54ea0;
  transition-delay: .27s, .27s, .27s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(46) {
  stroke: #24a273;
  fill: #24a273;
  transition-delay: .28s, .28s, .28s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(47) {
  stroke: #9d9432;
  fill: #9d9432;
  transition-delay: .35s, .35s, .35s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(48) {
  stroke: #0537a2;
  fill: #0537a2;
  transition-delay: .69s, .69s, .69s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(49) {
  stroke: #4505cc;
  fill: #4505cc;
  transition-delay: .68s, .68s, .68s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(50) {
  stroke: #9259da;
  fill: #9259da;
  transition-delay: .31s, .31s, .31s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(51) {
  stroke: #3fc762;
  fill: #3fc762;
  transition-delay: .29s, .29s, .29s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(52) {
  stroke: #947cf9;
  fill: #947cf9;
  transition-delay: .37s, .37s, .37s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(53) {
  stroke: #924425;
  fill: #924425;
  transition-delay: .48s, .48s, .48s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(54) {
  stroke: #435923;
  fill: #435923;
  transition-delay: .58s, .58s, .58s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(55) {
  stroke: #98a38d;
  fill: #98a38d;
  transition-delay: .35s, .35s, .35s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(56) {
  stroke: #b39612;
  fill: #b39612;
  transition-delay: .41s, .41s, .41s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(57) {
  stroke: #c61aa1;
  fill: #c61aa1;
  transition-delay: .34s, .34s, .34s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(58) {
  stroke: #8ad683;
  fill: #8ad683;
  transition-delay: .56s, .56s, .56s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(59) {
  stroke: #3e904d;
  fill: #3e904d;
  transition-delay: .33s, .33s, .33s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(60) {
  stroke: #45d0be;
  fill: #45d0be;
  transition-delay: .38s, .38s, .38s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(61) {
  stroke: #01c27a;
  fill: #01c27a;
  transition-delay: .7s, .7s, .7s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(62) {
  stroke: #3e3545;
  fill: #3e3545;
  transition-delay: .54s, .54s, .54s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(63) {
  stroke: #ec3665;
  fill: #ec3665;
  transition-delay: .49s, .49s, .49s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(64) {
  stroke: #8cc805;
  fill: #8cc805;
  transition-delay: .52s, .52s, .52s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(65) {
  stroke: #181116;
  fill: #181116;
  transition-delay: .73s, .73s, .73s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(66) {
  stroke: #109385;
  fill: #109385;
  transition-delay: .42s, .42s, .42s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(67) {
  stroke: #370e8a;
  fill: #370e8a;
  transition-delay: .5s, .5s, .5s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(68) {
  stroke: #5316a0;
  fill: #5316a0;
  transition-delay: .56s, .56s, .56s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(69) {
  stroke: #a69d1c;
  fill: #a69d1c;
  transition-delay: .77s, .77s, .77s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(70) {
  stroke: #bec387;
  fill: #bec387;
  transition-delay: .67s, .67s, .67s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(71) {
  stroke: #f5f42d;
  fill: #f5f42d;
  transition-delay: .46s, .46s, .46s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(72) {
  stroke: #31e362;
  fill: #31e362;
  transition-delay: .54s, .54s, .54s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(73) {
  stroke: #c69069;
  fill: #c69069;
  transition-delay: .61s, .61s, .61s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(74) {
  stroke: #28a2e9;
  fill: #28a2e9;
  transition-delay: .78s, .78s, .78s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(75) {
  stroke: #d213e4;
  fill: #d213e4;
  transition-delay: .79s, .79s, .79s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(76) {
  stroke: #15fc24;
  fill: #15fc24;
  transition-delay: .64s, .64s, .64s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(77) {
  stroke: #9c830f;
  fill: #9c830f;
  transition-delay: .82s, .82s, .82s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(78) {
  stroke: #cd4145;
  fill: #cd4145;
  transition-delay: .61s, .61s, .61s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(79) {
  stroke: #4ce485;
  fill: #4ce485;
  transition-delay: .63s, .63s, .63s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(80) {
  stroke: #bb5c2b;
  fill: #bb5c2b;
  transition-delay: .73s, .73s, .73s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(81) {
  stroke: #2787e0;
  fill: #2787e0;
  transition-delay: .52s, .52s, .52s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(82) {
  stroke: #6dc828;
  fill: #6dc828;
  transition-delay: .77s, .77s, .77s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(83) {
  stroke: #852f27;
  fill: #852f27;
  transition-delay: .8s, .8s, .8s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(84) {
  stroke: #bf2ba3;
  fill: #bf2ba3;
  transition-delay: .56s, .56s, .56s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(85) {
  stroke: #6f0510;
  fill: #6f0510;
  transition-delay: .44s, .44s, .44s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(86) {
  stroke: #47bbda;
  fill: #47bbda;
  transition-delay: .48s, .48s, .48s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(87) {
  stroke: #fd0147;
  fill: #fd0147;
  transition-delay: .92s, .92s, .92s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(88) {
  stroke: #26394d;
  fill: #26394d;
  transition-delay: .46s, .46s, .46s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(89) {
  stroke: #6f3fca;
  fill: #6f3fca;
  transition-delay: .84s, .84s, .84s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(90) {
  stroke: #70ccb3;
  fill: #70ccb3;
  transition-delay: .57s, .57s, .57s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(91) {
  stroke: #248af2;
  fill: #248af2;
  transition-delay: .83s, .83s, .83s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(92) {
  stroke: #707ed3;
  fill: #707ed3;
  transition-delay: .77s, .77s, .77s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(93) {
  stroke: #5b4692;
  fill: #5b4692;
  transition-delay: .82s, .82s, .82s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(94) {
  stroke: #49c507;
  fill: #49c507;
  transition-delay: .62s, .62s, .62s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(95) {
  stroke: #eec030;
  fill: #eec030;
  transition-delay: .6s, .6s, .6s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(96) {
  stroke: #14fdc4;
  fill: #14fdc4;
  transition-delay: .77s, .77s, .77s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(97) {
  stroke: #df2fc5;
  fill: #df2fc5;
  transition-delay: .76s, .76s, .76s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(98) {
  stroke: #8dc8e4;
  fill: #8dc8e4;
  transition-delay: .69s, .69s, .69s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(99) {
  stroke: #f4cf2c;
  fill: #f4cf2c;
  transition-delay: .97s, .97s, .97s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(100) {
  stroke: #cbddd5;
  fill: #cbddd5;
  transition-delay: .71s, .71s, .71s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(101) {
  stroke: #7b0ff8;
  fill: #7b0ff8;
  transition-delay: .61s, .61s, .61s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(102) {
  stroke: #ed5e80;
  fill: #ed5e80;
  transition-delay: .65s, .65s, .65s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(103) {
  stroke: #0378fa;
  fill: #0378fa;
  transition-delay: .75s, .75s, .75s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(104) {
  stroke: #dd5ecd;
  fill: #dd5ecd;
  transition-delay: .72s, .72s, .72s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(105) {
  stroke: #3711b7;
  fill: #3711b7;
  transition-delay: .96s, .96s, .96s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(106) {
  stroke: #772097;
  fill: #772097;
  transition-delay: .8s, .8s, .8s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(107) {
  stroke: #f2ef51;
  fill: #f2ef51;
  transition-delay: .96s, .96s, .96s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(108) {
  stroke: #314156;
  fill: #314156;
  transition-delay: .88s, .88s, .88s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(109) {
  stroke: #0836ce;
  fill: #0836ce;
  transition-delay: 1s, 1s, 1s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(110) {
  stroke: #0aae36;
  fill: #0aae36;
  transition-delay: .81s, .81s, .81s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(111) {
  stroke: #29ffe8;
  fill: #29ffe8;
  transition-delay: 1.03s, 1.03s, 1.03s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(112) {
  stroke: #649d1c;
  fill: #649d1c;
  transition-delay: .63s, .63s, .63s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(113) {
  stroke: #98a133;
  fill: #98a133;
  transition-delay: 1.03s, 1.03s, 1.03s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(114) {
  stroke: #182848;
  fill: #182848;
  transition-delay: .63s, .63s, .63s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(115) {
  stroke: #e25f31;
  fill: #e25f31;
  transition-delay: .69s, .69s, .69s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(116) {
  stroke: #64bff4;
  fill: #64bff4;
  transition-delay: .61s, .61s, .61s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(117) {
  stroke: #ea5056;
  fill: #ea5056;
  transition-delay: .87s, .87s, .87s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(118) {
  stroke: #97e49d;
  fill: #97e49d;
  transition-delay: .7s, .7s, .7s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(119) {
  stroke: #04ff49;
  fill: #04ff49;
  transition-delay: 1.03s, 1.03s, 1.03s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(120) {
  stroke: #125dd1;
  fill: #125dd1;
  transition-delay: .74s, .74s, .74s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(121) {
  stroke: #616877;
  fill: #616877;
  transition-delay: 1.05s, 1.05s, 1.05s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(122) {
  stroke: #183f23;
  fill: #183f23;
  transition-delay: 1.03s, 1.03s, 1.03s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(123) {
  stroke: #f514dd;
  fill: #f514dd;
  transition-delay: 1.1s, 1.1s, 1.1s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(124) {
  stroke: #7fd632;
  fill: #7fd632;
  transition-delay: .81s, .81s, .81s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(125) {
  stroke: #957cd8;
  fill: #957cd8;
  transition-delay: 1.09s, 1.09s, 1.09s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(126) {
  stroke: #ea608c;
  fill: #ea608c;
  transition-delay: .67s, .67s, .67s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(127) {
  stroke: #a75f1c;
  fill: #a75f1c;
  transition-delay: 1.07s, 1.07s, 1.07s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(128) {
  stroke: #f239cd;
  fill: #f239cd;
  transition-delay: .74s, .74s, .74s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(129) {
  stroke: #12b0f7;
  fill: #12b0f7;
  transition-delay: .96s, .96s, .96s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(130) {
  stroke: #e3b576;
  fill: #e3b576;
  transition-delay: .81s, .81s, .81s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(131) {
  stroke: #f19ed4;
  fill: #f19ed4;
  transition-delay: .94s, .94s, .94s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(132) {
  stroke: #0a9eb9;
  fill: #0a9eb9;
  transition-delay: 1s, 1s, 1s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(133) {
  stroke: #0dd8cf;
  fill: #0dd8cf;
  transition-delay: 1.02s, 1.02s, 1.02s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(134) {
  stroke: #d667a0;
  fill: #d667a0;
  transition-delay: 1.05s, 1.05s, 1.05s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(135) {
  stroke: #3f8ddf;
  fill: #3f8ddf;
  transition-delay: .71s, .71s, .71s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(136) {
  stroke: #f6911b;
  fill: #f6911b;
  transition-delay: .87s, .87s, .87s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(137) {
  stroke: #1b2fd2;
  fill: #1b2fd2;
  transition-delay: .91s, .91s, .91s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(138) {
  stroke: #924fc2;
  fill: #924fc2;
  transition-delay: .93s, .93s, .93s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(139) {
  stroke: #55a072;
  fill: #55a072;
  transition-delay: .74s, .74s, .74s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(140) {
  stroke: #1d2010;
  fill: #1d2010;
  transition-delay: 1.08s, 1.08s, 1.08s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(141) {
  stroke: #dfb143;
  fill: #dfb143;
  transition-delay: 1.1s, 1.1s, 1.1s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(142) {
  stroke: #017343;
  fill: #017343;
  transition-delay: 1.17s, 1.17s, 1.17s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(143) {
  stroke: #21604a;
  fill: #21604a;
  transition-delay: .81s, .81s, .81s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(144) {
  stroke: #e5244a;
  fill: #e5244a;
  transition-delay: 1.12s, 1.12s, 1.12s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(145) {
  stroke: #880b41;
  fill: #880b41;
  transition-delay: 1.02s, 1.02s, 1.02s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(146) {
  stroke: #e2c773;
  fill: #e2c773;
  transition-delay: 1s, 1s, 1s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(147) {
  stroke: #dc2b24;
  fill: #dc2b24;
  transition-delay: .96s, .96s, .96s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(148) {
  stroke: #dd8d79;
  fill: #dd8d79;
  transition-delay: 1.01s, 1.01s, 1.01s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(149) {
  stroke: #8f5ed6;
  fill: #8f5ed6;
  transition-delay: .97s, .97s, .97s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(150) {
  stroke: #79a6ed;
  fill: #79a6ed;
  transition-delay: 1.16s, 1.16s, 1.16s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(151) {
  stroke: #b4ca42;
  fill: #b4ca42;
  transition-delay: .83s, .83s, .83s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(152) {
  stroke: #ed827d;
  fill: #ed827d;
  transition-delay: 1.21s, 1.21s, 1.21s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(153) {
  stroke: #bcb598;
  fill: #bcb598;
  transition-delay: 1.1s, 1.1s, 1.1s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(154) {
  stroke: #02786b;
  fill: #02786b;
  transition-delay: 1.01s, 1.01s, 1.01s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(155) {
  stroke: #b12d7b;
  fill: #b12d7b;
  transition-delay: .97s, .97s, .97s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(156) {
  stroke: #cd355c;
  fill: #cd355c;
  transition-delay: .97s, .97s, .97s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(157) {
  stroke: #cfdd9c;
  fill: #cfdd9c;
  transition-delay: 1.14s, 1.14s, 1.14s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(158) {
  stroke: #82ede0;
  fill: #82ede0;
  transition-delay: .83s, .83s, .83s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(159) {
  stroke: #d9df31;
  fill: #d9df31;
  transition-delay: 1.15s, 1.15s, 1.15s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(160) {
  stroke: #9a6dc5;
  fill: #9a6dc5;
  transition-delay: 1s, 1s, 1s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(161) {
  stroke: #4379f0;
  fill: #4379f0;
  transition-delay: .81s, .81s, .81s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(162) {
  stroke: #25fc8a;
  fill: #25fc8a;
  transition-delay: 1.06s, 1.06s, 1.06s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(163) {
  stroke: #a57b85;
  fill: #a57b85;
  transition-delay: .93s, .93s, .93s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(164) {
  stroke: #058914;
  fill: #058914;
  transition-delay: 1.06s, 1.06s, 1.06s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(165) {
  stroke: #0ad4ff;
  fill: #0ad4ff;
  transition-delay: 1.03s, 1.03s, 1.03s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(166) {
  stroke: #ec8366;
  fill: #ec8366;
  transition-delay: 1.26s, 1.26s, 1.26s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(167) {
  stroke: #b7e61c;
  fill: #b7e61c;
  transition-delay: .87s, .87s, .87s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(168) {
  stroke: #4ecfbc;
  fill: #4ecfbc;
  transition-delay: .97s, .97s, .97s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(169) {
  stroke: #b3bb72;
  fill: #b3bb72;
  transition-delay: 1.26s, 1.26s, 1.26s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(170) {
  stroke: #04cddd;
  fill: #04cddd;
  transition-delay: 1s, 1s, 1s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(171) {
  stroke: #342b6d;
  fill: #342b6d;
  transition-delay: 1.09s, 1.09s, 1.09s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(172) {
  stroke: #43fbfc;
  fill: #43fbfc;
  transition-delay: 1.1s, 1.1s, 1.1s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(173) {
  stroke: #e18504;
  fill: #e18504;
  transition-delay: 1.12s, 1.12s, 1.12s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(174) {
  stroke: #6327b8;
  fill: #6327b8;
  transition-delay: 1.12s, 1.12s, 1.12s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(175) {
  stroke: #8c3a74;
  fill: #8c3a74;
  transition-delay: 1.33s, 1.33s, 1.33s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(176) {
  stroke: #892aeb;
  fill: #892aeb;
  transition-delay: 1.22s, 1.22s, 1.22s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(177) {
  stroke: #1e676e;
  fill: #1e676e;
  transition-delay: 1.2s, 1.2s, 1.2s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(178) {
  stroke: #c12fd8;
  fill: #c12fd8;
  transition-delay: 1.13s, 1.13s, 1.13s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(179) {
  stroke: #4a0f86;
  fill: #4a0f86;
  transition-delay: .96s, .96s, .96s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(180) {
  stroke: #45fed6;
  fill: #45fed6;
  transition-delay: 1.26s, 1.26s, 1.26s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(181) {
  stroke: #5b50d3;
  fill: #5b50d3;
  transition-delay: 1.04s, 1.04s, 1.04s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(182) {
  stroke: #fd73c3;
  fill: #fd73c3;
  transition-delay: 1.19s, 1.19s, 1.19s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(183) {
  stroke: #c878fb;
  fill: #c878fb;
  transition-delay: 1.36s, 1.36s, 1.36s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(184) {
  stroke: #ab1c62;
  fill: #ab1c62;
  transition-delay: 1.14s, 1.14s, 1.14s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(185) {
  stroke: #a6b098;
  fill: #a6b098;
  transition-delay: 1.03s, 1.03s, 1.03s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(186) {
  stroke: #27e72a;
  fill: #27e72a;
  transition-delay: 1.3s, 1.3s, 1.3s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(187) {
  stroke: #43d43b;
  fill: #43d43b;
  transition-delay: .97s, .97s, .97s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(188) {
  stroke: #5c8d36;
  fill: #5c8d36;
  transition-delay: 1.15s, 1.15s, 1.15s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(189) {
  stroke: #e5e767;
  fill: #e5e767;
  transition-delay: 1.27s, 1.27s, 1.27s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(190) {
  stroke: #0e85c3;
  fill: #0e85c3;
  transition-delay: 1.3s, 1.3s, 1.3s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(191) {
  stroke: #ca1b22;
  fill: #ca1b22;
  transition-delay: 1.15s, 1.15s, 1.15s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(192) {
  stroke: #210f2b;
  fill: #210f2b;
  transition-delay: 1.31s, 1.31s, 1.31s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(193) {
  stroke: #1ea1ed;
  fill: #1ea1ed;
  transition-delay: 1.14s, 1.14s, 1.14s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(194) {
  stroke: #1015ae;
  fill: #1015ae;
  transition-delay: .98s, .98s, .98s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(195) {
  stroke: #4b40eb;
  fill: #4b40eb;
  transition-delay: 1.07s, 1.07s, 1.07s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(196) {
  stroke: #edcb20;
  fill: #edcb20;
  transition-delay: 1.01s, 1.01s, 1.01s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(197) {
  stroke: #9aef0a;
  fill: #9aef0a;
  transition-delay: 1.16s, 1.16s, 1.16s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(198) {
  stroke: #6fd284;
  fill: #6fd284;
  transition-delay: 1.47s, 1.47s, 1.47s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(199) {
  stroke: #0dc5af;
  fill: #0dc5af;
  transition-delay: 1.02s, 1.02s, 1.02s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(200) {
  stroke: #88aa0b;
  fill: #88aa0b;
  transition-delay: 1.29s, 1.29s, 1.29s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(201) {
  stroke: #5340c1;
  fill: #5340c1;
  transition-delay: 1.45s, 1.45s, 1.45s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(202) {
  stroke: #7b03f1;
  fill: #7b03f1;
  transition-delay: 1.07s, 1.07s, 1.07s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(203) {
  stroke: #e77a4f;
  fill: #e77a4f;
  transition-delay: 1.21s, 1.21s, 1.21s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(204) {
  stroke: #c6e35b;
  fill: #c6e35b;
  transition-delay: 1.2s, 1.2s, 1.2s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(205) {
  stroke: #537777;
  fill: #537777;
  transition-delay: 1.25s, 1.25s, 1.25s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(206) {
  stroke: #2886bf;
  fill: #2886bf;
  transition-delay: 1.45s, 1.45s, 1.45s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(207) {
  stroke: #481fb2;
  fill: #481fb2;
  transition-delay: 1.19s, 1.19s, 1.19s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(208) {
  stroke: #7b9834;
  fill: #7b9834;
  transition-delay: 1.08s, 1.08s, 1.08s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(209) {
  stroke: #445c38;
  fill: #445c38;
  transition-delay: 1.35s, 1.35s, 1.35s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(210) {
  stroke: #fbb7b7;
  fill: #fbb7b7;
  transition-delay: 1.55s, 1.55s, 1.55s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(211) {
  stroke: #9b6023;
  fill: #9b6023;
  transition-delay: 1.28s, 1.28s, 1.28s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(212) {
  stroke: #d6bfb9;
  fill: #d6bfb9;
  transition-delay: 1.5s, 1.5s, 1.5s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(213) {
  stroke: #b7722a;
  fill: #b7722a;
  transition-delay: 1.23s, 1.23s, 1.23s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(214) {
  stroke: #b44d09;
  fill: #b44d09;
  transition-delay: 1.14s, 1.14s, 1.14s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(215) {
  stroke: #9cc3ed;
  fill: #9cc3ed;
  transition-delay: 1.54s, 1.54s, 1.54s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(216) {
  stroke: #a9c294;
  fill: #a9c294;
  transition-delay: 1.24s, 1.24s, 1.24s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(217) {
  stroke: #50bae5;
  fill: #50bae5;
  transition-delay: 1.33s, 1.33s, 1.33s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(218) {
  stroke: #d9df5e;
  fill: #d9df5e;
  transition-delay: 1.53s, 1.53s, 1.53s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(219) {
  stroke: #eb144f;
  fill: #eb144f;
  transition-delay: 1.23s, 1.23s, 1.23s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(220) {
  stroke: #6cc8ae;
  fill: #6cc8ae;
  transition-delay: 1.27s, 1.27s, 1.27s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(221) {
  stroke: #402844;
  fill: #402844;
  transition-delay: 1.59s, 1.59s, 1.59s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(222) {
  stroke: #5e986f;
  fill: #5e986f;
  transition-delay: 1.55s, 1.55s, 1.55s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(223) {
  stroke: #ccf8ed;
  fill: #ccf8ed;
  transition-delay: 1.45s, 1.45s, 1.45s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(224) {
  stroke: #c624e7;
  fill: #c624e7;
  transition-delay: 1.37s, 1.37s, 1.37s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(225) {
  stroke: #788184;
  fill: #788184;
  transition-delay: 1.2s, 1.2s, 1.2s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(226) {
  stroke: #0dd8c4;
  fill: #0dd8c4;
  transition-delay: 1.61s, 1.61s, 1.61s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(227) {
  stroke: #4b92af;
  fill: #4b92af;
  transition-delay: 1.59s, 1.59s, 1.59s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(228) {
  stroke: #6b62f1;
  fill: #6b62f1;
  transition-delay: 1.43s, 1.43s, 1.43s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(229) {
  stroke: #fa9977;
  fill: #fa9977;
  transition-delay: 1.33s, 1.33s, 1.33s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(230) {
  stroke: #3c778d;
  fill: #3c778d;
  transition-delay: 1.36s, 1.36s, 1.36s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(231) {
  stroke: #6ca7a8;
  fill: #6ca7a8;
  transition-delay: 1.21s, 1.21s, 1.21s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(232) {
  stroke: #eb9a8f;
  fill: #eb9a8f;
  transition-delay: 1.48s, 1.48s, 1.48s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(233) {
  stroke: #71f447;
  fill: #71f447;
  transition-delay: 1.6s, 1.6s, 1.6s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(234) {
  stroke: #f649e9;
  fill: #f649e9;
  transition-delay: 1.43s, 1.43s, 1.43s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(235) {
  stroke: #fa8714;
  fill: #fa8714;
  transition-delay: 1.38s, 1.38s, 1.38s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(236) {
  stroke: #a0be03;
  fill: #a0be03;
  transition-delay: 1.38s, 1.38s, 1.38s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(237) {
  stroke: #9f369d;
  fill: #9f369d;
  transition-delay: 1.27s, 1.27s, 1.27s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(238) {
  stroke: #27ecfa;
  fill: #27ecfa;
  transition-delay: 1.53s, 1.53s, 1.53s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(239) {
  stroke: #fd3e35;
  fill: #fd3e35;
  transition-delay: 1.42s, 1.42s, 1.42s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(240) {
  stroke: #3387bf;
  fill: #3387bf;
  transition-delay: 1.67s, 1.67s, 1.67s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(241) {
  stroke: #37b66d;
  fill: #37b66d;
  transition-delay: 1.59s, 1.59s, 1.59s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(242) {
  stroke: #fc228d;
  fill: #fc228d;
  transition-delay: 1.33s, 1.33s, 1.33s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(243) {
  stroke: #abf2cd;
  fill: #abf2cd;
  transition-delay: 1.42s, 1.42s, 1.42s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(244) {
  stroke: #40a806;
  fill: #40a806;
  transition-delay: 1.27s, 1.27s, 1.27s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(245) {
  stroke: #fc2bca;
  fill: #fc2bca;
  transition-delay: 1.54s, 1.54s, 1.54s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(246) {
  stroke: #09e239;
  fill: #09e239;
  transition-delay: 1.6s, 1.6s, 1.6s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(247) {
  stroke: #77a402;
  fill: #77a402;
  transition-delay: 1.57s, 1.57s, 1.57s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(248) {
  stroke: #7054be;
  fill: #7054be;
  transition-delay: 1.73s, 1.73s, 1.73s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(249) {
  stroke: #891234;
  fill: #891234;
  transition-delay: 1.42s, 1.42s, 1.42s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(250) {
  stroke: #8d8e40;
  fill: #8d8e40;
  transition-delay: 1.32s, 1.32s, 1.32s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(251) {
  stroke: #d1fffc;
  fill: #d1fffc;
  transition-delay: 1.31s, 1.31s, 1.31s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(252) {
  stroke: #fcc755;
  fill: #fcc755;
  transition-delay: 1.71s, 1.71s, 1.71s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(253) {
  stroke: #511e2a;
  fill: #511e2a;
  transition-delay: 1.27s, 1.27s, 1.27s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(254) {
  stroke: #84c745;
  fill: #84c745;
  transition-delay: 1.5s, 1.5s, 1.5s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(255) {
  stroke: #d08e45;
  fill: #d08e45;
  transition-delay: 1.37s, 1.37s, 1.37s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(256) {
  stroke: #19989f;
  fill: #19989f;
  transition-delay: 1.48s, 1.48s, 1.48s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(257) {
  stroke: #b381c1;
  fill: #b381c1;
  transition-delay: 1.62s, 1.62s, 1.62s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(258) {
  stroke: #ec6266;
  fill: #ec6266;
  transition-delay: 1.58s, 1.58s, 1.58s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(259) {
  stroke: #0f43b5;
  fill: #0f43b5;
  transition-delay: 1.65s, 1.65s, 1.65s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(260) {
  stroke: #9e2c03;
  fill: #9e2c03;
  transition-delay: 1.77s, 1.77s, 1.77s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(261) {
  stroke: #c751b8;
  fill: #c751b8;
  transition-delay: 1.57s, 1.57s, 1.57s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(262) {
  stroke: #f6ce15;
  fill: #f6ce15;
  transition-delay: 1.39s, 1.39s, 1.39s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(263) {
  stroke: #8c22f2;
  fill: #8c22f2;
  transition-delay: 1.58s, 1.58s, 1.58s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(264) {
  stroke: #cd3e6d;
  fill: #cd3e6d;
  transition-delay: 1.41s, 1.41s, 1.41s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(265) {
  stroke: #7d7cb9;
  fill: #7d7cb9;
  transition-delay: 1.62s, 1.62s, 1.62s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(266) {
  stroke: #15c840;
  fill: #15c840;
  transition-delay: 1.39s, 1.39s, 1.39s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(267) {
  stroke: #aedc38;
  fill: #aedc38;
  transition-delay: 1.39s, 1.39s, 1.39s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(268) {
  stroke: #fbcc91;
  fill: #fbcc91;
  transition-delay: 1.62s, 1.62s, 1.62s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(269) {
  stroke: #6339ef;
  fill: #6339ef;
  transition-delay: 1.37s, 1.37s, 1.37s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(270) {
  stroke: #faba90;
  fill: #faba90;
  transition-delay: 1.41s, 1.41s, 1.41s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(271) {
  stroke: #86791e;
  fill: #86791e;
  transition-delay: 1.78s, 1.78s, 1.78s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(272) {
  stroke: #db7b7f;
  fill: #db7b7f;
  transition-delay: 1.82s, 1.82s, 1.82s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(273) {
  stroke: #16c824;
  fill: #16c824;
  transition-delay: 1.41s, 1.41s, 1.41s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(274) {
  stroke: #f8c210;
  fill: #f8c210;
  transition-delay: 1.62s, 1.62s, 1.62s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(275) {
  stroke: #5cc34f;
  fill: #5cc34f;
  transition-delay: 1.69s, 1.69s, 1.69s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(276) {
  stroke: #241eb7;
  fill: #241eb7;
  transition-delay: 1.67s, 1.67s, 1.67s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(277) {
  stroke: #efc646;
  fill: #efc646;
  transition-delay: 1.88s, 1.88s, 1.88s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(278) {
  stroke: #c7f9ee;
  fill: #c7f9ee;
  transition-delay: 1.53s, 1.53s, 1.53s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(279) {
  stroke: #0b37d8;
  fill: #0b37d8;
  transition-delay: 1.62s, 1.62s, 1.62s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(280) {
  stroke: #f9e606;
  fill: #f9e606;
  transition-delay: 1.52s, 1.52s, 1.52s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(281) {
  stroke: #2a5491;
  fill: #2a5491;
  transition-delay: 1.45s, 1.45s, 1.45s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(282) {
  stroke: #ac3228;
  fill: #ac3228;
  transition-delay: 1.43s, 1.43s, 1.43s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(283) {
  stroke: #280f20;
  fill: #280f20;
  transition-delay: 1.55s, 1.55s, 1.55s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(284) {
  stroke: #05c058;
  fill: #05c058;
  transition-delay: 1.91s, 1.91s, 1.91s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(285) {
  stroke: #f28be8;
  fill: #f28be8;
  transition-delay: 1.54s, 1.54s, 1.54s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(286) {
  stroke: #18daa3;
  fill: #18daa3;
  transition-delay: 1.72s, 1.72s, 1.72s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(287) {
  stroke: #f719d9;
  fill: #f719d9;
  transition-delay: 1.61s, 1.61s, 1.61s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(288) {
  stroke: #94ddae;
  fill: #94ddae;
  transition-delay: 1.7s, 1.7s, 1.7s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(289) {
  stroke: #d165b5;
  fill: #d165b5;
  transition-delay: 1.58s, 1.58s, 1.58s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(290) {
  stroke: #23a6d5;
  fill: #23a6d5;
  transition-delay: 1.6s, 1.6s, 1.6s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(291) {
  stroke: #52cef8;
  fill: #52cef8;
  transition-delay: 1.73s, 1.73s, 1.73s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(292) {
  stroke: #f2856b;
  fill: #f2856b;
  transition-delay: 1.77s, 1.77s, 1.77s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(293) {
  stroke: #e0e1ec;
  fill: #e0e1ec;
  transition-delay: 1.47s, 1.47s, 1.47s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(294) {
  stroke: #0eb3cc;
  fill: #0eb3cc;
  transition-delay: 1.87s, 1.87s, 1.87s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(295) {
  stroke: #046dfa;
  fill: #046dfa;
  transition-delay: 1.75s, 1.75s, 1.75s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(296) {
  stroke: #5349ce;
  fill: #5349ce;
  transition-delay: 1.96s, 1.96s, 1.96s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(297) {
  stroke: #cb37c0;
  fill: #cb37c0;
  transition-delay: 1.7s, 1.7s, 1.7s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(298) {
  stroke: #e67af4;
  fill: #e67af4;
  transition-delay: 1.75s, 1.75s, 1.75s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(299) {
  stroke: #95b886;
  fill: #95b886;
  transition-delay: 1.73s, 1.73s, 1.73s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(300) {
  stroke: #764f68;
  fill: #764f68;
  transition-delay: 1.72s, 1.72s, 1.72s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(301) {
  stroke: #7eac35;
  fill: #7eac35;
  transition-delay: 1.54s, 1.54s, 1.54s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(302) {
  stroke: #becaf3;
  fill: #becaf3;
  transition-delay: 1.93s, 1.93s, 1.93s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(303) {
  stroke: #f0f717;
  fill: #f0f717;
  transition-delay: 1.62s, 1.62s, 1.62s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(304) {
  stroke: #07e0c4;
  fill: #07e0c4;
  transition-delay: 1.64s, 1.64s, 1.64s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(305) {
  stroke: #c1e5ac;
  fill: #c1e5ac;
  transition-delay: 1.69s, 1.69s, 1.69s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(306) {
  stroke: #c28598;
  fill: #c28598;
  transition-delay: 1.56s, 1.56s, 1.56s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(307) {
  stroke: #0a1b6e;
  fill: #0a1b6e;
  transition-delay: 1.96s, 1.96s, 1.96s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(308) {
  stroke: #193013;
  fill: #193013;
  transition-delay: 1.69s, 1.69s, 1.69s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(309) {
  stroke: #31611d;
  fill: #31611d;
  transition-delay: 1.89s, 1.89s, 1.89s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(310) {
  stroke: #4ce6b7;
  fill: #4ce6b7;
  transition-delay: 1.72s, 1.72s, 1.72s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(311) {
  stroke: #29dc7e;
  fill: #29dc7e;
  transition-delay: 1.73s, 1.73s, 1.73s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(312) {
  stroke: #270e72;
  fill: #270e72;
  transition-delay: 1.75s, 1.75s, 1.75s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(313) {
  stroke: #f11ff0;
  fill: #f11ff0;
  transition-delay: 1.76s, 1.76s, 1.76s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(314) {
  stroke: #77ce03;
  fill: #77ce03;
  transition-delay: 1.72s, 1.72s, 1.72s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(315) {
  stroke: #57e599;
  fill: #57e599;
  transition-delay: 1.58s, 1.58s, 1.58s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(316) {
  stroke: #89cfc3;
  fill: #89cfc3;
  transition-delay: 1.78s, 1.78s, 1.78s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(317) {
  stroke: #cdb4dd;
  fill: #cdb4dd;
  transition-delay: 1.87s, 1.87s, 1.87s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(318) {
  stroke: #e897c2;
  fill: #e897c2;
  transition-delay: 1.69s, 1.69s, 1.69s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(319) {
  stroke: #55bba2;
  fill: #55bba2;
  transition-delay: 1.71s, 1.71s, 1.71s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(320) {
  stroke: #822968;
  fill: #822968;
  transition-delay: 2.04s, 2.04s, 2.04s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(321) {
  stroke: #4feb01;
  fill: #4feb01;
  transition-delay: 1.87s, 1.87s, 1.87s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(322) {
  stroke: #76c455;
  fill: #76c455;
  transition-delay: 2.04s, 2.04s, 2.04s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(323) {
  stroke: #ac196c;
  fill: #ac196c;
  transition-delay: 2.01s, 2.01s, 2.01s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(324) {
  stroke: #ae8c2a;
  fill: #ae8c2a;
  transition-delay: 1.98s, 1.98s, 1.98s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(325) {
  stroke: #821aec;
  fill: #821aec;
  transition-delay: 1.94s, 1.94s, 1.94s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(326) {
  stroke: #4f20cb;
  fill: #4f20cb;
  transition-delay: 1.83s, 1.83s, 1.83s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(327) {
  stroke: #6affdd;
  fill: #6affdd;
  transition-delay: 2.06s, 2.06s, 2.06s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(328) {
  stroke: #e10a7a;
  fill: #e10a7a;
  transition-delay: 1.92s, 1.92s, 1.92s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(329) {
  stroke: #19c189;
  fill: #19c189;
  transition-delay: 1.97s, 1.97s, 1.97s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(330) {
  stroke: #a2f670;
  fill: #a2f670;
  transition-delay: 1.93s, 1.93s, 1.93s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(331) {
  stroke: #e93f79;
  fill: #e93f79;
  transition-delay: 2.13s, 2.13s, 2.13s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(332) {
  stroke: #244f0b;
  fill: #244f0b;
  transition-delay: 2.02s, 2.02s, 2.02s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(333) {
  stroke: #e5f4f9;
  fill: #e5f4f9;
  transition-delay: 1.68s, 1.68s, 1.68s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(334) {
  stroke: #56a749;
  fill: #56a749;
  transition-delay: 1.89s, 1.89s, 1.89s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(335) {
  stroke: #903911;
  fill: #903911;
  transition-delay: 2.1s, 2.1s, 2.1s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(336) {
  stroke: #69aeaa;
  fill: #69aeaa;
  transition-delay: 1.93s, 1.93s, 1.93s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(337) {
  stroke: #a928b8;
  fill: #a928b8;
  transition-delay: 1.85s, 1.85s, 1.85s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(338) {
  stroke: #e1e79b;
  fill: #e1e79b;
  transition-delay: 2.11s, 2.11s, 2.11s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(339) {
  stroke: #3772e7;
  fill: #3772e7;
  transition-delay: 1.95s, 1.95s, 1.95s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(340) {
  stroke: #15b527;
  fill: #15b527;
  transition-delay: 2.08s, 2.08s, 2.08s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(341) {
  stroke: #9e84d7;
  fill: #9e84d7;
  transition-delay: 2.06s, 2.06s, 2.06s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(342) {
  stroke: #5c928c;
  fill: #5c928c;
  transition-delay: 2.18s, 2.18s, 2.18s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(343) {
  stroke: #6c0f02;
  fill: #6c0f02;
  transition-delay: 2.17s, 2.17s, 2.17s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(344) {
  stroke: #7528db;
  fill: #7528db;
  transition-delay: 1.83s, 1.83s, 1.83s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(345) {
  stroke: #bad4aa;
  fill: #bad4aa;
  transition-delay: 1.87s, 1.87s, 1.87s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(346) {
  stroke: #ad14bb;
  fill: #ad14bb;
  transition-delay: 1.76s, 1.76s, 1.76s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(347) {
  stroke: #626c1f;
  fill: #626c1f;
  transition-delay: 2.15s, 2.15s, 2.15s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(348) {
  stroke: #b94123;
  fill: #b94123;
  transition-delay: 2.07s, 2.07s, 2.07s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(349) {
  stroke: #8e7518;
  fill: #8e7518;
  transition-delay: 2.19s, 2.19s, 2.19s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(350) {
  stroke: #cb3a50;
  fill: #cb3a50;
  transition-delay: 2.04s, 2.04s, 2.04s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(351) {
  stroke: #522a74;
  fill: #522a74;
  transition-delay: 2.18s, 2.18s, 2.18s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(352) {
  stroke: #5a9c95;
  fill: #5a9c95;
  transition-delay: 2.08s, 2.08s, 2.08s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(353) {
  stroke: #e501c2;
  fill: #e501c2;
  transition-delay: 1.85s, 1.85s, 1.85s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(354) {
  stroke: #c4f0e5;
  fill: #c4f0e5;
  transition-delay: 2.07s, 2.07s, 2.07s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(355) {
  stroke: #0242a8;
  fill: #0242a8;
  transition-delay: 2.27s, 2.27s, 2.27s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(356) {
  stroke: #bcc1e4;
  fill: #bcc1e4;
  transition-delay: 1.89s, 1.89s, 1.89s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(357) {
  stroke: #2b1449;
  fill: #2b1449;
  transition-delay: 1.99s, 1.99s, 1.99s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(358) {
  stroke: #e24522;
  fill: #e24522;
  transition-delay: 2.24s, 2.24s, 2.24s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(359) {
  stroke: #9ee468;
  fill: #9ee468;
  transition-delay: 2.15s, 2.15s, 2.15s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(360) {
  stroke: #b5e879;
  fill: #b5e879;
  transition-delay: 1.82s, 1.82s, 1.82s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(361) {
  stroke: #8316a2;
  fill: #8316a2;
  transition-delay: 2.02s, 2.02s, 2.02s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(362) {
  stroke: #a4c573;
  fill: #a4c573;
  transition-delay: 2.29s, 2.29s, 2.29s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(363) {
  stroke: #bf724b;
  fill: #bf724b;
  transition-delay: 1.86s, 1.86s, 1.86s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(364) {
  stroke: #e64ff1;
  fill: #e64ff1;
  transition-delay: 2s, 2s, 2s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(365) {
  stroke: #d6086f;
  fill: #d6086f;
  transition-delay: 2.15s, 2.15s, 2.15s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(366) {
  stroke: #4f6b4e;
  fill: #4f6b4e;
  transition-delay: 2.29s, 2.29s, 2.29s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(367) {
  stroke: #c9f75d;
  fill: #c9f75d;
  transition-delay: 2.29s, 2.29s, 2.29s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(368) {
  stroke: #ef0f40;
  fill: #ef0f40;
  transition-delay: 2.06s, 2.06s, 2.06s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(369) {
  stroke: #bce612;
  fill: #bce612;
  transition-delay: 1.92s, 1.92s, 1.92s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(370) {
  stroke: #acb666;
  fill: #acb666;
  transition-delay: 2.33s, 2.33s, 2.33s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(371) {
  stroke: #aa8641;
  fill: #aa8641;
  transition-delay: 1.95s, 1.95s, 1.95s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(372) {
  stroke: #5d0e74;
  fill: #5d0e74;
  transition-delay: 1.94s, 1.94s, 1.94s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(373) {
  stroke: #fb3293;
  fill: #fb3293;
  transition-delay: 1.94s, 1.94s, 1.94s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(374) {
  stroke: #62687b;
  fill: #62687b;
  transition-delay: 1.93s, 1.93s, 1.93s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(375) {
  stroke: #c2ac22;
  fill: #c2ac22;
  transition-delay: 1.88s, 1.88s, 1.88s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(376) {
  stroke: #87282a;
  fill: #87282a;
  transition-delay: 1.98s, 1.98s, 1.98s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(377) {
  stroke: #7e34ae;
  fill: #7e34ae;
  transition-delay: 2.08s, 2.08s, 2.08s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(378) {
  stroke: #aa81e4;
  fill: #aa81e4;
  transition-delay: 2.19s, 2.19s, 2.19s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(379) {
  stroke: #5ee259;
  fill: #5ee259;
  transition-delay: 2.38s, 2.38s, 2.38s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(380) {
  stroke: #a5b3da;
  fill: #a5b3da;
  transition-delay: 2.32s, 2.32s, 2.32s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(381) {
  stroke: #469b6e;
  fill: #469b6e;
  transition-delay: 2.34s, 2.34s, 2.34s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(382) {
  stroke: #9097fb;
  fill: #9097fb;
  transition-delay: 2.39s, 2.39s, 2.39s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(383) {
  stroke: #31ff52;
  fill: #31ff52;
  transition-delay: 2.3s, 2.3s, 2.3s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(384) {
  stroke: #a74cd3;
  fill: #a74cd3;
  transition-delay: 2.17s, 2.17s, 2.17s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(385) {
  stroke: #743bdd;
  fill: #743bdd;
  transition-delay: 2.02s, 2.02s, 2.02s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(386) {
  stroke: #b32f69;
  fill: #b32f69;
  transition-delay: 2.16s, 2.16s, 2.16s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(387) {
  stroke: #98b08e;
  fill: #98b08e;
  transition-delay: 2.32s, 2.32s, 2.32s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(388) {
  stroke: #2f72d9;
  fill: #2f72d9;
  transition-delay: 2.42s, 2.42s, 2.42s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(389) {
  stroke: #54bed1;
  fill: #54bed1;
  transition-delay: 2.19s, 2.19s, 2.19s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(390) {
  stroke: #cd1642;
  fill: #cd1642;
  transition-delay: 1.96s, 1.96s, 1.96s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(391) {
  stroke: #3d9cf8;
  fill: #3d9cf8;
  transition-delay: 2.25s, 2.25s, 2.25s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(392) {
  stroke: #0982c4;
  fill: #0982c4;
  transition-delay: 1.98s, 1.98s, 1.98s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(393) {
  stroke: #1ee2ee;
  fill: #1ee2ee;
  transition-delay: 2.42s, 2.42s, 2.42s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(394) {
  stroke: #39ce4d;
  fill: #39ce4d;
  transition-delay: 2.1s, 2.1s, 2.1s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(395) {
  stroke: #3a5fbd;
  fill: #3a5fbd;
  transition-delay: 2.09s, 2.09s, 2.09s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(396) {
  stroke: #fcdd3b;
  fill: #fcdd3b;
  transition-delay: 2.36s, 2.36s, 2.36s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(397) {
  stroke: #239030;
  fill: #239030;
  transition-delay: 2.24s, 2.24s, 2.24s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(398) {
  stroke: #e963eb;
  fill: #e963eb;
  transition-delay: 2.14s, 2.14s, 2.14s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(399) {
  stroke: #6a420b;
  fill: #6a420b;
  transition-delay: 2.21s, 2.21s, 2.21s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(400) {
  stroke: #7b5569;
  fill: #7b5569;
  transition-delay: 2.36s, 2.36s, 2.36s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(401) {
  stroke: #96e570;
  fill: #96e570;
  transition-delay: 2.39s, 2.39s, 2.39s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(402) {
  stroke: #1f5084;
  fill: #1f5084;
  transition-delay: 2.14s, 2.14s, 2.14s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(403) {
  stroke: #c3c2fc;
  fill: #c3c2fc;
  transition-delay: 2.04s, 2.04s, 2.04s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(404) {
  stroke: #83e229;
  fill: #83e229;
  transition-delay: 2.37s, 2.37s, 2.37s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(405) {
  stroke: #999ed1;
  fill: #999ed1;
  transition-delay: 2.24s, 2.24s, 2.24s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(406) {
  stroke: #51c1f5;
  fill: #51c1f5;
  transition-delay: 2.11s, 2.11s, 2.11s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(407) {
  stroke: #ec6721;
  fill: #ec6721;
  transition-delay: 2.33s, 2.33s, 2.33s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(408) {
  stroke: #621af1;
  fill: #621af1;
  transition-delay: 2.14s, 2.14s, 2.14s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(409) {
  stroke: #d008e8;
  fill: #d008e8;
  transition-delay: 2.34s, 2.34s, 2.34s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(410) {
  stroke: #9d32bd;
  fill: #9d32bd;
  transition-delay: 2.27s, 2.27s, 2.27s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(411) {
  stroke: #a45c98;
  fill: #a45c98;
  transition-delay: 2.41s, 2.41s, 2.41s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(412) {
  stroke: #6aecd0;
  fill: #6aecd0;
  transition-delay: 2.09s, 2.09s, 2.09s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(413) {
  stroke: #e7e32d;
  fill: #e7e32d;
  transition-delay: 2.23s, 2.23s, 2.23s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(414) {
  stroke: #6229af;
  fill: #6229af;
  transition-delay: 2.15s, 2.15s, 2.15s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(415) {
  stroke: #80e87e;
  fill: #80e87e;
  transition-delay: 2.15s, 2.15s, 2.15s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(416) {
  stroke: #2f3494;
  fill: #2f3494;
  transition-delay: 2.56s, 2.56s, 2.56s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(417) {
  stroke: #fc5341;
  fill: #fc5341;
  transition-delay: 2.58s, 2.58s, 2.58s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(418) {
  stroke: #0bad3a;
  fill: #0bad3a;
  transition-delay: 2.34s, 2.34s, 2.34s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(419) {
  stroke: #bd8bc6;
  fill: #bd8bc6;
  transition-delay: 2.38s, 2.38s, 2.38s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(420) {
  stroke: #9e97e6;
  fill: #9e97e6;
  transition-delay: 2.17s, 2.17s, 2.17s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(421) {
  stroke: #7b6244;
  fill: #7b6244;
  transition-delay: 2.48s, 2.48s, 2.48s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(422) {
  stroke: #d935c4;
  fill: #d935c4;
  transition-delay: 2.3s, 2.3s, 2.3s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(423) {
  stroke: #ee0e9a;
  fill: #ee0e9a;
  transition-delay: 2.47s, 2.47s, 2.47s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(424) {
  stroke: #410fc3;
  fill: #410fc3;
  transition-delay: 2.29s, 2.29s, 2.29s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(425) {
  stroke: #471b67;
  fill: #471b67;
  transition-delay: 2.19s, 2.19s, 2.19s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(426) {
  stroke: #827477;
  fill: #827477;
  transition-delay: 2.28s, 2.28s, 2.28s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(427) {
  stroke: #6bfb1a;
  fill: #6bfb1a;
  transition-delay: 2.15s, 2.15s, 2.15s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(428) {
  stroke: #70f933;
  fill: #70f933;
  transition-delay: 2.63s, 2.63s, 2.63s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(429) {
  stroke: #8b97ad;
  fill: #8b97ad;
  transition-delay: 2.44s, 2.44s, 2.44s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(430) {
  stroke: #18525a;
  fill: #18525a;
  transition-delay: 2.56s, 2.56s, 2.56s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(431) {
  stroke: #1c71ee;
  fill: #1c71ee;
  transition-delay: 2.35s, 2.35s, 2.35s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(432) {
  stroke: #d05af0;
  fill: #d05af0;
  transition-delay: 2.47s, 2.47s, 2.47s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(433) {
  stroke: #f18d8e;
  fill: #f18d8e;
  transition-delay: 2.39s, 2.39s, 2.39s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(434) {
  stroke: #e565a1;
  fill: #e565a1;
  transition-delay: 2.29s, 2.29s, 2.29s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(435) {
  stroke: #bc2d01;
  fill: #bc2d01;
  transition-delay: 2.5s, 2.5s, 2.5s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(436) {
  stroke: #82300e;
  fill: #82300e;
  transition-delay: 2.3s, 2.3s, 2.3s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(437) {
  stroke: #87ad54;
  fill: #87ad54;
  transition-delay: 2.44s, 2.44s, 2.44s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(438) {
  stroke: #07d935;
  fill: #07d935;
  transition-delay: 2.52s, 2.52s, 2.52s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(439) {
  stroke: #8d6ee6;
  fill: #8d6ee6;
  transition-delay: 2.41s, 2.41s, 2.41s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(440) {
  stroke: #8cfb22;
  fill: #8cfb22;
  transition-delay: 2.33s, 2.33s, 2.33s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(441) {
  stroke: #8fb7fd;
  fill: #8fb7fd;
  transition-delay: 2.41s, 2.41s, 2.41s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(442) {
  stroke: #645891;
  fill: #645891;
  transition-delay: 2.55s, 2.55s, 2.55s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(443) {
  stroke: #c4b573;
  fill: #c4b573;
  transition-delay: 2.27s, 2.27s, 2.27s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(444) {
  stroke: #fd649e;
  fill: #fd649e;
  transition-delay: 2.7s, 2.7s, 2.7s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(445) {
  stroke: #5c4910;
  fill: #5c4910;
  transition-delay: 2.37s, 2.37s, 2.37s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(446) {
  stroke: #e636df;
  fill: #e636df;
  transition-delay: 2.47s, 2.47s, 2.47s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(447) {
  stroke: #64f88e;
  fill: #64f88e;
  transition-delay: 2.29s, 2.29s, 2.29s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(448) {
  stroke: #abffca;
  fill: #abffca;
  transition-delay: 2.66s, 2.66s, 2.66s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(449) {
  stroke: #285ef2;
  fill: #285ef2;
  transition-delay: 2.5s, 2.5s, 2.5s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(450) {
  stroke: #25b8bb;
  fill: #25b8bb;
  transition-delay: 2.61s, 2.61s, 2.61s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(451) {
  stroke: #c8b5cc;
  fill: #c8b5cc;
  transition-delay: 2.62s, 2.62s, 2.62s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(452) {
  stroke: #cc2ec6;
  fill: #cc2ec6;
  transition-delay: 2.56s, 2.56s, 2.56s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(453) {
  stroke: #814151;
  fill: #814151;
  transition-delay: 2.66s, 2.66s, 2.66s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(454) {
  stroke: #8b21ad;
  fill: #8b21ad;
  transition-delay: 2.3s, 2.3s, 2.3s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(455) {
  stroke: #32688b;
  fill: #32688b;
  transition-delay: 2.73s, 2.73s, 2.73s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(456) {
  stroke: #725ee6;
  fill: #725ee6;
  transition-delay: 2.42s, 2.42s, 2.42s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(457) {
  stroke: #504ff6;
  fill: #504ff6;
  transition-delay: 2.45s, 2.45s, 2.45s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(458) {
  stroke: #efa3db;
  fill: #efa3db;
  transition-delay: 2.33s, 2.33s, 2.33s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(459) {
  stroke: #b940f7;
  fill: #b940f7;
  transition-delay: 2.7s, 2.7s, 2.7s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(460) {
  stroke: #311e90;
  fill: #311e90;
  transition-delay: 2.64s, 2.64s, 2.64s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(461) {
  stroke: #23c46b;
  fill: #23c46b;
  transition-delay: 2.66s, 2.66s, 2.66s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(462) {
  stroke: #497126;
  fill: #497126;
  transition-delay: 2.45s, 2.45s, 2.45s;
}

.Logo-module-scss-module__KBX84W__use:nth-child(463) {
  stroke: #9ee2bb;
  fill: #9ee2bb;
  transition-delay: 2.62s, 2.62s, 2.62s;
}


/* [project]/apps/frontend/src/components/SacredGeometry/SacredGeometry.module.scss.module.css [app-client] (css) */
.SacredGeometry-module-scss-module__4cKd8q__container {
  cursor: pointer;
  background: radial-gradient(#111 0%, #000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.SacredGeometry-module-scss-module__4cKd8q__svg {
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%) rotate(var(--rotation, 0deg));
  opacity: 0;
  animation: 1.5s forwards SacredGeometry-module-scss-module__4cKd8q__fadeIn;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes SacredGeometry-module-scss-module__4cKd8q__fadeIn {
  to {
    opacity: 1;
  }
}

.SacredGeometry-module-scss-module__4cKd8q__patternGroup {
  transform-origin: 50%;
}

.SacredGeometry-module-scss-module__4cKd8q__circle {
  --hover: 0;
  --rainbow: 0;
  --hue: 0;
  fill: none;
  stroke-width: .3px;
  stroke: hsl(calc(var(--hue) * 1deg), calc(var(--rainbow) * 100%), calc(50% + (1 - var(--rainbow)) * 50%));
  opacity: calc(.4 + var(--hover) * .4 + var(--rainbow) * .6);
  transition: stroke .15s, stroke-width .15s, opacity .15s;
}

.SacredGeometry-module-scss-module__4cKd8q__circle:hover {
  stroke-width: .5px;
  opacity: .95;
}

.SacredGeometry-module-scss-module__4cKd8q__circle.SacredGeometry-module-scss-module__4cKd8q__center {
  opacity: calc(.6 + var(--hover) * .3 + var(--rainbow) * .4);
  stroke-width: .4px;
}

.SacredGeometry-module-scss-module__4cKd8q__line {
  --hover: 0;
  --rainbow: 0;
  --hue: 0;
  stroke-width: .15px;
  stroke-linecap: round;
  stroke: hsl(calc(var(--hue) * 1deg), calc(var(--rainbow) * 100%), calc(50% + (1 - var(--rainbow)) * 50%));
  opacity: calc(.15 + var(--hover) * .4 + var(--rainbow) * .85);
  transition: stroke .15s, stroke-width .15s, opacity .15s;
}

.SacredGeometry-module-scss-module__4cKd8q__line:hover {
  stroke-width: .25px;
  opacity: .8;
}

.SacredGeometry-module-scss-module__4cKd8q__centerDot {
  fill: #fffc;
  animation: 3s ease-in-out infinite SacredGeometry-module-scss-module__4cKd8q__pulse;
}

@keyframes SacredGeometry-module-scss-module__4cKd8q__pulse {
  0%, 100% {
    r: 1.5;
    opacity: .8;
  }

  50% {
    r: 2;
    opacity: 1;
  }
}

@media (width <= 768px) {
  .SacredGeometry-module-scss-module__4cKd8q__svg {
    width: 180%;
    height: 180%;
  }
}

@media (width <= 480px) {
  .SacredGeometry-module-scss-module__4cKd8q__svg {
    width: 220%;
    height: 220%;
  }
}


/* [project]/apps/frontend/src/components/HolyGeometry/HolyGeometry.module.scss.module.css [app-client] (css) */
.HolyGeometry-module-scss-module__YI5HrW__container {
  cursor: pointer;
  background: radial-gradient(#0d0d0d 0%, #000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.HolyGeometry-module-scss-module__YI5HrW__svg {
  width: max(100vh, 100vw);
  height: max(100vh, 100vw);
  transform: translate(-50%, -50%) rotate(var(--rotation, 0deg));
  opacity: 0;
  animation: 1.5s forwards HolyGeometry-module-scss-module__YI5HrW__fadeIn;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes HolyGeometry-module-scss-module__YI5HrW__fadeIn {
  to {
    opacity: 1;
  }
}

.HolyGeometry-module-scss-module__YI5HrW__patternGroup {
  transform-origin: 50%;
}

.HolyGeometry-module-scss-module__YI5HrW__cell {
  --state: 0;
  --hover: 0;
  --ring: 0;
  fill: rgba(255, 255, 255, calc(var(--state) * .5 + var(--hover) * .2));
  stroke: rgba(255, 255, 255, calc(var(--state) * .7 + var(--hover) * .3));
  stroke-width: calc(.2 + var(--state) * .2);
  filter: drop-shadow(0 0 calc(var(--state) * 2px) rgba(255, 255, 255, calc(var(--state) * .4)));
  transition: fill .15s, stroke .15s;
}

.HolyGeometry-module-scss-module__YI5HrW__cell:hover {
  fill: rgba(255, 255, 255, calc(var(--state) * .6 + .15));
  stroke: #fffc;
}

.HolyGeometry-module-scss-module__YI5HrW__centerDot {
  fill: #ffffffe6;
  animation: 2.5s ease-in-out infinite HolyGeometry-module-scss-module__YI5HrW__pulse;
}

@keyframes HolyGeometry-module-scss-module__YI5HrW__pulse {
  0%, 100% {
    r: 2;
    opacity: .9;
  }

  50% {
    r: 2.5;
    opacity: 1;
  }
}

@media (width <= 768px) {
  .HolyGeometry-module-scss-module__YI5HrW__svg {
    width: 180%;
    height: 180%;
  }
}

@media (width <= 480px) {
  .HolyGeometry-module-scss-module__YI5HrW__svg {
    width: 220%;
    height: 220%;
  }
}


/* [project]/apps/frontend/src/components/CellularAutomata/CellularAutomata.module.scss.module.css [app-client] (css) */
.CellularAutomata-module-scss-module__y_NQMG__container {
  cursor: pointer;
  background: linear-gradient(#000 0%, #0a0a0a 50%, #000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.CellularAutomata-module-scss-module__y_NQMG__canvas {
  opacity: 0;
  width: 100%;
  height: 100%;
  animation: 1.5s forwards CellularAutomata-module-scss-module__y_NQMG__fadeIn;
}

@keyframes CellularAutomata-module-scss-module__y_NQMG__fadeIn {
  to {
    opacity: 1;
  }
}


/* [project]/apps/frontend/src/components/TopBar/TobBar.module.scss.module.css [app-client] (css) */
.TobBar-module-scss-module__Qos1Uq__topBarBg {
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  background-color: #000000b3;
  transition: opacity .5s;
  position: fixed;
  inset: 0;
}

.TobBar-module-scss-module__Qos1Uq__topBarBg.TobBar-module-scss-module__Qos1Uq__navOpen {
  opacity: 1;
  pointer-events: auto;
}

.TobBar-module-scss-module__Qos1Uq__topBar {
  white-space: nowrap;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  z-index: 3;
  background-color: #000;
  border-bottom: 2px solid #0000;
  font-family: myriad-cond;
  font-size: 18px;
  line-height: 18px;
  transition: border-bottom-color 1s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.TobBar-module-scss-module__Qos1Uq__logo {
  pointer-events: none;
}

.TobBar-module-scss-module__Qos1Uq__logo, .TobBar-module-scss-module__Qos1Uq__logo > .TobBar-module-scss-module__Qos1Uq__title, .TobBar-module-scss-module__Qos1Uq__logo > .TobBar-module-scss-module__Qos1Uq__name {
  opacity: 0;
  transition: opacity .5s;
}

.TobBar-module-scss-module__Qos1Uq__logo .TobBar-module-scss-module__Qos1Uq__title {
  font-family: myriad-boldcond;
  position: relative;
}

.TobBar-module-scss-module__Qos1Uq__logo .TobBar-module-scss-module__Qos1Uq__title:after {
  content: "";
  border-right: 2px solid #fff;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__scrolled, .TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__navOpen {
  border-bottom-color: #fff;
}

.TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__scrolled .TobBar-module-scss-module__Qos1Uq__logo, .TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__navOpen .TobBar-module-scss-module__Qos1Uq__logo {
  pointer-events: auto;
  transition-delay: .3s;
}

.TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__scrolled .TobBar-module-scss-module__Qos1Uq__logo, .TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__scrolled .TobBar-module-scss-module__Qos1Uq__logo .TobBar-module-scss-module__Qos1Uq__name, .TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__scrolled .TobBar-module-scss-module__Qos1Uq__logo .TobBar-module-scss-module__Qos1Uq__title, .TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__navOpen .TobBar-module-scss-module__Qos1Uq__logo, .TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__navOpen .TobBar-module-scss-module__Qos1Uq__logo .TobBar-module-scss-module__Qos1Uq__name, .TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__navOpen .TobBar-module-scss-module__Qos1Uq__logo .TobBar-module-scss-module__Qos1Uq__title {
  opacity: 1;
}

.TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__scrolled .TobBar-module-scss-module__Qos1Uq__logo .TobBar-module-scss-module__Qos1Uq__name, .TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__navOpen .TobBar-module-scss-module__Qos1Uq__logo .TobBar-module-scss-module__Qos1Uq__name {
  transition-delay: .6s;
}

.TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__scrolled .TobBar-module-scss-module__Qos1Uq__logo .TobBar-module-scss-module__Qos1Uq__title, .TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__navOpen .TobBar-module-scss-module__Qos1Uq__logo .TobBar-module-scss-module__Qos1Uq__title {
  transition-duration: 1s;
  transition-delay: .9s;
}

.TobBar-module-scss-module__Qos1Uq__link {
  letter-spacing: 2px;
  line-height: 60px;
  position: relative;
}

.TobBar-module-scss-module__Qos1Uq__link:not(.TobBar-module-scss-module__Qos1Uq__logo) {
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
}

.TobBar-module-scss-module__Qos1Uq__link:not(.TobBar-module-scss-module__Qos1Uq__logo).TobBar-module-scss-module__Qos1Uq__routerLinkActive:before {
  content: "";
  background-color: #fff;
  height: 2px;
  position: absolute;
  bottom: -7px;
  left: 20px;
  right: 20px;
}

.TobBar-module-scss-module__Qos1Uq__link:not(.TobBar-module-scss-module__Qos1Uq__logo):not(:last-child):after {
  content: "";
  border-right: 2px solid #fff;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}

.TobBar-module-scss-module__Qos1Uq__linksWrapper {
  transition: transform .5s, border-color 1s;
}

.TobBar-module-scss-module__Qos1Uq__hamburger {
  cursor: pointer;
  padding-top: 17px;
  display: none;
}

.TobBar-module-scss-module__Qos1Uq__hamburger .TobBar-module-scss-module__Qos1Uq__line {
  transform-origin: 100%;
  border-top: 3px solid #fff;
  width: 30px;
  transition: transform .5s, opacity .5s;
}

.TobBar-module-scss-module__Qos1Uq__hamburger .TobBar-module-scss-module__Qos1Uq__line:not(:last-child) {
  margin-bottom: 8px;
}

.TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__navOpen .TobBar-module-scss-module__Qos1Uq__hamburger .TobBar-module-scss-module__Qos1Uq__line:first-child {
  transform: rotate(-45deg);
}

.TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__navOpen .TobBar-module-scss-module__Qos1Uq__hamburger .TobBar-module-scss-module__Qos1Uq__line:nth-child(2) {
  opacity: 0;
}

.TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__navOpen .TobBar-module-scss-module__Qos1Uq__hamburger .TobBar-module-scss-module__Qos1Uq__line:nth-child(3) {
  transform: rotate(45deg);
}

@media (width <= 1024px) {
  .TobBar-module-scss-module__Qos1Uq__linksWrapper {
    text-align: center;
    background-color: #000;
    border: 2px solid #000;
    position: absolute;
    top: 100%;
    left: 100%;
  }

  .TobBar-module-scss-module__Qos1Uq__linksWrapper .TobBar-module-scss-module__Qos1Uq__link {
    margin: 0 40px;
    padding: 5px 20px;
    line-height: 40px;
    display: block;
  }

  .TobBar-module-scss-module__Qos1Uq__linksWrapper .TobBar-module-scss-module__Qos1Uq__link.TobBar-module-scss-module__Qos1Uq__routerLinkActive:before {
    bottom: 10px;
  }

  .TobBar-module-scss-module__Qos1Uq__linksWrapper .TobBar-module-scss-module__Qos1Uq__link:after {
    display: none;
  }

  .TobBar-module-scss-module__Qos1Uq__linksWrapper select {
    padding: 10px 0 20px;
  }

  .TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__navOpen .TobBar-module-scss-module__Qos1Uq__linksWrapper, .TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__scrolled .TobBar-module-scss-module__Qos1Uq__linksWrapper {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .TobBar-module-scss-module__Qos1Uq__hamburger {
    display: inline-block;
  }

  .TobBar-module-scss-module__Qos1Uq__topBar.TobBar-module-scss-module__Qos1Uq__navOpen .TobBar-module-scss-module__Qos1Uq__linksWrapper {
    transform: translateX(-100%);
  }
}

@media (width <= 480px) {
  .TobBar-module-scss-module__Qos1Uq__title {
    display: none;
  }
}


/* [project]/apps/frontend/src/components/Header/Header.module.scss.module.css [app-client] (css) */
.Header-module-scss-module__ZdyfXq__header {
  height: calc(100vh - 147px);
  min-height: 180px;
  left: 0;
  right: 0;
}

.Header-module-scss-module__ZdyfXq__header.Header-module-scss-module__ZdyfXq__fixed {
  background-color: #000;
  position: fixed;
}

.Header-module-scss-module__ZdyfXq__header.Header-module-scss-module__ZdyfXq__relative {
  pointer-events: none;
  background-color: #0000;
  position: relative;
}

.Header-module-scss-module__ZdyfXq__header.Header-module-scss-module__ZdyfXq__relative .Header-module-scss-module__ZdyfXq__text {
  color: #fff;
  letter-spacing: 3px;
  backdrop-filter: blur(10px);
  text-align: center;
  text-transform: uppercase;
  background-color: #00000080;
  width: 100%;
  margin-bottom: 6vh;
  padding: 20px 0;
  font-family: myriad-cond;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
}

.Header-module-scss-module__ZdyfXq__header.Header-module-scss-module__ZdyfXq__relative .Header-module-scss-module__ZdyfXq__text .Header-module-scss-module__ZdyfXq__title {
  margin-left: 15px;
  padding-left: 15px;
  font-family: myriad-boldcond;
  position: relative;
}

.Header-module-scss-module__ZdyfXq__header.Header-module-scss-module__ZdyfXq__relative .Header-module-scss-module__ZdyfXq__text .Header-module-scss-module__ZdyfXq__title:after {
  content: "";
  border-right: 2px solid #fff;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (width <= 480px) {
  .Header-module-scss-module__ZdyfXq__header.Header-module-scss-module__ZdyfXq__relative .Header-module-scss-module__ZdyfXq__text {
    font-size: 18px;
    line-height: 26px;
  }

  .Header-module-scss-module__ZdyfXq__header.Header-module-scss-module__ZdyfXq__relative .Header-module-scss-module__ZdyfXq__text .Header-module-scss-module__ZdyfXq__title {
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .Header-module-scss-module__ZdyfXq__header.Header-module-scss-module__ZdyfXq__relative .Header-module-scss-module__ZdyfXq__text .Header-module-scss-module__ZdyfXq__title:after {
    display: none;
  }
}

@media (height <= 480px) {
  .Header-module-scss-module__ZdyfXq__header.Header-module-scss-module__ZdyfXq__relative .Header-module-scss-module__ZdyfXq__text {
    padding: 10px 0;
    font-size: 14px;
    line-height: 26px;
  }
}


/*# sourceMappingURL=apps_frontend_src_755e0eaa._.css.map*/