@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);
}

.polestar-l7e5fv {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.polestar-e38i3n {
  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.polestar-nrdlv2,
ul.polestar-nrdlv2 {
  padding-left: 20px;
}

ul.polestar-nrdlv2 {
  list-style: disc;
}

ol.polestar-nrdlv2 {
  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;
  }
}

.polestar-75wsxr > .polestar-0p2f74,
.polestar-75wsxr > .polestar-ec4fzn,
.polestar-75wsxr > blockquote,
.polestar-75wsxr > h1,
.polestar-75wsxr > h2,
.polestar-75wsxr > h3,
.polestar-75wsxr > h4,
.polestar-75wsxr > h5,
.polestar-75wsxr > h6,
.polestar-75wsxr > ol,
.polestar-75wsxr > p,
.polestar-75wsxr > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.polestar-75wsxr > ol,
.polestar-75wsxr > ul {
  padding-left: 50px;
}

.polestar-75wsxr 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;
}

.polestar-75wsxr:not(:last-child) {
  margin-bottom: 2rem;
}

.polestar-75wsxr > :not(:first-child) {
  margin-top: 2rem;
}

.polestar-75wsxr {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.polestar-75wsxr:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .polestar-75wsxr:first-child {
    margin-top: 20px;
  }
}

.polestar-75wsxr > p:last-of-type {
  margin-bottom: 32px;
}

.polestar-75wsxr > .polestar-9rl0a2:not(:first-child) {
  margin: 64px auto 16px auto;
}

.polestar-q8lpsu > .polestar-9rl0a2 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.polestar-ec4fzn {
  overflow: auto;
}

.polestar-ec4fzn::-webkit-scrollbar {
  height: 5px;
}

.polestar-ec4fzn table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.polestar-ec4fzn table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.polestar-ec4fzn table thead,
table thead {
  border-bottom: none;
}

.polestar-ec4fzn table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.polestar-ec4fzn table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.polestar-ec4fzn table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.polestar-ec4fzn .polestar-n542qm {
  table-layout: auto;
}

.polestar-ec4fzn .polestar-n542qm th {
  word-break: normal;
}

.polestar-ec4fzn .polestar-n542qm td {
  word-break: normal;
}

.polestar-l7e5fv .polestar-l7e5fv {
  padding-right: 0;
  padding-left: 0;
}

.polestar-8asd54 {
  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;
}

.polestar-77syhx {
  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;
}

.polestar-sotlgi {
  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;
}

.polestar-0p2f74 {
  margin-top: 24px;
}

.polestar-0p2f74.polestar-lbac1p {
  text-align: left;
}

.polestar-0p2f74.polestar-dios1w {
  text-align: right;
}

.polestar-0p2f74.polestar-uj5dbh {
  text-align: center;
}

.polestar-yxllok {
  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.polestar-28l646 ease-in-out;
  cursor: pointer;
}

.polestar-yxllok:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.polestar-yxllok {
  min-width: 328px;
}

@media (max-width: 768px) {
  .polestar-yxllok {
    min-width: unset;
  }
}

.polestar-l91d48 {
  background-color: var(--fh-bg-color);
}

.polestar-8v86rz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.polestar-0f552g {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.polestar-0f552g img {
  max-height: 80px;
  object-fit: contain;
}

.polestar-ivg5rz {
  flex: 1 1;
}

.polestar-18lxab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.polestar-eaypr4 {
  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;
}

.polestar-eaypr4 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;
}

.polestar-eaypr4.polestar-bppsyd span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.polestar-eaypr4.polestar-bppsyd span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.polestar-eaypr4.polestar-bppsyd span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.polestar-ivg5rz + .polestar-18lxab {
  margin-left: 20px;
}

.polestar-yesiqu {
  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;
}

.polestar-yesiqu > svg {
  max-width: 24px;
  max-height: 24px;
}

.polestar-yesiqu + .polestar-yesiqu {
  margin-left: 5px;
}

