/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/lme/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!../nodevenv/lme/20/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./styles/globals.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
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;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-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 {
  display: block;
  vertical-align: middle;
}
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;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
: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;
}
::-moz-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::-moz-placeholder {
    color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
  ::placeholder {
    color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      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;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
.static {
  position: static;
}
.mx-auto {
  margin-inline: auto;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.w-full {
  width: 100%;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.text-left {
  text-align: left;
}
.font-\[Grandstander\] {
  font-family: Grandstander;
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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,);
}
@media (min-width: 1000px) {
  * {
    font-family: 'Grandstander', cursive;
  }
  body {
    width: 100%;
    min-height: 100vh;
    padding-top: 165px;
    color: white;
    background-color: #7C0202;
    display: flex;
    flex-direction: column;
  }
  .navbar {
    background-color: #0F0F0F;
    box-shadow: 0px 1px 15px 7px #e10a0a;
    padding: 35px 20px;
    position: fixed;
    z-index: 100;
    display: flex;
    flex-direction: column;
    top: 0;
    width: 100%;
    align-items: center;
  }
  .navbar-content {
    display: flex;
    width: 100%;
  }
  .navbar-menu_list {
    margin-left: auto;
    justify-content: center;
    margin-top: 3%;
    margin-right: 10px;
  }
  .isi-navbar {
    margin-left: auto;
  }
  .logo {
    height: 80px;
    margin-top: 10px;
    margin-left: 55px;
  }
  .container-home {
    display: flex;
    flex-direction: row;
    width: 100px;
  }
  .home-text {
    margin-top: 3px;
  }
  .home {
    color: green;
    margin-right: 5px;
  }
  .arrow-down {
    color: #00BE61;
  }
  .navbar-menu_list ul {
    display: flex;
    flex-direction: row;
    color: #f5f5f5;
  }
  #pilih:hover {
    text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 30px rgb(251, 251, 251);
  }
  #pilih-curhat {
    color: #0b0c0c;
    transition: all 1s ease;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    background-color: pink;
    border-radius: 5px;
  }
  #pilih-curhat:hover {
    color: black;
    filter: drop-shadow(0 0 1em #fffffe);
    border-radius: 15px;
  }
  .navbar-menu_list ul li {
    font-family: 'Grandstander', cursive;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin-right: 25px;
    padding: 5px;
  }
  .dropdown-li {
    position: relative;
    cursor: pointer;
    padding: 10px 15px;
    color: white;
  }
  .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #d3d3d3;
    display: flex;
    padding: 10px;
    border-radius: 8px;
    z-index: 100;
    gap: 20px;
  }
  .navbar-menu_list2 {
    margin-left: 10px;
    flex-direction: row;
    display: flex;
    gap: 10px;
  }
  .app-login {
    width: 135px;
    height: 40px;
    content: none;
    background-size: cover;
    transition: background-img 0.3s ease-in-out;
    margin: 5px 0px 0px 10px;
  }
  .app-login:hover {
    transition: background-img 0.3s ease-in-out;
    filter: drop-shadow(0 0 0.3em #f5f5f5);
    background-img: url(/_next/static/media/login2.c4be6326.png);
  }
  .app-register {
    width: 135px;
    height: 40px;
    content: none;
    margin-top: 5px;
    background-size: cover;
    transition: background-img 0.3s ease-in-out;
  }
  .app-register:hover {
    content: none;
    filter: drop-shadow(0 0 0.3em #f5f5f5);
    background-img: url(/_next/static/media/register2.c2118957.png);
  }
  .chatbot.show-chatbot .chatbot-popup {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }
  #chatbot-toggler span:last-child,
.chatbot.show-chatbot #chatbot-toggler span:first-child {
    opacity: 0;
  }
  .chatbot.show-chatbot #chatbot-toggler span:last-child {
    opacity: 1;
  }
  #chatbot-toggler {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: none;
    height: 50px;
    width: 50px;
    background: rgba(1, 1, 1, 0.437);
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10000;
    box-shadow: 0 0 8px rgb(234, 230, 230);
  }
  #chatbot-toggler span {
    position: fixed;
    color: rgb(255, 255, 255);
    z-index: 9999;
  }
  .chatbot-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #7C0202;
    overflow: hidden;
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.2);
    transform-origin: bottom right;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
  }
  .chatbot-popup .chat-header {
    padding: 15px 22px;
    display: flex;
    background: rgb(7, 6, 6);
    justify-content: space-between;
  }
  .chat-header .header-info {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .header-info .icon-bot {
    height: 50px;
    width: 50px;
  }
  .icon-bot {
    width: 50px;
    height: auto;
  }
  .header-info .logo-text {
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 600;
  }
  .chat-header button:hover {
    background-color: white;
    color: white;
    transition: 0.6s ease;
  }
  .chat-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 20px;
    height: 460px;
    overflow-y: auto;
    padding: 25px 22px;
    scrollbar-width: thin;
    scrollbar-color: black transparent;
  }
  .chat-body .message {
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgb(249, 249, 249);
  }
  .chat-body .message.error .message-text {
    color: red;
  }
  .chat-body .bot-message .icon-bot {
    height: 60px;
    width: 60px;
  }
  .chat-body .message .message-text {
    text-align: justify;
    padding: 12px 16px;
    width: 50%;
    word-wrap: break-word;
    white-space: per-line;
    font-size: 0.95rem;
  }
  .chat-body .bot-message .message-text {
    background-color: rgba(0, 0, 0, 0.453);
    border-radius: 13px 13px 13px 3px;
    color: white;
  }
  .chat-body .user-message {
    flex-direction: column;
    align-items: flex-end;
  }
  .chat-body .user-message .message-text {
    background-color: black;
    border-radius: 13px 13px 3px 13px;
    color: white;
  }
  .chat-footer {
    bottom: 0px;
    width: 100%;
    padding: 15px 450px 20px;
  }
  .chat-footer .chat-form {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.355);
    border-radius: 8px;
    color: white;
  }
  .chat-footer .chat-form:focus-within {
    box-shadow: 0 0 8px beige;
  }
  .chat-form .message-input {
    border: none;
    outline: none;
    width: 100%;
    background: none;
    height: 47px;
    padding: 0 17px;
    font-size: 0.95rem;
  }
  .chat-form button {
    height: 35px;
    width: 35px;
    background: black;
    display: none;
    outline: none;
    font-size: 1.15rem;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 6px;
    transition: 0.4s ease;
  }
  .chat-form button:hover {
    background: red;
    transition: 0.4s ease;
  }
  .chat-form .message-input:valid ~ button {
    display: block;
  }
  .chatbot-hint-bubble {
    position: fixed;
    bottom: 110px;
    right: 75px;
    background-color: #f1f1f1;
    color: #111;
    padding: 10px 14px;
    border-radius: 15px 15px 0px 15px;
    font-size: 13px;
    max-width: 200px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 0;
    animation: fadeIn 0.5s ease-in-out;
    margin: -1.3% -0.3%;
  }
  .chatbot-hint-bubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: #f1f1f1 transparent transparent transparent;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .youtube-video {
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
  }
  .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .youtube-video iframe {
    width: 600px;
    height: 350px;
    border-radius: 12px;
  }
  .user {
    width: 100%;
    text-align: center;
  }
  .dropdown-user {
    background-color: #7C0202;
    border-radius: 10px;
    display: flex;
    padding: 2px 10px;
    font-size: 22px;
  }
  .dropdown-user:hover {
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 12px #e77575;
  }
  .arrow {
    margin-left: 10px;
  }
  .dropdown-logout-menu {
    position: absolute;
    margin-top: 0.5rem;
    background: rgba(249, 247, 247, 0.6);
    color: black;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    font-family: 'Grandstander', sans-serif;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    z-index: 10;
  }
  .dropdown-logout-item {
    padding: 10px;
    display: block;
    font-size: 16px;
    border: none;
    text-align: center;
    background: transparent;
    color: black;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .dropdown-logout-item:hover {
    background: rgba(255, 0, 0, 0.3);
  }
  .curhat-container {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 200;
    color: #111;
  }
  .curhat-bubble {
    background: #fff;
    border-radius: 20px;
    padding: 8px 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.524);
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 80px;
    transition: all 0.2s ease-in-out;
  }
  .curhat-bubble:hover {
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 12px #0a0a0a;
  }
  .curhat-form-popup {
    background: #f8f8f8;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    max-width: 350px;
    color: black;
  }
  .judul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .judul-form {
    margin-bottom: 1px;
    justify-content: center;
  }
  hr {
    margin-bottom: 5px;
    width: 200px;
  }
  .curhat-form-popup input,
