@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-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  word-spacing: 0.25;
  letter-spacing: 0;
  color: #000;
  font-family: "Merriweather", 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 .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 .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 .rectangle {
  background: #c4c4c4;
}

.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 .image,
.vev .w74dqar7 {
  overflow: hidden;
}

.vev .image img {
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.vev .section .children {
  height: 100%;
}

.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 .w76py6xb:not(.show) {
  overflow: hidden;
}

.vev .w76py6xb .content {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  display: grid;
}

.vev .pIaF9_-b0Yk .__sc {
  grid-template-columns: 1fr 320px 1fr;
}

.vev #eG7w5NITFAQc .contents {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65) 4%,
      rgba(255, 255, 255, 0) 39%
    ),
    var(--b-mn3szM_4Kv) 13% 0% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eG7w5NITFAQ {
  height: auto;
  min-height: 110vh;
}

.vev #e-FfkJ5yhBa,
.vev #eSvX6JKqa6o {
  margin: 56px 0 0;
  width: 312px;
  height: 39px;
  transform: none;
  place-self: start center;
}

.vev #eSvX6JKqa6o {
  margin: 105px 0 0;
  width: 320px;
  height: 51px;
}

.vev div .pn7xulX6PW6 h1,
.vev div .pn7xulX6PW6 h5 {
  text-align: center;
  font-family: "Merriweather";
  color: #fff;
  margin: 0;
  transform: translate3d(0, 0, 0);
}

.vev div .pn7xulX6PW6 h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 33px;
  line-height: 1.2em;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.5))
    drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.5))
    drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.5));
}

.vev div .pn7xulX6PW6 h5 {
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 1.25em;
  filter: drop-shadow(4px 4px 5px #000);
}

.vev #eINEo7Lsgryc .contents {
  background: var(--b-nBr8d07WMs) 56% 62% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eINEo7Lsgry {
  min-height: 195vh;
  height: auto;
}

.vev #ejLfvTz8axd {
  width: 320px;
  height: 215px;
  transform: none;
  place-self: start center;
  margin: 540px 0 0;
}

.vev #e5r2vbAmdVx,
.vev #eLSJCt5fUX3 {
  margin: 0;
  width: 320px;
  height: 100%;
  transform: none;
  place-self: center center;
}

.vev #eLSJCt5fUX3 {
  width: 282px;
  height: 175px;
}

.vev div .pNY9uqWG2am {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
}

.vev div .pBJqxbtK5hQ p,
.vev div .p_sr-yMMKpX p {
  color: #000;
  margin: 0;
  text-transform: none;
  font-variant: normal;
}

.vev div .p0ERxq75FW- h2,
.vev div .pBJqxbtK5hQ p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  line-height: 1.45em;
  font-size: 15px;
  text-align: left;
}

.vev div .p0ERxq75FW- h2 {
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  color: #fff;
  margin: 0;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 2px #000);
  line-height: 1.2em;
}

.vev div .pBJqxbtK5hQ em {
  font-family: "Merriweather";
  font-weight: 700;
  font-style: italic;
  font-size: 1.07em;
}

.vev #efCOyAGRhcU {
  min-height: 230px;
  height: auto;
}

.vev div .pXw9nlPq8S- .img div {
  background: #fff;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eWBLe6ostrM {
  margin: 0;
  width: 305px;
  height: 110px;
  transform: none;
  place-self: center center;
}

.vev #effh2DW9ry0c img {
  object-position: 38% 38%;
}

.vev #effh2DW9ry0 {
  min-height: 44vh;
  height: auto;
}

.vev #e5D713SLwKb {
  min-height: 339px;
  height: auto;
}

.vev #eVYqOcOGo5Q {
  margin: 0;
  width: 305px;
  height: 219px;
  transform: none;
  place-self: center center;
}

.vev #ePDN5LxiFXac .contents,
.vev #eoDNTv5APVGc {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eoDNTv5APVGc {
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0% 100%),
    var(--b-HApcTAckL1) no-repeat 79% 16%/441%;
}

.vev #eoDNTv5APVG {
  min-height: 100vh;
  height: 100px;
}

.vev div .pQJUTppVXv6 {
  background: #090909;
}

.vev #e3rrNTdBL3W {
  margin: 0;
  width: 320px;
  height: 51px;
  place-self: center center;
  max-width: 100%;
  max-height: 100%;
  transform: none;
}

.vev #eCmC2zTGtLy {
  min-height: 230px;
  height: auto;
}

.vev #e9omndQ3Zb7 {
  margin: 0;
  width: 305px;
  height: 110px;
  transform: none;
  place-self: center center;
}

.vev #esM6GFdhSHu {
  min-height: 50vh;
  height: auto;
}

.vev #eGxAI18_rlp {
  min-height: 273px;
  height: auto;
}

.vev #eWy4NMg0baR {
  margin: 0;
  width: 305px;
  height: 153px;
  transform: none;
  place-self: center center;
}

.vev #eFSulDovBf6 {
  min-height: 40vh;
  height: auto;
}

.vev div .pcHWW2F9OsP,
.vev div .pzIVv3R6QzN {
  background: #fff;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eipf_te-qyH {
  min-height: 208px;
  height: auto;
}

.vev #eoq0KQJNyj7 {
  margin: 0;
  width: 305px;
  height: 88px;
  transform: none;
  place-self: center center;
}

.vev #e-6s1oRAFXk {
  min-height: 37vh;
  height: auto;
}

.vev #eKnC21Xg_7k {
  min-height: 339px;
  height: auto;
}

.vev #eQYvXZd27zq {
  margin: 0;
  width: 305px;
  height: 219px;
  transform: none;
  place-self: center center;
}

.vev #e7Iq0-gtfOOc img {
  object-position: 100% 47%;
  object-fit: contain;
  width: 110%;
  height: 110%;
  transform: translate(-9%, -4%);
}

.vev #e7Iq0-gtfOO {
  min-height: 45vh;
  height: 100px;
}

.vev #emWBXmJ0Xio {
  min-height: 388px;
  height: auto;
}

.vev #eHJdrP7hdOy {
  width: 310px;
  height: 268px;
  transform: none;
  place-self: center center;
  margin: 0;
}

.vev #efKe6AQu6o_,
.vev #eo_nidcI9ZB {
  margin: 0;
  width: 310px;
  height: 40px;
  transform: none;
  place-self: end center;
}

.vev #eo_nidcI9ZB {
  height: 207px;
  place-self: start center;
  max-height: 100%;
}

.vev div .p_sr-yMMKpX p {
  line-height: 1.3em;
  text-align: center;
}

.vev div .p_sr-yMMKpX em,
.vev div .p_sr-yMMKpX p,
.vev div .pjTxMcxuFh1 p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
}

.vev div .pjTxMcxuFh1 p {
  color: #000;
  margin: 0;
  line-height: 1.45em;
  font-size: 1.15em;
  text-transform: none;
  text-align: center;
  font-variant: normal;
}

.vev div .pjTxMcxuFh1 em {
  font-size: 21px;
}

.vev div .pjTxMcxuFh1 blockquote {
  margin: 0 5px;
  text-align: center;
  font-size: 21px;
}

.vev #ePDN5LxiFXac .contents {
  background: var(--b-evF3qJY1cn) 11% 75%/365%;
}

.vev #ePDN5LxiFXa {
  min-height: 154vh;
  height: auto;
}

.vev #e4c5ksbfL6e {
  width: 320px;
  height: 150px;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 509px 0 0;
}

.vev #e_XiBm3hQHd,
.vev #ex38rLV8UWo {
  margin: 0 0 1px;
  width: 320px;
  height: 150px;
  transform: none;
  place-self: center center;
}

.vev #ex38rLV8UWo {
  margin: 0;
  width: 283px;
  height: 110px;
}

.vev #erVBUQ5pqmGc .contents {
  background: var(--b-GeUfs1mh7b) 51% 21% / contain;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #erVBUQ5pqmG {
  min-height: 151vh;
  height: auto;
}

.vev #eIPr4haL5-- {
  width: 300px;
  height: 280px;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 373px 0 0;
}

.vev #eIatYRXEgow,
.vev #eUBpanGiKwD {
  margin: 0;
  transform: none;
  place-self: center center;
}

.vev #eUBpanGiKwD {
  width: 300px;
  height: 280px;
}

.vev #eIatYRXEgowc em,
.vev div .p_mfJzc87yK,
.vev div .pjTxMcxuFh1 blockquote,
.vev div .pjTxMcxuFh1 em {
  font-family: "Merriweather";
  font-weight: 700;
  font-style: italic;
}

.vev div .p_mfJzc87yK {
  font-weight: 400;
  font-style: normal;
}

.vev #eIatYRXEgow {
  width: 255px;
  height: 240px;
}

.vev #es65ggOo8Wbc .contents {
  background: linear-gradient(rgba(0, 0, 0, 0.2) 0% 100%),
    var(--b-2fwNPYtLe1) repeat-y 0% 47% / contain;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #es65ggOo8Wb {
  min-height: 156vh;
  height: auto;
}

.vev #et6z6mzRnmL {
  width: 315px;
  height: 293px;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 367px 0 0;
}

.vev #e3MesC-kUOI,
.vev #es19F_1XQWS {
  margin: 0;
  width: 315px;
  height: 293px;
  transform: none;
  place-self: center center;
}

.vev #es19F_1XQWS {
  width: 275px;
  height: 253px;
}

.vev div .ptMs_YWpG7C em,
.vev div .ptMs_YWpG7C p,
.vev div .ptMs_YWpG7C strong {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 15px;
  text-transform: none;
  font-variant: normal;
}

.vev div .ptMs_YWpG7C strong {
  font-style: italic;
  color: #000;
  font-weight: 700;
  line-height: 1.4em;
}

.vev div .ptMs_YWpG7C p {
  font-style: inherit;
  color: #000;
  margin: 0;
  line-height: 1.4em;
  text-align: left;
}

.vev div .ptMs_YWpG7C em {
  font-style: italic;
}

.vev #emz1GvrYGzhc .contents {
  background: var(--b-pYgd1-ND1F) 44% 67% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #emz1GvrYGzh {
  min-height: 129vh;
  height: auto;
}

.vev #e_pf7nzvDDR {
  transform: none;
}

.vev #eeOP6pjpEMv {
  place-self: start center;
  margin: 387px 0 0;
}

.vev #eeOP6pjpEMv,
.vev #eutf04_2wgk {
  width: 294px;
  height: 150px;
  transform: none;
}

.vev #e_pf7nzvDDR,
.vev #eutf04_2wgk {
  margin: 0;
  place-self: center center;
}

.vev #e_pf7nzvDDR {
  width: 258px;
  height: 110px;
}

.vev #e5oxFfF4mn0c .contents {
  background: var(--b-p2l62kqiRW) 26% 42%/315%;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #e5oxFfF4mn0 {
  min-height: 83vh;
  height: auto;
}

.vev #ecDQ43yfYd6c .contents {
  background: var(--b-DrYnZ31gGf) 0% 76% / contain;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #ecDQ43yfYd6 {
  min-height: 118vh;
  height: auto;
}

.vev #ePBObIecEkn {
  width: 295px;
  height: 128px;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 377px 0 0;
}

.vev #eNYIwXnSXXc,
.vev #eymfwW_k-Ho {
  margin: 0 0 1px;
  width: 295px;
  height: 128px;
  transform: none;
  place-self: center center;
}

.vev #eymfwW_k-Ho {
  margin: 0;
  width: 255px;
  height: 88px;
}

.vev #e9o9eCEjMaB {
  min-height: 404px;
  height: auto;
}

.vev #eOplt6wetXP {
  margin: 0;
  width: 305px;
  height: 284px;
  transform: none;
  place-self: center center;
}

.vev #eaKJn-AsqBNc .contents,
.vev #eyjXMkvhZDZc {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eyjXMkvhZDZc {
  background: #fff;
}

.vev #eyjXMkvhZDZ {
  min-height: 45vh;
  height: auto;
}

.vev #e-2VIMIPdnh {
  min-height: 667px;
  height: auto;
}

.vev #eEcDJmI2jFW {
  height: 557px;
  place-self: center center;
}

.vev #eEcDJmI2jFW,
.vev #eiTFdpEudoD,
.vev #ejFEfTYq6wH {
  width: 305px;
  transform: none;
  margin: 0;
}

.vev #ejFEfTYq6wH {
  height: 281px;
  place-self: start center;
}

