@import url("https://fonts.googleapis.com/css2?family=Anton&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.lato-thin {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: italic;
}
.anton-regular {
  font-family: "Anton", serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "fkxadf46ko-e6lvn96l";
  src: local("Norse"),
    url(assets/5355d24a20d03c4478f185a41f8882fa.woff2) format("woff2"),
    url(assets/5355d24a20d03c4478f185a41f8882fa.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "fkxadf46ko-e6lvn96l";
  src: local("Norse"),
    url(assets/9e4e23c633240ed1e38e34cd238d1296.woff2) format("woff2"),
    url(assets/9e4e23c633240ed1e38e34cd238d1296.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

.vev {
  box-sizing: border-box;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  word-spacing: 0.25;
  letter-spacing: 0;
  color: #000;
  font-family: Lato, Arial, sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  text-size-adjust: 100%;
}
.vev *,
.vev *:before,
.vev *:after {
  box-sizing: inherit;
  -webkit-print-color-adjust: exact;
}
.vev a {
  text-decoration: none;
}
.vev header,
.vev footer {
  display: inline;
}
.vev h1,
.vev h2,
.vev h3,
.vev h4,
.vev h5,
.vev h6 {
  padding: 0;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.vev h1 {
  font-size: 42px;
}
.vev h2 {
  font-size: 32px;
}
.vev h3 {
  font-size: 24px;
}
.vev h4 {
  font-size: 16px;
}
.vev h5 {
  font-size: 14px;
}
.vev ul,
.vev ol {
  padding-left: 0;
  margin: 0;
}
.vev ul ul li,
.vev ul ol li,
.vev ol ul li,
.vev ol ol li {
  margin-left: 3em;
}
.vev ul ul ul li,
.vev ul ol ol li,
.vev ol ul ul li,
.vev ol ol ol li {
  margin-left: 4.5em;
}
.vev ul ul ul ul li,
.vev ul ol ol ol li,
.vev ol ul ul ul li,
.vev ol ol ol ol li {
  margin-left: 6em;
}
.vev ul ul ul ul ul li,
.vev ul ol ol ol ol li,
.vev ol ul ul ul ul li,
.vev ol ol ol ol ol li {
  margin-left: 7.5em;
}
.vev li {
  margin-left: 1.5em;
}
.vev button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font: inherit;
}
.vev [role="button"] {
  cursor: pointer;
  user-select: none;
}
.vev [data-icon] {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
}
.vev .clickable {
  cursor: pointer;
}
.vev .__vev {
  display: grid;
  text-align: left;
}
.vev .__vev > .fixed {
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  display: grid;
  pointer-events: none;
  width: 100vw;
  height: auto;
  grid-template: 100%/100%;
  z-index: 2;
}
.vev .__pre__pc,
.vev .__pc {
  position: relative;
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vev .__pre__pc w {
  width: 100%;
  height: 100% !important;
}
.vev .__pc {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  z-index: -1;
}
.vev .__pc w {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(1px);
  width: 100vw;
  height: 100vh !important;
  animation: clipRectFix 10s linear 0s infinite alternate;
}
.vev .ie .__pc,
.vev .edge .__pc {
  z-index: 0;
  clip-path: unset;
  clip: rect(0, auto, auto, 0);
}
.vev .ie .__pc w,
.vev .edge .__pc w {
  transform: translateZ(1px);
  animation: clipRectFix 10s linear 0s infinite alternate;
}
@keyframes clipRectFix {
  0% {
    transform: translateZ(1px);
  }
  to {
    transform: translateZ(10px);
  }
}
.vev .__a {
  display: grid !important;
}
.vev .__a,
.vev .__wc {
  position: relative;
  display: grid;
  grid-template: 100%/100%;
  grid-area: 1/1;
  overflow: inherit;
  place-self: stretch stretch;
  background-color: initial;
  border: initial;
  outline: initial;
}
.vev w {
  display: block;
  position: relative;
  color: initial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  word-spacing: 0.25;
  letter-spacing: 0;
  font-style: initial;
  font-variant: initial;
  text-align: initial;
  text-decoration: initial;
  place-self: stretch stretch;
  height: auto !important;
}
.vev .__c,
.vev w,
.vev .__pc {
  grid-area: 1/1/2/2;
}
.vev vev {
  display: grid;
  height: 100px;
  width: 100px;
  transform-origin: 0 0;
  pointer-events: auto;
  grid-area: 1/1;
  grid-template: 100%/100%;
  position: relative;
}
.vev vev.__frame {
  display: block;
}
.vev vev.__frame > .__wc,
.vev vev.__frame > .__a {
  width: 100%;
  height: 100%;
}
.vev .__c {
  position: relative;
  display: grid;
  grid-template: 100%/100%;
  place-self: stretch stretch;
  place-items: start start;
}
.vev .__c:not(.__sc) {
  width: 100%;
}
.vev .__c:not(.__frame .__wc, button, a, [role="button"]) {
  pointer-events: none;
}
.vev .__sc {
  grid-template-columns: 1fr 1024px 1fr;
  max-width: 100% !important;
  width: 100% !important;
}
.vev .__sc > vev {
  z-index: 1;
  grid-area: 1/2/2/3;
}
.vev .__s.__s {
  position: relative;
  width: 100%;
}
.vev .__p {
  z-index: 0;
  position: relative;
  overflow: clip;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
@supports not (overflow: clip) {
  .vev .__p {
    overflow: hidden;
  }
}
.vev .__p.hidden {
  display: none;
}
.vev .__p.pin {
  position: absolute;
  pointer-events: auto;
  top: 0;
  left: 0;
  height: 100vh !important;
  background: var(--color-neutral-100);
}
.vev .__p.pin.front {
  z-index: 1;
}
.vev .__p.pin .pin {
  position: absolute;
  z-index: 100;
}
.vev .__err {
  width: 100%;
  height: 100%;
  background: #ff3267;
  color: #151f24;
  font-family: Courier New, Courier;
  font-size: 11px;
  overflow: auto;
}
.vev .vev-portal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  outline: none !important;
  background: none !important;
  display: block !important;
  box-shadow: none !important;
}
.vev .vev-portal > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vev .row,
.vev .column {
  -webkit-box-direction: normal;
  display: flex !important;
}
.vev .row.margin-content > *,
.vev .column.margin-content > * {
  margin: 10px;
}
.vev .row.tiny-margin-content > *,
.vev .column.tiny-margin-content > * {
  margin: 4px;
}
.vev .row.wrap,
.vev .column.wrap {
  flex-wrap: wrap;
}
.vev .row {
  flex-direction: row;
}
.vev .row.h-start {
  justify-content: flex-start;
}
.vev .row.h-center {
  justify-content: center;
}
.vev .row.h-end {
  justify-content: flex-end;
}
.vev .row.h-space {
  justify-content: space-around;
}
.vev .row.h-spread {
  justify-content: space-between;
}
.vev .row.v-start {
  align-items: flex-start;
}
.vev .row.v-center {
  align-items: center;
}
.vev .row.v-end {
  align-items: flex-end;
}
.vev .column {
  flex-direction: column;
}
.vev .column.v-start {
  justify-content: flex-start;
}
.vev .column.v-center {
  justify-content: center;
}
.vev .column.v-end {
  justify-content: flex-end;
}
.vev .column.v-space {
  justify-content: space-around;
}
.vev .column.v-spread {
  justify-content: space-between;
}
.vev .column.h-start {
  align-items: flex-start;
}
.vev .column.h-center {
  align-items: center;
}
.vev .column.h-end {
  align-items: flex-end;
}
.vev .fill {
  width: 100%;
  height: 100%;
  display: grid;
}
.vev w .fill {
  display: block;
}
.vev .padding {
  padding: 10px;
}
.vev .tiny-padding {
  padding: 4px;
}
.vev .margin {
  margin: 10px;
}
.vev .tiny-margin {
  margin: 4px;
}
.vev .__hide {
  display: none !important;
}
.vev .__show {
  display: grid !important;
}
.vev .__sticky {
  position: sticky;
}
.vev .__snap {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
@page {
  size: A4;
  margin: 0;
}
@media print {
  .vev {
    width: 1024px;
    height: auto;
  }
}
/*! For license information please see vev.css.LEGAL.txt */
/*# sourceMappingURL=vev.css.map */
.vev .rectangle {
  background: #c4c4c4;
}
.vev .w732vui6 {
  background: #fff;
}
.vev .w732vui6 .progress {
  background: #000;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s ease-out;
}
.vev .text h1,
.vev .text h2,
.vev .text h3,
.vev .text h4,
.vev .text h5,
.vev .text h6,
.vev .text p {
  white-space: normal;
  word-break: break-word;
}
.vev .text h1:empty::after,
.vev .text h2:empty::after,
.vev .text h3:empty::after,
.vev .text h4:empty::after,
.vev .text h5:empty::after,
.vev .text h6:empty::after,
.vev .text p:empty::after {
  content: "\00a0 ";
}
.vev .text p {
  margin: 14px 0;
}
.vev .text h1 {
  margin: 30px 0;
  font-size: 42px;
}
.vev .text h2 {
  margin: 22px 0;
  font-size: 32px;
}
.vev .text h3 {
  margin: 22px 0;
  font-size: 24px;
}
.vev .text h4,
.vev .text h5,
.vev .text h6 {
  margin: 18px 0;
  font-size: 16px;
  font-weight: 700;
}
.vev .text blockquote {
  padding: 0;
  border-left: unset;
  color: currentColor;
}
.vev .text blockquote,
.vev .text li {
  margin: 16px 40px;
  font-size: 21px;
}
.vev .text h1,
.vev .text h2,
.vev .text h3,
.vev .text strong {
  font-weight: 700;
}
.vev .text em {
  font-style: italic;
}
.vev .text ins {
  font-size: 1em;
}
.vev .text a {
  color: #009688;
  text-decoration: none;
  word-break: break-word;
  transition: all 0.2s ease-out;
}
.vev .text a:hover {
  color: #00786b;
}
.vev .text table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.vev .text td,
.vev .text th {
  border: 1px solid #333;
  padding: 10px 5px;
  word-break: normal;
}
.vev .text td {
  min-width: 42px;
}
.vev .text td h1,
.vev .text td h2,
.vev .text td h3,
.vev .text td h4,
.vev .text td h5,
.vev .text td p {
  margin: 0;
}
.vev .text th {
  background: #e91e63;
}
.vev .text hr {
  border: 0;
  background: #80cbc4;
  height: 5px;
  margin: 8px 16px;
}
.vev .text pre {
  font-family: "monospace";
  background-color: #fff;
  border-radius: 0.25em;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.45);
  line-height: 0;
  counter-reset: line;
}
.vev .text pre div,
.vev .text pre span {
  display: block;
  line-height: 1.5rem;
}
.vev .text pre div:before,
.vev .text pre span:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 0.5em;
  margin-right: 0.5em;
  color: #888;
}
.vev .text span.dropcap {
  color: #009688;
  float: left;
  font-size: 24px;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;
}
.vev .text code {
  font-size: 85%;
  white-space: pre-wrap;
  background-color: rgba(135, 131, 120, 0.15);
  border-radius: 3px;
  padding: 0.2em 0.4em;
  line-height: normal;
}
.vev .text sub,
.vev .text sup {
  line-height: 1;
}
.vev .image,
.vev .shape,
.vev .w74dqar7 {
  overflow: hidden;
}
.vev .image img {
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.vev .section .children {
  height: 100%;
}
.vev .shape svg {
  width: 100% !important;
  height: 100% !important;
  fill: currentColor;
}
.vev .w74dqar7 {
  background: #000;
}
.vev .w74dqar7 video {
  outline: 0;
  width: 100%;
  height: 100%;
  filter: none;
}
.vev .image img,
.vev .w74dqar7 video[poster] {
  object-fit: cover;
}
.vev .image img.section,
.vev .w74dqar7 video.section {
  position: absolute;
}
.vev .w74dqar7 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  backface-visibility: hidden;
}
.vev .w74dqar7 .ie video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.vev .w1c3kqru4r-1p7v .img {
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.vev .w1c3kqru4r-1p7v .img div {
  background: url(assets/c969b4378aaf00efa4b7a0dc245aea93.jpg);
  width: 100%;
  height: 140%;
  background-size: cover;
  background-position: 50% 50%;
}
.vev .w1c3kqru4r-1p7v .img span.overlay {
  display: block;
  position: absolute;
  width: auto;
  border: 0;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.vev .circle {
  border-radius: 50%;
  background: #c4c4c4;
}
.vev .w1c12qdsln-oon div {
  display: inherit;
  flex-direction: inherit;
  padding: inherit;
  border: inherit;
  width: 100%;
}
.vev .w1c12qdsln-oon a {
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  width: 100%;
}
.vev .w1c12qdsln-oon icon,
.vev .w1c12qdsln-oon span {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  min-width: 1em;
}
.vev .w1c12qdsln-oon {
  display: flex;
}
.vev .pryP268oe8g .__sc {
  grid-template-columns: 1fr 1024px 1fr;
}
.vev #esUDs0Asha7 {
  width: 143.33%;
  height: auto;
  margin: -17px 0 0 -38.61%;
  transform: none;
  place-self: start start;
}
.vev #eBm6kK465fIc {
  background: #000;
}
.vev #eBm6kK465fI {
  margin: 0 -10.9% 0 0;
  width: 100%;
  height: 90px;
  transform: none;
  place-self: start end;
}
.vev #eLzxIfWo9MBc .progress {
  background: #ffd801;
}
.vev #eLzxIfWo9MBc {
  background: 0 0;
}
.vev #eLzxIfWo9MB {
  margin: 83px 0 0 23.55%;
  width: 49.61%;
  height: 8px;
  transform: none;
  place-self: start center;
}
.vev #e2R0IxH8S3Vc h3,
.vev #eK2bdCgLhHkc h3,
.vev #eUlX0t4p2J8c h3,
.vev #eh9XMH7NPICc h3,
.vev #eqRATu0f3QRc h3,
.vev div .pAOf6DONG1 h3 {
  font-weight: 700;
  font-size: 34px;
  font-family: "Lato";
  text-align: center;
  font-style: inherit;
  letter-spacing: -1px;
  word-spacing: 0;
}
.vev div .pAOf6DONG1 h3 {
  font-size: 30px;
  letter-spacing: 0;
}
.vev #e2R0IxH8S3Vc h4,
.vev #eK2bdCgLhHkc h4,
.vev #eUlX0t4p2J8c h4,
.vev #eh9XMH7NPICc h4,
.vev #eqRATu0f3QRc h4 {
  text-align: center;
  color: #0051fd;
  font-weight: 900;
  font-style: inherit;
}
.vev #e2R0IxH8S3Vc h1,
.vev #eh9XMH7NPICc h1 {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #e2R0IxH8S3Vc h2,
.vev #eh9XMH7NPICc h2,
.vev #eqRATu0f3QRc h2,
.vev div .pAOf6DONG1 h2 {
  text-align: center;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00d91f;
  font-size: 53px;
}
.vev #e2R0IxH8S3Vc h1,
.vev #eh9XMH7NPICc h1,
.vev #eqRATu0f3QRc h1 {
  text-align: center;
  font-size: 107px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00d91f;
}
.vev #e2R0IxH8S3Vc h5,
.vev #eh9XMH7NPICc h5,
.vev #eqRATu0f3QRc h5 {
  font-weight: 900;
  font-style: normal;
  color: #fff;
  margin: 2px 0 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Lato";
}
.vev #eqRATu0f3QRc h5 {
  text-align: center;
}
.vev #e2R0IxH8S3Vc h6,
.vev #eK2bdCgLhHkc h6,
.vev #eUlX0t4p2J8c h6,
.vev #eh9XMH7NPICc h6,
.vev #ehzuNsJ1wJWc h3,
.vev #eqRATu0f3QRc h6 {
  font-weight: 900;
  font-style: inherit;
}
.vev #e2R0IxH8S3Vc blockquote,
.vev #eK2bdCgLhHkc blockquote,
.vev #eUlX0t4p2J8c blockquote,
.vev #eh9XMH7NPICc blockquote,
.vev #eqRATu0f3QRc blockquote {
  font-family: "Lora";
  font-weight: 700;
  font-style: italic;
  color: #f80380;
}
.vev #eqRATu0f3QRc,
.vev #eqRATu0f3QRc h1 {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #e2R0IxH8S3Vc li,
.vev #eh9XMH7NPICc li,
.vev #eqRATu0f3QRc li {
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.5));
}
.vev #eqRATu0f3QR {
  width: 498px;
  margin: 35px 0 0 23.74%;
  height: 25px;
  place-self: start center;
  transform: none;
}
.vev #eJhQYgRW_Om,
.vev #eelwd5SZLjY {
  height: auto;
  transform: none;
  place-self: start end;
}
.vev #eJhQYgRW_Om {
  margin: 28px 14.2% 0 0;
  width: 3.49%;
  aspect-ratio: 1.812;
  display: none;
  --ratio: 55.19%;
}
.vev #eelwd5SZLjYc img {
  object-fit: contain;
  object-position: 50% 50%;
}
.vev #eelwd5SZLjY {
  margin: 25px 274px 0 0;
  width: 38px;
  aspect-ratio: 0.7288;
  max-height: 100%;
  --ratio: 137.21%;
}
.vev #eG_nlgX9AjI {
  width: 190.4%;
  height: auto;
  margin: -9px 0 0 -45.3%;
  display: none;
}
.vev #ehz__CRwcT2c {
  background: #000;
}
.vev #ehz__CRwcT2 {
  margin: -52px -9.41% 0 0;
  width: 100%;
  height: 123px;
  transform: none;
  place-self: start end;
}
.vev #eLO-9jkaes7c .progress {
  background: #bb9a63;
}
.vev #eLO-9jkaes7 {
  margin: 70px 0 0 19.19%;
  width: 61.76%;
  height: 6px;
  transform: none;
  place-self: start start;
}
.vev #eh9XMH7NPICc h5 {
  text-align: left;
}
.vev #eh9XMH7NPICc {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #eWNffza_pP7,
.vev #edWayo8-BqS,
.vev #eh9XMH7NPIC {
  place-self: start start;
  transform: none;
}
.vev #eh9XMH7NPIC {
  width: 404px;
  margin: 34px 0 0 31.58%;
  height: 17px;
}
.vev #eWNffza_pP7,
.vev #edWayo8-BqS {
  margin: 27px 0 0 69.05%;
  width: 8.68%;
  height: 0;
}
.vev #eseyIOOzjMIc {
  background: #000;
}
.vev #eseyIOOzjMI {
  height: auto;
  min-height: 72px;
  display: none;
}
.vev #eseyIOOzjMI .__sc {
  margin: 0;
}
.vev #ejttBZCyo0Rc {
  background: #000;
}
.vev #ejttBZCyo0R {
  margin: -54px 0 0;
  width: 201.56%;
  height: 126px;
  transform: none;
  place-self: start center;
}
.vev #edYvOltEJBbc .progress {
  background: #ffd801;
}
.vev #edYvOltEJBbc {
  background: 0 0;
}
.vev #edYvOltEJBb {
  margin: 64px 0 0;
  width: 100%;
  height: 8px;
  transform: none;
  place-self: start end;
}
.vev #e2R0IxH8S3Vc h5 {
  text-align: center;
}
.vev #e2R0IxH8S3Vc {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
}
.vev #e2R0IxH8S3V {
  width: 432px;
  margin: 17px 2.7% 0 0;
  height: 25px;
  place-self: start center;
  transform: none;
}
.vev #em_YOnduDdc {
  margin: 11px 1.8% 0 0;
  width: 6.8%;
  height: 39px;
  transform: none;
  place-self: start end;
}
.vev #eES8M7CJ4Nnc {
  background: linear-gradient(#000 0% 100%);
}
.vev #eES8M7CJ4Nnc .overlay,
.vev #eL8DtGtsZ9Lc .overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.5) 100%);
}
.vev #eES8M7CJ4Nn {
  min-height: 800px;
  height: 102.8vh;
}
.vev #eJJbajjoxDNc {
  color: rgba(253, 253, 253, 0.662);
}
.vev #eJJbajjoxDN {
  width: 35px;
  margin: 676px 0.29% 0 0;
  place-self: start center;
  height: 27px;
  transform: none;
}
.vev #e5nApklxWMKc h1 {
  color: #ff0303;
  font-size: 150px;
  font-weight: 400;
  font-style: normal;
}
.vev #e5nApklxWMK {
  width: 100%;
  margin: 435px -0.1% 0 0;
  place-self: start end;
  height: 209px;
  transform: none;
}
.vev div .pAOf6DONG1 h4 {
  text-align: left;
  color: #fff;
  font-weight: 700;
  font-style: inherit;
  font-size: 20px;
}
.vev #eK2bdCgLhHkc h2,
.vev #eUlX0t4p2J8c h2,
.vev div .pAOf6DONG1 h1 {
  text-align: center;
  font-size: 107px;
  letter-spacing: 1px;
  font-family: "Anton";
}
.vev #e4IcAVZSSwDc h5,
.vev #e7Vn1qcRWJSc h5,
.vev #eD3LaiQVciIc h5,
.vev #eFC3LDdP-ygc h5,
.vev #eK2bdCgLhHkc h5,
.vev #eMrofduanemc h5,
.vev #eUlX0t4p2J8c h5,
.vev #eXOUeFsFIBHc h5,
.vev #eXPKAI705zqc h5,
.vev #ehLkEZk9a-yc h5,
.vev #ej4NJ4KMFtmc h5,
.vev #eoI0WyhsqKxc h5,
.vev #ewEmkO-l3gtc h5,
.vev div .pAOf6DONG1,
.vev div .pAOf6DONG1 h5 {
  font-weight: 900;
  font-style: inherit;
  color: #fff;
}
.vev div .pAOf6DONG1 h6 {
  font-family: "Anton";
  font-size: 50px;
  text-align: center;
}
.vev #eK2bdCgLhHkc h2,
.vev #eUlX0t4p2J8c h2 {
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 80px;
  line-height: 0.7em;
}
.vev #eUlX0t4p2J8c h1,
.vev div .pAOf6DONG1 blockquote {
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  color: #00d91f;
  text-align: center;
}
.vev #eUlX0t4p2J8c h1 {
  font-size: 107px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.vev div .pAOf6DONG1 blockquote {
  font-size: 30px;
}
.vev div .pAOf6DONG1 {
  font-size: 18px;
}
.vev div .pAOf6DONG1 a {
  color: #0051fd;
}
.vev #eUlX0t4p2J8 {
  width: 549px;
  margin: 404px 0 0 0.1%;
  place-self: start center;
  height: 91px;
  transform: none;
}
.vev #eL8DtGtsZ9Lc {
  background: linear-gradient(#000 0% 100%);
}
.vev #eL8DtGtsZ9L {
  min-height: 800px;
  height: 102.8vh;
  display: none;
}
.vev #eVvW5NO0rp7c {
  color: rgba(253, 253, 253, 0.662);
}
.vev #eVvW5NO0rp7 {
  width: 35px;
  margin: 676px 0.29% 0 0;
  place-self: start center;
  height: 27px;
  transform: none;
}
.vev #e88FiB2Nqndc h1,
.vev div .pAOf6DONG1 h1,
.vev div .pAOf6DONG1 h6 {
  color: #ff0303;
  font-weight: 400;
  font-style: normal;
}
.vev #e88FiB2Nqndc h1 {
  font-size: 150px;
}
.vev #e88FiB2Nqnd {
  width: 100%;
  margin: 435px -0.1% 0 0;
  place-self: start end;
  height: 209px;
  transform: none;
}
.vev #e4IcAVZSSwDc h1,
.vev #e7Vn1qcRWJSc h1,
.vev #eD3LaiQVciIc h1,
.vev #eFC3LDdP-ygc h1,
.vev #eK2bdCgLhHkc h1,
.vev #eMrofduanemc h1,
.vev #eXOUeFsFIBHc h1,
.vev #eXPKAI705zqc h1,
.vev #ehLkEZk9a-yc h1,
.vev #ej4NJ4KMFtmc h1,
.vev #eoI0WyhsqKxc h1,
.vev #ewEmkO-l3gtc h1 {
  text-align: center;
  font-size: 107px;
  font-family: "Anton";
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00d91f;
}
.vev #eK2bdCgLhHk {
  width: 549px;
  margin: 404px 0 0 0.1%;
  place-self: start center;
  height: 91px;
  transform: none;
}
.vev #etGtvpY54soc .img span.overlay {
  background: linear-gradient(transparent 0, transparent 100%);
}
.vev #etGtvpY54soc .img div {
  background: var(--b-fk6pvKtJ3h) 50% 100% / cover;
}
.vev #etGtvpY54so {
  min-height: 429px;
  height: auto;
}
.vev #etGtvpY54so .__sc {
  margin: 0;
}
.vev #ehzuNsJ1wJWc h2 {
  color: #00d91f;
}
.vev #ehzuNsJ1wJWc p,
.vev div .pAOf6DONG1 h1 {
  text-transform: uppercase;
}
.vev #ehzuNsJ1wJWc h3 {
  font-size: 28px;
}
.vev #ehzuNsJ1wJW {
  width: 754px;
  margin: 50px 0 0;
  place-self: start center;
  height: 574px;
  transform: none;
}
.vev #eyXRBGN9Ggqc {
  background: linear-gradient(#000 0% 100%);
}
.vev #eyXRBGN9Ggqc .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.vev #eyXRBGN9Ggq {
  min-height: 800px;
  height: 100.11vh;
}
.vev #eHMiGMBOFOCc h2 {
  color: #ff0303;
  line-height: 1.2em;
}
.vev #eHMiGMBOFOC {
  width: 689px;
  margin: 126px 0.1% 0 0;
  place-self: start center;
  height: 615px;
  transform: none;
}
.vev #evrA_rqg0Xs {
  width: 9.96%;
  height: auto;
  margin: 700px -2.54% 0 0;
  transform: none;
  place-self: start end;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eEtwcaCYm7Dc {
  background: #000;
}
.vev #eEtwcaCYm7D {
  margin: 14px -75.49% 0 0;
  width: 118.95%;
  height: 54px;
  transform: none;
  place-self: start end;
  display: none;
}
.vev #e4ic42dqLqKc {
  background: #000;
}
.vev #e4ic42dqLqK {
  margin: 14px 0 0 16.12%;
  width: 53.38%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1.0168;
  --ratio: 98.35%;
}
.vev #eYV_x1aprY2c {
  color: #f9f7f7;
}
.vev #eYV_x1aprY2 {
  margin: 24px 7.84% 0 0;
  width: 68.63%;
  height: 29px;
  transform: none;
  place-self: start end;
}
.vev #eR2JWx71YO7c .img div {
  background: var(--b-WPQv4484V4) 50% 100% / cover;
}
.vev #eR2JWx71YO7c .img span.overlay {
  background: rgba(0, 0, 0, 0.4);
}
.vev #eR2JWx71YO7 {
  min-height: 800px;
  height: 100px;
}
.vev #et7tsNcwcFSc {
  color: #ff0303;
}
.vev #et7tsNcwcFS {
  margin: 513px 27.7% 0 0;
  width: 7.4%;
  height: 75px;
  transform: none;
  place-self: start end;
}
.vev #ej-tw2vrw55c {
  color: #ff0303;
}
.vev #ej-tw2vrw55 {
  margin: 307px 0 0 16.7%;
  width: 7.4%;
  height: 75px;
  transform: none;
  place-self: start start;
}
.vev #ekwxbQOPf28c h4 {
  color: #e0fd00;
}
.vev #ekwxbQOPf28c blockquote {
  color: #ffd801;
}
.vev #ekwxbQOPf28c h2 {
  color: #ff0303;
  text-transform: none;
  font-size: 53px;
}
.vev #edzgJ_acxcic p,
.vev #ekwxbQOPf28c p {
  font-size: 20px;
  text-align: center;
}
.vev #ekwxbQOPf28c p {
  color: #eee1e1;
}
.vev #ekwxbQOPf28c h6 {
  color: #fff;
  font-size: 40px;
}
.vev #eGW2eybIHk5,
.vev #edzgJ_acxci,
.vev #ekwxbQOPf28 {
  transform: none;
  place-self: start center;
}
.vev #ekwxbQOPf28 {
  width: 622px;
  margin: 328px 0 0 1.2%;
  height: 246px;
}
.vev #edzgJ_acxcic p {
  color: #fff;
  font-weight: 900;
  font-style: inherit;
}
.vev #edzgJ_acxci {
  margin: 579px 0 0 0.1%;
  width: 52.44%;
  height: auto;
}
.vev #eGW2eybIHk5c h2 {
  color: #ff0303;
}
.vev #eGW2eybIHk5 {
  width: 1012px;
  margin: 201px 0 0 0.2%;
  height: 101px;
}
.vev #eRrnE7NxRU0c {
  background: var(--b-akpPXWfikS) no-repeat 50% 0% / cover;
}
.vev #eRrnE7NxRU0c,
.vev #eRrnE7NxRU0c .children,
.vev #eb64gVOukLAc .children,
.vev #ed5G4mMKh9-c .children {
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px transparent);
  opacity: 1;
}
.vev #eRrnE7NxRU0 {
  height: auto;
  min-height: 1799px;
}
.vev #eJMXdP-HcjS {
  margin: 1336px 0 0 0.68%;
  width: 41.02%;
  height: 457px;
  transform: none;
  place-self: start start;
}
.vev #eHeuuSkBtBF {
  margin: 872px -7% 0 0;
  width: 56.3%;
  height: 369px;
  transform: none;
  place-self: start end;
  display: none;
}
.vev #eWwEf9vg9Ej {
  width: 61.8%;
  height: auto;
  margin: 965px 15.3% 0 0;
  place-self: start center;
  transform: none;
}
.vev #eQ_TT_RwnbMc p,
.vev #eTnr9gzYCThc p,
.vev #eg0XT03WGvqc p,
.vev #eq_JlyXFyErc p,
.vev #ey3MTNwjRLZc p {
  font-size: 20px;
  text-align: left;
  color: #fffcfc;
}
.vev #ey3MTNwjRLZc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
}
.vev #eQ_TT_RwnbMc strong,
.vev #eTnr9gzYCThc strong,
.vev #eg0XT03WGvqc strong,
.vev #eq_JlyXFyErc strong,
.vev #ey3MTNwjRLZc strong {
  font-weight: 900;
  font-style: inherit;
  color: #ff0303;
  text-transform: uppercase;
}
.vev #e1JowNHHxT5 {
  width: 63%;
}
.vev #e1JowNHHxT5,
.vev #ejNlr-jyvZK,
.vev #ey3MTNwjRLZ {
  transform: none;
  place-self: start start;
}
.vev #ey3MTNwjRLZ {
  width: 63%;
  margin: 145px 0 0 37%;
  height: auto;
}
.vev #e1JowNHHxT5 {
  margin: 161px 0 0 -21.6%;
  height: 335px;
}
.vev #ejNlr-jyvZKc h2 {
  text-transform: none;
  color: #ff0303;
}
.vev #ejNlr-jyvZK {
  margin: 63px 0 0 4.9%;
  width: 60.8%;
  height: auto;
}
.vev #e33Dm4IrEVcc {
  background: #000;
}
.vev #e33Dm4IrEVc,
.vev #ej4NJ4KMFtm {
  margin: 8px 0 0 26%;
  width: 12.5%;
  height: 79px;
  transform: none;
  place-self: start start;
}
.vev #ej4NJ4KMFtm {
  width: 109px;
  margin: 0 0 0 22.7%;
  height: 71px;
}
.vev #e4IcAVZSSwDc h3,
.vev #e7Vn1qcRWJSc h3,
.vev #eD3LaiQVciIc h3,
.vev #eFC3LDdP-ygc h3,
.vev #eMrofduanemc h3,
.vev #eXOUeFsFIBHc h3,
.vev #eXPKAI705zqc h3,
.vev #ehLkEZk9a-yc h3,
.vev #ej4NJ4KMFtmc h3,
.vev #eoI0WyhsqKxc h3,
.vev #ewEmkO-l3gtc h3 {
  font-weight: 700;
  font-size: 34px;
  font-family: "Lato";
  text-align: center;
  font-style: inherit;
  letter-spacing: -1px;
  word-spacing: 0;
}
.vev #e4IcAVZSSwDc h4,
.vev #e7Vn1qcRWJSc h4,
.vev #eD3LaiQVciIc h4,
.vev #eFC3LDdP-ygc h4,
.vev #eMrofduanemc h4,
.vev #eXOUeFsFIBHc h4,
.vev #eXPKAI705zqc h4,
.vev #ehLkEZk9a-yc h4,
.vev #ej4NJ4KMFtmc h4,
.vev #eoI0WyhsqKxc h4,
.vev #ewEmkO-l3gtc h4 {
  text-align: center;
  color: #0051fd;
  font-weight: 900;
  font-style: inherit;
}
.vev #ej4NJ4KMFtmc h2 {
  font-family: "Anton";
  color: #fc0303;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vev #e4IcAVZSSwDc h6,
