@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.jeetcity-rut05l {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jeetcity-xbxm4o {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.jeetcity-9q27t1,
ul.jeetcity-9q27t1 {
  padding-left: 20px;
}

ul.jeetcity-9q27t1 {
  list-style: disc;
}

ol.jeetcity-9q27t1 {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.jeetcity-m04hvx > .jeetcity-znq0x5,
.jeetcity-m04hvx > .jeetcity-uqiwpr,
.jeetcity-m04hvx > blockquote,
.jeetcity-m04hvx > h1,
.jeetcity-m04hvx > h2,
.jeetcity-m04hvx > h3,
.jeetcity-m04hvx > h4,
.jeetcity-m04hvx > h5,
.jeetcity-m04hvx > h6,
.jeetcity-m04hvx > ol,
.jeetcity-m04hvx > p,
.jeetcity-m04hvx > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jeetcity-m04hvx > ol,
.jeetcity-m04hvx > ul {
  padding-left: 50px;
}

.jeetcity-m04hvx blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.jeetcity-m04hvx:not(:last-child) {
  margin-bottom: 2rem;
}

.jeetcity-m04hvx > :not(:first-child) {
  margin-top: 2rem;
}

.jeetcity-m04hvx {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jeetcity-m04hvx:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .jeetcity-m04hvx:first-child {
    margin-top: 20px;
  }
}

.jeetcity-m04hvx > p:last-of-type {
  margin-bottom: 32px;
}

.jeetcity-m04hvx > .jeetcity-i0lxd6:not(:first-child) {
  margin: 64px auto 16px auto;
}

.jeetcity-hl4phg > .jeetcity-i0lxd6 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jeetcity-uqiwpr {
  overflow: auto;
}

.jeetcity-uqiwpr::-webkit-scrollbar {
  height: 5px;
}

.jeetcity-uqiwpr table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.jeetcity-uqiwpr table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.jeetcity-uqiwpr table thead,
table thead {
  border-bottom: none;
}

.jeetcity-uqiwpr table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.jeetcity-uqiwpr table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.jeetcity-uqiwpr table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.jeetcity-uqiwpr .jeetcity-zjmi8i {
  table-layout: auto;
}

.jeetcity-uqiwpr .jeetcity-zjmi8i th {
  word-break: normal;
}

.jeetcity-uqiwpr .jeetcity-zjmi8i td {
  word-break: normal;
}

.jeetcity-rut05l .jeetcity-rut05l {
  padding-right: 0;
  padding-left: 0;
}

.jeetcity-h50qzp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.jeetcity-s4vrf3 {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.jeetcity-o1rlqj {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.jeetcity-znq0x5 {
  margin-top: 24px;
}

.jeetcity-znq0x5.jeetcity-zebrn0 {
  text-align: left;
}

.jeetcity-znq0x5.jeetcity-03pvt4 {
  text-align: right;
}

.jeetcity-znq0x5.jeetcity-n5mcx7 {
  text-align: center;
}

.jeetcity-jnya95 {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.jeetcity-rvkbed ease-in-out;
  cursor: pointer;
}

.jeetcity-jnya95:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.jeetcity-jnya95 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .jeetcity-jnya95 {
    min-width: unset;
  }
}

.jeetcity-40r7n9 {
  background-color: var(--fh-bg-color);
}

.jeetcity-lk76fh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.jeetcity-vdbu8r {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.jeetcity-vdbu8r img {
  max-height: 80px;
  object-fit: contain;
}

.jeetcity-a0g29p {
  flex: 1 1;
}

.jeetcity-l0ixta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.jeetcity-hptmd5 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.jeetcity-hptmd5 span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.jeetcity-hptmd5.jeetcity-5iwxow span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.jeetcity-hptmd5.jeetcity-5iwxow span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.jeetcity-hptmd5.jeetcity-5iwxow span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.jeetcity-a0g29p + .jeetcity-l0ixta {
  margin-left: 20px;
}

.jeetcity-66g0eh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.jeetcity-66g0eh > svg {
  max-width: 24px;
  max-height: 24px;
}

.jeetcity-66g0eh + .jeetcity-66g0eh {
  margin-left: 5px;
}

.jeetcity-4prrvt {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.jeetcity-4prrvt:hover {
  background-color: var(--button-bg-hover);
}

.jeetcity-y54k3p {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.jeetcity-rvkbed ease-in-out;
  border: 1px solid var(--border-color);
}

.jeetcity-y54k3p:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.jeetcity-pwdg2l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .jeetcity-a0g29p {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .jeetcity-pwdg2l {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .jeetcity-a0g29p {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .jeetcity-66g0eh {
    min-width: unset;
    flex: 1 1;
  }
}

.jeetcity-mdi4uq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.jeetcity-mdi4uq:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.jeetcity-mdi4uq:hover .jeetcity-zmc1rg {
  opacity: 1;
  pointer-events: auto;
}

.jeetcity-i472be {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.jeetcity-svlqlz ease-in-out;
  gap: 4px;
}

.jeetcity-i472be > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.jeetcity-i472be .jeetcity-h50qzp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.jeetcity-ty9owy,
.jeetcity-i472be:hover {
  color: var(--button-bg-hover);
}

.jeetcity-yljs0n {
  position: relative;
}

.jeetcity-yljs0n .jeetcity-i472be {
  margin-right: 0;
  padding-right: 4px;
}

.jeetcity-1dq2dy svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.jeetcity-yljs0n.jeetcity-5iwxow .jeetcity-1dq2dy svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.jeetcity-yljs0n.jeetcity-5iwxow .jeetcity-zmc1rg {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.jeetcity-yljs0n.jeetcity-5iwxow .jeetcity-zmc1rg::before {
  display: none;
}

.jeetcity-1dq2dy svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.jeetcity-zmc1rg {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.jeetcity-kat9yh 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.jeetcity-zmc1rg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.jeetcity-zmc1rg:hover {
  color: var(--fh-bg-color);
}

.jeetcity-yvaffk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.jeetcity-kat9yh 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.jeetcity-svlqlz ease-in-out;
  -o-transition: 0.jeetcity-svlqlz ease-in-out;
  transition: 0.jeetcity-svlqlz ease-in-out;
}

.jeetcity-yvaffk .jeetcity-h50qzp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.jeetcity-jferqe,
.jeetcity-yvaffk:hover {
  color: var(--button-bg-hover);
}

.jeetcity-dqkv5e {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.jeetcity-dqkv5e.jeetcity-i6hjvy {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.jeetcity-dqkv5e.jeetcity-i6hjvy:after,
.jeetcity-dqkv5e.jeetcity-i6hjvy:before {
  content: "";
  position: absolute;
  margin: auto;
}

.jeetcity-dqkv5e.jeetcity-i6hjvy:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.jeetcity-dqkv5e.jeetcity-i6hjvy:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.jeetcity-dqkv5e.jeetcity-i6hjvy > * {
  z-index: 1;
}

.jeetcity-dqkv5e b,
.jeetcity-dqkv5e strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.jeetcity-dqkv5e .jeetcity-a2rmci {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.jeetcity-dqkv5e .jeetcity-4f01m0 {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.jeetcity-dqkv5e .jeetcity-h50qzp {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.jeetcity-dqkv5e .jeetcity-34mewo {
  margin-top: 12px;
}

.jeetcity-34mewo {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.jeetcity-nj52qi {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.jeetcity-34mewo .jeetcity-ithr5h {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.jeetcity-rvkbed ease-in-out;
}

.jeetcity-34mewo .jeetcity-ithr5h:hover {
  background: rgba(255, 255, 255, 0.3);
}

.jeetcity-e2380f {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.jeetcity-dqkv5e.jeetcity-244yxf {
  gap: 12px;
  padding: 16px;
}

.jeetcity-dqkv5e.jeetcity-244yxf .jeetcity-e2380f {
  min-width: 240px;
}

.jeetcity-dqkv5e.jeetcity-244yxf .jeetcity-e2380f.jeetcity-is9a31 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .jeetcity-dqkv5e .jeetcity-a2rmci {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .jeetcity-dqkv5e .jeetcity-4f01m0 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .jeetcity-dqkv5e .jeetcity-h50qzp {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .jeetcity-dqkv5e.jeetcity-244yxf .jeetcity-h50qzp {
    max-width: 126px;
  }
  .jeetcity-dqkv5e .jeetcity-34mewo {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .jeetcity-dqkv5e .jeetcity-nj52qi {
    max-width: unset;
  }
  .jeetcity-e2380f {
    min-width: unset;
    width: 100%;
  }
  .jeetcity-dqkv5e .jeetcity-e2380f {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .jeetcity-dqkv5e.jeetcity-244yxf {
    grid-template-rows: auto 1fr auto;
  }
  .jeetcity-dqkv5e.jeetcity-244yxf .jeetcity-e2380f {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .jeetcity-dqkv5e {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .jeetcity-dqkv5e .jeetcity-a2rmci {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .jeetcity-dqkv5e .jeetcity-h50qzp {
    max-width: 78px;
  }
  .jeetcity-dqkv5e .jeetcity-34mewo {
    margin-top: -12px;
  }
  .jeetcity-dqkv5e.jeetcity-244yxf {
    gap: 8px;
  }
  .jeetcity-dqkv5e.jeetcity-244yxf .jeetcity-a2rmci {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .jeetcity-dqkv5e.jeetcity-244yxf .jeetcity-4f01m0 {
    grid-column: 1/3;
  }
  .jeetcity-dqkv5e.jeetcity-244yxf .jeetcity-h50qzp {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .jeetcity-dqkv5e.jeetcity-244yxf .jeetcity-h50qzp img {
    max-width: 114px;
  }
}

.jeetcity-e2380f.jeetcity-hmmb19,
.jeetcity-e2380f.jeetcity-0hbm0q,
.jeetcity-e2380f.jeetcity-lld2vm {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.jeetcity-rvkbed ease-in-out;
}

.jeetcity-e2380f.jeetcity-hmmb19,
.jeetcity-e2380f.jeetcity-lld2vm {
  padding: 10px;
}

.jeetcity-e2380f.jeetcity-hmmb19:hover,
.jeetcity-e2380f.jeetcity-0hbm0q:hover,
.jeetcity-e2380f.jeetcity-lld2vm:hover {
  background: var(--button-bg-hover);
}

.jeetcity-e2380f.jeetcity-hmmb19:hover svg path,
.jeetcity-e2380f.jeetcity-lld2vm:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.jeetcity-e2380f.jeetcity-is9a31 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.jeetcity-rvkbed ease-in-out;
  background: var(--button-bg-color);
}

.jeetcity-e2380f.jeetcity-is9a31:hover {
  background-color: var(--button-bg-hover);
}

.jeetcity-e2380f.jeetcity-0hbm0q:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.jeetcity-e2380f.jeetcity-0hbm0q:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.jeetcity-e2380f.jeetcity-is9a31:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.jeetcity-i3n4eh {
  max-width: 650px;
}

.jeetcity-dv942h {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.jeetcity-vt62q4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.jeetcity-61q7ld {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.jeetcity-svlqlz ease-in-out;
  cursor: pointer;
}

.jeetcity-61q7ld:hover {
  opacity: 0.5;
}

.jeetcity-61q7ld:focus {
  outline: 0;
}

.jeetcity-61q7ld:focus .jeetcity-detqvm,
.jeetcity-61q7ld:hover .jeetcity-detqvm {
  fill: red;
  fill-opacity: 1;
}

.jeetcity-61q7ld:hover {
  cursor: pointer;
}

.jeetcity-nbwhvf {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.jeetcity-i3n4eh.jeetcity-n5mcx7 {
  margin: 0 auto;
}

.jeetcity-i3n4eh.jeetcity-03pvt4 {
  margin-left: auto;
}

.jeetcity-fvaiq8 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.jeetcity-zo7r6g {
  padding-bottom: 50px;
}

.jeetcity-xbns3v {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.jeetcity-svweyv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.jeetcity-p8ec3w {
  margin-top: 24px;
}

.jeetcity-z5v8sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jeetcity-dr44s5 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.jeetcity-bjd77g {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.jeetcity-tqapgm {
  width: 468px;
}

.jeetcity-bjd77g .jeetcity-zmc1rg {
  margin: 0.jeetcity-y8f2na 0;
}

.jeetcity-60dym6 {
  display: flex;
  min-width: 224px;
}

.jeetcity-0q3bfr {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.jeetcity-svlqlz ease-in-out;
}

.jeetcity-udsn84,
.jeetcity-0q3bfr:hover {
  color: var(--text-color);
}

.jeetcity-iv1xum {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.jeetcity-lt05jr {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .jeetcity-fvaiq8 {
    padding: 16px;
  }
  .jeetcity-iv1xum {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .jeetcity-lt05jr {
    align-items: center;
  }
  .jeetcity-tqapgm {
    width: unset;
  }
  .jeetcity-60dym6 {
    min-width: unset;
  }
  .jeetcity-bjd77g {
    max-height: unset;
  }
  .jeetcity-xbns3v {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .jeetcity-fvaiq8 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.jeetcity-dyu8io {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.jeetcity-dyu8io:not(:last-child) {
  margin-bottom: 16px;
}

.jeetcity-tn4aw0 {
  outline: 0;
}

.jeetcity-tn4aw0 .jeetcity-f799h9 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.jeetcity-1zx02l {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .jeetcity-1zx02l {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.jeetcity-1zx02l::-webkit-details-marker {
  display: none;
}

.jeetcity-1zx02l:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.jeetcity-1zx02l:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .jeetcity-1zx02l:after {
  transform: unset;
}

.jeetcity-f799h9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.jeetcity-f799h9 svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.jeetcity-svlqlz ease-in-out;
  -o-transition: 0.jeetcity-svlqlz ease-in-out;
  transition: 0.jeetcity-svlqlz ease-in-out;
}

.jeetcity-jis296 {
  padding: 16px 0 0 0;
}

.jeetcity-jis296 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .jeetcity-jis296 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .jeetcity-1zx02l {
    flex-wrap: wrap;
    gap: 12px;
  }
  .jeetcity-1zx02l::after {
    margin-left: auto;
  }
  .jeetcity-f799h9 {
    order: 3;
    flex: 1 1 100%;
  }
  .jeetcity-1zx02l {
    font-size: 14px;
    line-height: 130%;
  }
  .jeetcity-f799h9 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.jeetcity-b967qy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.jeetcity-tpauar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.jeetcity-b967qy.jeetcity-5iwxow .jeetcity-tpauar {
  margin-bottom: 12px;
}

.jeetcity-tpauar::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.jeetcity-b967qy.jeetcity-5iwxow .jeetcity-tpauar::after {
  transform: unset;
}

.jeetcity-iw5ezz {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.jeetcity-dgd9f8 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.jeetcity-svlqlz ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.jeetcity-dgd9f8:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.jeetcity-b967qy.jeetcity-5iwxow .jeetcity-iw5ezz {
  max-height: 100%;
}

.jeetcity-yrherk {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.jeetcity-qga670 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.jeetcity-icrmf4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.jeetcity-0b7mu3 {
  margin-right: 4px;
}

.jeetcity-rkyy3u {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.jeetcity-svlqlz ease-in-out;
}

.jeetcity-rkyy3u svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.jeetcity-r87v0o,
.jeetcity-rkyy3u:hover {
  color: var(--text-color);
}

.jeetcity-co7lxj {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.jeetcity-co7lxj img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.jeetcity-co7lxj .jeetcity-7t9bux {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.jeetcity-co7lxj .jeetcity-3jde9v {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.jeetcity-5r5z0w {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.jeetcity-apjcnd {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jeetcity-b1vc7m .jeetcity-rut05l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.jeetcity-b1vc7m {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.jeetcity-u2bbm9 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.jeetcity-6opisi {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.jeetcity-1t151u {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.jeetcity-ot4zn2 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.jeetcity-1t151u:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.jeetcity-gxsdij {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.jeetcity-md12vg {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.jeetcity-svlqlz ease-in-out;
  transition: transform 0.jeetcity-svlqlz ease-in-out;
  -o-transition: transform 0.jeetcity-svlqlz ease-in-out;
  transition:
    transform 0.jeetcity-svlqlz ease-in-out,
    -webkit-transform 0.jeetcity-svlqlz ease-in-out;
  cursor: pointer;
}

.jeetcity-md12vg svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.jeetcity-md12vg:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.jeetcity-2hhyk3 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .jeetcity-2hhyk3 {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.jeetcity-batbn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.jeetcity-za3xwg {
  position: relative;
  width: 100%;
}

.jeetcity-batbn2.jeetcity-serxw9 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jeetcity-batbn2.jeetcity-n5mcx7 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jeetcity-batbn2.jeetcity-03pvt4 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jeetcity-dokzop {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.jeetcity-r6bvj9 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.jeetcity-svlqlz ease-in-out;
  cursor: pointer;
}

.jeetcity-r6bvj9:hover {
  opacity: 0.5;
}

.jeetcity-batbn2.jeetcity-wz6n76 .jeetcity-r6bvj9 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.jeetcity-batbn2.jeetcity-wz6n76 .jeetcity-dokzop {
  cursor: pointer;
}

.jeetcity-iiewnb {
  fill: #0009;
}

.jeetcity-s58clg {
  fill: #fff;
}

.jeetcity-r6bvj9:hover .jeetcity-iiewnb {
  fill: red;
}

.jeetcity-r6bvj9 svg path {
  -webkit-transition: 0.jeetcity-svlqlz ease-in-out;
  -o-transition: 0.jeetcity-svlqlz ease-in-out;
  transition: 0.jeetcity-svlqlz ease-in-out;
}

.jeetcity-j5g9qs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.jeetcity-j5g9qs > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.jeetcity-j5g9qs.jeetcity-lo3v2p > :not(.get-image) {
  grid-column: 1/3;
}

.jeetcity-s8ppu0:not(._h1-block) .jeetcity-j5g9qs > .jeetcity-i0lxd6 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.jeetcity-j5g9qs.jeetcity-lo3v2p .jeetcity-1x8m8e {
  grid-column: 2/3;
}

.jeetcity-j5g9qs.jeetcity-lo3v2p > .jeetcity-h50qzp {
  grid-column: 1/2;
}

.jeetcity-j5g9qs.jeetcity-lo3v2p > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.jeetcity-j5g9qs > p:first-of-type {
  margin-top: 0;
}

.jeetcity-j5g9qs .jeetcity-h50qzp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.jeetcity-s8ppu0:not(._h1-block) .jeetcity-i0lxd6 ~ .jeetcity-h50qzp {
  grid-row: 2/10;
}

.jeetcity-s8ppu0.jeetcity-guxcqj .jeetcity-i0lxd6 ~ .jeetcity-h50qzp {
  grid-row: 1/10;
}

.jeetcity-s8ppu0.jeetcity-guxcqj > .jeetcity-i0lxd6 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.jeetcity-s8ppu0.jeetcity-guxcqj .jeetcity-h50qzp {
  grid-row: 1/10;
}

.jeetcity-j5g9qs.jeetcity-09nr0l .jeetcity-h50qzp {
  align-items: flex-start;
}

.jeetcity-j5g9qs.jeetcity-n5mcx7 .jeetcity-1x8m8e {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.jeetcity-j5g9qs.jeetcity-n5mcx7 .jeetcity-h50qzp {
  align-items: center;
}

.jeetcity-j5g9qs.jeetcity-eqw9um .jeetcity-h50qzp {
  align-items: flex-end;
}

.jeetcity-1x8m8e > :first-child {
  margin-top: 0;
}

.jeetcity-1x8m8e > :last-child {
  margin-bottom: 0;
}

* + .jeetcity-1exs4v,
.jeetcity-s8ppu0 + .jeetcity-s8ppu0 {
  margin-top: 2rem;
}

.jeetcity-cbgvvf td::before,
.jeetcity-cbgvvf th::after {
  display: none !important;
}

.jeetcity-cbgvvf #link-selector {
  color: #000;
}

.jeetcity-cbgvvf .jeetcity-blb5t1 {
  color: #135e96;
}

.jeetcity-cbgvvf .jeetcity-li7yni *,
.jeetcity-cbgvvf .jeetcity-j1sjof p,
.jeetcity-cbgvvf .jeetcity-gngh4k * {
  color: #000;
}

.jeetcity-cbgvvf .jeetcity-zptdbn {
  background: 0 0 !important;
}

.jeetcity-cbgvvf .jeetcity-ohhvqk {
  color: #000;
}

.jeetcity-cbgvvf .jeetcity-5hzvpi.jeetcity-nzz0py {
  color: #fff;
}

.jeetcity-cbgvvf .jeetcity-buyg9j {
  color: #000;
}

.jeetcity-cbgvvf
  .jeetcity-o7wrk6
  .jeetcity-d1rplr.jeetcity-nzz0py.jeetcity-8t3294 {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.jeetcity-cf1eal,
body .jeetcity-rfkj37 {
  color: #000;
  background: var(--color-body) !important;
}

.jeetcity-cf1eal .jeetcity-bfamyk .jeetcity-56nrl7,
body .jeetcity-rfkj37 .jeetcity-bfamyk .jeetcity-56nrl7 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .jeetcity-dgd9f8:focus,
  .jeetcity-dgd9f8:hover {
    color: #f9cb16;
  }
  .jeetcity-kzyre3:focus,
  .jeetcity-kzyre3:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .jeetcity-n6aa45:focus img,
  .jeetcity-n6aa45:focus svg,
  .jeetcity-n6aa45:hover img,
  .jeetcity-n6aa45:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .jeetcity-co7lxj {
    display: none;
  }
}

@media (min-width: 1024px) {
  .jeetcity-yljs0n:hover .jeetcity-1dq2dy svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .jeetcity-1dq2dy {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .jeetcity-w7871j {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .jeetcity-zgldzb {
    grid-template-columns: repeat(4, 1fr);
  }
  .jeetcity-8lygi3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .jeetcity-kpi6l8 .jeetcity-gjn1mw {
    grid-template-columns: 1fr;
  }
  .jeetcity-kpi6l8 .jeetcity-arwgc8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .jeetcity-kpi6l8 .jeetcity-2rtoy7 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jeetcity-kpi6l8 .jeetcity-bqfh35 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jeetcity-kpi6l8 .jeetcity-03laas {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .jeetcity-kpi6l8 .jeetcity-2rtoy7:not(:first-child) {
    border: none;
  }
  .jeetcity-kpi6l8 .jeetcity-2rtoy7:first-child .jeetcity-bqfh35 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .jeetcity-kpi6l8 .jeetcity-2rtoy7:last-child .jeetcity-bqfh35 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .jeetcity-lk76fh {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .jeetcity-vdbu8r {
    max-width: 100px;
  }
  .jeetcity-a0g29p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .jeetcity-l0ixta {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .jeetcity-l0ixta svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .jeetcity-hptmd5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .jeetcity-a0g29p + .jeetcity-l0ixta {
    margin-left: auto;
  }
  .jeetcity-0x2yej {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .jeetcity-0x2yej.jeetcity-5iwxow {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .jeetcity-pwdg2l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .jeetcity-mdi4uq {
    width: 100%;
  }
  .jeetcity-mdi4uq:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .jeetcity-i472be {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .jeetcity-i472be svg {
    margin-right: 4px;
  }
  .jeetcity-yljs0n {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .jeetcity-1dq2dy svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .jeetcity-1dq2dy {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .jeetcity-zmc1rg {
    display: none;
    width: 100%;
  }
  .jeetcity-yljs0n.jeetcity-5iwxow .jeetcity-zmc1rg {
    padding: 0 0 0 48px;
  }
  .jeetcity-yvaffk {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .jeetcity-svweyv .jeetcity-h50qzp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .jeetcity-e5vu65 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jeetcity-e5vu65 + .jeetcity-e5vu65 {
    margin-right: 0;
  }
  .jeetcity-e5vu65 + .jeetcity-h50qzp {
    margin: 0;
  }
  .jeetcity-w7871j {
    grid-template-columns: repeat(4, 1fr);
  }
  .jeetcity-zgldzb {
    grid-template-columns: repeat(3, 1fr);
  }
  .jeetcity-43yi4x,
  .jeetcity-gzwdwr {
    grid-template-columns: repeat(2, 1fr);
  }
  .jeetcity-j5g9qs {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .jeetcity-j5g9qs.jeetcity-lo3v2p .jeetcity-1x8m8e {
    grid-column: auto;
    grid-row: auto;
  }
  .jeetcity-j5g9qs > .jeetcity-i0lxd6 {
    grid-column: 1/2;
  }
  .jeetcity-j5g9qs.jeetcity-lo3v2p > :not(.get-image) {
    grid-column: 1/2;
  }
  .jeetcity-j5g9qs .jeetcity-h50qzp,
  .jeetcity-j5g9qs.jeetcity-lo3v2p > .jeetcity-h50qzp {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .jeetcity-j5g9qs.jeetcity-lo3v2p > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .jeetcity-s8ppu0.jeetcity-guxcqj .jeetcity-j5g9qs > .jeetcity-h50qzp {
    grid-row: 1/2;
  }
  .jeetcity-j5g9qs .jeetcity-i0lxd6 ~ .jeetcity-h50qzp,
  .jeetcity-j5g9qs.jeetcity-lo3v2p .jeetcity-i0lxd6 ~ .jeetcity-h50qzp {
    grid-row: 2/3;
  }
  .jeetcity-s8ppu0.jeetcity-guxcqj .jeetcity-i0lxd6 ~ .jeetcity-h50qzp {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .jeetcity-m04hvx:first-child .jeetcity-863bra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jeetcity-m04hvx:first-child .jeetcity-863bra h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .jeetcity-m04hvx {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .jeetcity-m04hvx {
    padding: 0;
  }
  .jeetcity-znq0x5 {
    margin-top: 1rem;
  }
  .jeetcity-tn4aw0 {
    border-radius: 5px;
  }
  .jeetcity-18jg5v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jeetcity-tpauar::after {
    display: inline-block;
  }
  .jeetcity-tpauar {
    margin: 0;
    width: 100%;
  }
  .jeetcity-iw5ezz {
    width: 100%;
  }
  .jeetcity-iw5ezz.jeetcity-8a6lo3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .jeetcity-iw5ezz.jeetcity-8a6lo3 .jeetcity-9zw1jw {
    width: 100%;
  }
  .jeetcity-iw5ezz.jeetcity-8a6lo3 .jeetcity-9zw1jw:not(:last-child) {
    margin-right: 0;
  }
  .jeetcity-dgd9f8 {
    width: 100%;
    text-align: center;
  }
  .jeetcity-b967qy.jeetcity-5iwxow .jeetcity-iw5ezz {
    margin-top: 1rem;
  }
  .jeetcity-w7871j {
    grid-template-columns: repeat(3, 1fr);
  }
  .jeetcity-8lygi3,
  .jeetcity-zgldzb {
    grid-template-columns: repeat(2, 1fr);
  }
  .jeetcity-43yi4x,
  .jeetcity-gzwdwr,
  .jeetcity-7sfbd3 {
    grid-template-columns: 1fr;
  }
  .jeetcity-ozc14t {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .jeetcity-bjkutw {
    min-width: 300px;
    max-width: 325px;
  }
  .jeetcity-bqfh35 {
    cursor: auto;
  }
  .jeetcity-gxnrvo .jeetcity-bqfh35 {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .jeetcity-2hhyk3 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .jeetcity-zmc1rg {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .jeetcity-2hhyk3 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.jeetcity-e5vu65 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .jeetcity-l0ixta {
    margin: 0 -0.2rem;
  }
  .jeetcity-e5vu65 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .jeetcity-5ytker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .jeetcity-hb7x7k {
    max-width: 100%;
  }
  .jeetcity-w7871j {
    grid-template-columns: repeat(2, 1fr);
  }
  .jeetcity-8lygi3,
  .jeetcity-zgldzb {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .jeetcity-lk76fh {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jeetcity-l0ixta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .jeetcity-40r7n9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jeetcity-66g0eh {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jeetcity-vi33v4,
  .jeetcity-0ued5o {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .jeetcity-jnya95 {
    width: 100%;
  }
  .jeetcity-w7871j {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .jeetcity-2hhyk3 {
    top: 127px !important;
  }
}

.jeetcity-5c5foc {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .jeetcity-5c5foc {
  }
}

@media (max-width: 767px) {
  .jeetcity-5c5foc {
    margin-bottom: 12px;
  }
}

.jeetcity-5c5foc img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.jeetcity-uznsfx {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.jeetcity-uznsfx > .jeetcity-sj5igq {
  flex: 1 1;
}

@media (max-width: 767px) {
  .jeetcity-uznsfx {
    flex-direction: column;
    gap: 12px;
  }
}

.jeetcity-813eiz {
  display: flex;
}

.jeetcity-813eiz .jeetcity-6mj46k {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.jeetcity-813eiz .jeetcity-r0deie {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.jeetcity-813eiz .jeetcity-g8c2gm {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.jeetcity-813eiz .jeetcity-04o8dc {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.jeetcity-813eiz .jeetcity-04o8dc:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.jeetcity-813eiz .jeetcity-l27roo {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.jeetcity-l9y7m1 {
  border: unset;
  background-color: unset;
}

.jeetcity-l9y7m1 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.jeetcity-l9y7m1 .jeetcity-gvzdh8,
.jeetcity-l9y7m1 .jeetcity-zre0ts {
  flex: 0 1 330px;
}

.jeetcity-l9y7m1 .jeetcity-ih2h6n {
  flex: 1 1;
}

.jeetcity-l9y7m1 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.jeetcity-l9y7m1 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.jeetcity-l9y7m1 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.jeetcity-l9y7m1 tr td p {
  color: #fff;
  margin: 0;
}

.jeetcity-l9y7m1 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.jeetcity-l9y7m1 tr.jeetcity-gvzdh8 td p {
  padding: 16px 0;
}

.jeetcity-l9y7m1 tr.jeetcity-gvzdh8 td p:not(:last-child),
.jeetcity-l9y7m1 tr.jeetcity-zre0ts td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.jeetcity-l9y7m1 tr.jeetcity-gvzdh8 td p:first-child,
.jeetcity-l9y7m1 tr.jeetcity-zre0ts td p:first-child {
  padding-top: 0;
}

.jeetcity-l9y7m1 tr.jeetcity-zre0ts td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.jeetcity-l9y7m1 tr.jeetcity-zre0ts td p:last-child {
  padding-bottom: 0;
}

.jeetcity-l9y7m1 .jeetcity-zre0ts img {
  max-width: 32px;
}

.jeetcity-l9y7m1 .jeetcity-ih2h6n {
  min-width: 718px;
}

.jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.jeetcity-l9y7m1 .jeetcity-ih2h6n td {
  display: flex;
}

.jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-3bh3vc,
.jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-xfdonu,
.jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-ev7lbh {
  flex: 1 1 50%;
}

.jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-ryhsd0 {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-ipoktt,
.jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-yuy2m1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-3bh3vc,
.jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-xfdonu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-3bh3vc span,
.jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-xfdonu span {
  font-weight: 800;
}

.jeetcity-l9y7m1 .jeetcity-ih2h6n img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .jeetcity-l9y7m1 .jeetcity-ih2h6n td .jeetcity-ev7lbh:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .jeetcity-l9y7m1 tr.jeetcity-gvzdh8 td p:last-child {
    padding-bottom: 0;
  }
  .jeetcity-l9y7m1 .jeetcity-zre0ts > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .jeetcity-l9y7m1 .jeetcity-zre0ts > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .jeetcity-l9y7m1 tr.jeetcity-gvzdh8 td p:not(:last-child),
  .jeetcity-l9y7m1 tr.jeetcity-zre0ts td p:not(:last-child) {
    border-bottom: unset;
  }
  .jeetcity-l9y7m1 tr.jeetcity-zre0ts td p:last-child {
    padding-bottom: 12px;
  }
  .jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-3bh3vc,
  .jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-xfdonu,
  .jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-ev7lbh {
    flex: 1 1 50%;
    padding: 0;
  }
  .jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-3bh3vc,
  .jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-xfdonu {
    margin-top: 16px;
  }
  .jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-ev7lbh {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-3bh3vc {
    border-right: 1px solid var(--border-color);
  }
  .jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-ev7lbh:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .jeetcity-l9y7m1 .jeetcity-ih2h6n td:last-child .jeetcity-ev7lbh:last-child {
    padding-bottom: 0;
  }
}

.jeetcity-ev7lbh {
  display: flex;
  flex-direction: column;
}

.jeetcity-l9y7m1 .jeetcity-ih2h6n td .jeetcity-ev7lbh {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.jeetcity-l9y7m1 .jeetcity-ih2h6n td .jeetcity-ev7lbh:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.jeetcity-l9y7m1 .jeetcity-ih2h6n td .jeetcity-ev7lbh:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .jeetcity-l9y7m1 .jeetcity-ih2h6n td .jeetcity-ev7lbh:not(:first-child) {
    padding-left: 0;
  }
  .jeetcity-l9y7m1 .jeetcity-ih2h6n td .jeetcity-ev7lbh:not(:last-of-type) {
    border-right: unset;
  }
}

.jeetcity-l9y7m1 .jeetcity-y5mckt {
  flex: 0 1 485px;
}

.jeetcity-l9y7m1 .jeetcity-y8avh4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.jeetcity-l9y7m1 .jeetcity-y8avh4 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jeetcity-l9y7m1 .jeetcity-y8avh4 li.jeetcity-xqntw4 {
  padding: 6px 12px;
}

.jeetcity-l9y7m1 .jeetcity-y8avh4 li a,
.jeetcity-l9y7m1 .jeetcity-y8avh4 li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.jeetcity-l9y7m1 .jeetcity-kqjnyk,
.jeetcity-l9y7m1 .jeetcity-jqitrs {
  flex: 1 1;
}

.jeetcity-l9y7m1 .jeetcity-yxp243,
.jeetcity-l9y7m1 .jeetcity-gifgw9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jeetcity-l9y7m1 .jeetcity-yxp243 li,
.jeetcity-l9y7m1 .jeetcity-gifgw9 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.jeetcity-l9y7m1 .jeetcity-jqitrs img {
  max-width: 32px;
}

.jeetcity-l9y7m1 .jeetcity-kqjnyk img {
  max-width: 32px;
}

.jeetcity-l9y7m1 .jeetcity-c7tg16 {
  min-width: 280px;
}

.jeetcity-l9y7m1 .jeetcity-c7tg16 img {
  max-width: 146px;
}

.jeetcity-l9y7m1 .jeetcity-c7tg16 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .jeetcity-l9y7m1 .jeetcity-gvzdh8,
  .jeetcity-l9y7m1 .jeetcity-zre0ts {
    flex: 0 1 auto;
  }
  .jeetcity-l9y7m1 .jeetcity-ih2h6n {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .jeetcity-l9y7m1 .jeetcity-gvzdh8,
  .jeetcity-l9y7m1 .jeetcity-y5mckt,
  .jeetcity-l9y7m1 .jeetcity-zre0ts,
  .jeetcity-l9y7m1 .jeetcity-ih2h6n {
    flex: 1 1 calc(50% - 20px);
  }
  .jeetcity-l9y7m1 .jeetcity-kqjnyk,
  .jeetcity-l9y7m1 .jeetcity-c7tg16,
  .jeetcity-l9y7m1 .jeetcity-jqitrs {
    flex: 1 1 30%;
  }
  .jeetcity-l9y7m1 .jeetcity-c7tg16 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .jeetcity-l9y7m1 .jeetcity-gvzdh8,
  .jeetcity-l9y7m1 .jeetcity-y5mckt,
  .jeetcity-l9y7m1 .jeetcity-kqjnyk,
  .jeetcity-l9y7m1 .jeetcity-zre0ts,
  .jeetcity-l9y7m1 .jeetcity-ih2h6n,
  .jeetcity-l9y7m1 .jeetcity-c7tg16,
  .jeetcity-l9y7m1 .jeetcity-jqitrs {
    flex: 1 1 100%;
  }
}

.jeetcity-wpv326 .jeetcity-2vyupf {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jeetcity-wpv326 .jeetcity-f9x3y2 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.jeetcity-wpv326 .jeetcity-3ag8mo {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.jeetcity-wpv326 .jeetcity-kknem0 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.jeetcity-wpv326 .jeetcity-kknem0 > :nth-child(3) {
  margin-top: 0;
}

.jeetcity-wpv326 .jeetcity-h50qzp {
  grid-column: 2/3;
  grid-row: 1/10;
}

.jeetcity-wpv326 .jeetcity-q6cfpa {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.jeetcity-wpv326 .jeetcity-znq0x5 {
  grid-column: 1/2;
}

.jeetcity-wpv326 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.jeetcity-wpv326 .jeetcity-f9x3y2:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.jeetcity-wpv326 .jeetcity-f9x3y2:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.jeetcity-wpv326 .jeetcity-jnya95 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .jeetcity-wpv326 .jeetcity-f9x3y2:not(:last-child):before {
    bottom: 8px;
  }
  .jeetcity-wpv326 .jeetcity-f9x3y2:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .jeetcity-wpv326 .jeetcity-kknem0 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .jeetcity-wpv326 .jeetcity-h50qzp {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .jeetcity-wpv326 .jeetcity-h50qzp img {
    width: 100%;
    height: auto;
  }
  .jeetcity-wpv326 .jeetcity-jnya95 {
    width: 100%;
    min-width: unset;
  }
}

.jeetcity-ym00ac .jeetcity-ti6pcn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.jeetcity-ym00ac .jeetcity-1zlrp6 {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.jeetcity-ym00ac .jeetcity-h50qzp {
  height: 100%;
}

.jeetcity-ym00ac .jeetcity-h50qzp img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.jeetcity-ym00ac .jeetcity-6ao64e {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.jeetcity-ym00ac .jeetcity-7y4zh6 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.jeetcity-ym00ac .jeetcity-aqw071 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .jeetcity-ym00ac .jeetcity-1zlrp6 {
    flex: 1 1 100%;
  }
  .jeetcity-ym00ac .jeetcity-e2380f {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .jeetcity-ym00ac .jeetcity-1zlrp6 {
    flex-direction: column;
  }
  .jeetcity-ym00ac .jeetcity-h50qzp {
    width: 100%;
    height: auto;
  }
  .jeetcity-ym00ac .jeetcity-h50qzp img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .jeetcity-ym00ac .jeetcity-6ao64e {
    padding: 0 16px 16px 16px;
  }
  .jeetcity-ym00ac .jeetcity-e2380f {
    min-width: unset;
    width: 100%;
  }
}

.jeetcity-2s2pd2 .jeetcity-iicusz {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.jeetcity-2s2pd2 .jeetcity-ulwjca {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.jeetcity-2s2pd2 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.jeetcity-2s2pd2 .jeetcity-z8u07r {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.jeetcity-2s2pd2 .jeetcity-ulwjca:hover .jeetcity-z8u07r {
  display: flex;
}

.jeetcity-2s2pd2 .jeetcity-l0ovti {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jeetcity-2s2pd2 .jeetcity-m13uwb {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.jeetcity-65kfhx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.jeetcity-65kfhx.jeetcity-4jb1mm {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.jeetcity-rvkbed ease-in-out;
}

.jeetcity-65kfhx.jeetcity-4jb1mm:hover {
  color: #f9cb16;
  background-color: transparent;
}

.jeetcity-2s2pd2 .jeetcity-qymqjg {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.jeetcity-rvkbed ease-in-out;
}

.jeetcity-2s2pd2 .jeetcity-qymqjg:hover {
  color: #196948;
  background-color: #f9cb16;
}

.jeetcity-2s2pd2 .jeetcity-qymqjg:after,
.jeetcity-65kfhx.jeetcity-4jb1mm:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.jeetcity-65kfhx.jeetcity-4jb1mm:after {
  background-image: url(../images/Cash.svg);
}

.jeetcity-2s2pd2 .jeetcity-qymqjg:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .jeetcity-2s2pd2 .jeetcity-iicusz {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .jeetcity-2s2pd2 .jeetcity-iicusz {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jeetcity-2s2pd2 .jeetcity-iicusz {
    grid-template-columns: 1fr;
  }
  .jeetcity-2s2pd2 .jeetcity-ulwjca {
    height: auto;
  }
  .jeetcity-2s2pd2 .jeetcity-ulwjca .jeetcity-z8u07r {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .jeetcity-2s2pd2 .jeetcity-l0ovti,
  .jeetcity-2s2pd2 .jeetcity-m13uwb {
    text-align: left;
  }
  .jeetcity-2s2pd2 .jeetcity-m13uwb {
    margin-bottom: 8px;
  }
  .jeetcity-2s2pd2 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.jeetcity-b4f6gy {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.jeetcity-b4f6gy.jeetcity-wz6n76 {
  display: block;
}

.jeetcity-b4f6gy .jeetcity-kmwele {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.jeetcity-b4f6gy .jeetcity-76epzc {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.jeetcity-b4f6gy .jeetcity-kqge5i {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.jeetcity-b4f6gy .jeetcity-5f8zwo {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.jeetcity-b4f6gy .jeetcity-65kfhx {
  min-width: 296px;
  margin-bottom: 0;
}

.jeetcity-b4f6gy .jeetcity-ry2jw4 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.jeetcity-b4f6gy .jeetcity-wcqibz {
  position: relative;
  flex: 1 1;
}

.jeetcity-b4f6gy .jeetcity-wcqibz iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .jeetcity-b4f6gy .jeetcity-76epzc {
    flex-wrap: wrap;
    gap: 8px;
  }
  .jeetcity-b4f6gy .jeetcity-kqge5i {
    order: 1;
  }
  .jeetcity-b4f6gy .jeetcity-5f8zwo {
    order: 3;
    flex: 1 1 100%;
  }
  .jeetcity-b4f6gy .jeetcity-65kfhx {
    width: 100%;
    min-width: unset;
  }
  .jeetcity-b4f6gy .jeetcity-ry2jw4 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .jeetcity-j5g9qs > .jeetcity-i0lxd6 {
    margin-bottom: 0;
  }
  .jeetcity-j5g9qs > .jeetcity-znq0x5,
  .jeetcity-j5g9qs > p {
    margin-top: 0;
  }
}

.jeetcity-ot6g4c img,
.jeetcity-e5vu65 img {
  width: auto;
  object-fit: contain;
}

.jeetcity-ot6g4c {
  align-items: center;
}

.jeetcity-ot6g4c img {
  max-height: 76px;
}

.jeetcity-e5vu65 img {
  max-height: 64px;
}

.jeetcity-q0dqgd {
  overflow: auto;
}

.jeetcity-tly2fm {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.jeetcity-6ydu9j:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.jeetcity-z13glm {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.jeetcity-zk2uyw {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.jeetcity-z13glm .jeetcity-h50qzp {
  margin-right: 20px;
  flex-shrink: 0;
}

.jeetcity-z13glm img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.jeetcity-kw6w0g {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.jeetcity-kw6w0g > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .jeetcity-z13glm {
    padding: 15px 10px;
  }
  .jeetcity-kw6w0g {
    padding: 15px 10px;
  }
  .jeetcity-z13glm .jeetcity-h50qzp {
    margin-right: 10px;
  }
}

.jeetcity-iq57eg {
  overflow-x: auto;
}

.jeetcity-h1pcr0 {
  border-collapse: collapse;
  width: 100%;
}

.jeetcity-iq57eg th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.jeetcity-iq57eg td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.jeetcity-iq57eg td.jeetcity-2e307r {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.jeetcity-iq57eg td.jeetcity-fz7q87 {
  border-right: none;
}

.jeetcity-iq57eg td.jeetcity-fz7q87 .jeetcity-h50qzp {
  justify-content: flex-start;
}

.jeetcity-iq57eg td.jeetcity-fz7q87 .jeetcity-h50qzp img {
  height: auto;
  width: 90px;
}

.jeetcity-iq57eg td.jeetcity-eu6i18,
.jeetcity-iq57eg td.jeetcity-u387qv {
  font-weight: 600;
  text-align: right;
}

.jeetcity-iq57eg td.jeetcity-442fyl,
.jeetcity-iq57eg td.jeetcity-eu6i18 {
  padding-bottom: 10px;
  border-bottom: none;
}

.jeetcity-iq57eg td.jeetcity-eu6i18,
.jeetcity-iq57eg td.jeetcity-u387qv {
  border-left: none;
}

.jeetcity-iq57eg td.jeetcity-442fyl,
.jeetcity-iq57eg td.jeetcity-6f6tij {
  border-right: none;
}

.jeetcity-iq57eg td.jeetcity-6f6tij,
.jeetcity-iq57eg td.jeetcity-u387qv {
  border-top: none;
  padding-top: 10px;
}

.jeetcity-k6sv4w {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.jeetcity-k6sv4w .jeetcity-e2380f {
  min-width: unset;
  width: 100%;
}

.jeetcity-k6sv4w .jeetcity-e2380f.jeetcity-hmmb19 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.jeetcity-k6sv4w .jeetcity-e2380f.jeetcity-lld2vm {
  grid-column: 2/3;
  grid-row: 1/2;
}

.jeetcity-k6sv4w .jeetcity-73mqz6 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .jeetcity-k6sv4w {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .jeetcity-k6sv4w .jeetcity-e2380f.jeetcity-hmmb19 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .jeetcity-k6sv4w .jeetcity-e2380f.jeetcity-lld2vm {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .jeetcity-k6sv4w .jeetcity-73mqz6 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.jeetcity-746k55 {
  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;
}

.jeetcity-wh30vn {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.jeetcity-hl4phg p a img {
  margin: 0 auto;
  display: block;
}

.jeetcity-hl4phg table {
  margin-bottom: 17px;
}

/* contanct form */
.jeetcity-kvuaf4 {
  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;
}

.jeetcity-kvuaf4 label {
  font-size: 14px;
}

.jeetcity-kvuaf4 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.jeetcity-kvuaf4 input,
.jeetcity-kvuaf4 textarea,
.jeetcity-kvuaf4 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;
}
.jeetcity-kvuaf4 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.jeetcity-rvkbed ease;
}
.jeetcity-kvuaf4 button:hover {
  background-color: #691204;
}
.jeetcity-1zebp2 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.jeetcity-xnm9jr ease-in;
}

.jeetcity-1zebp2 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.jeetcity-bpnkom, .jeetcity-o7ep6a, [class*="review-card"],
thead, thead th, table th, .jeetcity-ky152n,
.jeetcity-7670mb, [class*="collapsible-header"],
.jeetcity-z3aw2u, [class*="updated-block"] {
  color: #ece7dc !important;
}