.vev #eiTFdpEudoD {
  height: 24px;
  place-self: end center;
}

.vev #e0c-HU7NKgE,
.vev #eTM0rVHHHvj {
  margin: 0;
  width: 305px;
  height: 236px;
  transform: none;
  place-self: start center;
}

.vev #eTM0rVHHHvj {
  height: 219px;
  place-self: end center;
}

.vev #egVUV6wiWtA {
  min-height: 40vh;
  height: auto;
}

.vev #esvVSqWxSHt {
  min-height: 751px;
  height: auto;
}

.vev #eVto84jnamu {
  width: 305px;
  height: 631px;
  transform: none;
  place-self: center center;
  margin: 0;
}

.vev #eJSFGI9-VtL,
.vev #ezDSAGEQN1M {
  width: 305px;
  transform: none;
  place-self: start center;
}

.vev #ezDSAGEQN1M {
  margin: 0;
  height: 45px;
}

.vev #eJSFGI9-VtL {
  height: 535px;
  margin: 95px 0 0;
}

.vev #e3sSsr90I7j,
.vev #ek4InuTS1-P {
  margin: 0;
  width: 305px;
  height: 43px;
  transform: none;
  place-self: end center;
}

.vev #ek4InuTS1-P {
  height: 471px;
  place-self: start center;
}

.vev #e2JyS8u8DFMc img {
  object-position: 19% 55%;
}

.vev #e2JyS8u8DFM {
  min-height: 40vh;
  height: auto;
}

.vev #eUTGb-XIJ8L {
  min-height: 404px;
  height: auto;
}

.vev #ecAoBEL-81C {
  margin: 0;
  width: 305px;
  height: 284px;
  transform: none;
  place-self: center center;
}

.vev #e5xbx5X03h0 {
  min-height: 45vh;
  height: auto;
}

.vev #euJJjE3EdXC {
  min-height: 230px;
  height: auto;
}

.vev #exrF09fie7F {
  margin: 0;
  width: 305px;
  height: 110px;
  transform: none;
  place-self: center center;
}

.vev #ejgMb0XUjmL {
  min-height: 100vh;
  height: auto;
}

.vev #eAbmxl2s1S5c h2 {
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(4px 4px 3px #000);
}

.vev #eAbmxl2s1S5 {
  margin: 0;
  width: 320px;
  height: 51px;
  place-self: center center;
  max-width: 100%;
  max-height: 100%;
  transform: none;
}

.vev #eXxWrKd4Y8b {
  min-height: 317px;
  height: auto;
}

.vev #eXWm-xWMsBX {
  margin: 0;
  width: 305px;
  height: 197px;
  transform: none;
  place-self: center center;
}

.vev #eaKJn-AsqBNc .contents {
  background: linear-gradient(rgba(0, 0, 0, 0.1) 0% 100%),
    var(--b-5tMaLatdbk) 100% 50%/110%;
}

.vev #eaKJn-AsqBN {
  min-height: 193vh;
  height: auto;
}

.vev #eXlXffWm09z,
.vev #eqWNtLWH5up {
  width: 300px;
  height: 377px;
  transform: none;
  place-self: center center;
  margin: 0;
}

.vev #eqWNtLWH5up {
  place-self: start center;
}

.vev #elEHPVkAIOH {
  margin: 0 0 1px;
  width: 252px;
  height: 337px;
  transform: none;
  place-self: center center;
}

.vev #eADy2XKPVqA {
  min-height: 186px;
  height: auto;
}

.vev #emXw1dfO7yS {
  margin: 0;
  width: 305px;
  height: 66px;
  transform: none;
  place-self: center center;
}

.vev #etML6KqyKKDc img {
  object-position: 64% 47%;
}

.vev #etML6KqyKKD {
  min-height: 33vh;
  height: auto;
}

.vev #eYYPHC7iHvg {
  min-height: 165px;
  height: auto;
}

.vev #e2a0ei5kx8m {
  margin: 0;
  width: 305px;
  height: 45px;
  transform: none;
  place-self: center center;
}

.vev #etRuyBZE2hEc img {
  object-fit: cover;
  object-position: 50% 50%;
}

.vev #etRuyBZE2hE {
  min-height: 38vh;
  height: auto;
}

.vev #egKmgD1iEr- {
  min-height: 185px;
  height: auto;
}

.vev #edZCi-_zRn_ {
  margin: 0;
  width: 305px;
  height: 65px;
  transform: none;
  place-self: center center;
}

.vev #em3sdGpWvc6c img {
  object-position: 0 28%;
  width: 145%;
  height: 145%;
  transform: translate(0, -9%);
  object-fit: cover;
}

.vev #em3sdGpWvc6 {
  min-height: 39vh;
  height: auto;
}

.vev #eNkgwrDnf4_ {
  min-height: 165px;
  height: auto;
}

.vev #edhRVq2ry3t {
  margin: 0;
  width: 305px;
  height: 45px;
  transform: none;
  place-self: center center;
}

.vev #epwHS6TBwSqc img {
  object-position: 44% 19%;
  object-fit: cover;
}

.vev #epwHS6TBwSq {
  min-height: 37vh;
  height: auto;
}

.vev #ef86YK22gUb {
  min-height: 491px;
  height: auto;
}

.vev #eTgrHqhccxM {
  margin: 0;
  width: 305px;
  height: 371px;
  transform: none;
  place-self: center center;
}

.vev #e7NJWD_p3Jsc {
  background: #fff;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #e7NJWD_p3Js {
  min-height: 40vh;
  height: auto;
}

.vev #eNQy8Rvdiru {
  min-height: 318px;
  height: auto;
}

.vev #elagBax7ESe {
  margin: 0;
  width: 305px;
  height: 197px;
  transform: none;
  place-self: center center;
}

.vev #eIfKMaX_V9Vc .contents,
.vev #eh6uMKkCwjGc {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eh6uMKkCwjGc {
  background: #fff;
}

.vev #eh6uMKkCwjG {
  min-height: 40vh;
  height: auto;
}

.vev #e6V15o1pQmg {
  min-height: 567px;
  height: auto;
}

.vev #eHpj3fyfHEL {
  height: 447px;
  place-self: center center;
}

.vev #eHpj3fyfHEL,
.vev #ePdHtB9X-fc,
.vev #eSjwElGPQpv {
  margin: 0;
  width: 305px;
  transform: none;
}

.vev #eSjwElGPQpv {
  height: 383px;
  place-self: start center;
}

.vev #ePdHtB9X-fc {
  height: 43px;
  place-self: end center;
}

.vev #eIfKMaX_V9Vc .contents {
  background: var(--b-zOdfZc4SVJ) repeat-y 6% 0%/350%;
}

.vev #eIfKMaX_V9V {
  min-height: 141vh;
  height: auto;
}

.vev #eJ5zFPWnr8_,
.vev #eb4nKJAmFRg,
.vev #eoU92k_vp6Q {
  transform: none;
  place-self: center center;
}

.vev #eb4nKJAmFRg,
.vev #eoU92k_vp6Q {
  margin: 0;
  width: 291px;
  height: 106px;
}

.vev #eJ5zFPWnr8_ {
  margin: 0 0 1px;
  width: 255px;
  height: 66px;
}

.vev #et19P7KWzvk {
  min-height: 252px;
  height: auto;
}

.vev #endotMPw-4h {
  margin: 0;
  width: 305px;
  height: 132px;
  transform: none;
  place-self: center center;
}

.vev #elXRXEmyLzYc img {
  object-position: 50% 14%;
  width: 114%;
  height: 114%;
  transform: translate(-6%, -2%);
  object-fit: cover;
}

.vev #elXRXEmyLzY {
  min-height: 40vh;
  height: auto;
}

.vev #eldnZF1iawj {
  min-height: 295px;
  height: auto;
}

.vev #epOHDclIVdg {
  margin: 0;
  width: 305px;
  height: 175px;
  transform: none;
  place-self: center center;
}

.vev #e98EORayMmTc img {
  object-position: 17% 24%;
  object-fit: cover;
}

.vev #e98EORayMmT {
  min-height: 39vh;
  height: auto;
}

.vev #enZiGEEGKHk {
  min-height: 317px;
  height: auto;
}

.vev #eug7YVNqJYN {
  margin: 0;
  width: 305px;
  height: 197px;
  transform: none;
  place-self: center center;
}

.vev #eeFQbl_alSL {
  min-height: 40vh;
  height: auto;
}

.vev #eeivndgLExx {
  min-height: 729px;
  height: auto;
}

.vev #eAXNNm_l1f9 {
  width: 305px;
  height: 609px;
  transform: none;
  place-self: center center;
  margin: 0;
}

.vev #eCcGGYzWI17,
.vev #enQyDmgWI0b {
  width: 305px;
  transform: none;
  place-self: start center;
  margin: 0;
}

.vev #enQyDmgWI0b {
  height: 311px;
}

.vev #eCcGGYzWI17 {
  height: 266px;
}

.vev #eSuU5m6CJ5A,
.vev #eXY2iz8Ftym {
  margin: 0;
  width: 305px;
  transform: none;
  place-self: end center;
}

.vev #eXY2iz8Ftym {
  height: 24px;
}

.vev #eSuU5m6CJ5A {
  height: 240px;
}

.vev #ehqhnGLqVK2 {
  min-height: 40vh;
  height: auto;
}

.vev #egD4_rl3kVv {
  min-height: 186px;
  height: auto;
}

.vev #e2HXACzgMnP {
  margin: 0 0 1px;
  width: 305px;
  height: 66px;
  transform: none;
  place-self: center center;
  max-height: 100%;
}

.vev #eMVjKLZbHx7c img {
  object-position: 0 25%;
}

.vev #eMVjKLZbHx7 {
  min-height: 40vh;
  height: auto;
}

.vev #eIzhMgVug3N {
  min-height: 230px;
  height: auto;
}

.vev #eeQbvXkh5X8 {
  margin: 0;
  width: 305px;
  height: 110px;
  transform: none;
  place-self: center center;
  max-height: 100%;
}

.vev #eWADUMIBwjK {
  min-height: 45vh;
  height: 200px;
}

.vev #e1kbIZVzSbX {
  min-height: 447px;
  height: auto;
}

.vev #e_gOhD-DRKu {
  height: 327px;
  place-self: center center;
  max-height: 100%;
}

.vev #eLcvPYTosKi,
.vev #e_gOhD-DRKu,
.vev #elHqf7HPv-J {
  margin: 0;
  width: 305px;
  transform: none;
}

.vev #elHqf7HPv-J {
  height: 266px;
  place-self: start center;
}

.vev #eLcvPYTosKi {
  height: 40px;
  place-self: end center;
}

.vev #eOW2XMzcsksc .contents {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
  background: var(--b-6Fq6xAJQoc) 66% 100%/168%;
}

.vev #eOW2XMzcsks {
  min-height: 212vh;
  height: auto;
}

.vev #eI5JmCpkhrt {
  width: 299px;
  height: 356px;
  transform: none;
  place-self: start center;
  margin: 707px 0 0;
}

.vev #eIpvrEG-Fjc {
  transform: none;
}

.vev #eRuyenZFlUR {
  width: 299px;
  height: 356px;
  transform: none;
}

.vev #eIpvrEG-Fjc,
.vev #eRuyenZFlUR {
  margin: 0;
  place-self: center center;
}

.vev #eIpvrEG-Fjc {
  width: 258px;
  height: 316px;
}

.vev #exSVgKn5SCoc .contents {
  background: var(--b-L5OKweyzvr) 0% 49% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #exSVgKn5SCo {
  min-height: 136vh;
  height: auto;
}

.vev #eyl5mTCOG2e {
  width: 310px;
  height: 157px;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 387px 0 0;
}

.vev #eMoQjon7YqA,
.vev #eUWb_hv2aKZ {
  margin: 0;
  width: 100%;
  height: 150px;
  transform: none;
  place-self: center center;
}

.vev #eUWb_hv2aKZ {
  width: 273px;
  height: 110px;
}

.vev #e7Ew5GKCeqDc .contents {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
  background: var(--b-gPnMdUerWY) 29% 53% / cover;
}

.vev #e7Ew5GKCeqD {
  min-height: 135vh;
  height: auto;
}

.vev #eExngFDqS1R {
  width: 314px;
  height: 150px;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 402px 0 0;
}

