@import url("assets/cb73afebcc59890b46bfe0fe9a6f7d4a.css");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anton&family=Beth+Ellen&family=Caveat+Brush&family=Finger+Paint&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
.merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

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

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

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

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

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

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

.merriweather-black-italic {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
}

.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;
  }
}

@keyframes scale {
  50% {
    transform: scale(1.2);
  }
}
.vev .w732vui6 {
  background: #fff;
}
.vev .w732vui6 .progress {
  background: #000;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s ease-out;
}
.vev .image,
.vev .shape,
.vev .youtube {
  overflow: hidden;
}
.vev .image img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.vev .image img.section {
  position: absolute;
}
.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 .shape svg {
  width: 100% !important;
  height: 100% !important;
  fill: currentColor;
}
.vev .section .children {
  height: 100%;
}
.vev .youtube .no-video,
.vev .youtube iframe {
  width: 100%;
  height: 100%;
  position: relative;
}
.vev .youtube .no-video {
  background: #333;
}
.vev .youtube .no-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 80px;
}
.vev .youtube .yt-lite {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: 50%;
  background-size: cover;
  cursor: pointer;
}
.vev .youtube .yt-lite.lyt-activated::before {
  content: "";
  box-sizing: content-box;
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.vev .youtube .yt-lite::after {
  content: "";
  display: block;
  padding-bottom: var(--aspect-ratio);
}
.vev .youtube .yt-lite > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.vev .youtube .yt-lite > .lty-playbtn {
  width: 70px;
  height: 46px;
  background-color: #212121;
  z-index: 1;
  opacity: 0.8;
  border-radius: 14%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.vev .youtube .yt-lite:hover > .lty-playbtn {
  background-color: red;
  opacity: 1;
}
.vev .youtube .yt-lite > .lty-playbtn::before {
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 11px 0 11px 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.vev .youtube .yt-lite.lyt-activated {
  cursor: unset;
}
.vev .youtube .yt-lite.lyt-activated::before,
.vev .youtube .yt-lite.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}
.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 .wUNTsB8PHK {
  z-index: 0;
}
.vev .wUNTsB8PHK .contents {
  background: url(assets/d6675f02458aa0c42ecb587f2119d6bd.png);
  background-size: cover;
  opacity: 1;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  max-height: 100vh;
}
.vev .wUNTsB8PHK .contents .jwplayer.jw-flag-aspect-mode {
  height: 100% !important;
}
.vev .wUNTsB8PHK .contents video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-height: 100vh;
}
.vev .wUNTsB8PHK .fixedWrapper,
.vev .wUNTsB8PHK .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  min-height: 100vh;
}
.vev .wUNTsB8PHK .overlay {
  opacity: 0;
  z-index: 1;
}
.vev .wUNTsB8PHK .fixedWrapper {
  overflow: hidden;
  opacity: 1;
  max-height: 100vh;
}
.vev .wUNTsB8PHK .zoom {
  animation: scale 60000ms infinite;
}
.vev .w74dqar7 {
  background: #000;
  overflow: hidden;
}
.vev .w74dqar7 video {
  outline: 0;
  width: 100%;
  height: 100%;
  filter: none;
}
.vev .w74dqar7 video[poster] {
  object-fit: cover;
}
.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 .p6nlATbJNbJ .__sc {
  grid-template-columns: 1fr 320px 1fr;
}
.vev #ew_-HmmZpISc .progress {
  background: #ffb100;
}
.vev #ew_-HmmZpISc {
  background: #000;
}
.vev #ew_-HmmZpIS {
  margin: -3px 0 0 0.27%;
  width: 102.4%;
  height: 12px;
  transform: none;
  place-self: start center;
  display: grid;
}
.vev #enlzIcn4b0Zc img {
  object-fit: contain;
  object-position: 50% 50%;
}
.vev #enlzIcn4b0Z {
  width: 21px;
  height: auto;
  transform: none;
  margin: 20px 9px 0 0;
  place-self: start end;
  aspect-ratio: 0.7778;
  --ratio: 128.57%;
}
.vev #eqchemj2kalc {
  background: linear-gradient(rgba(0, 0, 0, 0.59) 0% 100%),
    var(--b-2blTy56LeQ) 34% 0%/101%;
}
.vev #eqchemj2kal {
  min-height: 700px;
  height: auto;
}
.vev #evnz91mXuo2c,
.vev div .puJhQ4O-_qe h1 {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
}
.vev div .puJhQ4O-_qe h1 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-style: inherit;
  font-size: 45px;
  margin: 0;
  line-height: 1.1em;
}
.vev #evnz91mXuo2 {
  margin: 311px 0 0;
  width: 320px;
  height: 45px;
  transform: none;
  place-self: start center;
}
.vev div .puJhQ4O-_qe em,
.vev div .pyRQoMOaev1 em,
.vev div .pyRQoMOaev1 h1 {
  font-weight: 300;
  font-style: italic;
}
.vev #eSBt80TWAEd {
  margin: 0 0 132px;
  width: 46px;
  height: auto;
  transform: none;
  place-self: end center;
  aspect-ratio: 1;
  max-height: 100%;
  --ratio: 100%;
}
.vev div .p3OKnR6IRaE {
  color: #fff;
}
.vev #e1P3cM7jXLz {
  margin: 362px 0 0;
  width: 320px;
  height: 40px;
  transform: none;
  place-self: start center;
}
.vev div .pyRQoMOaev1 h1 {
  text-align: center;
  color: #fff;
  font-family: "Merriweather";
  font-size: 38px;
  margin: 0;
  line-height: 1.1em;
}
.vev #ex7mlh5v5ie {
  min-height: 1250px;
  height: auto;
}
.vev div .pVLkBwSkFGh .img div,
.vev div .patzX44q6HI .img div,
.vev div .pbWEcZ6EdlE .contents {
  background: #fffefc;
}
.vev #eCGHnjkOcCkc p,
.vev #eicQcKpdjjnc p,
.vev div .peY6T-eI1RP h1,
.vev div .peY6T-eI1RP p {
  font-size: 14px;
  font-weight: 700;
  font-style: inherit;
  text-align: center;
}
.vev div .peY6T-eI1RP h1 {
  font-family: "sofia-pro";
  font-style: normal;
  text-transform: none;
  line-height: 1.2em;
  font-size: 28px;
  color: #fff;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.6));
}
.vev div .peY6T-eI1RP p {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 25px;
  color: #000;
  line-height: 1.3em;
  margin: 0;
}
.vev #eCGHnjkOcCkc strong,
.vev #eicQcKpdjjnc strong {
  font-size: 14px;
  color: #f10000;
}
.vev #eicQcKpdjjn {
  width: 244px;
  margin: 496px 0 0;
  height: 93px;
  transform: none;
  place-self: start center;
}
.vev div .p_mfJzc87yK,
.vev div .p_mfJzc87yK strong,
.vev div .peY6T-eI1RP {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
}
.vev div .p_mfJzc87yK strong {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.vev #eD0iBzxf8CXc {
  padding: 0;
}
.vev #eD0iBzxf8CX {
  margin: 903px 0 0 0.31%;
  width: 315px;
  height: 335px;
}
.vev div .p0ERxq75FW- h2,
.vev div .pWmoJ6hGZe- h2,
.vev div .p_mfJzc87yK p {
  font-family: "Merriweather";
  font-style: inherit;
  text-align: center;
}
.vev div .p_mfJzc87yK p {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55em;
}
.vev #eCGHnjkOcCk,
.vev #eD0iBzxf8CX,
.vev #eo3yDMLB47C,
.vev #eou1Id7HrgR {
  transform: none;
  place-self: start center;
}
.vev #eou1Id7HrgR {
  margin: 211px 0 0;
  width: 384px;
  height: 216px;
}
.vev #eCGHnjkOcCk {
  width: 305px;
  margin: 126px 0.31% 0 0;
  height: 59px;
}
.vev #eo3yDMLB47C {
  margin: 640px 0.31% 0 0;
  width: 381px;
  height: 214px;
}
.vev #eaHgsCU9Zdk {
  min-height: 500px;
  height: auto;
}
.vev #eJ2HAo1y9Pr {
  margin: 108px 0 0 1.25%;
  width: 278px;
  height: 335px;
  transform: none;
  place-self: start center;
}
.vev div .pSVkhbN_ozJ p,
.vev div .pYio6diAsZe blockquote {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  color: #000;
  margin: 0;
  line-height: 1.4em;
  font-size: 15px;
}
.vev div .pYio6diAsZe blockquote {
  font-family: "Lora";
  font-size: 100px;
  text-align: center;
  line-height: 1em;
  color: #fff;
}
.vev #e76ON7G-g1K {
  min-height: 321px;
  height: auto;
}
.vev #e2goLKPKq26 {
  margin: 85px 0 0;
  width: 320px;
  height: 56px;
}
.vev div .p0ERxq75FW- h2 {
  font-weight: 900;
  font-size: 75px;
  color: #e81102;
  margin: 0;
  line-height: 0.7em;
}
.vev div .pWmoJ6hGZe- h2 {
  font-weight: 900;
  margin: 0;
  font-size: 30px;
  color: #000;
  line-height: 1.25em;
}
.vev #e2goLKPKq26,
.vev #e9XcSmhgL8C,
.vev #eQC2Hnb6To5 {
  transform: none;
  place-self: start center;
}
.vev #e9XcSmhgL8C {
  margin: 286px 0 0 0.31%;
  width: 255px;
  height: 230px;
  display: none;
}
.vev #eQC2Hnb6To5 {
  margin: 161px 0 0;
  width: 260px;
  height: 75px;
}
.vev #eWDe7G2C5mAc .img div {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0% 100%),
    var(--b-iMz0EXGgcN) repeat-y 50% 50%/112%;
}
.vev #eWDe7G2C5mA {
  min-height: 695px;
  height: auto;
}
.vev div .pJv61LH_KsE .img div {
  background: var(--b-fj4WxfPjJY) repeat-y 50% 50%/100%;
}
.vev #esPJLFiiir7 {
  margin: 125px 0 0 29px;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start start;
}
.vev #eGgi9BSWu1T {
  margin: 185px 0 0;
  width: 250px;
  height: 325px;
  transform: none;
  place-self: start center;
}
.vev div .ptkotlOQsqy blockquote {
  font-family: "Merriweather";
  font-weight: 700;
  font-style: italic;
  margin: 0;
  font-size: 21px;
  text-align: center;
  color: #fff;
}
.vev #ewz96svpme2 {
  margin: 501px 26px 0 0;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start end;
}
.vev #eUYNGU-m15o {
  min-height: 390px;
  height: auto;
}
.vev #eIRNDrdbAZM {
  margin: 80px 0 0;
  width: 255px;
  height: 230px;
  transform: none;
  place-self: start center;
}
.vev #e04KdESWuB4 {
  min-height: 234px;
  height: auto;
}
.vev #eaIB-uQWJZ0 {
  min-height: 391px;
  height: auto;
}
.vev #eML8_ueCOwT,
.vev #evC1p5JBtZN {
  margin: 100px 0 0;
  width: 320px;
  height: 56px;
  transform: none;
  place-self: start center;
}
.vev #evC1p5JBtZN {
  margin: 176px 0 0;
  width: 260px;
  height: 115px;
}
.vev #e5f27U6heNmc .img div {
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0% 100%),
    var(--b-jT0lNle3h7) 14% 55%/112%;
}
.vev #e5f27U6heNm {
  min-height: 667px;
  height: auto;
}
.vev #eHcJVwPyrXf {
  margin: 127px 0 0 29px;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start start;
}
.vev #ezRIk5hW1Ej {
  margin: 186px 0 0;
  width: 253px;
  height: 295px;
  transform: none;
  place-self: start center;
}
.vev #ebujm0C3AFU {
  margin: 492px 26px 0 0;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start end;
}
.vev #eIDbfKUHE0Y {
  min-height: 410px;
  height: auto;
}
.vev #epJhqM7LVFl {
  margin: 80px 0 0;
  width: 255px;
  height: 250px;
  transform: none;
  place-self: start center;
}
.vev #e0NELKBnCWVc {
  background: #fff;
}
.vev #e0NELKBnCWV {
  min-height: 231px;
  height: auto;
}
.vev #epj_BPuJwrC {
  min-height: 443px;
  height: auto;
}
.vev #eappYI5MOjg,
.vev #eyL1G4hywq_ {
  margin: 100px 0 0;
  width: 320px;
  height: 68px;
  transform: none;
  place-self: start center;
}
.vev #eyL1G4hywq_ {
  margin: 193px 0 0;
  width: 290px;
  height: 150px;
}
.vev #eif8He5Rpvpc .img div {
  background: linear-gradient(rgba(0, 0, 0, 0.56) 0% 100%),
    var(--b-PIpKtdfllx) 56% 50%/112%;
}
.vev #eif8He5Rpvp {
  min-height: 1250px;
  height: auto;
}
.vev #erQEZ6v5Po8 {
  margin: 127px 0 0 42px;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start start;
}
.vev #evazwBh05aB {
  margin: 179px 0 0;
  width: 271px;
  height: 1092px;
  transform: none;
  place-self: start center;
}
.vev #evtFQvOFl_B {
  margin: 1164px 19.69% 0 0;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start end;
}
.vev #eJ2nxyDV-E0 {
  min-height: 370px;
  height: auto;
}
.vev #eHMLAfdmhVv {
  margin: 80px 0 0 0.31%;
  width: 259px;
  height: 210px;
  transform: none;
  place-self: start center;
}
.vev #eDGukP68NkHc {
  background: #fff;
}
.vev #eDGukP68NkH {
  min-height: 230px;
  height: auto;
}
.vev #eH97XyA-O1l {
  min-height: 403px;
  height: auto;
}
.vev #ei0q7T0VHU9,
.vev #ekiQlpC7F3a {
  transform: none;
  place-self: start center;
}
.vev #ekiQlpC7F3a {
  margin: 100px 0 0;
  width: 320px;
  height: 68px;
}
.vev #ei0q7T0VHU9 {
  margin: 193px 0 0;
  width: 291px;
  height: 110px;
}
.vev #eaDDhYf2D-hc .img div {
  background: linear-gradient(rgba(0, 0, 0, 0.45) 0% 100%),
    var(--b-R1OG7cGIQH) 21% 56%/112%;
}
.vev #eaDDhYf2D-h {
  min-height: 690px;
  height: auto;
}
.vev #es-45yTy1y4 {
  margin: 127px 0 0 42px;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start start;
}
.vev #eRb4rU76sLkc {
  padding: 0;
}
.vev #eRb4rU76sLk {
  margin: 185px 1.88% 0 0;
  width: 260px;
  height: 312px;
  transform: none;
  place-self: start center;
}
.vev #e9sSUXe_sdLc {
  padding: 0;
}
.vev #e9sSUXe_sdL {
  margin: 379px 1.88% 0 0;
  width: 260px;
  height: 106px;
  transform: none;
  place-self: start center;
}
.vev #ee1ZsaD_LWh {
  margin: 515px 31px 0 0;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start end;
}
.vev #esQsVu75bOM {
  min-height: 370px;
  height: auto;
}
.vev #e4fMLhnAWYx {
  margin: 80px 0 0;
  width: 255px;
  height: 210px;
  transform: none;
  place-self: start center;
}
.vev #e9gy01jpHGA {
  min-height: 240px;
  height: auto;
}
.vev #eYcghzKPG6A {
  min-height: 403px;
  height: auto;
}
.vev #e0un7cS6u_D,
.vev #et9oFYpHbxF {
  margin: 100px 0 0;
  width: 320px;
  height: 68px;
  transform: none;
  place-self: start center;
}
.vev #et9oFYpHbxF {
  margin: 193px 0 0;
  width: 307px;
  height: 110px;
}
.vev #eJVP3lf6hjKc .img div {
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0% 100%),
    var(--b-vxYsS0dYCV) 52% 0%/128%;
}
.vev #eJVP3lf6hjK {
  min-height: 1000px;
  height: auto;
}
.vev #ePSrEm2cSGl {
  margin: 123px 0 0 32px;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start start;
}
.vev #ew6ZkJY4Hxh {
  margin: 178px 0 0 0.31%;
  width: 245px;
  height: 645px;
  transform: none;
  place-self: start center;
}
.vev #e74NNLd_p-o {
  margin: 809px 21px 0 0;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start end;
}
.vev #eJwvl8P15Ks {
  min-height: 285px;
  height: auto;
}
.vev #e2Zr-cWb6gY {
  margin: 80px 0 0;
  width: 272px;
  height: 125px;
  transform: none;
  place-self: start center;
}
.vev #eVEf_PyRPTO {
  min-height: 240px;
  height: auto;
}
.vev #eTECetR8n4L {
  min-height: 363px;
  height: auto;
}
.vev #egLE03Ac5crc h2 {
  line-height: 1em;
}
.vev #ebysHq3PoEp,
.vev #egLE03Ac5cr {
  transform: none;
  place-self: start center;
}
.vev #egLE03Ac5cr {
  margin: 100px 0 0;
  width: 320px;
  height: 68px;
}
.vev #ebysHq3PoEp {
  margin: 188px 0 0;
  width: 307px;
  height: 75px;
}
.vev #eKvva6VCcJjc .img div {
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0% 100%),
    var(--b-Eiv44JCEv4) 52% 22%/110%;
}
.vev #eKvva6VCcJj {
  min-height: 1100px;
  height: auto;
}
.vev #ezkGoOadhwx {
  margin: 128px 0 0 38px;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start start;
}
.vev #etfZ1crnJ12 {
  margin: 183px 0 0;
  width: 208px;
  height: 735px;
  transform: none;
  place-self: start center;
}
.vev #eLUGycoXUVd {
  margin: 898px 44px 0 0;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start end;
}
.vev #etOJHv0qEwh {
  min-height: 300px;
  height: auto;
}
.vev #ejJosS3Qhr2 {
  margin: 80px 0 0;
  width: 285px;
  height: 145px;
  transform: none;
  place-self: start center;
}
.vev #eMRsLuu_tQj {
  min-height: 240px;
  height: auto;
}
.vev #efjfJ7mPPBJ {
  min-height: 363px;
  height: auto;
}
.vev #ebRmmpjLckUc h2 {
  line-height: 0.75em;
}
.vev #eUBVpHtZZGe,
.vev #ebRmmpjLckU {
  transform: none;
  place-self: start center;
}
.vev #ebRmmpjLckU {
  margin: 100px 0 0;
  width: 320px;
  height: 68px;
}
.vev #eUBVpHtZZGe {
  margin: 188px 0 0;
  width: 313px;
  height: 75px;
}
.vev #ewJ_L11rT_dc .img div {
  background: linear-gradient(rgba(0, 0, 0, 0.55) 0% 100%),
    var(--b-nPkRfR-R5J) 74% 44%/117%;
}
.vev #ewJ_L11rT_d {
  min-height: 1010px;
  height: auto;
}
.vev #egCChNo_DXb {
  margin: 128px 0 0 37px;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start start;
}
.vev #e5sEf0EpYjK {
  margin: 183px 0 0;
  width: 217px;
  height: 645px;
  transform: none;
  place-self: start center;
}
.vev #edbm1xLzxav {
  margin: 833px 32px 0 0;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start end;
}
.vev #ek_B5vPM3qA {
  min-height: 370px;
  height: auto;
}
.vev #e7d6yqgbeO0 {
  margin: 67px 0 0 0.31%;
  width: 265px;
  height: 210px;
  transform: none;
  place-self: start center;
}
.vev #eBKeWEXUbTk {
  min-height: 240px;
  height: auto;
}
.vev #eVLs5x2ui8v {
  min-height: 398px;
  height: auto;
}
.vev #eUorBdxp2isc h2 {
  line-height: 1em;
}
.vev #eUorBdxp2is,
.vev #et5HpOx8zA3 {
  margin: 100px 0 0;
  width: 320px;
  height: 68px;
  transform: none;
  place-self: start center;
}
.vev #et5HpOx8zA3 {
  margin: 188px 0 0;
  width: 313px;
  height: 110px;
}
.vev #eVgsd49qL_ic .img div {
  background: linear-gradient(rgba(0, 0, 0, 0.58) 0% 100%),
    var(--b-4XES5vQjye) 24% 22%/117%;
}
.vev #eVgsd49qL_i {
  min-height: 800px;
  height: auto;
}
.vev #e9a2j6NU0QK {
  margin: 123px 0 0 37px;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start start;
}
.vev #e9-1HdnWnnA {
  margin: 180px 0 0;
  width: 231px;
  height: 440px;
  transform: none;
  place-self: start center;
}
.vev #eChQas_dgYs {
  margin: 620px 30px 0 0;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start end;
}
.vev #e0T_TBT7TgE {
  min-height: 305px;
  height: auto;
}
.vev #eefFH-1bB-_ {
  margin: 80px 0 0;
  width: 265px;
  height: 145px;
  transform: none;
  place-self: start center;
}
.vev #e8NM6CZ6lpj {
  min-height: 240px;
  height: auto;
}
.vev #ewzyuN5TjbL {
  min-height: 398px;
  height: auto;
}
.vev #e8rNsWpFjmic h2 {
  line-height: 0.75em;
}
.vev #e1V4qIZbTZ_,
.vev #e8rNsWpFjmi {
  transform: none;
  place-self: start center;
}
.vev #e8rNsWpFjmi {
  margin: 100px 0 0;
  width: 320px;
  height: 68px;
}
.vev #e1V4qIZbTZ_ {
  margin: 188px 0 0;
  width: 290px;
  height: 110px;
}
.vev #el-ya2wvF7cc .img div {
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0% 100%),
    var(--b-DGLEhZBx5H) 28% 58%/124%;
}
.vev #el-ya2wvF7c {
  min-height: 775px;
  height: auto;
}
.vev #ei39mm-hmhF {
  margin: 128px 0 0 33px;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start start;
}
.vev #e_CN3z0dPAA {
  margin: 183px 0 0;
  width: 231px;
  height: 410px;
  transform: none;
  place-self: start center;
}
.vev #e6iSSdz-grm {
  margin: 594px 30px 0 0;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start end;
}
.vev #eY1MutG1FxR {
  min-height: 390px;
  height: auto;
}
.vev #eJwQzsMuIsL {
  margin: 80px 0 0;
  width: 265px;
  height: 230px;
  transform: none;
  place-self: start center;
}
.vev #eCekPv7SEcO {
  min-height: 240px;
  height: auto;
}
.vev #eCekPv7SEcO .__sc {
  margin: 0;
}
.vev #eIfFGmK1_X9 {
  min-height: 363px;
  height: auto;
}
.vev #eKKUL0ouQ7hc h2 {
  line-height: 0.9em;
}
.vev #eKKUL0ouQ7h,
.vev #ewRgSFAUZb9 {
  margin: 100px 0 0;
  width: 320px;
  height: 68px;
  transform: none;
  place-self: start center;
}
.vev #ewRgSFAUZb9 {
  margin: 188px 0 0;
  width: 290px;
  height: 75px;
}
.vev #euBpLTBgCURc .img div {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0% 100%),
    var(--b-wSNxvoFIQZ) 14% 70%/124%;
}
.vev #euBpLTBgCUR {
  min-height: 1010px;
  height: auto;
}
.vev #eewAEz-ao45 {
  margin: 128px 0 0 34px;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start start;
}
.vev #eVTTu8ryS3L {
  margin: 183px 0 0;
  width: 231px;
  height: 645px;
  transform: none;
  place-self: start center;
}
.vev #eGu4cK3TtGz {
  margin: 815px 32px 0 0;
  width: 39px;
  height: 46px;
  transform: none;
  place-self: start end;
}
.vev #egku1wpsDQb {
  min-height: 410px;
  height: auto;
}
.vev #eD5lCTxUcVz {
  margin: 80px 0 0;
  width: 275px;
  height: 250px;
  transform: none;
  place-self: start center;
}
.vev #eETvH3G_Dfd {
  min-height: 240px;
  height: auto;
}
@media (min-width: 600px) {
  .vev .p6nlATbJNbJ .__sc {
    grid-template-columns: 1fr 600px 1fr;
  }
  .vev #ew_-HmmZpIS {
    margin: -1px 0 0;
    width: 102.34%;
    height: 15px;
  }
  .vev #enlzIcn4b0Z {
    width: 43px;
    height: 55px;
    margin: 33px 14px 0 0;
    aspect-ratio: auto;
    --ratio: 100%;
  }
  .vev #eqchemj2kalc {
    background: linear-gradient(rgba(0, 0, 0, 0.59) 0% 100%),
      var(--b-2blTy56LeQ) 50% 13%/100%;
  }
  .vev #eqchemj2kal {
    min-height: 1055px;
  }
  .vev #evnz91mXuo2 {
    margin: 480px 0 0;
    width: 650px;
    height: 95px;
  }
  .vev div .puJhQ4O-_qe h1 {
    font-size: 85px;
  }
  .vev #eSBt80TWAEd {
    margin: 178px 0 212px 0.17%;
    width: 83px;
  }
  .vev #e1P3cM7jXLz {
    margin: 582px 0 0;
    width: 650px;
    height: 80px;
  }
  .vev div .pyRQoMOaev1 h1 {
    font-size: 70px;
  }
  .vev #ex7mlh5v5ie {
    min-height: 2100px;
  }
  .vev #eCGHnjkOcCkc p,
  .vev #eCGHnjkOcCkc strong,
  .vev #eicQcKpdjjnc p,
  .vev #eicQcKpdjjnc strong {
    font-size: 28px;
  }
  .vev #eicQcKpdjjnc {
    padding: 0;
  }
  .vev #eicQcKpdjjn {
    width: 482px;
    margin: 840px 0 0 2.33%;
    height: 232px;
  }
  .vev div .peY6T-eI1RP p {
    font-size: 40px;
  }
  .vev #eD0iBzxf8CX {
    margin: 1519px 0 0;
    width: 500px;
    height: 450px;
  }
  .vev div .p_mfJzc87yK p {
    font-size: 22px;
  }
  .vev div .p_mfJzc87yK strong {
    font-size: 26px;
  }
  .vev #eou1Id7HrgR {
    margin: 330px 0 0;
    width: 600px;
    height: 338px;
  }
  .vev #eCGHnjkOcCkc {
    padding: 0;
  }
  .vev #eCGHnjkOcCk {
    width: 78.83%;
    margin: 161px 0 0 0.17%;
    height: 202px;
  }
  .vev #eo3yDMLB47C {
    margin: 1088px 0 0;
    width: 600px;
    height: 338px;
  }
  .vev #eaHgsCU9Zdk {
    min-height: 810px;
  }
  .vev #eJ2HAo1y9Pr {
    margin: 126px 0 0 0.17%;
    width: 451px;
    height: 631px;
  }
  .vev div .pSVkhbN_ozJ p {
    font-size: 25px;
  }
  .vev #e76ON7G-g1K {
    min-height: 475px;
  }
  .vev #e2goLKPKq26 {
    margin: 100px 0 0;
    width: 600px;
    height: 90px;
  }
  .vev div .p0ERxq75FW- h2 {
    font-size: 115px;
  }
  .vev #e9XcSmhgL8C {
    margin: 475px 0 0;
    width: 500px;
    height: 490px;
  }
  .vev #eQC2Hnb6To5 {
    margin: 215px 0 0 0.17%;
    width: 535px;
    height: 140px;
  }
  .vev div .pWmoJ6hGZe- h2 {
    font-size: 55px;
  }
  .vev #eWDe7G2C5mAc .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.4) 0% 100%),
      var(--b-fj4WxfPjJY) repeat-y 54% 22%/101%;
  }
  .vev #eWDe7G2C5mA {
    min-height: 1200px;
  }
  .vev #esPJLFiiir7 {
    margin: 191px 0 0 48px;
    width: 77px;
    height: 90px;
  }
  .vev div .pYio6diAsZe blockquote {
    font-size: 200px;
  }
  .vev #eGgi9BSWu1T {
    margin: 305px 0 0;
    width: 79.33%;
    height: 590px;
  }
  .vev div .ptkotlOQsqy blockquote {
    font-size: 40px;
    line-height: 1.35em;
  }
  .vev #ewz96svpme2 {
    margin: 863px 25px 0 49px;
    width: 73px;
    height: 90px;
  }
  .vev #eUYNGU-m15o {
    min-height: 555px;
  }
  .vev #eIRNDrdbAZM {
    margin: 120px 0 0;
    width: 500px;
    height: 315px;
  }
  .vev #e04KdESWuB4 {
    min-height: 500px;
  }
  .vev #eaIB-uQWJZ0 {
    min-height: 580px;
  }
  .vev #eML8_ueCOwT {
    margin: 119px 0 0;
    width: 600px;
    height: 90px;
  }
  .vev #evC1p5JBtZN {
    margin: 236px 0 0 0.17%;
    width: 519px;
    height: 225px;
  }
  .vev #e5f27U6heNm {
    min-height: 1200px;
  }
  .vev #eHcJVwPyrXf {
    margin: 191px 0 0 54px;
    width: 73px;
    height: 90px;
  }
  .vev #ezRIk5hW1Ej {
    margin: 305px 0 0;
    width: 475px;
    height: 590px;
  }
  .vev #ebujm0C3AFU {
    margin: 868px 25px 0 30px;
    width: 73px;
    height: 90px;
  }
  .vev #eIDbfKUHE0Y {
    min-height: 625px;
  }
  .vev #epJhqM7LVFl {
    margin: 120px 0 0;
    width: 480px;
    height: 385px;
  }
  .vev #e0NELKBnCWV {
    min-height: 500px;
  }
  .vev #epj_BPuJwrC {
    min-height: 700px;
  }
  .vev #eappYI5MOjg {
    margin: 150px 0 0;
    width: 600px;
    height: 105px;
  }
  .vev #eyL1G4hywq_ {
    margin: 280px 0 0;
    width: 600px;
    height: 270px;
  }
  .vev #eif8He5Rpvp {
    min-height: 1200px;
  }
  .vev #erQEZ6v5Po8 {
    margin: 195px 0 0 54px;
    width: 73px;
    height: 90px;
  }
  .vev #evazwBh05aBc {
    padding: 0;
  }
  .vev #evazwBh05aBc blockquote {
    font-size: 38px;
    line-height: 1.3em;
  }
  .vev #evazwBh05aB {
    margin: 305px 0 0;
    width: 475px;
    height: 1931px;
  }
  .vev #evtFQvOFl_B {
    margin: 2029px 130px 0 49px;
    width: 73px;
    height: 90px;
  }
  .vev #eJ2nxyDV-E0 {
    min-height: 520px;
  }
  .vev #eHMLAfdmhVv {
    margin: 120px 0 0;
    width: 500px;
    height: 280px;
  }
  .vev #eDGukP68NkH {
    min-height: 500px;
  }
  .vev #eH97XyA-O1l {
    min-height: 635px;
  }
  .vev #ekiQlpC7F3a {
    margin: 150px 0 0;
    width: 600px;
    height: 105px;
  }
  .vev #ei0q7T0VHU9 {
    margin: 280px 0 0;
    width: 535px;
    height: 205px;
  }
  .vev #eaDDhYf2D-h {
    min-height: 1200px;
  }
  .vev #es-45yTy1y4 {
    margin: 205px 0 0 54px;
    width: 73px;
    height: 90px;
  }
  .vev #eRb4rU76sLk {
    margin: 305px 3.17% 0 0;
    width: 469px;
    height: 653px;
  }
  .vev #e9sSUXe_sdL {
    margin: 654px 3.5% 0 0;
    width: 469px;
    height: 278px;
  }
  .vev #ee1ZsaD_LWh {
    margin: 913px 50px 0 49px;
    width: 73px;
    height: 90px;
  }
  .vev #esQsVu75bOM {
    min-height: 555px;
  }
  .vev #e4fMLhnAWYx {
    margin: 120px 0 0;
    width: 500px;
    height: 315px;
  }
  .vev #e9gy01jpHGA {
    min-height: 500px;
  }
  .vev #eYcghzKPG6A {
    min-height: 570px;
  }
  .vev #e0un7cS6u_D {
    margin: 150px 0 0;
    width: 600px;
    height: 105px;
  }
  .vev #et9oFYpHbxF {
    margin: 280px 0 0;
    width: 600px;
    height: 140px;
  }
  .vev #eJVP3lf6hjKc .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.6) 0% 100%),
      var(--b-vxYsS0dYCV) 53% 24%/128%;
  }
  .vev #eJVP3lf6hjK {
    min-height: 1745px;
  }
  .vev #ePSrEm2cSGl {
    margin: 215px 0 0 54px;
    width: 73px;
    height: 90px;
  }
  .vev #ew6ZkJY4Hxh {
    margin: 305px 0 0;
    width: 476px;
    height: 1135px;
  }
  .vev #e74NNLd_p-o {
    margin: 1420px 25px 0 49px;
    width: 73px;
    height: 90px;
  }
  .vev #eJwvl8P15Ks {
    min-height: 450px;
  }
  .vev #e2Zr-cWb6gY {
    margin: 120px 0 0;
    width: 480px;
    height: 210px;
  }
  .vev #eVEf_PyRPTO {
    min-height: 500px;
  }
  .vev #eTECetR8n4L {
    min-height: 570px;
  }
  .vev #egLE03Ac5cr {
    margin: 150px 0 0;
    width: 600px;
    height: 105px;
  }
  .vev #ebysHq3PoEp {
    margin: 280px 0 0;
    width: 535px;
    height: 140px;
  }
  .vev #eKvva6VCcJj {
    min-height: 1740px;
  }
  .vev #ezkGoOadhwx {
    margin: 192px 0 0 54px;
    width: 73px;
    height: 90px;
  }
  .vev #etfZ1crnJ12 {
    margin: 305px 0 0;
    width: 476px;
    height: 1130px;
  }
  .vev #eLUGycoXUVd {
    margin: 1404px 31px 0 49px;
    width: 73px;
    height: 90px;
  }
  .vev #etOJHv0qEwh {
    min-height: 485px;
  }
  .vev #ejJosS3Qhr2 {
    margin: 120px 0 0;
    width: 480px;
    height: 245px;
  }
  .vev #eMRsLuu_tQj {
    min-height: 500px;
  }
  .vev #efjfJ7mPPBJ {
    min-height: 570px;
  }
  .vev #ebRmmpjLckU {
    margin: 150px 0 0;
    width: 600px;
    height: 105px;
  }
  .vev #eUBVpHtZZGe {
    margin: 280px 0 0 0.17%;
    width: 535px;
    height: 140px;
  }
  .vev #ewJ_L11rT_dc .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.55) 0% 100%),
      var(--b-nPkRfR-R5J) 71% 50%/117%;
  }
  .vev #ewJ_L11rT_d {
    min-height: 1685px;
  }
  .vev #egCChNo_DXb {
    margin: 197px 0 0 54px;
    width: 73px;
    height: 90px;
  }
  .vev #e5sEf0EpYjK {
    margin: 303px 0 0;
    width: 476px;
    height: 1080px;
  }
  .vev #edbm1xLzxav {
    margin: 1358px 25px 0 49px;
    width: 73px;
    height: 90px;
  }
  .vev #ek_B5vPM3qA {
    min-height: 555px;
  }
  .vev #e7d6yqgbeO0 {
    margin: 120px 0 0;
    width: 475px;
    height: 315px;
  }
  .vev #eBKeWEXUbTk {
    min-height: 500px;
  }
  .vev #eVLs5x2ui8v {
    min-height: 640px;
  }
  .vev #eUorBdxp2is {
    margin: 150px 0 0;
    width: 600px;
    height: 105px;
  }
  .vev #et5HpOx8zA3 {
    margin: 280px 0 0;
    width: 600px;
    height: 210px;
  }
  .vev #eVgsd49qL_ic .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.58) 0% 100%),
      var(--b-4XES5vQjye) repeat-y 0% 44%/103%;
  }
  .vev #eVgsd49qL_i {
    min-height: 1410px;
  }
  .vev #e9a2j6NU0QK {
    margin: 196px 0 0 54px;
    width: 73px;
    height: 90px;
  }
  .vev #e9-1HdnWnnA {
    margin: 303px 0 0;
    width: 476px;
    height: 805px;
  }
  .vev #eChQas_dgYs {
    margin: 1079px 25px 0 49px;
    width: 73px;
    height: 90px;
  }
  .vev #e0T_TBT7TgE {
    min-height: 485px;
  }
  .vev #eefFH-1bB-_ {
    margin: 120px 0 0;
    width: 480px;
    height: 245px;
  }
  .vev #e8NM6CZ6lpj {
    min-height: 500px;
  }
  .vev #ewzyuN5TjbL {
    min-height: 605px;
  }
  .vev #e8rNsWpFjmi {
    margin: 150px 0 0;
    width: 600px;
    height: 105px;
  }
  .vev #e1V4qIZbTZ_ {
    margin: 280px 0 0;
    width: 535px;
    height: 205px;
  }
  .vev #el-ya2wvF7cc .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.6) 0% 100%),
      var(--b-DGLEhZBx5H) 30% 57%/117%;
  }
  .vev #el-ya2wvF7c {
    min-height: 1310px;
  }
  .vev #ei39mm-hmhF {
    margin: 195px 0 0 54px;
    width: 73px;
    height: 90px;
  }
  .vev #e_CN3z0dPAA {
    margin: 303px 0 0 0.17%;
    width: 465px;
    height: 705px;
  }
  .vev #e6iSSdz-grm {
    margin: 970px 36px 0 49px;
    width: 73px;
    height: 90px;
  }
  .vev #eY1MutG1FxR {
    min-height: 595px;
  }
  .vev #eJwQzsMuIsL {
    margin: 120px 0 0;
    width: 500px;
    height: 355px;
  }
  .vev #eCekPv7SEcO {
    min-height: 500px;
  }
  .vev #eIfFGmK1_X9 {
    min-height: 570px;
  }
  .vev #eKKUL0ouQ7h {
    margin: 150px 0 0;
    width: 600px;
    height: 105px;
  }
  .vev #ewRgSFAUZb9 {
    margin: 280px 0 0 0.17%;
    width: 535px;
    height: 140px;
  }
  .vev #euBpLTBgCUR {
    min-height: 1740px;
  }
  .vev #eewAEz-ao45 {
    margin: 195px 0 0 54px;
    width: 73px;
    height: 90px;
  }
  .vev #eVTTu8ryS3L {
    margin: 303px 0 0;
    width: 470px;
    height: 1135px;
  }
  .vev #eGu4cK3TtGz {
    margin: 1408px 38px 0 49px;
    width: 73px;
    height: 90px;
  }
  .vev #egku1wpsDQb {
    min-height: 625px;
  }
  .vev #eD5lCTxUcVz {
    margin: 120px 0 0;
    width: 500px;
    height: 385px;
  }
  .vev #eETvH3G_Dfd {
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .vev .p6nlATbJNbJ .__sc {
    grid-template-columns: 1fr 1024px 1fr;
  }
  .vev #ew_-HmmZpIS {
    margin: 0;
    width: 102.36%;
    height: 16px;
  }
  .vev #enlzIcn4b0Z {
    width: 60px;
    height: 70px;
    margin: 40px 24px 0 0;
  }
  .vev #eqchemj2kalc {
    background: linear-gradient(rgba(0, 0, 0, 0.59) 0% 100%),
      var(--b-0fOd3MrpuP) 50% 0% / contain;
  }
  .vev #eqchemj2kal {
    min-height: 1080px;
  }
  .vev #evnz91mXuo2 {
    margin: 366px 0 0;
    width: 100%;
    height: 130px;
  }
  .vev div .puJhQ4O-_qe h1,
  .vev div .pyRQoMOaev1 h1 {
    font-size: 120px;
    font-weight: 700;
    font-style: inherit;
  }
  .vev div .puJhQ4O-_qe em,
  .vev div .pyRQoMOaev1 em {
    font-size: 95px;
  }
  .vev #eSBt80TWAEd {
    margin: 774px 0 0;
    width: 46px;
    place-self: start center;
    aspect-ratio: auto;
    --ratio: 100%;
  }
  .vev #e1P3cM7jXLzc h1 {
    line-height: 0.8em;
    font-size: 120px;
  }
  .vev #e1P3cM7jXLzc em {
    font-size: 100px;
  }
  .vev #e1P3cM7jXLz {
    margin: 512px 0 0;
    width: 100%;
    height: 108px;
  }
  .vev #ex7mlh5v5ie {
    min-height: 3050px;
  }
  .vev #eCGHnjkOcCkc p,
  .vev #eCGHnjkOcCkc strong,
  .vev #eicQcKpdjjnc p,
  .vev #eicQcKpdjjnc strong {
    font-size: 35px;
  }
  .vev #eicQcKpdjjn {
    width: 606px;
    margin: 1250px 0 0;
    height: 282px;
  }
  .vev div .peY6T-eI1RP p {
    font-size: 55px;
  }
  .vev #eD0iBzxf8CX {
    margin: 2350px 0 0 0.2%;
    width: 1000px;
    height: 540px;
  }
  .vev div .p_mfJzc87yK p {
    font-size: 28px;
    line-height: 1.45em;
  }
  .vev div .p_mfJzc87yK strong {
    font-size: 34px;
  }
  .vev #eou1Id7HrgR {
    margin: 451px 0 0;
    width: 99.22%;
    height: 571px;
  }
  .vev #eCGHnjkOcCk {
    width: 640px;
    margin: 235px 0 0;
    height: 199px;
  }
  .vev #eo3yDMLB47C {
    margin: 1580px 0.49% 0 0;
    width: 98.73%;
    height: 568px;
  }
  .vev #eaHgsCU9Zdk {
    min-height: 700px;
  }
  .vev #eJ2HAo1y9Pr {
    margin: 225px 0 0 0.88%;
    width: 1033px;
    height: 384px;
  }
  .vev div .pSVkhbN_ozJ p {
    font-size: 30px;
  }
  .vev #e76ON7G-g1K {
    min-height: 500px;
  }
  .vev #e2goLKPKq26 {
    margin: 120px 0 0;
    width: 1024px;
    height: 115px;
  }
  .vev div .p0ERxq75FW- h2 {
    font-size: 150px;
  }
  .vev #e9XcSmhgL8C {
    margin: 430px 0 0;
    width: 890px;
    height: 380px;
  }
  .vev #eQC2Hnb6To5 {
    margin: 265px 0 0;
    width: 1024px;
    height: 80px;
  }
  .vev div .pWmoJ6hGZe- h2 {
    font-size: 65px;
  }
  .vev div .pWmoJ6hGZe- {
    padding: 0;
  }
  .vev #eWDe7G2C5mAc .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.4) 0% 100%),
      var(--b-fj4WxfPjJY) 49% 52%/43%;
  }
  .vev #eWDe7G2C5mA {
    min-height: 975px;
  }
  .vev #esPJLFiiir7 {
    margin: 126px 0 0 23px;
    width: 100px;
    height: 105px;
  }
  .vev div .pYio6diAsZe blockquote {
    font-size: 250px;
  }
  .vev #eGgi9BSWu1T {
    margin: 251px 0 0;
    width: 910px;
    height: 474px;
  }
  .vev div .ptkotlOQsqy blockquote {
    font-size: 50px;
  }
  .vev #ewz96svpme2 {
    margin: 704px 15px 0 25px;
    width: 100px;
    height: 105px;
  }
  .vev #eUYNGU-m15o {
    min-height: 580px;
  }
  .vev #eIRNDrdbAZM {
    margin: 155px 0 0;
    width: 890px;
    height: 265px;
  }
  .vev #e04KdESWuB4 {
    min-height: 925px;
  }
  .vev #eaIB-uQWJZ0 {
    min-height: 675px;
  }
  .vev #eML8_ueCOwT {
    margin: 180px 0 0;
    width: 1024px;
    height: 115px;
  }
  .vev #evC1p5JBtZN {
    margin: 325px 0 0;
    width: 1024px;
    height: 170px;
  }
  .vev #e5f27U6heNm {
    min-height: 975px;
  }
  .vev #eHcJVwPyrXf {
    margin: 119px 0 0 58px;
    width: 100px;
    height: 105px;
  }
  .vev #ezRIk5hW1Ej {
    margin: 250px 0 0;
    width: 800px;
    height: 475px;
  }
  .vev #ebujm0C3AFU {
    margin: 725px 55px 0 71px;
    width: 100px;
    height: 105px;
  }
  .vev #eIDbfKUHE0Y {
    min-height: 600px;
  }
  .vev #epJhqM7LVFl {
    margin: 155px 0 0;
    width: 890px;
    height: 290px;
  }
  .vev #e0NELKBnCWV {
    min-height: 925px;
    display: grid;
  }
  .vev #epj_BPuJwrC {
    min-height: 705px;
  }
  .vev #eappYI5MOjg {
    margin: 180px 0 0;
    width: 1024px;
    height: 140px;
  }
  .vev #eyL1G4hywq_ {
    margin: 355px 0 0;
    width: 1024px;
    height: 170px;
  }
  .vev #eif8He5Rpvpc .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.55) 0% 100%),
      var(--b-PIpKtdfllx) 48% 55%/41%;
  }
  .vev #eif8He5Rpvp {
    min-height: 1800px;
  }
  .vev #erQEZ6v5Po8 {
    margin: 222px 0 0 42px;
    width: 100px;
    height: 105px;
  }
  .vev #evazwBh05aBc {
    padding: 0;
  }
  .vev #evazwBh05aB {
    margin: 366px 0 0 3.13%;
    width: 772px;
    height: 1103px;
  }
  .vev #evtFQvOFl_B {
    margin: 1447px 96px 0 12px;
    width: 100px;
    height: 105px;
  }
  .vev #eJ2nxyDV-E0 {
    min-height: 515px;
  }
  .vev #eHMLAfdmhVv {
    margin: 155px 0 0 0.1%;
    width: 921px;
    height: 205px;
  }
  .vev #eDGukP68NkH {
    min-height: 925px;
  }
  .vev #eH97XyA-O1l {
    min-height: 695px;
  }
  .vev #ekiQlpC7F3a {
    margin: 180px 0 0;
    width: 1024px;
    height: 140px;
  }
  .vev #ei0q7T0VHU9 {
    margin: 355px 0 0;
    width: 1024px;
    height: 160px;
  }
  .vev #eaDDhYf2D-hc .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.55) 0% 100%),
      var(--b-81tDgXiKRm) 45% 53%/41%;
  }
  .vev #eaDDhYf2D-h {
    min-height: 990px;
  }
  .vev #es-45yTy1y4 {
    margin: 129px 0 0 42px;
    width: 100px;
    height: 105px;
  }
  .vev #eRb4rU76sLk {
    margin: 255px 0 0;
    width: 840px;
    height: 570px;
  }
  .vev #e9sSUXe_sdL {
    margin: 551px 0 0;
    width: 840px;
    height: 290px;
  }
  .vev #ee1ZsaD_LWh {
    margin: 753px 21px 0 12px;
    width: 100px;
    height: 105px;
  }
  .vev #esQsVu75bOM {
    min-height: 560px;
  }
  .vev #e4fMLhnAWYx {
    margin: 155px 0 0;
    width: 940px;
    height: 250px;
  }
  .vev #e9gy01jpHGA {
    min-height: 925px;
  }
  .vev #eYcghzKPG6A {
    min-height: 695px;
  }
  .vev #e0un7cS6u_D {
    margin: 180px 0 0;
    width: 1024px;
    height: 140px;
  }
  .vev #et9oFYpHbxF {
    margin: 355px 0 0;
    width: 1024px;
    height: 160px;
  }
  .vev #eJVP3lf6hjKc .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.65) 0% 100%),
      var(--b-vxYsS0dYCV) 49% 47%/43%;
  }
  .vev #eJVP3lf6hjK {
    min-height: 1585px;
  }
  .vev #ePSrEm2cSGl {
    margin: 135px 0 0 43px;
    width: 100px;
    height: 105px;
  }
  .vev #ew6ZkJY4Hxh {
    margin: 255px 0 0 0.1%;
    width: 795px;
    height: 1075px;
  }
  .vev #e74NNLd_p-o {
    margin: 1304px 46px 0 12px;
    width: 100px;
    height: 105px;
  }
  .vev #eJwvl8P15Ks {
    min-height: 480px;
  }
  .vev #e2Zr-cWb6gY {
    margin: 155px 0 0;
    width: 810px;
    height: 170px;
  }
  .vev #eVEf_PyRPTO {
    min-height: 925px;
  }
  .vev #eTECetR8n4L {
    min-height: 695px;
  }
  .vev #egLE03Ac5cr {
    margin: 180px 0 0;
    width: 1024px;
    height: 140px;
  }
  .vev #ebysHq3PoEp {
    margin: 355px 0 0;
    width: 860px;
    height: 160px;
  }
  .vev #eKvva6VCcJjc .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.65) 0% 100%),
      var(--b-Eiv44JCEv4) 49% 60%/36%;
  }
  .vev #eKvva6VCcJj {
    min-height: 1425px;
  }
  .vev #ezkGoOadhwx {
    margin: 92px 0 0 52px;
    width: 100px;
    height: 105px;
  }
  .vev #etfZ1crnJ12 {
    margin: 208px 0 0 0.1%;
    width: 799px;
    height: 1010px;
  }
  .vev #eLUGycoXUVd {
    margin: 1168px 78px 0 12px;
    width: 100px;
    height: 105px;
  }
  .vev #etOJHv0qEwh {
    min-height: 520px;
  }
  .vev #ejJosS3Qhr2 {
    margin: 155px 0 0;
    width: 850px;
    height: 210px;
  }
  .vev #eMRsLuu_tQj {
    min-height: 925px;
  }
  .vev #efjfJ7mPPBJ {
    min-height: 680px;
  }
  .vev #ebRmmpjLckU {
    margin: 180px 0 0;
    width: 1024px;
    height: 140px;
  }
  .vev #eUBVpHtZZGe {
    margin: 355px 0 0 0.1%;
    width: 845px;
    height: 170px;
  }
  .vev #ewJ_L11rT_dc .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.6) 0% 100%),
      var(--b-H2ZC86vnwI) 44% 64%/38%;
  }
  .vev #ewJ_L11rT_d {
    min-height: 1450px;
  }
  .vev #egCChNo_DXb {
    margin: 125px 0 0 45px;
    width: 100px;
    height: 105px;
  }
  .vev #e5sEf0EpYjK {
    margin: 250px 0 0;
    width: 780px;
    height: 950px;
  }
  .vev #edbm1xLzxav {
    margin: 1162px 64px 0 12px;
    width: 100px;
    height: 105px;
  }
  .vev #ek_B5vPM3qA {
    min-height: 565px;
  }
  .vev #e7d6yqgbeO0 {
    margin: 155px 0 0;
    width: 921px;
    height: 255px;
  }
  .vev #eBKeWEXUbTk {
    min-height: 925px;
  }
  .vev #eVLs5x2ui8v {
    min-height: 675px;
  }
  .vev #eUorBdxp2is {
    margin: 180px 0 0;
    width: 1024px;
    height: 140px;
  }
  .vev #et5HpOx8zA3 {
    margin: 355px 0 0;
    width: 1024px;
    height: 165px;
  }
  .vev #eVgsd49qL_ic .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.6) 0% 100%),
      var(--b-4XES5vQjye) 57% 50%/41%;
  }
  .vev #eVgsd49qL_i {
    min-height: 1235px;
  }
  .vev #e9a2j6NU0QK {
    margin: 134px 0 0 30px;
    width: 100px;
    height: 105px;
  }
  .vev #e9-1HdnWnnA {
    margin: 250px 0 0;
    width: 798px;
    height: 735px;
  }
  .vev #eChQas_dgYs {
    margin: 953px 63px 0 12px;
    width: 100px;
    height: 105px;
  }
  .vev #e0T_TBT7TgE {
    min-height: 520px;
  }
  .vev #eefFH-1bB-_ {
    margin: 155px 0 0;
    width: 890px;
    height: 210px;
  }
  .vev #e8NM6CZ6lpj {
    min-height: 925px;
  }
  .vev #ewzyuN5TjbL {
    min-height: 695px;
  }
  .vev #e8rNsWpFjmi {
    margin: 180px 0 0;
    width: 1024px;
    height: 140px;
  }
  .vev #e1V4qIZbTZ_ {
    margin: 355px 0 0;
    width: 910px;
    height: 160px;
  }
  .vev #el-ya2wvF7cc .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.6) 0% 100%),
      var(--b-sWUcY13L1E) 52% 52%/38%;
  }
  .vev #el-ya2wvF7c {
    min-height: 1030px;
  }
  .vev #ei39mm-hmhF {
    margin: 135px 0 0;
    width: 100px;
    height: 105px;
  }
  .vev #e_CN3z0dPAA {
    margin: 245px 0 0 0.1%;
    width: 843px;
    height: 540px;
  }
  .vev #e6iSSdz-grm {
    margin: 762px 0 0 12px;
    width: 100px;
    height: 105px;
  }
  .vev #eY1MutG1FxR {
    min-height: 610px;
  }
  .vev #eJwQzsMuIsL {
    margin: 155px 0 0;
    width: 890px;
    height: 300px;
  }
  .vev #eCekPv7SEcO {
    min-height: 925px;
    display: grid;
  }
  .vev #eIfFGmK1_X9 {
    min-height: 615px;
  }
  .vev #eKKUL0ouQ7h {
    margin: 180px 0 0;
    width: 1024px;
    height: 140px;
  }
  .vev #ewRgSFAUZb9 {
    margin: 355px 0 0;
    width: 1024px;
    height: 80px;
  }
  .vev #euBpLTBgCURc .img div {
    background: linear-gradient(rgba(0, 0, 0, 0.6) 0% 100%),
      var(--b-Gpspa6enbp) 48% 52%/47%;
  }
  .vev #euBpLTBgCUR {
    min-height: 1595px;
  }
  .vev #eewAEz-ao45 {
    margin: 153px 0 0 52px;
    width: 100px;
    height: 105px;
  }
  .vev #eVTTu8ryS3L {
    margin: 258px 0 0;
    width: 810px;
    height: 1080px;
  }
  .vev #eGu4cK3TtGz {
    margin: 1311px 67px 0 12px;
    width: 100px;
    height: 105px;
  }
  .vev #egku1wpsDQb {
    min-height: 605px;
  }
  .vev #eD5lCTxUcVz {
    margin: 155px 0 0;
    width: 890px;
    height: 295px;
  }
  .vev #eETvH3G_Dfd {
    min-height: 900px;
  }
}
@media (max-width: 1280px) {
  .vev .__vev {
    --b-2blTy56LeQ: url("assets/5a2681b85ed0569da7b1d1a12f0c561b.png");
    --b-iMz0EXGgcN: url("assets/49d894aa4d5bfd37e23f4a13b02bb5c8.png");
    --b-fj4WxfPjJY: url("assets/b01f58fe1862fed2e66e0faa65670e2c.jpeg");
    --b-jT0lNle3h7: url("assets/2df1186c245647471797c11d74dc1409.png");
    --b-PIpKtdfllx: url("assets/599a2d71818a7d0fba0b1b9938be02ac.png");
    --b-R1OG7cGIQH: url("assets/b97aaa7e11dd146efb18cc4fbd443ae5.png");
    --b-vxYsS0dYCV: url("assets/6989d4fd1af5d7d25f179c7525493832.png");
    --b-Eiv44JCEv4: url("assets/b7c526efdcde326e1919c2c8455928d5.png");
    --b-nPkRfR-R5J: url("assets/47c004d68728651ccef88d79fa1dec76.png");
    --b-4XES5vQjye: url("assets/45496542d4274fb56845cc5793fb0953.png");
    --b-DGLEhZBx5H: url("assets/76e4dee4b409161b9032074bd83baac2.png");
    --b-wSNxvoFIQZ: url("assets/a9054fee7c1920ce98d8ed7491f0ae08.png");
    --b-0fOd3MrpuP: url("assets/8acaf556017fb67f86461a2799be9255.png");
    --b-81tDgXiKRm: url("assets/514173dae6717ed3397ec225284091d9.png");
    --b-H2ZC86vnwI: url("assets/219644ec5539971af3f9d71c7d60c501.png");
    --b-sWUcY13L1E: url("assets/99859559bf2787b7b9788655ae2a84b5.png");
    --b-Gpspa6enbp: url(assets/7564edea5261305dac58f1bd444a6635.png);
  }
}
@media (max-width: 1920px) and (min-width: 1281px) {
  .vev .__vev {
    --b-2blTy56LeQ: url("assets/d32362b4fcbfdabcc33696d86305a1ea.png");
    --b-iMz0EXGgcN: url("assets/4eb85454a9c2f6d2ee80d732b8cd64d9.png");
    --b-fj4WxfPjJY: url("assets/b01f58fe1862fed2e66e0faa65670e2c.jpeg");
    --b-jT0lNle3h7: url("assets/eef9f5af1642050f2231c776acc08ff6.png");
    --b-PIpKtdfllx: url("assets/158e09ac4fcce55040fc9502b48765f6.png");
    --b-R1OG7cGIQH: url("assets/de5516e13cdb2a6901f22a40c6f4272a.png");
    --b-vxYsS0dYCV: url("assets/cd48b8d75bfa78c3ea41866012475473.png");
    --b-Eiv44JCEv4: url("assets/dbc4e97022ca25eea26f9212994ba5a1.png");
    --b-nPkRfR-R5J: url("assets/01834b770c95de16c3dcc3820251de5e.png");
    --b-4XES5vQjye: url("assets/588cacd3079fdd7830a82aa12ae82a09.png");
    --b-DGLEhZBx5H: url("assets/ae3e6314ef07fc8b6a2300fa24317851.png");
    --b-wSNxvoFIQZ: url("assets/bfc424fb6cd4cf7849ab85ae47e9b024.png");
    --b-0fOd3MrpuP: url("assets/c81401ff58a35d26563d8e0d3acc925a.png");
    --b-81tDgXiKRm: url("assets/feeb606885c12f4caeade76a3f08685b.png");
    --b-H2ZC86vnwI: url("assets/6f8badc062b09ec97b8cab782b46e58f.png");
    --b-sWUcY13L1E: url("assets/c8cf50f267348b52dc59947395e26576.png");
    --b-Gpspa6enbp: url(assets/4ffea371dcab082c851d62cd9e3fc51e.png);
  }
}
@media (min-width: 1921px) {
  .vev .__vev {
    --b-2blTy56LeQ: url("assets/b09c5620304574240eb6f1ae73dc6bcf.png");
    --b-iMz0EXGgcN: url("assets/e537be4ce725d6282b16b9599c2d51bc.png");
    --b-fj4WxfPjJY: url("assets/b01f58fe1862fed2e66e0faa65670e2c.jpeg");
    --b-jT0lNle3h7: url("assets/99b3308b50ddd0bb7aaa047bb08c7075.png");
    --b-PIpKtdfllx: url("assets/6536c6180b019ea4dedaab971374f32a.png");
    --b-R1OG7cGIQH: url("assets/8f07fc56206dcaec9a41972e3ca8743c.png");
    --b-vxYsS0dYCV: url("assets/7b7e6f1b53191d64d2751bc36b815334.png");
    --b-Eiv44JCEv4: url("assets/70c1f2b05a4166a6b167ecc264f10b8c.png");
    --b-nPkRfR-R5J: url("assets/fac8998f5719e10d2641d5c933420ef8.png");
    --b-4XES5vQjye: url("assets/33954284b5574f598e8873e328a207ba.png");
    --b-DGLEhZBx5H: url("assets/24d76fa444a37b96556a26de150ea2aa.png");
    --b-wSNxvoFIQZ: url("assets/f8824e3ff9cbbbbfaa9ab1a7f62a52ac.png");
    --b-0fOd3MrpuP: url("assets/89d31f7387182548c307c7e9282c7e72.png");
    --b-81tDgXiKRm: url("assets/5ff693846c85b12f5483fa609423a085.png");
    --b-H2ZC86vnwI: url("assets/11776bf8425dbe476b85c29e6e559e91.png");
    --b-sWUcY13L1E: url("assets/74c25281c3fe6eb3bd03e72830ea5d83.png");
    --b-Gpspa6enbp: url(assets/f93b200102742781d54de5308fa6ca77.png);
  }
}
@supports not (aspect-ratio: 1) {
  .vev #eSBt80TWAEd::before,
  .vev #enlzIcn4b0Z::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
@supports not (aspect-ratio: 1) {
  .vev #eSBt80TWAEd::before,
  .vev #enlzIcn4b0Z::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
