:root {
  --over-black: #000;
  --over-white: #fff;
  --over-gray-25: #fafafa;
  --over-gray-50: #f5f5f5;
  --over-gray-75: #ebebeb;
  --over-gray-90: #e0e0e0;
  --over-gray-100: #dbdbdb;
  --over-gray-200: #c2c2c2;
  --over-gray-300: #a8a8a8;
  --over-gray-400: #8f8f8f;
  --over-gray-500: #757575;
  --over-gray-600: #5c5c5c;
  --over-gray-700: #424242;
  --over-gray-800: #292929;
  --over-gray-900: #1a1a1a;
  --over-blue-25: #f1f5ff;
  --over-blue-50: #dde6fe;
  --over-blue-100: #c4d4fd;
  --over-blue-200: #a2bbfb;
  --over-blue-300: #6c93f9;
  --over-blue-400: #4576f7;
  --over-blue-500: #1e59f6;
  --over-blue-600: #1249d8;
  --over-blue-700: #133eaf;
  --over-blue-800: #133386;
  --over-orange: #f5773e;
  --over-orange-500: #eb6133;
  --over-orange-600: #e2502c;
  --profile-sky: #5493f7;
  --profile-red: #ff827a;
  --profile-purple: #c4a8ff;
  --profile-yellow: #ffdf6b;
  --profile-orange: #f16627;
  --profile-navy: #425270;
  --profile-teal: #27585e;
  --profile-pink: #e6829b;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover,
a:visited {
  outline: 0;
  color: inherit;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
button {
  padding: 0;
  border: 0;
  background-color: transparent;
  overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  box-sizing: border-box;
}
*,
:after,
:before {
  border: 0 solid;
}
:after,
:before {
  --tw-content: "";
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1080px) {
  .container {
    max-width: 1080px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0;
}
.left-1\/2,
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.top-\[35\%\] {
  top: 35%;
}
.top-\[50\%\] {
  top: 50%;
}
.z-\[10\] {
  z-index: 10;
}
.m-0 {
  margin: 0;
}
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-\[80px\] {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ml-\[40px\] {
  margin-left: 40px;
}
.mr-\[40px\] {
  margin-right: 40px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.box-content {
  box-sizing: content-box;
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
}
.line-clamp-1,
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp-4 {
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[138px\] {
  height: 138px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[182px\] {
  height: 182px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[218px\] {
  height: 218px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[404px\] {
  height: 404px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[432px\] {
  height: 432px;
}
.h-\[456px\] {
  height: 456px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[541px\] {
  height: 541px;
}
.h-\[561px\] {
  height: 561px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[620px\] {
  height: 620px;
}
.h-\[640px\] {
  height: 640px;
}
.h-\[680px\] {
  height: 680px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[76px\] {
  height: 76px;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[210px\] {
  max-height: 210px;
}
.w-\[1080px\] {
  width: 1080px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[216px\] {
  width: 216px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[342px\] {
  width: 342px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[362px\] {
  width: 362px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[420px\] {
  width: 420px;
}
.w-\[440px\] {
  width: 440px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[520px\] {
  width: 520px;
}
.w-\[640px\] {
  width: 640px;
}
.w-\[900px\] {
  width: 900px;
}
.w-\[960px\] {
  width: 960px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.max-w-\[1080px\] {
  max-width: 1080px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1240px\] {
  max-width: 1240px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[310px\] {
  max-width: 310px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[48px\] {
  max-width: 48px;
}
.max-w-\[630px\] {
  max-width: 630px;
}
.max-w-\[688px\] {
  max-width: 688px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2,
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
}
.-translate-y-1\/2,
.transform,
.translate-y-\[-50\%\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes slide-in {
  0% {
    left: 100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.animate-slide-in {
  animation: slide-in 0.35s ease-out forwards;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.list-none {
  list-style-type: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-0 {
  gap: 0;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[35px\] {
  gap: 35px;
}
.gap-\[36px\] {
  gap: 36px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[86px\] {
  gap: 86px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[9px\] {
  gap: 9px;
}
.gap-x-\[10px\] {
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.gap-x-\[16px\] {
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.gap-x-\[20px\] {
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.gap-x-\[30px\] {
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.gap-x-\[48px\] {
  -moz-column-gap: 48px;
  column-gap: 48px;
}
.gap-x-\[86px\] {
  -moz-column-gap: 86px;
  column-gap: 86px;
}
.gap-y-\[10px\] {
  row-gap: 10px;
}
.gap-y-\[16px\] {
  row-gap: 16px;
}
.gap-y-\[20px\] {
  row-gap: 20px;
}
.gap-y-\[22px\] {
  row-gap: 22px;
}
.gap-y-\[24px\] {
  row-gap: 24px;
}
.gap-y-\[40px\] {
  row-gap: 40px;
}
.gap-y-\[4px\] {
  row-gap: 4px;
}
.gap-y-\[80px\] {
  row-gap: 80px;
}
.gap-y-\[84px\] {
  row-gap: 84px;
}
.gap-y-\[8px\] {
  row-gap: 8px;
}
.space-x-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[12px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[169px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(169px * var(--tw-space-x-reverse));
  margin-left: calc(169px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[24px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[32px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(32px * var(--tw-space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-\[12px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.space-y-\[18px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18px * var(--tw-space-y-reverse));
}
.space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.space-y-\[24px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-y-\[40px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.space-y-\[60px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60px * var(--tw-space-y-reverse));
}
.space-y-\[80px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(80px * var(--tw-space-y-reverse));
}
.space-y-\[8px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded-\[120px\] {
  border-radius: 120px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[36px\] {
  border-radius: 36px;
}
.rounded-\[54px\] {
  border-radius: 54px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-r-\[36px\] {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}
.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-over-gray-200 {
  border-color: var(--over-gray-200);
}
.border-over-gray-25 {
  border-color: var(--over-gray-25);
}
.border-over-gray-75 {
  border-color: var(--over-gray-75);
}
.border-over-gray-90 {
  border-color: var(--over-gray-90);
}
.border-t-over-gray-100 {
  border-top-color: var(--over-gray-100);
}
.bg-\[\#F4F1EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 239 / var(--tw-bg-opacity));
}
.bg-\[\#FBFAF9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 249 / var(--tw-bg-opacity));
}
.bg-\[\#f9fafb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\]\/60 {
  background-color: hsla(0, 0%, 100%, 0.6);
}
.bg-over-black {
  background-color: var(--over-black);
}
.bg-over-blue-400 {
  background-color: var(--over-blue-400);
}
.bg-over-gray-100 {
  background-color: var(--over-gray-100);
}
.bg-over-gray-25 {
  background-color: var(--over-gray-25);
}
.bg-over-gray-50 {
  background-color: var(--over-gray-50);
}
.bg-over-gray-700 {
  background-color: var(--over-gray-700);
}
.bg-over-gray-75 {
  background-color: var(--over-gray-75);
}
.bg-over-gray-90 {
  background-color: var(--over-gray-90);
}
.bg-over-orange {
  background-color: var(--over-orange);
}
.bg-over-orange-600 {
  background-color: var(--over-orange-600);
}
.bg-over-white {
  background-color: var(--over-white);
}
.bg-profile-navy {
  background-color: var(--profile-navy);
}
.bg-profile-orange {
  background-color: var(--profile-orange);
}
.bg-profile-pink {
  background-color: var(--profile-pink);
}
.bg-profile-purple {
  background-color: var(--profile-purple);
}
.bg-profile-red {
  background-color: var(--profile-red);
}
.bg-profile-sky {
  background-color: var(--profile-sky);
}
.bg-profile-teal {
  background-color: var(--profile-teal);
}
.bg-profile-yellow {
  background-color: var(--profile-yellow);
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[20px\] {
  padding: 20px;
}
.px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[36px\] {
  padding-left: 36px;
  padding-right: 36px;
}
.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}
.px-\[90px\] {
  padding-left: 90px;
  padding-right: 90px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[19px\] {
  padding-top: 19px;
  padding-bottom: 19px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[44px\] {
  padding-top: 44px;
  padding-bottom: 44px;
}
.py-\[58px\] {
  padding-top: 58px;
  padding-bottom: 58px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pb-\[0\.5em\] {
  padding-bottom: 0.5em;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[11px\] {
  padding-bottom: 11px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pl-\[0\.1em\] {
  padding-left: 0.1em;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[64px\] {
  padding-left: 64px;
}
.pr-\[0\.1em\] {
  padding-right: 0.1em;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[24px\] {
  padding-right: 24px;
}
.pr-\[28px\] {
  padding-right: 28px;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[11px\] {
  padding-top: 11px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-O11m {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.text-O14m {
  font-weight: 500;
}
.text-O14m,
.text-O14r {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.text-O14r {
  font-weight: 400;
}
.text-O16b {
  font-weight: 700;
}
.text-O16b,
.text-O16m {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
}
.text-O16m {
  font-weight: 500;
}
.text-O16r {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.text-O18b {
  font-weight: 700;
}
.text-O18b,
.text-O18m {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.text-O18m {
  font-weight: 500;
}
.text-O20b {
  font-weight: 700;
}
.text-O20b,
.text-O20m {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
}
.text-O20m {
  font-weight: 500;
}
.text-O24b {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.text-O28b {
  font-weight: 700;
}
.text-O28b,
.text-O28m {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.02em;
}
.text-O28m {
  font-weight: 500;
}
.text-O32b {
  line-height: 44px;
  font-weight: 700;
}
.text-O32b,
.text-O32m {
  font-size: 32px;
  letter-spacing: 0.02em;
}
.text-O32m {
  line-height: 36px;
  font-weight: 500;
}
.text-O40m {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.text-O42b {
  font-size: 42px;
  line-height: 58px;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.text-O44m {
  font-size: 44px;
  line-height: 52px;
}
.text-O44m,
.text-O48m {
  letter-spacing: 0.02em;
  font-weight: 500;
}
.text-O48m {
  font-size: 48px;
  line-height: 66px;
}
.text-O56b {
  font-weight: 700;
}
.text-O56b,
.text-O56m {
  font-size: 56px;
  line-height: 76px;
  letter-spacing: 0.02em;
}
.text-O56m {
  font-weight: 500;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[50px\] {
  font-size: 50px;
}
.leading-\[0\.1em\] {
  line-height: 0.1em;
}
.leading-\[45px\] {
  line-height: 45px;
}
.leading-\[52px\] {
  line-height: 52px;
}
.leading-\[60px\] {
  line-height: 60px;
}
.leading-\[62px\] {
  line-height: 62px;
}
.leading-\[66px\] {
  line-height: 66px;
}
.leading-\[72px\] {
  line-height: 72px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.text-\[\#23272E\] {
  --tw-text-opacity: 1;
  color: rgb(35 39 46 / var(--tw-text-opacity));
}
.text-over-black {
  color: var(--over-black);
}
.text-over-blue-400 {
  color: var(--over-blue-400);
}
.text-over-gray-200 {
  color: var(--over-gray-200);
}
.text-over-gray-25 {
  color: var(--over-gray-25);
}
.text-over-gray-400 {
  color: var(--over-gray-400);
}
.text-over-gray-600 {
  color: var(--over-gray-600);
}
.text-over-gray-900 {
  color: var(--over-gray-900);
}
.text-over-orange {
  color: var(--over-orange);
}
.text-over-white {
  color: var(--over-white);
}
.underline {
  text-decoration-line: underline;
}
.decoration-\[1px\] {
  text-decoration-thickness: 1px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-\[25\%\] {
  opacity: 25%;
}
.invert {
  --tw-invert: invert(100%);
}
.invert,
.sepia {
  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);
}
.sepia {
  --tw-sepia: sepia(100%);
}
.filter {
  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);
}
.backdrop-blur-\[8px\] {
  --tw-backdrop-blur: blur(8px);
}
.backdrop-blur-\[8px\],
.backdrop-blur-sm {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}
.backdrop-filter-none {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-300 {
  transition-duration: 0.3s;
}
html {
  font-family: Manrope, sans-serif;
}
.before\:invisible:before {
  content: var(--tw-content);
  visibility: hidden;
}
.before\:block:before {
  content: var(--tw-content);
  display: block;
}
.before\:h-\[0\]:before {
  content: var(--tw-content);
  height: 0;
}
.before\:overflow-hidden:before {
  content: var(--tw-content);
  overflow: hidden;
}
.before\:font-bold:before {
  content: var(--tw-content);
  font-weight: 700;
}
.before\:content-\[attr\(data-content\)\]:before {
  --tw-content: attr(data-content);
  content: var(--tw-content);
}
.hover\:border-over-gray-75:hover {
  border-color: var(--over-gray-75);
}
.hover\:bg-\[\#f7f5f4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 244 / var(--tw-bg-opacity));
}
.hover\:bg-over-gray-75:hover {
  background-color: var(--over-gray-75);
}
.hover\:bg-over-gray-800:hover {
  background-color: var(--over-gray-800);
}
.hover\:bg-over-orange-500:hover {
  background-color: var(--over-orange-500);
}
.hover\:bg-over-white:hover {
  background-color: var(--over-white);
}
.hover\:font-medium:hover {
  font-weight: 500;
}
.hover\:text-over-blue-500:hover {
  color: var(--over-blue-500);
}
.hover\:text-over-orange-500:hover {
  color: var(--over-orange-500);
}
.active\:border-over-gray-75:active {
  border-color: var(--over-gray-75);
}
.active\:bg-\[\#f6f3f1\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(246 243 241 / var(--tw-bg-opacity));
}
.active\:bg-over-gray-100:active {
  background-color: var(--over-gray-100);
}
.active\:bg-over-gray-25:active {
  background-color: var(--over-gray-25);
}
.active\:bg-over-gray-50:active {
  background-color: var(--over-gray-50);
}
.active\:bg-over-gray-700:active {
  background-color: var(--over-gray-700);
}
.active\:bg-over-orange-600:active {
  background-color: var(--over-orange-600);
}
.active\:font-medium:active {
  font-weight: 500;
}
.active\:text-over-blue-500:active {
  color: var(--over-blue-500);
}
.active\:text-over-orange-600:active {
  color: var(--over-orange-600);
}
@media (min-width: 1440px) {
  .pc\:ml-\[60px\] {
    margin-left: 60px;
  }
  .pc\:mr-\[60px\] {
    margin-right: 60px;
  }
  .pc\:h-\[191px\] {
    height: 191px;
  }
  .pc\:h-\[540px\] {
    height: 540px;
  }
  .pc\:h-\[600px\] {
    height: 600px;
  }
  .pc\:h-\[660px\] {
    height: 660px;
  }
  .pc\:w-\[1080px\] {
    width: 1080px;
  }
  .pc\:w-\[226px\] {
    width: 226px;
  }
  .pc\:w-\[260px\] {
    width: 260px;
  }
  .pc\:w-\[400px\] {
    width: 400px;
  }
  .pc\:w-\[420px\] {
    width: 420px;
  }
  .pc\:w-\[480px\] {
    width: 480px;
  }
  .pc\:w-\[600px\] {
    width: 600px;
  }
  .pc\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }
  .pc\:px-\[270px\] {
    padding-left: 270px;
    padding-right: 270px;
  }
  .pc\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pc\:pt-\[120px\] {
    padding-top: 120px;
  }
  .pc\:text-O60m {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media (min-width: 1080px) and (max-width: 1439px) {
  .labtop\:h-\[280px\] {
    height: 280px;
  }
  .labtop\:w-\[280px\] {
    width: 280px;
  }
  .labtop\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
  .labtop\:py-\[68px\] {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
@media (min-width: 1080px) {
  .tablet-up\:leading-\[60px\] {
    line-height: 60px;
  }
  .tablet-up\:leading-\[66px\] {
    line-height: 66px;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .tablet\:m-\[60px\] {
    margin: 60px;
  }
  .tablet\:mx-\[60px\] {
    margin-left: 60px;
    margin-right: 60px;
  }
  .tablet\:ml-\[30px\] {
    margin-left: 30px;
  }
  .tablet\:mr-\[30px\] {
    margin-right: 30px;
  }
  .tablet\:hidden {
    display: none;
  }
  .tablet\:h-\[135px\] {
    height: 135px;
  }
  .tablet\:h-\[180px\] {
    height: 180px;
  }
  .tablet\:h-\[262px\] {
    height: 262px;
  }
  .tablet\:h-\[280px\] {
    height: 280px;
  }
  .tablet\:h-\[305px\] {
    height: 305px;
  }
  .tablet\:h-\[360px\] {
    height: 360px;
  }
  .tablet\:h-\[373px\] {
    height: 373px;
  }
  .tablet\:h-\[460px\] {
    height: 460px;
  }
  .tablet\:h-\[480px\] {
    height: 480px;
  }
  .tablet\:w-\[160px\] {
    width: 160px;
  }
  .tablet\:w-\[180px\] {
    width: 180px;
  }
  .tablet\:w-\[280px\] {
    width: 280px;
  }
  .tablet\:w-\[288px\] {
    width: 288px;
  }
  .tablet\:w-\[318px\] {
    width: 318px;
  }
  .tablet\:w-\[344px\] {
    width: 344px;
  }
  .tablet\:w-\[368px\] {
    width: 368px;
  }
  .tablet\:w-\[400px\] {
    width: 400px;
  }
  .tablet\:w-\[688px\] {
    width: 688px;
  }
  .tablet\:w-\[768px\] {
    width: 768px;
  }
  .tablet\:max-w-\[334px\] {
    max-width: 334px;
  }
  .tablet\:max-w-\[340px\] {
    max-width: 340px;
  }
  .tablet\:max-w-\[688px\] {
    max-width: 688px;
  }
  .tablet\:max-w-\[959px\] {
    max-width: 959px;
  }
  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet\:flex-col {
    flex-direction: column;
  }
  .tablet\:items-center {
    align-items: center;
  }
  .tablet\:gap-\[20px\] {
    gap: 20px;
  }
  .tablet\:gap-\[24px\] {
    gap: 24px;
  }
  .tablet\:gap-x-\[12px\] {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .tablet\:gap-x-\[24px\] {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .tablet\:gap-y-\[40px\] {
    row-gap: 40px;
  }
  .tablet\:space-x-\[20px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }
  .tablet\:space-x-\[96px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96px * var(--tw-space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
  }
  .tablet\:space-y-\[24px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }
  .tablet\:space-y-\[32px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }
  .tablet\:space-y-\[60px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }
  .tablet\:whitespace-normal {
    white-space: normal;
  }
  .tablet\:p-\[32px\] {
    padding: 32px;
  }
  .tablet\:p-\[60px\] {
    padding: 60px;
  }
  .tablet\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .tablet\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .tablet\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
  .tablet\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tablet\:py-\[84px\] {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .tablet\:text-O16b {
    font-weight: 700;
  }
  .tablet\:text-O16b,
  .tablet\:text-O16m {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .tablet\:text-O16m {
    font-weight: 500;
  }
  .tablet\:text-O24b {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
  .tablet\:text-O28b {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
  .tablet\:text-O32m {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .tablet\:text-O36b {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
  .tablet\:text-O40m {
    font-size: 40px;
  }
  .tablet\:text-O40m,
  .tablet\:text-O42m {
    line-height: 48px;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .tablet\:text-O42m {
    font-size: 42px;
  }
  .tablet\:leading-\[40px\] {
    line-height: 40px;
  }
  .tablet\:leading-\[44px\] {
    line-height: 44px;
  }
  .tablet\:leading-\[45px\] {
    line-height: 45px;
  }
  .tablet\:leading-\[48px\] {
    line-height: 48px;
  }
}
@media (max-width: 1079px) {
  .tablet-down\:mx-\[60px\] {
    margin-left: 60px;
    margin-right: 60px;
  }
  .tablet-down\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .tablet-down\:hidden {
    display: none;
  }
  .tablet-down\:h-\[160px\] {
    height: 160px;
  }
  .tablet-down\:h-\[189px\] {
    height: 189px;
  }
  .tablet-down\:h-\[24px\] {
    height: 24px;
  }
  .tablet-down\:h-\[291px\] {
    height: 291px;
  }
  .tablet-down\:h-\[32px\] {
    height: 32px;
  }
  .tablet-down\:h-\[348px\] {
    height: 348px;
  }
  .tablet-down\:h-\[425px\] {
    height: 425px;
  }
  .tablet-down\:h-\[64px\] {
    height: 64px;
  }
  .tablet-down\:h-\[65\.5px\] {
    height: 65.5px;
  }
  .tablet-down\:h-\[66px\] {
    height: 66px;
  }
  .tablet-down\:w-\[24px\] {
    width: 24px;
  }
  .tablet-down\:w-\[288px\] {
    width: 288px;
  }
  .tablet-down\:w-\[32px\] {
    width: 32px;
  }
  .tablet-down\:w-full {
    width: 100%;
  }
  .tablet-down\:min-w-\[250px\] {
    min-width: 250px;
  }
  .tablet-down\:max-w-\[1019px\] {
    max-width: 1019px;
  }
  .tablet-down\:max-w-\[220px\] {
    max-width: 220px;
  }
  .tablet-down\:max-w-none {
    max-width: none;
  }
  .tablet-down\:flex-row {
    flex-direction: row;
  }
  .tablet-down\:flex-col {
    flex-direction: column;
  }
  .tablet-down\:justify-between {
    justify-content: space-between;
  }
  .tablet-down\:gap-0 {
    gap: 0;
  }
  .tablet-down\:gap-\[10px\] {
    gap: 10px;
  }
  .tablet-down\:gap-\[20px\] {
    gap: 20px;
  }
  .tablet-down\:gap-\[24px\] {
    gap: 24px;
  }
  .tablet-down\:gap-x-0 {
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .tablet-down\:gap-y-\[20px\] {
    row-gap: 20px;
  }
  .tablet-down\:gap-y-\[40px\] {
    row-gap: 40px;
  }
  .tablet-down\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .tablet-down\:space-x-\[10px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }
  .tablet-down\:space-x-\[12px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }
  .tablet-down\:space-x-\[8px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }
  .tablet-down\:space-y-\[12px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }
  .tablet-down\:space-y-\[36px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px * var(--tw-space-y-reverse));
  }
  .tablet-down\:rounded-\[20px\] {
    border-radius: 20px;
  }
  .tablet-down\:p-\[12px\] {
    padding: 12px;
  }
  .tablet-down\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
  .tablet-down\:py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tablet-down\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tablet-down\:pl-\[16px\] {
    padding-left: 16px;
  }
  .tablet-down\:pr-\[20px\] {
    padding-right: 20px;
  }
  .tablet-down\:text-center {
    text-align: center;
  }
  .tablet-down\:text-O12m {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .tablet-down\:text-O14m {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .tablet-down\:text-O16m {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .tablet-down\:text-O18b {
    font-weight: 700;
  }
  .tablet-down\:text-O18b,
  .tablet-down\:text-O18m {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
  .tablet-down\:text-O18m {
    font-weight: 500;
  }
  .tablet-down\:text-O24m {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .tablet-down\:text-O32m {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .tablet-down\:text-O36b {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
  .tablet-down\:text-O48b {
    font-size: 48px;
    line-height: 66px;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
  .tablet-down\:leading-\[44px\] {
    line-height: 44px;
  }
  .tablet-down\:leading-\[48px\] {
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .mobile\:static {
    position: static;
  }
  .mobile\:right-0 {
    right: 0;
  }
  .mobile\:top-0 {
    top: 0;
  }
  .mobile\:m-\[20px\] {
    margin: 20px;
  }
  .mobile\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mobile\:my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mobile\:ml-0 {
    margin-left: 0;
  }
  .mobile\:ml-\[3px\] {
    margin-left: 3px;
  }
  .mobile\:mr-0 {
    margin-right: 0;
  }
  .mobile\:mt-\[12px\] {
    margin-top: 12px;
  }
  .mobile\:mt-\[54px\] {
    margin-top: 54px;
  }
  .mobile\:block {
    display: block;
  }
  .mobile\:flex {
    display: flex;
  }
  .mobile\:hidden {
    display: none;
  }
  .mobile\:h-\[117px\] {
    height: 117px;
  }
  .mobile\:h-\[120px\] {
    height: 120px;
  }
  .mobile\:h-\[121px\] {
    height: 121px;
  }
  .mobile\:h-\[180px\] {
    height: 180px;
  }
  .mobile\:h-\[205px\] {
    height: 205px;
  }
  .mobile\:h-\[24px\] {
    height: 24px;
  }
  .mobile\:h-\[250px\] {
    height: 250px;
  }
  .mobile\:h-\[265px\] {
    height: 265px;
  }
  .mobile\:h-\[320px\] {
    height: 320px;
  }
  .mobile\:h-\[332px\] {
    height: 332px;
  }
  .mobile\:h-\[36px\] {
    height: 36px;
  }
  .mobile\:h-\[55px\] {
    height: 55px;
  }
  .mobile\:h-\[80px\] {
    height: 80px;
  }
  .mobile\:h-auto {
    height: auto;
  }
  .mobile\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .mobile\:h-full {
    height: 100%;
  }
  .mobile\:min-h-\[190px\] {
    min-height: 190px;
  }
  .mobile\:w-\[144px\] {
    width: 144px;
  }
  .mobile\:w-\[160px\] {
    width: 160px;
  }
  .mobile\:w-\[180px\] {
    width: 180px;
  }
  .mobile\:w-\[24px\] {
    width: 24px;
  }
  .mobile\:w-\[250px\] {
    width: 250px;
  }
  .mobile\:w-\[300px\] {
    width: 300px;
  }
  .mobile\:w-\[304px\] {
    width: 304px;
  }
  .mobile\:w-\[320px\] {
    width: 320px;
  }
  .mobile\:w-\[36px\] {
    width: 36px;
  }
  .mobile\:w-\[80px\] {
    width: 80px;
  }
  .mobile\:w-full {
    width: 100%;
  }
  .mobile\:min-w-0 {
    min-width: 0;
  }
  .mobile\:max-w-\[727px\] {
    max-width: 727px;
  }
  .mobile\:max-w-full {
    max-width: 100%;
  }
  .mobile\:max-w-none {
    max-width: none;
  }
  .mobile\:flex-none {
    flex: none;
  }
  .mobile\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .mobile\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .mobile\:flex-col {
    flex-direction: column;
  }
  .mobile\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .mobile\:items-center {
    align-items: center;
  }
  .mobile\:justify-center {
    justify-content: center;
  }
  .mobile\:gap-\[16px\] {
    gap: 16px;
  }
  .mobile\:gap-\[20px\] {
    gap: 20px;
  }
  .mobile\:gap-\[32px\] {
    gap: 32px;
  }
  .mobile\:gap-x-0 {
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .mobile\:gap-x-\[8px\] {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .mobile\:gap-y-\[12px\] {
    row-gap: 12px;
  }
  .mobile\:gap-y-\[13px\] {
    row-gap: 13px;
  }
  .mobile\:gap-y-\[24px\] {
    row-gap: 24px;
  }
  .mobile\:gap-y-\[30px\] {
    row-gap: 30px;
  }
  .mobile\:gap-y-\[32px\] {
    row-gap: 32px;
  }
  .mobile\:gap-y-\[54px\] {
    row-gap: 54px;
  }
  .mobile\:space-x-0 > :not([hidden]) ~ :not([hidden]),
  .mobile\:space-x-\[0\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .mobile\:space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }
  .mobile\:space-y-\[32px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }
  .mobile\:space-y-\[4px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }
  .mobile\:space-y-\[60px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }
  .mobile\:space-y-\[7px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
  }
  .mobile\:space-y-\[8px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }
  .mobile\:self-center {
    align-self: center;
  }
  .mobile\:whitespace-normal {
    white-space: normal;
  }
  .mobile\:whitespace-nowrap {
    white-space: nowrap;
  }
  .mobile\:rounded-\[72px\] {
    border-radius: 72px;
  }
  .mobile\:border-b {
    border-bottom-width: 1px;
  }
  .mobile\:border-solid {
    border-style: solid;
  }
  .mobile\:border-none {
    border-style: none;
  }
  .mobile\:border-b-over-gray-100 {
    border-bottom-color: var(--over-gray-100);
  }
  .mobile\:bg-\[inherit\] {
    background-color: inherit;
  }
  .mobile\:p-0 {
    padding: 0;
  }
  .mobile\:p-\[20px\] {
    padding: 20px;
  }
  .mobile\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mobile\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mobile\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .mobile\:py-\[28px\] {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .mobile\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mobile\:py-\[75px\] {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .mobile\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mobile\:pb-\[16px\] {
    padding-bottom: 16px;
  }
  .mobile\:pt-\[16px\] {
    padding-top: 16px;
  }
  .mobile\:pt-\[40px\] {
    padding-top: 40px;
  }
  .mobile\:pt-\[60px\] {
    padding-top: 60px;
  }
  .mobile\:text-center {
    text-align: center;
  }
  .mobile\:text-O14b {
    font-weight: 700;
  }
  .mobile\:text-O14b,
  .mobile\:text-O14m {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
  }
  .mobile\:text-O14m {
    font-weight: 500;
  }
  .mobile\:text-O16b {
    font-weight: 700;
  }
  .mobile\:text-O16b,
  .mobile\:text-O16m {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .mobile\:text-O16m {
    font-weight: 500;
  }
  .mobile\:text-O20b {
    font-weight: 700;
  }
  .mobile\:text-O20b,
  .mobile\:text-O20m {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
  }
  .mobile\:text-O20m {
    font-weight: 500;
  }
  .mobile\:text-O24m {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .mobile\:text-O28b {
    font-weight: 700;
  }
  .mobile\:text-O28b,
  .mobile\:text-O28m {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.02em;
  }
  .mobile\:text-O28m {
    font-weight: 500;
  }
  .mobile\:text-O32m {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .mobile\:text-\[24px\] {
    font-size: 24px;
  }
  .mobile\:text-\[44px\] {
    font-size: 44px;
  }
  .mobile\:leading-\[28px\] {
    line-height: 28px;
  }
  .mobile\:leading-\[36px\] {
    line-height: 36px;
  }
  .mobile\:leading-\[41px\] {
    line-height: 41px;
  }
  .mobile\:leading-\[42px\] {
    line-height: 42px;
  }
  .mobile\:text-over-black {
    color: var(--over-black);
  }
  .mobile\:text-over-orange {
    color: var(--over-orange);
  }
  .mobile\:hover\:bg-\[inherit\]:hover {
    background-color: inherit;
  }
  .mobile\:hover\:font-medium:hover {
    font-weight: 500;
  }
  .mobile\:active\:bg-\[inherit\]:active {
    background-color: inherit;
  }
  .mobile\:active\:font-medium:active {
    font-weight: 500;
  }
}
.hover\:\[\&\>svg\]\:opacity-\[\.50\] > svg:hover {
  opacity: 0.5;
}
.active\:\[\&\>svg\]\:opacity-\[\.65\] > svg:active {
  opacity: 0.65;
}
@media (max-width: 715px) {
  .\[\@media\(max-width\:715px\)\]\:flex-col {
    flex-direction: column;
  }
  .\[\@media\(max-width\:715px\)\]\:items-center {
    align-items: center;
  }
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/78187650dd6b50b3-s.woff2) format("woff2");
  unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f,
    U+fe2e-fe2f;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/4529092560591ab4-s.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/b8222d26e20b2e06-s.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037a-037f, U+0384-038a, U+038c, U+038e-03a1,
    U+03a3-03ff;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/008f2e8b4aae291f-s.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1,
    U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1ea0-1ef9, U+20ab;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/3c46462b57ac880e-s.woff2) format("woff2");
  unicode-range: U+0100-02af, U+0304, U+0308, U+0329, U+1e00-1e9f, U+1ef2-1eff,
    U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/3534416bbfdcc9be-s.p.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+feff, U+fffd;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/78187650dd6b50b3-s.woff2) format("woff2");
  unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f,
    U+fe2e-fe2f;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/4529092560591ab4-s.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/b8222d26e20b2e06-s.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037a-037f, U+0384-038a, U+038c, U+038e-03a1,
    U+03a3-03ff;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/008f2e8b4aae291f-s.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1,
    U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1ea0-1ef9, U+20ab;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/3c46462b57ac880e-s.woff2) format("woff2");
  unicode-range: U+0100-02af, U+0304, U+0308, U+0329, U+1e00-1e9f, U+1ef2-1eff,
    U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/3534416bbfdcc9be-s.p.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+feff, U+fffd;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/78187650dd6b50b3-s.woff2) format("woff2");
  unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f,
    U+fe2e-fe2f;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/4529092560591ab4-s.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/b8222d26e20b2e06-s.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037a-037f, U+0384-038a, U+038c, U+038e-03a1,
    U+03a3-03ff;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/008f2e8b4aae291f-s.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1,
    U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1ea0-1ef9, U+20ab;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/3c46462b57ac880e-s.woff2) format("woff2");
  unicode-range: U+0100-02af, U+0304, U+0308, U+0329, U+1e00-1e9f, U+1ef2-1eff,
    U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/3534416bbfdcc9be-s.p.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+feff, U+fffd;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/78187650dd6b50b3-s.woff2) format("woff2");
  unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f,
    U+fe2e-fe2f;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/4529092560591ab4-s.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/b8222d26e20b2e06-s.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037a-037f, U+0384-038a, U+038c, U+038e-03a1,
    U+03a3-03ff;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/008f2e8b4aae291f-s.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1,
    U+01af-01b0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1ea0-1ef9, U+20ab;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/3c46462b57ac880e-s.woff2) format("woff2");
  unicode-range: U+0100-02af, U+0304, U+0308, U+0329, U+1e00-1e9f, U+1ef2-1eff,
    U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Manrope_74146c;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/3534416bbfdcc9be-s.p.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+feff, U+fffd;
}
@font-face {
  font-family: __Manrope_Fallback_74146c;
  src: local("Arial");
  ascent-override: 102.96%;
  descent-override: 28.98%;
  line-gap-override: 0%;
  size-adjust: 103.53%;
}
.__className_74146c {
  font-family: __Manrope_74146c, __Manrope_Fallback_74146c;
  font-style: normal;
}
@font-face {
  font-family: __Poppins_86336c;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/46c21389e888bf13-s.woff2) format("woff2");
  unicode-range: U+0100-02af, U+0304, U+0308, U+0329, U+1e00-1e9f, U+1ef2-1eff,
    U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Poppins_86336c;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+feff, U+fffd;
}
@font-face {
  font-family: __Poppins_86336c;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/f5767adec246cdc1-s.woff2) format("woff2");
  unicode-range: U+0100-02af, U+0304, U+0308, U+0329, U+1e00-1e9f, U+1ef2-1eff,
    U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Poppins_86336c;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+feff, U+fffd;
}
@font-face {
  font-family: __Poppins_86336c;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/0a03a6d30c07af2e-s.woff2) format("woff2");
  unicode-range: U+0100-02af, U+0304, U+0308, U+0329, U+1e00-1e9f, U+1ef2-1eff,
    U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Poppins_86336c;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+feff, U+fffd;
}
@font-face {
  font-family: __Poppins_86336c;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/30cd8f99d32fa6e8-s.woff2) format("woff2");
  unicode-range: U+0100-02af, U+0304, U+0308, U+0329, U+1e00-1e9f, U+1ef2-1eff,
    U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: __Poppins_86336c;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+feff, U+fffd;
}
@font-face {
  font-family: __Poppins_Fallback_86336c;
  src: local("Arial");
  ascent-override: 92.33%;
  descent-override: 30.78%;
  line-gap-override: 8.79%;
  size-adjust: 113.73%;
}
.__className_86336c {
  font-family: __Poppins_86336c, __Poppins_Fallback_86336c;
  font-style: normal;
}
