* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.gday77-obvlmj {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .gday77-obvlmj {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .gday77-obvlmj {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.gday77-sj8qeb {
  overflow: hidden;
}

.gday77-lf2mwz img {
  background: var(--Neutral-300);
}

.gday77-a09vvx {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.gday77-4qtp5b {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.gday77-4qtp5b:hover {
  background: var(--button-bg-hover);
}

.gday77-ajf4h6 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.gday77-ajf4h6:hover {
  background: var(--button-bg-hover);
}

.gday77-50y4j1 {
  font-size: 12px;
  line-height: 18px;
}

.gday77-em50wx {
  font-size: 18px;
  line-height: 26px;
}

.gday77-5wm0ci {
  width: 100%;
}

.gday77-a9u32a {
  padding: 6px 16px;
}

.gday77-rhxhbi {
  padding: 10px 16px;
}

.gday77-jpxlly {
  padding: 15px 26px;
}

.gday77-vywt96 {
  flex-shrink: 0;
}

.gday77-trsvqb {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.gday77-j5cqtp {
  display: none;
}

.gday77-s9rzn6 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.gday77-hktovw {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.gday77-v5nhmt {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gday77-icl17z {
  cursor: grab;
}

.gday77-v5nhmt::-webkit-scrollbar {
  display: none;
}

.gday77-hl3183 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.gday77-lv1wja {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.gday77-2rucc2 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.gday77-rfowso {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.gday77-69sn1r {
  visibility: visible;
}

.gday77-lwwc1n {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.gday77-alw90w ease;
}

.gday77-nfp4js {
  background-color: var(--Primary-200);
  width: 16px;
}

.gday77-5bp6ro {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.gday77-alw90w,
    mask-image 0.3s;
}

.gday77-5bp6ro.gday77-gp9020 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.gday77-2eci9n:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gday77-7oj39x {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.gday77-7ivvn3.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.gday77-7ivvn3.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.gday77-wdl2bi {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.gday77-wdl2bi::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.gday77-eqbrc5 {
  position: relative;
  z-index: 1;
}

.gday77-ikzaoc {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.gday77-gecs9a {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.gday77-a44lzz {
  font-size: 40px;
  line-height: 48px;
}

.gday77-6l7yry {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.gday77-b2gm2n {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.gday77-b2gm2n:hover {
  background: var(--Primary-400);
}

.gday77-b2gm2n svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.gday77-2eci9n img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .gday77-wdl2bi {
    max-width: 600px;
    padding: 64px;
  }

  .gday77-ikzaoc {
    font-size: 24px;
    line-height: 32px;
  }

  .gday77-gecs9a {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .gday77-a44lzz {
    font-size: 50px;
    line-height: 56px;
  }

  .gday77-6l7yry {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .gday77-7oj39x {
    top: 25px;
    right: 25px;
  }
}

.gday77-q7hwpg,
.gday77-xiemgi {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.gday77-8wkoh5.gday77-ji46ko::before,
.gday77-xiemgi::before,
.gday77-tb415z::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.gday77-7ivvn3.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.gday77-zr2ovr 14.gday77-35pr9j.gday77-obrdz7 14.gday77-361cfc 15.gday77-cczq1k 14.gday77-a14v33 15.gday77-8axpsq 14.gday77-3n98xw.gday77-2yore4 14.gday77-m7z82d 19.gday77-qvu3cq 12.gday77-g7k4g3 19.gday77-qvu3cq 10.gday77-8aw2nn.gday77-qvu3cq 8.gday77-07v35g 17.gday77-31cehm 7.gday77-hhepa2 15.gday77-rogfw6 7.gday77-vl0nha.gday77-y6p3ww 7.gday77-hhepa2 11.gday77-022l1k 8.gday77-07v35g 11.gday77-022l1k 10.gday77-salzz7.gday77-022l1k 12.gday77-fyeikc 13.gday77-6ji1ct 14.gday77-1mddsf 15.gday77-51t8d5 14.gday77-lzdyxo.gday77-7w3uzr 14.gday77-138rho 15.gday77-6m3oe0 14.gday77-6e0p8n 15.gday77-1dgoq9 14.gday77-2pu8ux.gday77-zr2ovr 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.gday77-avl0gh 15.gday77-p7xkqi.gday77-xec33q 15.gday77-3dbal2 15.gday77-u65qay 15.gday77-dba7jr 15.gday77-tl37aa 15.gday77-bebz28.gday77-872jgh 15.gday77-dba7jr 15.gday77-17p9ra 15.gday77-y8gqha 15.gday77-zoi906 15.gday77-54gjnv.gday77-24d16s 15.gday77-xd08sv 7.gday77-ggl3h1 18.gday77-sknvyq 7.gday77-zseajb 23.gday77-sxt81f.gday77-q33aek.gday77-nqxngd 18.gday77-ef9ibd 19.gday77-hovbvd 15.gday77-z950b9 15.gday77-avl0gh 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.gday77-tekc02 [type="submit"] *,
.gday77-ulczh9 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .gday77-slgw1p {
    display: none;
  }
}

.gday77-i4vy91 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .gday77-i4vy91 {
  display: none;
}

@media (min-width: 768px) {
  .gday77-i4vy91 {
    bottom: 22px;
  }
}

.gday77-i4vy91 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .gday77-i4vy91 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.gday77-jg076l.static) .gday77-i4vy91 {
    bottom: 8px;
  }
}

.gday77-a5x0bn {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.gday77-7ivvn3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.gday77-vqtoxd 3.gday77-yjnd5d.gday77-nhex3t.gday77-d9czs5 3.gday77-ihhyob 3.gday77-bthy2e 5.gday77-ava8nx 3.gday77-bthy2e 8.gday77-e1y4hs.gday77-i1ao14.gday77-bthy2e 26.gday77-w1yqds 5.gday77-012788 28.gday77-jkidvv 8.gday77-ux84ao 28.gday77-j6ft7c.gday77-pmawja 28.gday77-bcyp2w.gday77-qcv2uq 34.gday77-iynmqs.gday77-us0dla 36.gday77-gvutwe 11.gday77-0quwg4 37.gday77-4tvzg9 12.gday77-rlrz0c 36.gday77-cf2s1y.gday77-ekl1e9 28.gday77-xehi9t.gday77-8f5a22.gday77-s0sr03 28.gday77-kgsra9 36.gday77-2t3gtu 26.gday77-9fwbl7 36.gday77-2t3gtu 23.gday77-0bnpi8.gday77-usyaph.gday77-2t3gtu 5.gday77-m7vuo4 34.gday77-v4t98q 3.gday77-ihhyob 31.gday77-vqtoxd 3.gday77-nxljek.gday77-0vx8ju 18.gday77-dvuqm1.gday77-c8y0dr 18.gday77-lmkkzt 8.gday77-pjnusk 17.gday77-dgm8gw 8.gday77-pjnusk 15.gday77-xmjui1.gday77-pjnusk 14.gday77-vyvcix 9.gday77-c8y0dr 13.gday77-5vbpj2 11.gday77-0vx8ju 13.gday77-gg0fwq.gday77-6zag7b 13.gday77-5vbpj2 13.gday77-lj21w7 14.gday77-vyvcix 13.gday77-lj21w7 15.gday77-k7ec37.gday77-lj21w7 17.gday77-dgm8gw 12.gday77-6zag7b 18.gday77-lmkkzt 11.gday77-0vx8ju 18.gday77-esm41b.gday77-mn8ux9 18.gday77-4zrv5x.gday77-vsyxwt 18.gday77-lmkkzt 17.gday77-vtgxe7 17.gday77-dgm8gw 17.gday77-vtgxe7 15.gday77-q1lh20.gday77-vtgxe7 14.gday77-vyvcix 18.gday77-vsyxwt 13.gday77-5vbpj2 20.gday77-mn8ux9 13.gday77-v0y8s9.gday77-03wml7 13.gday77-5vbpj2 22.gday77-qq7us1 14.gday77-vyvcix 22.gday77-qq7us1 15.gday77-h8miqm.gday77-8oew9b 17.gday77-dgm8gw 21.gday77-03wml7 18.gday77-lmkkzt 20.gday77-mn8ux9 18.gday77-p9rhtg.gday77-r1bx7g 18.gday77-8a183o.gday77-0x8dz3 18.gday77-lmkkzt 26.gday77-2qtlhl 17.gday77-dgm8gw 26.gday77-2qtlhl 15.gday77-r0nd45.gday77-2qtlhl 14.gday77-vyvcix 27.gday77-0x8dz3 13.gday77-5vbpj2 28.gday77-r1bx7g 13.gday77-x95z6j.gday77-n5lore 13.gday77-5vbpj2 31.gday77-14p6bi 14.gday77-vyvcix 31.gday77-14p6bi 15.gday77-xtp2k2.gday77-2qtlhl 17.gday77-dgm8gw 30.gday77-n5lore 18.gday77-lmkkzt 28.gday77-r1bx7g 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .gday77-a5x0bn {
    display: none;
  }
}

.gday77-21y937 {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .gday77-21y937 {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.gday77-ulczh9 {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .gday77-ulczh9 {
    padding: 14px 16px;
  }
}

.gday77-ulczh9 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.gday77-ulczh9 button:first-child {
  align-content: end;
}

.gday77-ulczh9 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .gday77-ulczh9
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .gday77-ulczh9
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.gday77-ulczh9 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.gday77-ulczh9 button:last-child svg {
  width: 38px;
  height: 38px;
}

.gday77-tb415z {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.gday77-tb415z::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .gday77-tb415z,
.pc61d126-chatbot[data-active-screen="3"]
  .gday77-tb415z {
  opacity: 1;
  visibility: visible;
}

.gday77-lrc03k {
  flex: 1 1;
}

.gday77-ynq0pi {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .gday77-ynq0pi {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .gday77-zy3qjk {
  display: block;
}

.gday77-shdpzb {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .gday77-shdpzb {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.gday77-xiemgi {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.gday77-xiemgi::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.gday77-rg6lg4 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.gday77-rg6lg4 p {
  color: var(--Text-100);
}

.gday77-xiemgi .gday77-mn92t4 {
  grid-area: button;
}

.gday77-xiemgi .gday77-mn92t4::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.gday77-7ivvn3.org/2000/svg'%3E%3Cpath d='M4.gday77-tdwd3m 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.gday77-499e4v 15L16.gday77-499e4v 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.gday77-499e4v 5L16.gday77-499e4v 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .gday77-v2hd1w {
  display: block;
}

.gday77-vlll1o {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .gday77-vlll1o {
    margin-top: 40px;
  }
}

.gday77-q7hwpg label,
.gday77-q7hwpg input {
  display: block;
  width: 100%;
}

.gday77-q7hwpg label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.gday77-q7hwpg label.gday77-wsbkh4 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.gday77-q7hwpg label.gday77-wsbkh4::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.gday77-q7hwpg input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.gday77-q7hwpg input::placeholder {
  color: var(--Text-400);
}

.gday77-zbhyrx {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .gday77-zbhyrx {
  display: flex;
}

.gday77-zbhyrx ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .gday77-zbhyrx ol {
    height: 420px;
    padding: 24px;
  }
}

.gday77-zbhyrx ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.gday77-tekc02 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .gday77-tekc02 {
    padding: 0 24px 24px;
  }
}

.gday77-tekc02 input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.gday77-tekc02 input::placeholder {
  color: var(--Text-400);
}

.gday77-tekc02 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.gday77-tekc02 [type="submit"]:disabled {
  opacity: 0.5;
}

.gday77-tekc02 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .gday77-tekc02 [type="submit"] {
    right: 40px;
  }
}

.gday77-8wkoh5 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.gday77-8wkoh5.gday77-ji46ko {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.gday77-8wkoh5.gday77-ji46ko::before {
  content: "";
  width: 31px;
}

.gday77-8wkoh5.gday77-ji46ko p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.gday77-8wkoh5.gday77-ryqgxu p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.gday77-8wkoh5 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.gday77-i4vy91 .gday77-mn92t4 {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.gday77-slgw1p {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .gday77-slgw1p {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .gday77-slgw1p {
    padding: 18px 0;
  }
}

.gday77-slgw1p .gday77-obvlmj {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .gday77-slgw1p .gday77-obvlmj {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.gday77-utb0g9 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .gday77-utb0g9 {
    max-width: 160px;
    height: 40px;
  }
}

.gday77-utb0g9 picture,
.gday77-utb0g9 img {
  display: block;
  width: 100%;
  height: 100%;
}

.gday77-utb0g9 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .gday77-qh8xqi {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.gday77-alw90w ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .gday77-slgw1p.gday77-a2qbd3 .gday77-qh8xqi {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gday77-qh8xqi {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .gday77-qh8xqi {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.gday77-arjnsb,
.gday77-cr50xi {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .gday77-arjnsb,
  .gday77-cr50xi {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .gday77-cr50xi {
    display: none;
  }
}

.gday77-af7z14 {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.gday77-a2qbd3 .gday77-af7z14 {
  background: var(--fh-bg-color);
}

.gday77-af7z14 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .gday77-af7z14 {
    display: none;
  }
}

.gday77-qvjx21 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .gday77-qvjx21 {
    display: none;
  }
}

.gday77-8u4xcs {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.gday77-slgw1p.gday77-a2qbd3 .gday77-8u4xcs:first-child {
  display: none;
}

.gday77-slgw1p.gday77-a2qbd3 .gday77-8u4xcs:last-child {
  display: block;
}

.gday77-8u4xcs:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .gday77-8u4xcs {
    display: none;
  }
}

.gday77-iinals {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .gday77-iinals {
    display: flex;
  }
}

.gday77-iinals ul {
  max-height: 350px;
  overflow-y: auto;
}

.gday77-iinals:hover ul {
  visibility: visible;
  opacity: 1;
}

.gday77-iinals:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.gday77-iinals:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.gday77-iinals:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.gday77-iinals:hover .gday77-qmiajs svg {
  transform: rotate(180deg);
}

.gday77-mdm0xk {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.gday77-i591ei {
  padding: 0 8px;
}

.gday77-zrm9q2 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.gday77-zrm9q2:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .gday77-zrm9q2 {
    padding: 4px 8px;
  }
}

.gday77-swu25o {
  display: flex;
}

.gday77-swu25o img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.gday77-qmiajs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.gday77-qmiajs svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.gday77-ezhg8z {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .gday77-ezhg8z {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.gday77-n0l4z1 {
  width: 100%;
}

@media (min-width: 1200px) {
  .gday77-n0l4z1 {
    display: none;
  }
}

.gday77-hi8zlf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.gday77-pdr9qz {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.gday77-ajrct3 {
  display: flex;
}

.gday77-lmouba {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.gday77-6sdyzg {
  list-style: none;
}

@media (max-width: 1199px) {
  .gday77-6sdyzg {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .gday77-6sdyzg {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .gday77-6sdyzg .gday77-vptwxe [data-ref-el],
  .gday77-6sdyzg .gday77-vptwxe span,
  .gday77-6sdyzg .gday77-vptwxe a {
    white-space: nowrap;
  }
}

.gday77-bwwe3r {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .gday77-bwwe3r.gday77-m5e6mv > .gday77-vptwxe {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .gday77-bwwe3r.gday77-tlrqeq:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .gday77-bwwe3r.gday77-m5e6mv > .gday77-edr338 {
    height: auto;
  }

  .gday77-bwwe3r.gday77-m5e6mv > div > .gday77-2cr0v6 {
    transform: rotate(180deg);
  }
}

.gday77-bwwe3r [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.gday77-bwwe3r [data-ref-el],
.gday77-bwwe3r span {
  cursor: pointer;
}

.gday77-bwwe3r [data-ref-el],
.gday77-bwwe3r span,
.gday77-bwwe3r a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .gday77-bwwe3r [data-ref-el],
  .gday77-bwwe3r span,
  .gday77-bwwe3r a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .gday77-bwwe3r [data-ref-el],
  .gday77-bwwe3r span,
  .gday77-bwwe3r a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.gday77-edr338 {
  height: 0;
  overflow: hidden;
  transition: height 0.gday77-alw90w ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.gday77-edr338::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.gday77-edr338::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.gday77-edr338::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .gday77-edr338 {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .gday77-edr338:has(> .gday77-bwwe3r.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .gday77-edr338 .gday77-edr338 {
    padding: 0;
  }

  .gday77-edr338 .gday77-bwwe3r {
    font-weight: 400;
  }

  .gday77-edr338 .gday77-bwwe3r:hover > .gday77-vptwxe {
    background: var(--Neutral-300);
  }

  .gday77-edr338 .gday77-2cr0v6 {
    rotate: -90deg;
  }
}

.gday77-vptwxe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .gday77-vptwxe {
    padding: 8px;
  }

  .gday77-bwwe3r.gday77-otlk1z > .gday77-vptwxe {
    background: var(--Neutral-300);
  }
}

.gday77-2cr0v6 {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.gday77-7ivvn3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.gday77-yftll2 0.gday77-1d7s4j.gday77-nnbmvb -0.gday77-yhrusv 0.gday77-egwk2f -0.gday77-yhrusv 1.gday77-guteza 0.gday77-5em84c.gday77-ksedpz 4.gday77-bf2xou.gday77-yftll2 0.gday77-devaus.gday77-2l5nzq -0.gday77-yhrusv 9.gday77-tvpl47 -0.gday77-yhrusv 10.gday77-7kx5xd 0.gday77-fkij15.gday77-cp5lmo 0.gday77-nnbmvb 10.gday77-cp5lmo 0.gday77-egwk2f 10.gday77-7kx5xd 1.gday77-2qwqu3.gday77-k167y5 5.gday77-j9iwd0.gday77-8xy2fx 6.gday77-29enq4 5.gday77-t4d7ei 6.gday77-29enq4 4.gday77-95hsr6 5.gday77-8mx70u.gday77-yftll2 1.gday77-lnqb4u.gday77-yhrusv 0.gday77-egwk2f -0.gday77-yhrusv 0.gday77-nnbmvb 0.gday77-yftll2 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.gday77-alw90w ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .gday77-2cr0v6 {
    cursor: default;
  }
}

.gday77-dc0pnj {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.gday77-xwdmes {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .gday77-xwdmes {
    padding: 40px 4px;
  }
}

.gday77-waokuz {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .gday77-waokuz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.gday77-twer63 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .gday77-twer63 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.gday77-twer63 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.gday77-twer63 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.gday77-twer63 [data-ref-el],
.gday77-twer63 span,
.gday77-twer63 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.gday77-dmmop2 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .gday77-dmmop2 {
    margin-bottom: 12px;
  }
}

.gday77-wrlums {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.gday77-wrlums img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .gday77-wrlums:last-child {
    margin-right: 0;
  }
}

.gday77-wdan8e {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.gday77-dmmop2:hover .gday77-8e8eto {
  visibility: visible;
  opacity: 1;
}

.gday77-8e8eto {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.gday77-6uvc1j {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.gday77-03zygc {
  display: flex;
  margin: 6px;
}

.gday77-03zygc img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.gday77-8e8eto::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.gday77-8e8eto::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.gday77-c5i770 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .gday77-c5i770 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.gday77-sxpkrc {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .gday77-sxpkrc {
    margin-right: 32px;
  }
}

.gday77-3banhk {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .gday77-3banhk {
    margin-top: 0;
    width: 340px;
  }
}

.gday77-3banhk a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.gday77-avloba {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.gday77-x4lrgr {
  position: relative;
}

@media (min-width: 768px) {
  .gday77-x4lrgr {
    margin-top: 40px;
  }
}

.gday77-x4lrgr + .gday77-zsnfea,
.gday77-x4lrgr + .gday77-x4lrgr {
  margin-top: 24px;
}

.gday77-lo8qk7 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .gday77-lo8qk7 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .gday77-lo8qk7 {
    padding: 80px;
  }
}

.gday77-3zmj7k {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .gday77-3zmj7k {
    padding: 0 16px;
}


}

.gday77-fr8cai {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .gday77-fr8cai {
    font-size: 48px;
    line-height: 56px;
  }
}

.gday77-oad4pk {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .gday77-oad4pk {
    font-size: 24px;
    line-height: 32px;
  }
}

.gday77-goncx2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.gday77-goncx2:hover {
  background: var(--button-bg-hover);
}

.gday77-9pl27n {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.gday77-9pl27n img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .gday77-9pl27n img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .gday77-9pl27n img {
  min-height: 100%;
  }
}

.gday77-lo8qk7::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.gday77-sdsk2n {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gday77-sdsk2n h1,
.gday77-sdsk2n h2,
.gday77-sdsk2n h3,
.gday77-sdsk2n h4 {
  margin-bottom: 6px;
}

.gday77-sdsk2n h1:not(:first-child),
.gday77-sdsk2n h2:not(:first-child),
.gday77-sdsk2n h3:not(:first-child),
.gday77-sdsk2n h4:not(:first-child) {
  margin-top: 16px;
}

.gday77-sdsk2n h1,
.gday77-sdsk2n h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .gday77-sdsk2n h1,
  .gday77-sdsk2n h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.gday77-sdsk2n h2,
.gday77-sdsk2n h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .gday77-sdsk2n h2,
  .gday77-sdsk2n h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.gday77-sdsk2n h3,
.gday77-sdsk2n h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .gday77-sdsk2n h3,
  .gday77-sdsk2n h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.gday77-sdsk2n h4,
.gday77-sdsk2n h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.gday77-sdsk2n ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.gday77-sdsk2n ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.gday77-sdsk2n ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.gday77-sdsk2n ul ul {
  margin-bottom: 8px;
}

.gday77-sdsk2n ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.gday77-sdsk2n ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.gday77-sdsk2n ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.gday77-sdsk2n ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.gday77-sdsk2n ol li::marker {
  font-weight: 700;
}

.gday77-sdsk2n ol ol {
  margin-bottom: 8px;
}

.gday77-sdsk2n ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.gday77-sdsk2n ol ul li {
  padding-left: 16px;
}

.gday77-sdsk2n table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .gday77-sdsk2n table {
    padding: 24px;
  }
}

.gday77-sdsk2n table.gday77-1s3euu {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.gday77-alw90w,
    mask-image 0.3s;
}

.gday77-sdsk2n table.gday77-1s3euu.gday77-gp9020 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .gday77-sdsk2n table {
    display: table;
  }
}

.gday77-sdsk2n table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.gday77-sdsk2n table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gday77-sdsk2n table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.gday77-sdsk2n table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .gday77-sdsk2n table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.gday77-sdsk2n table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gday77-sdsk2n table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.gday77-sdsk2n table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.gday77-sdsk2n img {
  max-width: 100%;
  height: auto;
}

.gday77-ygrodj {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .gday77-ygrodj {
    padding: 24px;
  }
}

.gday77-jcza7s {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .gday77-jcza7s {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.gday77-jcza7s > * {
  margin: 0 !important;
}

.gday77-jcza7s img,
.gday77-mgfba0 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gday77-jcza7s img,
  .gday77-mgfba0 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gday77-wtf70h {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gday77-wtf70h {
    width: 32px;
    height: 32px;
  }
}

.gday77-ed0yom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.gday77-ed0yom .gday77-blhzoe {
  flex-shrink: 0;
}

.gday77-ed0yom .gday77-30lh7s svg {
  display: none;
}

.gday77-27cwwu {
  display: grid;
  transition: max-height 0.gday77-alw90w ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .gday77-27cwwu {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .gday77-27cwwu {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.gday77-27cwwu.gday77-5385e9 + .gday77-blhzoe svg {
  transform: rotate(180deg);
}

.gday77-cqj24o {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.gday77-cqj24o > div:nth-child(3n) {
  grid-column: span 2;
}

.gday77-cqj24o
  > div:nth-child(3n)
  .gday77-cju49x
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .gday77-cqj24o {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gday77-cqj24o > div:nth-child(3n) {
    grid-column: unset;
  }

  .gday77-cqj24o
    > div:nth-child(3n)
    .gday77-cju49x
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .gday77-cqj24o {
    max-width: 270px;
  }
}

.gday77-cqj24o .gday77-cju49x button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .gday77-cqj24o .gday77-cju49x button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .gday77-cqj24o .gday77-cju49x button {
    max-width: 104px;
  }
}

.gday77-ouezxd {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .gday77-ouezxd {
    margin-bottom: 0;
  }
}

.gday77-tqs3bp {
  display: none;
  opacity: 0;
}

.gday77-rio89h {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.gday77-rio89h img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.gday77-cju49x {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.gday77-cju49x button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .gday77-cju49x
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .gday77-cju49x
    button {
    max-width: 145px;
  }
}

.gday77-rq2pko:first-child
  .gday77-cju49x
  button {
  max-width: 270px;
}

.gday77-o2m0a1 {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.gday77-ouezxd picture {
  width: 100%;
  max-width: 100%;
}

.gday77-jm7s2o {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gday77-jm7s2o svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.gday77-ouezxd:hover .gday77-jm7s2o {
  display: flex;
}

.gday77-75o32j {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.gday77-yggg7o {
  display: flex;
}

.gday77-yggg7o:hover .gday77-5reydd,
.gday77-yggg7o .gday77-otlk1z .gday77-5reydd {
  display: flex;
}

.gday77-yggg7o svg {
  flex-shrink: 0;
}

.gday77-5reydd {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .gday77-5reydd {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.gday77-5reydd:hover {
  display: flex;
}

.gday77-5reydd svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.gday77-szjnso {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .gday77-szjnso {
    font-size: 12px;
  }
}

.gday77-sqj78n,
.gday77-685pam {
  width: 50%;
  flex-shrink: 0;
}

.gday77-sqj78n {
  font-weight: 700;
}

.gday77-2hvo62 .gday77-27cwwu {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .gday77-2hvo62 .gday77-27cwwu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .gday77-2hvo62 .gday77-27cwwu {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.gday77-2hvo62
  .gday77-o2m0a1:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.gday77-2hvo62 .gday77-rio89h {
  height: 100% !important;
  border-radius: 16px;
}

.gday77-2hvo62 .gday77-cju49x {
  gap: 4px;
  align-items: center;
}

.gday77-2hvo62 .gday77-cju49x button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gday77-2hvo62 .gday77-cju49x svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.gday77-2hvo62 .gday77-jr7pc9,
.gday77-2hvo62 .gday77-gr6yvp {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.gday77-7ivvn3.org/2000/svg'%3E%3Cpath d='M9.gday77-sy4fgj 4.gday77-9poqqx.gday77-9rrxd0 5.gday77-78ig1d.gday77-iy6xhe 5.gday77-h1ud31.gday77-1gmr2u 5.gday77-hfns3w.gday77-0lsi24 8.gday77-bud52a.gday77-ij2m8s 9.gday77-gdaf3x.gday77-p6j9rf 9.gday77-ur5ms9.gday77-cfbvpp 13.gday77-qeb0qf.gday77-63wmst 11.gday77-s3kv4e.gday77-gw9yun 11.gday77-yown7w.gday77-qrrzf2 11.gday77-odrd0y.gday77-cfeffq 13.gday77-ct3jc3.gday77-ogaxwg 9.gday77-a5td9s.gday77-uy49dt 9.gday77-dthpl9.gday77-n8phgl 8.gday77-lu4o6h.gday77-r4v8ii 5.gday77-cegdzy.gday77-8tswo6 5.gday77-mw3vz4.gday77-o0fztp 5.gday77-8mcmhn.gday77-ni4ify 4.gday77-5g72qe.gday77-gw9yun 1.gday77-f15be7.gday77-sy4fgj 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.gday77-2hvo62 .gday77-jr7pc9 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.gday77-2hvo62 .gday77-gr6yvp {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.gday77-wnxcta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .gday77-wnxcta {
    padding: 24px;
  }
}

.gday77-wnxcta .gday77-blhzoe {
  display: flex;
}

@media (min-width: 768px) {
  .gday77-wnxcta .gday77-blhzoe {
    display: none;
  }
}

.gday77-wnxcta .gday77-30lh7s svg {
  display: none;
}

.gday77-ymvj32 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gday77-ymvj32 .gday77-a09vvx {
  display: none;
}

@media (min-width: 768px) {
  .gday77-ymvj32 .gday77-a09vvx {
    display: flex;
  }
}

.gday77-s4x2z9 {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .gday77-s4x2z9 {
    font-size: 40px;
    line-height: 48px;
  }
}

.gday77-s4x2z9 > * {
  margin: 0 !important;
}

.gday77-s4x2z9 img,
.gday77-x8g71r {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gday77-s4x2z9 img,
  .gday77-x8g71r {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gday77-gvuls7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gday77-gvuls7 {
    width: 32px;
    height: 32px;
  }
}

.gday77-y3raq9 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .gday77-y3raq9 {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .gday77-y3raq9::-webkit-scrollbar {
    display: none;
  }
}

.gday77-cl03by {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .gday77-cl03by {
    padding: 7px 15px;
  }
}

.gday77-cl03by:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.gday77-2yo9vl {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .gday77-2yo9vl {
    display: flex;
    opacity: 1;
  }
}

.gday77-cl03by picture {
  height: 100%;
  display: block;
}

.gday77-cl03by img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .gday77-cl03by img {
    width: 88px;
    height: 44px;
  }
}

.gday77-cl03by p {
  text-align: center;
  width: 100%;
}

.gday77-44yer3 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .gday77-44yer3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.gday77-44yer3 img,
.gday77-cvwhin {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gday77-44yer3 img,
  .gday77-cvwhin {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gday77-e465fv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gday77-e465fv {
    width: 32px;
    height: 32px;
  }
}

.gday77-ragwi2 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.gday77-wwb61m {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.gday77-d6jt83 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.gday77-d6jt83.gday77-otlk1z {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.gday77-s104wu {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .gday77-s104wu {
    font-size: 20px;
    line-height: 28px;
  }
}

.gday77-zpg3bm {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.gday77-xwz3w5 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.gday77-alw90w ease;
  opacity: 0;
  color: var(--text-color);
}

.gday77-qvo3lz {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.gday77-qvo3lz ol,
.gday77-qvo3lz ul {
  padding-left: 1.3em;
}

.gday77-d6jt83.gday77-otlk1z .gday77-xwz3w5 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.gday77-d6jt83.gday77-otlk1z .gday77-zpg3bm {
  transform: rotate(180deg);
  color: var(--text-color);
}

.gday77-ihkdi7 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .gday77-ihkdi7 {
    padding: 24px;
  }
}

.gday77-ihkdi7 .gday77-blhzoe {
  display: flex;
}

@media (min-width: 768px) {
  .gday77-ihkdi7 .gday77-blhzoe {
    display: none;
  }
}

.gday77-ihkdi7 .gday77-30lh7s svg {
  display: none;
}

.gday77-9223eq {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gday77-9223eq .gday77-a09vvx {
  display: none;
}

@media (min-width: 768px) {
  .gday77-9223eq .gday77-a09vvx {
    display: flex;
  }
}

.gday77-js5mn3 {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .gday77-js5mn3 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.gday77-js5mn3 > * {
  margin: 0 !important;
}

.gday77-js5mn3 img,
.gday77-34o8o2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gday77-js5mn3 img,
  .gday77-34o8o2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gday77-yzz77z {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gday77-yzz77z {
    width: 32px;
    height: 32px;
  }
}

.gday77-5viwy5 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .gday77-5viwy5 {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .gday77-5viwy5::-webkit-scrollbar {
    display: none;
  }
}

.gday77-by9hfk {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.gday77-by9hfk:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.gday77-urwoe3 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .gday77-urwoe3 {
    display: flex;
    opacity: 1;
  }
}

.gday77-by9hfk picture {
  width: auto;
  height: 100%;
  display: block;
}

.gday77-by9hfk picture img {
  display: block;
  width: auto;
  height: 100%;
}

.gday77-wx7zr1 {
  margin: -24px 0;
}

.gday77-wx7zr1:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .gday77-wx7zr1 {
    margin: -16px 0;
  }
}

.gday77-f2ixhw {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .gday77-f2ixhw {
    flex-direction: row;
  }
}

.gday77-7zp6a7 {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .gday77-7zp6a7 {
    flex: 1;
  }
}

.gday77-7zp6a7::placeholder {
  color: var(--Text-400);
}

.gday77-14wf99 {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.gday77-jwg9t0 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.gday77-jwg9t0::-webkit-scrollbar {
  display: none;
}

.gday77-hr4bez {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.gday77-hr4bez img,
.gday77-hr4bez svg {
  margin-right: 8px;
}

.gday77-lmfncc {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.gday77-wx7zr1 + .gday77-ydem6k {
  margin-top: 0;
}

@media (min-width: 768px) {
  .gday77-wx7zr1 + .gday77-ydem6k {
    margin-top: -16px;
  }
}

.gday77-8itip8 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.gday77-8itip8 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.gday77-8itip8 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.gday77-18kxxc {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.gday77-s9wlv0 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.gday77-dueegb {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.gday77-f93tss {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.gday77-hmv297 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.gday77-18kxxc button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.gday77-18kxxc button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .gday77-18kxxc {
    padding: 39px 179px 39px 39px;
  }

  .gday77-s9wlv0 {
    font-size: 40px;
    line-height: 48px;
  }

  .gday77-hmv297 {
    height: 348px;
  }

  .gday77-18kxxc button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .gday77-18kxxc button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .gday77-18kxxc {
    padding: 63px;
  }
}

.gday77-e10ibs {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .gday77-e10ibs {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.gday77-041c6c {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .gday77-041c6c {
    width: auto;
  }
}

.gday77-b9967n {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.gday77-b9967n::-webkit-scrollbar {
  display: none;
}

.gday77-b9967n a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.gday77-b9967n a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .gday77-b9967n {
    margin-left: 16px;
    margin-top: 0;
  }
}

.gday77-e10ibs .gday77-otlv6p {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.gday77-alw90w,
    mask-image 0.3s;
}

.gday77-e10ibs .gday77-otlv6p.gday77-gp9020 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.gday77-j4niwm {
  margin: 40px -16px;
}

.gday77-ni29fs + .gday77-zsnfea,
.gday77-ni29fs + .gday77-x4lrgr {
  margin-top: 24px;
}

.gday77-5qje3x {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.gday77-5qje3x picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.gday77-5o7k8a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .gday77-5o7k8a {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .gday77-5o7k8a {
    margin-top: 0;
  }
}

.gday77-1axh7f {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .gday77-1axh7f {
    font-size: 24px;
    line-height: 32px;
  }
}

.gday77-13t680 {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .gday77-13t680 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.gday77-qrzm88 {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .gday77-qrzm88 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.gday77-2myexm {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .gday77-2myexm {
    font-size: 20px;
    line-height: 28px;
  }
}

.gday77-pah0ad {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .gday77-pah0ad {
    font-size: 32px;
    line-height: 40px;
  }
}

.gday77-rumogb {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.gday77-xd1ipt {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.gday77-xd1ipt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gday77-ydem6k {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.gday77-9ggsy9 {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .gday77-9ggsy9 {
    padding: 15px 48px;
  }
}

main > .gday77-ydem6k {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .gday77-27cwwu.gday77-dr7hb0 > div:nth-child(n+5) {
    display: none;
  }
}

.gday77-sdsk2n p a img {
  display: block;
  margin: 0 auto;
}


.gday77-1wjtpz {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.gday77-vfdr27 {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.gday77-vfdr27 label {
  font-size: 14px;
}

.gday77-vfdr27 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.gday77-vfdr27 input,
.gday77-vfdr27 textarea,
.gday77-vfdr27 button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.gday77-vfdr27 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.gday77-4beiuy ease;
}
.gday77-vfdr27 button:hover {
  background-color: var(--button-bg-hover);
}
.gday77-inzxbz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.gday77-t5uwoa ease-in;
}

.gday77-inzxbz h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.gday77-jswpfm, .gday77-9uft3j, [class*="review-card"],
thead, thead th, table th, .gday77-jc6qae,
.gday77-swqegy, [class*="collapsible-header"],
.gday77-mc1k2a, [class*="updated-block"] {
  color: #ece7dc !important;
}