.vev #eAOaYl1ZPMe,
.vev #ex4lvb3uK5M {
  margin: 0 0 1px;
  width: 314px;
  height: 150px;
  transform: none;
  place-self: center center;
}

.vev #ex4lvb3uK5M {
  width: 270px;
  height: 110px;
}

.vev #eSkEO05ixvFc .contents {
  background: var(--b-AajKtM0Rrt) 64% 68% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eSkEO05ixvF {
  min-height: 142vh;
  height: auto;
}

.vev #ebyRdKjMlq- {
  width: 304px;
  height: 215px;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 402px 0 0;
}

.vev #eFKUCPow9v_,
.vev #ereQW84OZ-N {
  margin: 0 0 1px;
  width: 304px;
  height: 215px;
  transform: none;
  place-self: center center;
}

.vev #ereQW84OZ-N {
  margin: 0;
  width: 265px;
  height: 175px;
}

.vev #eIoKowhOTlAc .contents {
  background: var(--b-MgLUoTHjmA) 55% 53% / contain;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eIoKowhOTlA {
  min-height: 137vh;
  height: auto;
}

.vev #ePv8zCb_FYD {
  width: 285px;
  height: 314px;
  transform: none;
  place-self: start center;
  max-height: 100%;
  margin: 407px 0 0;
}

.vev #eK9PtJ8A-NU,
.vev #eSBH4yMPpKD {
  margin: 0 0 1px;
  width: 285px;
  height: 314px;
  transform: none;
  place-self: center center;
}

.vev #eSBH4yMPpKD {
  width: 243px;
  height: 274px;
}

.vev #eKENGtQRZGm {
  min-height: 230px;
  height: auto;
}

.vev #eA9kLn6K2zr {
  margin: 0;
  width: 305px;
  height: 110px;
  transform: none;
  place-self: center center;
}

.vev #e5tajGt8cxEc img {
  object-position: 54% 87%;
}

.vev #e5tajGt8cxE {
  min-height: 45vh;
  height: auto;
}

.vev #ersX6Fqw-_5 {
  min-height: 186px;
  height: auto;
}

.vev #eMHLQwTrpJH,
.vev #epk0pyMM0gR {
  margin: 0;
  width: 305px;
  height: 66px;
  transform: none;
  place-self: center center;
}

.vev #eMHLQwTrpJH {
  display: none;
}

.vev #eFj_3tHJ1AHc img {
  object-position: 63% 41%;
}

.vev #eFj_3tHJ1AH {
  min-height: 40vh;
  height: auto;
}

.vev #em6lkkZDtWe {
  min-height: 295px;
  height: auto;
}

.vev #eGVs-tomwlb {
  margin: 0;
  width: 305px;
  height: 175px;
  transform: none;
  place-self: center center;
}

.vev #eDY7dMkqlZY,
.vev #eVf391xC4_I {
  min-height: 45vh;
  height: auto;
}

.vev #eVf391xC4_I {
  display: none;
}

.vev #eo8CjMdsT88 {
  min-height: 535px;
  height: auto;
}

.vev #ee8HkvqY8X8 {
  height: 415px;
  place-self: center center;
}

.vev #e7ppbVq1190,
.vev #eLyCYzBZr6A,
.vev #ee8HkvqY8X8 {
  margin: 0;
  width: 305px;
  transform: none;
}

.vev #eLyCYzBZr6A {
  height: 40px;
  place-self: end center;
}

.vev #e7ppbVq1190 {
  height: 354px;
  place-self: start center;
}

.vev #e2LwglU9hZW {
  min-height: 36vh;
  height: auto;
}

.vev #em_2sBsPduB {
  min-height: 646px;
  height: auto;
}

.vev #e5aFuHSVQc3 {
  height: 526px;
  place-self: center center;
}

.vev #e5aFuHSVQc3,
.vev #ePfOcBHj20W,
.vev #esiUFjJvMK0 {
  margin: 0;
  width: 305px;
  transform: none;
}

.vev #esiUFjJvMK0 {
  height: 40px;
  place-self: end center;
}

.vev #ePfOcBHj20W {
  height: 465px;
  place-self: start center;
}

.vev #eeFIgO9Sr8rc img {
  object-position: 47% 71%;
  width: 123%;
  height: 123%;
  transform: translate(-9%, -13%);
}

.vev #eeFIgO9Sr8r {
  min-height: 40vh;
  height: auto;
}

.vev #eSJnt8Bzz2m {
  min-height: 621px;
  height: auto;
}

.vev #ed5qixt0AdA {
  margin: 0;
  width: 305px;
  height: 501px;
  transform: none;
  place-self: center center;
}

.vev #el7crvf1W1gc img {
  object-position: 19% 59%;
}

.vev #el7crvf1W1g {
  min-height: 40vh;
  height: auto;
}

.vev #e2pNMlEZA7g {
  min-height: 447px;
  height: auto;
}

.vev #eonsmaVLlsc {
  margin: 0;
  width: 305px;
  height: 327px;
  transform: none;
  place-self: center center;
}

.vev #e1ubyHEFmnKc img {
  object-position: 35% 34%;
}

.vev #e1ubyHEFmnK {
  min-height: 40vh;
  height: auto;
}

.vev #e1UjQ9a2t4V {
  min-height: 273px;
  height: auto;
}

.vev #eTRqK4jScG8 {
  margin: 0;
  width: 305px;
  height: 153px;
  transform: none;
  place-self: center center;
}

.vev #eBImKIGlRjHc img {
  object-position: 47% 52%;
  width: 115%;
  height: 115%;
  transform: translate(-6%, -7%);
}

.vev #eBImKIGlRjH {
  min-height: 40vh;
  height: auto;
}

.vev #ed8YgTUj3Asc {
  background: var(--b-2MLLUir_Nj) no-repeat 32% 61% / cover;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #ed8YgTUj3As {
  min-height: 100vh;
  height: 100px;
}

.vev #eBsOHq63CKo {
  margin: 0 0 1px;
  width: 320px;
  height: 145px;
  place-self: center center;
  max-height: 100%;
  transform: none;
}

.vev #erGm4OaKyuW {
  min-height: 382px;
  height: auto;
}

.vev #et0TW2Sc6rQ {
  margin: 0;
  width: 305px;
  height: 262px;
  transform: none;
  place-self: center center;
}

.vev #e2gG9WeYnyFc img {
  object-position: 60% 42%;
}

.vev #e2gG9WeYnyF {
  min-height: 45vh;
  height: auto;
}

.vev #eLFx3R5e6LJ {
  min-height: 295px;
  height: auto;
}

.vev #eza3i-cTqE_ {
  margin: 0;
  width: 305px;
  height: 175px;
  transform: none;
  place-self: center center;
}

.vev #evzCcaUa1cv {
  min-height: 45vh;
  height: auto;
}

.vev #ejhjlCBI1Xa {
  min-height: 539px;
  height: auto;
}

.vev #eTaxyZr8Kb7 {
  width: 305px;
  height: 419px;
  transform: none;
  place-self: center center;
  margin: 0;
}

.vev #e1Ma92rQO4l,
.vev #ebNREF15ljO {
  width: 305px;
  height: 229px;
  transform: none;
  place-self: start center;
  margin: 0;
}

.vev #ebNREF15ljO {
  height: 60px;
  place-self: end center;
}

.vev #e9qByR4F8dR,
.vev #eK33kmBDDj2 {
  width: 305px;
  transform: none;
  place-self: start center;
}

.vev #eK33kmBDDj2 {
  margin: 0;
  height: 148px;
  max-height: 100%;
}

.vev #e9qByR4F8dR {
  margin: 286px 0 0;
  height: 132px;
}

.vev #eTJxGhxggwj {
  min-height: 45vh;
  height: auto;
}

.vev #eWkpZqnA-r6 {
  min-height: 252px;
  height: auto;
}

.vev #ewhHvdDgQwt {
  margin: 0;
  width: 305px;
  height: 132px;
  transform: none;
  place-self: center center;
}

.vev #ezygRmG3oPQc {
  background: #fbfbfb;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #ezygRmG3oPQ {
  min-height: 45vh;
  height: 200px;
}

.vev #ec4DueClWKI {
  min-height: 317px;
  height: auto;
}

.vev #eZ8j8aUuXrA {
  margin: 0;
  width: 305px;
  height: 197px;
  transform: none;
  place-self: center center;
}

.vev #eqI5u2oAv95c {
  background: #fff;
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eqI5u2oAv95 {
  min-height: 36vh;
  height: auto;
}

.vev #eGLcOQEANq4 {
  min-height: 513px;
  height: auto;
}

.vev #eWVCqKnSXL7 {
  margin: 0;
  width: 305px;
  height: 393px;
  transform: none;
  place-self: center center;
  max-height: 100%;
}

.vev #ehFC2xE6CYt {
  min-height: 38vh;
  height: auto;
}

.vev #eQYjy-u1N8b {
  min-height: 613px;
  height: auto;
}

.vev #erLBw0v6H_B {
  height: 493px;
  place-self: center center;
}

.vev #e07FR5yNHGH,
.vev #e2-YakGmcZ7,
.vev #erLBw0v6H_B {
  margin: 0;
  width: 305px;
  transform: none;
}

.vev #e2-YakGmcZ7 {
  height: 60px;
  place-self: end center;
}

.vev #e07FR5yNHGH {
  height: 412px;
  place-self: start center;
}

.vev #e3t9R2CS4QFc img {
  object-position: 57% 42%;
  object-fit: cover;
}

.vev #e3t9R2CS4QF {
  min-height: 33vh;
  height: auto;
}

.vev #ea3ItDROTcp {
  min-height: 469px;
  height: auto;
}

.vev #eHDd86XNyh8 {
  margin: 0;
  width: 305px;
  height: 349px;
  transform: none;
  place-self: center center;
}

.vev #et0loPy6gGO {
  min-height: 38vh;
  height: auto;
}

.vev #eczL2fIXHIs {
  min-height: 900px;
  height: auto;
}

.vev #eXHKBMM7EQ4 {
  width: 305px;
  height: 780px;
  transform: none;
  place-self: center center;
  max-height: 100%;
  margin: 0;
}

.vev #eFJfpXbcrVm {
  width: 305px;
  height: 503px;
  transform: none;
  place-self: start center;
  margin: 0;
}

.vev #eJqVZc4bSJt {
  height: 40px;
  place-self: end center;
}

.vev #eJqVZc4bSJt,
.vev #ekE0DokIgT5,
.vev #eu4JnbmkQMK {
  margin: 0;
  width: 305px;
  transform: none;
}

.vev #eu4JnbmkQMK {
  height: 442px;
  place-self: start center;
}

.vev #ekE0DokIgT5 {
  height: 219px;
  place-self: end center;
}

.vev #eKAFfJT53gHc,
.vev div .pDWxh9d0hT0 .img div {
  text-fill-color: unset;
  -webkit-text-fill-color: unset;
}

.vev #eKAFfJT53gHc {
  background: #fff;
}

.vev #eKAFfJT53gH {
  min-height: 38vh;
  height: auto;
}

.vev #eqwUf6m69YQ {
  min-height: 424px;
  height: auto;
}

.vev #ehMn4NoSU3n {
  height: 304px;
  place-self: center center;
  max-height: 100%;
}

.vev #e0foGuAtZ9J,
.vev #eE2Z1__O7vI,
.vev #ehMn4NoSU3n {
  width: 305px;
  transform: none;
  margin: 0;
}

.vev #eE2Z1__O7vI {
  height: 180px;
  place-self: start center;
}

.vev #e0foGuAtZ9J {
  height: 40px;
  place-self: end center;
}

.vev #eUEUWDSWDj2,
.vev #exOM5S4X-d1 {
  margin: 0;
  width: 305px;
  height: 119px;
  transform: none;
  place-self: start center;
}

.vev #exOM5S4X-d1 {
  margin: 237px 0 0;
  height: 66px;
}

.vev #eqar3W7-XXjc img {
  object-position: 42% 8%;
  object-fit: cover;
  width: 110%;
  height: 110%;
  transform: translate(-4%, -1%);
}

.vev #eqar3W7-XXj {
  min-height: 60vh;
  height: auto;
}

.vev #e3-CxQGpq79 {
  min-height: 382px;
  height: auto;
}

.vev #eF896xhSuGX {
  margin: 0;
  width: 305px;
  height: 262px;
  transform: none;
  place-self: center center;
}

