* {
  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-n2c0h0 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .gday77-n2c0h0 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .gday77-n2c0h0 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.gday77-k2iwvl {
  overflow: hidden;
}

.gday77-6lca7p img {
  background: var(--Neutral-300);
}

.gday77-2ubkwb {
  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-vli790 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.gday77-vli790:hover {
  background: var(--button-bg-hover);
}

.gday77-u310uk {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.gday77-u310uk:hover {
  background: var(--button-bg-hover);
}

.gday77-hf6seq {
  font-size: 12px;
  line-height: 18px;
}

.gday77-nyyx8h {
  font-size: 18px;
  line-height: 26px;
}

.gday77-8aotjw {
  width: 100%;
}

.gday77-ytgh0y {
  padding: 6px 16px;
}

.gday77-3q6411 {
  padding: 10px 16px;
}

.gday77-sur65u {
  padding: 15px 26px;
}

.gday77-j9n2dz {
  flex-shrink: 0;
}

.gday77-e5nelf {
  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-y4fciw {
  display: none;
}

.gday77-ueknw3 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.gday77-zkajkq {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.gday77-1u2clo {
  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-h7vrt4 {
  cursor: grab;
}

.gday77-1u2clo::-webkit-scrollbar {
  display: none;
}

.gday77-hihd04 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.gday77-w6rpkz {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.gday77-7ds3ai {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.gday77-z0w6nm {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.gday77-c715gt {
  visibility: visible;
}

.gday77-wqxqjh {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.gday77-3duvni ease;
}

.gday77-x6epq0 {
  background-color: var(--Primary-200);
  width: 16px;
}

.gday77-qfsbps {
  -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-3duvni,
    mask-image 0.3s;
}

.gday77-qfsbps.gday77-vdqtab {
  -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-r134wz: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-xmvnd3 {
  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-1ayb36.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-1ayb36.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-xfd7ci {
  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-xfd7ci::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-giz3s9 {
  position: relative;
  z-index: 1;
}

.gday77-92uxqy {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.gday77-pby4py {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.gday77-pjvgnn {
  font-size: 40px;
  line-height: 48px;
}

.gday77-onhbzr {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.gday77-h1w0m8 {
  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-h1w0m8:hover {
  background: var(--Primary-400);
}

.gday77-h1w0m8 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.gday77-r134wz 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-xfd7ci {
    max-width: 600px;
    padding: 64px;
  }

  .gday77-92uxqy {
    font-size: 24px;
    line-height: 32px;
  }

  .gday77-pby4py {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .gday77-pjvgnn {
    font-size: 50px;
    line-height: 56px;
  }

  .gday77-onhbzr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .gday77-xmvnd3 {
    top: 25px;
    right: 25px;
  }
}

.gday77-ebyw5b,
.gday77-7tam0d {
  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-i5yxw4.gday77-jmhi4z::before,
.gday77-7tam0d::before,
.gday77-bdw0f0::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-1ayb36.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.gday77-5kq9eq 14.gday77-pd7smk.gday77-nbngl2 14.gday77-wj4voa 15.gday77-lx84sx 14.gday77-hxncyr 15.gday77-yn1n20 14.gday77-qiovqo.gday77-slwb4q 14.gday77-olnqd2 19.gday77-mk7qe4 12.gday77-vmvsxa 19.gday77-mk7qe4 10.gday77-kh48fg.gday77-mk7qe4 8.gday77-r86pi5 17.gday77-b1q3n0 7.gday77-bkdu8q 15.gday77-hgzbl4 7.gday77-0db4hl.gday77-vybcdd 7.gday77-bkdu8q 11.gday77-2hi2tc 8.gday77-r86pi5 11.gday77-2hi2tc 10.gday77-n6te54.gday77-2hi2tc 12.gday77-csrh3h 13.gday77-lf9nv6 14.gday77-g1pgsf 15.gday77-6g1j50 14.gday77-ithr2x.gday77-667qbj 14.gday77-12ntug 15.gday77-4a4eov 14.gday77-wytfrc 15.gday77-2vxtq5 14.gday77-gnymvz.gday77-5kq9eq 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.gday77-19jend 15.gday77-pbeg6g.gday77-hpmds3 15.gday77-631mym 15.gday77-hi3zhf 15.gday77-ov1s0a 15.gday77-mtk4ac 15.gday77-ve8rpk.gday77-zfclpy 15.gday77-ov1s0a 15.gday77-6g38nr 15.gday77-2zxawr 15.gday77-nkd176 15.gday77-s8rc4d.gday77-wxlioh 15.gday77-30nbaz 7.gday77-vk1g0g 18.gday77-hww7yb 7.gday77-iite4k 23.gday77-olsjga.gday77-g6151o.gday77-i5qvh0 18.gday77-gpd4c2 19.gday77-8e7mb7 15.gday77-oua0zn 15.gday77-19jend 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.gday77-e6d1lj [type="submit"] *,
.gday77-27seeg button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .gday77-islxy5 {
    display: none;
  }
}

.gday77-wgzwo1 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .gday77-wgzwo1 {
  display: none;
}

@media (min-width: 768px) {
  .gday77-wgzwo1 {
    bottom: 22px;
  }
}

.gday77-wgzwo1 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .gday77-wgzwo1 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.gday77-npx7ur.static) .gday77-wgzwo1 {
    bottom: 8px;
  }
}

.gday77-dr6g96 {
  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-1ayb36.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.gday77-a4qp95 3.gday77-jnuwmg.gday77-36i653.gday77-aga8e5 3.gday77-vw8aqz 3.gday77-m134td 5.gday77-ntqtzp 3.gday77-m134td 8.gday77-c4za63.gday77-s5re33.gday77-m134td 26.gday77-plgq5u 5.gday77-t7gzwl 28.gday77-kex9fv 8.gday77-4l1oya 28.gday77-5vcd1m.gday77-ujvcob 28.gday77-3zwjbz.gday77-vso9ms 34.gday77-oly72x.gday77-gnalnh 36.gday77-sg9y11 11.gday77-v889lf 37.gday77-dlwhsn 12.gday77-6moala 36.gday77-tjk0yc.gday77-g0cpdq 28.gday77-bn9z9a.gday77-cm01x7.gday77-1n6pij 28.gday77-snjsd5 36.gday77-kr30ar 26.gday77-3647gw 36.gday77-kr30ar 23.gday77-jk89lq.gday77-nz1irz.gday77-kr30ar 5.gday77-zbsyei 34.gday77-cang1g 3.gday77-vw8aqz 31.gday77-a4qp95 3.gday77-mbnqyz.gday77-4vw63b 18.gday77-cvdyj0.gday77-jgd0q8 18.gday77-n8cjel 8.gday77-55hijf 17.gday77-xnqubv 8.gday77-55hijf 15.gday77-4zy67v.gday77-55hijf 14.gday77-mjdeag 9.gday77-jgd0q8 13.gday77-nwu0xr 11.gday77-4vw63b 13.gday77-izz8au.gday77-1e57br 13.gday77-nwu0xr 13.gday77-o1fqgm 14.gday77-mjdeag 13.gday77-o1fqgm 15.gday77-tm0jih.gday77-o1fqgm 17.gday77-xnqubv 12.gday77-1e57br 18.gday77-n8cjel 11.gday77-4vw63b 18.gday77-2fmcrd.gday77-5iakz7 18.gday77-7badef.gday77-0qezmp 18.gday77-n8cjel 17.gday77-kljd96 17.gday77-xnqubv 17.gday77-kljd96 15.gday77-61l072.gday77-kljd96 14.gday77-mjdeag 18.gday77-0qezmp 13.gday77-nwu0xr 20.gday77-5iakz7 13.gday77-7x0xxj.gday77-remwk1 13.gday77-nwu0xr 22.gday77-qaa497 14.gday77-mjdeag 22.gday77-qaa497 15.gday77-3bwvyu.gday77-zspcef 17.gday77-xnqubv 21.gday77-remwk1 18.gday77-n8cjel 20.gday77-5iakz7 18.gday77-ac083i.gday77-ijgb9x 18.gday77-mh6t2x.gday77-fwgfns 18.gday77-n8cjel 26.gday77-0qe3d0 17.gday77-xnqubv 26.gday77-0qe3d0 15.gday77-oxbhsh.gday77-0qe3d0 14.gday77-mjdeag 27.gday77-fwgfns 13.gday77-nwu0xr 28.gday77-ijgb9x 13.gday77-u82lxz.gday77-whs8g6 13.gday77-nwu0xr 31.gday77-zfidz0 14.gday77-mjdeag 31.gday77-zfidz0 15.gday77-zgitoy.gday77-0qe3d0 17.gday77-xnqubv 30.gday77-whs8g6 18.gday77-n8cjel 28.gday77-ijgb9x 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-dr6g96 {
    display: none;
  }
}

.gday77-ouv66z {
  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-ouv66z {
    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-27seeg {
  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-27seeg {
    padding: 14px 16px;
  }
}

.gday77-27seeg button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.gday77-27seeg button:first-child {
  align-content: end;
}

.gday77-27seeg button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .gday77-27seeg
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .gday77-27seeg
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.gday77-27seeg button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.gday77-27seeg button:last-child svg {
  width: 38px;
  height: 38px;
}

.gday77-bdw0f0 {
  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-bdw0f0::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .gday77-bdw0f0,
.pc61d126-chatbot[data-active-screen="3"]
  .gday77-bdw0f0 {
  opacity: 1;
  visibility: visible;
}

.gday77-zontrj {
  flex: 1 1;
}

.gday77-yuvb83 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .gday77-yuvb83 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .gday77-zl3x85 {
  display: block;
}

.gday77-rexjky {
  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-rexjky {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.gday77-7tam0d {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.gday77-7tam0d::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.gday77-oxpdb8 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.gday77-oxpdb8 p {
  color: var(--Text-100);
}

.gday77-7tam0d .gday77-5wkhse {
  grid-area: button;
}

.gday77-7tam0d .gday77-5wkhse::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-1ayb36.org/2000/svg'%3E%3Cpath d='M4.gday77-nnyikj 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.gday77-fgqni7 15L16.gday77-fgqni7 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.gday77-fgqni7 5L16.gday77-fgqni7 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .gday77-csum0b {
  display: block;
}

.gday77-6csf02 {
  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-6csf02 {
    margin-top: 40px;
  }
}

.gday77-ebyw5b label,
.gday77-ebyw5b input {
  display: block;
  width: 100%;
}

.gday77-ebyw5b label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.gday77-ebyw5b label.gday77-a9thto input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.gday77-ebyw5b label.gday77-a9thto::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-ebyw5b 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-ebyw5b input::placeholder {
  color: var(--Text-400);
}

.gday77-ufzc6a {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .gday77-ufzc6a {
  display: flex;
}

.gday77-ufzc6a ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .gday77-ufzc6a ol {
    height: 420px;
    padding: 24px;
  }
}

.gday77-ufzc6a ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.gday77-e6d1lj {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .gday77-e6d1lj {
    padding: 0 24px 24px;
  }
}

.gday77-e6d1lj 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-e6d1lj input::placeholder {
  color: var(--Text-400);
}

.gday77-e6d1lj [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.gday77-e6d1lj [type="submit"]:disabled {
  opacity: 0.5;
}

.gday77-e6d1lj [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .gday77-e6d1lj [type="submit"] {
    right: 40px;
  }
}

.gday77-i5yxw4 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.gday77-i5yxw4.gday77-jmhi4z {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.gday77-i5yxw4.gday77-jmhi4z::before {
  content: "";
  width: 31px;
}

.gday77-i5yxw4.gday77-jmhi4z p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.gday77-i5yxw4.gday77-f4q28f p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.gday77-i5yxw4 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.gday77-wgzwo1 .gday77-5wkhse {
  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-islxy5 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .gday77-islxy5 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .gday77-islxy5 {
    padding: 18px 0;
  }
}

.gday77-islxy5 .gday77-n2c0h0 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .gday77-islxy5 .gday77-n2c0h0 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.gday77-uc0j0r {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .gday77-uc0j0r {
    max-width: 160px;
    height: 40px;
  }
}

.gday77-uc0j0r picture,
.gday77-uc0j0r img {
  display: block;
  width: 100%;
  height: 100%;
}

.gday77-uc0j0r img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .gday77-49wsvd {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.gday77-3duvni ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .gday77-islxy5.gday77-qx7khd .gday77-49wsvd {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gday77-49wsvd {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .gday77-49wsvd {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.gday77-qa5cvi,
.gday77-0yd7sm {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .gday77-qa5cvi,
  .gday77-0yd7sm {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .gday77-0yd7sm {
    display: none;
  }
}

.gday77-thzp5n {
  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-qx7khd .gday77-thzp5n {
  background: var(--fh-bg-color);
}

.gday77-thzp5n button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .gday77-thzp5n {
    display: none;
  }
}

.gday77-lbva6y {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .gday77-lbva6y {
    display: none;
  }
}

.gday77-3512qc {
  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-islxy5.gday77-qx7khd .gday77-3512qc:first-child {
  display: none;
}

.gday77-islxy5.gday77-qx7khd .gday77-3512qc:last-child {
  display: block;
}

.gday77-3512qc:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .gday77-3512qc {
    display: none;
  }
}

.gday77-emcw5p {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .gday77-emcw5p {
    display: flex;
  }
}

.gday77-emcw5p ul {
  max-height: 350px;
  overflow-y: auto;
}

.gday77-emcw5p:hover ul {
  visibility: visible;
  opacity: 1;
}

.gday77-emcw5p:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.gday77-emcw5p:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.gday77-emcw5p:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.gday77-emcw5p:hover .gday77-riagaq svg {
  transform: rotate(180deg);
}

.gday77-yop8q5 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.gday77-ulpzlp {
  padding: 0 8px;
}

.gday77-8cxc35 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.gday77-8cxc35:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .gday77-8cxc35 {
    padding: 4px 8px;
  }
}

.gday77-tjv3in {
  display: flex;
}

.gday77-tjv3in img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.gday77-riagaq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.gday77-riagaq svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.gday77-qwa718 {
  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-qwa718 {
    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-m49k40 {
  width: 100%;
}

@media (min-width: 1200px) {
  .gday77-m49k40 {
    display: none;
  }
}

.gday77-uzdze6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.gday77-cuu7rk {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.gday77-2c8iul {
  display: flex;
}

.gday77-2eajeo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.gday77-vc5x4d {
  list-style: none;
}

@media (max-width: 1199px) {
  .gday77-vc5x4d {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .gday77-vc5x4d {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .gday77-vc5x4d .gday77-ftn7qc [data-ref-el],
  .gday77-vc5x4d .gday77-ftn7qc span,
  .gday77-vc5x4d .gday77-ftn7qc a {
    white-space: nowrap;
  }
}

.gday77-qturps {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .gday77-qturps.gday77-0bxbja > .gday77-ftn7qc {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .gday77-qturps.gday77-lotyrd:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .gday77-qturps.gday77-0bxbja > .gday77-xfr284 {
    height: auto;
  }

  .gday77-qturps.gday77-0bxbja > div > .gday77-f3bip9 {
    transform: rotate(180deg);
  }
}

.gday77-qturps [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.gday77-qturps [data-ref-el],
.gday77-qturps span {
  cursor: pointer;
}

.gday77-qturps [data-ref-el],
.gday77-qturps span,
.gday77-qturps 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-qturps [data-ref-el],
  .gday77-qturps span,
  .gday77-qturps a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .gday77-qturps [data-ref-el],
  .gday77-qturps span,
  .gday77-qturps a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.gday77-xfr284 {
  height: 0;
  overflow: hidden;
  transition: height 0.gday77-3duvni ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.gday77-xfr284::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.gday77-xfr284::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.gday77-xfr284::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .gday77-xfr284 {
    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-xfr284:has(> .gday77-qturps.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .gday77-xfr284 .gday77-xfr284 {
    padding: 0;
  }

  .gday77-xfr284 .gday77-qturps {
    font-weight: 400;
  }

  .gday77-xfr284 .gday77-qturps:hover > .gday77-ftn7qc {
    background: var(--Neutral-300);
  }

  .gday77-xfr284 .gday77-f3bip9 {
    rotate: -90deg;
  }
}

.gday77-ftn7qc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .gday77-ftn7qc {
    padding: 8px;
  }

  .gday77-qturps.gday77-l1foq7 > .gday77-ftn7qc {
    background: var(--Neutral-300);
  }
}

.gday77-f3bip9 {
  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-1ayb36.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.gday77-4l8pyq 0.gday77-otjttu.gday77-c6zzgb -0.gday77-gbcp9i 0.gday77-e0yecw -0.gday77-gbcp9i 1.gday77-0cd93g 0.gday77-wpfs7a.gday77-7ufs51 4.gday77-2g0zo2.gday77-4l8pyq 0.gday77-08xzo1.gday77-05ccf9 -0.gday77-gbcp9i 9.gday77-8y9w4l -0.gday77-gbcp9i 10.gday77-ehar9l 0.gday77-er4x7s.gday77-ek3d0c 0.gday77-c6zzgb 10.gday77-ek3d0c 0.gday77-e0yecw 10.gday77-ehar9l 1.gday77-np9drk.gday77-2nuigu 5.gday77-dzp4ft.gday77-jaj1en 6.gday77-z4fe2c 5.gday77-jxb13s 6.gday77-z4fe2c 4.gday77-6ct8xj 5.gday77-0fs6yb.gday77-4l8pyq 1.gday77-5kvvdc.gday77-gbcp9i 0.gday77-e0yecw -0.gday77-gbcp9i 0.gday77-c6zzgb 0.gday77-4l8pyq 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.gday77-3duvni ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .gday77-f3bip9 {
    cursor: default;
  }
}

.gday77-5f06sv {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.gday77-1vp6wv {
  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-1vp6wv {
    padding: 40px 4px;
  }
}

.gday77-73sfe8 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .gday77-73sfe8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.gday77-iz2bed {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .gday77-iz2bed {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.gday77-iz2bed ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.gday77-iz2bed [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.gday77-iz2bed [data-ref-el],
.gday77-iz2bed span,
.gday77-iz2bed a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.gday77-1do3u7 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .gday77-1do3u7 {
    margin-bottom: 12px;
  }
}

.gday77-mjr02h {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.gday77-mjr02h img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .gday77-mjr02h:last-child {
    margin-right: 0;
  }
}

.gday77-gq5urt {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.gday77-1do3u7:hover .gday77-epsv6a {
  visibility: visible;
  opacity: 1;
}

.gday77-epsv6a {
  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-j1gco1 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.gday77-g8nkxg {
  display: flex;
  margin: 6px;
}

.gday77-g8nkxg img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.gday77-epsv6a::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-epsv6a::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-e9k8uo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .gday77-e9k8uo {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.gday77-8ntndh {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .gday77-8ntndh {
    margin-right: 32px;
  }
}

.gday77-depl74 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .gday77-depl74 {
    margin-top: 0;
    width: 340px;
  }
}

.gday77-depl74 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.gday77-v70vsf {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.gday77-f3jytn {
  position: relative;
}

@media (min-width: 768px) {
  .gday77-f3jytn {
    margin-top: 40px;
  }
}

.gday77-f3jytn + .gday77-0lph9i,
.gday77-f3jytn + .gday77-f3jytn {
  margin-top: 24px;
}

.gday77-0bfpbd {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .gday77-0bfpbd {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .gday77-0bfpbd {
    padding: 80px;
  }
}

.gday77-nxzfzm {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .gday77-nxzfzm {
    padding: 0 16px;
}


}

.gday77-z2os4s {
  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-z2os4s {
    font-size: 48px;
    line-height: 56px;
  }
}

.gday77-55hvik {
  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-55hvik {
    font-size: 24px;
    line-height: 32px;
  }
}

.gday77-oeyzb0 {
  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-oeyzb0:hover {
  background: var(--button-bg-hover);
}

.gday77-w6iikl {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.gday77-w6iikl img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .gday77-w6iikl img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .gday77-w6iikl img {
  min-height: 100%;
  }
}

.gday77-0bfpbd::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.gday77-bd2f0d {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gday77-bd2f0d h1,
.gday77-bd2f0d h2,
.gday77-bd2f0d h3,
.gday77-bd2f0d h4 {
  margin-bottom: 6px;
}

.gday77-bd2f0d h1:not(:first-child),
.gday77-bd2f0d h2:not(:first-child),
.gday77-bd2f0d h3:not(:first-child),
.gday77-bd2f0d h4:not(:first-child) {
  margin-top: 16px;
}

.gday77-bd2f0d h1,
.gday77-bd2f0d h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .gday77-bd2f0d h1,
  .gday77-bd2f0d h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.gday77-bd2f0d h2,
.gday77-bd2f0d h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .gday77-bd2f0d h2,
  .gday77-bd2f0d h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.gday77-bd2f0d h3,
.gday77-bd2f0d h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .gday77-bd2f0d h3,
  .gday77-bd2f0d h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.gday77-bd2f0d h4,
.gday77-bd2f0d h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.gday77-bd2f0d ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.gday77-bd2f0d ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.gday77-bd2f0d 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-bd2f0d ul ul {
  margin-bottom: 8px;
}

.gday77-bd2f0d ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.gday77-bd2f0d ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.gday77-bd2f0d ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.gday77-bd2f0d ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.gday77-bd2f0d ol li::marker {
  font-weight: 700;
}

.gday77-bd2f0d ol ol {
  margin-bottom: 8px;
}

.gday77-bd2f0d ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.gday77-bd2f0d ol ul li {
  padding-left: 16px;
}

.gday77-bd2f0d 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-bd2f0d table {
    padding: 24px;
  }
}

.gday77-bd2f0d table.gday77-68a0rh {
  -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-3duvni,
    mask-image 0.3s;
}

.gday77-bd2f0d table.gday77-68a0rh.gday77-vdqtab {
  -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-bd2f0d table {
    display: table;
  }
}

.gday77-bd2f0d 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-bd2f0d table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gday77-bd2f0d table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.gday77-bd2f0d 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-bd2f0d table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.gday77-bd2f0d table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gday77-bd2f0d table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.gday77-bd2f0d table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.gday77-bd2f0d img {
  max-width: 100%;
  height: auto;
}

.gday77-dr6blo {
  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-dr6blo {
    padding: 24px;
  }
}

.gday77-qikyyw {
  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-qikyyw {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.gday77-qikyyw > * {
  margin: 0 !important;
}

.gday77-qikyyw img,
.gday77-4fzse3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gday77-qikyyw img,
  .gday77-4fzse3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gday77-t8lsmb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gday77-t8lsmb {
    width: 32px;
    height: 32px;
  }
}

.gday77-yxc1xy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.gday77-yxc1xy .gday77-dlqjlu {
  flex-shrink: 0;
}

.gday77-yxc1xy .gday77-jzzf3e svg {
  display: none;
}

.gday77-vgshsz {
  display: grid;
  transition: max-height 0.gday77-3duvni ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .gday77-vgshsz {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .gday77-vgshsz {
    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-vgshsz.gday77-1ilwvq + .gday77-dlqjlu svg {
  transform: rotate(180deg);
}

.gday77-4kq13x {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.gday77-4kq13x > div:nth-child(3n) {
  grid-column: span 2;
}

.gday77-4kq13x
  > div:nth-child(3n)
  .gday77-bo5aic
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .gday77-4kq13x {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gday77-4kq13x > div:nth-child(3n) {
    grid-column: unset;
  }

  .gday77-4kq13x
    > div:nth-child(3n)
    .gday77-bo5aic
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .gday77-4kq13x {
    max-width: 270px;
  }
}

.gday77-4kq13x .gday77-bo5aic button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .gday77-4kq13x .gday77-bo5aic button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .gday77-4kq13x .gday77-bo5aic button {
    max-width: 104px;
  }
}

.gday77-tttg1m {
  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-tttg1m {
    margin-bottom: 0;
  }
}

.gday77-pd6lqz {
  display: none;
  opacity: 0;
}

.gday77-x0gdz9 {
  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-x0gdz9 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.gday77-bo5aic {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.gday77-bo5aic 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-bo5aic
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .gday77-bo5aic
    button {
    max-width: 145px;
  }
}

.gday77-1yvjit:first-child
  .gday77-bo5aic
  button {
  max-width: 270px;
}

.gday77-uiz1f1 {
  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-tttg1m picture {
  width: 100%;
  max-width: 100%;
}

.gday77-dle2md {
  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-dle2md svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.gday77-tttg1m:hover .gday77-dle2md {
  display: flex;
}

.gday77-wdif4t {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.gday77-uag9e6 {
  display: flex;
}

.gday77-uag9e6:hover .gday77-4zvucu,
.gday77-uag9e6 .gday77-l1foq7 .gday77-4zvucu {
  display: flex;
}

.gday77-uag9e6 svg {
  flex-shrink: 0;
}

.gday77-4zvucu {
  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-4zvucu {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.gday77-4zvucu:hover {
  display: flex;
}

.gday77-4zvucu svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.gday77-owturw {
  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-owturw {
    font-size: 12px;
  }
}

.gday77-ux1a0g,
.gday77-zhw7nh {
  width: 50%;
  flex-shrink: 0;
}

.gday77-ux1a0g {
  font-weight: 700;
}

.gday77-n733dd .gday77-vgshsz {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .gday77-n733dd .gday77-vgshsz {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .gday77-n733dd .gday77-vgshsz {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.gday77-n733dd
  .gday77-uiz1f1:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.gday77-n733dd .gday77-x0gdz9 {
  height: 100% !important;
  border-radius: 16px;
}

.gday77-n733dd .gday77-bo5aic {
  gap: 4px;
  align-items: center;
}

.gday77-n733dd .gday77-bo5aic button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gday77-n733dd .gday77-bo5aic svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.gday77-n733dd .gday77-i6idvx,
.gday77-n733dd .gday77-mheuvx {
  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-1ayb36.org/2000/svg'%3E%3Cpath d='M9.gday77-ukhdrg 4.gday77-514r8t.gday77-3v2s9p 5.gday77-a2xk7h.gday77-mjuoa5 5.gday77-9igy82.gday77-p0qykt 5.gday77-wns499.gday77-4cgh1f 8.gday77-9dcmge.gday77-f5eb9l 9.gday77-ebb3at.gday77-hdx3m6 9.gday77-aw33dy.gday77-ejazld 13.gday77-wcgbo9.gday77-5t9504 11.gday77-3vvsmy.gday77-u3egm8 11.gday77-xm08bs.gday77-xj3of9 11.gday77-cql67b.gday77-dwtbtl 13.gday77-lgogkm.gday77-j3ka4n 9.gday77-zhux25.gday77-oungwa 9.gday77-15pp10.gday77-36au0g 8.gday77-n4g4yj.gday77-qjvk8r 5.gday77-3gsj7o.gday77-nftqna 5.gday77-yba7i8.gday77-6p660v 5.gday77-nshi1f.gday77-7cwomu 4.gday77-4hy4df.gday77-u3egm8 1.gday77-tt305f.gday77-ukhdrg 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.gday77-n733dd .gday77-i6idvx {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.gday77-n733dd .gday77-mheuvx {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.gday77-se7sen {
  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-se7sen {
    padding: 24px;
  }
}

.gday77-se7sen .gday77-dlqjlu {
  display: flex;
}

@media (min-width: 768px) {
  .gday77-se7sen .gday77-dlqjlu {
    display: none;
  }
}

.gday77-se7sen .gday77-jzzf3e svg {
  display: none;
}

.gday77-28wco3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gday77-28wco3 .gday77-2ubkwb {
  display: none;
}

@media (min-width: 768px) {
  .gday77-28wco3 .gday77-2ubkwb {
    display: flex;
  }
}

.gday77-mctw42 {
  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-mctw42 {
    font-size: 40px;
    line-height: 48px;
  }
}

.gday77-mctw42 > * {
  margin: 0 !important;
}

.gday77-mctw42 img,
.gday77-s86m96 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gday77-mctw42 img,
  .gday77-s86m96 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gday77-r9kfi4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gday77-r9kfi4 {
    width: 32px;
    height: 32px;
  }
}

.gday77-71ywoi {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .gday77-71ywoi {
    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-71ywoi::-webkit-scrollbar {
    display: none;
  }
}

.gday77-d6n5qh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .gday77-d6n5qh {
    padding: 7px 15px;
  }
}

.gday77-d6n5qh:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.gday77-6sk0qz {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .gday77-6sk0qz {
    display: flex;
    opacity: 1;
  }
}

.gday77-d6n5qh picture {
  height: 100%;
  display: block;
}

.gday77-d6n5qh img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .gday77-d6n5qh img {
    width: 88px;
    height: 44px;
  }
}

.gday77-d6n5qh p {
  text-align: center;
  width: 100%;
}

.gday77-ef4v9t {
  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-ef4v9t {
    font-size: 40px;
    line-height: 48px;
  }
}

.gday77-ef4v9t img,
.gday77-58uuwx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gday77-ef4v9t img,
  .gday77-58uuwx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gday77-ki50gn {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gday77-ki50gn {
    width: 32px;
    height: 32px;
  }
}

.gday77-q6lw1q {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.gday77-r4qqrl {
  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-4lkzev {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.gday77-4lkzev.gday77-l1foq7 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.gday77-y0z0js {
  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-y0z0js {
    font-size: 20px;
    line-height: 28px;
  }
}

.gday77-2km962 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.gday77-gtyduv {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.gday77-3duvni ease;
  opacity: 0;
  color: var(--text-color);
}

.gday77-qvials {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.gday77-qvials ol,
.gday77-qvials ul {
  padding-left: 1.3em;
}

.gday77-4lkzev.gday77-l1foq7 .gday77-gtyduv {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.gday77-4lkzev.gday77-l1foq7 .gday77-2km962 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.gday77-q259fg {
  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-q259fg {
    padding: 24px;
  }
}

.gday77-q259fg .gday77-dlqjlu {
  display: flex;
}

@media (min-width: 768px) {
  .gday77-q259fg .gday77-dlqjlu {
    display: none;
  }
}

.gday77-q259fg .gday77-jzzf3e svg {
  display: none;
}

.gday77-u20yea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gday77-u20yea .gday77-2ubkwb {
  display: none;
}

@media (min-width: 768px) {
  .gday77-u20yea .gday77-2ubkwb {
    display: flex;
  }
}

.gday77-jcirax {
  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-jcirax {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.gday77-jcirax > * {
  margin: 0 !important;
}

.gday77-jcirax img,
.gday77-k5co8d {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gday77-jcirax img,
  .gday77-k5co8d {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gday77-aioqsp {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gday77-aioqsp {
    width: 32px;
    height: 32px;
  }
}

.gday77-zu2ndt {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .gday77-zu2ndt {
    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-zu2ndt::-webkit-scrollbar {
    display: none;
  }
}

.gday77-ho0d14 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.gday77-ho0d14:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.gday77-uzjzig {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .gday77-uzjzig {
    display: flex;
    opacity: 1;
  }
}

.gday77-ho0d14 picture {
  width: auto;
  height: 100%;
  display: block;
}

.gday77-ho0d14 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.gday77-x709u5 {
  margin: -24px 0;
}

.gday77-x709u5:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .gday77-x709u5 {
    margin: -16px 0;
  }
}

.gday77-6wx11t {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .gday77-6wx11t {
    flex-direction: row;
  }
}

.gday77-gifktw {
  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-gifktw {
    flex: 1;
  }
}

.gday77-gifktw::placeholder {
  color: var(--Text-400);
}

.gday77-tsdxnn {
  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-xhk5gh {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.gday77-xhk5gh::-webkit-scrollbar {
  display: none;
}

.gday77-pcensr {
  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-pcensr img,
.gday77-pcensr svg {
  margin-right: 8px;
}

.gday77-uvsx20 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.gday77-x709u5 + .gday77-8tph9k {
  margin-top: 0;
}

@media (min-width: 768px) {
  .gday77-x709u5 + .gday77-8tph9k {
    margin-top: -16px;
  }
}

.gday77-3g5kh8 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.gday77-3g5kh8 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.gday77-3g5kh8 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.gday77-3fhyfv {
  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-y3894e {
  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-rudhfq {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.gday77-ohvwzy {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.gday77-1g0pbm {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.gday77-3fhyfv 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-3fhyfv 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-3fhyfv {
    padding: 39px 179px 39px 39px;
  }

  .gday77-y3894e {
    font-size: 40px;
    line-height: 48px;
  }

  .gday77-1g0pbm {
    height: 348px;
  }

  .gday77-3fhyfv button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .gday77-3fhyfv button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .gday77-3fhyfv {
    padding: 63px;
  }
}

.gday77-iqkj5z {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .gday77-iqkj5z {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.gday77-yo61ys {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .gday77-yo61ys {
    width: auto;
  }
}

.gday77-zg04vs {
  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-zg04vs::-webkit-scrollbar {
  display: none;
}

.gday77-zg04vs 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-zg04vs a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .gday77-zg04vs {
    margin-left: 16px;
    margin-top: 0;
  }
}

.gday77-iqkj5z .gday77-4wmh7i {
  -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-3duvni,
    mask-image 0.3s;
}

.gday77-iqkj5z .gday77-4wmh7i.gday77-vdqtab {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.gday77-gq2ulv {
  margin: 40px -16px;
}

.gday77-9oxjuu + .gday77-0lph9i,
.gday77-9oxjuu + .gday77-f3jytn {
  margin-top: 24px;
}

.gday77-07igme {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.gday77-07igme picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.gday77-ivtbnn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .gday77-ivtbnn {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .gday77-ivtbnn {
    margin-top: 0;
  }
}

.gday77-pvzfr9 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .gday77-pvzfr9 {
    font-size: 24px;
    line-height: 32px;
  }
}

.gday77-rzk1kh {
  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-rzk1kh {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.gday77-t4bm3m {
  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-t4bm3m {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.gday77-m6803n {
  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-m6803n {
    font-size: 20px;
    line-height: 28px;
  }
}

.gday77-0fvq2s {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .gday77-0fvq2s {
    font-size: 32px;
    line-height: 40px;
  }
}

.gday77-cdn1yk {
  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-py9stv {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.gday77-py9stv img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gday77-8tph9k {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.gday77-50gc4k {
  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-50gc4k {
    padding: 15px 48px;
  }
}

main > .gday77-8tph9k {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .gday77-vgshsz.gday77-3i7sfa > div:nth-child(n+5) {
    display: none;
  }
}

.gday77-bd2f0d p a img {
  display: block;
  margin: 0 auto;
}


.gday77-tdrfng {
  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-vpx3qa {
  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-vpx3qa label {
  font-size: 14px;
}

.gday77-vpx3qa h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.gday77-vpx3qa input,
.gday77-vpx3qa textarea,
.gday77-vpx3qa 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-vpx3qa button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.gday77-03oxio ease;
}
.gday77-vpx3qa button:hover {
  background-color: var(--button-bg-hover);
}
.gday77-itmo5v {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.gday77-cuhwqm ease-in;
}

.gday77-itmo5v 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-j5fwji, .gday77-k16f1f, [class*="review-card"],
thead, thead th, table th, .gday77-0jpjew,
.gday77-4b6zrl, [class*="collapsible-header"],
.gday77-jdtljj, [class*="updated-block"] {
  color: #ece7dc !important;
}
