@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-2hrqub {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jeetcity-sumszi {
  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-6860mh,
ul.jeetcity-6860mh {
  padding-left: 20px;
}

ul.jeetcity-6860mh {
  list-style: disc;
}

ol.jeetcity-6860mh {
  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-8rlhum > .jeetcity-i0gz5y,
.jeetcity-8rlhum > .jeetcity-ut6ptm,
.jeetcity-8rlhum > blockquote,
.jeetcity-8rlhum > h1,
.jeetcity-8rlhum > h2,
.jeetcity-8rlhum > h3,
.jeetcity-8rlhum > h4,
.jeetcity-8rlhum > h5,
.jeetcity-8rlhum > h6,
.jeetcity-8rlhum > ol,
.jeetcity-8rlhum > p,
.jeetcity-8rlhum > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jeetcity-8rlhum > ol,
.jeetcity-8rlhum > ul {
  padding-left: 50px;
}

.jeetcity-8rlhum 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-8rlhum:not(:last-child) {
  margin-bottom: 2rem;
}

.jeetcity-8rlhum > :not(:first-child) {
  margin-top: 2rem;
}

.jeetcity-8rlhum {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jeetcity-8rlhum:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .jeetcity-8rlhum:first-child {
    margin-top: 20px;
  }
}

.jeetcity-8rlhum > p:last-of-type {
  margin-bottom: 32px;
}

.jeetcity-8rlhum > .jeetcity-2l0mo8:not(:first-child) {
  margin: 64px auto 16px auto;
}

.jeetcity-n46gn5 > .jeetcity-2l0mo8 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jeetcity-ut6ptm {
  overflow: auto;
}

.jeetcity-ut6ptm::-webkit-scrollbar {
  height: 5px;
}

.jeetcity-ut6ptm table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.jeetcity-ut6ptm table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.jeetcity-ut6ptm table thead,
table thead {
  border-bottom: none;
}

.jeetcity-ut6ptm table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.jeetcity-ut6ptm table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.jeetcity-ut6ptm table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.jeetcity-ut6ptm .jeetcity-4kazgr {
  table-layout: auto;
}

.jeetcity-ut6ptm .jeetcity-4kazgr th {
  word-break: normal;
}

.jeetcity-ut6ptm .jeetcity-4kazgr td {
  word-break: normal;
}

.jeetcity-2hrqub .jeetcity-2hrqub {
  padding-right: 0;
  padding-left: 0;
}

.jeetcity-kf7nkb {
  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-arafid {
  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-ruf1hf {
  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-i0gz5y {
  margin-top: 24px;
}

.jeetcity-i0gz5y.jeetcity-qgbqvv {
  text-align: left;
}

.jeetcity-i0gz5y.jeetcity-ce5mdw {
  text-align: right;
}

.jeetcity-i0gz5y.jeetcity-w42q3a {
  text-align: center;
}

.jeetcity-seicv8 {
  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-p6jpr4 ease-in-out;
  cursor: pointer;
}

.jeetcity-seicv8:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.jeetcity-seicv8 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .jeetcity-seicv8 {
    min-width: unset;
  }
}

.jeetcity-06h4xb {
  background-color: var(--fh-bg-color);
}

.jeetcity-ikpnh6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.jeetcity-ntofj0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.jeetcity-ntofj0 img {
  max-height: 80px;
  object-fit: contain;
}

.jeetcity-qt5zdh {
  flex: 1 1;
}

.jeetcity-7ora4h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.jeetcity-5lho0b {
  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-5lho0b 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-5lho0b.jeetcity-5dc14l span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.jeetcity-5lho0b.jeetcity-5dc14l span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.jeetcity-5lho0b.jeetcity-5dc14l span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.jeetcity-qt5zdh + .jeetcity-7ora4h {
  margin-left: 20px;
}

.jeetcity-v38r49 {
  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-v38r49 > svg {
  max-width: 24px;
  max-height: 24px;
}

.jeetcity-v38r49 + .jeetcity-v38r49 {
  margin-left: 5px;
}

.jeetcity-4h156b {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.jeetcity-4h156b:hover {
  background-color: var(--button-bg-hover);
}

.jeetcity-6ved5s {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.jeetcity-p6jpr4 ease-in-out;
  border: 1px solid var(--border-color);
}

.jeetcity-6ved5s:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.jeetcity-0orlj6 {
  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-qt5zdh {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .jeetcity-0orlj6 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .jeetcity-qt5zdh {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .jeetcity-v38r49 {
    min-width: unset;
    flex: 1 1;
  }
}

.jeetcity-8k9o17 {
  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-8k9o17:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.jeetcity-8k9o17:hover .jeetcity-3v4x98 {
  opacity: 1;
  pointer-events: auto;
}

.jeetcity-llu8kp {
  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-a8wcsz ease-in-out;
  gap: 4px;
}

.jeetcity-llu8kp > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.jeetcity-llu8kp .jeetcity-kf7nkb img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.jeetcity-vlw9u3,
.jeetcity-llu8kp:hover {
  color: var(--button-bg-hover);
}

.jeetcity-aa71m3 {
  position: relative;
}

.jeetcity-aa71m3 .jeetcity-llu8kp {
  margin-right: 0;
  padding-right: 4px;
}

.jeetcity-yqxy4p svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.jeetcity-aa71m3.jeetcity-5dc14l .jeetcity-yqxy4p svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.jeetcity-aa71m3.jeetcity-5dc14l .jeetcity-3v4x98 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.jeetcity-aa71m3.jeetcity-5dc14l .jeetcity-3v4x98::before {
  display: none;
}

.jeetcity-yqxy4p svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.jeetcity-3v4x98 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.jeetcity-df6voq 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.jeetcity-3v4x98::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.jeetcity-3v4x98:hover {
  color: var(--fh-bg-color);
}

.jeetcity-m2ex1n {
  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-df6voq 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.jeetcity-a8wcsz ease-in-out;
  -o-transition: 0.jeetcity-a8wcsz ease-in-out;
  transition: 0.jeetcity-a8wcsz ease-in-out;
}

.jeetcity-m2ex1n .jeetcity-kf7nkb img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.jeetcity-gtptqg,
.jeetcity-m2ex1n:hover {
  color: var(--button-bg-hover);
}

.jeetcity-wbtccn {
  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-wbtccn.jeetcity-cjss32 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.jeetcity-wbtccn.jeetcity-cjss32:after,
.jeetcity-wbtccn.jeetcity-cjss32:before {
  content: "";
  position: absolute;
  margin: auto;
}

.jeetcity-wbtccn.jeetcity-cjss32: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-wbtccn.jeetcity-cjss32:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.jeetcity-wbtccn.jeetcity-cjss32 > * {
  z-index: 1;
}

.jeetcity-wbtccn b,
.jeetcity-wbtccn strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.jeetcity-wbtccn .jeetcity-l98hi6 {
  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-wbtccn .jeetcity-qhpbq0 {
  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-wbtccn .jeetcity-kf7nkb {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.jeetcity-wbtccn .jeetcity-i6jtuw {
  margin-top: 12px;
}

.jeetcity-i6jtuw {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.jeetcity-g07mkj {
  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-i6jtuw .jeetcity-q4j4np {
  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-p6jpr4 ease-in-out;
}

.jeetcity-i6jtuw .jeetcity-q4j4np:hover {
  background: rgba(255, 255, 255, 0.3);
}

.jeetcity-71cg54 {
  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-wbtccn.jeetcity-ipx7cn {
  gap: 12px;
  padding: 16px;
}

.jeetcity-wbtccn.jeetcity-ipx7cn .jeetcity-71cg54 {
  min-width: 240px;
}

.jeetcity-wbtccn.jeetcity-ipx7cn .jeetcity-71cg54.jeetcity-nzxg9h {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .jeetcity-wbtccn .jeetcity-l98hi6 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .jeetcity-wbtccn .jeetcity-qhpbq0 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .jeetcity-wbtccn .jeetcity-kf7nkb {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .jeetcity-wbtccn.jeetcity-ipx7cn .jeetcity-kf7nkb {
    max-width: 126px;
  }
  .jeetcity-wbtccn .jeetcity-i6jtuw {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .jeetcity-wbtccn .jeetcity-g07mkj {
    max-width: unset;
  }
  .jeetcity-71cg54 {
    min-width: unset;
    width: 100%;
  }
  .jeetcity-wbtccn .jeetcity-71cg54 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .jeetcity-wbtccn.jeetcity-ipx7cn {
    grid-template-rows: auto 1fr auto;
  }
  .jeetcity-wbtccn.jeetcity-ipx7cn .jeetcity-71cg54 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .jeetcity-wbtccn {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .jeetcity-wbtccn .jeetcity-l98hi6 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .jeetcity-wbtccn .jeetcity-kf7nkb {
    max-width: 78px;
  }
  .jeetcity-wbtccn .jeetcity-i6jtuw {
    margin-top: -12px;
  }
  .jeetcity-wbtccn.jeetcity-ipx7cn {
    gap: 8px;
  }
  .jeetcity-wbtccn.jeetcity-ipx7cn .jeetcity-l98hi6 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .jeetcity-wbtccn.jeetcity-ipx7cn .jeetcity-qhpbq0 {
    grid-column: 1/3;
  }
  .jeetcity-wbtccn.jeetcity-ipx7cn .jeetcity-kf7nkb {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .jeetcity-wbtccn.jeetcity-ipx7cn .jeetcity-kf7nkb img {
    max-width: 114px;
  }
}

.jeetcity-71cg54.jeetcity-6v72xz,
.jeetcity-71cg54.jeetcity-pav9ou,
.jeetcity-71cg54.jeetcity-tj75dz {
  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-p6jpr4 ease-in-out;
}

.jeetcity-71cg54.jeetcity-6v72xz,
.jeetcity-71cg54.jeetcity-tj75dz {
  padding: 10px;
}

.jeetcity-71cg54.jeetcity-6v72xz:hover,
.jeetcity-71cg54.jeetcity-pav9ou:hover,
.jeetcity-71cg54.jeetcity-tj75dz:hover {
  background: var(--button-bg-hover);
}

.jeetcity-71cg54.jeetcity-6v72xz:hover svg path,
.jeetcity-71cg54.jeetcity-tj75dz:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.jeetcity-71cg54.jeetcity-nzxg9h {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.jeetcity-p6jpr4 ease-in-out;
  background: var(--button-bg-color);
}

.jeetcity-71cg54.jeetcity-nzxg9h:hover {
  background-color: var(--button-bg-hover);
}

.jeetcity-71cg54.jeetcity-pav9ou: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-71cg54.jeetcity-pav9ou:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.jeetcity-71cg54.jeetcity-nzxg9h:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.jeetcity-s7n4tr {
  max-width: 650px;
}

.jeetcity-06u9mc {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.jeetcity-bqg5fc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.jeetcity-f9w3n3 {
  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-a8wcsz ease-in-out;
  cursor: pointer;
}

.jeetcity-f9w3n3:hover {
  opacity: 0.5;
}

.jeetcity-f9w3n3:focus {
  outline: 0;
}

.jeetcity-f9w3n3:focus .jeetcity-rcw2n2,
.jeetcity-f9w3n3:hover .jeetcity-rcw2n2 {
  fill: red;
  fill-opacity: 1;
}

.jeetcity-f9w3n3:hover {
  cursor: pointer;
}

.jeetcity-1glw0z {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.jeetcity-s7n4tr.jeetcity-w42q3a {
  margin: 0 auto;
}

.jeetcity-s7n4tr.jeetcity-ce5mdw {
  margin-left: auto;
}

.jeetcity-gf4imf {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.jeetcity-e1tyit {
  padding-bottom: 50px;
}

.jeetcity-i5ssp9 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.jeetcity-wgqzb0 {
  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-omyddl {
  margin-top: 24px;
}

.jeetcity-6tdm4g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jeetcity-msipfc {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.jeetcity-t5q643 {
  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-7zy9hm {
  width: 468px;
}

.jeetcity-t5q643 .jeetcity-3v4x98 {
  margin: 0.jeetcity-vdm628 0;
}

.jeetcity-fqwy3o {
  display: flex;
  min-width: 224px;
}

.jeetcity-wabw2c {
  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-a8wcsz ease-in-out;
}

.jeetcity-v5y45s,
.jeetcity-wabw2c:hover {
  color: var(--text-color);
}

.jeetcity-vydzw0 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.jeetcity-w4gvxm {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .jeetcity-gf4imf {
    padding: 16px;
  }
  .jeetcity-vydzw0 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .jeetcity-w4gvxm {
    align-items: center;
  }
  .jeetcity-7zy9hm {
    width: unset;
  }
  .jeetcity-fqwy3o {
    min-width: unset;
  }
  .jeetcity-t5q643 {
    max-height: unset;
  }
  .jeetcity-i5ssp9 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .jeetcity-gf4imf {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.jeetcity-c69jlg {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.jeetcity-c69jlg:not(:last-child) {
  margin-bottom: 16px;
}

.jeetcity-islrk6 {
  outline: 0;
}

.jeetcity-islrk6 .jeetcity-vqzd9t {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.jeetcity-tmge2h {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .jeetcity-tmge2h {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.jeetcity-tmge2h::-webkit-details-marker {
  display: none;
}

.jeetcity-tmge2h: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-tmge2h: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-tmge2h:after {
  transform: unset;
}

.jeetcity-vqzd9t {
  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-vqzd9t 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-a8wcsz ease-in-out;
  -o-transition: 0.jeetcity-a8wcsz ease-in-out;
  transition: 0.jeetcity-a8wcsz ease-in-out;
}

.jeetcity-igzgyr {
  padding: 16px 0 0 0;
}

.jeetcity-igzgyr * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .jeetcity-igzgyr :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .jeetcity-tmge2h {
    flex-wrap: wrap;
    gap: 12px;
  }
  .jeetcity-tmge2h::after {
    margin-left: auto;
  }
  .jeetcity-vqzd9t {
    order: 3;
    flex: 1 1 100%;
  }
  .jeetcity-tmge2h {
    font-size: 14px;
    line-height: 130%;
  }
  .jeetcity-vqzd9t svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.jeetcity-booslh {
  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-iki9dt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.jeetcity-booslh.jeetcity-5dc14l .jeetcity-iki9dt {
  margin-bottom: 12px;
}

.jeetcity-iki9dt::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-booslh.jeetcity-5dc14l .jeetcity-iki9dt::after {
  transform: unset;
}

.jeetcity-mgvomb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.jeetcity-az4mfq {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.jeetcity-a8wcsz ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.jeetcity-az4mfq: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-booslh.jeetcity-5dc14l .jeetcity-mgvomb {
  max-height: 100%;
}

.jeetcity-0xsxkv {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.jeetcity-8f0lm9 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.jeetcity-n8uacq {
  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-1to4b0 {
  margin-right: 4px;
}

.jeetcity-hgtg4l {
  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-a8wcsz ease-in-out;
}

.jeetcity-hgtg4l svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.jeetcity-mefus8,
.jeetcity-hgtg4l:hover {
  color: var(--text-color);
}

.jeetcity-f95qmt {
  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-f95qmt img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.jeetcity-f95qmt .jeetcity-nn2f3m {
  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-f95qmt .jeetcity-fp6p2z {
  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-rxrvrp {
  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-s01gyu {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jeetcity-32qhhc .jeetcity-2hrqub {
  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-32qhhc {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.jeetcity-fencp0 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.jeetcity-olj2yz {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.jeetcity-dzz1sq {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.jeetcity-axuu0f 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-dzz1sq:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.jeetcity-6abkjh {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.jeetcity-75lt0f {
  -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-a8wcsz ease-in-out;
  transition: transform 0.jeetcity-a8wcsz ease-in-out;
  -o-transition: transform 0.jeetcity-a8wcsz ease-in-out;
  transition:
    transform 0.jeetcity-a8wcsz ease-in-out,
    -webkit-transform 0.jeetcity-a8wcsz ease-in-out;
  cursor: pointer;
}

.jeetcity-75lt0f svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.jeetcity-75lt0f: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-prixpl {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .jeetcity-prixpl {
    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-0tmkwm {
  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-klbh8c {
  position: relative;
  width: 100%;
}

.jeetcity-0tmkwm.jeetcity-71qvu6 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jeetcity-0tmkwm.jeetcity-w42q3a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jeetcity-0tmkwm.jeetcity-ce5mdw {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jeetcity-kvnkcs {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.jeetcity-o4tk34 {
  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-a8wcsz ease-in-out;
  cursor: pointer;
}

.jeetcity-o4tk34:hover {
  opacity: 0.5;
}

.jeetcity-0tmkwm.jeetcity-ios2ud .jeetcity-o4tk34 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.jeetcity-0tmkwm.jeetcity-ios2ud .jeetcity-kvnkcs {
  cursor: pointer;
}

.jeetcity-gfiep7 {
  fill: #0009;
}

.jeetcity-j3bmdf {
  fill: #fff;
}

.jeetcity-o4tk34:hover .jeetcity-gfiep7 {
  fill: red;
}

.jeetcity-o4tk34 svg path {
  -webkit-transition: 0.jeetcity-a8wcsz ease-in-out;
  -o-transition: 0.jeetcity-a8wcsz ease-in-out;
  transition: 0.jeetcity-a8wcsz ease-in-out;
}

.jeetcity-nfkry4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.jeetcity-nfkry4 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.jeetcity-nfkry4.jeetcity-wkogoz > :not(.get-image) {
  grid-column: 1/3;
}

.jeetcity-9ab342:not(._h1-block) .jeetcity-nfkry4 > .jeetcity-2l0mo8 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.jeetcity-nfkry4.jeetcity-wkogoz .jeetcity-bi8aaz {
  grid-column: 2/3;
}

.jeetcity-nfkry4.jeetcity-wkogoz > .jeetcity-kf7nkb {
  grid-column: 1/2;
}

.jeetcity-nfkry4.jeetcity-wkogoz > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.jeetcity-nfkry4 > p:first-of-type {
  margin-top: 0;
}

.jeetcity-nfkry4 .jeetcity-kf7nkb {
  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-9ab342:not(._h1-block) .jeetcity-2l0mo8 ~ .jeetcity-kf7nkb {
  grid-row: 2/10;
}

.jeetcity-9ab342.jeetcity-mf0xhg .jeetcity-2l0mo8 ~ .jeetcity-kf7nkb {
  grid-row: 1/10;
}

.jeetcity-9ab342.jeetcity-mf0xhg > .jeetcity-2l0mo8 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.jeetcity-9ab342.jeetcity-mf0xhg .jeetcity-kf7nkb {
  grid-row: 1/10;
}

.jeetcity-nfkry4.jeetcity-dz0s7t .jeetcity-kf7nkb {
  align-items: flex-start;
}

.jeetcity-nfkry4.jeetcity-w42q3a .jeetcity-bi8aaz {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.jeetcity-nfkry4.jeetcity-w42q3a .jeetcity-kf7nkb {
  align-items: center;
}

.jeetcity-nfkry4.jeetcity-cu08gi .jeetcity-kf7nkb {
  align-items: flex-end;
}

.jeetcity-bi8aaz > :first-child {
  margin-top: 0;
}

.jeetcity-bi8aaz > :last-child {
  margin-bottom: 0;
}

* + .jeetcity-lmw7gi,
.jeetcity-9ab342 + .jeetcity-9ab342 {
  margin-top: 2rem;
}

.jeetcity-47vjrv td::before,
.jeetcity-47vjrv th::after {
  display: none !important;
}

.jeetcity-47vjrv #link-selector {
  color: #000;
}

.jeetcity-47vjrv .jeetcity-t87zpv {
  color: #135e96;
}

.jeetcity-47vjrv .jeetcity-unfqj5 *,
.jeetcity-47vjrv .jeetcity-tl3ynk p,
.jeetcity-47vjrv .jeetcity-dtf1rt * {
  color: #000;
}

.jeetcity-47vjrv .jeetcity-cwkxh5 {
  background: 0 0 !important;
}

.jeetcity-47vjrv .jeetcity-qyu7eo {
  color: #000;
}

.jeetcity-47vjrv .jeetcity-j6sbts.jeetcity-pg8usz {
  color: #fff;
}

.jeetcity-47vjrv .jeetcity-svt6wr {
  color: #000;
}

.jeetcity-47vjrv
  .jeetcity-b1u9dl
  .jeetcity-07azza.jeetcity-pg8usz.jeetcity-hfazsg {
  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-3xi445,
body .jeetcity-dfhrl3 {
  color: #000;
  background: var(--color-body) !important;
}

.jeetcity-3xi445 .jeetcity-gl4t33 .jeetcity-127qp1,
body .jeetcity-dfhrl3 .jeetcity-gl4t33 .jeetcity-127qp1 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .jeetcity-az4mfq:focus,
  .jeetcity-az4mfq:hover {
    color: #f9cb16;
  }
  .jeetcity-nf2ji8:focus,
  .jeetcity-nf2ji8:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .jeetcity-4pmv26:focus img,
  .jeetcity-4pmv26:focus svg,
  .jeetcity-4pmv26:hover img,
  .jeetcity-4pmv26:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .jeetcity-f95qmt {
    display: none;
  }
}

@media (min-width: 1024px) {
  .jeetcity-aa71m3:hover .jeetcity-yqxy4p svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .jeetcity-yqxy4p {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .jeetcity-oq11eu {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .jeetcity-u3u1jg {
    grid-template-columns: repeat(4, 1fr);
  }
  .jeetcity-f2bc4q {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .jeetcity-2csoa9 .jeetcity-e07ju4 {
    grid-template-columns: 1fr;
  }
  .jeetcity-2csoa9 .jeetcity-o3upc1 {
    -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-2csoa9 .jeetcity-59xtfb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jeetcity-2csoa9 .jeetcity-1ecw45 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jeetcity-2csoa9 .jeetcity-y3o2hp {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .jeetcity-2csoa9 .jeetcity-59xtfb:not(:first-child) {
    border: none;
  }
  .jeetcity-2csoa9 .jeetcity-59xtfb:first-child .jeetcity-1ecw45 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .jeetcity-2csoa9 .jeetcity-59xtfb:last-child .jeetcity-1ecw45 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .jeetcity-ikpnh6 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .jeetcity-ntofj0 {
    max-width: 100px;
  }
  .jeetcity-qt5zdh {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .jeetcity-7ora4h {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .jeetcity-7ora4h svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .jeetcity-5lho0b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .jeetcity-qt5zdh + .jeetcity-7ora4h {
    margin-left: auto;
  }
  .jeetcity-433qbu {
    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-433qbu.jeetcity-5dc14l {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .jeetcity-0orlj6 {
    -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-8k9o17 {
    width: 100%;
  }
  .jeetcity-8k9o17:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .jeetcity-llu8kp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .jeetcity-llu8kp svg {
    margin-right: 4px;
  }
  .jeetcity-aa71m3 {
    -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-yqxy4p svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .jeetcity-yqxy4p {
    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-3v4x98 {
    display: none;
    width: 100%;
  }
  .jeetcity-aa71m3.jeetcity-5dc14l .jeetcity-3v4x98 {
    padding: 0 0 0 48px;
  }
  .jeetcity-m2ex1n {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .jeetcity-wgqzb0 .jeetcity-kf7nkb {
    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-27qqo0 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jeetcity-27qqo0 + .jeetcity-27qqo0 {
    margin-right: 0;
  }
  .jeetcity-27qqo0 + .jeetcity-kf7nkb {
    margin: 0;
  }
  .jeetcity-oq11eu {
    grid-template-columns: repeat(4, 1fr);
  }
  .jeetcity-u3u1jg {
    grid-template-columns: repeat(3, 1fr);
  }
  .jeetcity-yllpxz,
  .jeetcity-ymwyfw {
    grid-template-columns: repeat(2, 1fr);
  }
  .jeetcity-nfkry4 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .jeetcity-nfkry4.jeetcity-wkogoz .jeetcity-bi8aaz {
    grid-column: auto;
    grid-row: auto;
  }
  .jeetcity-nfkry4 > .jeetcity-2l0mo8 {
    grid-column: 1/2;
  }
  .jeetcity-nfkry4.jeetcity-wkogoz > :not(.get-image) {
    grid-column: 1/2;
  }
  .jeetcity-nfkry4 .jeetcity-kf7nkb,
  .jeetcity-nfkry4.jeetcity-wkogoz > .jeetcity-kf7nkb {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .jeetcity-nfkry4.jeetcity-wkogoz > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .jeetcity-9ab342.jeetcity-mf0xhg .jeetcity-nfkry4 > .jeetcity-kf7nkb {
    grid-row: 1/2;
  }
  .jeetcity-nfkry4 .jeetcity-2l0mo8 ~ .jeetcity-kf7nkb,
  .jeetcity-nfkry4.jeetcity-wkogoz .jeetcity-2l0mo8 ~ .jeetcity-kf7nkb {
    grid-row: 2/3;
  }
  .jeetcity-9ab342.jeetcity-mf0xhg .jeetcity-2l0mo8 ~ .jeetcity-kf7nkb {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .jeetcity-8rlhum:first-child .jeetcity-4c3tlw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jeetcity-8rlhum:first-child .jeetcity-4c3tlw h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .jeetcity-8rlhum {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .jeetcity-8rlhum {
    padding: 0;
  }
  .jeetcity-i0gz5y {
    margin-top: 1rem;
  }
  .jeetcity-islrk6 {
    border-radius: 5px;
  }
  .jeetcity-tv82qe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jeetcity-iki9dt::after {
    display: inline-block;
  }
  .jeetcity-iki9dt {
    margin: 0;
    width: 100%;
  }
  .jeetcity-mgvomb {
    width: 100%;
  }
  .jeetcity-mgvomb.jeetcity-hq25t7 {
    -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-mgvomb.jeetcity-hq25t7 .jeetcity-llbm2p {
    width: 100%;
  }
  .jeetcity-mgvomb.jeetcity-hq25t7 .jeetcity-llbm2p:not(:last-child) {
    margin-right: 0;
  }
  .jeetcity-az4mfq {
    width: 100%;
    text-align: center;
  }
  .jeetcity-booslh.jeetcity-5dc14l .jeetcity-mgvomb {
    margin-top: 1rem;
  }
  .jeetcity-oq11eu {
    grid-template-columns: repeat(3, 1fr);
  }
  .jeetcity-f2bc4q,
  .jeetcity-u3u1jg {
    grid-template-columns: repeat(2, 1fr);
  }
  .jeetcity-yllpxz,
  .jeetcity-ymwyfw,
  .jeetcity-jfwpd0 {
    grid-template-columns: 1fr;
  }
  .jeetcity-limoen {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .jeetcity-q6yihc {
    min-width: 300px;
    max-width: 325px;
  }
  .jeetcity-1ecw45 {
    cursor: auto;
  }
  .jeetcity-a94qnk .jeetcity-1ecw45 {
    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-prixpl {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .jeetcity-3v4x98 {
    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-prixpl {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.jeetcity-27qqo0 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .jeetcity-7ora4h {
    margin: 0 -0.2rem;
  }
  .jeetcity-27qqo0 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .jeetcity-ie329y {
    -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-3ylota {
    max-width: 100%;
  }
  .jeetcity-oq11eu {
    grid-template-columns: repeat(2, 1fr);
  }
  .jeetcity-f2bc4q,
  .jeetcity-u3u1jg {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .jeetcity-ikpnh6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jeetcity-7ora4h {
    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-06h4xb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jeetcity-v38r49 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jeetcity-7t61bm,
  .jeetcity-uozp6p {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .jeetcity-seicv8 {
    width: 100%;
  }
  .jeetcity-oq11eu {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .jeetcity-prixpl {
    top: 127px !important;
  }
}

.jeetcity-cb9xf7 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .jeetcity-cb9xf7 {
  }
}

@media (max-width: 767px) {
  .jeetcity-cb9xf7 {
    margin-bottom: 12px;
  }
}

.jeetcity-cb9xf7 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.jeetcity-aopxyu {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.jeetcity-aopxyu > .jeetcity-10wfwe {
  flex: 1 1;
}

@media (max-width: 767px) {
  .jeetcity-aopxyu {
    flex-direction: column;
    gap: 12px;
  }
}

.jeetcity-zua2ti {
  display: flex;
}

.jeetcity-zua2ti .jeetcity-wq9due {
  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-zua2ti .jeetcity-4ke04u {
  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-zua2ti .jeetcity-tvyvso {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.jeetcity-zua2ti .jeetcity-hnia8w {
  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-zua2ti .jeetcity-hnia8w:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.jeetcity-zua2ti .jeetcity-79gdp3 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.jeetcity-u83x2m {
  border: unset;
  background-color: unset;
}

.jeetcity-u83x2m tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.jeetcity-u83x2m .jeetcity-cu66ny,
.jeetcity-u83x2m .jeetcity-6f5u7y {
  flex: 0 1 330px;
}

.jeetcity-u83x2m .jeetcity-7hgsjf {
  flex: 1 1;
}

.jeetcity-u83x2m 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-u83x2m tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.jeetcity-u83x2m tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.jeetcity-u83x2m tr td p {
  color: #fff;
  margin: 0;
}

.jeetcity-u83x2m tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.jeetcity-u83x2m tr.jeetcity-cu66ny td p {
  padding: 16px 0;
}

.jeetcity-u83x2m tr.jeetcity-cu66ny td p:not(:last-child),
.jeetcity-u83x2m tr.jeetcity-6f5u7y td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.jeetcity-u83x2m tr.jeetcity-cu66ny td p:first-child,
.jeetcity-u83x2m tr.jeetcity-6f5u7y td p:first-child {
  padding-top: 0;
}

.jeetcity-u83x2m tr.jeetcity-6f5u7y td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.jeetcity-u83x2m tr.jeetcity-6f5u7y td p:last-child {
  padding-bottom: 0;
}

.jeetcity-u83x2m .jeetcity-6f5u7y img {
  max-width: 32px;
}

.jeetcity-u83x2m .jeetcity-7hgsjf {
  min-width: 718px;
}

.jeetcity-u83x2m .jeetcity-7hgsjf td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.jeetcity-u83x2m .jeetcity-7hgsjf td {
  display: flex;
}

.jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-4o8spc,
.jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-8d2n9p,
.jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-9uemx4 {
  flex: 1 1 50%;
}

.jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-y6r4bw {
  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-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-9m1z2x,
.jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-7a0l19 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-4o8spc,
.jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-8d2n9p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-4o8spc span,
.jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-8d2n9p span {
  font-weight: 800;
}

.jeetcity-u83x2m .jeetcity-7hgsjf img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .jeetcity-u83x2m .jeetcity-7hgsjf td .jeetcity-9uemx4:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .jeetcity-u83x2m tr.jeetcity-cu66ny td p:last-child {
    padding-bottom: 0;
  }
  .jeetcity-u83x2m .jeetcity-6f5u7y > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .jeetcity-u83x2m .jeetcity-6f5u7y > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .jeetcity-u83x2m tr.jeetcity-cu66ny td p:not(:last-child),
  .jeetcity-u83x2m tr.jeetcity-6f5u7y td p:not(:last-child) {
    border-bottom: unset;
  }
  .jeetcity-u83x2m tr.jeetcity-6f5u7y td p:last-child {
    padding-bottom: 12px;
  }
  .jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-4o8spc,
  .jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-8d2n9p,
  .jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-9uemx4 {
    flex: 1 1 50%;
    padding: 0;
  }
  .jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-4o8spc,
  .jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-8d2n9p {
    margin-top: 16px;
  }
  .jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-9uemx4 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-4o8spc {
    border-right: 1px solid var(--border-color);
  }
  .jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-9uemx4:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .jeetcity-u83x2m .jeetcity-7hgsjf td:last-child .jeetcity-9uemx4:last-child {
    padding-bottom: 0;
  }
}

.jeetcity-9uemx4 {
  display: flex;
  flex-direction: column;
}

.jeetcity-u83x2m .jeetcity-7hgsjf td .jeetcity-9uemx4 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.jeetcity-u83x2m .jeetcity-7hgsjf td .jeetcity-9uemx4:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.jeetcity-u83x2m .jeetcity-7hgsjf td .jeetcity-9uemx4:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .jeetcity-u83x2m .jeetcity-7hgsjf td .jeetcity-9uemx4:not(:first-child) {
    padding-left: 0;
  }
  .jeetcity-u83x2m .jeetcity-7hgsjf td .jeetcity-9uemx4:not(:last-of-type) {
    border-right: unset;
  }
}

.jeetcity-u83x2m .jeetcity-a1jxd6 {
  flex: 0 1 485px;
}

.jeetcity-u83x2m .jeetcity-2oehef {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.jeetcity-u83x2m .jeetcity-2oehef li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jeetcity-u83x2m .jeetcity-2oehef li.jeetcity-oowrxx {
  padding: 6px 12px;
}

.jeetcity-u83x2m .jeetcity-2oehef li a,
.jeetcity-u83x2m .jeetcity-2oehef 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-u83x2m .jeetcity-sjx88k,
.jeetcity-u83x2m .jeetcity-nm2ux5 {
  flex: 1 1;
}

.jeetcity-u83x2m .jeetcity-repn19,
.jeetcity-u83x2m .jeetcity-frzogr {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jeetcity-u83x2m .jeetcity-repn19 li,
.jeetcity-u83x2m .jeetcity-frzogr li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.jeetcity-u83x2m .jeetcity-nm2ux5 img {
  max-width: 32px;
}

.jeetcity-u83x2m .jeetcity-sjx88k img {
  max-width: 32px;
}

.jeetcity-u83x2m .jeetcity-ov767l {
  min-width: 280px;
}

.jeetcity-u83x2m .jeetcity-ov767l img {
  max-width: 146px;
}

.jeetcity-u83x2m .jeetcity-ov767l td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .jeetcity-u83x2m .jeetcity-cu66ny,
  .jeetcity-u83x2m .jeetcity-6f5u7y {
    flex: 0 1 auto;
  }
  .jeetcity-u83x2m .jeetcity-7hgsjf {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .jeetcity-u83x2m .jeetcity-cu66ny,
  .jeetcity-u83x2m .jeetcity-a1jxd6,
  .jeetcity-u83x2m .jeetcity-6f5u7y,
  .jeetcity-u83x2m .jeetcity-7hgsjf {
    flex: 1 1 calc(50% - 20px);
  }
  .jeetcity-u83x2m .jeetcity-sjx88k,
  .jeetcity-u83x2m .jeetcity-ov767l,
  .jeetcity-u83x2m .jeetcity-nm2ux5 {
    flex: 1 1 30%;
  }
  .jeetcity-u83x2m .jeetcity-ov767l {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .jeetcity-u83x2m .jeetcity-cu66ny,
  .jeetcity-u83x2m .jeetcity-a1jxd6,
  .jeetcity-u83x2m .jeetcity-sjx88k,
  .jeetcity-u83x2m .jeetcity-6f5u7y,
  .jeetcity-u83x2m .jeetcity-7hgsjf,
  .jeetcity-u83x2m .jeetcity-ov767l,
  .jeetcity-u83x2m .jeetcity-nm2ux5 {
    flex: 1 1 100%;
  }
}

.jeetcity-d18cj5 .jeetcity-m97zno {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jeetcity-d18cj5 .jeetcity-g0wkm8 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.jeetcity-d18cj5 .jeetcity-ilxgqm {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.jeetcity-d18cj5 .jeetcity-pos98i {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.jeetcity-d18cj5 .jeetcity-pos98i > :nth-child(3) {
  margin-top: 0;
}

.jeetcity-d18cj5 .jeetcity-kf7nkb {
  grid-column: 2/3;
  grid-row: 1/10;
}

.jeetcity-d18cj5 .jeetcity-yufhzo {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.jeetcity-d18cj5 .jeetcity-i0gz5y {
  grid-column: 1/2;
}

.jeetcity-d18cj5 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.jeetcity-d18cj5 .jeetcity-g0wkm8: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-d18cj5 .jeetcity-g0wkm8:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.jeetcity-d18cj5 .jeetcity-seicv8 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .jeetcity-d18cj5 .jeetcity-g0wkm8:not(:last-child):before {
    bottom: 8px;
  }
  .jeetcity-d18cj5 .jeetcity-g0wkm8:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .jeetcity-d18cj5 .jeetcity-pos98i {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .jeetcity-d18cj5 .jeetcity-kf7nkb {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .jeetcity-d18cj5 .jeetcity-kf7nkb img {
    width: 100%;
    height: auto;
  }
  .jeetcity-d18cj5 .jeetcity-seicv8 {
    width: 100%;
    min-width: unset;
  }
}

.jeetcity-yink5w .jeetcity-8y4rpu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.jeetcity-yink5w .jeetcity-q2cyx1 {
  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-yink5w .jeetcity-kf7nkb {
  height: 100%;
}

.jeetcity-yink5w .jeetcity-kf7nkb img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.jeetcity-yink5w .jeetcity-j2wh2c {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.jeetcity-yink5w .jeetcity-eg6c1o {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.jeetcity-yink5w .jeetcity-blqhh7 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .jeetcity-yink5w .jeetcity-q2cyx1 {
    flex: 1 1 100%;
  }
  .jeetcity-yink5w .jeetcity-71cg54 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .jeetcity-yink5w .jeetcity-q2cyx1 {
    flex-direction: column;
  }
  .jeetcity-yink5w .jeetcity-kf7nkb {
    width: 100%;
    height: auto;
  }
  .jeetcity-yink5w .jeetcity-kf7nkb img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .jeetcity-yink5w .jeetcity-j2wh2c {
    padding: 0 16px 16px 16px;
  }
  .jeetcity-yink5w .jeetcity-71cg54 {
    min-width: unset;
    width: 100%;
  }
}

.jeetcity-bvdnl5 .jeetcity-0iadxq {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.jeetcity-bvdnl5 .jeetcity-60npzs {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.jeetcity-bvdnl5 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-bvdnl5 .jeetcity-iw584h {
  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-bvdnl5 .jeetcity-60npzs:hover .jeetcity-iw584h {
  display: flex;
}

.jeetcity-bvdnl5 .jeetcity-i8y4ij {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jeetcity-bvdnl5 .jeetcity-uzx2ca {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.jeetcity-2h0j6a {
  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-2h0j6a.jeetcity-42zmf6 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.jeetcity-p6jpr4 ease-in-out;
}

.jeetcity-2h0j6a.jeetcity-42zmf6:hover {
  color: #f9cb16;
  background-color: transparent;
}

.jeetcity-bvdnl5 .jeetcity-hr9oiz {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.jeetcity-p6jpr4 ease-in-out;
}

.jeetcity-bvdnl5 .jeetcity-hr9oiz:hover {
  color: #196948;
  background-color: #f9cb16;
}

.jeetcity-bvdnl5 .jeetcity-hr9oiz:after,
.jeetcity-2h0j6a.jeetcity-42zmf6:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.jeetcity-2h0j6a.jeetcity-42zmf6:after {
  background-image: url(../images/Cash.svg);
}

.jeetcity-bvdnl5 .jeetcity-hr9oiz:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .jeetcity-bvdnl5 .jeetcity-0iadxq {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .jeetcity-bvdnl5 .jeetcity-0iadxq {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jeetcity-bvdnl5 .jeetcity-0iadxq {
    grid-template-columns: 1fr;
  }
  .jeetcity-bvdnl5 .jeetcity-60npzs {
    height: auto;
  }
  .jeetcity-bvdnl5 .jeetcity-60npzs .jeetcity-iw584h {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .jeetcity-bvdnl5 .jeetcity-i8y4ij,
  .jeetcity-bvdnl5 .jeetcity-uzx2ca {
    text-align: left;
  }
  .jeetcity-bvdnl5 .jeetcity-uzx2ca {
    margin-bottom: 8px;
  }
  .jeetcity-bvdnl5 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.jeetcity-oz7eyj {
  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-oz7eyj.jeetcity-ios2ud {
  display: block;
}

.jeetcity-oz7eyj .jeetcity-p7bxki {
  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-oz7eyj .jeetcity-f4g5pv {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.jeetcity-oz7eyj .jeetcity-jn0j4m {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.jeetcity-oz7eyj .jeetcity-8y79qv {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.jeetcity-oz7eyj .jeetcity-2h0j6a {
  min-width: 296px;
  margin-bottom: 0;
}

.jeetcity-oz7eyj .jeetcity-l5570g {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.jeetcity-oz7eyj .jeetcity-xjb00b {
  position: relative;
  flex: 1 1;
}

.jeetcity-oz7eyj .jeetcity-xjb00b iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .jeetcity-oz7eyj .jeetcity-f4g5pv {
    flex-wrap: wrap;
    gap: 8px;
  }
  .jeetcity-oz7eyj .jeetcity-jn0j4m {
    order: 1;
  }
  .jeetcity-oz7eyj .jeetcity-8y79qv {
    order: 3;
    flex: 1 1 100%;
  }
  .jeetcity-oz7eyj .jeetcity-2h0j6a {
    width: 100%;
    min-width: unset;
  }
  .jeetcity-oz7eyj .jeetcity-l5570g {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .jeetcity-nfkry4 > .jeetcity-2l0mo8 {
    margin-bottom: 0;
  }
  .jeetcity-nfkry4 > .jeetcity-i0gz5y,
  .jeetcity-nfkry4 > p {
    margin-top: 0;
  }
}

.jeetcity-h0t7v2 img,
.jeetcity-27qqo0 img {
  width: auto;
  object-fit: contain;
}

.jeetcity-h0t7v2 {
  align-items: center;
}

.jeetcity-h0t7v2 img {
  max-height: 76px;
}

.jeetcity-27qqo0 img {
  max-height: 64px;
}

.jeetcity-r2g8br {
  overflow: auto;
}

.jeetcity-9oi3as {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.jeetcity-blgsl9:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.jeetcity-v8ky6u {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.jeetcity-nxrew3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.jeetcity-v8ky6u .jeetcity-kf7nkb {
  margin-right: 20px;
  flex-shrink: 0;
}

.jeetcity-v8ky6u img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.jeetcity-no6e0v {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.jeetcity-no6e0v > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .jeetcity-v8ky6u {
    padding: 15px 10px;
  }
  .jeetcity-no6e0v {
    padding: 15px 10px;
  }
  .jeetcity-v8ky6u .jeetcity-kf7nkb {
    margin-right: 10px;
  }
}

.jeetcity-ait96e {
  overflow-x: auto;
}

.jeetcity-ypgbz7 {
  border-collapse: collapse;
  width: 100%;
}

.jeetcity-ait96e th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.jeetcity-ait96e td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.jeetcity-ait96e td.jeetcity-q2id91 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.jeetcity-ait96e td.jeetcity-fcp0x0 {
  border-right: none;
}

.jeetcity-ait96e td.jeetcity-fcp0x0 .jeetcity-kf7nkb {
  justify-content: flex-start;
}

.jeetcity-ait96e td.jeetcity-fcp0x0 .jeetcity-kf7nkb img {
  height: auto;
  width: 90px;
}

.jeetcity-ait96e td.jeetcity-8dow6f,
.jeetcity-ait96e td.jeetcity-exhhwm {
  font-weight: 600;
  text-align: right;
}

.jeetcity-ait96e td.jeetcity-jzem5f,
.jeetcity-ait96e td.jeetcity-8dow6f {
  padding-bottom: 10px;
  border-bottom: none;
}

.jeetcity-ait96e td.jeetcity-8dow6f,
.jeetcity-ait96e td.jeetcity-exhhwm {
  border-left: none;
}

.jeetcity-ait96e td.jeetcity-jzem5f,
.jeetcity-ait96e td.jeetcity-3icevn {
  border-right: none;
}

.jeetcity-ait96e td.jeetcity-3icevn,
.jeetcity-ait96e td.jeetcity-exhhwm {
  border-top: none;
  padding-top: 10px;
}

.jeetcity-a3pilu {
  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-a3pilu .jeetcity-71cg54 {
  min-width: unset;
  width: 100%;
}

.jeetcity-a3pilu .jeetcity-71cg54.jeetcity-6v72xz {
  grid-column: 1/2;
  grid-row: 1/2;
}

.jeetcity-a3pilu .jeetcity-71cg54.jeetcity-tj75dz {
  grid-column: 2/3;
  grid-row: 1/2;
}

.jeetcity-a3pilu .jeetcity-bpg2g6 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .jeetcity-a3pilu {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .jeetcity-a3pilu .jeetcity-71cg54.jeetcity-6v72xz {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .jeetcity-a3pilu .jeetcity-71cg54.jeetcity-tj75dz {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .jeetcity-a3pilu .jeetcity-bpg2g6 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.jeetcity-yon2mx {
  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-3ecu3c {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.jeetcity-n46gn5 p a img {
  margin: 0 auto;
  display: block;
}

.jeetcity-n46gn5 table {
  margin-bottom: 17px;
}

/* contanct form */
.jeetcity-b689se {
  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-b689se label {
  font-size: 14px;
}

.jeetcity-b689se h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.jeetcity-b689se input,
.jeetcity-b689se textarea,
.jeetcity-b689se 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-b689se button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.jeetcity-p6jpr4 ease;
}
.jeetcity-b689se button:hover {
  background-color: #691204;
}
.jeetcity-px27l5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.jeetcity-iwothw ease-in;
}

.jeetcity-px27l5 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-88oq9g, .jeetcity-kree4r, [class*="review-card"],
thead, thead th, table th, .jeetcity-chyfwi,
.jeetcity-9pbyjf, [class*="collapsible-header"],
.jeetcity-teyrvp, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