.vev #e7FAWCW3FST {
  min-height: 100vh;
  height: auto;
}

.vev div .pDWxh9d0hT0 .img div {
  background: #0e0e0e;
}

.vev #ehstw6eQRFl,
.vev #eq_u2_PDsX_ {
  place-self: start center;
  transform: none;
}

.vev #eq_u2_PDsX_ {
  margin: 570px 0 0;
  width: 32px;
  height: auto;
  aspect-ratio: 0.7895;
  max-height: 100%;
  --ratio: 126.66%;
}

.vev #ehstw6eQRFl {
  width: 320px;
  margin: 56px 0 0;
  height: 319px;
}

.vev div .p_mfJzc87yK p,
.vev div .p_mfJzc87yK strong {
  font-size: 1.05em;
  font-family: "Merriweather";
  font-style: inherit;
  color: #fff;
}

.vev div .p_mfJzc87yK p {
  font-weight: 400;
  text-align: center;
  line-height: 1.45em;
  margin: 0;
  text-transform: none;
  font-variant: normal;
}

.vev div .p_mfJzc87yK strong {
  font-weight: 700;
}

.vev div .p_mfJzc87yK td {
  font-size: 1em;
  border: 0 solid #333;
  color: #fff;
  padding: 25px 5px 0;
}

.vev div .p_mfJzc87yK em {
  font-size: 0.9em;
  color: #fff;
  font-weight: 300;
  font-style: italic;
}

.vev div .p_mfJzc87yK table {
  margin: 0;
}

.vev div .p_mfJzc87yK li::marker {
  color: transparent;
  font-size: 0.05em;
}

.vev div .p_mfJzc87yK li {
  font-size: 1.05em;
  text-align: center;
  margin: 3px 0 5px;
  line-height: 1.4em;
  color: #fff;
}

.vev div .p_mfJzc87yK h5,
.vev div .p_mfJzc87yK h6 {
  color: #fff;
  font-family: "Merriweather";
  font-style: inherit;
  text-align: center;
}

.vev div .p_mfJzc87yK h5 {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  margin: 20px 0 5px;
}

.vev div .p_mfJzc87yK h6 {
  font-weight: 900;
  font-size: 15px;
  margin: 0 0 25px;
}

.vev #eDuJGX3JCsV {
  width: 320px;
  margin: 375px 0 0;
  place-self: start center;
  height: 149px;
  transform: none;
  max-height: 100%;
}

.vev div .pAOf6DONG1 em {
  font-family: "Merriweather";
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-style: italic;
}

.vev div .pAOf6DONG1 h3,
.vev div .pAOf6DONG1 strong {
  font-family: "Merriweather";
  font-style: normal;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.vev div .pAOf6DONG1 h3 {
  font-weight: 300;
  text-align: center;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 1.3em;
  margin: 15px 0;
}

.vev div .pAOf6DONG1 h4 {
  text-align: center;
  color: #fd2e00;
}

.vev div .pAOf6DONG1 h1,
.vev div .pAOf6DONG1 h2 {
  font-size: 107px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00d91f;
}

.vev div .pAOf6DONG1 h2 {
  font-size: 53px;
  line-height: 1.2em;
}

.vev div .pAOf6DONG1 blockquote,
.vev div .pAOf6DONG1 h1,
.vev div .pAOf6DONG1 h2,
.vev div .pAOf6DONG1 h5 {
  font-weight: 400;
  font-style: normal;
  font-family: "Anton";
  text-align: center;
}

.vev div .pAOf6DONG1 blockquote {
  color: #fcfffc;
  font-size: 40px;
  letter-spacing: 1px;
}

.vev div .pAOf6DONG1 h5 {
  color: #fff;
  font-size: 20px;
}

.vev div .pAOf6DONG1,
.vev div .pAOf6DONG1 h4,
.vev div .pAOf6DONG1 h6 {
  font-weight: 900;
  font-style: inherit;
}

.vev div .pAOf6DONG1 {
  font-size: 18px;
  color: #fff;
}

.vev div .pAOf6DONG1 a {
  color: #0051fd;
}

.vev div .pAOf6DONG1 strong {
  font-weight: 900;
}

.vev #enU-O__ZEfC {
  min-height: 100vh;
  height: auto;
  display: none;
}

.vev #eyQdbJApAbT {
  margin: 113px 0 0;
  width: 32px;
  height: auto;
  transform: none;
  place-self: start center;
  aspect-ratio: 0.7895;
  max-height: 100%;
  --ratio: 126.66%;
}

.vev #eDIjrAjqw9N,
.vev #eoNkuP4qanV {
  width: 100%;
  margin: 56px 0 0;
  place-self: start center;
  height: 319px;
  transform: none;
}

.vev #eoNkuP4qanV {
  margin: 375px 0 0;
  height: auto;
  max-height: 100%;
}