.polestar-0oxrna {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.polestar-0oxrna:hover {
  background-color: var(--button-bg-hover);
}

.polestar-8ovj8q {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.polestar-28l646 ease-in-out;
  border: 1px solid var(--border-color);
}

.polestar-8ovj8q:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.polestar-ivvsai {
  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) {
  .polestar-ivg5rz {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .polestar-ivvsai {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .polestar-ivg5rz {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .polestar-yesiqu {
    min-width: unset;
    flex: 1 1;
  }
}

.polestar-trec59 {
  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;
}

.polestar-trec59:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.polestar-trec59:hover .polestar-cndlkp {
  opacity: 1;
  pointer-events: auto;
}

.polestar-5zt9t3 {
  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.polestar-bla4r7 ease-in-out;
  gap: 4px;
}

.polestar-5zt9t3 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.polestar-5zt9t3 .polestar-8asd54 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.polestar-48xay9,
.polestar-5zt9t3:hover {
  color: var(--button-bg-hover);
}

.polestar-9opzr0 {
  position: relative;
}

.polestar-9opzr0 .polestar-5zt9t3 {
  margin-right: 0;
  padding-right: 4px;
}

.polestar-h2ll0m svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.polestar-9opzr0.polestar-bppsyd .polestar-h2ll0m svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.polestar-9opzr0.polestar-bppsyd .polestar-cndlkp {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.polestar-9opzr0.polestar-bppsyd .polestar-cndlkp::before {
  display: none;
}

.polestar-h2ll0m svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.polestar-cndlkp {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.polestar-1uqr0e 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.polestar-cndlkp::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.polestar-cndlkp:hover {
  color: var(--fh-bg-color);
}

.polestar-i24a7n {
  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.polestar-1uqr0e 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.polestar-bla4r7 ease-in-out;
  -o-transition: 0.polestar-bla4r7 ease-in-out;
  transition: 0.polestar-bla4r7 ease-in-out;
}

.polestar-i24a7n .polestar-8asd54 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.polestar-xgt7dr,
.polestar-i24a7n:hover {
  color: var(--button-bg-hover);
}

.polestar-yw24np {
  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%;
}

.polestar-yw24np.polestar-xerjcw {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.polestar-yw24np.polestar-xerjcw:after,
.polestar-yw24np.polestar-xerjcw:before {
  content: "";
  position: absolute;
  margin: auto;
}

.polestar-yw24np.polestar-xerjcw: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);
  }
}

.polestar-yw24np.polestar-xerjcw:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.polestar-yw24np.polestar-xerjcw > * {
  z-index: 1;
}

.polestar-yw24np b,
.polestar-yw24np strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.polestar-yw24np .polestar-pq7iew {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.polestar-yw24np .polestar-hrzlxc {
  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;
}

.polestar-yw24np .polestar-8asd54 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.polestar-yw24np .polestar-lmtk7r {
  margin-top: 12px;
}

.polestar-lmtk7r {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.polestar-mn3mme {
  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;
}

.polestar-lmtk7r .polestar-v4dq2l {
  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.polestar-28l646 ease-in-out;
}

.polestar-lmtk7r .polestar-v4dq2l:hover {
  background: rgba(255, 255, 255, 0.3);
}

.polestar-vbifc0 {
  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;
}

.polestar-yw24np.polestar-wci1kk {
  gap: 12px;
  padding: 16px;
}

.polestar-yw24np.polestar-wci1kk .polestar-vbifc0 {
  min-width: 240px;
}

.polestar-yw24np.polestar-wci1kk .polestar-vbifc0.polestar-fqjc0a {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .polestar-yw24np .polestar-pq7iew {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .polestar-yw24np .polestar-hrzlxc {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .polestar-yw24np .polestar-8asd54 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .polestar-yw24np.polestar-wci1kk .polestar-8asd54 {
    max-width: 126px;
  }
  .polestar-yw24np .polestar-lmtk7r {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .polestar-yw24np .polestar-mn3mme {
    max-width: unset;
  }
  .polestar-vbifc0 {
    min-width: unset;
    width: 100%;
  }
  .polestar-yw24np .polestar-vbifc0 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .polestar-yw24np.polestar-wci1kk {
    grid-template-rows: auto 1fr auto;
  }
  .polestar-yw24np.polestar-wci1kk .polestar-vbifc0 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .polestar-yw24np {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .polestar-yw24np .polestar-pq7iew {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .polestar-yw24np .polestar-8asd54 {
    max-width: 78px;
  }
  .polestar-yw24np .polestar-lmtk7r {
    margin-top: -12px;
  }
  .polestar-yw24np.polestar-wci1kk {
    gap: 8px;
  }
  .polestar-yw24np.polestar-wci1kk .polestar-pq7iew {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .polestar-yw24np.polestar-wci1kk .polestar-hrzlxc {
    grid-column: 1/3;
  }
  .polestar-yw24np.polestar-wci1kk .polestar-8asd54 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .polestar-yw24np.polestar-wci1kk .polestar-8asd54 img {
    max-width: 114px;
  }
}

.polestar-vbifc0.polestar-lfvhzj,
.polestar-vbifc0.polestar-v4ru5x,
.polestar-vbifc0.polestar-b36u58 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.polestar-28l646 ease-in-out;
}

.polestar-vbifc0.polestar-lfvhzj,
.polestar-vbifc0.polestar-b36u58 {
  padding: 10px;
}

.polestar-vbifc0.polestar-lfvhzj:hover,
.polestar-vbifc0.polestar-v4ru5x:hover,
.polestar-vbifc0.polestar-b36u58:hover {
  background: var(--button-bg-hover);
}

.polestar-vbifc0.polestar-lfvhzj:hover svg path,
.polestar-vbifc0.polestar-b36u58:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.polestar-vbifc0.polestar-fqjc0a {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.polestar-28l646 ease-in-out;
  background: var(--button-bg-color);
}

.polestar-vbifc0.polestar-fqjc0a:hover {
  background-color: var(--button-bg-hover);
}

.polestar-vbifc0.polestar-v4ru5x: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);
  }
}

.polestar-vbifc0.polestar-v4ru5x:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.polestar-vbifc0.polestar-fqjc0a:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.polestar-s88tap {
  max-width: 650px;
}

.polestar-k2sfq9 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.polestar-p1g2gl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.polestar-5vnilg {
  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.polestar-bla4r7 ease-in-out;
  cursor: pointer;
}

.polestar-5vnilg:hover {
  opacity: 0.5;
}

.polestar-5vnilg:focus {
  outline: 0;
}

.polestar-5vnilg:focus .polestar-2z8jgo,
.polestar-5vnilg:hover .polestar-2z8jgo {
  fill: red;
  fill-opacity: 1;
}

.polestar-5vnilg:hover {
  cursor: pointer;
}

.polestar-nnozgm {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.polestar-s88tap.polestar-uj5dbh {
  margin: 0 auto;
}

.polestar-s88tap.polestar-dios1w {
  margin-left: auto;
}

.polestar-kjklbx {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.polestar-nv74qa {
  padding-bottom: 50px;
}

.polestar-ytk40s {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.polestar-ynj3ce {
  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;
}

.polestar-x1w1bq {
  margin-top: 24px;
}

.polestar-bd3had {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.polestar-rkcmw2 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.polestar-q42k5h {
  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;
}

.polestar-nck36d {
  width: 468px;
}

.polestar-q42k5h .polestar-cndlkp {
  margin: 0.polestar-0vpc0f 0;
}

.polestar-vmb1ty {
  display: flex;
  min-width: 224px;
}

.polestar-34cah3 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.polestar-bla4r7 ease-in-out;
}

.polestar-cp1kt1,
.polestar-34cah3:hover {
  color: var(--text-color);
}

.polestar-alfaen {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.polestar-hakqd4 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .polestar-kjklbx {
    padding: 16px;
  }
  .polestar-alfaen {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .polestar-hakqd4 {
    align-items: center;
  }
  .polestar-nck36d {
    width: unset;
  }
  .polestar-vmb1ty {
    min-width: unset;
  }
  .polestar-q42k5h {
    max-height: unset;
  }
  .polestar-ytk40s {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .polestar-kjklbx {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.polestar-jgwi1y {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.polestar-jgwi1y:not(:last-child) {
  margin-bottom: 16px;
}

.polestar-tldl76 {
  outline: 0;
}

.polestar-tldl76 .polestar-6fchxs {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.polestar-54it7v {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .polestar-54it7v {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.polestar-54it7v::-webkit-details-marker {
  display: none;
}

.polestar-54it7v: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;
}

.polestar-54it7v: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] .polestar-54it7v:after {
  transform: unset;
}

.polestar-6fchxs {
  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);
}

.polestar-6fchxs 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.polestar-bla4r7 ease-in-out;
  -o-transition: 0.polestar-bla4r7 ease-in-out;
  transition: 0.polestar-bla4r7 ease-in-out;
}

.polestar-9c33bp {
  padding: 16px 0 0 0;
}

.polestar-9c33bp * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .polestar-9c33bp :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .polestar-54it7v {
    flex-wrap: wrap;
    gap: 12px;
  }
  .polestar-54it7v::after {
    margin-left: auto;
  }
  .polestar-6fchxs {
    order: 3;
    flex: 1 1 100%;
  }
  .polestar-54it7v {
    font-size: 14px;
    line-height: 130%;
  }
  .polestar-6fchxs svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.polestar-erw8xf {
  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;
}

.polestar-xyx3bt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.polestar-erw8xf.polestar-bppsyd .polestar-xyx3bt {
  margin-bottom: 12px;
}

.polestar-xyx3bt::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;
}

.polestar-erw8xf.polestar-bppsyd .polestar-xyx3bt::after {
  transform: unset;
}

.polestar-7on4pn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.polestar-wp0yxi {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.polestar-bla4r7 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.polestar-wp0yxi: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;
}

.polestar-erw8xf.polestar-bppsyd .polestar-7on4pn {
  max-height: 100%;
}

.polestar-6pyua2 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.polestar-tjmyrl {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.polestar-33j0lw {
  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;
}

.polestar-aotcln {
  margin-right: 4px;
}

.polestar-oconv9 {
  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.polestar-bla4r7 ease-in-out;
}

.polestar-oconv9 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.polestar-13dgxn,
.polestar-oconv9:hover {
  color: var(--text-color);
}

.polestar-8nmync {
  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;
}

.polestar-8nmync img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.polestar-8nmync .polestar-ru37s5 {
  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;
}

.polestar-8nmync .polestar-iqu14e {
  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;
}

.polestar-iwovjg {
  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;
}

.polestar-il4260 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.polestar-xzg3jd .polestar-l7e5fv {
  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;
}

.polestar-xzg3jd {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.polestar-esnymu {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.polestar-ohwxrg {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.polestar-hts5gf {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.polestar-yihgek 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;
}

.polestar-hts5gf:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.polestar-r4owp5 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.polestar-17ex0g {
  -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.polestar-bla4r7 ease-in-out;
  transition: transform 0.polestar-bla4r7 ease-in-out;
  -o-transition: transform 0.polestar-bla4r7 ease-in-out;
  transition:
    transform 0.polestar-bla4r7 ease-in-out,
    -webkit-transform 0.polestar-bla4r7 ease-in-out;
  cursor: pointer;
}

.polestar-17ex0g svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.polestar-17ex0g: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;
}

.polestar-n8sw0i {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .polestar-n8sw0i {
    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);
}

.polestar-ijmc1m {
  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;
}

.polestar-lgqmhf {
  position: relative;
  width: 100%;
}

.polestar-ijmc1m.polestar-3a226d {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.polestar-ijmc1m.polestar-uj5dbh {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.polestar-ijmc1m.polestar-dios1w {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.polestar-0cb73t {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.polestar-k41a9i {
  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.polestar-bla4r7 ease-in-out;
  cursor: pointer;
}

.polestar-k41a9i:hover {
  opacity: 0.5;
}

.polestar-ijmc1m.polestar-0racsk .polestar-k41a9i {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.polestar-ijmc1m.polestar-0racsk .polestar-0cb73t {
  cursor: pointer;
}

.polestar-9cdm1s {
  fill: #0009;
}

.polestar-ksboev {
  fill: #fff;
}

.polestar-k41a9i:hover .polestar-9cdm1s {
  fill: red;
}

.polestar-k41a9i svg path {
  -webkit-transition: 0.polestar-bla4r7 ease-in-out;
  -o-transition: 0.polestar-bla4r7 ease-in-out;
  transition: 0.polestar-bla4r7 ease-in-out;
}

.polestar-35n79u {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.polestar-35n79u > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.polestar-35n79u.polestar-g0ifal > :not(.get-image) {
  grid-column: 1/3;
}

.polestar-hgvbc9:not(._h1-block) .polestar-35n79u > .polestar-9rl0a2 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.polestar-35n79u.polestar-g0ifal .polestar-123p65 {
  grid-column: 2/3;
}

.polestar-35n79u.polestar-g0ifal > .polestar-8asd54 {
  grid-column: 1/2;
}

.polestar-35n79u.polestar-g0ifal > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.polestar-35n79u > p:first-of-type {
  margin-top: 0;
}

.polestar-35n79u .polestar-8asd54 {
  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;
}

.polestar-hgvbc9:not(._h1-block) .polestar-9rl0a2 ~ .polestar-8asd54 {
  grid-row: 2/10;
}

.polestar-hgvbc9.polestar-f11bo5 .polestar-9rl0a2 ~ .polestar-8asd54 {
  grid-row: 1/10;
}

.polestar-hgvbc9.polestar-f11bo5 > .polestar-9rl0a2 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.polestar-hgvbc9.polestar-f11bo5 .polestar-8asd54 {
  grid-row: 1/10;
}

.polestar-35n79u.polestar-ieui38 .polestar-8asd54 {
  align-items: flex-start;
}

.polestar-35n79u.polestar-uj5dbh .polestar-123p65 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.polestar-35n79u.polestar-uj5dbh .polestar-8asd54 {
  align-items: center;
}

.polestar-35n79u.polestar-og6wge .polestar-8asd54 {
  align-items: flex-end;
}

.polestar-123p65 > :first-child {
  margin-top: 0;
}

.polestar-123p65 > :last-child {
  margin-bottom: 0;
}

* + .polestar-tw3qkg,
.polestar-hgvbc9 + .polestar-hgvbc9 {
  margin-top: 2rem;
}

.polestar-pe05l4 td::before,
.polestar-pe05l4 th::after {
  display: none !important;
}

.polestar-pe05l4 #link-selector {
  color: #000;
}

.polestar-pe05l4 .polestar-0jk6o4 {
  color: #135e96;
}

.polestar-pe05l4 .polestar-0ad7ht *,
.polestar-pe05l4 .polestar-7w5qep p,
.polestar-pe05l4 .polestar-7ezf2h * {
  color: #000;
}

.polestar-pe05l4 .polestar-638fox {
  background: 0 0 !important;
}

.polestar-pe05l4 .polestar-b9z3vy {
  color: #000;
}

.polestar-pe05l4 .polestar-2gw07q.polestar-l0rgy5 {
  color: #fff;
}

.polestar-pe05l4 .polestar-l5hhhz {
  color: #000;
}

.polestar-pe05l4
  .polestar-zqj0jw
  .polestar-84xdfy.polestar-l0rgy5.polestar-qpu3fs {
  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;
}

.polestar-elh02q,
body .polestar-5azbd1 {
  color: #000;
  background: var(--color-body) !important;
}

.polestar-elh02q .polestar-1w6oa2 .polestar-fuu47u,
body .polestar-5azbd1 .polestar-1w6oa2 .polestar-fuu47u {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .polestar-wp0yxi:focus,
  .polestar-wp0yxi:hover {
    color: #f9cb16;
  }
  .polestar-f0t2j5:focus,
  .polestar-f0t2j5:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .polestar-uorj0k:focus img,
  .polestar-uorj0k:focus svg,
  .polestar-uorj0k:hover img,
  .polestar-uorj0k:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .polestar-8nmync {
    display: none;
  }
}

@media (min-width: 1024px) {
  .polestar-9opzr0:hover .polestar-h2ll0m svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .polestar-h2ll0m {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .polestar-vefr2v {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .polestar-pd0vqc {
    grid-template-columns: repeat(4, 1fr);
  }
  .polestar-7cx648 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .polestar-rlo3q7 .polestar-bh09fi {
    grid-template-columns: 1fr;
  }
  .polestar-rlo3q7 .polestar-cr71s4 {
    -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;
  }
  .polestar-rlo3q7 .polestar-5kb289 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .polestar-rlo3q7 .polestar-fz452l {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .polestar-rlo3q7 .polestar-4pabqt {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .polestar-rlo3q7 .polestar-5kb289:not(:first-child) {
    border: none;
  }
  .polestar-rlo3q7 .polestar-5kb289:first-child .polestar-fz452l {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .polestar-rlo3q7 .polestar-5kb289:last-child .polestar-fz452l {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .polestar-8v86rz {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .polestar-0f552g {
    max-width: 100px;
  }
  .polestar-ivg5rz {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .polestar-18lxab {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .polestar-18lxab svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .polestar-eaypr4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .polestar-ivg5rz + .polestar-18lxab {
    margin-left: auto;
  }
  .polestar-3ndtn5 {
    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;
  }
  .polestar-3ndtn5.polestar-bppsyd {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .polestar-ivvsai {
    -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;
  }
  .polestar-trec59 {
    width: 100%;
  }
  .polestar-trec59:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .polestar-5zt9t3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .polestar-5zt9t3 svg {
    margin-right: 4px;
  }
  .polestar-9opzr0 {
    -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;
  }
  .polestar-h2ll0m svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .polestar-h2ll0m {
    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;
  }
  .polestar-cndlkp {
    display: none;
    width: 100%;
  }
  .polestar-9opzr0.polestar-bppsyd .polestar-cndlkp {
    padding: 0 0 0 48px;
  }
  .polestar-i24a7n {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .polestar-ynj3ce .polestar-8asd54 {
    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;
  }
  .polestar-tpabu4 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .polestar-tpabu4 + .polestar-tpabu4 {
    margin-right: 0;
  }
  .polestar-tpabu4 + .polestar-8asd54 {
    margin: 0;
  }
  .polestar-vefr2v {
    grid-template-columns: repeat(4, 1fr);
  }
  .polestar-pd0vqc {
    grid-template-columns: repeat(3, 1fr);
  }
  .polestar-lf5cke,
  .polestar-ucpsqp {
    grid-template-columns: repeat(2, 1fr);
  }
  .polestar-35n79u {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .polestar-35n79u.polestar-g0ifal .polestar-123p65 {
    grid-column: auto;
    grid-row: auto;
  }
  .polestar-35n79u > .polestar-9rl0a2 {
    grid-column: 1/2;
  }
  .polestar-35n79u.polestar-g0ifal > :not(.get-image) {
    grid-column: 1/2;
  }
  .polestar-35n79u .polestar-8asd54,
  .polestar-35n79u.polestar-g0ifal > .polestar-8asd54 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .polestar-35n79u.polestar-g0ifal > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .polestar-hgvbc9.polestar-f11bo5 .polestar-35n79u > .polestar-8asd54 {
    grid-row: 1/2;
  }
  .polestar-35n79u .polestar-9rl0a2 ~ .polestar-8asd54,
  .polestar-35n79u.polestar-g0ifal .polestar-9rl0a2 ~ .polestar-8asd54 {
    grid-row: 2/3;
  }
  .polestar-hgvbc9.polestar-f11bo5 .polestar-9rl0a2 ~ .polestar-8asd54 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .polestar-75wsxr:first-child .polestar-n6aq3m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .polestar-75wsxr:first-child .polestar-n6aq3m h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .polestar-75wsxr {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .polestar-75wsxr {
    padding: 0;
  }
  .polestar-0p2f74 {
    margin-top: 1rem;
  }
  .polestar-tldl76 {
    border-radius: 5px;
  }
  .polestar-0bth5x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .polestar-xyx3bt::after {
    display: inline-block;
  }
  .polestar-xyx3bt {
    margin: 0;
    width: 100%;
  }
  .polestar-7on4pn {
    width: 100%;
  }
  .polestar-7on4pn.polestar-e088ll {
    -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%;
  }
  .polestar-7on4pn.polestar-e088ll .polestar-11lctx {
    width: 100%;
  }
  .polestar-7on4pn.polestar-e088ll .polestar-11lctx:not(:last-child) {
    margin-right: 0;
  }
  .polestar-wp0yxi {
    width: 100%;
    text-align: center;
  }
  .polestar-erw8xf.polestar-bppsyd .polestar-7on4pn {
    margin-top: 1rem;
  }
  .polestar-vefr2v {
    grid-template-columns: repeat(3, 1fr);
  }
  .polestar-7cx648,
  .polestar-pd0vqc {
    grid-template-columns: repeat(2, 1fr);
  }
  .polestar-lf5cke,
  .polestar-ucpsqp,
  .polestar-49v279 {
    grid-template-columns: 1fr;
  }
  .polestar-59b7kh {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .polestar-ysmmyn {
    min-width: 300px;
    max-width: 325px;
  }
  .polestar-fz452l {
    cursor: auto;
  }
  .polestar-ep6n9p .polestar-fz452l {
    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;
  }
  .polestar-n8sw0i {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .polestar-cndlkp {
    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) {
  .polestar-n8sw0i {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.polestar-tpabu4 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .polestar-18lxab {
    margin: 0 -0.2rem;
  }
  .polestar-tpabu4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .polestar-z1f8ql {
    -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;
  }
  .polestar-m8cbam {
    max-width: 100%;
  }
  .polestar-vefr2v {
    grid-template-columns: repeat(2, 1fr);
  }
  .polestar-7cx648,
  .polestar-pd0vqc {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .polestar-8v86rz {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .polestar-18lxab {
    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;
  }
  .polestar-l91d48 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .polestar-yesiqu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .polestar-4fajjb,
  .polestar-e0ve5v {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .polestar-yxllok {
    width: 100%;
  }
  .polestar-vefr2v {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .polestar-n8sw0i {
    top: 127px !important;
  }
}

.polestar-q58ev1 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .polestar-q58ev1 {
  }
}

@media (max-width: 767px) {
  .polestar-q58ev1 {
    margin-bottom: 12px;
  }
}

.polestar-q58ev1 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.polestar-x09jh3 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.polestar-x09jh3 > .polestar-qpo2sl {
  flex: 1 1;
}

@media (max-width: 767px) {
  .polestar-x09jh3 {
    flex-direction: column;
    gap: 12px;
  }
}

.polestar-94tdtu {
  display: flex;
}

.polestar-94tdtu .polestar-9bckoa {
  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;
}

.polestar-94tdtu .polestar-z9hw94 {
  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;
}

.polestar-94tdtu .polestar-a6xmqu {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.polestar-94tdtu .polestar-2p9iwf {
  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));
  }
}

.polestar-94tdtu .polestar-2p9iwf:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.polestar-94tdtu .polestar-x4c7tb {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.polestar-kzz30n {
  border: unset;
  background-color: unset;
}

.polestar-kzz30n tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.polestar-kzz30n .polestar-dx8z5d,
.polestar-kzz30n .polestar-575eiz {
  flex: 0 1 330px;
}

.polestar-kzz30n .polestar-zy0xux {
  flex: 1 1;
}

.polestar-kzz30n tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.polestar-kzz30n tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.polestar-kzz30n tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.polestar-kzz30n tr td p {
  color: #fff;
  margin: 0;
}

.polestar-kzz30n tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.polestar-kzz30n tr.polestar-dx8z5d td p {
  padding: 16px 0;
}

.polestar-kzz30n tr.polestar-dx8z5d td p:not(:last-child),
.polestar-kzz30n tr.polestar-575eiz td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.polestar-kzz30n tr.polestar-dx8z5d td p:first-child,
.polestar-kzz30n tr.polestar-575eiz td p:first-child {
  padding-top: 0;
}

.polestar-kzz30n tr.polestar-575eiz td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.polestar-kzz30n tr.polestar-575eiz td p:last-child {
  padding-bottom: 0;
}

.polestar-kzz30n .polestar-575eiz img {
  max-width: 32px;
}

.polestar-kzz30n .polestar-zy0xux {
  min-width: 718px;
}

.polestar-kzz30n .polestar-zy0xux td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.polestar-kzz30n .polestar-zy0xux td {
  display: flex;
}

.polestar-kzz30n .polestar-zy0xux td:last-child .polestar-r0kl93,
.polestar-kzz30n .polestar-zy0xux td:last-child .polestar-0h3x98,
.polestar-kzz30n .polestar-zy0xux td:last-child .polestar-d0dfjg {
  flex: 1 1 50%;
}

.polestar-kzz30n .polestar-zy0xux td:last-child .polestar-zqwpg1 {
  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;
}

.polestar-kzz30n .polestar-zy0xux td:last-child .polestar-h514wj,
.polestar-kzz30n .polestar-zy0xux td:last-child .polestar-648kc8 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.polestar-kzz30n .polestar-zy0xux td:last-child .polestar-r0kl93,
.polestar-kzz30n .polestar-zy0xux td:last-child .polestar-0h3x98 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.polestar-kzz30n .polestar-zy0xux td:last-child .polestar-r0kl93 span,
.polestar-kzz30n .polestar-zy0xux td:last-child .polestar-0h3x98 span {
  font-weight: 800;
}

.polestar-kzz30n .polestar-zy0xux img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .polestar-kzz30n .polestar-zy0xux td .polestar-d0dfjg:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .polestar-kzz30n tr.polestar-dx8z5d td p:last-child {
    padding-bottom: 0;
  }
  .polestar-kzz30n .polestar-575eiz > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .polestar-kzz30n .polestar-575eiz > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .polestar-kzz30n tr.polestar-dx8z5d td p:not(:last-child),
  .polestar-kzz30n tr.polestar-575eiz td p:not(:last-child) {
    border-bottom: unset;
  }
  .polestar-kzz30n tr.polestar-575eiz td p:last-child {
    padding-bottom: 12px;
  }
  .polestar-kzz30n .polestar-zy0xux td:last-child .polestar-r0kl93,
  .polestar-kzz30n .polestar-zy0xux td:last-child .polestar-0h3x98,
  .polestar-kzz30n .polestar-zy0xux td:last-child .polestar-d0dfjg {
    flex: 1 1 50%;
    padding: 0;
  }
  .polestar-kzz30n .polestar-zy0xux td:last-child .polestar-r0kl93,
  .polestar-kzz30n .polestar-zy0xux td:last-child .polestar-0h3x98 {
    margin-top: 16px;
  }
  .polestar-kzz30n .polestar-zy0xux td:last-child .polestar-d0dfjg {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .polestar-kzz30n .polestar-zy0xux td:last-child .polestar-r0kl93 {
    border-right: 1px solid var(--border-color);
  }
  .polestar-kzz30n .polestar-zy0xux td:last-child .polestar-d0dfjg:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .polestar-kzz30n .polestar-zy0xux td:last-child .polestar-d0dfjg:last-child {
    padding-bottom: 0;
  }
}

.polestar-d0dfjg {
  display: flex;
  flex-direction: column;
}

.polestar-kzz30n .polestar-zy0xux td .polestar-d0dfjg {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.polestar-kzz30n .polestar-zy0xux td .polestar-d0dfjg:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.polestar-kzz30n .polestar-zy0xux td .polestar-d0dfjg:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .polestar-kzz30n .polestar-zy0xux td .polestar-d0dfjg:not(:first-child) {
    padding-left: 0;
  }
  .polestar-kzz30n .polestar-zy0xux td .polestar-d0dfjg:not(:last-of-type) {
    border-right: unset;
  }
}

.polestar-kzz30n .polestar-q2gi2e {
  flex: 0 1 485px;
}

.polestar-kzz30n .polestar-x39sdn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.polestar-kzz30n .polestar-x39sdn li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.polestar-kzz30n .polestar-x39sdn li.polestar-h3lpa0 {
  padding: 6px 12px;
}

.polestar-kzz30n .polestar-x39sdn li a,
.polestar-kzz30n .polestar-x39sdn 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;
}

.polestar-kzz30n .polestar-as3r2r,
.polestar-kzz30n .polestar-1cnr16 {
  flex: 1 1;
}

.polestar-kzz30n .polestar-rbvgqz,
.polestar-kzz30n .polestar-y8jkhk {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.polestar-kzz30n .polestar-rbvgqz li,
.polestar-kzz30n .polestar-y8jkhk li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.polestar-kzz30n .polestar-1cnr16 img {
  max-width: 32px;
}

.polestar-kzz30n .polestar-as3r2r img {
  max-width: 32px;
}

.polestar-kzz30n .polestar-nqjyox {
  min-width: 280px;
}

.polestar-kzz30n .polestar-nqjyox img {
  max-width: 146px;
}

.polestar-kzz30n .polestar-nqjyox td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .polestar-kzz30n .polestar-dx8z5d,
  .polestar-kzz30n .polestar-575eiz {
    flex: 0 1 auto;
  }
  .polestar-kzz30n .polestar-zy0xux {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .polestar-kzz30n .polestar-dx8z5d,
  .polestar-kzz30n .polestar-q2gi2e,
  .polestar-kzz30n .polestar-575eiz,
  .polestar-kzz30n .polestar-zy0xux {
    flex: 1 1 calc(50% - 20px);
  }
  .polestar-kzz30n .polestar-as3r2r,
  .polestar-kzz30n .polestar-nqjyox,
  .polestar-kzz30n .polestar-1cnr16 {
    flex: 1 1 30%;
  }
  .polestar-kzz30n .polestar-nqjyox {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .polestar-kzz30n .polestar-dx8z5d,
  .polestar-kzz30n .polestar-q2gi2e,
  .polestar-kzz30n .polestar-as3r2r,
  .polestar-kzz30n .polestar-575eiz,
  .polestar-kzz30n .polestar-zy0xux,
  .polestar-kzz30n .polestar-nqjyox,
  .polestar-kzz30n .polestar-1cnr16 {
    flex: 1 1 100%;
  }
}

.polestar-g7xsax .polestar-2oj6v0 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.polestar-g7xsax .polestar-qqc1n8 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.polestar-g7xsax .polestar-vi4rnj {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.polestar-g7xsax .polestar-0c0sg0 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.polestar-g7xsax .polestar-0c0sg0 > :nth-child(3) {
  margin-top: 0;
}

.polestar-g7xsax .polestar-8asd54 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.polestar-g7xsax .polestar-5lj3xr {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.polestar-g7xsax .polestar-0p2f74 {
  grid-column: 1/2;
}

.polestar-g7xsax > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.polestar-g7xsax .polestar-qqc1n8: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;
}

.polestar-g7xsax .polestar-qqc1n8:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.polestar-g7xsax .polestar-yxllok {
  min-width: 240px;
}

@media (max-width: 768px) {
  .polestar-g7xsax .polestar-qqc1n8:not(:last-child):before {
    bottom: 8px;
  }
  .polestar-g7xsax .polestar-qqc1n8:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .polestar-g7xsax .polestar-0c0sg0 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .polestar-g7xsax .polestar-8asd54 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .polestar-g7xsax .polestar-8asd54 img {
    width: 100%;
    height: auto;
  }
  .polestar-g7xsax .polestar-yxllok {
    width: 100%;
    min-width: unset;
  }
}

.polestar-admwft .polestar-he7skp {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.polestar-admwft .polestar-egac6n {
  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;
}

.polestar-admwft .polestar-8asd54 {
  height: 100%;
}

.polestar-admwft .polestar-8asd54 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.polestar-admwft .polestar-r86t55 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.polestar-admwft .polestar-jhiaum {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.polestar-admwft .polestar-sdrj1l {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .polestar-admwft .polestar-egac6n {
    flex: 1 1 100%;
  }
  .polestar-admwft .polestar-vbifc0 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .polestar-admwft .polestar-egac6n {
    flex-direction: column;
  }
  .polestar-admwft .polestar-8asd54 {
    width: 100%;
    height: auto;
  }
  .polestar-admwft .polestar-8asd54 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .polestar-admwft .polestar-r86t55 {
    padding: 0 16px 16px 16px;
  }
  .polestar-admwft .polestar-vbifc0 {
    min-width: unset;
    width: 100%;
  }
}

.polestar-swpuyj .polestar-d8klaf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.polestar-swpuyj .polestar-84dy4g {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.polestar-swpuyj 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;
}

.polestar-swpuyj .polestar-yrl3e3 {
  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;
}

.polestar-swpuyj .polestar-84dy4g:hover .polestar-yrl3e3 {
  display: flex;
}

.polestar-swpuyj .polestar-rc5hru {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.polestar-swpuyj .polestar-n68pcj {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.polestar-or31ow {
  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;
}

.polestar-or31ow.polestar-6asgjs {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.polestar-28l646 ease-in-out;
}

.polestar-or31ow.polestar-6asgjs:hover {
  color: #f9cb16;
  background-color: transparent;
}

.polestar-swpuyj .polestar-iqcvy5 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.polestar-28l646 ease-in-out;
}

.polestar-swpuyj .polestar-iqcvy5:hover {
  color: #196948;
  background-color: #f9cb16;
}

.polestar-swpuyj .polestar-iqcvy5:after,
.polestar-or31ow.polestar-6asgjs:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.polestar-or31ow.polestar-6asgjs:after {
  background-image: url(../images/Cash.svg);
}

.polestar-swpuyj .polestar-iqcvy5:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .polestar-swpuyj .polestar-d8klaf {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .polestar-swpuyj .polestar-d8klaf {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .polestar-swpuyj .polestar-d8klaf {
    grid-template-columns: 1fr;
  }
  .polestar-swpuyj .polestar-84dy4g {
    height: auto;
  }
  .polestar-swpuyj .polestar-84dy4g .polestar-yrl3e3 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .polestar-swpuyj .polestar-rc5hru,
  .polestar-swpuyj .polestar-n68pcj {
    text-align: left;
  }
  .polestar-swpuyj .polestar-n68pcj {
    margin-bottom: 8px;
  }
  .polestar-swpuyj img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.polestar-9lyia6 {
  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;
}

.polestar-9lyia6.polestar-0racsk {
  display: block;
}

.polestar-9lyia6 .polestar-95wuqq {
  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;
}

.polestar-9lyia6 .polestar-t9pglm {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.polestar-9lyia6 .polestar-8tzwrh {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.polestar-9lyia6 .polestar-hj02v9 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.polestar-9lyia6 .polestar-or31ow {
  min-width: 296px;
  margin-bottom: 0;
}

.polestar-9lyia6 .polestar-jjl87o {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.polestar-9lyia6 .polestar-u6r45w {
  position: relative;
  flex: 1 1;
}

.polestar-9lyia6 .polestar-u6r45w iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .polestar-9lyia6 .polestar-t9pglm {
    flex-wrap: wrap;
    gap: 8px;
  }
  .polestar-9lyia6 .polestar-8tzwrh {
    order: 1;
  }
  .polestar-9lyia6 .polestar-hj02v9 {
    order: 3;
    flex: 1 1 100%;
  }
  .polestar-9lyia6 .polestar-or31ow {
    width: 100%;
    min-width: unset;
  }
  .polestar-9lyia6 .polestar-jjl87o {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .polestar-35n79u > .polestar-9rl0a2 {
    margin-bottom: 0;
  }
  .polestar-35n79u > .polestar-0p2f74,
  .polestar-35n79u > p {
    margin-top: 0;
  }
}

.polestar-1dvejk img,
.polestar-tpabu4 img {
  width: auto;
  object-fit: contain;
}

.polestar-1dvejk {
  align-items: center;
}

.polestar-1dvejk img {
  max-height: 76px;
}

.polestar-tpabu4 img {
  max-height: 64px;
}

.polestar-teteta {
  overflow: auto;
}

.polestar-komay4 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.polestar-4v8j82:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.polestar-hke053 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.polestar-f085wm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.polestar-hke053 .polestar-8asd54 {
  margin-right: 20px;
  flex-shrink: 0;
}

.polestar-hke053 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.polestar-y0c7ty {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.polestar-y0c7ty > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .polestar-hke053 {
    padding: 15px 10px;
  }
  .polestar-y0c7ty {
    padding: 15px 10px;
  }
  .polestar-hke053 .polestar-8asd54 {
    margin-right: 10px;
  }
}

.polestar-vzgi7o {
  overflow-x: auto;
}

.polestar-wz42mq {
  border-collapse: collapse;
  width: 100%;
}

.polestar-vzgi7o th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.polestar-vzgi7o td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.polestar-vzgi7o td.polestar-jl0lbs {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.polestar-vzgi7o td.polestar-ru5jha {
  border-right: none;
}

.polestar-vzgi7o td.polestar-ru5jha .polestar-8asd54 {
  justify-content: flex-start;
}

.polestar-vzgi7o td.polestar-ru5jha .polestar-8asd54 img {
  height: auto;
  width: 90px;
}

.polestar-vzgi7o td.polestar-ncbg3m,
.polestar-vzgi7o td.polestar-5ue7ea {
  font-weight: 600;
  text-align: right;
}

.polestar-vzgi7o td.polestar-i7jlu6,
.polestar-vzgi7o td.polestar-ncbg3m {
  padding-bottom: 10px;
  border-bottom: none;
}

.polestar-vzgi7o td.polestar-ncbg3m,
.polestar-vzgi7o td.polestar-5ue7ea {
  border-left: none;
}

.polestar-vzgi7o td.polestar-i7jlu6,
.polestar-vzgi7o td.polestar-izymej {
  border-right: none;
}

.polestar-vzgi7o td.polestar-izymej,
.polestar-vzgi7o td.polestar-5ue7ea {
  border-top: none;
  padding-top: 10px;
}

.polestar-j7qfn0 {
  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;
}

.polestar-j7qfn0 .polestar-vbifc0 {
  min-width: unset;
  width: 100%;
}

.polestar-j7qfn0 .polestar-vbifc0.polestar-lfvhzj {
  grid-column: 1/2;
  grid-row: 1/2;
}

.polestar-j7qfn0 .polestar-vbifc0.polestar-b36u58 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.polestar-j7qfn0 .polestar-hh1yzx {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .polestar-j7qfn0 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .polestar-j7qfn0 .polestar-vbifc0.polestar-lfvhzj {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .polestar-j7qfn0 .polestar-vbifc0.polestar-b36u58 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .polestar-j7qfn0 .polestar-hh1yzx {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.polestar-qm9s5h {
  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;
}

.polestar-0nqvsu {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.polestar-q8lpsu p a img {
  margin: 0 auto;
  display: block;
}

.polestar-q8lpsu table {
  margin-bottom: 17px;
}

/* contanct form */
.polestar-hdh9c4 {
  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;
}

.polestar-hdh9c4 label {
  font-size: 14px;
}

.polestar-hdh9c4 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.polestar-hdh9c4 input,
.polestar-hdh9c4 textarea,
.polestar-hdh9c4 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;
}
.polestar-hdh9c4 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.polestar-28l646 ease;
}
.polestar-hdh9c4 button:hover {
  background-color: #691204;
}
.polestar-nczscz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.polestar-32rqhp ease-in;
}

.polestar-nczscz 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;
}
.polestar-bbpstd, .polestar-67bxby, [class*="review-card"],
thead, thead th, table th, .polestar-byme32,
.polestar-389f13, [class*="collapsible-header"],
.polestar-supd0k, [class*="updated-block"] {
  color: #ece7dc !important;
}
