@import 'https://fonts.googleapis.com/css2?family=Mansalva&display=swap';@import 'https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap';/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@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-border-style: solid;
      --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-duration: 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-cyan-300: oklch(86.5% .127 207.078);
    --color-gray-400: oklch(70.7% .022 261.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

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

  ::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]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

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

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: 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 {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

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

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

  ::file-selector-button {
    appearance: button;
  }

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

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

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

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

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

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

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

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

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

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

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

  .container {
    width: 100%;
  }

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

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

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

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

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

  .flex {
    display: flex;
  }

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

  .h-\[150px\] {
    height: 150px;
  }

  .h-\[250px\] {
    height: 250px;
  }

  .h-full {
    height: 100%;
  }

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

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .min-w-\[15rem\] {
    min-width: 15rem;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

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

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-start {
    justify-content: flex-start;
  }

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

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

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

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

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-\[var\(--main-color\)\] {
    border-color: var(--main-color);
  }

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

  .\!bg-\[var\(--bg-color\)\]\/30 {
    background-color: var(--bg-color) !important;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .\!bg-\[var\(--bg-color\)\]\/30 {
      background-color: color-mix(in oklab, var(--bg-color) 30%, transparent) !important;
    }
  }

  .bg-\[var\(--bg-color\)\], .bg-\[var\(--bg-color\)\]\/50 {
    background-color: var(--bg-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--bg-color\)\]\/50 {
      background-color: color-mix(in oklab, var(--bg-color) 50%, transparent);
    }
  }

  .bg-\[var\(--bg-color\)\]\/60 {
    background-color: var(--bg-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--bg-color\)\]\/60 {
      background-color: color-mix(in oklab, var(--bg-color) 60%, transparent);
    }
  }

  .bg-\[var\(--bg-color\)\]\/70 {
    background-color: var(--bg-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--bg-color\)\]\/70 {
      background-color: color-mix(in oklab, var(--bg-color) 70%, transparent);
    }
  }

  .bg-\[var\(--bg-color\)\]\/90 {
    background-color: var(--bg-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[var\(--bg-color\)\]\/90 {
      background-color: color-mix(in oklab, var(--bg-color) 90%, transparent);
    }
  }

  .bg-black\/60 {
    background-color: #0009;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/60 {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }

  .object-cover {
    object-fit: cover;
  }

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

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

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

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

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

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

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

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

  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .text-\[2rem\] {
    font-size: 2rem;
  }

  .text-\[var\(--main-color\)\] {
    color: var(--main-color);
  }

  .text-\[var\(--second-color\)\], .text-\[var\(--second-color\)\]\/80 {
    color: var(--second-color);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-\[var\(--second-color\)\]\/80 {
      color: color-mix(in oklab, var(--second-color) 80%, transparent);
    }
  }

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

  .text-cyan-300 {
    color: var(--color-cyan-300);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .shadow-\[0_0_15px_20px_var\(--bg-color\)\]\/30 {
    --tw-shadow-alpha: 30%;
    --tw-shadow: 0 0 15px 20px var(--tw-shadow-color, var(--bg-color));
  }

  @supports (color: lab(from red l a b)) {
    .shadow-\[0_0_15px_20px_var\(--bg-color\)\]\/30 {
      --tw-shadow: 0 0 15px 20px var(--tw-shadow-color, oklab(from var(--bg-color) l a b / 30%));
    }
  }

  .shadow-\[0_0_15px_20px_var\(--bg-color\)\]\/30 {
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_0_16px_15px_var\(--bg-color\)\]\/50 {
    --tw-shadow-alpha: 50%;
    --tw-shadow: 0 0 16px 15px var(--tw-shadow-color, var(--bg-color));
  }

  @supports (color: lab(from red l a b)) {
    .shadow-\[0_0_16px_15px_var\(--bg-color\)\]\/50 {
      --tw-shadow: 0 0 16px 15px var(--tw-shadow-color, oklab(from var(--bg-color) l a b / 50%));
    }
  }

  .shadow-\[0_0_16px_15px_var\(--bg-color\)\]\/50 {
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_0_20px_15px_var\(--bg-color\)\]\/70 {
    --tw-shadow-alpha: 70%;
    --tw-shadow: 0 0 20px 15px var(--tw-shadow-color, var(--bg-color));
  }

  @supports (color: lab(from red l a b)) {
    .shadow-\[0_0_20px_15px_var\(--bg-color\)\]\/70 {
      --tw-shadow: 0 0 20px 15px var(--tw-shadow-color, oklab(from var(--bg-color) l a b / 70%));
    }
  }

  .shadow-\[0_0_20px_15px_var\(--bg-color\)\]\/70 {
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_0_10px_8px_var\(--bg-color\)\] {
    --tw-shadow: 0 0 10px 8px var(--tw-shadow-color, var(--bg-color));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--bg-color\)\]\/90:hover {
      background-color: var(--bg-color);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-\[var\(--bg-color\)\]\/90:hover {
        background-color: color-mix(in oklab, var(--bg-color) 90%, transparent);
      }
    }
  }

  .focus\:ring:focus {
    --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);
  }

  .focus\:ring-\[var\(--main-color\)\]:focus {
    --tw-ring-color: var(--main-color);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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-duration {
  syntax: "*";
  inherits: false
}


.light-theme {
  --main-color: #000;
  --bg-color: #fff;
  --second-color: #155e75;
}
.dark-theme {
  --main-color: #67e8f9;
  --bg-color: #000;
  --second-color: #bef264;
}
html {
  font-size: 16px;
}
.light-theme {
  color: #000;
}
.light-theme .background {
  background-image: url("../images/bg-light.png");
}
.dark-theme {
  color: #67e8f9;
}
.dark-theme .background {
  background-image: url("../images/bg-dark.png");
}
.background {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  margin: 0;
  font-family: "Mansalva", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
}
.section {
  padding: 1rem 2rem;
  text-align: center;
}
.btn {
  display: inline-flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  font-family: "Mansalva", sans-serif;
  color: var(--main-color);
  background-color: var(--bg-color);
  outline: none;
  box-shadow: 0 0 8px 5px var(--bg-color);
}
.btn:disabled {
  cursor: default;
  opacity: 0.5;
}
@media (hover: hover) {
  .btn {
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .btn:hover:not(:disabled) {
    scale: 1.05;
    color: var(--main-color);
  }
}
@media (width <= 750px) {
  .btn {
    padding: 0.5rem 1rem;
  }
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  border-radius: none;
  color: var(--main-color);
  background-color: transparent;
  outline: none;
}
.btn-icon:disabled {
  cursor: default;
  opacity: 0.5;
}
@media (hover: hover) {
  .btn-icon {
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .btn-icon:hover:not(:disabled) {
    scale: 1.2;
    color: var(--second-color);
  }
}
.link {
  display: inline-flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-family: "Mansalva", sans-serif;
  color: var(--second-color);
  background-color: transparent;
}
.link:disabled {
  cursor: default;
  opacity: 0.5;
}
@media (hover: hover) {
  .link {
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .link:hover:not(:disabled) {
    scale: 1.1;
  }
}
@media (width <= 750px) {
  .link {
    padding: 0.5rem 1rem;
  }
}
@media (width <= 768px) {
  html {
    font-size: 14px;
  }
}
@media (width <= 390px) {
  html {
    font-size: 10px;
  }
}._lds_11hfr_1,
._lds_11hfr_1 div {
  box-sizing: border-box;
}

._lds_11hfr_1 {
  position: relative;
  z-index: 200;
  display: inline-block;
  width: 80px;
  height: 80px;
}

._lds_11hfr_1 div {
  position: absolute;
  width: 6.4px;
  height: 6.4px;
  border-radius: 50%;
  background: currentcolor;
  animation: _lds-default_11hfr_1 1.2s linear infinite;
}

._lds_11hfr_1 div:nth-child(1) {
  top: 36.8px;
  left: 66.24px;
  animation-delay: 0s;
}

._lds_11hfr_1 div:nth-child(2) {
  top: 22.08px;
  left: 62.2957px;
  animation-delay: -0.1s;
}

._lds_11hfr_1 div:nth-child(3) {
  top: 11.3042px;
  left: 51.52px;
  animation-delay: -0.2s;
}

._lds_11hfr_1 div:nth-child(4) {
  top: 7.36px;
  left: 36.8px;
  animation-delay: -0.3s;
}

._lds_11hfr_1 div:nth-child(5) {
  top: 11.3042px;
  left: 22.08px;
  animation-delay: -0.4s;
}

._lds_11hfr_1 div:nth-child(6) {
  top: 22.08px;
  left: 11.3042px;
  animation-delay: -0.5s;
}

._lds_11hfr_1 div:nth-child(7) {
  top: 36.8px;
  left: 7.36px;
  animation-delay: -0.6s;
}

._lds_11hfr_1 div:nth-child(8) {
  top: 51.52px;
  left: 11.3042px;
  animation-delay: -0.7s;
}

._lds_11hfr_1 div:nth-child(9) {
  top: 62.2957px;
  left: 22.08px;
  animation-delay: -0.8s;
}

._lds_11hfr_1 div:nth-child(10) {
  top: 66.24px;
  left: 36.8px;
  animation-delay: -0.9s;
}

._lds_11hfr_1 div:nth-child(11) {
  top: 62.2957px;
  left: 51.52px;
  animation-delay: -1s;
}

._lds_11hfr_1 div:nth-child(12) {
  top: 51.52px;
  left: 62.2957px;
  animation-delay: -1.1s;
}

@keyframes _lds-default_11hfr_1 {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}