@media (min-width: 600px) {
  .vev .pIaF9_-b0Yk .__sc {
    grid-template-columns: 1fr 600px 1fr;
  }

  .vev #eG7w5NITFAQc .contents {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.65) 4%,
        rgba(255, 255, 255, 0) 39%
      ),
      var(--b-mn3szM_4Kv) 13% 39%/290%;
  }

  .vev #e-FfkJ5yhBa {
    margin: 57.3px 0 0;
    width: 600px;
    height: 71px;
  }

  .vev div .pn7xulX6PW6 h1 {
    font-size: 58px;
  }

  .vev div .pn7xulX6PW6 h5 {
    font-size: 37px;
  }

  .vev #eSvX6JKqa6o {
    margin: 144px 0 0;
    width: 600px;
    height: 94px;
  }

  .vev #eINEo7Lsgry {
    min-height: 220vh;
  }

  .vev #ejLfvTz8axd {
    margin: 953px 0 0;
  }

  .vev #e5r2vbAmdVx,
  .vev #ejLfvTz8axd {
    width: 525px;
    height: 361px;
  }

  .vev div .pNY9uqWG2am {
    border-radius: 8px;
  }

  .vev #eLSJCt5fUX3 {
    width: 460px;
    height: 291px;
  }

  .vev div .pBJqxbtK5hQ p,
  .vev div .p_sr-yMMKpX em,
  .vev div .p_sr-yMMKpX p,
  .vev div .pjTxMcxuFh1 p,
  .vev div .ptMs_YWpG7C p,
  .vev div .ptMs_YWpG7C strong {
    font-size: 25px;
  }

  .vev #efCOyAGRhcU {
    min-height: 346px;
  }

  .vev #eWBLe6ostrM {
    width: 585px;
    height: 146px;
  }

  .vev #effh2DW9ry0c img {
    object-position: 20% 19%;
  }

  .vev #effh2DW9ry0 {
    min-height: 55vh;
  }

  .vev #e5D713SLwKb {
    min-height: 527px;
  }

  .vev #eVYqOcOGo5Q {
    margin: 0;
    width: 585px;
    height: 327px;
  }

  .vev #e3rrNTdBL3W {
    width: 600px;
    height: 83px;
  }

  .vev div .p0ERxq75FW- h2 {
    font-size: 68px;
  }

  .vev #eCmC2zTGtLy {
    min-height: 382px;
  }

  .vev #e9omndQ3Zb7 {
    width: 585px;
    height: 182px;
  }

  .vev #esM6GFdhSHuc img {
    object-position: 36% 51%;
  }

  .vev #esM6GFdhSHu {
    min-height: 60vh;
  }

  .vev #eGxAI18_rlp {
    min-height: 419px;
  }

  .vev #eWy4NMg0baR {
    width: 585px;
    height: 219px;
  }

  .vev #eFSulDovBf6 {
    min-height: 52vh;
  }

  .vev #eipf_te-qyH {
    min-height: 310px;
  }

  .vev #eoq0KQJNyj7 {
    width: 585px;
    height: 110px;
  }

  .vev #e-6s1oRAFXk {
    min-height: 50vh;
  }

  .vev #eKnC21Xg_7k {
    min-height: 527px;
  }

  .vev #eQYvXZd27zq {
    width: 585px;
    height: 327px;
  }

  .vev #e7Iq0-gtfOOc img {
    object-fit: cover;
  }

  .vev #e7Iq0-gtfOO {
    min-height: 55vh;
    height: auto;
  }

  .vev #emWBXmJ0Xio {
    min-height: 661px;
  }

  .vev #eHJdrP7hdOy {
    width: 585px;
    height: 461px;
  }

  .vev #efKe6AQu6o_ {
    width: 585px;
    height: 66px;
  }

  .vev #eo_nidcI9ZB {
    width: 585px;
    height: 354px;
  }

  .vev div .pjTxMcxuFh1 blockquote,
  .vev div .pjTxMcxuFh1 em {
    font-size: 36px;
  }

  .vev #ePDN5LxiFXa {
    min-height: 140vh;
  }

  .vev #e4c5ksbfL6e {
    margin: 646px 0 0;
  }

  .vev #e4c5ksbfL6e,
  .vev #e_XiBm3hQHd {
    width: 560px;
    height: 252px;
  }

  .vev #ex38rLV8UWo {
    width: 495px;
    height: 182px;
  }

  .vev #erVBUQ5pqmGc .contents {
    background: var(--b-GeUfs1mh7b) 50% 48% / cover;
  }

  .vev #erVBUQ5pqmG {
    min-height: 161vh;
  }

  .vev #eIPr4haL5-- {
    margin: 705px 0 0;
  }

  .vev #eIPr4haL5--,
  .vev #eUBpanGiKwD {
    width: 555px;
    height: 434px;
  }

  .vev #eIatYRXEgow {
    width: 485px;
    height: 364px;
  }

  .vev #es65ggOo8Wbc .contents {
    background: linear-gradient(rgba(0, 0, 0, 0.2) 0% 100%),
      var(--b-2fwNPYtLe1) repeat-y 8% 57% / cover;
  }

  .vev #es65ggOo8Wb {
    min-height: 164vh;
  }

  .vev #et6z6mzRnmL {
    margin: 620px 0 0;
  }

  .vev #e3MesC-kUOI,
  .vev #et6z6mzRnmL {
    width: 535px;
    height: 491px;
  }

  .vev #es19F_1XQWS {
    width: 460px;
    height: 421px;
  }

  .vev div .ptMs_YWpG7C em {
    font-size: 25px;
  }

  .vev #emz1GvrYGzh {
    min-height: 134vh;
  }

  .vev #eeOP6pjpEMv {
    margin: 625px 0 0 0.17%;
  }

  .vev #eeOP6pjpEMv,
  .vev #eutf04_2wgk {
    width: 515px;
    height: 252px;
  }

  .vev #e_pf7nzvDDR {
    width: 445px;
    height: 182px;
  }

  .vev #ecDQ43yfYd6c .contents {
    background: var(--b-DrYnZ31gGf) 31% 43% / cover;
  }

  .vev #ecDQ43yfYd6 {
    min-height: 135vh;
  }

  .vev #ePBObIecEkn {
    margin: 750px 0 0;
  }

  .vev #eNYIwXnSXXc,
  .vev #ePBObIecEkn {
    width: 485px;
    height: 216px;
  }

  .vev #eymfwW_k-Ho {
    width: 423px;
    height: 146px;
  }

  .vev #e9o9eCEjMaB {
    min-height: 672px;
  }

  .vev #eOplt6wetXP {
    width: 585px;
    height: 472px;
  }

  .vev #eyjXMkvhZDZ {
    min-height: 55vh;
  }

  .vev #e-2VIMIPdnh {
    min-height: 1059px;
  }

  .vev #eEcDJmI2jFW {
    width: 585px;
    height: 859px;
  }

  .vev #ejFEfTYq6wH {
    width: 585px;
    height: 429px;
  }

  .vev #eiTFdpEudoD {
    width: 585px;
    height: 34px;
  }

  .vev #e0c-HU7NKgE {
    width: 585px;
    height: 354px;
  }

  .vev #eTM0rVHHHvj {
    width: 585px;
    height: 327px;
  }

  .vev #egVUV6wiWtA {
    min-height: 50vh;
  }

  .vev #esvVSqWxSHt {
    min-height: 1188px;
  }

  .vev #eVto84jnamu {
    width: 585px;
    height: 988px;
    margin: 0 0 1px;
    max-height: 100%;
  }

  .vev #ezDSAGEQN1M {
    width: 585px;
    height: 74px;
  }

  .vev #eJSFGI9-VtL {
    width: 585px;
    height: 813px;
    place-self: end center;
    margin: 0;
  }

  .vev #e3sSsr90I7j {
    width: 585px;
    height: 66px;
  }

  .vev #ek4InuTS1-P {
    width: 586px;
    height: 706px;
  }

  .vev #e2JyS8u8DFM {
    min-height: 50vh;
  }

  .vev #eUTGb-XIJ8L {
    min-height: 600px;
  }

  .vev #ecAoBEL-81C {
    width: 585px;
    height: 400px;
  }

  .vev #e5xbx5X03h0 {
    min-height: 50vh;
  }

  .vev #euJJjE3EdXC {
    min-height: 382px;
  }

  .vev #exrF09fie7F {
    width: 585px;
    height: 182px;
  }

  .vev #eAbmxl2s1S5 {
    width: 600px;
    height: 83px;
  }

  .vev #eXxWrKd4Y8b {
    min-height: 455px;
  }

  .vev #eXWm-xWMsBX {
    width: 585px;
    height: 255px;
  }

  .vev #eaKJn-AsqBNc .contents {
    background: linear-gradient(rgba(0, 0, 0, 0.1) 0% 100%),
      var(--b-ErWZuQ1JgN) 90% 54% / contain;
  }

  .vev #eaKJn-AsqBN {
    min-height: 165vh;
  }

  .vev #eXlXffWm09z,
  .vev #eqWNtLWH5up {
    width: 495px;
    height: 631px;
  }

  .vev #elEHPVkAIOH {
    width: 422px;
    height: 561px;
  }

  .vev #eADy2XKPVqA {
    min-height: 310px;
  }

  .vev #emXw1dfO7yS {
    width: 585px;
    height: 110px;
  }

  .vev #etML6KqyKKD {
    min-height: 48vh;
  }

  .vev #eYYPHC7iHvg {
    min-height: 274px;
  }

  .vev #e2a0ei5kx8m {
    width: 585px;
    height: 74px;
  }

  .vev #etRuyBZE2hE {
    min-height: 50vh;
  }

  .vev #egKmgD1iEr- {
    min-height: 310px;
  }

  .vev #edZCi-_zRn_ {
    width: 585px;
    height: 110px;
  }

  .vev #em3sdGpWvc6 {
    min-height: 50vh;
  }

  .vev #eNkgwrDnf4_ {
    min-height: 237px;
  }

  .vev #edhRVq2ry3t {
    width: 596px;
    height: 37px;
  }

  .vev #epwHS6TBwSq {
    min-height: 50vh;
  }

  .vev #ef86YK22gUb {
    min-height: 745px;
  }

  .vev #eTgrHqhccxM {
    margin: 0;
    width: 585px;
    height: 545px;
  }

  .vev #e7NJWD_p3Js {
    min-height: 55vh;
  }

  .vev #eNQy8Rvdiru {
    min-height: 455px;
  }

  .vev #elagBax7ESe {
    width: 585px;
    height: 255px;
  }

  .vev #eh6uMKkCwjG {
    min-height: 50vh;
  }

  .vev #e6V15o1pQmg {
    min-height: 913px;
  }

  .vev #eHpj3fyfHEL {
    width: 585px;
    height: 713px;
  }

  .vev #eSjwElGPQpv {
    width: 585px;
    height: 606px;
  }

  .vev #ePdHtB9X-fc {
    width: 585px;
    height: 66px;
  }

  .vev #eIfKMaX_V9Vc .contents {
    background: var(--b-zOdfZc4SVJ) no-repeat 5% 26%/332%;
  }

  .vev #eb4nKJAmFRg,
  .vev #eoU92k_vp6Q {
    width: 582px;
    height: 144px;
  }

  .vev #eJ5zFPWnr8_ {
    width: 516px;
    height: 74px;
  }

  .vev #et19P7KWzvk {
    min-height: 382px;
  }

  .vev #endotMPw-4h {
    width: 585px;
    height: 182px;
  }

  .vev #elXRXEmyLzY {
    min-height: 50vh;
  }

  .vev #eldnZF1iawj {
    min-height: 455px;
  }

  .vev #epOHDclIVdg {
    width: 585px;
    height: 255px;
  }

  .vev #e98EORayMmTc img {
    object-position: 0 14%;
  }

  .vev #e98EORayMmT {
    min-height: 50vh;
  }

  .vev #enZiGEEGKHk {
    min-height: 548px;
  }

  .vev #eug7YVNqJYN {
    width: 585px;
    height: 348px;
  }

  .vev #eeFQbl_alSL {
    min-height: 50vh;
  }

  .vev #eeivndgLExx {
    min-height: 1144px;
  }

  .vev #eAXNNm_l1f9 {
    width: 585px;
    height: 944px;
  }

  .vev #enQyDmgWI0b {
    width: 585px;
    height: 479px;
  }

  .vev #eCcGGYzWI17 {
    width: 586px;
    height: 404px;
  }

  .vev #eXY2iz8Ftym {
    width: 585px;
    height: 34px;
  }

  .vev #eSuU5m6CJ5A {
    width: 585px;
    height: 364px;
  }

  .vev #ehqhnGLqVK2 {
    min-height: 50vh;
  }

  .vev #egD4_rl3kVv {
    min-height: 274px;
  }

  .vev #e2HXACzgMnP {
    width: 585px;
    height: 74px;
  }

  .vev #eMVjKLZbHx7c img {
    object-position: 0 42%;
    width: 107%;
    height: 107%;
    transform: translate(0, -3%);
    object-fit: cover;
  }

  .vev #eMVjKLZbHx7 {
    min-height: 50vh;
  }

  .vev #eIzhMgVug3N {
    min-height: 346px;
  }

  .vev #eeQbvXkh5X8 {
    width: 585px;
    height: 146px;
  }

  .vev #e1kbIZVzSbX {
    min-height: 711px;
  }

  .vev #e_gOhD-DRKu {
    width: 585px;
    height: 511px;
  }

  .vev #elHqf7HPv-J {
    width: 585px;
    height: 404px;
  }

  .vev #eLcvPYTosKi {
    width: 585px;
    height: 66px;
  }

  .vev #eOW2XMzcsksc .contents {
    background: var(--b-6Fq6xAJQoc) 65% 77%/168%;
  }

  .vev #eOW2XMzcsks {
    min-height: 170vh;
  }

  .vev #eI5JmCpkhrt {
    margin: 742px 0 0;
  }

  .vev #eI5JmCpkhrt,
  .vev #eRuyenZFlUR {
    width: 570px;
    height: 491px;
  }

  .vev #eIpvrEG-Fjc {
    width: 494px;
    height: 421px;
  }

  .vev #exSVgKn5SCo {
    min-height: 134vh;
  }

  .vev #eyl5mTCOG2e {
    margin: 607px 0 0;
  }

  .vev #eMoQjon7YqA,
  .vev #eyl5mTCOG2e {
    width: 528px;
    height: 252px;
  }

  .vev #eUWb_hv2aKZ {
    width: 460px;
    height: 182px;
  }

  .vev #e7Ew5GKCeqD {
    min-height: 130vh;
  }

  .vev #eExngFDqS1R {
    margin: 566px 0 0;
  }

  .vev #eAOaYl1ZPMe,
  .vev #eExngFDqS1R {
    width: 529px;
    height: 252px;
  }

  .vev #ex4lvb3uK5M {
    width: 459px;
    height: 182px;
  }

  .vev #eSkEO05ixvF {
    min-height: 139vh;
  }

  .vev #ebyRdKjMlq- {
    margin: 579.1px 0 0;
  }

  .vev #eFKUCPow9v_,
  .vev #ebyRdKjMlq- {
    width: 547px;
    height: 325px;
  }

  .vev #ereQW84OZ-N {
    width: 476px;
    height: 255px;
  }

  .vev #eIoKowhOTlAc .contents {
    background: var(--b-MgLUoTHjmA) 33% 26% / cover;
  }

  .vev #eIoKowhOTlA {
    min-height: 188vh;
  }

  .vev #ePv8zCb_FYD {
    margin: 567px 0 0;
  }

  .vev #eK9PtJ8A-NU,
  .vev #ePv8zCb_FYD {
    width: 588px;
    height: 421px;
  }

  .vev #eSBH4yMPpKD {
    width: 520px;
    height: 351px;
  }

  .vev #eKENGtQRZGm {
    min-height: 381px;
  }

  .vev #eA9kLn6K2zr {
    width: 585px;
    height: 181px;
  }

  .vev #e5tajGt8cxEc img {
    object-position: 71% 100%;
  }

  .vev #e5tajGt8cxE {
    min-height: 65vh;
  }

  .vev #ersX6Fqw-_5 {
    min-height: 310px;
  }

  .vev #eMHLQwTrpJH,
  .vev #epk0pyMM0gR {
    width: 585px;
    height: 110px;
  }

  .vev #eFj_3tHJ1AHc img {
    object-position: 61% 23%;
    object-fit: cover;
  }

  .vev #eFj_3tHJ1AH {
    min-height: 50vh;
  }

  .vev #em6lkkZDtWe {
    min-height: 454px;
  }

  .vev #eGVs-tomwlb {
    width: 585px;
    height: 254px;
  }

  .vev #eDY7dMkqlZY {
    min-height: 58vh;
  }

  .vev #eVf391xC4_I {
    min-height: 58vh;
    display: none;
  }

  .vev #eo8CjMdsT88 {
    min-height: 812px;
  }

  .vev #ee8HkvqY8X8 {
    width: 585px;
    height: 612px;
    margin: 0;
  }

  .vev #eLyCYzBZr6A {
    width: 585px;
    height: 66px;
  }

  .vev #e7ppbVq1190 {
    width: 585px;
    height: 505px;
  }

  .vev #e2LwglU9hZW {
    min-height: 47vh;
  }

  .vev #em_2sBsPduB {
    min-height: 1050px;
  }

  .vev #e5aFuHSVQc3 {
    width: 585px;
    height: 850px;
  }

  .vev #esiUFjJvMK0 {
    margin: 783px 0 0;
    width: 585px;
    height: 66px;
    place-self: start center;
    max-height: 100%;
  }

  .vev #ePfOcBHj20W {
    width: 585px;
    height: 743px;
  }

  .vev #eeFIgO9Sr8rc img {
    object-position: 48% 48%;
    transform: translate(-9%, -9%);
  }

  .vev #eeFIgO9Sr8r {
    min-height: 45vh;
  }

  .vev #eSJnt8Bzz2m {
    min-height: 962px;
  }

  .vev #ed5qixt0AdA {
    width: 585px;
    height: 762px;
  }

  .vev #el7crvf1W1gc img {
    object-position: 2% 0;
    width: 110%;
    height: 110%;
    transform: translate(0, 0);
  }

  .vev #el7crvf1W1g {
    min-height: 45vh;
  }

  .vev #e2pNMlEZA7g {
    min-height: 709px;
  }

  .vev #eonsmaVLlsc {
    width: 585px;
    height: 509px;
  }

  .vev #e1ubyHEFmnKc img {
    object-position: 37% 8%;
  }

  .vev #e1ubyHEFmnK {
    min-height: 45vh;
  }

  .vev #e1UjQ9a2t4V {
    min-height: 419px;
  }

  .vev #eTRqK4jScG8 {
    width: 585px;
    height: 219px;
  }

  .vev #eBImKIGlRjHc img {
    width: 126%;
    height: 126%;
    transform: translate(-10%, -11%);
  }

  .vev #eBImKIGlRjH {
    min-height: 45vh;
  }

  .vev #eBsOHq63CKo {
    width: 600px;
    height: 246px;
  }

  .vev #erGm4OaKyuW {
    min-height: 600px;
  }

  .vev #et0TW2Sc6rQ {
    margin: 0;
    width: 585px;
    height: 400px;
  }

  .vev #e2gG9WeYnyF {
    min-height: 60vh;
  }

  .vev #eLFx3R5e6LJ {
    min-height: 455px;
  }

  .vev #eza3i-cTqE_ {
    width: 585px;
    height: 255px;
  }

  .vev #ejhjlCBI1Xa {
    min-height: 828px;
  }

  .vev #eTaxyZr8Kb7 {
    width: 585px;
    height: 628px;
  }

  .vev #e1Ma92rQO4l {
    width: 585px;
    height: 309px;
    max-height: 100%;
  }

  .vev #ebNREF15ljO {
    width: 585px;
    height: 66px;
  }

  .vev #eK33kmBDDj2 {
    width: 585px;
    height: 202px;
  }

  .vev #e9qByR4F8dR {
    margin: 0;
    width: 575px;
    height: 219px;
    place-self: end center;
    max-height: 100%;
  }

  .vev #eTJxGhxggwj {
    min-height: 55vh;
  }

  .vev #eWkpZqnA-r6 {
    min-height: 382px;
  }

  .vev #ewhHvdDgQwt {
    width: 585px;
    height: 182px;
  }

  .vev #ezygRmG3oPQ {
    min-height: 55vh;
    height: auto;
  }

  .vev #ec4DueClWKI {
    min-height: 527px;
  }

  .vev #eZ8j8aUuXrA {
    width: 585px;
    height: 327px;
  }

  .vev #eqI5u2oAv95 {
    min-height: 47vh;
  }

  .vev #eGLcOQEANq4 {
    min-height: 781px;
  }

  .vev #eWVCqKnSXL7 {
    width: 585px;
    height: 581px;
  }

  .vev #ehFC2xE6CYt {
    min-height: 52vh;
  }

  .vev #eQYjy-u1N8b {
    min-height: 996px;
  }

  .vev #erLBw0v6H_B {
    width: 585px;
    height: 796px;
  }

  .vev #e2-YakGmcZ7 {
    margin: 696px 0 0;
    width: 585px;
    height: 99px;
    place-self: start center;
    max-height: 100%;
  }

  .vev #e07FR5yNHGH {
    width: 585px;
    height: 656px;
  }

  .vev #e3t9R2CS4QF {
    min-height: 42vh;
  }

  .vev #ea3ItDROTcp {
    min-height: 709px;
  }

  .vev #eHDd86XNyh8 {
    width: 585px;
    height: 509px;
    max-height: 100%;
  }

  .vev #et0loPy6gGO {
    min-height: 55vh;
  }

  .vev #eczL2fIXHIs {
    min-height: 1441px;
  }

  .vev #eXHKBMM7EQ4 {
    width: 575px;
    height: 1241px;
  }

  .vev #eFJfpXbcrVm {
    width: 575px;
    height: 813px;
  }

  .vev #eJqVZc4bSJt {
    width: 575px;
    height: 66px;
  }

  .vev #eu4JnbmkQMK {
    width: 575px;
    height: 706px;
  }

  .vev #ekE0DokIgT5 {
    width: 575px;
    height: 327px;
  }

  .vev #eKAFfJT53gH {
    min-height: 55vh;
  }

  .vev #eqwUf6m69YQ {
    min-height: 685px;
  }

  .vev #ehMn4NoSU3n {
    width: 575px;
    height: 485px;
  }

  .vev #eE2Z1__O7vI {
    width: 575px;
    height: 310px;
  }

  .vev #e0foGuAtZ9J {
    width: 528px;
    height: 66px;
  }

  .vev #eUEUWDSWDj2 {
    width: 575px;
    height: 203px;
  }

  .vev #exOM5S4X-d1 {
    margin: 0;
    width: 100%;
    height: 74px;
    place-self: end center;
  }

  .vev #eqar3W7-XXjc img {
    object-position: 42% 41%;
    width: 140%;
    height: 140%;
    transform: translate(-12%, -12%);
  }

  .vev #e3-CxQGpq79 {
    min-height: 527px;
  }

  .vev #eF896xhSuGX {
    width: 585px;
    height: 327px;
  }

  .vev div .pDWxh9d0hT0 .img div {
    background: #020202;
  }

  .vev #eq_u2_PDsX_ {
    margin: 854px 0 0;
    width: 55px;
    height: 70px;
  }

  .vev #ehstw6eQRFl {
    width: 600px;
    margin: 100px 0 0;
    height: 450px;
  }

  .vev div .p_mfJzc87yK p {
    font-size: 22px;
  }

  .vev div .p_mfJzc87yK strong {
    font-size: 26px;
  }

  .vev div .p_mfJzc87yK h6 {
    font-size: 1.8em;
  }

  .vev div .p_mfJzc87yK h5 {
    font-size: 1.7em;
    margin: 25px 0 5px;
  }

  .vev #eDuJGX3JCsV {
    width: 600px;
    margin: 563.4px 0 0;
    height: 240px;
  }

  .vev div .pAOf6DONG1 h3 {
    font-size: 1.3em;
  }

  .vev div .pAOf6DONG1 strong {
    font-size: 0.9em;
  }

  .vev div .pAOf6DONG1 em {
    font-size: 1em;
  }

  .vev #eyQdbJApAbT {
    margin: 158px 0 0;
    width: 52px;
    height: 66px;
  }

  .vev #eDIjrAjqw9N {
    width: 600px;
    margin: 100px 0 0;
    height: 456px;
  }

  .vev #eoNkuP4qanV {
    width: 600px;
    margin: 571px 0 0;
    height: 230px;
  }
}

