@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");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap");

.josefin-sans {
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.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 .image {
  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 .wkNntt_BJR {
  background: #009688;
  overflow: hidden;
}
.vev .wkNntt_BJR .holder {
  flex: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vev .wkNntt_BJR .last {
  right: 0;
  left: auto;
}
.vev .wkNntt_BJR .last .img {
  right: 0;
}
.vev .wkNntt_BJR .img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.vev .wkNntt_BJR .img1,
.vev .wkNntt_BJR .img2 {
  background-image: url(assets/e731a8f7194438389c89cbc0298151df.jpg);
  background-position: center center;
  background-size: cover;
}
.vev .wkNntt_BJR .img2 {
  background-image: url(assets/765226bde78b30661020e3486d53f490.jpg);
}
.vev .wkNntt_BJR .split {
  position: absolute;
  height: 100%;
  width: 5px;
  transform: translateX(-50%);
  background: #fff;
  cursor: ew-resize;
}
.vev .wkNntt_BJR .arrows {
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #fff;
  transform: translate(-50%, -50%) !important;
  padding: 5px;
}
.vev .wkNntt_BJR .arrow {
  margin: 5px;
}
.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 .section .children {
  height: 100%;
}
.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;
}
.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,
.vev .youtube .no-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vev .w74dqar7 .ie video {
  width: auto;
  height: 100%;
  min-width: 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 {
  color: #fff;
  font-size: 80px;
}
.vev .w74dqar7,
.vev .youtube {
  overflow: hidden;
}
.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 .pBWtuMPYwNU .__sc {
  grid-template-columns: 1fr 320px 1fr;
}
.vev #e4jZXWZqcyy {
  margin: 7px 2.9% 0 0;
  width: 6.4%;
  height: auto;
  transform: none;
  place-self: start end;
}
.vev #ebHv3_qACkSc {
  background: #000;
}
.vev #ebHv3_qACkS {
  min-height: 105vh;
  height: auto;
}
.vev #e_pFi34bE0ec .img1 {
  background: var(--b-poZK4FPolX) 49% 55% / cover;
}
.vev #e_pFi34bE0ec .img2 {
  background: var(--b-dYRzcxCmuv) no-repeat 43% 54% / cover;
}
.vev #e_pFi34bE0e,
.vev #ew7geJ1BbIF {
  margin: 0;
  width: 376px;
  height: 244px;
  transform: none;
  place-self: start center;
}
.vev #ew7geJ1BbIF {
  margin: 418px 0.3% 0 0;
  width: 117.8%;
}
.vev #ew7geJ1BbIFc .img1 {
  background: var(--b-YZNNXZZ2j2) 49% 55% / cover;
}
.vev #ew7geJ1BbIFc .img2 {
  background: var(--b-X7XrnHdW58) no-repeat 44% 62% / cover;
}
.vev #ew7geJ1BbIFc .split {
  background: #fff;
}
.vev #eMI6j4Ib-vN {
  width: 140.6%;
  height: 30px;
  margin: 0 0 0 -20.3%;
  display: none;
}
.vev #e4YhIBBGv8p {
  height: 326px;
  transform: none;
  place-self: start start;
  display: none;
}
.vev #egVmKCIDjWf {
  margin: 0 0 0 0.1%;
  width: 50.6%;
}
.vev #egVmKCIDjWf,
.vev #eloekJ4GgLM,
.vev #erDQJr_Sli1 {
  height: 326px;
  transform: none;
  place-self: start start;
  display: none;
}
.vev #eloekJ4GgLM {
  margin: 0 0 0 50.6%;
  width: 49.4%;
}
.vev #e4YhIBBGv8p {
  margin: 573px 0 0;
  width: 50.6%;
}
.vev #erDQJr_Sli1 {
  margin: 575px 0 0 50.6%;
  width: 49.4%;
}
.vev #e-4bwcG2coac h1 {
  text-align: center;
  font-size: 21px;
  font-family: "Merriweather";
  font-weight: 700;
  font-style: inherit;
  line-height: 1.5em;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.55));
  color: #e4e303;
}
.vev #e-4bwcG2coac strong {
  font-size: 45px;
  color: #fff;
  font-family: "Merriweather";
  font-weight: 900;
  font-style: inherit;
}
.vev #e-4bwcG2coa {
  margin: 277px 0 0;
  width: 106.3%;
  height: 108px;
  transform: none;
  place-self: start center;
}
.vev div .p0UI_PJa19v h1 {
  font-size: 42px;
  line-height: 1.2em;
}
.vev div .p0UI_PJa19v strong {
  font-size: 42px;
}
.vev #e2yp21bgABUc .contents,
.vev #eP-nCchY6Lgc .contents {
  background: #000;
}
.vev #e2yp21bgABU {
  min-height: 900px;
  height: auto;
  display: none;
}
.vev #eJIdo9yK8QIc p,
.vev #eWL_zWfeZqLc p,
.vev #er5lH_LcxY5c p,
.vev div .phYiFzmH5Yb {
  color: #fff;
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
.vev div .phYiFzmH5Yb {
  background: 0 0;
  font-weight: 300;
  font-family: "Lato";
  font-size: 12px;
}
.vev #eJIdo9yK8QI,
.vev #eWL_zWfeZqL,
.vev #er5lH_LcxY5 {
  margin: 193px 0 0 22%;
  width: auto;
  height: auto;
}
.vev #eP-nCchY6Lg {
  height: auto;
  min-height: 140vh;
}
.vev #eOYnGzpF2ykc strong,
.vev #emNGkBaaAxkc strong {
  text-transform: none;
  font-size: 18px;
  font-family: "Merriweather";
  font-weight: 700;
  font-style: inherit;
}
.vev #eOYnGzpF2ykc p,
.vev #eZrLTQZrdiuc p,
.vev #emNGkBaaAxkc p {
  font-family: "Merriweather";
  font-weight: 300;
  font-style: inherit;
  font-size: 16px;
}
.vev #eOYnGzpF2yk,
.vev #eZrLTQZrdiu,
.vev #emNGkBaaAxk {
  transform: none;
  place-self: start center;
}
.vev #emNGkBaaAxk {
  margin: 122px 0 0;
  width: 298px;
  height: 153px;
}
.vev div .phYiFzmH5Yb p {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: inherit;
  font-size: 18px;
}
.vev div .phYiFzmH5Yb strong {
  font-family: "sofia-pro";
  font-weight: 700;
  font-style: normal;
}
.vev #eMaXXXkr7eOc a:hover,
.vev div .phYiFzmH5Yb a,
.vev div .phYiFzmH5Yb a:hover {
  color: #b4e5ff;
}
.vev #eOYnGzpF2yk {
  margin: 275px 0 0 0.3%;
  width: 297px;
  height: 239px;
}
.vev #eZrLTQZrdiuc strong {
  font-weight: 700;
  font-size: 18px;
}
.vev #eZrLTQZrdiu {
  margin: 514px 0 0;
  width: 93.1%;
  height: 144px;
}
.vev #eM2cqC92x0vc .contents {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.68) 0%,
      rgba(255, 255, 255, 0) 61%
    ),
    var(--b-wdt20utQr3) 59% 38% / cover;
}
.vev #eM2cqC92x0v {
  min-height: 190vh;
  height: auto;
}
.vev div .piv_y6CA5iP .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 48%,
      rgba(0, 0, 0, 0.86) 81%
    ),
    var(--b-wdt20utQr3) 59% 38% / cover;
}
.vev #e01cJUUX3Dic p,
.vev #eXGGouvROuwc h1,
.vev #eXGGouvROuwc strong,
.vev #eZrLTQZrdiuc strong {
  font-family: "Merriweather";
  font-style: inherit;
}
.vev #eXGGouvROuwc h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.55));
  color: #fff;
}
.vev #eXGGouvROuwc strong {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
}
.vev #eXGGouvROuw {
  margin: 267px 0 0;
  width: 100%;
  height: 111px;
  transform: none;
  place-self: start center;
}
.vev #e8ns0r81_K- {
  width: 47.2%;
  height: auto;
  margin: 815px 0 0 0.3%;
  transform: none;
  place-self: start start;
}
.vev #e01cJUUX3Dic p {
  font-size: 16px;
  font-weight: 300;
}
.vev #e01cJUUX3Dic strong,
.vev #eOcoboSOKESc strong,
.vev #ejaKvsf7s_Ac strong {
  font-family: "Merriweather";
  font-weight: 700;
  font-style: inherit;
  font-size: 18px;
}
.vev #e01cJUUX3Di {
  margin: 0;
  width: 100%;
  height: 281px;
  transform: none;
  place-self: start end;
}
.vev #eGtGIO3J27zc p {
  font-size: 17px;
}
.vev #eGtGIO3J27z {
  margin: 1px 0 0 5.3%;
  width: 89.1%;
  height: auto;
  transform: none;
  place-self: start start;
  display: none;
}
.vev #ebjjXNxqcs0c .contents {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06) 51%,
      rgba(0, 0, 0, 0.5) 79%
    ),
    var(--b-jXdMzPxGaD) 63% 43% / cover;
}
.vev #ebjjXNxqcs0 {
  min-height: 107vh;
  height: auto;
}
.vev div .pBr0hn-5L9k .contents {
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0% 100%),
    var(--b-JoH60FhTp50) 0% 23% / cover;
}
.vev #eWJBfGnK9c3,
.vev #ejaKvsf7s_A {
  width: 95.9%;
  height: auto;
  margin: 339px 0 0 0.3%;
  transform: none;
  place-self: start center;
}
.vev #ejaKvsf7s_A {
  margin: 0;
  width: 100.7%;
  height: 160px;
}
.vev #ejaKvsf7s_Ac p {
  font-family: "Merriweather";
  font-weight: 300;
  font-style: inherit;
  font-size: 16px;
}
.vev #em18TdwIgztc .contents {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 27%,
      rgba(0, 0, 0, 0.48) 52%
    ),
    var(--b-5mWSHwNnbk) 59% 48% / cover;
}
.vev #em18TdwIgzt {
  min-height: 190vh;
  height: auto;
}
.vev #e7CZnBtQPNW {
  width: 43.8%;
  height: auto;
  margin: 304px 4.7% 0 0;
  transform: none;
  place-self: start end;
}
.vev #eNOJDqHbUrMc p,
.vev #eQbSGfGdQxXc p,
.vev #eT53_yotIfBc p,
.vev #eZZAyUFH7Tic p,
.vev #eoJixMZx_Hwc p,
.vev #eqCWo67HQ6tc p,
.vev #ezxr2_MFyu0c p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.vev #ezxr2_MFyu0 {
  margin: 0;
  width: 100%;
  height: 204px;
  transform: none;
  place-self: start start;
}
.vev #eFk9l6hlzTN {
  width: 47.5%;
  height: auto;
  margin: 885px 2.2% 0 0;
  transform: none;
  place-self: start end;
}
.vev #eqCWo67HQ6t {
  margin: 0;
  width: 100%;
  height: 129px;
  transform: none;
  place-self: start start;
}
.vev #evBfICuXGSoc .contents {
  background: #000;
}
.vev #evBfICuXGSo {
  min-height: 150vh;
  height: auto;
}
.vev #eNOJDqHbUrM {
  width: 87.2%;
  transform: none;
  place-self: start center;
}
.vev #eQbSGfGdQxX {
  margin: 307px 0 0 0.3%;
  width: 87.2%;
  height: 118px;
}
.vev #eQbSGfGdQxX,
.vev #erF5ABeN6qM {
  transform: none;
  place-self: start center;
}
.vev #eNOJDqHbUrM {
  margin: 425px 0 0 0.3%;
  height: 114px;
}
.vev #erF5ABeN6qM {
  width: 117.2%;
  height: auto;
  margin: 568px 0 0 0.3%;
}
.vev #ek2roX_ekwh {
  margin: 0;
  width: 100%;
  height: 216px;
  transform: none;
  place-self: start start;
}
.vev #eiOFmgTMGQdc .contents {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.43) 40%,
      rgba(255, 255, 255, 0.08) 60%
    ),
    var(--b-30B9zSNteU) 36% 57% / cover;
}
.vev #eiOFmgTMGQd {
  min-height: 185vh;
  height: auto;
}
.vev #eNX3-R25fT2 {
  width: 48.8%;
  height: auto;
  margin: 308px 0 0 5%;
  transform: none;
  place-self: start start;
}
.vev #eoJixMZx_Hw {
  margin: 0;
  width: 100%;
  height: 177px;
  transform: none;
  place-self: start end;
}
.vev #e6ixXp2j3V3 {
  width: 48.4%;
  height: auto;
  margin: 837px 0 0 5%;
  transform: none;
  place-self: start start;
}
.vev #eZZAyUFH7Ti {
  margin: 0;
  width: 100%;
  height: 203px;
  transform: none;
  place-self: start end;
}
.vev #eAtaHyBP4Ymc .contents,
.vev #eVWbvptSFSlc .contents {
  background: #000;
}
.vev #eAtaHyBP4Ym {
  min-height: 200vh;
  height: auto;
  display: none;
}
.vev #eG2CE_tqoCtc blockquote {
  font-size: 50px;
}
.vev #eG2CE_tqoCt,
.vev #eUjgFcn4tZH {
  margin: 306px 0 0;
  width: auto;
  height: auto;
  transform: none;
  place-self: start center;
}
.vev #eUjgFcn4tZH {
  margin: 468px 0 0 0.3%;
  width: 117.2%;
  height: 226px;
}
.vev div .ps6DMbmRxsg blockquote,
.vev div .ps6DMbmRxsg p {
  font-family: "Josefin Sans";
  font-weight: 600;
  font-style: italic;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.vev div .ps6DMbmRxsg blockquote {
  margin: 0;
  line-height: 1.2em;
}
.vev div .ps6DMbmRxsg {
  font-family: "Lora";
  font-weight: 400;
  font-style: normal;
  color: #403a3a;
}
.vev #e4AwYjnHQ7U {
  margin: 720px 0 0 10.2%;
  width: 75.3%;
  height: 179px;
  transform: none;
  place-self: start start;
}
.vev #eVWbvptSFSl {
  min-height: 183vh;
  height: auto;
}
.vev #eVGprOw8GhAc p {
  font-family: "Merriweather";
  font-weight: 700;
}
.vev #eVdxBd2GqyZc p,
.vev #emUOI7S2usGc blockquote {
  font-family: "Merriweather";
  font-weight: 700;
  font-style: italic;
}
.vev #emUOI7S2usG {
  margin: 320px -1px 0 0;
  width: 100%;
  height: 108px;
  place-self: start end;
  transform: none;
}
.vev #eT53_yotIfB,
.vev #eVJbUBSktld {
  transform: none;
  place-self: start center;
}
.vev #eVJbUBSktld {
  margin: 468px 0 0 0.3%;
  width: 117.2%;
  height: 226px;
}
.vev #eT53_yotIfB {
  margin: 720px 0 0 0.3%;
  width: 71.6%;
  height: 214px;
}
.vev #eQLzGb63tjFc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 31%,
      rgba(0, 0, 0, 0.91) 100%
    ),
    var(--b-X7XrnHdW58) 52% 69% / cover;
}
.vev #eQLzGb63tjF {
  min-height: 108vh;
  height: auto;
}
.vev #eqsH0BYoU2_ {
  width: 89.1%;
  height: auto;
  margin: 326px 0 0 5.5%;
}
.vev #eVdxBd2GqyZ {
  margin: 0;
  width: 285px;
  height: 238px;
  transform: none;
  place-self: start start;
}
.vev #eC2E3-xCMotc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 41%,
      rgba(0, 0, 0, 0.8) 79%
    ),
    var(--b-1-WBa7PLp7) 8% 34% / cover;
}
.vev #eC2E3-xCMot {
  min-height: 100vh;
  height: auto;
}
.vev #e3xSKB9a0Dm {
  width: 89.1%;
  height: auto;
  margin: 346px 0 0 5.5%;
}
.vev #eVGprOw8GhAc p {
  font-style: inherit;
  text-align: center;
}
.vev #eVGprOw8GhA {
  margin: 0;
  width: 285px;
  height: 78px;
  transform: none;
  place-self: start start;
}
.vev #ey19_4OBzxCc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 40%,
      rgba(0, 0, 0, 0.83) 81%
    ),
    var(--b-tpKGvyeCDC) 94% 54% / cover;
}
.vev #ey19_4OBzxC {
  min-height: 100vh;
  height: auto;
}
.vev #e-R-W4l_h5K {
  width: 80.6%;
  height: auto;
  margin: 325px 0 0;
  transform: none;
  place-self: start center;
}
.vev #eOcoboSOKESc p,
.vev #egfsmy8fe4Vc p {
  font-family: "Merriweather";
  font-size: 16px;
}
.vev #egfsmy8fe4Vc p {
  font-weight: 400;
  font-style: normal;
}
.vev #egfsmy8fe4V {
  margin: 0;
  width: 258px;
  height: 151px;
  transform: none;
  place-self: start end;
}
.vev #elenoay4aFtc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 49%,
      rgba(0, 0, 0, 0.85) 81%
    ),
    var(--b--rpdJftWcv) 6% 16% / cover;
}
.vev #elenoay4aFt {
  min-height: 180vh;
  height: auto;
}
.vev #e-l6uhKWfJ4 {
  width: 89.1%;
  height: auto;
  margin: 311px 0 0 0.3%;
  transform: none;
  place-self: start center;
}
.vev #eOcoboSOKESc p {
  font-weight: 300;
  font-style: inherit;
}
.vev #eOcoboSOKES {
  margin: 0;
  width: 285px;
  height: 124px;
  transform: none;
  place-self: start end;
}
.vev #e7gJcE95PK8,
.vev #ev3S_A8R9Yh {
  height: auto;
  transform: none;
}
.vev #ev3S_A8R9Yh {
  width: 89.1%;
  margin: 848px 0 0 0.3%;
  place-self: start center;
}
.vev #e7gJcE95PK8c p {
  font-family: "Merriweather";
  font-weight: 700;
  font-style: italic;
}
.vev #e7gJcE95PK8 {
  margin: 0;
  width: 285px;
  place-self: start start;
}
.vev #e5dE8GZwMfFc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 44%,
      rgba(0, 0, 0, 0.82) 74%
    ),
    var(--b-cjgXd5dCG9) 64% 48% / cover;
}
.vev #e5dE8GZwMfF {
  min-height: 191vh;
  height: auto;
}
.vev #ey4zk0CjE_D {
  width: 89.1%;
  height: auto;
  margin: 340px 0 0 5.5%;
}
.vev #e0Oz51vSBE9c p,
.vev #eQsv3TbXqvAc p {
  font-size: 16px;
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
}
.vev #eQsv3TbXqvA {
  margin: 0;
  width: 285px;
  height: 154px;
  transform: none;
  place-self: start end;
}
.vev #ej1TFfGqqA1 {
  width: 89.1%;
  height: auto;
  margin: 936px 0 0 5.5%;
}
.vev #e0Oz51vSBE9 {
  margin: 0;
  width: 285px;
  height: auto;
  transform: none;
  place-self: start start;
}
.vev #eYrGheJ5pzEc .contents {
  background: #000;
}
.vev #eYrGheJ5pzE {
  min-height: 112vh;
  height: auto;
}
.vev #eeNcJsagpMN {
  width: 89.1%;
  height: auto;
  margin: 325px 0 0 5.5%;
}
.vev #efiC28YdM6Bc p,
.vev #efiC28YdM6Bc strong {
  font-family: "Merriweather";
  font-weight: 300;
  font-style: inherit;
  font-size: 16px;
}
.vev #efiC28YdM6Bc strong {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}
.vev #efiC28YdM6B {
  margin: 0;
  width: 285px;
  height: 208px;
  transform: none;
  place-self: start end;
}
.vev #eWKj-Mg_ZQ_c .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 39%,
      rgba(0, 0, 0, 0.83) 85%
    ),
    var(--b-J5J3p2to5W) 61% 59% / cover;
}
.vev #eWKj-Mg_ZQ_ {
  min-height: 110vh;
  height: auto;
}
.vev #ec6TmwkzGEV {
  width: 89.1%;
  height: auto;
  margin: 327px 0 0 0.3%;
  transform: none;
  place-self: start center;
}
.vev #ewIli4h7ACjc p {
  font-family: "Merriweather";
  font-weight: 700;
  font-style: italic;
}
.vev #ewIli4h7ACj {
  margin: 0;
  width: 285px;
  height: 238px;
  transform: none;
  place-self: start start;
}
.vev #eERJZ01oCa-c .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 60%,
      rgba(0, 0, 0, 0.56) 80%
    ),
    var(--b-RL8Kz27i66) 28% 35% / cover;
}
.vev #eERJZ01oCa- {
  min-height: 180vh;
  height: auto;
}
.vev #eCwVy0kI46w {
  width: 89.1%;
  height: auto;
  margin: 335px 0 0 5.5%;
}
.vev #eWRMgfHeNlOc p,
.vev #eak3v12e7izc p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.vev #eak3v12e7iz {
  margin: 0;
  width: 285px;
  height: 72px;
  transform: none;
  place-self: start end;
}
.vev #eKIA0YduJOn,
.vev #eWRMgfHeNlO {
  width: 89.1%;
  height: auto;
  margin: 893px 0 0 0.3%;
  transform: none;
  place-self: start center;
}
.vev #eWRMgfHeNlO {
  margin: 0;
  width: 285px;
  place-self: start start;
}
.vev #etVhTcJkSEJc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 65%,
      rgba(0, 0, 0, 0.84) 86%
    ),
    var(--b-HCakeTApT9) 44% 47% / cover;
}
.vev #etVhTcJkSEJ {
  min-height: 110vh;
  height: auto;
}
.vev #eUvnVVgFBvY {
  width: 89.1%;
  height: auto;
  margin: 345px 0 0 5.5%;
}
.vev #eaAPAR_2P31c p {
  font-weight: 700;
  font-style: italic;
}
.vev #eaAPAR_2P31c p,
.vev #ehvDWJ2WC3Sc h1,
.vev #ehvDWJ2WC3Sc strong {
  font-family: "Merriweather";
}
.vev #eaAPAR_2P31 {
  margin: 0;
  width: 285px;
  height: 280px;
  transform: none;
  place-self: start start;
}
.vev #ea9y0WWSGRec .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 49%,
      rgba(0, 0, 0, 0.85) 82%
    ),
    var(--b-BVpVAhNVSS) 62% 55% / cover;
}
.vev #ea9y0WWSGRe {
  min-height: 247.4vh;
  height: auto;
}
.vev #ehvDWJ2WC3Sc h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.55));
  color: #fff;
}
.vev #ehvDWJ2WC3Sc strong {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  font-style: inherit;
}
.vev #eAu10NnjnrN,
.vev #ehvDWJ2WC3S {
  transform: none;
  place-self: start center;
}
.vev #ehvDWJ2WC3S {
  width: 102.2%;
  height: 106px;
  margin: 300px 0 393px 0.3%;
}
.vev #eAu10NnjnrN {
  width: 88.4%;
  height: auto;
  margin: 819px 0 0 1.6%;
}
.vev #e4zfOH8bXS7c strong {
  font-size: 18px;
  font-family: "Merriweather";
  font-weight: 700;
  font-style: normal;
}
.vev #e4zfOH8bXS7 {
  width: 283px;
  height: 130px;
  transform: none;
  place-self: start end;
  margin: 0;
}
.vev #eNogMXAhOCH {
  width: 88.4%;
  height: auto;
  margin: 1342px 2.2% 0 0;
  transform: none;
  place-self: start center;
}
.vev #e4zfOH8bXS7c p,
.vev #e5Rjegyj_nEc p,
.vev #eBX-NxEs98Qc p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.vev #eMkzRDNM5FCc p {
  font-family: "Merriweather";
  font-size: 16px;
}
.vev #ePmLwEznfgHc p,
.vev #eRB8Z5vtOQXc p,
.vev #eW1lv-EPeFPc p,
.vev #eYmMKw0HHqsc p,
.vev #ebnaI3d67Qhc p,
.vev #ezX26QxwPftc p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.vev #e5Rjegyj_nE {
  width: 283px;
  height: 142px;
  transform: none;
  place-self: start end;
  margin: 0;
}
.vev #eyVPUcSswpWc .contents {
  background: #000;
}
.vev #eyVPUcSswpW {
  min-height: 230vh;
  height: auto;
}
.vev #e19OMoLYSiI {
  margin: 365px 0 0;
  width: 116.9%;
  height: 239px;
  transform: none;
  place-self: start center;
}
.vev #ebnaI3d67Qh {
  margin: 632px 0 0;
  width: 88.8%;
  height: 116px;
}
.vev #eRB8Z5vtOQX,
.vev #eYmMKw0HHqs,
.vev #ebnaI3d67Qh,
.vev #ey_1awpEwW3 {
  transform: none;
  place-self: start center;
}
.vev #eYmMKw0HHqs,
.vev #ey_1awpEwW3 {
  margin: 748px 0 0;
  width: 88.8%;
  height: 95px;
}
.vev #ey_1awpEwW3 {
  margin: 871px 0 0 0.3%;
  width: 117.2%;
  height: 216px;
}
.vev #eRB8Z5vtOQX {
  margin: 1105px 0 0 0.3%;
  width: 89.7%;
  height: auto;
}
.vev #evAxHNsiwMGc .contents {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.45) 33%,
      rgba(255, 255, 255, 0) 59%
    ),
    var(--b-_CPMoQpejS) 61% 43% / cover;
}
.vev #evAxHNsiwMG {
  min-height: 190vh;
  height: auto;
}
.vev #ecFntjkLchr {
  width: 47.2%;
  height: auto;
  margin: 323px 0 0 2.8%;
  transform: none;
  place-self: start start;
}
.vev #eW1lv-EPeFP {
  margin: 0;
  width: 100%;
  height: 178px;
  transform: none;
  place-self: start end;
}
.vev #e7YUCbCPepn {
  width: 49.7%;
  height: auto;
  margin: 915px 0 0 2.5%;
  transform: none;
  place-self: start start;
}
.vev #eBX-NxEs98Q {
  margin: 0;
  width: 100%;
  height: 162px;
  transform: none;
  place-self: start end;
}
.vev #eBk3N9gQmsWc .contents {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 31%,
      rgba(255, 255, 255, 0) 65%
    ),
    var(--b-ZVyoFCm5kd) 40% 100% / cover;
}
.vev #eBk3N9gQmsW {
  min-height: 187vh;
  height: auto;
}
.vev #ezyMv1xvxmZ {
  width: 49.4%;
  height: auto;
  margin: 331px 0 0 2.8%;
  transform: none;
  place-self: start start;
}
.vev #ezX26QxwPft {
  margin: 0;
  width: 100%;
  height: 160px;
  transform: none;
  place-self: start end;
}
.vev #eN0JRrDMNXd {
  width: 49.1%;
  height: auto;
  margin: 878px 0 0 2.8%;
  transform: none;
  place-self: start start;
}
.vev #ePmLwEznfgH {
  margin: 0;
  width: 100%;
  height: 158px;
  transform: none;
  place-self: start end;
}
.vev #elmZK7DF7Doc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 43%,
      rgba(0, 0, 0, 0.8) 94%
    ),
    var(--b-MZDhtufrGn) 50% 53% / cover;
}
.vev #elmZK7DF7Do {
  min-height: 182vh;
  height: auto;
}
.vev #eUur2aMkJ6f {
  width: 89.1%;
  height: auto;
  margin: 325px 0 0 5.8%;
}
.vev #eMkzRDNM5FCc p {
  font-weight: 700;
  font-style: inherit;
  text-align: center;
}
.vev #eMkzRDNM5FC {
  margin: 0;
  width: 285px;
  height: 47px;
  transform: none;
  place-self: start end;
}
.vev #eT04fL8cXsZ {
  width: 89.1%;
  height: auto;
  margin: 851px 0 0 0.3%;
  transform: none;
  place-self: start center;
}
.vev #e6vWNVw-pp7c p,
.vev #eJLpMMkfI-Xc p,
.vev #eSXZmyv35Amc p,
.vev #eZ2KjoktAjMc p {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.vev #eZ2KjoktAjM {
  margin: 0;
  width: 285px;
  height: 142px;
  transform: none;
  place-self: start end;
}
.vev #eJxVt-g0KRyc .contents {
  background: #000;
}
.vev #eJxVt-g0KRy {
  min-height: 208vh;
  height: auto;
}
.vev #elPKd6E1oXI {
  margin: 349px 0 0 -8.6%;
  width: 117.5%;
  height: 213px;
  transform: none;
  place-self: start start;
}
.vev #e6vWNVw-pp7,
.vev #eSXZmyv35Am,
.vev #eVJwl8neBCC {
  transform: none;
  place-self: start center;
}
.vev #eSXZmyv35Am,
.vev #eVJwl8neBCC {
  margin: 587px 0 0 2px;
  width: 88.8%;
  height: 141px;
}
.vev #eVJwl8neBCC {
  margin: 753px 0 0 0.6%;
  width: 117.5%;
  height: 239px;
}
.vev #eVJwl8neBCCc img {
  object-fit: cover;
  object-position: 19% 34%;
}
.vev #e6vWNVw-pp7 {
  margin: 1017px 0 0 1.9%;
  width: 88.8%;
  height: 97px;
}
.vev #eIV85Fz3kevc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 46%,
      rgba(0, 0, 0, 0.83) 75%
    ),
    var(--b-nAGKZ_ZH5b) 44% 48% / cover;
}
.vev #eIV85Fz3kev {
  min-height: 102vh;
  height: auto;
}
.vev #etNX3mHH46d {
  width: 89.1%;
  height: auto;
  margin: 332px 0 0 0.3%;
  transform: none;
  place-self: start center;
}
.vev #eJLpMMkfI-X {
  margin: 0;
  width: 285px;
  height: 136px;
  transform: none;
  place-self: start end;
}
.vev #edxrEvZXorrc .contents {
  background: #000;
}
.vev #edxrEvZXorr {
  min-height: 100vh;
  height: auto;
}
.vev #e38AGa3d-lR {
  width: 89.1%;
  height: auto;
  margin: 338px 0 0 5.5%;
}
.vev #ebX2KlATHJHc p {
  font-weight: 700;
  font-style: inherit;
  font-family: "Merriweather";
  text-align: center;
}
.vev #ebX2KlATHJH {
  margin: 0;
  width: 285px;
  height: auto;
  transform: none;
  place-self: start start;
}
.vev #ewKyb4Lk5ZQc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 46%,
      rgba(0, 0, 0, 0.8) 72%
    ),
    var(--b-Lcn7sux9iI) 48% 51% / cover;
}
.vev #ewKyb4Lk5ZQ {
  min-height: 102vh;
  height: auto;
}
.vev #eGztcxIDK3s,
.vev #evuTYshvr-y {
  height: auto;
  transform: none;
}
.vev #evuTYshvr-y {
  width: 89.1%;
  margin: 331px 0 0 0.3%;
  place-self: start center;
}
.vev #eGztcxIDK3sc p {
  font-size: 16px;
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
}
.vev #eGztcxIDK3s {
  margin: 0;
  width: 285px;
  place-self: start start;
}
.vev #eF9mOG0XPpKc .contents {
  background: #000;
}
.vev #eF9mOG0XPpK {
  min-height: 193vh;
  height: auto;
}
.vev #eB-dsVWG8A6c p,
.vev #eKY8dmneA1Uc p,
.vev #ejdWVgAjR2Rc p {
  color: #fff;
  font-family: "Merriweather";
  font-weight: 300;
  font-style: inherit;
  font-size: 16px;
}
.vev #eB-dsVWG8A6c strong,
.vev #eKY8dmneA1Uc strong,
.vev #ejdWVgAjR2Rc strong {
  font-size: 18px;
}
.vev #eKY8dmneA1U {
  margin: 367px 0.3% 0 0;
  width: 89.1%;
  height: 112px;
}
.vev #eB-dsVWG8A6,
.vev #eKY8dmneA1U,
.vev #eVPiHVdRwtF,
.vev #ejdWVgAjR2R {
  transform: none;
  place-self: start center;
}
.vev #eVPiHVdRwtF,
.vev #ejdWVgAjR2R {
  margin: 500px 0 0;
  width: 116.9%;
  height: 239px;
}
.vev #ejdWVgAjR2R {
  margin: 760px 0.6% 0 0;
  width: 88.8%;
  height: 135px;
}
.vev #eB-dsVWG8A6 {
  margin: 895px 0 0 0.3%;
  width: 88.4%;
  height: 121px;
}
.vev #eS0uacly9QYc .contents {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(0, 0, 0, 0.5) 76%
    ),
    var(--b-dUApFsIk5L) 67% 39% / cover;
}
.vev #eS0uacly9QY {
  min-height: 100vh;
  height: auto;
}
.vev #eNMjHtYpb4y {
  width: 31.3%;
  height: auto;
  margin: 327px 0 0 63.9%;
}
.vev #eKXDR9d1QGNc p {
  font-size: 16px;
  font-family: "Merriweather";
  font-weight: 400;
  font-style: normal;
}
.vev #eKXDR9d1QGN {
  margin: 0;
  width: 100px;
  height: 72px;
  transform: none;
  place-self: start start;
}
.vev #eIk94F5Y6nhc .contents {
  background: linear-gradient(
      rgba(255, 255, 255, 0) 44%,
      rgba(0, 0, 0, 0.89) 84%
    ),
    var(--b-jHVx7Aed_d) 46% 47% / cover;
}
.vev #eIk94F5Y6nh {
  min-height: 186vh;
  height: auto;
}
.vev #eCTkN8faQqk {
  width: 89.1%;
  height: auto;
  margin: 338px 0 0 0.3%;
  transform: none;
  place-self: start center;
}
.vev #e-TQGBpnyUic p,
.vev #eBJ0Ue8Q8vDc p,
.vev #eKp0MF6bCMMc p,
.vev #eN7me2sx9ePc p {
  font-size: 16px;
  font-family: "Merriweather";
  font-weight: 300;
  font-style: inherit;
}
.vev #eKp0MF6bCMMc strong,
.vev #eN7me2sx9ePc strong {
  font-size: 18px;
  font-family: "Merriweather";
  font-weight: 700;
  font-style: normal;
}
.vev #eN7me2sx9eP {
  margin: 0;
  width: 285px;
  height: 101px;
  transform: none;
  place-self: start end;
}
.vev #eQQbi36_5dd {
  width: 89.1%;
  height: auto;
  margin: 882px 0 0 0.3%;
  transform: none;
  place-self: start center;
}
.vev #eKp0MF6bCMM {
  margin: 0;
  width: 285px;
  height: 126px;
  transform: none;
  place-self: start end;
}
.vev #eajvSqCSrQPc .contents,
.vev #eh-PG68Z8Luc .contents {
  background: #000;
}
.vev #eh-PG68Z8Lu {
  min-height: 235vh;
  height: auto;
}
.vev #eRYS_W467Lec h1,
.vev #eRYS_W467Lec strong {
  color: #fff;
  font-family: "Merriweather";
  font-weight: 900;
  font-style: inherit;
}
.vev #eRYS_W467Lec h1 {
  text-align: center;
  font-size: 21px;
  line-height: 2.3em;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.55));
}
.vev #eRYS_W467Lec strong {
  font-size: 53px;
}
.vev #eRYS_W467Le {
  margin: 315px 0 0;
  width: 94.4%;
  height: 169px;
  transform: none;
  place-self: start center;
}
.vev #e-TQGBpnyUi {
  margin: 514px 0 0 0.6%;
  width: 88.8%;
  height: 148px;
}
.vev #e-TQGBpnyUi,
.vev #eBJ0Ue8Q8vD,
.vev #em2nDUaEn4j {
  transform: none;
  place-self: start center;
}
.vev #em2nDUaEn4j {
  margin: 686px 0 0;
  width: 116.9%;
  height: 239px;
}
.vev #eBJ0Ue8Q8vDc strong,
.vev #erBRPmsrOFSc p,
.vev #erBRPmsrOFSc strong {
  font-size: 18px;
  font-family: "Merriweather";
  font-weight: 700;
  font-style: normal;
}
.vev #erBRPmsrOFSc p {
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 23px;
}
.vev #erBRPmsrOFSc strong {
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
}
.vev #eBJ0Ue8Q8vD {
  margin: 948px 0 0 0.9%;
  width: 285px;
  height: 431px;
}
.vev #eajvSqCSrQP {
  min-height: 127vh;
  height: auto;
}
.vev #e0e6_jbXJ5b {
  width: 108.4%;
  height: auto;
  margin: 74px -8.7% 0 0;
  transform: none;
  place-self: start end;
}
.vev #eqlm5KYH7Ul {
  width: 100%;
  height: auto;
  margin: 0;
}
.vev #eqlm5KYH7Ul,
.vev #erBRPmsrOFS,
.vev #evY18v82doe {
  transform: none;
  place-self: start start;
}
.vev #erBRPmsrOFSc em {
  font-size: 30px;
}
.vev #erBRPmsrOFS {
  margin: 0 0 0 0.3%;
  width: 91.4%;
  height: 88px;
}
.vev #evY18v82doe {
  margin: 104px 0 0 -8.6%;
  width: 108.6%;
  height: 211px;
}
.vev #eLSqnvvEBi7 {
  margin: 405px 0 0;
  width: 99.7%;
  height: 117px;
  transform: none;
  place-self: start end;
}
.vev #eG4zEpUNBvXc p,
.vev #eMaXXXkr7eOc p,
.vev #eaihAzBXr3Sc p,
.vev #el1PX8dGwVhc p,
.vev #en8QtbF6qNKc p,
.vev #eoBwoqy08Kpc p,
.vev #euuCjcul2WOc p,
.vev #ey2u181IhjLc p {
  font-family: "Merriweather";
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 16px;
}
.vev #eG4zEpUNBvX {
  margin: 0;
  width: 100%;
  height: 44px;
}
.vev #eG4zEpUNBvX,
.vev #eQPf5-WKNeD,
.vev #euuCjcul2WO {
  transform: none;
  place-self: start end;
}
.vev #euuCjcul2WO {
  width: 100%;
  margin: 23px 0 0;
  height: 89px;
}
.vev #eMaXXXkr7eOc strong,
.vev #eaihAzBXr3Sc strong,
.vev #euuCjcul2WOc strong,
.vev #ey2u181IhjLc strong {
  font-family: "Merriweather";
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
}
.vev #eQPf5-WKNeD {
  margin: 530px 0 0;
  width: 99.7%;
  height: 113px;
}
.vev #e1SmZvYwDmm {
  transform: none;
  place-self: start end;
}
.vev #eoBwoqy08Kp,
.vev #ey2u181IhjL {
  margin: 0;
  width: 100%;
  height: 45px;
  transform: none;
  place-self: start end;
}
.vev #ey2u181IhjL {
  margin: 25px 0 0;
  height: 67px;
}
.vev #e1SmZvYwDmm {
  margin: 632px 0 0;
  width: 99.7%;
  height: auto;
}
.vev #eaihAzBXr3S {
  width: 100%;
  height: 47px;
}
.vev #eaihAzBXr3S,
.vev #ee-_R--r5hK,
.vev #en8QtbF6qNK {
  transform: none;
  place-self: start end;
}
.vev #en8QtbF6qNK {
  margin: 0;
  width: 100%;
  height: 47px;
}
.vev #eaihAzBXr3S {
  margin: 26px 0 0;
}
.vev #ee-_R--r5hK {
  margin: 715px 0 0;
  width: 99.7%;
  height: auto;
}
.vev #eMaXXXkr7eO,
.vev #el1PX8dGwVh {
  width: 100%;
  transform: none;
  place-self: start end;
}
.vev #el1PX8dGwVh {
  margin: 0;
  height: 47px;
}
.vev #eMaXXXkr7eOc a {
  color: #b4e5ff;
  font-size: 15px;
}
.vev #eMaXXXkr7eO {
  margin: 28px 0 0;
  height: 66px;
}
@media (min-width: 600px) {
  .vev .pBWtuMPYwNU .__sc {
    grid-template-columns: 1fr 600px 1fr;
  }
  .vev #e4jZXWZqcyy {
    margin: 22px 3.3% 0 0;
    width: 6.3%;
  }
  .vev #ebHv3_qACkS {
    min-height: 100vh;
  }
  .vev #e_pFi34bE0e {
    margin: 3px 0 0;
    width: 768px;
    height: 377px;
  }
  .vev #ew7geJ1BbIF {
    margin: 645px 0 0 0.2%;
    width: 127.8%;
    height: 377px;
  }
  .vev #eMI6j4Ib-vN {
    width: 96.3%;
    height: 326px;
    margin: 0 0 0 -14%;
    transform: none;
    place-self: start start;
  }
  .vev #e-4bwcG2coac h1,
  .vev #e-4bwcG2coac strong {
    font-size: 40px;
    font-family: "Merriweather";
    font-weight: 700;
  }
  .vev #e-4bwcG2coac strong {
    font-size: 80px;
    font-weight: 900;
    font-style: inherit;
  }
  .vev #e-4bwcG2coa {
    margin: 430px 0 0 0.2%;
    width: 107.8%;
    height: 155px;
    place-self: start center;
  }
  .vev div .p0UI_PJa19v h1 {
    font-size: 66px;
    line-height: 1.1em;
  }
  .vev div .p0UI_PJa19v strong {
    font-size: 66px;
  }
  .vev #eP-nCchY6Lg {
    min-height: 105vh;
  }
  .vev #eOYnGzpF2ykc strong,
  .vev #eZrLTQZrdiuc strong,
  .vev #emNGkBaaAxkc strong {
    font-size: 26px;
    font-family: "Merriweather";
    font-weight: 700;
    font-style: normal;
  }
  .vev #eOYnGzpF2ykc p,
  .vev #eZrLTQZrdiuc p,
  .vev #emNGkBaaAxkc p {
    font-size: 24px;
    font-family: "Merriweather";
    font-weight: 300;
    font-style: inherit;
  }
  .vev #emNGkBaaAxk {
    margin: 125px 0 0 0.2%;
    width: 521px;
    height: 180px;
  }
  .vev #eOYnGzpF2yk {
    margin: 305px 0 0 0.2%;
    width: 521px;
    height: 281px;
  }
  .vev #eZrLTQZrdiu {
    margin: 586px 0 0 0.2%;
    width: 86.8%;
    height: 166px;
  }
  .vev #eM2cqC92x0vc .contents {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 56%,
        rgba(0, 0, 0, 0.68) 87%
      ),
      var(--b-wdt20utQr3) 59% 38% / cover;
  }
  .vev #eM2cqC92x0v {
    min-height: 170vh;
  }
  .vev #eXGGouvROuwc h1,
  .vev #eXGGouvROuwc strong,
  .vev #ehvDWJ2WC3Sc h1 {
    font-size: 35px;
    font-family: "Merriweather";
    font-style: normal;
  }
  .vev #eXGGouvROuwc strong {
    font-size: 80px;
    font-weight: 900;
    font-style: inherit;
  }
  .vev #eXGGouvROuw {
    margin: 456px 0 0;
    width: 100%;
    height: 153px;
    place-self: start end;
  }
  .vev #e8ns0r81_K- {
    width: 100%;
    margin: 1201px 0 0;
    transform: none;
    place-self: start end;
  }
  .vev #e01cJUUX3Dic p {
    font-size: 25px;
    font-weight: 300;
  }
  .vev #e01cJUUX3Dic p,
  .vev #e01cJUUX3Dic strong {
    font-family: "Merriweather";
    font-style: inherit;
  }
  .vev #e01cJUUX3Di {
    height: 231px;
    place-self: start end;
  }
  .vev #ebjjXNxqcs0c .contents {
    background: linear-gradient(
        1800deg,
        rgba(0, 0, 0, 0.61) 16%,
        rgba(255, 255, 255, 0.09) 52%
      ),
      var(--b-jXdMzPxGaD) 63% 43% / cover;
  }
  .vev #ebjjXNxqcs0 {
    min-height: 100vh;
  }
  .vev #eWJBfGnK9c3 {
    width: 103.5%;
    margin: 501px 0 0 0.2%;
  }
  .vev #ejaKvsf7s_Ac p {
    font-size: 25px;
  }
  .vev #e01cJUUX3Dic strong,
  .vev #ejaKvsf7s_Ac strong {
    font-weight: 900;
    font-size: 27px;
  }
  .vev #ejaKvsf7s_A {
    width: 100.6%;
    height: 148px;
  }
  .vev #em18TdwIgztc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 37%,
        rgba(0, 0, 0, 0.39) 61%
      ),
      var(--b-5mWSHwNnbk) 59% 48% / cover;
  }
  .vev #em18TdwIgzt {
    min-height: 180vh;
  }
  .vev #e7CZnBtQPNW {
    margin: 503px 0.7% 0 0;
  }
  .vev #eNOJDqHbUrMc p,
  .vev #eQbSGfGdQxXc p,
  .vev #eT53_yotIfBc p,
  .vev #eZZAyUFH7Tic p,
  .vev #eoJixMZx_Hwc p,
  .vev #eqCWo67HQ6tc p,
  .vev #ezxr2_MFyu0c p {
    font-size: 25px;
    font-family: "Merriweather";
    font-weight: 400;
    font-style: normal;
  }
  .vev #ezxr2_MFyu0 {
    height: 267px;
    place-self: start end;
  }
  .vev #eFk9l6hlzTN {
    margin: 1337px -1.8% 0 0;
  }
  .vev #eqCWo67HQ6t {
    height: 165px;
    place-self: start end;
  }
  .vev #eQbSGfGdQxX {
    margin: 498px 0 0;
    width: 89%;
  }
  .vev #eNOJDqHbUrM {
    margin: 631px 0 0;
    width: 89%;
  }
  .vev #erF5ABeN6qM {
    width: 100%;
    margin: 786px 0 0;
    place-self: start end;
    transform: none;
  }
  .vev #ek2roX_ekwh {
    width: 128%;
    height: 431px;
    place-self: start center;
  }
  .vev #eiOFmgTMGQdc .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.62) 27%,
        rgba(255, 255, 255, 0.08) 43%
      ),
      var(--b-30B9zSNteU) 38% 51% / cover;
  }
  .vev #eiOFmgTMGQd {
    min-height: 180vh;
  }
  .vev #eNX3-R25fT2 {
    width: 39.2%;
    margin: 483px 0 0 -4%;
  }
  .vev #eoJixMZx_Hw {
    height: 266px;
    place-self: start end;
  }
  .vev #e6ixXp2j3V3 {
    width: 38.8%;
    margin: 1310px 0 0 -4%;
  }
  .vev #eZZAyUFH7Ti {
    height: 302px;
  }
  .vev #eVGprOw8GhAc p {
    font-family: "Merriweather";
    font-weight: 700;
  }
  .vev #eVdxBd2GqyZc p,
  .vev #emUOI7S2usGc blockquote {
    font-family: "Merriweather";
    font-weight: 700;
    font-style: italic;
    font-size: 43px;
  }
  .vev #emUOI7S2usGc blockquote {
    font-size: 45px;
  }
  .vev #emUOI7S2usG {
    margin: 527px -1px 0 0;
  }
  .vev #eVJbUBSktld {
    margin: 675px 0 0 0.2%;
    width: 127.5%;
    height: 429px;
  }
  .vev #eT53_yotIfB {
    margin: 1134px 0 0 0.2%;
    width: 83.8%;
    height: 252px;
  }
  .vev #eQLzGb63tjFc .contents {
    background: linear-gradient(
        rgba(255, 255, 255, 0) 63%,
        rgba(0, 0, 0, 0.76) 74%
      ),
      var(--b-X7XrnHdW58) 52% 69% / cover;
  }
  .vev #eqsH0BYoU2_ {
    width: 104.3%;
    margin: 483px 0 0;
    transform: none;
    place-self: start center;
  }
  .vev #eVdxBd2GqyZ {
    width: 100%;
    height: 201px;
    place-self: start end;
  }
  .vev #e3xSKB9a0Dm {
    width: 109.8%;
    margin: 560px 0 0 0.2%;
    transform: none;
    place-self: start center;
  }
  .vev #eVGprOw8GhAc p {
    font-size: 30px;
    text-align: center;
    font-style: inherit;
  }
  .vev #eVGprOw8GhA {
    width: 100%;
    height: 63px;
    place-self: start end;
  }
  .vev #e-R-W4l_h5K {
    width: 101.7%;
    margin: 512px 0 0;
  }
  .vev #eOcoboSOKESc p,
  .vev #egfsmy8fe4Vc p {
    font-size: 25px;
    font-family: "Merriweather";
  }
  .vev #egfsmy8fe4Vc p {
    font-weight: 400;
    font-style: normal;
  }
  .vev #egfsmy8fe4V {
    width: 100%;
    height: 142px;
    place-self: start end;
  }
  .vev #elenoay4aFt {
    min-height: 185vh;
  }
  .vev #e-l6uhKWfJ4 {
    width: 99.5%;
    margin: 490px 0 0 0.2%;
    transform: none;
    place-self: start center;
  }
  .vev #eOcoboSOKESc p {
    font-weight: 300;
    font-style: inherit;
  }
  .vev #e7gJcE95PK8c p,
  .vev #eOcoboSOKESc strong {
    font-family: "Merriweather";
    font-size: 44px;
    font-weight: 700;
    font-style: italic;
  }
  .vev #eOcoboSOKESc strong {
    font-size: 27px;
    font-weight: 900;
    font-style: inherit;
  }
  .vev #eOcoboSOKES {
    width: 100%;
    place-self: start end;
  }
  .vev #ev3S_A8R9Yh {
    width: 89.2%;
    margin: 1303px 0 0 0.5%;
  }
  .vev #e7gJcE95PK8 {
    width: 100%;
    place-self: start end;
  }
  .vev #e5dE8GZwMfF {
    min-height: 175vh;
  }
  .vev #ey4zk0CjE_D {
    width: 88.7%;
    margin: 487px 0 0;
    transform: none;
    place-self: start center;
  }
  .vev #e0Oz51vSBE9c p,
  .vev #eQsv3TbXqvAc p,
  .vev #efiC28YdM6Bc p {
    font-size: 25px;
    font-family: "Merriweather";
    font-weight: 400;
    font-style: normal;
  }
  .vev #efiC28YdM6Bc p {
    font-weight: 300;
    font-style: inherit;
  }
  .vev #eQsv3TbXqvA {
    width: 100%;
    height: 179px;
    place-self: start end;
  }
  .vev #ej1TFfGqqA1 {
    width: 88.7%;
    margin: 1249px 0 0;
    transform: none;
    place-self: start center;
  }
  .vev #e0Oz51vSBE9 {
    width: 100%;
  }
  .vev #eYrGheJ5pzE {
    min-height: 105vh;
  }
  .vev #eeNcJsagpMN {
    width: 102.5%;
    margin: 495px 0 0 0.2%;
    transform: none;
    place-self: start center;
  }
  .vev #efiC28YdM6Bc strong,
  .vev #ewIli4h7ACjc p {
    font-size: 27px;
    font-family: "Merriweather";
    font-weight: 700;
    font-style: normal;
  }
  .vev #ewIli4h7ACjc p {
    font-style: italic;
    font-size: 40px;
  }
  .vev #efiC28YdM6B {
    width: 100%;
  }
  .vev #eWKj-Mg_ZQ_c .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.51) 19%,
        rgba(255, 255, 255, 0) 52%
      ),
      var(--b-J5J3p2to5W) 56% 67% / cover;
  }
  .vev #eWKj-Mg_ZQ_ {
    min-height: 110vh;
  }
  .vev #ec6TmwkzGEV {
    width: 47.3%;
    margin: 513px 0 0 -3%;
    transform: none;
    place-self: start start;
  }
  .vev #ewIli4h7ACj {
    width: 284px;
    height: 358px;
    place-self: start end;
  }
  .vev #eERJZ01oCa-c .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.56) 15%,
        rgba(255, 255, 255, 0) 52%
      ),
      var(--b-RL8Kz27i66) 26% 0% / cover;
  }
  .vev #eERJZ01oCa- {
    min-height: 170vh;
  }
  .vev #eCwVy0kI46w {
    width: 47.3%;
    margin: 462px 0 0 -7.5%;
    transform: none;
    place-self: start start;
  }
  .vev #eWRMgfHeNlOc p {
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
  }
  .vev #eRYS_W467Lec h1,
  .vev #eWRMgfHeNlOc p,
  .vev #eaAPAR_2P31c p,
  .vev #eak3v12e7izc p {
    font-family: "Merriweather";
  }
  .vev #eak3v12e7izc p {
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
  }
  .vev #eak3v12e7iz {
    height: 134px;
  }
  .vev #eKIA0YduJOn {
    width: 47.3%;
    margin: 1235px 0 0 -7.5%;
    place-self: start start;
  }
  .vev #eWRMgfHeNlO {
    width: 284px;
    place-self: start end;
  }
  .vev #eUvnVVgFBvY {
    width: 106.3%;
    margin: 515px 0 0;
    transform: none;
    place-self: start center;
  }
  .vev #eaAPAR_2P31c p {
    font-size: 44px;
    font-weight: 700;
    font-style: italic;
  }
  .vev #eaAPAR_2P31 {
    width: 100%;
    place-self: start end;
  }
  .vev #ea9y0WWSGRe {
    min-height: 250vh;
  }
  .vev #e4zfOH8bXS7c p {
    font-family: "Merriweather";
    font-style: inherit;
    font-size: 25px;
    font-weight: 300;
  }
  .vev #e4zfOH8bXS7c strong,
  .vev #ehvDWJ2WC3Sc strong {
    font-family: "Merriweather";
    font-weight: 900;
    font-style: inherit;
  }
  .vev #ehvDWJ2WC3Sc strong {
    font-size: 80px;
  }
  .vev #ehvDWJ2WC3S {
    height: 149px;
    margin: 466px -0.5% 393px 0;
  }
  .vev #eAu10NnjnrN {
    width: 100%;
    margin: 1291px 0 0;
    place-self: start end;
  }
  .vev #e4zfOH8bXS7c strong,
  .vev #eB-dsVWG8A6c strong,
  .vev #ejdWVgAjR2Rc strong {
    font-size: 27px;
  }
  .vev #e4zfOH8bXS7 {
    width: 100%;
  }
  .vev #eNogMXAhOCH {
    width: 100%;
    margin: 2034px 0 0;
    transform: none;
    place-self: start end;
  }
  .vev #e5Rjegyj_nEc p,
  .vev #eBX-NxEs98Qc p,
  .vev #eMkzRDNM5FCc p,
  .vev #ePmLwEznfgHc p,
  .vev #eRB8Z5vtOQXc p,
  .vev #eW1lv-EPeFPc p,
  .vev #eYmMKw0HHqsc p,
  .vev #eZ2KjoktAjMc p,
  .vev #ebnaI3d67Qhc p,
  .vev #ezX26QxwPftc p {
    font-size: 25px;
    font-family: "Merriweather";
    font-weight: 400;
    font-style: normal;
  }
  .vev #e5Rjegyj_nE {
    width: 100%;
  }
  .vev #eyVPUcSswpW {
    min-height: 235vh;
  }
  .vev #e19OMoLYSiI {
    margin: 524px 0 0;
    width: 128%;
    height: 485px;
  }
  .vev #ebnaI3d67Qh {
    margin: 1048px 0 0;
    width: 94%;
  }
  .vev #eYmMKw0HHqs {
    margin: 1177px 0 0;
    width: 94%;
    height: 128px;
  }
  .vev #ey_1awpEwW3 {
    margin: 1344px 0 0;
    width: 128%;
    height: 434px;
  }
  .vev #eRB8Z5vtOQX {
    margin: 1812px 0 0;
    width: 94.3%;
  }
  .vev #evAxHNsiwMG {
    min-height: 188vh;
  }
  .vev #ecFntjkLchr {
    width: 35.5%;
    margin: 533px 0 0 -2%;
    transform: none;
    place-self: start start;
  }
  .vev #eW1lv-EPeFP {
    height: 265px;
    place-self: start end;
  }
  .vev #e7YUCbCPepn {
    width: 35.2%;
    margin: 1400px 0 0 -2.2%;
  }
  .vev #eBX-NxEs98Q {
    height: 267px;
  }
  .vev #eBk3N9gQmsWc .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.5) 31%,
        rgba(255, 255, 255, 0) 45%
      ),
      var(--b-Ur9Kg9N9B9) 31% 63% / cover;
  }
  .vev #eBk3N9gQmsW {
    min-height: 175vh;
  }
  .vev #ezyMv1xvxmZ {
    width: 37.7%;
    margin: 480px 0 0 -3%;
    transform: none;
    place-self: start start;
  }
  .vev #ezX26QxwPft {
    height: 235px;
    place-self: start end;
  }
  .vev #eN0JRrDMNXd {
    width: 37.3%;
    margin: 1270px 0 0 -2.8%;
  }
  .vev #ePmLwEznfgH {
    height: 230px;
    place-self: start end;
  }
  .vev #elmZK7DF7Doc .contents {
    background: linear-gradient(
        rgba(255, 255, 255, 0) 43%,
        rgba(0, 0, 0, 0.8) 94%
      ),
      var(--b-MZDhtufrGn) 41% 33% / cover;
  }
  .vev #elmZK7DF7Do {
    min-height: 184vh;
  }
  .vev #eUur2aMkJ6f {
    width: 50%;
    margin: 506px 0 0;
    transform: none;
    place-self: start start;
  }
  .vev #eMkzRDNM5FC {
    width: 100%;
    height: 60px;
    place-self: start end;
  }
  .vev #eT04fL8cXsZ {
    width: 50%;
    margin: 1333px 0 0;
    place-self: start start;
  }
  .vev #eZ2KjoktAjM {
    width: 100%;
    height: 315px;
    place-self: start end;
  }
  .vev #eJxVt-g0KRy {
    min-height: 222vh;
  }
  .vev #elPKd6E1oXI {
    margin: 525px 0.2% 0 0;
    width: 127.5%;
    height: 498px;
    place-self: start center;
  }
  .vev #e6vWNVw-pp7c p,
  .vev #eJLpMMkfI-Xc p,
  .vev #eSXZmyv35Amc p {
    font-size: 25px;
    font-family: "Merriweather";
    font-weight: 400;
    font-style: inherit;
  }
  .vev #eSXZmyv35Am,
  .vev #eVJwl8neBCC {
    margin: 1048px 0 0 1px;
    width: 86.8%;
    height: 164px;
    place-self: start center;
  }
  .vev #eVJwl8neBCC {
    margin: 1237px 0 0 0.7%;
    width: 128.3%;
    height: 498px;
  }
  .vev #eVJwl8neBCCc img {
    object-position: 52% 8%;
  }
  .vev #e6vWNVw-pp7 {
    margin: 1760px 0 0 0.2%;
    width: 86.8%;
    place-self: start center;
  }
  .vev #eIV85Fz3kevc .contents {
    background: linear-gradient(
        rgba(255, 255, 255, 0) 61%,
        rgba(0, 0, 0, 0.71) 80%
      ),
      var(--b-nAGKZ_ZH5b) 44% 48% / cover;
  }
  .vev #eIV85Fz3kev {
    min-height: 104vh;
  }
  .vev #etNX3mHH46d {
    width: 86.3%;
    margin: 525px 0 0;
    transform: none;
    place-self: start center;
  }
  .vev #eJLpMMkfI-Xc p {
    line-height: 1.45em;
  }
  .vev #eJLpMMkfI-X {
    width: 100%;
    height: 167px;
    place-self: start end;
  }
  .vev #e38AGa3d-lR {
    width: 100%;
    margin: 459px 0 0;
    transform: none;
    place-self: start end;
  }
  .vev #ebX2KlATHJHc p {
    font-weight: 700;
    font-family: "Merriweather";
    font-size: 28px;
    text-align: center;
  }
  .vev #ebX2KlATHJH {
    width: 100%;
  }
  .vev #ewKyb4Lk5ZQ {
    min-height: 105vh;
  }
  .vev #evuTYshvr-y {
    width: 89.3%;
    margin: 493px 0 0;
  }
  .vev #eGztcxIDK3sc p {
    font-family: "Merriweather";
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
  }
  .vev #eGztcxIDK3s {
    width: 100%;
    place-self: start end;
  }
  .vev #eB-dsVWG8A6c p,
  .vev #eKY8dmneA1Uc p,
  .vev #ejdWVgAjR2Rc p {
    font-size: 25px;
  }
  .vev #eKY8dmneA1U {
    margin: 501px 0 0 0.2%;
    width: 89.2%;
    height: 130px;
  }
  .vev #eVPiHVdRwtF {
    margin: 661px 0 0 0.3%;
    width: 127.7%;
    height: 507px;
  }
  .vev #ejdWVgAjR2R {
    margin: 1198px 0 0 0.2%;
    height: 174px;
  }
  .vev #eB-dsVWG8A6 {
    margin: 1372px 0 0;
    width: 88.3%;
    height: 184px;
  }
  .vev #eS0uacly9QYc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 60%,
        rgba(0, 0, 0, 0.5) 91%
      ),
      var(--b-dUApFsIk5L) 73% 36% / cover;
  }
  .vev #eNMjHtYpb4y {
    width: 23.8%;
    margin: 521px 4.8% 0 0;
    transform: none;
    place-self: start end;
  }
  .vev #eKXDR9d1QGNc p {
    font-family: "Merriweather";
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
  }
  .vev #eKXDR9d1QGN {
    width: 143px;
    height: 96px;
  }
  .vev #eIk94F5Y6nhc .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.42) 13%,
        rgba(255, 255, 255, 0) 43%
      ),
      var(--b-jHVx7Aed_d) 29% 38% / cover;
  }
  .vev #eCTkN8faQqk {
    width: 37.8%;
    margin: 511px 0 0 -5.2%;
    place-self: start start;
  }
  .vev #e-TQGBpnyUic p,
  .vev #eKp0MF6bCMMc p,
  .vev #eN7me2sx9ePc p {
    font-family: "Merriweather";
    font-weight: 300;
    font-style: inherit;
    font-size: 25px;
  }
  .vev #eN7me2sx9eP {
    width: 227px;
    height: 216px;
    place-self: start end;
  }
  .vev #eQQbi36_5dd {
    width: 37.8%;
    margin: 1259px 0 0 -5.2%;
    place-self: start start;
  }
  .vev #e-TQGBpnyUic p {
    font-weight: 400;
    font-style: normal;
  }
  .vev #eKp0MF6bCMMc strong,
  .vev #eN7me2sx9ePc strong,
  .vev #eRYS_W467Lec strong {
    font-size: 27px;
    font-family: "Merriweather";
    font-weight: 900;
    font-style: inherit;
  }
  .vev #eRYS_W467Lec strong {
    font-size: 95px;
  }
  .vev #eKp0MF6bCMM {
    width: 227px;
    height: 320px;
  }
  .vev #eh-PG68Z8Lu {
    min-height: 240vh;
  }
  .vev #eRYS_W467Lec h1 {
    font-weight: 900;
    line-height: 4em;
  }
  .vev #eRYS_W467Le {
    margin: 521px 0 0;
    width: 100%;
    height: 224px;
    place-self: start end;
  }
  .vev #e-TQGBpnyUi {
    margin: 853px 0 0 0.2%;
    width: 84.5%;
    height: 212px;
  }
  .vev #em2nDUaEn4j {
    margin: 1103px 0.3% 0 0;
    width: 127.3%;
    height: 486px;
  }
  .vev #eBJ0Ue8Q8vDc p {
    font-size: 25px;
  }
  .vev #eBJ0Ue8Q8vDc strong {
    font-size: 27px;
  }
  .vev #eBJ0Ue8Q8vD {
    margin: 1627px 0 0 0.2%;
    width: 84.5%;
    height: 530px;
  }
  .vev #eajvSqCSrQP {
    min-height: 140vh;
  }
  .vev #e0e6_jbXJ5b {
    width: 108.3%;
    margin: 178px -8.7% 0 0;
  }
  .vev #eqlm5KYH7Ul {
    margin: 48px 0 0;
    place-self: start end;
  }
  .vev #erBRPmsrOFSc p,
  .vev #erBRPmsrOFSc strong {
    font-family: "Merriweather";
    font-weight: 300;
    font-size: 35px;
  }
  .vev #erBRPmsrOFSc strong {
    font-size: 52px;
    font-weight: 900;
    font-style: italic;
  }
  .vev #erBRPmsrOFS,
  .vev #evY18v82doe {
    margin: 0 5.7% 0 0;
    width: 85.7%;
    place-self: start center;
  }
  .vev #evY18v82doe {
    margin: 160px 8.5% 0 0;
    width: 118.3%;
    height: 433px;
  }
  .vev #eLSqnvvEBi7 {
    margin: 849px 0 0;
    height: 53px;
  }
  .vev #eG4zEpUNBvXc p {
    font-family: "Merriweather";
    font-style: normal;
    font-size: 22px;
  }
  .vev #euuCjcul2WOc p {
    font-family: "Merriweather";
    font-weight: 700;
    font-size: 22px;
  }
  .vev #euuCjcul2WO {
    margin: 32px 0 0;
    height: 118px;
  }
  .vev #eQPf5-WKNeD {
    margin: 1008px 0 0;
    height: 138px;
  }
  .vev #eoBwoqy08Kpc p,
  .vev #euuCjcul2WOc strong {
    font-size: 22px;
  }
  .vev #eoBwoqy08Kp {
    place-self: start end;
  }
  .vev #en8QtbF6qNKc p,
  .vev #eoBwoqy08Kpc p,
  .vev #ey2u181IhjLc p {
    font-family: "Merriweather";
    font-style: normal;
  }
  .vev #ey2u181IhjLc strong {
    font-style: inherit;
    font-size: 22px;
  }
  .vev #ey2u181IhjL {
    margin: 34px 0 0;
    height: 84px;
  }
  .vev #e1SmZvYwDmm {
    margin: 1145px 0 0;
  }
  .vev #eMaXXXkr7eOc a,
  .vev #eMaXXXkr7eOc strong,
  .vev #eaihAzBXr3Sc strong,
  .vev #en8QtbF6qNKc p {
    font-size: 22px;
  }
  .vev #en8QtbF6qNK {
    place-self: start end;
  }
  .vev #eaihAzBXr3Sc p {
    font-family: "Merriweather";
    font-weight: 700;
    font-size: 22px;
  }
  .vev #eaihAzBXr3S {
    margin: 36px 0 0;
  }
  .vev #ee-_R--r5hK {
    margin: 1255px 0 0;
  }
  .vev #el1PX8dGwVhc p {
    font-family: "Merriweather";
    font-style: normal;
    font-size: 22px;
  }
  .vev #eMaXXXkr7eOc p {
    font-family: "Merriweather";
    font-weight: 700;
    font-size: 22px;
  }
  .vev #eMaXXXkr7eO {
    margin: 36px 0 0;
    height: 89px;
  }
}
@media (min-width: 1024px) {
  .vev .pBWtuMPYwNU .__sc {
    grid-template-columns: 1fr 1024px 1fr;
  }
  .vev #e4jZXWZqcyy {
    margin: 17px 1.9% 0 0;
    width: 4.1%;
  }
  .vev #ebHv3_qACkSc {
    background: #000;
  }
  .vev #ebHv3_qACkS {
    min-height: 100vh;
  }
  .vev #e_pFi34bE0ec .img1 {
    background: var(--b-Q5rJYL7p8y) 49% 49% / cover;
  }
  .vev #e_pFi34bE0ec .img2 {
    background: var(--b-5pbkS0heOv) no-repeat 49% 35% / cover;
  }
  .vev #e_pFi34bE0e,
  .vev #ew7geJ1BbIF {
    display: none;
  }
  .vev #ew7geJ1BbIFc .img1 {
    background: var(--b--G55WBZwKE) 49% 55% / cover;
  }
  .vev #ew7geJ1BbIFc .img2 {
    background: var(--b--ZrHQe51Fq) no-repeat 68% 54% / cover;
  }
  .vev #eMI6j4Ib-vN {
    height: 277px;
    margin: 0;
    display: grid;
    transform: none;
    place-self: start center;
  }
  .vev #egVmKCIDjWf {
    margin: 0 0 0 -22.9%;
    width: 73.6%;
    height: 328px;
    display: grid;
  }
  .vev #eloekJ4GgLMc img {
    object-fit: cover;
    object-position: 59% 26%;
  }
  .vev #eloekJ4GgLM {
    margin: 0 -23% 0 0;
    width: 72.4%;
    place-self: start end;
    display: grid;
  }
  .vev #e4YhIBBGv8p {
    margin: 572px 0 0 -23%;
    width: 73.6%;
    height: 328px;
    display: grid;
  }
  .vev #erDQJr_Sli1c img {
    object-fit: cover;
    object-position: 62% 15%;
  }
  .vev #erDQJr_Sli1 {
    margin: 570px -23% 0 0;
    width: 72.4%;
    place-self: start end;
    display: grid;
  }
  .vev #e-4bwcG2coac h1 {
    font-size: 60px;
    line-height: 1.3em;
  }
  .vev #e-4bwcG2coac strong {
    font-size: 90px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
  }
  .vev #e-4bwcG2coac p {
    color: #000;
  }
  .vev #e-4bwcG2coa {
    margin: 375px 0 0;
    width: 100%;
    height: 158px;
    place-self: start end;
  }
  .vev div .p0UI_PJa19v h1,
  .vev div .p0UI_PJa19v strong {
    font-family: "Poppins";
    font-style: inherit;
    font-size: 72px;
    letter-spacing: -2px;
    color: #fff;
  }
  .vev div .p0UI_PJa19v h1 {
    font-weight: 300;
    margin: 0;
    text-align: center;
  }
  .vev div .p0UI_PJa19v strong {
    font-weight: 600;
  }
  .vev #e2yp21bgABU {
    min-height: 126vh;
    display: grid;
  }
  .vev #eJIdo9yK8QIc p,
  .vev #eWL_zWfeZqLc p,
  .vev #er5lH_LcxY5c p {
    font-family: "Merriweather";
    font-weight: 300;
    font-style: inherit;
  }
  .vev #eJIdo9yK8QIc strong,
  .vev #eWL_zWfeZqLc strong,
  .vev #er5lH_LcxY5c strong {
    font-size: 32px;
    font-family: "Merriweather";
    font-weight: 700;
    font-style: inherit;
  }
  .vev #eJIdo9yK8QI {
    margin: 193px 0 0 1.7%;
    aspect-ratio: 5.8563;
    --ratio: 17.08%;
  }
  .vev #er5lH_LcxY5c a {
    color: #b4e5ff;
    font-size: 32px;
  }
  .vev #eJIdo9yK8QI,
  .vev #eWL_zWfeZqL,
  .vev #er5lH_LcxY5 {
    width: 91.5%;
    transform: none;
    place-self: start center;
  }
  .vev #er5lH_LcxY5 {
    margin: 372px 0 0 1.7%;
    aspect-ratio: 3.8402;
    --ratio: 26.04%;
  }
  .vev #eWL_zWfeZqLc a {
    color: #b4e5ff;
  }
  .vev #eWL_zWfeZqL {
    margin: 631px 0 0 1.7%;
    height: 160px;
  }
  .vev #eP-nCchY6Lg {
    min-height: 100vh;
    display: none;
  }
  .vev #eOYnGzpF2ykc strong,
  .vev #emNGkBaaAxkc strong {
    font-size: 32px;
  }
  .vev #eOYnGzpF2ykc p,
  .vev #eZrLTQZrdiuc p,
  .vev #emNGkBaaAxkc p {
    font-size: 30px;
  }
  .vev #eOYnGzpF2yk,
  .vev #emNGkBaaAxk {
    width: 81.7%;
    display: grid;
  }
  .vev #emNGkBaaAxk {
    margin: 233px 0 1509px 0.1%;
    height: 170px;
  }
  .vev div .phYiFzmH5Yb p {
    font-size: 25px;
  }
  .vev #eOYnGzpF2yk {
    margin: 408px 0 1509px 0.1%;
    height: 248px;
  }
  .vev #eZrLTQZrdiu {
    margin: 661px 0 721px 0.1%;
    width: 81.7%;
    height: 162px;
  }
  .vev #eM2cqC92x0v {
    min-height: 170vh;
  }
  .vev #eXGGouvROuwc h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 1.3em;
  }
  .vev #eXGGouvROuwc strong {
    font-size: 120px;
  }
  .vev #eXGGouvROuwc p {
    color: #000;
  }
  .vev #eXGGouvROuw {
    margin: 434px 0 0;
    height: 206px;
    place-self: start end;
  }
  .vev #e8ns0r81_K- {
    width: 100%;
    margin: 1055px 0 0;
    place-self: start end;
  }
  .vev #e01cJUUX3Dic p,
  .vev #eNOJDqHbUrMc p,
  .vev #eQbSGfGdQxXc p,
  .vev #eZZAyUFH7Tic p,
  .vev #ejaKvsf7s_Ac p,
  .vev #eoJixMZx_Hwc p,
  .vev #eqCWo67HQ6tc p,
  .vev #ezxr2_MFyu0c p {
    font-size: 30px;
  }
  .vev #e01cJUUX3Dic strong,
  .vev #eOcoboSOKESc strong,
  .vev #efiC28YdM6Bc strong,
  .vev #ejaKvsf7s_Ac strong {
    font-size: 32px;
  }
  .vev #e01cJUUX3Di {
    height: 237px;
  }
  .vev #ebjjXNxqcs0c .contents {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 57%,
        rgba(0, 0, 0, 0.61) 87%
      ),
      var(--b-jXdMzPxGaD) 63% 43% / cover;
  }
  .vev #ebjjXNxqcs0 {
    min-height: 100vh;
  }
  .vev #eWJBfGnK9c3 {
    width: 113.9%;
    margin: 450px 0 0;
  }
  .vev #em18TdwIgztc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 47%,
        rgba(0, 0, 0, 0.48) 65%
      ),
      var(--b-5mWSHwNnbk) 64% 46% / cover;
  }
  .vev #e7CZnBtQPNW {
    width: 32.3%;
    margin: 440px -5.9% 0 0;
  }
  .vev #ezxr2_MFyu0 {
    height: 315px;
    place-self: start end;
  }
  .vev #eFk9l6hlzTN {
    width: 34%;
    margin: 1193px -7.5% 0 0;
  }
  .vev #eqCWo67HQ6t {
    height: 193px;
    place-self: start end;
  }
  .vev #evBfICuXGSo {
    min-height: 190vh;
  }
  .vev #eQbSGfGdQxX {
    margin: 449px 0 0 0.1%;
    width: 89%;
    height: 156px;
  }
  .vev #eNOJDqHbUrM {
    margin: 616px 0 0 0.1%;
    width: 89%;
  }
  .vev #erF5ABeN6qM {
    width: 100%;
    margin: 771px 0 0;
    place-self: start end;
  }
  .vev #ek2roX_ekwh {
    width: 99.8%;
    height: 605px;
    place-self: start center;
  }
  .vev #eiOFmgTMGQdc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 65%,
        rgba(0, 0, 0, 0.55) 74%
      ),
      var(--b-30B9zSNteU) 47% 57% / cover;
  }
  .vev #eiOFmgTMGQd {
    min-height: 215vh;
  }
  .vev #eNX3-R25fT2 {
    width: 25.7%;
    margin: 436px -10.4% 0 0;
    place-self: start end;
  }
  .vev #eoJixMZx_Hw {
    height: 368px;
  }
  .vev #e6ixXp2j3V3 {
    width: 25.5%;
    margin: 1223px -10.2% 0 0;
    place-self: start end;
  }
  .vev #eZZAyUFH7Ti {
    height: 414px;
  }
  .vev #eAtaHyBP4Ym {
    min-height: 205vh;
    display: grid;
  }
  .vev #e4AwYjnHQ7Uc p {
    font-family: "Merriweather";
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
  }
  .vev #eG2CE_tqoCtc blockquote {
    font-family: "Merriweather";
    font-weight: 700;
    font-style: italic;
  }
  .vev #eG2CE_tqoCt,
  .vev #eUjgFcn4tZH {
    margin: 457px 0 0;
    place-self: start end;
  }
  .vev #eUjgFcn4tZH {
    margin: 629px 0 0;
    width: 100%;
    height: 579px;
  }
  .vev #e4AwYjnHQ7U {
    margin: 1255px 0 0 0.1%;
    width: 79.2%;
    height: 205px;
    place-self: start center;
  }
  .vev #eVWbvptSFSl {
    min-height: 190vh;
    display: none;
  }
  .vev #emUOI7S2usGc blockquote {
    font-size: 50px;
  }
  .vev #emUOI7S2usG {
    margin: 495px 0 1438px;
  }
  .vev #eVJbUBSktld {
    margin: 653px 0 0;
    width: 100%;
    height: 579px;
    place-self: start end;
  }
  .vev #eT53_yotIfBc p {
    font-size: 30px;
  }
  .vev #eT53_yotIfB {
    margin: 1282px 4.4% 0 0;
    place-self: start center;
  }
  .vev #eQLzGb63tjFc .contents {
    background: linear-gradient(
        rgba(255, 255, 255, 0) 63%,
        rgba(0, 0, 0, 0.76) 74%
      ),
      var(--b-X7XrnHdW58) 46% 0% / cover;
  }
  .vev #eQLzGb63tjF {
    min-height: 110vh;
  }
  .vev #eqsH0BYoU2_ {
    width: 103.4%;
    margin: 427px 0 0 0.1%;
    transform: none;
    place-self: start center;
  }
  .vev #eVdxBd2GqyZc p {
    font-size: 50px;
  }
  .vev #eVdxBd2GqyZ {
    width: 100%;
    height: 166px;
    place-self: start end;
  }
  .vev #e3xSKB9a0Dm {
    width: 100%;
    margin: 543px 0 0;
    transform: none;
    place-self: start center;
  }
  .vev #eVGprOw8GhAc p {
    font-size: 40px;
  }
  .vev #eVGprOw8GhA {
    width: 95.6%;
    height: 63px;
  }
  .vev #ey19_4OBzxCc .contents {
    background: linear-gradient(
        rgba(255, 255, 255, 0) 40%,
        rgba(0, 0, 0, 0.54) 82%
      ),
      var(--b-tpKGvyeCDC) 65% 38% / cover;
  }
  .vev #e-R-W4l_h5K {
    width: 100%;
    margin: 450px 0 0;
    place-self: start end;
  }
  .vev #egfsmy8fe4Vc p {
    font-style: inherit;
    font-size: 30px;
    color: #fff;
  }
  .vev #egfsmy8fe4V {
    width: 100%;
    height: 130px;
    place-self: start end;
  }
  .vev #elenoay4aFtc .contents {
    background: linear-gradient(
        rgba(255, 255, 255, 0) 49%,
        rgba(0, 0, 0, 0.49) 77%
      ),
      var(--b--rpdJftWcv) 6% 16% / cover;
  }
  .vev #elenoay4aFt {
    min-height: 200vh;
  }
  .vev #e-l6uhKWfJ4 {
    width: 29.1%;
    margin: 427px -7.5% 0 0;
    place-self: start end;
  }
  .vev #eOcoboSOKESc p {
    font-size: 30px;
  }
  .vev #eOcoboSOKES {
    height: 397px;
  }
  .vev #ev3S_A8R9Yh {
    width: 27.7%;
    margin: 1200px -6.2% 0 0;
    place-self: start end;
  }
  .vev #e7gJcE95PK8c p {
    font-size: 50px;
  }
  .vev #e5dE8GZwMfF {
    min-height: 199vh;
  }
  .vev #ey4zk0CjE_D {
    width: 40.9%;
    margin: 405px 0 0 1%;
    transform: none;
    place-self: start start;
  }
  .vev #e0Oz51vSBE9c p,
  .vev #eQsv3TbXqvAc p,
  .vev #efiC28YdM6Bc p {
    font-size: 30px;
  }
  .vev #eQsv3TbXqvA {
    width: 419px;
    height: 293px;
  }
  .vev #ej1TFfGqqA1 {
    width: 40.9%;
    margin: 1231px 0 0 1%;
    transform: none;
    place-self: start start;
  }
  .vev #e0Oz51vSBE9 {
    width: 419px;
    place-self: start end;
  }
  .vev #eYrGheJ5pzE {
    min-height: 103vh;
  }
  .vev #eeNcJsagpMN {
    width: 80.6%;
    margin: 438px 0 0 0.1%;
    transform: none;
    place-self: start center;
  }
  .vev #efiC28YdM6B {
    width: 100%;
  }
  .vev #eWKj-Mg_ZQ_c .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.68) 12%,
        rgba(255, 255, 255, 0) 51%
      ),
      var(--b-J5J3p2to5W) 61% 59% / cover;
  }
  .vev #eWKj-Mg_ZQ_ {
    min-height: 118vh;
  }
  .vev #ec6TmwkzGEV {
    width: 39.9%;
    margin: 443px 0 0 -7.6%;
    place-self: start start;
  }
  .vev #ewIli4h7ACjc p {
    font-size: 50px;
  }
  .vev #ewIli4h7ACj {
    width: 409px;
    height: 368px;
    place-self: start end;
  }
  .vev #eERJZ01oCa-c .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.56) 15%,
        rgba(255, 255, 255, 0) 52%
      ),
      var(--b-RL8Kz27i66) 51% 6% / cover;
  }
  .vev #eCwVy0kI46w {
    width: 33.7%;
    margin: 441px 0 0 -7.7%;
    transform: none;
    place-self: start start;
  }
  .vev #eWRMgfHeNlOc p,
  .vev #eak3v12e7izc p {
    font-size: 30px;
  }
  .vev #eak3v12e7iz {
    width: 344px;
    height: 156px;
  }
  .vev #eKIA0YduJOn {
    width: 33.7%;
    margin: 1085px 0 0 -7.7%;
    place-self: start start;
  }
  .vev #eWRMgfHeNlO {
    width: 344px;
    place-self: start end;
  }
  .vev #etVhTcJkSEJ {
    min-height: 121vh;
  }
  .vev #eUvnVVgFBvY {
    width: 108.3%;
    margin: 505px 0 0 0.1%;
    transform: none;
    place-self: start center;
  }
  .vev #eaAPAR_2P31c p,
  .vev #erBRPmsrOFSc em {
    font-size: 50px;
  }
  .vev #eaAPAR_2P31 {
    width: 100%;
    height: 235px;
    place-self: start end;
  }
  .vev #ea9y0WWSGRe {
    min-height: 230vh;
  }
  .vev #ehvDWJ2WC3Sc h1 {
    font-size: 80px;
    font-style: inherit;
    line-height: 1.2em;
  }
  .vev #ehvDWJ2WC3Sc strong {
    font-size: 100px;
  }
  .vev #ehvDWJ2WC3Sc p {
    color: #000;
  }
  .vev #ehvDWJ2WC3S {
    height: 184px;
    margin: 373px 0 393px 0.1%;
  }
  .vev #eAu10NnjnrN {
    width: 100%;
    margin: 1053px 0 0;
    place-self: start end;
  }
  .vev #e4zfOH8bXS7c p,
  .vev #e5Rjegyj_nEc p,
  .vev #e6vWNVw-pp7c p,
  .vev #eBX-NxEs98Qc p,
  .vev #eJLpMMkfI-Xc p,
  .vev #eMkzRDNM5FCc p,
  .vev #ePmLwEznfgHc p,
  .vev #eRB8Z5vtOQXc p,
  .vev #eSXZmyv35Amc p,
  .vev #eW1lv-EPeFPc p,
  .vev #eYmMKw0HHqsc p,
  .vev #eZ2KjoktAjMc p,
  .vev #ebnaI3d67Qhc p,
  .vev #ezX26QxwPftc p {
    font-size: 30px;
  }
  .vev #e4zfOH8bXS7c strong,
  .vev #eB-dsVWG8A6c strong,
  .vev #eKY8dmneA1Uc strong,
  .vev #ebX2KlATHJHc p,
  .vev #ejdWVgAjR2Rc strong {
    font-size: 32px;
  }
  .vev #e4zfOH8bXS7 {
    width: 100%;
    height: 175px;
  }
  .vev #eNogMXAhOCH {
    width: 100%;
    margin: 1688px 0 0;
    transform: none;
    place-self: start end;
  }
  .vev #e5Rjegyj_nE {
    width: 100%;
  }
  .vev #eyVPUcSswpW {
    min-height: 288vh;
  }
  .vev #e19OMoLYSiIc img {
    object-fit: cover;
    object-position: 50% 50%;
  }
  .vev #e19OMoLYSiI {
    margin: 490px 0 0;
    width: 100%;
    height: 608px;
    place-self: start end;
  }
  .vev #ebnaI3d67Qh {
    margin: 1153px 0 0 0.1%;
    width: 94%;
    height: 104px;
  }
  .vev #eYmMKw0HHqs {
    margin: 1302px 0 0 0.1%;
    width: 94%;
    height: 128px;
  }
  .vev #ey_1awpEwW3 {
    margin: 1461px 0 0;
    width: 100%;
    height: 576px;
    place-self: start end;
  }
  .vev #eRB8Z5vtOQX {
    margin: 2092px 0 0 0.2%;
    width: 94.3%;
    height: 154px;
  }
  .vev #evAxHNsiwMGc .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.51) 30%,
        rgba(255, 255, 255, 0) 46%
      ),
      var(--b-_CPMoQpejS) 63% 44% / cover;
  }
  .vev #evAxHNsiwMG {
    min-height: 191vh;
  }
  .vev #ecFntjkLchr {
    width: 36.2%;
    margin: 470px 0 0 -11.5%;
  }
  .vev #e7YUCbCPepn {
    width: 35.9%;
    margin: 1195px 0 0 -11.5%;
  }
  .vev #eBk3N9gQmsWc .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.5) 22%,
        rgba(255, 255, 255, 0) 34%
      ),
      var(--b-Ur9Kg9N9B9) 10% 100% / cover;
  }
  .vev #eBk3N9gQmsW {
    min-height: 188vh;
  }
  .vev #ezyMv1xvxmZ {
    width: 35.9%;
    margin: 439px 0 0 -11.5%;
  }
  .vev #eN0JRrDMNXd {
    width: 35.7%;
    margin: 1181px 0 0 -11.4%;
  }
  .vev #ePmLwEznfgH {
    height: 274px;
  }
  .vev #elmZK7DF7Do {
    min-height: 185vh;
  }
  .vev #eUur2aMkJ6f {
    width: 28%;
    margin: 415px 0 0 6.4%;
    transform: none;
    place-self: start start;
  }
  .vev #eMkzRDNM5FC {
    width: 287px;
    height: 105px;
  }
  .vev #eT04fL8cXsZ {
    width: 35.7%;
    margin: 1083px -11% 0 0;
    place-self: start end;
  }
  .vev #eZ2KjoktAjM {
    width: 366px;
    height: 329px;
  }
  .vev #eJxVt-g0KRy {
    min-height: 265vh;
  }
  .vev #elPKd6E1oXIc img {
    object-fit: cover;
    object-position: 52% 15%;
  }
  .vev #elPKd6E1oXI {
    margin: 413px 0 0;
    width: 100%;
    height: 604px;
    place-self: start end;
  }
  .vev #eSXZmyv35Am {
    margin: 1057px 0 0 1px;
    place-self: start center;
  }
  .vev #eVJwl8neBCC {
    margin: 1251px 0 0;
    width: 100%;
    height: 604px;
    place-self: start end;
  }
  .vev #e6vWNVw-pp7 {
    margin: 1895px 0 0 0.1%;
    place-self: start center;
  }
  .vev #eIV85Fz3kevc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 52%,
        rgba(0, 0, 0, 0.7) 78%
      ),
      var(--b-nAGKZ_ZH5b) 44% 48% / cover;
  }
  .vev #eIV85Fz3kev {
    min-height: 108vh;
  }
  .vev #etNX3mHH46d {
    width: 34.4%;
    margin: 421px -6.1% 0 0;
    place-self: start end;
  }
  .vev #eJLpMMkfI-X {
    width: 352px;
    height: 316px;
  }
  .vev #e38AGa3d-lR {
    width: 100%;
    margin: 415px 0 0;
    transform: none;
    place-self: start end;
  }
  .vev #ebX2KlATHJH {
    width: 100%;
  }
  .vev #ewKyb4Lk5ZQc .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.36) 33%,
        rgba(255, 255, 255, 0) 51%
      ),
      var(--b-Lcn7sux9iI) 46% 46% / cover;
  }
  .vev #ewKyb4Lk5ZQ {
    min-height: 116vh;
  }
  .vev #evuTYshvr-y {
    width: 39.5%;
    margin: 456px 0 0 -7.8%;
    place-self: start start;
  }
  .vev #eB-dsVWG8A6c p,
  .vev #eGztcxIDK3sc p,
  .vev #eKY8dmneA1Uc p,
  .vev #ejdWVgAjR2Rc p {
    font-size: 30px;
  }
  .vev #eGztcxIDK3s {
    width: 100%;
  }
  .vev #eF9mOG0XPpK {
    min-height: 226vh;
  }
  .vev #eKY8dmneA1U {
    margin: 464px 0.1% 0 0;
    width: 74.3%;
    height: 147px;
  }
  .vev #eVPiHVdRwtF {
    margin: 637px 0 0;
    width: 100%;
    height: 639px;
    place-self: start end;
  }
  .vev #ejdWVgAjR2R {
    margin: 1302px 0.1% 0 0;
    width: 74.3%;
    height: 164px;
  }
  .vev #eB-dsVWG8A6 {
    margin: 1473px 0.1% 0 0;
    width: 74.3%;
    height: 206px;
  }
  .vev #eS0uacly9QYc .contents {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 50%,
        rgba(0, 0, 0, 0.46) 73%
      ),
      var(--b-dUApFsIk5L) 67% 39% / cover;
  }
  .vev #eNMjHtYpb4y {
    width: 32.1%;
    margin: 457px -5.4% 0 0;
    transform: none;
    place-self: start end;
  }
  .vev #eKXDR9d1QGNc p,
  .vev #eKp0MF6bCMMc strong,
  .vev #eN7me2sx9ePc strong {
    font-size: 32px;
  }
  .vev #eKXDR9d1QGN {
    margin: 0 -0.3% 0 0;
    width: 322px;
    height: 78px;
    place-self: start end;
  }
  .vev #eIk94F5Y6nhc .contents {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.52) 9%,
        rgba(255, 255, 255, 0) 47%
      ),
      var(--b-jHVx7Aed_d) 46% 47% / cover;
  }
  .vev #eIk94F5Y6nh {
    min-height: 205vh;
  }
  .vev #eCTkN8faQqk {
    width: 27.5%;
    margin: 451px 0 0 -7.2%;
    place-self: start start;
  }
  .vev #eKp0MF6bCMMc p,
  .vev #eN7me2sx9ePc p {
    font-size: 30px;
  }
  .vev #eN7me2sx9eP {
    margin: 0 -1.1% 0 0;
    width: 280px;
    height: 258px;
  }
  .vev #eQQbi36_5dd {
    width: 27.5%;
    margin: 1131px 0 0 -7.5%;
    place-self: start start;
  }
  .vev #eKp0MF6bCMM {
    margin: 0 -1.1% 0 0;
    width: 275px;
    height: 372px;
  }
  .vev #eh-PG68Z8Lu {
    min-height: 285vh;
  }
  .vev #eRYS_W467Lec h1 {
    font-size: 100px;
    line-height: 1.4em;
    color: #000;
  }
  .vev #eRYS_W467Lec strong {
    font-size: 120px;
  }
  .vev #eRYS_W467Lec p {
    color: #000;
  }
  .vev #eRYS_W467Le {
    margin: 459px 0 0 -3%;
    width: 106.6%;
    height: 132px;
    place-self: start start;
  }
  .vev #e-TQGBpnyUic p,
  .vev #eBJ0Ue8Q8vDc p {
    font-size: 30px;
  }
  .vev #e-TQGBpnyUi {
    margin: 737px 0 0 0.1%;
    width: 84.5%;
    height: 166px;
  }
  .vev #em2nDUaEn4j {
    margin: 940px 0 0;
    width: 100%;
    height: 681px;
    place-self: start end;
  }
  .vev #eBJ0Ue8Q8vDc strong {
    font-size: 32px;
  }
  .vev #eBJ0Ue8Q8vD {
    margin: 1658px 0.4% 0 0;
    width: 84%;
    height: 497px;
  }
  .vev #eajvSqCSrQP {
    min-height: 226vh;
  }
  .vev #e0e6_jbXJ5b {
    width: 99.6%;
    margin: 178px 0 0;
  }
  .vev #erBRPmsrOFSc p {
    text-transform: capitalize;
    font-size: 55px;
    line-height: 1.4em;
  }
  .vev #erBRPmsrOFSc strong {
    font-size: 75px;
  }
  .vev #erBRPmsrOFS {
    margin: 197px 0 0;
    width: 100%;
    height: 164px;
    place-self: start center;
  }
  .vev #evY18v82doe {
    margin: 405px 0 0;
    width: 100%;
    height: 578px;
    place-self: start end;
  }
  .vev #eLSqnvvEBi7 {
    margin: 1248px 0 0;
    height: 195px;
  }
  .vev #eG4zEpUNBvXc p,
  .vev #euuCjcul2WOc strong {
    font-size: 30px;
  }
  .vev #eG4zEpUNBvX {
    height: 65px;
  }
  .vev #euuCjcul2WOc p {
    font-size: 25px;
  }
  .vev #euuCjcul2WO {
    margin: 47px 0 0;
    height: 148px;
  }
  .vev #eQPf5-WKNeD {
    margin: 1462px 0 0;
    height: 163px;
  }
  .vev #eoBwoqy08Kpc p,
  .vev #ey2u181IhjLc strong {
    font-size: 30px;
  }
  .vev #eoBwoqy08Kp {
    height: 70px;
  }
  .vev #ey2u181IhjLc p {
    font-size: 25px;
  }
  .vev #ey2u181IhjL {
    margin: 53px 0 0;
    height: 109px;
  }
  .vev #e1SmZvYwDmm {
    margin: 1653px -0.7% 0 0;
  }
  .vev #eaihAzBXr3Sc strong,
  .vev #en8QtbF6qNKc p {
    font-size: 30px;
  }
  .vev #en8QtbF6qNK {
    height: 67px;
  }
  .vev #eaihAzBXr3Sc p {
    font-size: 25px;
  }
  .vev #eaihAzBXr3S {
    margin: 44px 0 0;
    height: 70px;
  }
  .vev #ee-_R--r5hK {
    margin: 1785px 0 0;
  }
  .vev #eMaXXXkr7eOc a,
  .vev #eMaXXXkr7eOc strong,
  .vev #el1PX8dGwVhc p {
    font-size: 30px;
  }
  .vev #el1PX8dGwVh {
    height: 67px;
  }
  .vev #eMaXXXkr7eOc p {
    font-size: 25px;
  }
  .vev #eMaXXXkr7eO {
    margin: 51px 0 0;
    height: 109px;
  }
}
@media (max-width: 1280px) {
  .vev .__vev {
    --b-poZK4FPolX: url("assets/a007eecc2339d7dc460126c22c6a89bc.png");
    --b-dYRzcxCmuv: url(assets/470639ea4218f853bb72cfc590307192.jpg);
    --b-YZNNXZZ2j2: url(assets/d09dbc17d36e7af263640675bfa0b955.png);
    --b-X7XrnHdW58: url("assets/38f43ab404e3c52b70459680b5b7513e.png");
    --b-wdt20utQr3: url("assets/1a974fe57c939817d024c4f729ae05b2.jpg");
    --b-jXdMzPxGaD: url("assets/736a8dd4fc964699a95f8209faec3f6c.png");
    --b-JoH60FhTp50: url("assets/769fe2b1f15841cbeb4b5898990a68c3.jpeg");
    --b-5mWSHwNnbk: url("assets/bcafe18aa4bca602cd55928c30e35c68.jpg");
    --b-30B9zSNteU: url("assets/ef18a48ef9e4d7849ea1b587a3f10f71.jpg");
    --b-1-WBa7PLp7: url("assets/6eb1fcc3978ef7a490d6e3da8390e4f0.jpg");
    --b-tpKGvyeCDC: url("assets/aca3d19ce450cc3f61cd33b3535e33b3.jpg");
    --b--rpdJftWcv: url("assets/2dadce99d6740ce25c9a29dfb9acefad.png");
    --b-cjgXd5dCG9: url(assets/0063a12312a39f0c59d753563a0f3745.png);
    --b-J5J3p2to5W: url("assets/092d86c6eaf2bf19270f56541a65ecb8.jpg");
    --b-RL8Kz27i66: url("assets/9ae8937efc62abd3a0fdb61cc899819b.jpg");
    --b-HCakeTApT9: url("assets/1431620044189ff41ccb27fc21a2fa1a.jpg");
    --b-BVpVAhNVSS: url("assets/df0a28767e9d2c2928b9f0f4ed132ad1.jpg");
    --b-_CPMoQpejS: url("assets/52faefa6c5fe8bd5eeb3ce66a84fbe79.jpg");
    --b-ZVyoFCm5kd: url("assets/5555945c3b8202c2818e823a2ef5e78c.jpg");
    --b-MZDhtufrGn: url("assets/0e4e7b1e0f625d62a5f19e5ca796cde3.jpg");
    --b-nAGKZ_ZH5b: url("assets/6e5ff52ac41b2f2140d9778851366ae5.jpg");
    --b-Lcn7sux9iI: url("assets/f713d572b49e38170142962ad9d1e51e.jpg");
    --b-dUApFsIk5L: url("assets/40dfbf8ecfefe559bbd48832912471be.jpg");
    --b-jHVx7Aed_d: url("assets/5252f324d19a9d4b502f57faa4d82911.jpg");
    --b-Ur9Kg9N9B9: url("assets/ece8916fda7c5ca9bc41a14228ec9597.jpg");
    --b-Q5rJYL7p8y: url(assets/56c1096f484af668b038b8d82538a980.png);
    --b-5pbkS0heOv: url("assets/91585d3153ee710fae3dd19bd0d340fa.jpg");
    --b--G55WBZwKE: url(assets/d16271d6020d72b0fb9dd109a34b5b5c.png);
    --b--ZrHQe51Fq: url("assets/c330eea6e4e783e9f74ede1726f34e81.png");
  }
}
@media (max-width: 1920px) and (min-width: 1281px) {
  .vev .__vev {
    --b-poZK4FPolX: url("assets/a007eecc2339d7dc460126c22c6a89bc.png");
    --b-dYRzcxCmuv: url(assets/b6ea609d7fe20f02105f7b034b653788.jpg);
    --b-YZNNXZZ2j2: url(assets/d09dbc17d36e7af263640675bfa0b955.png);
    --b-X7XrnHdW58: url("assets/38f43ab404e3c52b70459680b5b7513e.png");
    --b-wdt20utQr3: url("assets/ada43c956d1f80967f05bba6a0e75da1.jpg");
    --b-jXdMzPxGaD: url("assets/736a8dd4fc964699a95f8209faec3f6c.png");
    --b-JoH60FhTp50: url("assets/ac6c6831e5cee1d8944878d06e7b69cf.jpeg");
    --b-5mWSHwNnbk: url("assets/49fde02e82d3263fa0818c76377678a0.jpg");
    --b-30B9zSNteU: url("assets/ec7723c717b47d1c7abdc03bb7824281.jpg");
    --b-1-WBa7PLp7: url("assets/fc64962fc162e3c78a8dcdf4736d24b4.jpg");
    --b-tpKGvyeCDC: url("assets/7885c9025dcfa99f92001e1c4146c71e.jpg");
    --b--rpdJftWcv: url("assets/2dadce99d6740ce25c9a29dfb9acefad.png");
    --b-cjgXd5dCG9: url(assets/0063a12312a39f0c59d753563a0f3745.png);
    --b-J5J3p2to5W: url("assets/b762dc3f510023f107d2a57be47b6610.jpg");
    --b-RL8Kz27i66: url("assets/b8a80b992c00a241270f1ba63e3bed0c.jpg");
    --b-HCakeTApT9: url("assets/b6c279ae8b82b7307cb86a1d88c407d1.jpg");
    --b-BVpVAhNVSS: url("assets/324a074435d99be601b3eceb16720a19.jpg");
    --b-_CPMoQpejS: url("assets/57b52759a9c1c79f81e38d7f0557a2fa.jpg");
    --b-ZVyoFCm5kd: url("assets/3a674a885e08b8610ed72410c6b131bf.jpg");
    --b-MZDhtufrGn: url("assets/9c47dfbdc4256dc12771d889360ca2cf.jpg");
    --b-nAGKZ_ZH5b: url("assets/7a971dd251f2e775f2bd3b9a47c384aa.jpg");
    --b-Lcn7sux9iI: url("assets/2671e965ef7a59830ff96a5c57d9e86d.jpg");
    --b-dUApFsIk5L: url("assets/641d541eaefe5f816ce8554cdf5e69c3.jpg");
    --b-jHVx7Aed_d: url("assets/662a4d5075a76e7165464e6d09a961c9.jpg");
    --b-Ur9Kg9N9B9: url("assets/945097f2bc6d275ca1b3d38853d8b422.jpg");
    --b-Q5rJYL7p8y: url(assets/56c1096f484af668b038b8d82538a980.png);
    --b-5pbkS0heOv: url("assets/2264fcecadc8d0a7f90d984d40f77ecf.jpg");
    --b--G55WBZwKE: url(assets/d16271d6020d72b0fb9dd109a34b5b5c.png);
    --b--ZrHQe51Fq: url("assets/c330eea6e4e783e9f74ede1726f34e81.png");
  }
}
@media (min-width: 1921px) {
  .vev .__vev {
    --b-poZK4FPolX: url("assets/a007eecc2339d7dc460126c22c6a89bc.png");
    --b-dYRzcxCmuv: url(assets/ccc4f39c39338c88279656613c85cdf6.jpg);
    --b-YZNNXZZ2j2: url(assets/d09dbc17d36e7af263640675bfa0b955.png);
    --b-X7XrnHdW58: url("assets/38f43ab404e3c52b70459680b5b7513e.png");
    --b-wdt20utQr3: url("assets/cf37401a2c9d6e8d487b9d836500e949.jpg");
    --b-jXdMzPxGaD: url("assets/736a8dd4fc964699a95f8209faec3f6c.png");
    --b-JoH60FhTp50: url("assets/2fbad9c5c8868fbcd02dcd782af5d2ab.jpeg");
    --b-5mWSHwNnbk: url("assets/9deff61938e49f7a2f17cf172db4b9f9.jpg");
    --b-30B9zSNteU: url("assets/c89e3a6c3350eac3fb7fdbcad6bfb4c9.jpg");
    --b-1-WBa7PLp7: url("assets/711e137536fa077b7a680cf3fe5782ad.jpg");
    --b-tpKGvyeCDC: url("assets/7102f926adedb778994a9bedeec74255.jpg");
    --b--rpdJftWcv: url("assets/2dadce99d6740ce25c9a29dfb9acefad.png");
    --b-cjgXd5dCG9: url(assets/0063a12312a39f0c59d753563a0f3745.png);
    --b-J5J3p2to5W: url("assets/1c00ab72691b3bba325f71c064177834.jpg");
    --b-RL8Kz27i66: url("assets/079a2125a8959f89b0bec813b24aca5e.jpg");
    --b-HCakeTApT9: url("assets/bb360a75ea2217d537c16b5c492fb928.jpg");
    --b-BVpVAhNVSS: url("assets/a6612df3826c7fd4b532e91d36bc8555.jpg");
    --b-_CPMoQpejS: url("assets/f72ab8533e002d447eff3110b006671c.jpg");
    --b-ZVyoFCm5kd: url("assets/a83b1d060facddd2ff7460660dab2b3d.jpg");
    --b-MZDhtufrGn: url("assets/3850026e35ac1b54a8b860b5ee0913d4.jpg");
    --b-nAGKZ_ZH5b: url("assets/5a7b2f2f6fdbfc4119358608e33996b6.jpg");
    --b-Lcn7sux9iI: url("assets/08dcdd17ca7a31266b88f0ef0b59877f.jpg");
    --b-dUApFsIk5L: url("assets/3c276bc9ae180e40badf0d4535ae384e.jpg");
    --b-jHVx7Aed_d: url("assets/bcb1cfd40f9b1b3e82617dd5e55085f7.jpg");
    --b-Ur9Kg9N9B9: url("assets/b459c91a00dbfd55a82a1c5de5127481.jpg");
    --b-Q5rJYL7p8y: url(assets/56c1096f484af668b038b8d82538a980.png);
    --b-5pbkS0heOv: url("assets/85af680f7b4087221cfd922dea9b1040.jpg");
    --b--G55WBZwKE: url(assets/d16271d6020d72b0fb9dd109a34b5b5c.png);
    --b--ZrHQe51Fq: url("assets/c330eea6e4e783e9f74ede1726f34e81.png");
  }
}
@supports not (aspect-ratio: 1) {
  .vev #eJIdo9yK8QI::before,
  .vev #er5lH_LcxY5::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
@supports not (aspect-ratio: 1) {
  .vev #eJIdo9yK8QI::before,
  .vev #er5lH_LcxY5::before {
    float: left;
    padding-top: var(--ratio);
    content: "";
    grid-area: 1/1;
    pointer-events: none;
  }
}