.curhat-form-popup textarea,
.curhat-form-popup select {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
  }
  .footer {
    flex-direction: row;
    gap: 100px;
    padding: 30px 170px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0F0F0F;
    box-shadow: 0px 0px 100px #e77575;
    text-align: center;
    font-size: 15px;
    padding: 20px;
  }
  .footer .isi {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .footer > .pertama {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    border-radius: 5px;
    color: white;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .coment {
    max-width: 900px;
  }
  .footer > .pertama > img {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
  }
  .sosmed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sosmed  Img {
    max-width: 25px;
    margin: 10px;
    border-radius: 5px;
  }
  .sosmed  Img:hover {
    transform: scale(1.1);
    transition: 0.8s;
    filter: drop-shadow(0 0 1em #f15240);
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  * {
    font-family: 'Grandstander', cursive;
  }
  body {
    width: 100%;
    min-height: 100vh;
    padding-top: 165px;
    color: white;
    background-color: #7C0202;
  }
  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #0F0F0F;
    box-shadow: 0px 1px 15px 7px #e10a0a;
    z-index: 100;
  }
  .navbar-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }
  .navbar-menu_list2 {
    margin: 5px;
    flex-direction: row;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .navbar-menu_list ul {
    color: #f5f5f5;
    display: flex;
    font-size: 8px;
    gap: 10px;
    margin-bottom: -10px;
    margin-top: 15px;
  }
  .navbar-menu_list ul li {
    font-family: 'Grandstander', cursive;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .logo {
    width: 145px;
    margin: 10px 10px;
    justify-content: center;
  }
  .container-home {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }
  .home {
    color: green;
    margin-right: 5px;
  }
  .arrow-down {
    color: #00BE61;
  }
  #pilih:hover {
    text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 30px rgb(251, 251, 251);
  }
  #pilih-curhat {
    color: #0b0c0c;
    transition: all 1s ease;
    height: 20px;
    padding: 3px;
    background-color: pink;
    border-radius: 5px;
    align-items: center;
    margin: 5px;
  }
  #pilih-curhat:hover {
    color: black;
    filter: drop-shadow(0 0 1em #fffffe);
    border-radius: 15px;
  }
  .dropdown-li {
    position: relative;
    cursor: pointer;
    padding: 10px 15px;
    color: white;
  }
  .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #d3d3d3;
    display: flex;
    padding: 10px;
    border-radius: 8px;
    z-index: 100;
    gap: 20px;
  }
  .app-login {
    width: 80px;
    height: 25px;
    content: none;
    background-size: cover;
    transition: background-img 0.3s ease-in-out;
  }
  .app-login:hover {
    filter: drop-shadow(0 0 0.3em #f5f5f5);
    background-img: url(/_next/static/media/login2.c4be6326.png);
  }
  .app-register {
    width: 80px;
    height: 25px;
    content: none;
    background-size: cover;
    transition: background-img 0.3s ease-in-out;
  }
  .app-register:hover {
    content: none;
    filter: drop-shadow(0 0 0.3em #f5f5f5);
    background-img: url(/_next/static/media/register2.c2118957.png);
  }
  .chatbot.show-chatbot .chatbot-popup {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }
  #chatbot-toggler span:last-child,
.chatbot.show-chatbot #chatbot-toggler span:first-child {
    opacity: 0;
  }
  .chatbot.show-chatbot #chatbot-toggler span:last-child {
    opacity: 1;
  }
  .icon-bot {
    width: 40px;
    height: auto;
  }
  #chatbot-toggler {
    position: fixed;
    bottom: 15px;
    right: 20px;
    border: none;
    height: 25px;
    width: 25px;
    background: rgba(1, 1, 1, 0.437);
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10000;
    box-shadow: 0 0 8px rgb(234, 230, 230);
  }
  #chatbot-toggler span {
    position: fixed;
    color: rgb(255, 255, 255);
    z-index: 9999;
  }
  .chatbot-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #7C0202;
    overflow: hidden;
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.2);
    transform-origin: bottom right;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
  }
  .chatbot-popup .chat-header {
    padding: 15px 22px;
    display: flex;
    background: rgb(7, 6, 6);
    justify-content: space-between;
  }
  .chat-header .header-info {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .header-info .icon-bot {
    height: 25px;
    width: 25px;
  }
  .header-info .logo-text {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 500;
  }
  .chat-header button:hover {
    background-color: white;
    color: white;
    transition: 0.6s ease;
  }
  .chat-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 20px;
    height: 460px;
    overflow-y: auto;
    padding: 20px 20px 20px 5px;
    scrollbar-width: thin;
    scrollbar-color: black transparent;
  }
  .chat-body .message {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgb(249, 249, 249);
  }
  .chat-body .message.error .message-text {
    color: red;
  }
  .chat-body .bot-message .icon-bot {
    height: 35px;
    width: auto;
  }
  .chat-body .message .message-text {
    padding: 10px 10px;
    width: 100%;
    word-wrap: break-word;
    white-space: per-line;
    font-size: 10px;
  }
  .chat-body .bot-message .message-text {
    background-color: rgba(0, 0, 0, 0.453);
    border-radius: 13px 13px 13px 3px;
    margin-right: 25px;
    color: white;
  }
  .chat-body .user-message {
    flex-direction: column;
    align-items: flex-end;
    margin-left: 50px;
  }
  .chat-body .user-message .message-text {
    background-color: black;
    border-radius: 13px 13px 3px 13px;
    color: white;
  }
  .chat-footer {
    width: 100%;
    padding: 0px 20px 10px 20px;
  }
  .chat-footer .chat-form {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.355);
    border-radius: 8px;
    color: white;
  }
  .chat-footer .chat-form:focus-within {
    box-shadow: 0 0 8px beige;
  }
  .chat-form .message-input {
    border: none;
    outline: none;
    width: 100%;
    background: none;
    height: 40px;
    padding: 0 10px;
    font-size: 10px;
  }
  .chat-form button {
    height: 20px;
    width: 20px;
    background: black;
    display: none;
    outline: none;
    font-size: 1.15rem;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 6px;
    transition: 0.4s ease;
  }
  .chat-form button:hover {
    background: red;
    transition: 0.4s ease;
  }
  .chat-form .message-input:valid ~ button {
    display: block;
  }
  .chatbot-hint-bubble {
    position: fixed;
    bottom: 100px;
    right: 75px;
    background-color: #f1f1f1;
    color: #111;
    padding: 2px 5px;
    border-radius: 5px 5px 0px 5px;
    font-size: 13px;
    max-width: 150px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    animation: fadeIn 0.5s ease-in-out;
    margin: -15% -12%;
    font-size: 8px;
  }
  .chatbot-hint-bubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: #f1f1f1 transparent transparent transparent;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .user {
    width: 100%;
    text-align: center;
  }
  .dropdown-user {
    background-color: #7C0202;
    border-radius: 10px;
    display: flex;
    padding: 2px 10px;
    font-size: 12px;
  }
  .dropdown-user:hover {
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 12px #e77575;
  }
  .arrow {
    margin-left: 10px;
  }
  .dropdown-logout-menu {
    position: absolute;
    margin-top: 0.5rem;
    background: rgba(249, 247, 247, 0.6);
    color: black;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    font-family: 'Grandstander', sans-serif;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    z-index: 10;
  }
  .dropdown-logout-item {
    padding: 10px;
    display: block;
    font-size: 16px;
    border: none;
    text-align: center;
    background: transparent;
    color: black;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .dropdown-logout-item:hover {
    background: rgba(255, 0, 0, 0.3);
  }
  .curhat-container {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 200;
    color: #111;
  }
  .curhat-bubble {
    background: #fff;
    border-radius: 20px;
    padding: 5px 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .curhat-form-popup {
    background: #f8f8f8;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    max-width: 250px;
    color: black;
    font-size: 8px;
  }
  .judul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .judul-form {
    margin-bottom: 0px;
    justify-content: center;
  }
  hr {
    margin-bottom: 5px;
    width: 150px;
  }
  .curhat-form-popup input,
.curhat-form-popup textarea,
.curhat-form-popup select {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
  }
  .footer {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    background-color: #0F0F0F;
    box-shadow: 0px 0px 100px #e77575;
    text-align: center;
    font-size: 15px;
    padding: 20px;
    font-family: 'Grandstander', cursive;
  }
  .footer > .pertama {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    border-radius: 5px;
    color: white;
    padding: 10px;
  }
  .footer > .pertama > img {
    width: 90px;
    height: auto;
    margin-bottom: 10px;
  }
  .footer .isi {
    justify-content: space-between;
    align-items: center;
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 10px;
  }
  .footer > .isi > .coment {
    text-align: justify;
  }
  .coment {
    max-width: 900px;
  }
  .pertama {
    margin-right: 10px;
  }
  .coment p {
    margin: 5px 0px;
  }
  .sosmed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sosmed div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sosmed  img {
    max-width: 20px;
    margin: 10px;
    border-radius: 5px;
  }
  .sosmed  img:hover {
    transform: scale(1.1);
    transition: 0.8s;
    filter: drop-shadow(0 0 1em #f15240);
  }
  .instagram, .facebok, .x, .link {
    display: flex;
    align-items: center;
  }
  .instagram > p:hover, .facebok > p:hover, .x > p:hover, .link > p:hover {
    border-bottom: 1px solid black;
    transition: 2s;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@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-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;
    }
  }
}


/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/lme/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!../nodevenv/lme/20/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./assets/DropdownPenyakit.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.dropdown {
  position: relative;
  list-style: none;

}

.dropdown-button {
  background: none;
  border: none;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: hsl(0, 0%, 100%) ;
  padding: 10px 20px;
  border-radius: 6px;
  display: flex;
  gap: 40px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
  z-index: 999;
  width: 350px;
}

.dropdown-contentRS{
  position: absolute;
  top: 100%;
  left: 0;
  background-color: hsl(0, 0%, 100%) ;
  padding: 10px 20px;
  border-radius: 6px;
  display: flex;
  gap: 40px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
  z-index: 999;
  width: 150px;
}

.column {
  display: flex;
  flex-direction: column;
}

.column a {
  text-decoration: none;
  color: black;
  padding: 4px 0;
  font-weight: 500;
}

.column a:hover {
  text-decoration: underline;
}

.dropdown-button:hover {
    text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 30px rgb(251, 251, 251);;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/lme/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!../nodevenv/lme/20/lib/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!../nodevenv/lme/20/lib/node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Geist","arguments":[{"variable":"--font-geist-sans","subsets":["latin"]}],"variableName":"geistSans"} ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8d697b304b401681-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/ba015fad6dcf6784-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/569ce4b8f30dc480-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Geist Fallback';src: local("Arial");ascent-override: 95.94%;descent-override: 28.16%;line-gap-override: 0.00%;size-adjust: 104.76%
}.__className_5cfdac {font-family: 'Geist', 'Geist Fallback';font-style: normal
}.__variable_5cfdac {--font-geist-sans: 'Geist', 'Geist Fallback'
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/lme/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!../nodevenv/lme/20/lib/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!../nodevenv/lme/20/lib/node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Geist_Mono","arguments":[{"variable":"--font-geist-mono","subsets":["latin"]}],"variableName":"geistMono"} ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/9610d9e46709d722-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/747892c23ea88013-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/93f479601ee12b01-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Geist Mono Fallback';src: local("Arial");ascent-override: 74.67%;descent-override: 21.92%;line-gap-override: 0.00%;size-adjust: 134.59%
}.__className_9a8899 {font-family: 'Geist Mono', 'Geist Mono Fallback';font-style: normal
}.__variable_9a8899 {--font-geist-mono: 'Geist Mono', 'Geist Mono Fallback'
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/lme/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!../nodevenv/lme/20/lib/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!../nodevenv/lme/20/lib/node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Roboto_Mono","arguments":[{"subsets":["latin"],"weight":["400","700"],"variable":"--font-roboto-mono"}],"variableName":"robotoMono"} ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/cde148027b808b99-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/e61ae719f7cc4155-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;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/0ea4f4df910e6120-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/cde148027b808b99-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/e61ae719f7cc4155-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;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/0ea4f4df910e6120-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Roboto Mono Fallback';src: local("Arial");ascent-override: 77.84%;descent-override: 20.13%;line-gap-override: 0.00%;size-adjust: 134.61%
}.__className_adeef6 {font-family: 'Roboto Mono', 'Roboto Mono Fallback';font-style: normal
}.__variable_adeef6 {--font-roboto-mono: 'Roboto Mono', 'Roboto Mono Fallback'
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/lme/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!../nodevenv/lme/20/lib/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!../nodevenv/lme/20/lib/node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Grandstander","arguments":[{"subsets":["latin"],"weight":["400","700"],"variable":"--font-grandstander"}],"variableName":"grandstander"} ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* vietnamese */
@font-face {
  font-family: 'Grandstander';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/ddc674c705086689-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;
}
/* latin-ext */
@font-face {
  font-family: 'Grandstander';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/34546be5defd0bad-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Grandstander';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/017080b942bd164b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Grandstander';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/ddc674c705086689-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;
}
/* latin-ext */
@font-face {
  font-family: 'Grandstander';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/34546be5defd0bad-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Grandstander';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/017080b942bd164b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Grandstander Fallback';src: local("Arial");ascent-override: 65.64%;descent-override: 23.75%;line-gap-override: 0.00%;size-adjust: 111.60%
}.__className_9e2e1a {font-family: 'Grandstander', 'Grandstander Fallback';font-style: normal
}.__variable_9e2e1a {--font-grandstander: 'Grandstander', 'Grandstander Fallback'
}