@media (min-width: 1024px) {
  .vev .pIaF9_-b0Yk .__sc {
    grid-template-columns: 1fr 1024px 1fr;
  }

  .vev #eG7w5NITFAQc .contents {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.65) 4%,
        rgba(255, 255, 255, 0) 39%
      ),
      var(--b-mn3szM_4Kv) 0% 39%/227%;
  }

  .vev #e-FfkJ5yhBa {
    margin: 30px 0 0;
    width: 1024px;
    height: 97px;
  }

  .vev div .pn7xulX6PW6 h1 {
    font-size: 80px;
    text-transform: none;
    font-variant: normal;
  }

  .vev div .pn7xulX6PW6 h5 {
    font-size: 45px;
  }

  .vev #eSvX6JKqa6o {
    margin: 142px 0 0;
    width: 867px;
    height: 114px;
  }

  .vev #eINEo7Lsgryc .contents {
    background: var(--b-nBr8d07WMs) no-repeat 55% 26% / cover;
  }

  .vev #e5r2vbAmdVx,
  .vev #ejLfvTz8axd {
    width: 963px;
    height: 351px;
  }

  .vev div .pNY9uqWG2am {
    border-radius: 5px;
  }

  .vev #eLSJCt5fUX3 {
    width: 875px;
    height: 271px;
  }

  .vev div .pBJqxbtK5hQ p {
    font-size: 30px;
    line-height: 1.5em;
  }

  .vev #efCOyAGRhcU {
    min-height: 376px;
  }

  .vev #eWBLe6ostrM {
    width: 990px;
    height: 136px;
  }

  .vev #effh2DW9ry0c img {
    object-position: 1% 0;
  }

  .vev #effh2DW9ry0 {
    min-height: 80vh;
  }

  .vev #e5D713SLwKb {
    min-height: 511px;
  }

  .vev #eVYqOcOGo5Q {
    margin: 0;
    width: 990px;
    height: 271px;
  }

  .vev #eoDNTv5APVGc {
    background: linear-gradient(rgba(0, 0, 0, 0.3) 0% 100%),
      var(--b-HApcTAckL1) no-repeat 83% 17%/304%;
  }

  .vev #e3rrNTdBL3W {
    width: 1024px;
    height: 103px;
  }

  .vev div .p0ERxq75FW- h2 {
    font-size: 85px;
  }

  .vev #eCmC2zTGtLy {
    min-height: 421px;
  }

  .vev #e9omndQ3Zb7 {
    width: 990px;
    height: 181px;
    max-height: 100%;
  }

  .vev #esM6GFdhSHuc img {
    object-position: 30% 33%;
    width: 120%;
    height: 120%;
    transform: translate(-5%, -5%);
  }

  .vev #esM6GFdhSHu {
    min-height: 80vh;
  }

  .vev #eGxAI18_rlp {
    min-height: 466px;
  }

  .vev #eWy4NMg0baR {
    width: 990px;
    height: 226px;
    max-height: 100%;
  }

  .vev #eFSulDovBf6 {
    min-height: 85vh;
  }

  .vev #eipf_te-qyH {
    min-height: 331px;
  }

  .vev #eoq0KQJNyj7 {
    width: 990px;
    height: 91px;
  }

  .vev #e-6s1oRAFXk {
    min-height: 85vh;
  }

  .vev #eKnC21Xg_7k {
    min-height: 556px;
  }

  .vev #eQYvXZd27zq {
    width: 990px;
    height: 316px;
    max-height: 100%;
  }

  .vev #e7Iq0-gtfOO {
    min-height: 90vh;
  }

  .vev #emWBXmJ0Xio {
    min-height: 655px;
  }

  .vev #eHJdrP7hdOy {
    width: 922px;
    height: 415px;
  }

  .vev #efKe6AQu6o_ {
    width: 922px;
    height: 79px;
  }

  .vev div .p_sr-yMMKpX em,
  .vev div .p_sr-yMMKpX p,
  .vev div .ptMs_YWpG7C em,
  .vev div .ptMs_YWpG7C p,
  .vev div .ptMs_YWpG7C strong {
    font-size: 30px;
  }

  .vev #eo_nidcI9ZB {
    width: 922px;
    height: 275px;
  }

  .vev div .pjTxMcxuFh1 blockquote {
    font-size: 40px;
  }

  .vev #ePDN5LxiFXac .contents {
    background: var(--b-gLEDFXiuht) 0% 82%/157%;
  }

  .vev #ePDN5LxiFXa {
    min-height: 147vh;
  }

  .vev #e4c5ksbfL6e,
  .vev #e_XiBm3hQHd {
    width: 998px;
    height: 216px;
  }

  .vev #ex38rLV8UWo {
    width: 915px;
    height: 136px;
  }

  .vev #erVBUQ5pqmG {
    min-height: 160vh;
  }

  .vev #eIPr4haL5-- {
    margin: 540px 0 0;
  }

  .vev #eIPr4haL5--,
  .vev #eUBpanGiKwD {
    width: 953px;
    height: 441px;
  }

  .vev #eIatYRXEgow {
    width: 865px;
    height: 361px;
  }

  .vev #es65ggOo8Wb {
    min-height: 157vh;
  }

  .vev #et6z6mzRnmL {
    margin: 552px 0 0;
  }

  .vev #e3MesC-kUOI,
  .vev #et6z6mzRnmL {
    width: 894px;
    height: 417px;
  }

  .vev #es19F_1XQWS {
    width: 809px;
    height: 337px;
  }

  .vev #emz1GvrYGzhc .contents {
    background: var(--b-pYgd1-ND1F) 44% 0% / cover;
  }

  .vev #emz1GvrYGzh {
    min-height: 143vh;
  }

  .vev #eeOP6pjpEMv {
    margin: 625px 0 0;
  }

  .vev #eeOP6pjpEMv,
  .vev #eutf04_2wgk {
    width: 902px;
    height: 216px;
  }

  .vev #e_pf7nzvDDR {
    width: 821px;
    height: 136px;
  }

  .vev #e5oxFfF4mn0c .contents {
    background: var(--b-p2l62kqiRW) 48% 51%/126%;
  }

  .vev #ecDQ43yfYd6c .contents {
    background: var(--b-DrYnZ31gGf) 0% 42%/126%;
  }

  .vev #ecDQ43yfYd6 {
    min-height: 123vh;
  }

  .vev #ePBObIecEkn {
    width: 881px;
    margin: 546.7px 0 0;
  }

  .vev #eNYIwXnSXXc {
    width: 881px;
  }

  .vev #eymfwW_k-Ho {
    width: 798px;
    height: 136px;
  }

  .vev #e9o9eCEjMaB {
    min-height: 646px;
  }

  .vev #eOplt6wetXP {
    width: 990px;
    height: 406px;
  }

  .vev #eyjXMkvhZDZ {
    min-height: 100vh;
  }

  .vev #e-2VIMIPdnh {
    min-height: 1008px;
  }

  .vev #eEcDJmI2jFW {
    width: 990px;
    height: 768px;
  }

  .vev #ejFEfTYq6wH {
    width: 990px;
    height: 376px;
  }

  .vev #eiTFdpEudoD {
    width: 980px;
    height: 40px;
  }

  .vev #e0c-HU7NKgE {
    width: 980px;
    height: 275px;
  }

  .vev #eTM0rVHHHvj {
    width: 990px;
    height: 271px;
  }

  .vev #egVUV6wiWtA {
    min-height: 90vh;
  }

  .vev #esvVSqWxSHt {
    min-height: 1040px;
  }

  .vev #eVto84jnamu {
    width: 990px;
    height: 800px;
    margin: 0;
  }

  .vev #ezDSAGEQN1M {
    width: 100%;
    height: 91px;
  }

  .vev #eJSFGI9-VtL {
    width: 990px;
    height: 589px;
  }

  .vev #e3sSsr90I7j {
    width: 990px;
    height: 79px;
  }

  .vev #ek4InuTS1-P {
    width: 990px;
    height: 449px;
  }

  .vev #e2JyS8u8DFM {
    min-height: 75vh;
  }

  .vev #eUTGb-XIJ8L {
    min-height: 601px;
  }

  .vev #ecAoBEL-81C {
    width: 990px;
    height: 361px;
  }

  .vev #e5xbx5X03h0 {
    min-height: 90vh;
  }

  .vev #euJJjE3EdXC {
    min-height: 421px;
  }

  .vev #exrF09fie7F {
    width: 990px;
    height: 181px;
  }

  .vev #eAbmxl2s1S5 {
    width: 1024px;
    height: 103px;
  }

  .vev #eXxWrKd4Y8b {
    min-height: 511px;
  }

  .vev #eXWm-xWMsBX {
    width: 990px;
    height: 271px;
  }

  .vev #eaKJn-AsqBNc .contents {
    background: linear-gradient(rgba(0, 0, 0, 0.1) 0% 100%),
      var(--b-ErWZuQ1JgN) 58% 31% / cover;
  }

  .vev #eXlXffWm09z,
  .vev #eqWNtLWH5up {
    width: 904px;
    height: 501px;
  }

  .vev #elEHPVkAIOH {
    width: 821px;
    height: 421px;
  }

  .vev #eADy2XKPVqA {
    min-height: 331px;
  }

  .vev #emXw1dfO7yS {
    width: 990px;
    height: 91px;
  }

  .vev #etML6KqyKKDc img {
    object-position: 52% 0;
  }

  .vev #etML6KqyKKD {
    min-height: 80vh;
  }

  .vev #eYYPHC7iHvg {
    min-height: 331px;
  }

  .vev #e2a0ei5kx8m {
    width: 990px;
    height: 91px;
  }

  .vev #etRuyBZE2hEc img {
    object-position: 52% 24%;
  }

  .vev #etRuyBZE2hE {
    min-height: 80vh;
  }

  .vev #egKmgD1iEr- {
    min-height: 331px;
  }

  .vev #edZCi-_zRn_ {
    width: 990px;
    height: 91px;
  }

  .vev #em3sdGpWvc6 {
    min-height: 80vh;
  }

  .vev #eNkgwrDnf4_ {
    min-height: 286px;
  }

  .vev #edhRVq2ry3t {
    width: 990px;
    height: 46px;
  }

  .vev #epwHS6TBwSqc img {
    object-position: 45% 14%;
  }

  .vev #epwHS6TBwSq {
    min-height: 80vh;
  }

  .vev #ef86YK22gUb {
    min-height: 781px;
  }

  .vev #eTgrHqhccxM {
    margin: 0;
    width: 990px;
    height: 541px;
  }

  .vev #e7NJWD_p3Js {
    min-height: 95vh;
  }

  .vev #eNQy8Rvdiru {
    min-height: 511px;
  }

  .vev #elagBax7ESe {
    width: 990px;
    height: 271px;
  }

  .vev #eh6uMKkCwjG {
    min-height: 90vh;
  }

  .vev #e6V15o1pQmg {
    min-height: 829px;
  }

  .vev #eHpj3fyfHEL {
    width: 990px;
    height: 589px;
  }

  .vev #eSjwElGPQpv {
    width: 990px;
    height: 449px;
  }

  .vev #ePdHtB9X-fc {
    width: 990px;
    height: 79px;
  }

  .vev #eIfKMaX_V9Vc .contents {
    background: var(--b-zOdfZc4SVJ) repeat-y 0% 0% / cover;
  }

  .vev #eb4nKJAmFRg,
  .vev #eoU92k_vp6Q {
    width: 820px;
    height: 171px;
  }

  .vev #eJ5zFPWnr8_ {
    width: 735px;
    height: 91px;
  }

  .vev #et19P7KWzvk {
    min-height: 421px;
  }

  .vev #endotMPw-4h {
    width: 990px;
    height: 181px;
  }

  .vev #elXRXEmyLzYc img {
    object-position: 46% 7%;
    transform: translate(-6%, -1%);
  }

  .vev #elXRXEmyLzY {
    min-height: 80vh;
  }

  .vev #eldnZF1iawj {
    min-height: 466px;
  }

  .vev #epOHDclIVdg {
    width: 990px;
    height: 226px;
  }

  .vev #e98EORayMmTc img {
    object-position: 0 4%;
    width: 110%;
    height: 110%;
    transform: translate(0, 0);
  }

  .vev #e98EORayMmT {
    min-height: 80vh;
  }

  .vev #enZiGEEGKHk {
    min-height: 556px;
  }

  .vev #eug7YVNqJYN {
    width: 990px;
    height: 316px;
  }

  .vev #eeFQbl_alSL {
    min-height: 90vh;
  }

  .vev #eeivndgLExx {
    min-height: 1059px;
  }

  .vev #eAXNNm_l1f9 {
    width: 990px;
    height: 819px;
  }

  .vev #enQyDmgWI0b {
    width: 990px;
    height: 382px;
  }

  .vev #eCcGGYzWI17 {
    width: 990px;
    height: 281px;
  }

  .vev #eXY2iz8Ftym {
    width: 990px;
    height: 40px;
  }

  .vev #eSuU5m6CJ5A {
    width: 990px;
    height: 316px;
  }

  .vev #ehqhnGLqVK2c img {
    object-position: 50% 61%;
    object-fit: contain;
  }

  .vev #ehqhnGLqVK2 {
    min-height: 80vh;
  }

  .vev #egD4_rl3kVv {
    min-height: 331px;
  }

  .vev #e2HXACzgMnP {
    width: 990px;
    height: 91px;
  }

  .vev #eMVjKLZbHx7c img {
    transform: translate(-3%, -3%);
  }

  .vev #eMVjKLZbHx7 {
    min-height: 63vh;
  }

  .vev #eIzhMgVug3N {
    min-height: 376px;
  }

  .vev #eeQbvXkh5X8 {
    width: 990px;
    height: 136px;
  }

  .vev #eWADUMIBwjK {
    min-height: 85vh;
    height: auto;
  }

  .vev #e1kbIZVzSbX {
    min-height: 662px;
  }

  .vev #e_gOhD-DRKu {
    width: 990px;
    height: 382px;
  }

  .vev #elHqf7HPv-J {
    width: 990px;
    height: 281px;
  }

  .vev #eLcvPYTosKi {
    width: 990px;
    height: 40px;
  }

  .vev #eOW2XMzcsksc .contents {
    background: var(--b-6Fq6xAJQoc) 100% 66% / cover;
  }

  .vev #eOW2XMzcsks {
    min-height: 188vh;
  }

  .vev #eI5JmCpkhrt,
  .vev #eRuyenZFlUR {
    width: 843px;
    height: 501px;
  }

  .vev #eIpvrEG-Fjc {
    width: 752px;
  }

  .vev #exSVgKn5SCo {
    min-height: 144vh;
  }

  .vev #eMoQjon7YqA,
  .vev #eyl5mTCOG2e {
    width: 870px;
    height: 216px;
  }

  .vev #eUWb_hv2aKZ {
    width: 783px;
    height: 136px;
  }

  .vev #e7Ew5GKCeqD {
    min-height: 134vh;
  }

  .vev #eAOaYl1ZPMe,
  .vev #eExngFDqS1R {
    width: 952px;
    height: 216px;
  }

  .vev #ex4lvb3uK5M {
    width: 858px;
    height: 136px;
  }

  .vev #eSkEO05ixvF {
    min-height: 146vh;
  }

  .vev #eFKUCPow9v_,
  .vev #ebyRdKjMlq- {
    width: 856px;
    height: 306px;
  }

  .vev #ereQW84OZ-N {
    width: 770px;
    height: 226px;
  }

  .vev #eIoKowhOTlA {
    min-height: 208vh;
  }

  .vev #eK9PtJ8A-NU,
  .vev #ePv8zCb_FYD {
    width: 801px;
    height: 459px;
  }

  .vev #eSBH4yMPpKD {
    width: 711px;
    height: 379px;
  }

  .vev #eKENGtQRZGm {
    min-height: 421px;
  }

  .vev #eA9kLn6K2zr {
    width: 990px;
  }

  .vev #e5tajGt8cxEc img,
  .vev #eMVjKLZbHx7c img {
    object-position: 50% 50%;
    object-fit: contain;
  }

  .vev #e5tajGt8cxE {
    min-height: 75vh;
  }

  .vev #ersX6Fqw-_5 {
    min-height: 331px;
  }

  .vev #epk0pyMM0gR {
    width: 990px;
    height: 136px;
    display: none;
  }

  .vev #eMHLQwTrpJH {
    width: 990px;
    height: 91px;
    display: grid;
  }

  .vev #eFj_3tHJ1AHc img {
    object-position: 50% 8%;
  }

  .vev #eFj_3tHJ1AH {
    min-height: 80vh;
  }

  .vev #em6lkkZDtWe {
    min-height: 466px;
  }

  .vev #eGVs-tomwlb {
    width: 990px;
    height: 226px;
    max-height: 100%;
  }

  .vev #eDY7dMkqlZY {
    min-height: 90vh;
    display: none;
  }

  .vev #eVf391xC4_I {
    min-height: 90vh;
    display: grid;
  }

  .vev #eo8CjMdsT88 {
    min-height: 734px;
  }

  .vev #ee8HkvqY8X8 {
    width: 990px;
    height: 494px;
    margin: 0;
    max-height: 100%;
  }

  .vev #eLyCYzBZr6A {
    width: 990px;
    height: 40px;
  }

  .vev #e7ppbVq1190 {
    width: 990px;
    height: 393px;
  }

  .vev #e2LwglU9hZW {
    min-height: 90vh;
  }

  .vev #em_2sBsPduB {
    min-height: 882px;
  }

  .vev #e5aFuHSVQc3 {
    width: 990px;
    height: 642px;
  }

  .vev #esiUFjJvMK0 {
    margin: 602px 0 26px;
    width: 990px;
    height: 40px;
  }

  .vev #ePfOcBHj20W {
    width: 990px;
    height: 541px;
  }

  .vev #eeFIgO9Sr8rc img {
    object-position: 39% 34%;
    transform: translate(-7%, -6%);
  }

  .vev #eeFIgO9Sr8r {
    min-height: 80vh;
  }

  .vev #eSJnt8Bzz2m {
    min-height: 916px;
  }

  .vev #ed5qixt0AdA {
    width: 990px;
    height: 676px;
  }

  .vev #el7crvf1W1gc img {
    object-position: 17% 25%;
    transform: translate(-2%, -2%);
  }

  .vev #el7crvf1W1g {
    min-height: 80vh;
  }

  .vev #e2pNMlEZA7g {
    min-height: 736px;
  }

  .vev #eonsmaVLlsc {
    width: 990px;
    height: 496px;
  }

  .vev #e1ubyHEFmnKc img {
    object-position: 9% 10%;
  }

  .vev #e1ubyHEFmnK {
    min-height: 80vh;
  }

  .vev #e1UjQ9a2t4V {
    min-height: 421px;
  }

  .vev #eTRqK4jScG8 {
    width: 990px;
    height: 181px;
  }

  .vev #eBImKIGlRjHc img {
    object-position: 48% 32%;
    transform: translate(-10%, -7%);
  }

  .vev #eBImKIGlRjH {
    min-height: 80vh;
  }

  .vev #ed8YgTUj3Asc {
    background: var(--b-2MLLUir_Nj) no-repeat 0% 71%/112%;
  }

  .vev #eBsOHq63CKo {
    width: 1024px;
    height: 205px;
  }

  .vev #erGm4OaKyuW {
    min-height: 601px;
  }

  .vev #et0TW2Sc6rQ {
    margin: 0;
    width: 990px;
    height: 361px;
  }

  .vev #e2gG9WeYnyFc img {
    object-position: 47% 49%;
    object-fit: contain;
    width: 104%;
    height: 104%;
    transform: translate(-2%, -2%);
  }

  .vev #e2gG9WeYnyFc {
    scale: 1 1;
  }

  .vev #e2gG9WeYnyF {
    min-height: 75vh;
  }

  .vev #eLFx3R5e6LJ {
    min-height: 466px;
  }

  .vev #eza3i-cTqE_ {
    width: 990px;
    height: 226px;
  }

  .vev #evzCcaUa1cv {
    min-height: 85vh;
  }

  .vev #ejhjlCBI1Xa {
    min-height: 850px;
  }

  .vev #eTaxyZr8Kb7 {
    width: 990px;
    height: 610px;
  }

  .vev #e1Ma92rQO4l {
    width: 990px;
    height: 308px;
  }

  .vev #ebNREF15ljO {
    width: 990px;
    height: 78px;
  }

  .vev #eK33kmBDDj2 {
    width: 990px;
    height: 169px;
  }

  .vev #e9qByR4F8dR {
    width: 990px;
    height: 181px;
  }

  .vev #eTJxGhxggwj {
    min-height: 85vh;
  }

  .vev #eWkpZqnA-r6 {
    min-height: 401px;
  }

  .vev #ewhHvdDgQwt {
    width: 990px;
    height: 181px;
  }

  .vev #ezygRmG3oPQ {
    min-height: 85vh;
  }

  .vev #ec4DueClWKI {
    min-height: 511px;
  }

  .vev #eZ8j8aUuXrA {
    width: 990px;
    height: 271px;
  }

  .vev #eqI5u2oAv95 {
    min-height: 80vh;
  }

  .vev #eGLcOQEANq4 {
    min-height: 826px;
  }

  .vev #eWVCqKnSXL7 {
    width: 990px;
    height: 586px;
  }

  .vev #ehFC2xE6CYt {
    min-height: 85vh;
  }

  .vev #eQYjy-u1N8b {
    min-height: 829px;
  }

  .vev #erLBw0v6H_B {
    width: 990px;
    height: 589px;
  }

  .vev #e2-YakGmcZ7 {
    margin: 510px 0 1px;
    width: 990px;
    height: 79px;
  }

  .vev #e07FR5yNHGH {
    width: 990px;
    height: 449px;
  }

  .vev #e3t9R2CS4QFc img {
    object-position: 87% 29%;
  }

  .vev #e3t9R2CS4QF {
    min-height: 70vh;
  }

  .vev #ea3ItDROTcp {
    min-height: 736px;
  }

  .vev #eHDd86XNyh8 {
    width: 990px;
    height: 496px;
  }

  .vev #et0loPy6gGO {
    min-height: 85vh;
  }

  .vev #eczL2fIXHIs {
    min-height: 1266px;
  }

  .vev #eXHKBMM7EQ4 {
    width: 990px;
    height: 1026px;
    margin: 0;
  }

  .vev #eFJfpXbcrVm {
    width: 990px;
    height: 589px;
  }

  .vev #eJqVZc4bSJt {
    width: 990px;
    height: 79px;
  }

  .vev #eu4JnbmkQMK {
    width: 990px;
    height: 449px;
  }

  .vev #ekE0DokIgT5 {
    width: 990px;
    height: 316px;
  }

  .vev #eKAFfJT53gH {
    min-height: 85vh;
  }

  .vev #eqwUf6m69YQ {
    min-height: 655px;
  }

  .vev #ehMn4NoSU3n {
    width: 990px;
    height: 415px;
    margin: 0;
  }

  .vev #eE2Z1__O7vI {
    width: 990px;
    height: 213px;
  }

  .vev #e0foGuAtZ9J {
    width: 990px;
    height: 40px;
  }

  .vev #eUEUWDSWDj2 {
    width: 991px;
    height: 112px;
  }

  .vev #exOM5S4X-d1 {
    width: 990px;
    height: 81px;
  }

  .vev #eqar3W7-XXjc img {
    object-position: 34% 37%;
    transform: translate(-10%, -11%);
  }

  .vev #eqar3W7-XXj {
    min-height: 80vh;
  }

  .vev #e3-CxQGpq79 {
    min-height: 601px;
  }

  .vev #eF896xhSuGX {
    width: 990px;
    height: 361px;
    max-height: 100%;
  }

  .vev #e7FAWCW3FST {
    min-height: 1051px;
    display: none;
  }

  .vev div .pDWxh9d0hT0 .img div {
    background: #020202;
  }

  .vev #ehstw6eQRFl {
    margin: 99px 0 0;
    height: 231px;
  }

  .vev div .p_mfJzc87yK p {
    font-size: 28px;
  }

  .vev div .p_mfJzc87yK strong {
    font-size: 34px;
  }

  .vev div .p_mfJzc87yK h6 {
    font-size: 25px;
  }

  .vev div .pAOf6DONG1 em,
  .vev div .pAOf6DONG1 strong,
  .vev div .p_mfJzc87yK h5 {
    font-size: 24px;
  }

  .vev #eDuJGX3JCsV {
    width: 661px;
    margin: 382px 0.1% 0 0;
    height: 82px;
  }

  .vev div .pAOf6DONG1 h3 {
    font-size: 23px;
  }

  .vev #enU-O__ZEfC {
    display: grid;
  }

  .vev #eyQdbJApAbT {
    margin: 732.5px 0 0;
    width: 54px;
    height: 70px;
    aspect-ratio: auto;
    --ratio: 100%;
  }

  .vev #eDIjrAjqw9N {
    width: 100%;
    margin: 97.5px 0 0;
    height: 456.00000000000006px;
  }

  .vev #eoNkuP4qanV {
    width: 100%;
    margin: 556.5px 0 0;
    height: 125px;
  }
}