.vev #e7Vn1qcRWJSc h6,
.vev #eD3LaiQVciIc h6,
.vev #eFC3LDdP-ygc h6,
.vev #eMrofduanemc h6,
.vev #eXOUeFsFIBHc h6,
.vev #eXPKAI705zqc h6,
.vev #ehLkEZk9a-yc h6,
.vev #ej4NJ4KMFtmc h6,
.vev #eoI0WyhsqKxc h6,
.vev #ewEmkO-l3gtc h6 {
  font-weight: 900;
  font-style: inherit;
}
.vev #e4IcAVZSSwDc blockquote,
.vev #e7Vn1qcRWJSc blockquote,
.vev #eD3LaiQVciIc blockquote,
.vev #eFC3LDdP-ygc blockquote,
.vev #eMrofduanemc blockquote,
.vev #eXOUeFsFIBHc blockquote,
.vev #eXPKAI705zqc blockquote,
.vev #ehLkEZk9a-yc blockquote,
.vev #ej4NJ4KMFtmc blockquote,
.vev #eoI0WyhsqKxc blockquote,
.vev #ewEmkO-l3gtc blockquote {
  font-family: "Lora";
  font-weight: 700;
  font-style: italic;
  color: #f80380;
}
.vev #eeOjVBLF8cWc h2 {
  color: #ff0303;
}
.vev #eeOjVBLF8cW {
  width: 1012px;
  margin: 735px 0 0 0.2%;
  place-self: start center;
  height: 101px;
  transform: none;
}
.vev #ed5G4mMKh9-c {
  background: var(--b-gp7J7Kw_yU) no-repeat 50% 0% / cover;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px transparent);
}
.vev #ed5G4mMKh9- {
  height: auto;
  min-height: 1799px;
}
.vev #eNtjXK0_djY {
  margin: 343px 0 0 -7%;
  width: 49.6%;
  height: 489px;
  transform: none;
  place-self: start start;
}
.vev #e5Xvxul7Vn2 {
  margin: 836px -8.2% 0 0;
  width: 56.3%;
  height: 369px;
  transform: none;
  place-self: start end;
}
.vev #eZvFhCkLxsC {
  margin: 1307px 0 0 0.5%;
  width: 41%;
  height: 457px;
  transform: none;
  place-self: start start;
}
.vev #eKAUEcxmZDo {
  width: 61.5%;
  height: auto;
  margin: 140px 5% 0 0;
  place-self: start end;
  transform: none;
}
.vev #eTnr9gzYCThc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
}
.vev #eTnr9gzYCTh,
.vev #ekJbNJ-jmp_ {
  width: 56.8%;
  margin: 76px 1.7% 0 0;
  height: auto;
  transform: none;
  place-self: start end;
}
.vev #ekJbNJ-jmp_ {
  margin: -11px 4.6% 0 0;
  width: 60.8%;
  place-self: start center;
}
.vev #ekJbNJ-jmp_c h2 {
  text-transform: none;
  color: #ff0303;
}
.vev #eLUmvVmFghB {
  margin: 93px 0 0 -16.7%;
  width: 63%;
  height: 323px;
  transform: none;
  place-self: start start;
}
.vev #eL41nu3pzdyc {
  background: #000;
}
.vev #e7Vn1qcRWJS,
.vev #eL41nu3pzdy {
  transform: none;
  place-self: start start;
}
.vev #eL41nu3pzdy {
  margin: 8px 0 0 26%;
  width: 12.5%;
  height: 79px;
}
.vev #e7Vn1qcRWJSc h2 {
  font-family: "Anton";
  color: #fc0303;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vev #e7Vn1qcRWJS {
  width: 109px;
  margin: 0 0 0 22.7%;
  height: 71px;
}
.vev #eT9OrXJ_oIP {
  width: 61.8%;
  height: auto;
  margin: 1026px 15.5% 0 0;
  transform: none;
  place-self: start center;
}
.vev #eQ_TT_RwnbMc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
}
.vev #eQ_TT_RwnbM {
  width: 62.9%;
  margin: 151px 0 0;
  height: auto;
  transform: none;
  place-self: start end;
}
.vev #ew1PhbLLwMyc h2 {
  text-transform: none;
  color: #ff0303;
}
.vev #eixxJjj7aF3,
.vev #ew1PhbLLwMy {
  transform: none;
  place-self: start start;
}
.vev #ew1PhbLLwMy {
  margin: 69px 0 0 10.1%;
  width: 44.7%;
  height: auto;
}
.vev #eixxJjj7aF3 {
  margin: 149px 0 0 -21.5%;
  width: 63%;
  height: 367px;
}
.vev #exIMVjBOA-_c {
  background: #000;
}
.vev #ewEmkO-l3gt,
.vev #exIMVjBOA-_ {
  place-self: start start;
  transform: none;
}
.vev #exIMVjBOA-_ {
  margin: 14px 0 0 26.2%;
  width: 13%;
  height: auto;
  aspect-ratio: 1.038;
  --ratio: 96.34%;
}
.vev #ewEmkO-l3gtc h2 {
  font-family: "Anton";
  color: #fc0303;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vev #ewEmkO-l3gt {
  width: 60px;
  margin: 6px 0 0 27.2%;
  height: 60px;
}
.vev #eb64gVOukLAc {
  background: var(--b-8Jv1919j7v) no-repeat 50% 0% / cover;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px transparent);
}
.vev #eb64gVOukLA {
  height: auto;
  min-height: 1799px;
}
.vev #eRUPnaQJqsj {
  margin: 910px -8% 0 0;
  width: 56.3%;
  height: 369px;
  transform: none;
  place-self: start end;
}
.vev #erwhVZeY24i,
.vev #eumqiI0gRF8 {
  margin: 1176px 0 0 0.5%;
  width: 41%;
  height: 457px;
  transform: none;
  place-self: start start;
}
.vev #eumqiI0gRF8 {
  margin: 393px 0 0 0.7%;
}
.vev #eXirt-bPfca {
  width: 61.8%;
  height: auto;
  margin: 95px 1.8% 0 0;
  transform: none;
  place-self: start end;
}
.vev #eq_JlyXFyErc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
}
.vev #eIy__yi9dxF,
.vev #eq_JlyXFyEr {
  height: auto;
  transform: none;
  place-self: start end;
}
.vev #eq_JlyXFyEr {
  width: 57%;
  margin: 76px 5.8% 0 0;
}
.vev #eIy__yi9dxFc h2 {
  text-transform: none;
  color: #ff0303;
  text-align: left;
}
.vev #eIy__yi9dxF {
  margin: -5px 16.4% 0 0;
  width: 46.4%;
}
.vev #e7uXs4-Jk3U {
  margin: 93px 0 0 -21.6%;
  width: 63%;
  height: 322px;
  transform: none;
  place-self: start start;
}
.vev #e_XFPw9h_suc {
  background: #000;
}
.vev #eXPKAI705zq,
.vev #e_XFPw9h_su {
  place-self: start start;
  transform: none;
}
.vev #e_XFPw9h_su {
  margin: 8px 0 0 21.6%;
  width: 13%;
  height: auto;
  aspect-ratio: 1.038;
  --ratio: 96.34%;
}
.vev #eXPKAI705zqc h2 {
  font-family: "Anton";
  color: #fc0303;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vev #eXPKAI705zq {
  width: 61px;
  margin: 0 0 0 22.6%;
  height: 77px;
}
.vev #e77XJRgheU1 {
  width: 61.5%;
  height: auto;
  margin: 794px 16.6% 0 0;
  place-self: start center;
  transform: none;
}
.vev #eg0XT03WGvqc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
}
.vev #eMEY_a5TTLP,
.vev #eafVZbvcrmO,
.vev #eg0XT03WGvq {
  transform: none;
  place-self: start start;
}
.vev #eafVZbvcrmO,
.vev #eg0XT03WGvq {
  height: auto;
}
.vev #eg0XT03WGvq {
  width: 63%;
  margin: 145px 0 0 37%;
}
.vev #eafVZbvcrmOc h2 {
  text-transform: none;
  color: #ff0303;
}
.vev #eafVZbvcrmO {
  margin: 63px 0 0 4.9%;
  width: 60.8%;
}
.vev #eMEY_a5TTLP {
  margin: 166px 0 0 -21.9%;
  width: 63%;
  height: 320px;
}
.vev #eIhl8_T6mjJc {
  background: #000;
}
.vev #e4IcAVZSSwD,
.vev #eIhl8_T6mjJ {
  place-self: start start;
  transform: none;
}
.vev #eIhl8_T6mjJ {
  margin: 8px 0 0 26%;
  width: 12.5%;
  height: auto;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #e4IcAVZSSwDc h2 {
  font-family: "Anton";
  color: #fc0303;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vev #e4IcAVZSSwD {
  width: 109px;
  margin: 0 0 0 22.7%;
  height: 71px;
}
.vev #e5qzjZ063rgc .img span.overlay {
  background: linear-gradient(transparent 0, transparent 100%);
}
.vev #e5qzjZ063rgc .img div {
  background: var(--b-fk6pvKtJ3h) 50% 100% / cover;
}
.vev #e5qzjZ063rg {
  min-height: 0;
  height: auto;
}
.vev #e5qzjZ063rg .__sc {
  margin: 0;
}
.vev #eII7FVAIdAsc h2 {
  color: #ffd801;
  line-height: 0.8em;
}
.vev #eII7FVAIdAs,
.vev #eY1lrfIrK28 {
  width: 569px;
  margin: 183px 0 0 2%;
  place-self: start center;
  height: 191px;
  transform: none;
}
.vev #eY1lrfIrK28 {
  width: 387px;
  margin: 54px 0 0 2%;
  height: 168px;
}
.vev #eY1lrfIrK28c h2 {
  color: #ffd801;
  line-height: 1.2em;
}
.vev #em6_Lpt9YPuc {
  background: var(--b-8u-DQl5393) no-repeat 50% 0% / cover;
}
.vev #e2W8tbtwetCc .children,
.vev #e4K5l0g1eJOc .children,
.vev #eEOyR2wPgsLc .children,
.vev #eZhRM2c6RWoc .children,
.vev #em6_Lpt9YPuc,
.vev #em6_Lpt9YPuc .children,
.vev #esljYCfnJrwc .children {
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px transparent);
  opacity: 1;
}
.vev #em6_Lpt9YPu {
  height: auto;
  min-height: 1799px;
}
.vev #e44nmn3SwlK,
.vev #effaFhLQgm-,
.vev #exWQHEjF7xX {
  transform: none;
  place-self: start center;
}
.vev #exWQHEjF7xX {
  width: 75.29%;
  height: auto;
  margin: 282px 0 0 0.49%;
}
.vev #e44nmn3SwlK {
  margin: 989px 0 0 0.13%;
  width: 622px;
  height: 503px;
}
.vev #effaFhLQgm- {
  margin: 3024px 0 0 0.31%;
  width: 287px;
  height: 232px;
  display: none;
}
.vev #eE0JeUVsCzcc p,
.vev #eGakqRNhJhpc p,
.vev #eRuVsCWU2d5c p,
.vev #eT0UYTvZrLec p,
.vev #eTwnOelfoHmc p,
.vev #echSSiuuuhYc p,
.vev #euIIHHuH1Xuc p,
.vev #ey8fm5VWBItc p {
  font-size: 20px;
  text-align: center;
  color: #000;
}
.vev #ey8fm5VWBItc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
}
.vev #ey8fm5VWBIt {
  width: 100%;
  margin: 836px 0 0;
  height: auto;
  transform: none;
  place-self: start end;
}
.vev #eJ2BUC8AuTV,
.vev #ejlIMqqrwrE {
  margin: 316px 0 0 9.7%;
  width: 622px;
  height: 503px;
  transform: none;
  place-self: start start;
}
.vev #eJ2BUC8AuTV {
  display: none;
}
.vev #echSSiuuuhYc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
}
.vev #e-yiAY2Nszo,
.vev #echSSiuuuhY {
  height: auto;
  transform: none;
}
.vev #echSSiuuuhY {
  width: 101.56%;
  margin: 162px 0 0;
  place-self: start end;
}
.vev #e-yiAY2Nszoc h2 {
  text-transform: none;
  color: #ff0303;
  line-height: 1.1em;
}
.vev #e-yiAY2Nszo {
  margin: 71px 0 0 4.8%;
  width: 89.1%;
  place-self: start start;
}
.vev #epqZsC68RIfc {
  background: #000;
}
.vev #eFC3LDdP-yg,
.vev #epqZsC68RIf {
  place-self: start start;
  transform: none;
}
.vev #epqZsC68RIf {
  margin: 8px 0 0 44.4%;
  width: 10.2%;
  height: auto;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eFC3LDdP-ygc h2 {
  font-family: "Anton";
  color: #ff0303;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vev #eFC3LDdP-yg {
  width: 109px;
  margin: 0 0 0 41.9%;
  height: 71px;
}
.vev #ecR3k0yML29c h2 {
  color: #ffd801;
  line-height: 1.2em;
}
.vev #ecR3k0yML29 {
  width: 569px;
  margin: 54px 0 0 0.5%;
  place-self: start center;
  height: 364px;
  transform: none;
  display: none;
}
.vev #eZhRM2c6RWoc {
  background: var(--b-320UYTLiIQ) no-repeat 50% 0% / cover;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px transparent);
}
.vev #eZhRM2c6RWo {
  height: auto;
  min-height: 890px;
}
.vev #e19CR4b8vrk,
.vev #eXzoJQ5LNhS,
.vev #egAqIqwjxoT {
  width: 99.71%;
  height: auto;
  margin: -8px 0 0 0.1%;
  transform: none;
  place-self: start center;
}
.vev #eXzoJQ5LNhS,
.vev #egAqIqwjxoT {
  margin: 384px 0 0 0.1%;
  width: 622px;
  height: 503px;
}
.vev #eXzoJQ5LNhS {
  display: none;
}
.vev #eE0JeUVsCzcc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
}
.vev #eE0JeUVsCzc,
.vev #e_5FTIvotWI {
  width: 68.27%;
  margin: 197px 0 0;
  height: auto;
  transform: none;
  place-self: start center;
}
.vev #e_5FTIvotWI {
  margin: 43px 0 0 0.1%;
  width: 68.17%;
}
.vev #e_5FTIvotWIc h2 {
  text-transform: none;
  color: #ff0303;
  line-height: 1.1em;
}
.vev #e9GdPZTkXQTc {
  background: #000;
}
.vev #e9GdPZTkXQT,
.vev #eXOUeFsFIBH {
  place-self: start center;
  transform: none;
}
.vev #e9GdPZTkXQT {
  margin: -20px 0.1% 0 0;
  width: 7.64%;
  height: auto;
  aspect-ratio: 0.987;
  --ratio: 101.32%;
}
.vev #eXOUeFsFIBHc h2 {
  font-family: "Anton";
  color: #ff0303;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vev #eXOUeFsFIBH {
  width: 109px;
  margin: -28px 0.78% 0 0;
  height: 71px;
}
.vev #eEOyR2wPgsLc {
  background: var(--b-ehdhaF9vee) no-repeat 50% 0% / cover;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px transparent);
}
.vev #eEOyR2wPgsL {
  height: auto;
  min-height: 900px;
}
.vev #e2pFRAnIESP,
.vev #eKBxh8zJYW2,
.vev #eoklFOQpu83 {
  place-self: start center;
  transform: none;
}
.vev #eoklFOQpu83 {
  width: 64.9%;
  height: auto;
  margin: 19px 1.7% 0 0;
}
.vev #e2pFRAnIESP {
  margin: 414px 0 0 0.75%;
  width: 622px;
  height: 503px;
}
.vev #eKBxh8zJYW2 {
  margin: 977px 0 0 0.63%;
  width: 286px;
  height: 232px;
  display: none;
}
.vev #eGakqRNhJhpc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
}
.vev #eGakqRNhJhp,
.vev #egUgTDMiGyL {
  width: 103.46%;
  margin: 225px 0 0;
  height: auto;
  transform: none;
  place-self: start center;
}
.vev #egUgTDMiGyL {
  margin: 71px 0 0;
  width: 100%;
  place-self: start end;
}
.vev #egUgTDMiGyLc h2 {
  text-transform: none;
  color: #ff0303;
  line-height: 1.1em;
}
.vev #eKpfVi9YOq1c {
  background: #000;
}
.vev #eKpfVi9YOq1,
.vev #eMrofduanem {
  place-self: start start;
  transform: none;
}
.vev #eKpfVi9YOq1 {
  margin: 12px 0 0 44.7%;
  width: 11.4%;
  height: auto;
  aspect-ratio: 0.987;
  --ratio: 101.32%;
}
.vev #eMrofduanemc h2 {
  font-family: "Anton";
  color: #ff0303;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vev #eMrofduanem {
  width: 109px;
  margin: 0 0 0 41.5%;
  height: 71px;
}
.vev #esljYCfnJrwc {
  background: var(--b-WwcAzxqRry) no-repeat 50% 0% / cover;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px transparent);
}
.vev #esljYCfnJrw {
  height: auto;
  min-height: 900px;
}
.vev #eqqs6CDQqZL {
  width: 66.2%;
  height: auto;
  margin: 15px 0.2% 0 0;
  transform: none;
  place-self: start center;
}
.vev #e0-fJxyo9FW,
.vev #eC2hqH1nj7f {
  margin: 394px 0 0 4.1%;
  width: 622px;
  height: 503px;
  transform: none;
  place-self: start start;
}
.vev #eC2hqH1nj7f {
  display: none;
}
.vev #eTwnOelfoHmc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
}
.vev #eTwnOelfoHm,
.vev #ehYLRPljpJ2 {
  width: 100%;
  margin: 164px 0 0;
  height: auto;
  transform: none;
  place-self: start start;
}
.vev #ehYLRPljpJ2 {
  margin: 71px 0 0;
  place-self: start end;
}
.vev #ehYLRPljpJ2c h2 {
  text-transform: none;
  color: #ff0303;
  line-height: 1.1em;
}
.vev #e7gvP5wkCUuc {
  background: #000;
}
.vev #e7gvP5wkCUu,
.vev #eD3LaiQVciI {
  place-self: start start;
  transform: none;
}
.vev #e7gvP5wkCUu {
  margin: 8px 0 0 44.2%;
  width: 11.7%;
  height: auto;
  aspect-ratio: 1;
  --ratio: 100%;
}
.vev #eD3LaiQVciIc h2 {
  font-family: "Anton";
  color: #ff0303;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vev #eD3LaiQVciI {
  width: 109px;
  margin: 0 0 0 41.3%;
  height: 71px;
}
.vev #e2W8tbtwetCc {
  background: var(--b-kB8nLRiFaa) no-repeat 50% 0% / cover;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px transparent);
}
.vev #e2W8tbtwetC {
  height: auto;
  min-height: 930px;
}
.vev #eQa4X5jgkh3,
.vev #ezrO_A3K0To {
  width: 69.2%;
  height: auto;
  margin: 16px 2.2% 0 0;
  transform: none;
  place-self: start center;
}
.vev #ezrO_A3K0To {
  width: 84.34%;
  margin: 96px 0 0;
}
.vev #ezrO_A3K0Toc h2 {
  text-transform: none;
  color: #ff0303;
  line-height: 1.1em;
}
.vev #eT0UYTvZrLec {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
}
.vev #e1o7xskaVe0 {
  transform: none;
  place-self: start center;
}
.vev #eT0UYTvZrLe {
  width: 77.43%;
  height: auto;
  margin: 191px 0 0;
}
.vev #eT0UYTvZrLe,
.vev #eWA3yPSt3yS {
  transform: none;
  place-self: start center;
}
.vev #e1o7xskaVe0,
.vev #eWA3yPSt3yS {
  width: 622px;
  height: 503px;
  margin: 376px 0.14% 0 0;
}
.vev #e1o7xskaVe0 {
  display: none;
}
.vev #eHvUOvE4W2Ic {
  background: #000;
}
.vev #eHvUOvE4W2I,
.vev #eoI0WyhsqKx {
  transform: none;
  place-self: start center;
}
.vev #eHvUOvE4W2I {
  width: 10.86%;
  height: auto;
  aspect-ratio: 0.987;
  margin: 6px 0 0 3.1%;
  --ratio: 101.32%;
}
.vev #eoI0WyhsqKxc h2 {
  font-family: "Anton";
  color: #ff0303;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vev #eoI0WyhsqKx {
  width: 109px;
  height: 71px;
  margin: 1px 0 0 3.1%;
}
.vev #e4K5l0g1eJOc {
  background: var(--b-D2KxcEITt_) no-repeat 50% 0% / cover;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 5px transparent);
}
.vev #e4K5l0g1eJO {
  height: auto;
  min-height: 1706px;
}
.vev #edxQu434LXI,
.vev #erlKNURhhSA,
.vev #esw85m8veQq {
  width: 68.16%;
  height: auto;
  margin: -35px 2px 0 0;
  transform: none;
  place-self: start center;
}
.vev #erlKNURhhSA,
.vev #esw85m8veQq {
  margin: 1045px 0 0 0.57%;
  width: 622px;
  height: 503px;
}
.vev #esw85m8veQq {
  display: none;
}
.vev #euIIHHuH1Xuc {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
}
.vev #ePJMTKLOkwE,
.vev #eQ4Y5wWbi26,
.vev #euIIHHuH1Xu {
  transform: none;
  place-self: start center;
}
.vev #euIIHHuH1Xu {
  width: 98.71%;
  margin: 913px 0 0;
  height: auto;
}
.vev #ePJMTKLOkwE,
.vev #eQ4Y5wWbi26 {
  margin: 390px 0 0 0.57%;
  width: 622px;
  height: 503px;
}
.vev #ePJMTKLOkwE {
  display: none;
}
.vev #eRuVsCWU2d5c {
  font-weight: 900;
  font-style: inherit;
  color: #fffcfc;
  font-size: 18px;
}
.vev #eRuVsCWU2d5,
.vev #ek0-16bHYM1 {
  width: 100%;
  margin: 294px 0 0;
  height: auto;
  transform: none;
  place-self: start end;
}
.vev #ek0-16bHYM1 {
  margin: 133px 0 0;
  width: 55.44%;
  place-self: start center;
}
.vev #ek0-16bHYM1c h2 {
  text-transform: none;
  color: #ff0303;
  line-height: 1.1em;
}
.vev #e2eRAgNTsX5c {
  background: #000;
}
.vev #e2eRAgNTsX5,
.vev #ehLkEZk9a-y {
  place-self: start center;
  transform: none;
}
.vev #e2eRAgNTsX5 {
  margin: 70px 0 0;
  width: 10.89%;
  height: auto;
  aspect-ratio: 0.987;
  --ratio: 101.32%;
}
.vev #ehLkEZk9a-yc h2 {
  font-family: "Anton";
  color: #ff0303;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vev #ehLkEZk9a-y {
  width: 109px;
  margin: 58px 0 0 0.43%;
  height: 71px;
}
.vev #eftQFEAgRCfc .img div {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 51%, black 100%),
    var(--b-3l_HYlWOGM) 50% 50% / cover;
}
.vev #eftQFEAgRCf {
  min-height: 400px;
  height: auto;
}
.vev #eyhM1J4x_HPc h2 {
  color: #ffd801;
  font-size: 22px;
  line-height: 0;
}
.vev #eyhM1J4x_HPc h3 {
  font-size: 18px;
  line-height: 1.4em;
}
.vev #eg0PmzYP80T,
.vev #eyhM1J4x_HP {
  place-self: start center;
  transform: none;
}
.vev #eyhM1J4x_HP {
  width: 751px;
  margin: 110px 0 0;
  height: 269px;
}
.vev #eNJLS7iSCn_c h2,
.vev #eg0PmzYP80Tc h2 {
  color: #00d91f;
}
.vev #eg0PmzYP80Tc h4,
.vev #eylGCsJc-V6c p {
  text-align: center;
  font-size: 18px;
}
.vev #eg0PmzYP80T {
  width: 756px;
  margin: 36px 0 0;
  height: 69px;
}
.vev #eBqo1xOIokV {
  width: 11.33%;
  height: auto;
  margin: 242px 19.73% 0 0;
  transform: none;
  place-self: start end;
  aspect-ratio: 1;
  display: none;
  --ratio: 100%;
}
.vev #eI7HYRHT6_Tc {
  background: #000;
}
.vev #eI7HYRHT6_T {
  margin: 2px -3.4% 0 0;
  width: 104.3%;
  height: auto;
  transform: none;
  place-self: start end;
  aspect-ratio: 1.0168;
  --ratio: 98.35%;
}
.vev #eylGCsJc-V6c p {
  font-family: "Anton";
  font-weight: 400;
  font-style: inherit;
  text-transform: uppercase;
  color: #fffffe;
}
.vev #eylGCsJc-V6 {
  margin: 49px 0 0 13.8%;
  width: 75%;
  height: auto;
  transform: none;
  place-self: start start;
}
.vev #e2hlH-pnA_Sc {
  color: #f9f7f7;
}
.vev #e2hlH-pnA_S {
  margin: 22px 0 0 11.2%;
  width: 77.6%;
  height: 36px;
  transform: none;
  place-self: start start;
}
.vev #e2A_hGGgLtQc {
  background: #000;
}
.vev #e2A_hGGgLtQ {
  min-height: 200px;
  height: 200px;
  display: none;
}
.vev #e2A_hGGgLtQ .__sc {
  margin: 0;
}
.vev #evpL5A-M6GSc {
  color: #fffcfc;
}
.vev #evpL5A-M6GS {
  margin: 40px 12.4% 0 0;
  width: 2.83%;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 1.0741;
  --ratio: 93.1%;
}
.vev #eNJLS7iSCn_c h4 {
  text-align: right;
  color: #fcfcfc;
  font-size: 15px;
}
.vev #eNJLS7iSCn_ {
  width: 127px;
  margin: 25px 0 0 28.91%;
  place-self: start start;
  height: 48px;
  transform: none;
}
.vev #eKLmhtavksYc {
  background: 0 0;
  padding: 0 10px;
}
.vev #eKLmhtavksYc a {
  flex-direction: row;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
}
.vev #eKLmhtavksY {
  margin: 32px 0 0 17.97%;
  width: 27.54%;
  height: 42px;
  transform: none;
  place-self: start center;
}
@media (max-width: 1023px) {
  .vev .pryP268oe8g .__sc {
    grid-template-columns: 1fr 600px 1fr;
  }
  .vev #esUDs0Asha7 {
    display: none;
  }
  .vev #eelwd5SZLjY {
    margin: 20px 28.93% 0 0;
    width: 4.99%;
    height: auto;
    place-self: start end;
    aspect-ratio: 1.7813;
    max-height: 100%;
    --ratio: 56.14%;
  }
  .vev #eG_nlgX9AjI {
    display: grid;
  }
  .vev #ehz__CRwcT2 {
    margin: -15px 0 0 4.72%;
    width: 90.9%;
    height: 86px;
    place-self: start center;
    display: grid;
  }
  .vev #eLO-9jkaes7c .progress {
    background: #ffd801;
  }
  .vev #eLO-9jkaes7c {
    background: #000;
  }
  .vev #eLO-9jkaes7 {
    margin: 70px 0 0 0.14%;
    width: 52.53%;
    place-self: start center;
  }
  .vev #eh9XMH7NPICc h5 {
    font-size: 12px;
  }
  .vev #eh9XMH7NPIC {
    margin: 30px 12.86% 0 0;
    place-self: start center;
  }
  .vev #edWayo8-BqS {
    margin: 24px 29.69% 0 0;
    width: 3.9%;
    height: auto;
    place-self: start end;
    aspect-ratio: 1.7813;
    display: none;
    --ratio: 56.14%;
  }
  .vev #eWNffza_pP7c img {
    object-position: 50% 50%;
  }
  .vev #eWNffza_pP7 {
    margin: 18px 29.48% 0 0;
    width: 33px;
    height: auto;
    place-self: start end;
    aspect-ratio: 0.7547;
    max-height: 100%;
    --ratio: 132.5%;
  }
  .vev #eseyIOOzjMI {
    display: none;
  }
  .vev #eJJbajjoxDN {
    margin: 636px 0.17% 0 0;
    place-self: start center;
  }
  .vev #e5nApklxWMK {
    margin: 395px 0 0 -7px;
    height: 215px;
  }
  .vev #eUlX0t4p2J8 {
    margin: 367px 0 0;
  }
  .vev #eVvW5NO0rp7 {
    margin: 636px 0.17% 0 0;
    place-self: start center;
  }
  .vev #e88FiB2Nqnd {
    margin: 395px 0 0 -7px;
    height: 215px;
  }
  .vev #eK2bdCgLhHk {
    margin: 367px 0 0;
  }
  .vev #etGtvpY54soc .img div {
    background: var(--b-fk6pvKtJ3h) no-repeat 50% 100% / cover;
  }
  .vev #eHMiGMBOFOCc h3,
  .vev #ehzuNsJ1wJWc h3 {
    font-size: 20px;
  }
  .vev #ehzuNsJ1wJW {
    width: 81.83%;
    margin: 38px 0 0 0.17%;
    height: 456px;
  }
  .vev #eHMiGMBOFOCc h2,
  .vev #ekwxbQOPf28c h6 {
    font-size: 35px;
  }
  .vev #eHMiGMBOFOC {
    width: 461px;
    margin: 278px 0 0 2.2%;
    height: 457px;
  }
  .vev #evrA_rqg0Xs {
    width: 7.9%;
    margin: 900px 0 0 0.33%;
    display: grid;
  }
  .vev #eEtwcaCYm7D {
    margin: 4px -275% 0 0;
    width: 322.92%;
    height: 42px;
    display: none;
  }
  .vev #e4ic42dqLqK {
    margin: 4px 2.08% 0 0;
    width: 89.58%;
    place-self: start end;
  }
  .vev #eYV_x1aprY2c {
    color: #fff;
  }
  .vev #eYV_x1aprY2 {
    margin: 13px 0 0 8.51%;
    width: 48.94%;
    height: 23px;
    place-self: start center;
  }
  .vev #ej-tw2vrw55,
  .vev #et7tsNcwcFS {
    width: 9.7%;
    height: 99px;
  }
  .vev #et7tsNcwcFS {
    margin: 479px 27.2% 0 0;
  }
  .vev #ej-tw2vrw55 {
    margin: 261px 0 0 8.8%;
  }
  .vev #ekwxbQOPf28c h2 {
    font-size: 30px;
  }
  .vev #ekwxbQOPf28 {
    width: 468px;
    margin: 284px 0 0;
    height: 265px;
  }
  .vev #eE0JeUVsCzcc p,
  .vev #eGakqRNhJhpc p,
  .vev #eQ_TT_RwnbMc p,
  .vev #eRuVsCWU2d5c p,
  .vev #eT0UYTvZrLec p,
  .vev #eTnr9gzYCThc p,
  .vev #eTwnOelfoHmc p,
  .vev #echSSiuuuhYc p,
  .vev #edzgJ_acxcic p,
  .vev #eg0PmzYP80Tc h4,
  .vev #eg0XT03WGvqc p,
  .vev #eq_JlyXFyErc p,
  .vev #euIIHHuH1Xuc p,
  .vev #ey3MTNwjRLZc p,
  .vev #ey8fm5VWBItc p {
    font-size: 15px;
  }
  .vev #edzgJ_acxci {
    margin: 557px 0 0;
    width: 57.33%;
  }
  .vev #eGW2eybIHk5c h2 {
    font-size: 35px;
  }
  .vev #eGW2eybIHk5c h3,
  .vev #eeOjVBLF8cWc h3 {
    font-size: 31px;
  }
  .vev #eGW2eybIHk5 {
    width: 478px;
    margin: 190px 0 0;
    height: 102px;
  }
  .vev #eRrnE7NxRU0c {
    background: var(--b-akpPXWfikS) no-repeat 50% 0%/120%;
  }
  .vev #eRrnE7NxRU0 {
    min-height: 1145px;
  }
  .vev #eJMXdP-HcjS {
    margin: 802px 0 0 -5.5%;
    width: 49.7%;
    height: 345px;
  }
  .vev #eHeuuSkBtBF {
    margin: 490px -17.7% 0 0;
    width: 69.8%;
    height: 236px;
  }
  .vev #eWwEf9vg9Ej,
  .vev #ey3MTNwjRLZ {
    width: 100%;
    margin: 591px 0 0;
    place-self: start end;
  }
  .vev #ey3MTNwjRLZ {
    width: 41.3%;
    margin: 17px 3.7% 0 0;
  }
  .vev #e1JowNHHxT5 {
    margin: 63px 0 0 -4.3%;
  }
  .vev #ejNlr-jyvZKc h2 {
    font-size: 30px;
    text-align: left;
  }
  .vev #ejNlr-jyvZK {
    margin: -1px 0 0 14%;
    width: 37.67%;
  }
  .vev #e33Dm4IrEVc {
    margin: 17px 0 0 3.8%;
    width: 8%;
    height: auto;
    aspect-ratio: 1.0435;
    --ratio: 95.83%;
  }
  .vev #ej4NJ4KMFtmc h2 {
    font-size: 30px;
  }
  .vev #ej4NJ4KMFtm {
    margin: 0 0 0 -1.8%;
  }
  .vev #eeOjVBLF8cWc h2 {
    font-size: 35px;
  }
  .vev #eeOjVBLF8cW {
    width: 478px;
    margin: 414px 1.3% 0 0;
    height: 102px;
  }
  .vev #ed5G4mMKh9-c {
    background: var(--b-gp7J7Kw_yU) no-repeat 50% 2%/120%;
  }
  .vev #ed5G4mMKh9- {
    min-height: 1140px;
  }
  .vev #eNtjXK0_djY {
    margin: 802px 0 0 -5.5%;
    width: 49.7%;
    height: 345px;
  }
  .vev #e5Xvxul7Vn2 {
    margin: 490px -17.7% 0 0;
    width: 69.8%;
    height: 236px;
  }
  .vev #eZvFhCkLxsC {
    margin: 802px 0 0 -5.5%;
    width: 49.7%;
    height: 345px;
  }
  .vev #eKAUEcxmZDo {
    width: 98.5%;
    margin: 6px 0.3% 0 0;
  }
  .vev #eTnr9gzYCTh {
    width: 39.4%;
    margin: 19px 5.1% 0 0;
  }
  .vev #ekJbNJ-jmp_c h2 {
    font-size: 30px;
    text-align: left;
  }
  .vev #ekJbNJ-jmp_ {
    margin: 0 0 0 27.7%;
    width: 9.6%;
    place-self: start start;
  }
  .vev #eLUmvVmFghB {
    margin: 64px 0 0 -3.6%;
    width: 62.9%;
    height: 335px;
  }
  .vev #eL41nu3pzdy {
    margin: 19px 0 0 17.8%;
    width: 8%;
    height: auto;
    aspect-ratio: 1.0435;
    --ratio: 95.83%;
  }
  .vev #e7Vn1qcRWJSc h2 {
    font-size: 30px;
  }
  .vev #e7Vn1qcRWJS {
    margin: 0 0 0 12.2%;
  }
  .vev #eT9OrXJ_oIP {
    width: 100%;
    margin: 608px 0 0 -0.3%;
    place-self: start start;
  }
  .vev #eQ_TT_RwnbM {
    width: 38.8%;
    margin: 24px 5% 0 0;
  }
  .vev #ew1PhbLLwMyc h2 {
    font-size: 30px;
    text-align: left;
  }
  .vev #ew1PhbLLwMy {
    margin: 6px 0 0 20.5%;
    width: 27%;
  }
  .vev #eixxJjj7aF3 {
    margin: 62px 0 0 -2.8%;
    height: 335px;
  }
  .vev #exIMVjBOA-_ {
    margin: 24px 0 0 10.2%;
    width: 8%;
  }
  .vev #eIy__yi9dxFc h2,
  .vev #eXPKAI705zqc h2,
  .vev #ewEmkO-l3gtc h2 {
    font-size: 30px;
  }
  .vev #ewEmkO-l3gt {
    margin: 6px 0 0 8.7%;
  }
  .vev #eb64gVOukLAc {
    background: var(--b-8Jv1919j7v) no-repeat 50% 2%/120%;
  }
  .vev #eb64gVOukLA {
    min-height: 1145px;
  }
  .vev #eRUPnaQJqsj {
    margin: 490px -17.7% 0 0;
    width: 69.8%;
    height: 236px;
  }
  .vev #erwhVZeY24i,
  .vev #eumqiI0gRF8 {
    margin: 802px 0 0 -5.5%;
    width: 49.7%;
    height: 345px;
  }
  .vev #eXirt-bPfca {
    width: 100%;
    margin: 38px 0 0 -1.8%;
    place-self: start start;
  }
  .vev #eq_JlyXFyEr {
    width: 38.7%;
    margin: 18px 3.5% 0 0;
  }
  .vev #eIy__yi9dxF {
    margin: -1px 0 0 22.3%;
    width: 26.8%;
    place-self: start start;
  }
  .vev #e7uXs4-Jk3U {
    margin: 64px 0 0 -1.8%;
    height: 335px;
  }
  .vev #e_XFPw9h_su {
    margin: 18px 0 0 12%;
    width: 8%;
  }
  .vev #eXPKAI705zq {
    margin: 0 0 0 10.3%;
  }
  .vev #e77XJRgheU1,
  .vev #eg0XT03WGvq {
    width: 100%;
    margin: 560px 0 0;
    place-self: start end;
  }
  .vev #eg0XT03WGvq {
    width: 36.67%;
    margin: 17px 7.33% 0 0;
  }
  .vev #eafVZbvcrmOc h2 {
    font-size: 30px;
    text-align: left;
  }
  .vev #eafVZbvcrmO {
    margin: 0 0 0 20.7%;
    width: 23.3%;
  }
  .vev #eMEY_a5TTLP {
    margin: 65px 0 0 -3.3%;
    height: 335px;
  }
  .vev #eIhl8_T6mjJ {
    margin: 17px 0 0 11.2%;
    width: 8%;
  }
  .vev #e4IcAVZSSwDc h2 {
    font-size: 30px;
  }
  .vev #e4IcAVZSSwD {
    margin: 0 0 0 5.7%;
  }
  .vev #e5qzjZ063rgc .img div {
    background: var(--b-fk6pvKtJ3h) 50% 100% / cover;
  }
  .vev #eII7FVAIdAsc h2,
  .vev #eY1lrfIrK28c h2 {
    font-size: 35px;
  }
  .vev #eII7FVAIdAsc h3,
  .vev #eY1lrfIrK28c h3,
  .vev #ecR3k0yML29c h3 {
    font-size: 20px;
  }
  .vev #eII7FVAIdAs {
    width: 367px;
    margin: 143px 0 0 0.17%;
    height: 143px;
  }
  .vev #eY1lrfIrK28 {
    width: 260px;
    margin: 44px 0 0;
    height: 206px;
  }
  .vev #em6_Lpt9YPuc {
    background: var(--b-8u-DQl5393) no-repeat 50% 0% / cover;
  }
  .vev #em6_Lpt9YPu {
    min-height: 1320px;
  }
  .vev #exWQHEjF7xX {
    margin: 230px 0 0 0.7%;
  }
  .vev #e44nmn3SwlK {
    margin: 726px 0 0 0.22%;
    width: 453px;
    height: auto;
    aspect-ratio: 1.2366;
    --ratio: 80.87%;
  }
  .vev #effaFhLQgm- {
    margin: 726px 0 0 0.22%;
    width: 453px;
    height: 0;
  }
  .vev #ey8fm5VWBIt {
    width: 98.89%;
    margin: 593px 0 0 -0.22%;
  }
  .vev #ejlIMqqrwrE {
    margin: 227px 0 0 -0.2%;
    width: 453px;
    height: auto;
    aspect-ratio: 1.2366;
    --ratio: 80.87%;
  }
  .vev #eJ2BUC8AuTV {
    margin: 227px 0 0 -0.2%;
    width: 453px;
    height: 0;
  }
  .vev #e-yiAY2Nszo,
  .vev #echSSiuuuhY {
    place-self: start center;
  }
  .vev #echSSiuuuhY {
    width: 95.58%;
    margin: 73px 0 0;
  }
  .vev #e-yiAY2Nszoc h2,
  .vev #eFC3LDdP-ygc h2 {
    font-size: 30px;
  }
  .vev #e-yiAY2Nszo {
    margin: 20px 0 0;
    width: 89.16%;
  }
  .vev #eFC3LDdP-yg,
  .vev #epqZsC68RIf {
    place-self: start center;
  }
  .vev #epqZsC68RIf {
    margin: -3px 0 0;
    width: 10.18%;
  }
  .vev #eFC3LDdP-yg {
    width: 46px;
    margin: -21px 0.88% 0 0;
  }
  .vev #ecR3k0yML29c h2 {
    font-size: 35px;
  }
  .vev #ecR3k0yML29 {
    width: 367px;
    margin: 44px 0 0 0.2%;
    height: 256px;
    display: none;
  }
  .vev #eZhRM2c6RWoc {
    background: var(--b-C1DrU7Pj-x) no-repeat 50% 1% / cover;
  }
  .vev #eZhRM2c6RWo {
    min-height: 660px;
  }
  .vev #e19CR4b8vrk {
    margin: 5px 1.2% 0 0;
  }
  .vev #eXzoJQ5LNhS,
  .vev #egAqIqwjxoT {
    margin: 282px 0 0;
    width: 453px;
    height: auto;
    aspect-ratio: 1.2366;
    --ratio: 80.87%;
  }
  .vev #eE0JeUVsCzc {
    width: 81.27%;
    margin: 123px 0 0;
  }
  .vev #eD3LaiQVciIc h2,
  .vev #eMrofduanemc h2,
  .vev #eXOUeFsFIBHc h2,
  .vev #e_5FTIvotWIc h2,
  .vev #egUgTDMiGyLc h2,
  .vev #ehLkEZk9a-yc h2,
  .vev #ehYLRPljpJ2c h2,
  .vev #ek0-16bHYM1c h2,
  .vev #eoI0WyhsqKxc h2,
  .vev #ezrO_A3K0Toc h2 {
    font-size: 30px;
  }
  .vev #e_5FTIvotWI {
    margin: 32px 0 0;
    width: 68.23%;
  }
  .vev #e9GdPZTkXQT {
    margin: 5px 0 0 1%;
    width: 8.03%;
  }
  .vev #eXOUeFsFIBH {
    width: 44px;
    margin: -15px 0 0;
  }
  .vev #eEOyR2wPgsLc {
    background: var(--b-ehdhaF9vee) no-repeat 50% 0% / cover;
  }
  .vev #eEOyR2wPgsL {
    min-height: 660px;
  }
  .vev #eoklFOQpu83 {
    width: 64.8%;
    margin: 12px 1.8% 0 0;
  }
  .vev #e2pFRAnIESP {
    margin: 282px 0 0;
    width: 453px;
    height: auto;
    aspect-ratio: 1.2366;
    --ratio: 80.87%;
  }
  .vev #eKBxh8zJYW2 {
    margin: 282px 0 0;
    width: 453px;
    height: 366px;
  }
  .vev #eGakqRNhJhp {
    width: 115.4%;
    margin: 128px 0 0;
  }
  .vev #egUgTDMiGyL {
    margin: 41px 0 0;
    place-self: start center;
  }
  .vev #eKpfVi9YOq1,
  .vev #eMrofduanem {
    margin: 19px 0 0 2.3%;
    width: 11.3%;
    place-self: start center;
  }
  .vev #eMrofduanem {
    width: 44px;
    margin: 0 0 0 0.8%;
  }
  .vev #esljYCfnJrwc {
    background: var(--b-WwcAzxqRry) no-repeat 50% 0% / cover;
  }
  .vev #esljYCfnJrw {
    min-height: 660px;
  }
  .vev #eqqs6CDQqZL {
    margin: 30px 0.2% 0 0;
  }
  .vev #e0-fJxyo9FW,
  .vev #eC2hqH1nj7f {
    margin: 266px 0 0;
    width: 453px;
    place-self: start center;
  }
  .vev #e0-fJxyo9FW {
    height: auto;
    aspect-ratio: 1.2366;
    --ratio: 80.87%;
  }
  .vev #eC2hqH1nj7f {
    height: 366px;
  }
  .vev #eTwnOelfoHm,
  .vev #ehYLRPljpJ2 {
    width: 119.4%;
    margin: 92px 0 0;
    place-self: start center;
  }
  .vev #ehYLRPljpJ2 {
    margin: 40px 0 0;
    width: 90.7%;
  }
  .vev #e7gvP5wkCUu,
  .vev #eD3LaiQVciI {
    margin: 13px 0 0 1.8%;
    width: 11.6%;
    place-self: start center;
  }
  .vev #eD3LaiQVciI {
    width: 46px;
    margin: -6px 0 0 0.3%;
  }
  .vev #e2W8tbtwetCc {
    background: var(--b-kB8nLRiFaa) no-repeat 50% 0% / cover;
  }
  .vev #e2W8tbtwetC {
    min-height: 660px;
  }
  .vev #eQa4X5jgkh3 {
    margin: 11px 1.2% 0 0;
  }
  .vev #ezrO_A3K0To {
    margin: 82px 0 0;
  }
  .vev #eT0UYTvZrLe {
    width: 100%;
    margin: 137px 0 0;
  }
  .vev #eWA3yPSt3yS {
    width: 453px;
    height: auto;
    margin: 270px 0 0;
    aspect-ratio: 1.2366;
    --ratio: 80.87%;
  }
  .vev #e1o7xskaVe0 {
    width: 453px;
    height: 0;
    margin: 270px 0 0;
  }
  .vev #eHvUOvE4W2I {
    width: 11.08%;
    margin: 47px 0 0 0.72%;
  }
  .vev #eoI0WyhsqKx {
    width: 45px;
    margin: 30px 0 0 0.96%;
  }
  .vev #e4K5l0g1eJOc {
    background: var(--b-D2KxcEITt_) no-repeat 50% 0% / cover;
  }
  .vev #e4K5l0g1eJO {
    min-height: 1200px;
  }
  .vev #edxQu434LXI {
    margin: 15px 1.2% 0 0;
  }
  .vev #erlKNURhhSA {
    margin: 717px 0 0 0.49%;
    width: 453px;
    height: auto;
    aspect-ratio: 1.2366;
    --ratio: 80.87%;
  }
  .vev #esw85m8veQq {
    margin: 717px 0 0 0.49%;
    width: 453px;
    height: 0;
  }
  .vev #euIIHHuH1Xu {
    width: 91.7%;
    margin: 597px 0 0;
  }
  .vev #eQ4Y5wWbi26 {
    margin: 231px 0 0 0.5%;
    width: 453px;
    height: auto;
    aspect-ratio: 1.2366;
    --ratio: 80.87%;
  }
  .vev #ePJMTKLOkwE {
    margin: 231px 0 0 0.5%;
    width: 453px;
    height: 0;
  }
  .vev #eRuVsCWU2d5,
  .vev #ek0-16bHYM1 {
    width: 91.44%;
    margin: 132px 0 0;
    place-self: start center;
  }
  .vev #ek0-16bHYM1 {
    margin: 45px 0 0;
    width: 63.81%;
  }
  .vev #e2eRAgNTsX5,
  .vev #ehLkEZk9a-y {
    margin: 18px 0 0;
    width: 11%;
    place-self: start center;
  }
  .vev #ehLkEZk9a-y {
    width: 45px;
    margin: 0;
  }
  .vev #eftQFEAgRCfc .img div {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 51%, black 100%),
      var(--b-3l_HYlWOGM) no-repeat 50% 50% / cover;
  }
  .vev #eftQFEAgRCf {
    min-height: 350px;
  }
  .vev #eyhM1J4x_HPc h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .vev #eyhM1J4x_HPc h3 {
    font-size: 15px;
    line-height: 1.2em;
  }
  .vev #eyhM1J4x_HP {
    margin: 88px 0.5% 0 0;
    height: 216px;
  }
  .vev #eNJLS7iSCn_c h3,
  .vev #eg0PmzYP80Tc h3 {
    font-size: 31px;
  }
  .vev #eg0PmzYP80T {
    width: 100%;
    margin: 36px -0.17% 0 0;
    place-self: start end;
    height: 52px;
  }
  .vev #eBqo1xOIokV {
    width: 11.33%;
    margin: 348px 0 0 0.33%;
  }
  .vev #eI7HYRHT6_T {
    margin: 20px 0 0 1.5%;
    width: 151.5%;
  }
  .vev #e2hlH-pnA_S,
  .vev #eI7HYRHT6_T,
  .vev #eylGCsJc-V6 {
    place-self: start center;
  }
  .vev #eylGCsJc-V6 {
    margin: 57px 0 0 1.5%;
    width: 139.7%;
  }
  .vev #e2hlH-pnA_S {
    margin: 30px 0 0 1.5%;
    width: 77.9%;
  }
  .vev #e2A_hGGgLtQ {
    min-height: 90px;
    height: auto;
  }
  .vev #evpL5A-M6GS {
    margin: 14px 8.17% 0 0;
    aspect-ratio: 0.6296;
    --ratio: 158.83%;
  }
  .vev #eNJLS7iSCn_c h4 {
    font-size: 14px;
  }
  .vev #eNJLS7iSCn_ {
    width: 20.33%;
    margin: 0 4.67% 0 22.33%;
    height: 39px;
  }
  .vev #eKLmhtavksYc a {
    font-size: 16px;
  }
  .vev #eKLmhtavksY {
    margin: 5px 0 0 29.5%;
    width: 35.83%;
  }
}
@media (max-width: 599px) {
  .vev .pryP268oe8g .__sc {
    grid-template-columns: 1fr 320px 1fr;
  }
  .vev #esUDs0Asha7 {
    display: none;
  }
  .vev #eelwd5SZLjY {
    margin: 37px 26.82% 0 0;
    width: 8.6%;
    aspect-ratio: 1.7857;
    display: grid;
    --ratio: 56%;
  }
  .vev #eG_nlgX9AjI {
    width: 190.93%;
    margin: -10px 0 0 0.27%;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #ehz__CRwcT2 {
    margin: -6px 2.52% 0 0;
    width: 90.77%;
    height: 86px;
    place-self: start center;
    display: grid;
  }
  .vev #eLO-9jkaes7,
  .vev #eh9XMH7NPIC {
    margin: 74px 0 0 0.14%;
    width: 52.72%;
    place-self: start center;
  }
  .vev #eh9XMH7NPIC {
    width: 264px;
    margin: 47px 7.39% 0 0;
    height: 16px;
  }
  .vev #eh9XMH7NPICc h5 {
    font-size: 8px;
  }
  .vev #edWayo8-BqS {
    margin: 41px 28.03% 0 0;
    width: 6.28%;
    aspect-ratio: 1.7857;
    display: none;
    --ratio: 56%;
  }
  .vev #eWNffza_pP7 {
    margin: 21px 27.79% 0 0;
    width: 34px;
    display: grid;
    max-height: 100%;
  }
  .vev #eseyIOOzjMI {
    display: none;
  }
  .vev #eES8M7CJ4Nn {
    min-height: 700px;
    height: auto;
    display: none;
  }
  .vev #eES8M7CJ4Nn .__sc,
  .vev #eL8DtGtsZ9L .__sc {
    margin: 1px 0 0;
  }
  .vev #eJJbajjoxDN {
    margin: 405px 0 0 0.31%;
  }
  .vev #e5nApklxWMKc h1,
  .vev #e88FiB2Nqndc h1 {
    font-size: 73px;
    line-height: 1.2em;
  }
  .vev #e5nApklxWMK,
  .vev #eUlX0t4p2J8 {
    margin: 267px 0 0;
    place-self: start end;
    height: 110px;
  }
  .vev #eUlX0t4p2J8 {
    width: 320px;
    margin: 246px 0 0;
    height: 58px;
  }
  .vev #eK2bdCgLhHkc h2,
  .vev #eUlX0t4p2J8c h2 {
    font-size: 40px;
    line-height: 0.5em;
  }
  .vev #eL8DtGtsZ9L {
    min-height: 700px;
    height: auto;
    display: grid;
  }
  .vev #eVvW5NO0rp7 {
    margin: 405px 0 0 0.31%;
  }
  .vev #e88FiB2Nqnd,
  .vev #eK2bdCgLhHk {
    margin: 267px 0 0;
    place-self: start end;
    height: 110px;
  }
  .vev #eK2bdCgLhHk {
    width: 320px;
    margin: 246px 0 0;
    height: 58px;
  }
  .vev #e5qzjZ063rgc .img div,
  .vev #etGtvpY54soc .img div {
    background: var(--b-fk6pvKtJ3h) no-repeat 50% 100% / cover;
  }
  .vev #etGtvpY54so {
    min-height: 64.3vh;
  }
  .vev #ehzuNsJ1wJWc h2 {
    font-size: 50px;
  }
  .vev #eHMiGMBOFOCc h3,
  .vev #ehzuNsJ1wJWc h3 {
    font-size: 17px;
    letter-spacing: 0;
  }
  .vev #ehzuNsJ1wJWc h3 {
    line-height: 25px;
  }
  .vev #ehzuNsJ1wJW {
    width: 90.31%;
    margin: 12px 0 0 0.94%;
    height: 556px;
  }
  .vev #eyXRBGN9Ggq {
    height: auto;
  }
  .vev #eHMiGMBOFOCc h2 {
    font-size: 30px;
  }
  .vev #eHMiGMBOFOCc h3 {
    line-height: 20px;
    font-weight: 700;
    font-style: inherit;
  }
  .vev #eHMiGMBOFOC {
    width: 277px;
    margin: 154px 0.31% 0 0;
    height: 492px;
  }
  .vev #evrA_rqg0Xs {
    width: 11.25%;
    margin: 700px -5% 0 0;
    display: grid;
  }
  .vev #eEtwcaCYm7D {
    margin: 0 -277.78% 0 0;
    width: 322.22%;
    height: 34px;
    display: none;
  }
  .vev #e4ic42dqLqK {
    margin: 0 -8.33% 0 0;
    width: 96.5%;
    place-self: start end;
  }
  .vev #eYV_x1aprY2c {
    color: #f6f6f6;
  }
  .vev #eYV_x1aprY2 {
    margin: 5px 0 0 16.67%;
    width: 44.44%;
    height: 19px;
  }
  .vev #et7tsNcwcFS {
    margin: 581px 27.8% 0 0;
    width: 12.5%;
    height: 58px;
  }
  .vev #ej-tw2vrw55 {
    margin: 359px 0 0 10.6%;
    width: 12.5%;
    height: 54px;
  }
  .vev #ekwxbQOPf28c h2 {
    font-size: 25px;
    line-height: 1.2em;
  }
  .vev #ekwxbQOPf28c h6 {
    font-size: 25px;
  }
  .vev #ekwxbQOPf28 {
    width: 234px;
    margin: 364px 0.6% 0 0;
    height: 264px;
  }
  .vev #edzgJ_acxcic p {
    font-size: 12px;
    line-height: 1.24em;
  }
  .vev #edzgJ_acxci {
    margin: 628px 0.6% 0 0;
    width: 73.1%;
  }
  .vev #eGW2eybIHk5c h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
  .vev #eGW2eybIHk5c h3,
  .vev #eeOjVBLF8cWc h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 900;
    font-style: inherit;
    letter-spacing: 0;
  }
  .vev #eGW2eybIHk5 {
    width: 273px;
    margin: 282px 0.94% 0 0;
    height: 57px;
  }
  .vev #eRrnE7NxRU0c {
    background: var(--b-WAR9bpc3p_) no-repeat 50% 0%/174%;
  }
  .vev #eRrnE7NxRU0 {
    height: 272vw;
    min-height: auto;
  }
  .vev #eJMXdP-HcjS {
    margin: 697px 0 0 -44.37%;
    width: 84.06%;
    height: 329px;
    display: grid;
  }
  .vev #eHeuuSkBtBF {
    margin: 479px -36.2% 0 -29.4%;
    width: 88.1%;
    height: 168px;
  }
  .vev #eWwEf9vg9Ej {
    width: 99.4%;
    margin: 330px 0 0;
    aspect-ratio: 0.4105;
    --ratio: 243.61%;
  }
  .vev #eQ_TT_RwnbMc p,
  .vev #eTnr9gzYCThc p,
  .vev #ey3MTNwjRLZc p {
    font-size: 15px;
  }
  .vev #ey3MTNwjRLZc h2 {
    text-align: left;
    font-size: 50px;
  }
  .vev #e1JowNHHxT5,
  .vev #ey3MTNwjRLZ {
    place-self: start center;
  }
  .vev #ey3MTNwjRLZ {
    width: 86.48%;
    margin: 286px 0 0 1.57%;
  }
  .vev #e1JowNHHxT5 {
    margin: 59px 0 0 2.8%;
    width: 86.5%;
    height: 227px;
  }
  .vev #ej4NJ4KMFtmc h2,
  .vev #ejNlr-jyvZKc h2 {
    font-size: 25px;
    line-height: 1.2em;
  }
  .vev #ejNlr-jyvZK {
    margin: 0 9.4% 0 0;
    width: 58.2%;
    place-self: start end;
  }
  .vev #e33Dm4IrEVc {
    margin: 14px 0 0 15.7%;
    width: 14.2%;
    height: auto;
    aspect-ratio: 1.0127;
    --ratio: 98.75%;
  }
  .vev #ej4NJ4KMFtmc {
    font-size: 12px;
  }
  .vev #ej4NJ4KMFtm {
    width: 43px;
    margin: 0 0 0 14.78%;
    height: 49px;
  }
  .vev #eeOjVBLF8cWc h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
  .vev #eeOjVBLF8cW {
    width: 285px;
    margin: 218px 0 0 2.81%;
    height: 63px;
  }
  .vev #ed5G4mMKh9-c {
    background: var(--b-m3C7Ph8OMV) no-repeat 50% 0%/174%;
  }
  .vev #ed5G4mMKh9- {
    height: 406.667vw;
    min-height: auto;
  }
  .vev #eNtjXK0_djY {
    margin: 599px 0 0 -44.4%;
    width: 84.1%;
    height: 329px;
    display: grid;
  }
  .vev #e5Xvxul7Vn2 {
    margin: 467px -36.2% 0 -29.4%;
    width: 88.1%;
    height: 168px;
    display: grid;
  }
  .vev #eZvFhCkLxsC {
    margin: 102px 0 0 -44.4%;
    width: 84.1%;
    height: 329px;
    display: grid;
  }
  .vev #eKAUEcxmZDo,
  .vev #eTnr9gzYCTh {
    width: 99.1%;
    margin: 39px 0 0 0.3%;
    place-self: start center;
  }
  .vev #eTnr9gzYCTh {
    width: 85.8%;
    margin: 271px 0 0 0.32%;
  }
  .vev #eTnr9gzYCThc h2 {
    text-align: left;
    font-size: 50px;
  }
  .vev #ekJbNJ-jmp_c h2 {
    font-size: 28px;
    line-height: 1.2em;
    text-align: left;
  }
  .vev #ekJbNJ-jmp_ {
    margin: -7px 0 0;
    width: 50.79%;
    place-self: start end;
  }
  .vev #eLUmvVmFghB {
    margin: 54px 1.3% 0 0;
    width: 85.5%;
    height: 217px;
    place-self: start center;
  }
  .vev #eL41nu3pzdy {
    margin: 10px 0 0 32.18%;
    width: 13.88%;
    height: auto;
    aspect-ratio: 1.0233;
    --ratio: 97.72%;
  }
  .vev #e7Vn1qcRWJSc h2 {
    font-size: 28px;
    line-height: 1.24em;
  }
  .vev #e7Vn1qcRWJSc {
    font-size: 12px;
  }
  .vev #e7Vn1qcRWJS {
    width: 43px;
    margin: -7px 0 0 31.23%;
    height: 54px;
  }
  .vev #eT9OrXJ_oIP {
    width: 90%;
    margin: 800px 0 0 5%;
    place-self: start start;
  }
  .vev #eQ_TT_RwnbMc h2 {
    text-align: left;
    font-size: 50px;
  }
  .vev #eQ_TT_RwnbM,
  .vev #ew1PhbLLwMy {
    width: 95.14%;
    margin: 274px 0 0;
    place-self: start center;
  }
  .vev #ew1PhbLLwMy {
    margin: -3px 0 0 17.7%;
    width: 44.8%;
  }
  .vev #ew1PhbLLwMyc h2,
  .vev #ewEmkO-l3gtc h2 {
    font-size: 28px;
    line-height: 1.2em;
  }
  .vev #eixxJjj7aF3 {
    margin: 54px 0.3% 0 0;
    width: 93.8%;
    height: 220px;
    place-self: start end;
  }
  .vev #exIMVjBOA-_ {
    margin: 14px 0 0 20.1%;
    width: 13.9%;
    aspect-ratio: 1;
    --ratio: 100%;
  }
  .vev #ewEmkO-l3gtc {
    font-size: 12px;
  }
  .vev #ewEmkO-l3gt {
    width: 39px;
    margin: -3px 0 0 19.4%;
  }
  .vev #eb64gVOukLAc {
    background: var(--b-gCKP_y2Cxe) no-repeat 50% 0%/174%;
  }
  .vev #eb64gVOukLA {
    height: 406.667vw;
    min-height: auto;
    display: grid;
  }
  .vev #eRUPnaQJqsj {
    margin: 598px -39.4% 0 -29.4%;
    width: 88.1%;
    height: 168px;
    display: grid;
  }
  .vev #erwhVZeY24i,
  .vev #eumqiI0gRF8 {
    margin: 102px 0 0 -44.4%;
    width: 84.1%;
    height: 329px;
    display: grid;
  }
  .vev #eumqiI0gRF8 {
    margin: 992px 0 0 -44.4%;
  }
  .vev #eXirt-bPfca {
    width: 98.4%;
    margin: 22px 0 0 0.3%;
    place-self: start start;
  }
  .vev #eq_JlyXFyErc p {
    font-size: 15px;
    line-height: 1.4em;
  }
  .vev #eq_JlyXFyErc h2 {
    text-align: left;
    font-size: 50px;
  }
  .vev #eq_JlyXFyEr {
    width: 87%;
    margin: 270px 0 0 1%;
  }
  .vev #eIy__yi9dxFc h2,
  .vev #eXPKAI705zqc h2 {
    font-size: 28px;
    line-height: 1.2em;
  }
  .vev #e7uXs4-Jk3U,
  .vev #eIy__yi9dxF,
  .vev #eq_JlyXFyEr {
    place-self: start center;
  }
  .vev #eIy__yi9dxF {
    margin: -9px 0 0 17.5%;
    width: 46.3%;
  }
  .vev #e7uXs4-Jk3U {
    margin: 51px 0 0 1.6%;
    width: 90.2%;
    height: 236px;
  }
  .vev #e_XFPw9h_su {
    margin: 8px 0 0 18.7%;
    width: 14%;
  }
  .vev #eXPKAI705zqc {
    font-size: 12px;
  }
  .vev #eXPKAI705zq {
    margin: -9px 0 0 14.92%;
  }
  .vev #e77XJRgheU1c {
    background: 0 0;
  }
  .vev #e77XJRgheU1,
  .vev #eg0XT03WGvq {
    width: 100%;
    margin: 720px -0.31% 0 0;
    place-self: start end;
    display: grid;
  }
  .vev #eg0XT03WGvq {
    width: 93.4%;
    margin: 277px 0.3% 0 0;
  }
  .vev #eE0JeUVsCzcc p,
  .vev #eGakqRNhJhpc p,
  .vev #eRuVsCWU2d5c p,
  .vev #eT0UYTvZrLec p,
  .vev #eTwnOelfoHmc p,
  .vev #echSSiuuuhYc p,
  .vev #eg0XT03WGvqc p,
  .vev #euIIHHuH1Xuc p,
  .vev #ey8fm5VWBItc p {
    font-size: 15px;
  }
  .vev #eg0XT03WGvqc h2 {
    text-align: left;
    font-size: 50px;
  }
  .vev #eafVZbvcrmOc h2 {
    font-size: 28px;
  }
  .vev #eafVZbvcrmO {
    margin: -8px 1.6% 0 0;
    width: 60.9%;
    place-self: start end;
  }
  .vev #eMEY_a5TTLP {
    margin: 55px 0 0 1.3%;
    width: 88.8%;
    height: 237px;
    place-self: start center;
    display: grid;
  }
  .vev #eIhl8_T6mjJ {
    margin: 10px 0 0 20.3%;
    width: 14.1%;
    height: auto;
    aspect-ratio: 1.0127;
    --ratio: 98.75%;
  }
  .vev #e4IcAVZSSwDc h2 {
    font-size: 28px;
    line-height: 1.2em;
  }
  .vev #e4IcAVZSSwDc {
    font-size: 12px;
  }
  .vev #e4IcAVZSSwD {
    width: 49px;
    margin: -5px 0 0 18.8%;
    height: 55px;
  }
  .vev #e5qzjZ063rg {
    min-height: 288px;
    display: grid;
  }
  .vev #eII7FVAIdAsc h2,
  .vev #eY1lrfIrK28c h2 {
    font-size: 30px;
  }
  .vev #eII7FVAIdAsc h3,
  .vev #eY1lrfIrK28c h3,
  .vev #ecR3k0yML29c h3 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    font-style: inherit;
    letter-spacing: 0;
  }
  .vev #eII7FVAIdAs {
    width: 223px;
    margin: 118px 0 0 2.81%;
    height: 132px;
  }
  .vev #eY1lrfIrK28 {
    width: 223px;
    margin: 46px 0 0 3.02%;
    height: 92px;
  }
  .vev #em6_Lpt9YPuc {
    background: var(--b-MbGwSRLtTY) no-repeat 50% 0% / cover;
  }
  .vev #em6_Lpt9YPu {
    min-height: 1130px;
  }
  .vev #exWQHEjF7xX {
    width: 99.38%;
    height: 1000px;
    margin: 122px 0 0;
    place-self: start start;
  }
  .vev #e44nmn3SwlK {
    margin: 768px 0 0;
    width: 287px;
    height: 232px;
    display: none;
  }
  .vev #effaFhLQgm- {
    margin: 769px 0 0 0.63%;
    width: 288px;
    height: 231px;
    display: grid;
  }
  .vev #echSSiuuuhYc h2,
  .vev #ey8fm5VWBItc h2 {
    text-align: left;
    font-size: 50px;
  }
  .vev #ey8fm5VWBIt {
    width: 90.25%;
    margin: 567px 0 0;
    place-self: start center;
  }
  .vev #eJ2BUC8AuTV,
  .vev #ejlIMqqrwrE {
    margin: 335px 0 0;
    width: 287px;
    place-self: start center;
  }
  .vev #ejlIMqqrwrE {
    height: 221px;
    display: none;
  }
  .vev #eJ2BUC8AuTV {
    height: 231px;
    display: grid;
  }
  .vev #echSSiuuuhY {
    width: 85.53%;
    margin: 134px 0 0;
    place-self: start center;
  }
  .vev #e-yiAY2Nszoc h2,
  .vev #eFC3LDdP-ygc h2 {
    font-size: 28px;
  }
  .vev #e-yiAY2Nszo,
  .vev #epqZsC68RIf {
    margin: 53px 0 0;
    width: 89%;
    place-self: start center;
  }
  .vev #epqZsC68RIf {
    margin: 25px 0 0;
    width: 14.2%;
  }
  .vev #eFC3LDdP-ygc {
    font-size: 12px;
  }
  .vev #eFC3LDdP-yg {
    width: 45px;
    margin: 8px 1.57% 0 0;
    place-self: start center;
    height: 35px;
  }
  .vev #ecR3k0yML29c h2 {
    color: #ff0303;
    font-size: 30px;
    margin: 22px 0 10px;
  }
  .vev #ecR3k0yML29c h3 {
    color: #000;
    margin: 0;
  }
  .vev #ecR3k0yML29 {
    width: 241px;
    margin: 110px 9px 0 0;
    height: 194px;
  }
  .vev #eZhRM2c6RWoc {
    background: var(--b-0Knu9_rr4O) no-repeat 50% 0% / cover;
  }
  .vev #eZhRM2c6RWo {
    height: 172.533vw;
    min-height: auto;
  }
  .vev #e19CR4b8vrk {
    width: 99.69%;
    margin: -14px 0 0;
    place-self: start end;
  }
  .vev #eXzoJQ5LNhS,
  .vev #egAqIqwjxoT {
    margin: 390px 0 0;
    width: 287px;
    height: auto;
    aspect-ratio: 1.2366;
    --ratio: 80.87%;
  }
  .vev #egAqIqwjxoT {
    display: none;
  }
  .vev #eXzoJQ5LNhS {
    display: grid;
  }
  .vev #eE0JeUVsCzcc h2 {
    text-align: left;
    font-size: 50px;
  }
  .vev #eE0JeUVsCzc {
    width: 79%;
    margin: 131px 0 0;
  }
  .vev #eXOUeFsFIBHc h2,
  .vev #e_5FTIvotWIc h2 {
    font-size: 28px;
  }
  .vev #e_5FTIvotWI {
    margin: 19px 0 0;
    width: 89.03%;
    place-self: start center;
  }
  .vev #e9GdPZTkXQT {
    margin: -13px 0 0;
    width: 14.11%;
  }
  .vev #eXOUeFsFIBHc {
    font-size: 12px;
  }
  .vev #eXOUeFsFIBH {
    width: 42px;
    margin: -31px 1.57% 0 0;
    height: 54px;
  }
  .vev #eEOyR2wPgsLc {
    background: var(--b-uHLUKaR1N_) no-repeat 50% 0% / cover;
  }
  .vev #eEOyR2wPgsL {
    height: 160vw;
    min-height: auto;
  }
  .vev #eoklFOQpu83 {
    width: 99.38%;
    margin: -16px 0 0;
    place-self: start start;
  }
  .vev #e2pFRAnIESP {
    margin: 360px 0 0;
    width: 287px;
    height: auto;
    aspect-ratio: 1.2366;
    display: none;
    --ratio: 80.87%;
  }
  .vev #eKBxh8zJYW2 {
    margin: 360px 0 0;
    width: 286px;
    height: 232px;
    display: grid;
  }
  .vev #eGakqRNhJhpc h2 {
    text-align: left;
    font-size: 50px;
  }
  .vev #eGakqRNhJhp {
    width: 88.99%;
    margin: 143px 0 0;
  }
  .vev #eMrofduanemc h2,
  .vev #egUgTDMiGyLc h2 {
    font-size: 28px;
  }
  .vev #eKpfVi9YOq1,
  .vev #egUgTDMiGyL {
    place-self: start center;
  }
  .vev #egUgTDMiGyL {
    margin: 30px 0 0;
    width: 82.08%;
  }
  .vev #eKpfVi9YOq1 {
    margin: 1px 0 0;
    width: 14.15%;
  }
  .vev #eMrofduanemc {
    font-size: 12px;
  }
  .vev #eMrofduanem {
    width: 38px;
    margin: -17px 1.26% 0 0;
    place-self: start center;
    height: 53px;
  }
  .vev #esljYCfnJrwc {
    background: var(--b-jHXwRUt4hU) no-repeat 50% 0% / cover;
  }
  .vev #esljYCfnJrw {
    height: 154.667vw;
    min-height: auto;
  }
  .vev #eqqs6CDQqZL {
    width: 90%;
    margin: -1px 0 0;
  }
  .vev #e0-fJxyo9FW,
  .vev #eC2hqH1nj7f {
    margin: 337px 0 0;
    place-self: start end;
  }
  .vev #e0-fJxyo9FW {
    width: 287px;
    height: auto;
    aspect-ratio: 1.2366;
    display: none;
    --ratio: 80.87%;
  }
  .vev #eC2hqH1nj7f {
    width: 286px;
    height: 232px;
    display: grid;
  }
  .vev #eTwnOelfoHmc h2 {
    text-align: left;
    font-size: 50px;
  }
  .vev #eTwnOelfoHm {
    width: 102.1%;
    margin: 94px 0 0;
  }
  .vev #eD3LaiQVciIc h2,
  .vev #ehYLRPljpJ2c h2,
  .vev #ezrO_A3K0Toc h2 {
    font-size: 28px;
  }
  .vev #e7gvP5wkCUu,
  .vev #ehYLRPljpJ2 {
    place-self: start center;
  }
  .vev #ehYLRPljpJ2 {
    margin: 45px 0 0;
  }
  .vev #e7gvP5wkCUu {
    margin: 22px 0 0;
    width: 13.89%;
  }
  .vev #eD3LaiQVciIc {
    font-size: 12px;
  }
  .vev #eD3LaiQVciI {
    width: 49px;
    margin: 3px 1.74% 0 0;
    place-self: start center;
    height: 53px;
  }
  .vev #e2W8tbtwetCc {
    background: var(--b-cPtu5O2XhX) no-repeat 50% 0% / cover;
  }
  .vev #e2W8tbtwetC {
    height: 149.333vw;
    min-height: auto;
  }
  .vev #e2W8tbtwetC .__sc {
    margin: 0;
  }
  .vev #eQa4X5jgkh3 {
    width: 90%;
    height: 626px;
    margin: 0;
  }
  .vev #ezrO_A3K0To {
    width: 76.04%;
    margin: 41px 0 0;
  }
  .vev #eT0UYTvZrLec h2 {
    text-align: left;
    font-size: 50px;
  }
  .vev #eT0UYTvZrLe {
    width: 86.11%;
    margin: 121px 0 0;
  }
  .vev #e1o7xskaVe0,
  .vev #eWA3yPSt3yS {
    width: 287px;
    margin: 317px 0 0;
    place-self: start end;
  }
  .vev #eWA3yPSt3yS {
    height: auto;
    aspect-ratio: 1.2366;
    display: none;
    --ratio: 80.87%;
  }
  .vev #e1o7xskaVe0 {
    height: 230px;
    display: grid;
  }
  .vev #eHvUOvE4W2I {
    width: 13.89%;
    margin: 15px 0 0;
  }
  .vev #eoI0WyhsqKxc h2 {
    font-size: 28px;
  }
  .vev #eoI0WyhsqKxc {
    font-size: 12px;
  }
  .vev #eoI0WyhsqKx {
    width: 46px;
    margin: -5px 0 0 0.69%;
  }
  .vev #e4K5l0g1eJOc {
    background: var(--b-4Ukg-nXE9K) no-repeat 50% 0% / cover;
  }
  .vev #e4K5l0g1eJO {
    height: 226.667vw;
    min-height: auto;
    display: grid;
  }
  .vev #edxQu434LXI {
    width: 90%;
    margin: 4px 0 0;
  }
  .vev #erlKNURhhSA,
  .vev #esw85m8veQq {
    margin: 627px 0 0;
    height: auto;
    place-self: start end;
    aspect-ratio: 1.2366;
    --ratio: 80.87%;
  }
  .vev #erlKNURhhSA {
    width: 287px;
    display: none;
  }
  .vev #esw85m8veQq {
    width: 286px;
    display: grid;
  }
  .vev #eRuVsCWU2d5c h2,
  .vev #euIIHHuH1Xuc h2 {
    text-align: left;
    font-size: 50px;
  }
  .vev #euIIHHuH1Xu {
    width: 97.92%;
    margin: 473px 0 0;
  }
  .vev #ePJMTKLOkwE,
  .vev #eQ4Y5wWbi26 {
    margin: 241px 0 0;
    height: auto;
    place-self: start end;
    aspect-ratio: 1.2366;
    --ratio: 80.87%;
  }
  .vev #eQ4Y5wWbi26 {
    width: 287px;
    display: none;
  }
  .vev #ePJMTKLOkwE {
    width: 286px;
    display: grid;
  }
  .vev #eRuVsCWU2d5 {
    margin: 125px 0 0;
  }
  .vev #ehLkEZk9a-yc h2,
  .vev #ek0-16bHYM1c h2 {
    font-size: 28px;
  }
  .vev #ek0-16bHYM1 {
    margin: 45px 0 0;
    width: 72.57%;
  }
  .vev #e2eRAgNTsX5 {
    margin: 20px 0 0;
    width: 13.9%;
  }
  .vev #eg0PmzYP80Tc h4,
  .vev #ehLkEZk9a-yc,
  .vev #eylGCsJc-V6c p {
    font-size: 12px;
  }
  .vev #ehLkEZk9a-y {
    width: 43px;
    margin: 0;
  }
  .vev #eftQFEAgRCfc .img div {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 51%, black 100%),
      var(--b-3l_HYlWOGM) no-repeat 50% 50%/200%;
  }
  .vev #eftQFEAgRCf {
    min-height: 300px;
  }
  .vev #eKLmhtavksYc a,
  .vev #eyhM1J4x_HPc h2 {
    font-size: 15px;
  }
  .vev #eNJLS7iSCn_c h3,
  .vev #eg0PmzYP80Tc h3,
  .vev #eyhM1J4x_HPc h3 {
    font-weight: 900;
    font-style: inherit;
    letter-spacing: 0;
  }
  .vev #eyhM1J4x_HPc h3 {
    font-size: 12px;
    line-height: 1px;
  }
  .vev #eyhM1J4x_HP {
    width: 322px;
    margin: 95px 0 0;
    height: 188px;
  }
  .vev #eNJLS7iSCn_c h2,
  .vev #eg0PmzYP80Tc h2 {
    font-size: 50px;
  }
  .vev #eNJLS7iSCn_c h3,
  .vev #eg0PmzYP80Tc h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .vev #eg0PmzYP80T {
    width: 100.31%;
    margin: 30px 0 0 -0.31%;
    place-self: start start;
    height: 80px;
  }
  .vev #eBqo1xOIokV {
    margin: 295px 0 0;
  }
  .vev #eI7HYRHT6_T {
    margin: -11px 0 0 2.8%;
    width: 180.6%;
  }
  .vev #e2hlH-pnA_S,
  .vev #eI7HYRHT6_T,
  .vev #eylGCsJc-V6 {
    place-self: start center;
  }
  .vev #eylGCsJc-V6 {
    margin: 8px 0 0 11.1%;
    width: 261.1%;
  }
  .vev #e2hlH-pnA_S {
    margin: -4px 0 0;
    width: 55.6%;
    height: 24px;
  }
  .vev #evpL5A-M6GS {
    margin: 10px 29.38% 0 0;
    width: 6.25%;
    place-self: start end;
  }
  .vev #eNJLS7iSCn_c h4 {
    font-size: 11px;
  }
  .vev #eNJLS7iSCn_ {
    width: 31.87%;
    margin: 0 8.75% 0 0;
    place-self: start center;
    height: 50px;
  }
  .vev #eKLmhtavksY {
    margin: 42px 0 0;
    width: 87.5%;
    height: 26px;
  }
}
@media (max-width: 1280px) {
  .vev .__vev {
    --b-fk6pvKtJ3h: url("assets/389ded9e45ad6917896e14dc4b96e153.jpg");
    --b-WPQv4484V4: url(assets/eae1fbb1bbac06f7af8c5c638ed6145f.jpg);
    --b-akpPXWfikS: url("assets/3a3b40c8117f7934011d3bf9ea4ca2ed.jpg");
    --b-gp7J7Kw_yU: url("assets/74c8f149ffb63718a27d17620a240524.jpg");
    --b-8Jv1919j7v: url("assets/d2fd86c6755215f170116e3111612394.jpg");
    --b-8u-DQl5393: url("assets/e9ec3ebffe14f5c3b1f41dfd50853bfe.jpg");
    --b-320UYTLiIQ: url("assets/dbd5a3cec6933b825d3ba3686e81419e.jpg");
    --b-ehdhaF9vee: url("assets/416eacaf8456ef46de08bbe8e4ad7497.jpg");
    --b-WwcAzxqRry: url("assets/bf6b194bd318139e540e221483021234.jpg");
    --b-kB8nLRiFaa: url("assets/b265eb1f12e9d29eb353c46461a553c4.jpg");
    --b-D2KxcEITt_: url("assets/f5b36a5a2cc6e841c9048da2d668d303.jpg");
    --b-3l_HYlWOGM: url("assets/0350b28d73d092bc9999f3d1e2756295.jpg");
    --b-C1DrU7Pj-x: url("assets/d2f6cc0ecb049727ddd211008900ef69.jpg");
    --b-WAR9bpc3p_: url("assets/1f6e7703c719c9e32ba9023ed315e407.jpg");
    --b-m3C7Ph8OMV: url(assets/e4f6d21d4e103fbc4b210ef5c98bd49d.jpg);
    --b-gCKP_y2Cxe: url(assets/406e662c28d348f080688e14be4eebd1.jpg);
    --b-MbGwSRLtTY: url("assets/f959735e8d71ee4ce6677858ceb5b5c1.jpg");
    --b-0Knu9_rr4O: url("assets/4ec3b6f490790eeed264bae75cae4e37.jpg");
    --b-uHLUKaR1N_: url("assets/187a45ddfb0cc51082ef49bfb2240521.jpg");
    --b-jHXwRUt4hU: url("assets/a2e05c16aeaf421ec4ed199bae102e95.jpg");
    --b-cPtu5O2XhX: url("assets/9f7104a79ef625d905c872922c8f5298.jpg");
    --b-4Ukg-nXE9K: url("assets/9515917fae9686ee700330c6d052651f.jpg");
  }
}
@media (max-width: 1920px) and (min-width: 1281px) {
  .vev .__vev {
    --b-fk6pvKtJ3h: url("assets/389ded9e45ad6917896e14dc4b96e153.jpg");
    --b-WPQv4484V4: url(assets/eae1fbb1bbac06f7af8c5c638ed6145f.jpg);
    --b-akpPXWfikS: url("assets/3a3b40c8117f7934011d3bf9ea4ca2ed.jpg");
    --b-gp7J7Kw_yU: url("assets/74c8f149ffb63718a27d17620a240524.jpg");
    --b-8Jv1919j7v: url("assets/d2fd86c6755215f170116e3111612394.jpg");
    --b-8u-DQl5393: url("assets/e9ec3ebffe14f5c3b1f41dfd50853bfe.jpg");
    --b-320UYTLiIQ: url("assets/dbd5a3cec6933b825d3ba3686e81419e.jpg");
    --b-ehdhaF9vee: url("assets/416eacaf8456ef46de08bbe8e4ad7497.jpg");
    --b-WwcAzxqRry: url("assets/bf6b194bd318139e540e221483021234.jpg");
    --b-kB8nLRiFaa: url("assets/b265eb1f12e9d29eb353c46461a553c4.jpg");
    --b-D2KxcEITt_: url("assets/f5b36a5a2cc6e841c9048da2d668d303.jpg");
    --b-3l_HYlWOGM: url("assets/0350b28d73d092bc9999f3d1e2756295.jpg");
    --b-C1DrU7Pj-x: url("assets/d2f6cc0ecb049727ddd211008900ef69.jpg");
    --b-WAR9bpc3p_: url("assets/e594ba5affd78bbc39453b0350fbc35d.jpg");
    --b-m3C7Ph8OMV: url(assets/efa5effba4da99a22efd1a49dcb44931.jpg);
    --b-gCKP_y2Cxe: url(assets/f219d2d26098073cd3858fa6ab396df4.jpg);
    --b-MbGwSRLtTY: url("assets/a136b3dec7e746a8effa659f62a4d7ae.jpg");
    --b-0Knu9_rr4O: url("assets/c36a50a3059e48da88d5691f3f342b09.jpg");
    --b-uHLUKaR1N_: url("assets/dcb4db85198efaf265cd1777530dbdd8.jpg");
    --b-jHXwRUt4hU: url("assets/426341846502a8be3a0cbb25d0eeea64.jpg");
    --b-cPtu5O2XhX: url("assets/19742e630a9c75b96fce60861f9a1d4c.jpg");
    --b-4Ukg-nXE9K: url("assets/d12a1ad3a2073020e0ce9105b9fdaf76.jpg");
  }
}
@media (min-width: 1921px) {
  .vev .__vev {
    --b-fk6pvKtJ3h: url("assets/389ded9e45ad6917896e14dc4b96e153.jpg");
    --b-WPQv4484V4: url(assets/eae1fbb1bbac06f7af8c5c638ed6145f.jpg);
    --b-akpPXWfikS: url("assets/3a3b40c8117f7934011d3bf9ea4ca2ed.jpg");
    --b-gp7J7Kw_yU: url("assets/74c8f149ffb63718a27d17620a240524.jpg");
    --b-8Jv1919j7v: url("assets/d2fd86c6755215f170116e3111612394.jpg");
    --b-8u-DQl5393: url("assets/e9ec3ebffe14f5c3b1f41dfd50853bfe.jpg");
    --b-320UYTLiIQ: url("assets/dbd5a3cec6933b825d3ba3686e81419e.jpg");
    --b-ehdhaF9vee: url("assets/416eacaf8456ef46de08bbe8e4ad7497.jpg");
    --b-WwcAzxqRry: url("assets/bf6b194bd318139e540e221483021234.jpg");
    --b-kB8nLRiFaa: url("assets/b265eb1f12e9d29eb353c46461a553c4.jpg");
    --b-D2KxcEITt_: url("assets/f5b36a5a2cc6e841c9048da2d668d303.jpg");
    --b-3l_HYlWOGM: url("assets/0350b28d73d092bc9999f3d1e2756295.jpg");
    --b-C1DrU7Pj-x: url("assets/d2f6cc0ecb049727ddd211008900ef69.jpg");
    --b-WAR9bpc3p_: url("assets/949d45533973ad45977b4234122d2506.jpg");
    --b-m3C7Ph8OMV: url(assets/296217bcc1d1f94bfb6ebd0139527b60.jpg);
    --b-gCKP_y2Cxe: url(assets/d89b14602ad567c0fc1c07bc2f552796.jpg);
    --b-MbGwSRLtTY: url("assets/3fa7d925dd75969f6dc13723a0460aac.jpg");
    --b-0Knu9_rr4O: url("assets/dedd218a1ce3030b7bb7626fb582c296.jpg");
    --b-uHLUKaR1N_: url("assets/34a524bf64b392f0a6aa1c3636039d4c.jpg");
    --b-jHXwRUt4hU: url("assets/c8a1c9330e0589e5678453b1b451b066.jpg");
    --b-cPtu5O2XhX: url("assets/dfd77cc162139485e53fec9c70eb8278.jpg");
    --b-4Ukg-nXE9K: url("assets/d001fd6c3b81a3ab94d5621bbbc64b5e.jpg");
  }
}
@supports not (aspect-ratio: 1) {
  .vev #e0-fJxyo9FW::before,
  .vev #e2eRAgNTsX5::before,
  .vev #e2pFRAnIESP::before,
  .vev #e33Dm4IrEVc::before,
  .vev #e44nmn3SwlK::before,
  .vev #e4ic42dqLqK::before,
  .vev #e7gvP5wkCUu::before,
  .vev #e9GdPZTkXQT::before,
  .vev #eBqo1xOIokV::before,
  .vev #eHvUOvE4W2I::before,
  .vev #eI7HYRHT6_T::before,
  .vev #eIhl8_T6mjJ::before,
  .vev #eJhQYgRW_Om::before,
  .vev #eKpfVi9YOq1::before,
  .vev #eL41nu3pzdy::before,
  .vev #ePJMTKLOkwE::before,
  .vev #eQ4Y5wWbi26::before,
  .vev #eWA3yPSt3yS::before,
  .vev #eWNffza_pP7::before,
  .vev #eWwEf9vg9Ej::before,
  .vev #eXzoJQ5LNhS::before,
  .vev #e_XFPw9h_su::before,
  .vev #edWayo8-BqS::before,
  .vev #eelwd5SZLjY::before,
  .vev #egAqIqwjxoT::before,
  .vev #ejlIMqqrwrE::before,
  .vev #epqZsC68RIf::before,
  .vev #erlKNURhhSA::before,
  .vev #esw85m8veQq::before,
  .vev #evpL5A-M6GS::before,
  .vev #evrA_rqg0Xs::before,
  .vev #exIMVjBOA-_::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
@supports not (aspect-ratio: 1) {
  .vev #e0-fJxyo9FW::before,
  .vev #e2eRAgNTsX5::before,
  .vev #e2pFRAnIESP::before,
  .vev #e33Dm4IrEVc::before,
  .vev #e44nmn3SwlK::before,
  .vev #e4ic42dqLqK::before,
  .vev #e7gvP5wkCUu::before,
  .vev #e9GdPZTkXQT::before,
  .vev #eBqo1xOIokV::before,
  .vev #eHvUOvE4W2I::before,
  .vev #eI7HYRHT6_T::before,
  .vev #eIhl8_T6mjJ::before,
  .vev #eJhQYgRW_Om::before,
  .vev #eKpfVi9YOq1::before,
  .vev #eL41nu3pzdy::before,
  .vev #ePJMTKLOkwE,
  .vev #eQ4Y5wWbi26::before,
  .vev #eWA3yPSt3yS::before,
  .vev #eWNffza_pP7::before,
  .vev #eWwEf9vg9Ej::before,
  .vev #eXzoJQ5LNhS,
  .vev #e_XFPw9h_su::before,
  .vev #edWayo8-BqS::before,
  .vev #eelwd5SZLjY::before,
  .vev #egAqIqwjxoT::before,
  .vev #ejlIMqqrwrE::before,
  .vev #epqZsC68RIf::before,
  .vev #erlKNURhhSA,
  .vev #erlKNURhhSA::before,
  .vev #esw85m8veQq::before,
  .vev #evpL5A-M6GS::before,
  .vev #evrA_rqg0Xs::before,
  .vev #exIMVjBOA-_::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