@media (max-width: 1280px) {
  .vev .__vev {
    --b-mn3szM_4Kv: url("assets/c5dddec66da2b2691e8c575773beaaf5.jpg");
    --b-nBr8d07WMs: url("assets/377696500806a8fec19a63bccdd963b2.png");
    --b-HApcTAckL1: url("assets/fd23ded460472a49c94091bc1e426062.png");
    --b-evF3qJY1cn: url("assets/f00c42c696a8adb8cb0e7bb405905305.jpg");
    --b-GeUfs1mh7b: url("assets/7b0e5dbabc0acec19e5da31dd15f4a05.jpg");
    --b-2fwNPYtLe1: url("assets/4f49443d3837dd3a4f0ec09f1ccf7456.jpg");
    --b-pYgd1-ND1F: url("assets/b79dc4036ba32d2cb13b79d9e598e9a3.jpg");
    --b-p2l62kqiRW: url("assets/3d90e7708837ab82737601d14fb59db9.jpg");
    --b-DrYnZ31gGf: url("assets/09109e62ef181d9cf9a61bd6612e3c95.jpg");
    --b-5tMaLatdbk: url("assets/423bfae0a75acba256f1eabd0dd4d091.png");
    --b-zOdfZc4SVJ: url("assets/ce43fd260b8ad702934177e5d41a997d.jpeg");
    --b-6Fq6xAJQoc: url("assets/bcea80d0046c83d3fbf534883fcda4e3.png");
    --b-L5OKweyzvr: url("assets/5620f0cdfd8284eb2f275783cb3d9a69.png");
    --b-gPnMdUerWY: url("assets/cd6c7941fa9689d46cfb9cbcfe53f384.png");
    --b-AajKtM0Rrt: url("assets/747806ed504345f41ca87fe54bf416c3.jpeg");
    --b-MgLUoTHjmA: url("assets/8a05c4606c3ac1fd6d9d58ba991887dc.png");
    --b-2MLLUir_Nj: url("assets/966075873d208efa19c4739d2264dcba.jpg");
    --b-ErWZuQ1JgN: url("assets/5a7a9610d4d192b88896c6f2ff939164.png");
    --b-gLEDFXiuht: url("assets/5c634fa7dfab703c30878c3112aa88ad.jpg");
  }
}

@media (max-width: 1920px) and (min-width: 1281px) {
  .vev .__vev {
    --b-mn3szM_4Kv: url("assets/f788cc19e0ab5378b645565fbc7a678d.jpg");
    --b-nBr8d07WMs: url("assets/377696500806a8fec19a63bccdd963b2.png");
    --b-HApcTAckL1: url("assets/86aa99ad35dd6592a3399a9071c769d4.png");
    --b-evF3qJY1cn: url("assets/30c36a6376e90e68e8fca7db61c2fcd8.jpg");
    --b-GeUfs1mh7b: url("assets/bb4b4048f2b34d32e5d92f256ec744c9.jpg");
    --b-2fwNPYtLe1: url("assets/80f2362dab34bb6a756f73f7646fc056.jpg");
    --b-pYgd1-ND1F: url("assets/9709c2bfa85d7aee63b67b49a6cbd22c.jpg");
    --b-p2l62kqiRW: url("assets/6af0c12b6e651d3ad6fd635dfecb9282.jpg");
    --b-DrYnZ31gGf: url("assets/f14ab2d999e3fe591de68ba8be0ed6a8.jpg");
    --b-5tMaLatdbk: url("assets/d9a83d2054539084f92dd32a0ad165fb.png");
    --b-zOdfZc4SVJ: url("assets/b752d1aeddea6b55dd963b03c76c3ddd.jpeg");
    --b-6Fq6xAJQoc: url("assets/71dd0e27b4ba247963ec24d5d19d1feb.png");
    --b-L5OKweyzvr: url("assets/053723ec749ec76fd57cace16cce1b53.png");
    --b-gPnMdUerWY: url("assets/b1fc72ea4b0c5b0152dffe7af521929e.png");
    --b-AajKtM0Rrt: url("assets/2e5938648a653911feffa04d269723f0.jpeg");
    --b-MgLUoTHjmA: url("assets/8a05c4606c3ac1fd6d9d58ba991887dc.png");
    --b-2MLLUir_Nj: url("assets/99be027a9e3704461a7086d1a9fde29d.jpg");
    --b-ErWZuQ1JgN: url("assets/5a7a9610d4d192b88896c6f2ff939164.png");
    --b-gLEDFXiuht: url("assets/729fffeb7c98b576abe0726502cbd196.jpg");
  }
}

@media (min-width: 1921px) {
  .vev .__vev {
    --b-mn3szM_4Kv: url("assets/524a5f784d3eba2806a37e39138fa915.jpg");
    --b-nBr8d07WMs: url("assets/377696500806a8fec19a63bccdd963b2.png");
    --b-HApcTAckL1: url("assets/050309a8248c6643cbce05bb08e346f7.png");
    --b-evF3qJY1cn: url("assets/ef54dfbae9f91f379b5ed8a48428390f.jpg");
    --b-GeUfs1mh7b: url("assets/ba550c6a6305b648ab916d3f52af9d0b.jpg");
    --b-2fwNPYtLe1: url("assets/469c7b8385b20dba6529b423cf42df90.jpg");
    --b-pYgd1-ND1F: url("assets/6a5e105ead1bf164549e1c3d4c96c1e8.jpg");
    --b-p2l62kqiRW: url("assets/c332ce34d5a3e289cab9de78a5fe0621.jpg");
    --b-DrYnZ31gGf: url("assets/7721836994c15ea4ba955dc4cc6b8d65.jpg");
    --b-5tMaLatdbk: url("assets/19e11be9717774e82b78e465a204def8.png");
    --b-zOdfZc4SVJ: url("assets/7e4ccbd42b78c9bbc645511c15b25107.jpeg");
    --b-6Fq6xAJQoc: url("assets/e5c25006372c2e9278803f6cb172bec2.png");
    --b-L5OKweyzvr: url("assets/9987ae1598ee73a93fa50c8b33714b94.png");
    --b-gPnMdUerWY: url("assets/6cf9b6d483eaabf506932d2ef24df1f4.png");
    --b-AajKtM0Rrt: url("assets/880da5de65995663771fac993f846f02.jpeg");
    --b-MgLUoTHjmA: url("assets/8a05c4606c3ac1fd6d9d58ba991887dc.png");
    --b-2MLLUir_Nj: url("assets/4aaeced6179f08387bad48cde7fe56d4.jpg");
    --b-ErWZuQ1JgN: url("assets/5a7a9610d4d192b88896c6f2ff939164.png");
    --b-gLEDFXiuht: url("assets/d74d493d65ece6a54ca1f1e26c24f451.jpg");
  }
}

@supports not (aspect-ratio: 1) {
  .vev #eq_u2_PDsX_::before,
  .vev #eyQdbJApAbT::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}

@supports not (aspect-ratio: 1) {
  .vev #eq_u2_PDsX_::before,
  .vev #eyQdbJApAbT::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
