@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600&family=Barlow+Condensed:ital,wght@1,700;1,800;1,900&display=swap");

#1716942098,
#1716942098 [data-auto="flex-section"],
#1716942098 .flex-widgets-container,
#1716942098 .dmCustomHtml {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#1716942098 .dmCustomHtml {
  display: block;
}

#dmw-page {
  --primary-black: #060810;
  --deep-black: #0a0c14;
  --card-black: #0e1018;
  --signal-pink: #ff0c59;
  --film-white: #f0eee8;
  --grey: #888888;
  --muted-grey: #444444;
  background: var(--primary-black);
  color: var(--film-white);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 300;
  min-height: 100vh;
  overflow: hidden;
  width: 100%;
}

#dmw-page *,
#dmw-page *::before,
#dmw-page *::after {
  box-sizing: border-box;
}

#dmw-page a {
  color: inherit;
  text-decoration: none;
}

#dmw-page img,
#dmw-page video {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.dmw-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 18px clamp(18px, 5vw, 64px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
  background: rgba(6, 8, 16, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(136, 136, 136, 0.18);
}

.dmw-wordmark,
.dmw-nav button,
.dmw-kicker,
.dmw-label,
.dmw-meta dt,
.dmw-caption,
.dmw-gallery figcaption {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dmw-wordmark {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.dmw-nav-links {
  align-items: center;
  display: flex;
  gap: clamp(12px, 2vw, 28px);
}

.dmw-nav button {
  background: transparent;
  border: 0;
  color: var(--film-white);
  cursor: pointer;
  padding: 8px 0;
}

.dmw-hero {
  align-items: flex-end;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  padding: 96px clamp(20px, 6vw, 84px) 54px;
  position: relative;
}

.dmw-hero-bg,
.dmw-cost-image img,
.dmw-gallery img {
  filter: saturate(0.7) contrast(1.14) brightness(0.62);
}

.dmw-hero-bg {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.dmw-vignette {
  background:
    radial-gradient(circle at 72% 48%, transparent 0, rgba(6, 8, 16, 0.62) 44%, rgba(6, 8, 16, 0.94) 82%),
    linear-gradient(90deg, rgba(6, 8, 16, 0.9), rgba(6, 8, 16, 0.42), rgba(6, 8, 16, 0.86)),
    linear-gradient(0deg, rgba(6, 8, 16, 0.96), transparent 38%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.dmw-grain {
  background-image:
    linear-gradient(115deg, rgba(240, 238, 232, 0.025) 0 1px, transparent 1px 5px),
    radial-gradient(circle at center, rgba(240, 238, 232, 0.035), transparent 1px);
  background-size: 7px 7px, 4px 4px;
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.dmw-hero-content {
  max-width: 820px;
  position: relative;
  z-index: 3;
}

.dmw-kicker,
.dmw-label,
.dmw-caption {
  color: var(--grey);
  margin: 0 0 18px;
}

.dmw-title,
.dmw-page h2,
.dmw-footer-title {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.82;
  margin: 0;
  text-transform: uppercase;
}

.dmw-title {
  font-size: clamp(76px, 18vw, 230px);
}

.dmw-title span {
  display: block;
}

.dmw-title span,
.dmw-pink {
  color: var(--signal-pink);
}

.dmw-tagline {
  font-size: clamp(22px, 3vw, 36px);
  margin: 18px 0 0;
}

.dmw-lede,
.dmw-page p {
  color: rgba(240, 238, 232, 0.78);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.62;
}

.dmw-lede {
  max-width: 640px;
  margin-top: 28px;
}

.dmw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.dmw-btn {
  align-items: center;
  border: 1px solid rgba(240, 238, 232, 0.25);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 600;
}

.dmw-btn-primary {
  background: var(--signal-pink);
  border-color: var(--signal-pink);
  color: var(--film-white);
}

.dmw-btn-secondary {
  background: rgba(14, 16, 24, 0.58);
  color: var(--film-white);
}

.dmw-btn-text {
  border-color: transparent;
  color: var(--grey);
  padding-inline: 4px;
}

.dmw-meta {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 44px 0 0;
  max-width: 1120px;
}

.dmw-meta div {
  border-left: 1px solid rgba(240, 238, 232, 0.18);
  padding-left: 14px;
}

.dmw-meta dt,
.dmw-meta dd {
  margin: 0;
}

.dmw-meta dd {
  color: rgba(240, 238, 232, 0.78);
  margin-top: 8px;
}

.dmw-section {
  padding: clamp(72px, 10vw, 140px) clamp(20px, 6vw, 84px);
}

.dmw-grid {
  display: grid;
  gap: clamp(36px, 8vw, 110px);
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
}

.dmw-page h2 {
  font-size: clamp(52px, 8vw, 128px);
}

.dmw-copy {
  max-width: 920px;
}

.dmw-quote {
  border-left: 2px solid var(--signal-pink);
  color: var(--film-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(40px, 5vw, 80px);
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
  margin: 56px 0 0;
  padding-left: 24px;
  text-transform: uppercase;
}

.dmw-quote span {
  display: block;
}

.dmw-cards,
.dmw-team {
  display: grid;
  gap: 12px;
}

.dmw-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(54px, 8vw, 96px);
}

.dmw-card,
.dmw-support {
  background: rgba(14, 16, 24, 0.76);
  border: 1px solid rgba(136, 136, 136, 0.16);
  padding: clamp(24px, 3vw, 38px);
}

.dmw-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(28px, 3vw, 48px);
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.dmw-cost {
  align-items: center;
  background: var(--deep-black);
  display: grid;
  gap: clamp(30px, 6vw, 84px);
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
}

.dmw-cost-image {
  aspect-ratio: 4 / 5;
  min-height: 520px;
  overflow: hidden;
}

.dmw-cost-image img {
  height: 100%;
  width: 100%;
}

.dmw-caption {
  border-top: 1px solid rgba(136, 136, 136, 0.24);
  padding-top: 18px;
}

.dmw-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dmw-gallery figure {
  aspect-ratio: 4 / 5;
  background: var(--card-black);
  grid-column: span 2;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.dmw-gallery figure:nth-child(2),
.dmw-gallery figure:nth-child(5) {
  aspect-ratio: 5 / 3;
}

.dmw-gallery img {
  height: 100%;
  transition: filter 240ms ease, transform 240ms ease;
  width: 100%;
}

.dmw-gallery figcaption {
  bottom: 20px;
  color: var(--signal-pink);
  left: 20px;
  opacity: 0;
  position: absolute;
  transition: opacity 240ms ease;
}

.dmw-gallery figure:hover img {
  filter: saturate(0.55) contrast(1.12) brightness(0.48);
  transform: scale(1.035);
}

.dmw-gallery figure:hover figcaption {
  opacity: 1;
}

.dmw-support {
  border-top: 2px solid var(--signal-pink);
  margin-inline: auto;
  max-width: 1080px;
}

.dmw-team {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.dmw-signup {
  background: var(--deep-black);
  border-top: 1px solid rgba(136, 136, 136, 0.16);
  overflow: hidden;
  position: relative;
}

.dmw-ghost {
  color: rgba(240, 238, 232, 0.035);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(76px, 17vw, 260px);
  font-style: italic;
  font-weight: 900;
  left: 4vw;
  line-height: 0.8;
  position: absolute;
  text-transform: uppercase;
  top: 38px;
  white-space: nowrap;
}

.dmw-signup-inner {
  max-width: 920px;
  position: relative;
  z-index: 1;
}

.dmw-form {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.62fr) auto;
  margin-top: 32px;
}

.dmw-form label {
  display: grid;
  gap: 10px;
}

.dmw-form span {
  color: var(--grey);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dmw-form input {
  background: var(--card-black);
  border: 1px solid rgba(136, 136, 136, 0.24);
  color: var(--film-white);
  min-height: 48px;
  padding: 0 14px;
}

.dmw-footer {
  align-items: end;
  border-top: 1px solid rgba(136, 136, 136, 0.18);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-top: clamp(80px, 12vw, 140px);
  padding-top: 28px;
  position: relative;
  z-index: 1;
}

.dmw-footer-title {
  font-size: clamp(42px, 6vw, 86px);
}

.dmw-social {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.dmw-social a,
.dmw-social small,
.dmw-footer p {
  color: var(--grey);
}

.dmw-modal {
  align-items: center;
  background: rgba(6, 8, 16, 0.92);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 9999;
}

.dmw-modal.is-open {
  display: flex;
}

.dmw-dialog {
  max-width: 1080px;
  position: relative;
  width: min(100%, 1080px);
}

.dmw-close {
  background: var(--film-white);
  border: 0;
  color: var(--primary-black);
  cursor: pointer;
  min-height: 44px;
  padding: 0 16px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -58px;
}

.dmw-frame {
  aspect-ratio: 16 / 9;
  background: var(--card-black);
  border: 1px solid rgba(136, 136, 136, 0.22);
  display: grid;
  place-items: center;
  text-align: center;
}

.dmw-frame video {
  height: 100%;
  width: 100%;
}

@media (max-width: 900px) {
  .dmw-nav-links {
    display: none;
  }

  .dmw-grid,
  .dmw-cost,
  .dmw-meta,
  .dmw-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .dmw-actions,
  .dmw-btn,
  .dmw-form .dmw-btn {
    width: 100%;
  }

  .dmw-cards,
  .dmw-team,
  .dmw-footer,
  .dmw-gallery {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dmw-gallery figure,
  .dmw-gallery figure:nth-child(2),
  .dmw-gallery figure:nth-child(5) {
    aspect-ratio: 4 / 5;
    grid-column: span 1;
  }

  .dmw-cost-image {
    min-height: 420px;
  }

  .dmw-social {
    justify-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  #dmw-page *,
  #dmw-page *::before,
  #dmw-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}separatorHomeCss{color:red !important}/* DESKTOP/TABLET RESET FOR DEADMAN LANDING PAGE */

#1507551858,
#1865266723,
#2485782584,
.u_2485782584 {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  position: static !important;
  background: #060810 !important;
}

#1716942098 {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #060810 !important;
}

#dmw-page {
  margin-top: 0 !important;
}separatorHomeCss{color:red !important}@media all {
    
#\36 3bd85219866cc3622781521 {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 16px;
    width: 100%;
    align-items: center;
    min-width: 4%;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 0px 0px 0px;
    margin: 0% 0% 0% 0%;
}
    
#\36 3bd85219866cc3622781520 {
    min-height: 320px;
    column-gap: 4%;
    row-gap: 24px;
    max-width: none;
    width: 100%;
    padding: 0% 0% 0% 0%;
    margin: 0% 0% 0% 0%;
}
    
#\36 3bd85219866cc362278151f {
    background-position: 50% 0%;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://lirp.cdn-website.com/md/dmtmpl/6f8e2de4-af5a-4868-9c50-c736cf31be62/dms3rep/multi/opt/Blank-hero-image-1920w.png");
}
    
#\36 3c7b8b76c596a2813341bc5 {
    height: auto;
}
    
#widget_dhv {
    width: 100%;
    height: auto;
    max-width: 100%;
    order: 4;
}
}



@media all {
    
#\36 3d24979f4a54e38542a8abe {
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 50% 50%;
    align-items: start;
    position: relative;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    background-color: rgba(0, 0, 0, 0);
}
    
#\36 3d24979f4a54e38542a8abd {
    align-self: stretch;
    padding-top: 16px;
    background-size: cover;
    display: flex;
    padding-left: 16px;
    padding-bottom: 16px;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 15px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 4%;
    padding-right: 16px;
    background-color: rgba(0, 0, 0, 0);
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\36 3d24979f4a54e38542a8abc {
    align-self: start;
    background-size: cover;
    min-height: 69px;
    background-repeat: no-repeat;
    flex-direction: row;
    order: 0;
    padding-top: 2%;
    display: flex;
    padding-bottom: 2%;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    justify-self: center;
    padding-left: 0%;
    padding-right: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#widget_uds {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
    
#widget_haj {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
}



@media all {
    
#\31 8552b79 {
    align-self: start;
    padding-top: 4%;
    background-size: cover;
    display: flex;
    padding-bottom: 2%;
    min-height: 111px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    justify-self: center;
    order: 0;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\32 11bde22 {
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 50% 50%;
    align-items: start;
    position: relative;
}
    
#group_dm4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 48%;
    min-width: 4%;
    min-height: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    column-gap: 4%;
    row-gap: 24px;
    align-self: stretch;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#widget_j8i {
    position: relative;
    width: 50px;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
    
#group_r0t {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 65.20%;
    min-height: 130px;
    max-height: 100%;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-top: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#widget_egr {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
    
#widget_rmn {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    margin-top: 5%;
}
    
#a7a93916 {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    margin-top: 5%;
}
    
#fed45d01 {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
    
#\37 d7b0e23 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 48%;
    min-width: 4%;
    min-height: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    column-gap: 4%;
    row-gap: 24px;
    align-self: stretch;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\32 e584df7 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 65.20%;
    min-height: 130px;
    max-height: 100%;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-top: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#ad102ffc {
    position: relative;
    width: 50px;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
}



@media all {
    
#\35 e0968c0 {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    margin-top: 5%;
}
    
#\35 32a7205 {
    position: relative;
    width: 50px;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
    
#\35 b203015 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 65.20%;
    min-height: 130px;
    max-height: 100%;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-top: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\37 4bca1f3 {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    margin-top: 5%;
}
    
#d6a52d3e {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 48%;
    min-width: 4%;
    min-height: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    column-gap: 4%;
    row-gap: 24px;
    align-self: stretch;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#d8422e8c {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
    
#bf567c92 {
    position: relative;
    width: 50px;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
    
#ccc220bc {
    align-self: start;
    background-size: cover;
    display: flex;
    padding-bottom: 8%;
    min-height: 111px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    justify-self: center;
    order: 0;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#c6490625 {
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 50% 50%;
    align-items: start;
    position: relative;
}
    
#\31 c839883 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 48%;
    min-width: 4%;
    min-height: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    column-gap: 4%;
    row-gap: 24px;
    align-self: stretch;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#b8db813d {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 65.20%;
    min-height: 130px;
    max-height: 100%;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-top: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\35 f5d539f {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
}



@media all {
    
#c40f4572 {
    align-self: stretch;
    padding-top: 16px;
    background-size: cover;
    display: flex;
    padding-left: 16px;
    padding-bottom: 16px;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 10px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 4%;
    padding-right: 16px;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\35 cee54bd::before, #\35 cee54bd > .bgExtraLayerOverlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    border-radius: inherit;
    content: '';
    background-color: var(--color_1);
}
#\35 cee54bd {
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 50% 50%;
    align-items: start;
    position: relative;
}
    
#cf6c0476 {
    align-self: start;
    padding-top: 4%;
    background-size: cover;
    display: flex;
    padding-bottom: 4%;
    min-height: 460px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    justify-self: center;
    order: 0;
    padding-left: 0%;
    padding-right: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#widget_4kc {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
    
#widget_t6o {
    position: relative;
    width: 52.57%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
    
#widget_pvp {
    position: relative;
    width: 50px;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    order: 0;
}
}



@media all {
    
#d1326561 {
    align-self: start;
    background-size: cover;
    min-height: 320px;
    background-repeat: no-repeat;
    flex-direction: row;
    order: 0;
    padding-top: 8%;
    display: flex;
    padding-bottom: 8%;
    background-position: 50% 50%;
    column-gap: 2%;
    row-gap: 12px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    justify-self: center;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\31 6235ad2 {
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 50% 50%;
    align-items: start;
    position: relative;
    background-color: var(--color_2);
}
    
#\30 804217b {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: none;
    align-self: stretch;
    order: 1;
}
    
#\33 8c3a92f {
    position: relative;
    width: 30px;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    order: 0;
}
    
#\38 41fdf04 {
    align-self: stretch;
    background-size: cover;
    display: flex;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 11px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 32%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    min-width: 4%;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-top: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\36 dab872b {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: none;
    align-self: stretch;
    order: 2;
}
    
#widget_idi {
    position: relative;
    width: 80px;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    order: 0;
}
    
#b02275f4 {
    position: relative;
    width: 30px;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    order: 0;
}
    
#\36 b0c0177 {
    align-self: stretch;
    background-size: cover;
    display: flex;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 11px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 32%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    min-width: 4%;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-top: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\30 ec3079c {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: none;
    align-self: stretch;
    order: 2;
}
    
#f183fce1 {
    position: relative;
    width: 80px;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    order: 0;
}
    
#ce607a8c {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: none;
    align-self: stretch;
    order: 1;
}
    
#\36 d8df6e8 {
    align-self: stretch;
    background-size: cover;
    display: flex;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 11px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 32%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    min-width: 4%;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-top: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\37 1c56b94 {
    position: relative;
    width: 80px;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    order: 0;
}
    
#\32 ff55023 {
    position: relative;
    width: 30px;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    order: 0;
}
    
#a4bd1d70 {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: none;
    align-self: stretch;
    order: 1;
}
    
#\37 197d28d {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: none;
    align-self: stretch;
    order: 2;
}
}



@media all {
    
#\38 2cb91ef {
    align-self: stretch;
    background-size: cover;
    display: flex;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    min-width: 4%;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-top: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\31 94fc0d5 {
    align-self: stretch;
    padding-top: 16px;
    background-size: cover;
    display: flex;
    padding-left: 16px;
    padding-bottom: 16px;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    min-width: 4%;
    padding-right: 16px;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\39 7ec3370 {
    align-self: start;
    padding-top: 8%;
    background-size: cover;
    display: flex;
    padding-bottom: 8%;
    min-height: 460px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    justify-self: center;
    order: 0;
    padding-left: 0%;
    padding-right: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\30 c00ce5a {
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 50% 50%;
    align-items: start;
    position: relative;
}
    
#c89340ed {
    position: relative;
    width: 100%;
    height: 523px;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    align-self: stretch;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    order: 0;
}
    
#e8289eac {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: none;
    align-self: auto;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    order: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
}
    
#cdceddc1 {
    position: relative;
    width: 73.92%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    order: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
}
}



@media all {
    
#\34 6efc683 {
    align-self: stretch;
    padding-top: 16px;
    background-size: cover;
    display: flex;
    padding-left: 16px;
    padding-bottom: 16px;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    min-width: 4%;
    padding-right: 16px;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#e6a49921 {
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 50% 50%;
    align-items: start;
    position: relative;
}
    
#\37 3f38eb6 {
    align-self: start;
    padding-top: 4%;
    background-size: cover;
    display: flex;
    padding-bottom: 4%;
    min-height: 0px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    justify-self: center;
    order: 0;
    padding-left: 0%;
    padding-right: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#widget_ks7 {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
}



@media all {
    
#e3eed17f {
    align-self: stretch;
    padding-top: 16px;
    background-size: cover;
    display: flex;
    padding-left: 16px;
    padding-bottom: 16px;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 10px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 4%;
    padding-right: 16px;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#ae83d761 {
    align-self: start;
    padding-top: 2%;
    background-size: cover;
    display: flex;
    padding-bottom: 1%;
    min-height: 0px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    justify-self: center;
    order: 0;
    padding-left: 0%;
    padding-right: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\37 73f6e91 {
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 50% 50%;
    align-items: start;
    position: relative;
}
    
#widget_jsi {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
    
#widget_m0l {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
}



@media all {
    
#\31 1805731 {
    align-self: stretch;
    padding-top: 5%;
    background-size: cover;
    display: flex;
    padding-left: 2%;
    padding-bottom: 5%;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 32%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-width: 4%;
    padding-right: 2%;
    background-color: var(--color_1);
    border-radius: 8px;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\32 fe713af {
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 50% 50%;
    align-items: start;
    position: relative;
}
    
#\37 ba1d5cf {
    align-self: stretch;
    padding-top: 5%;
    background-size: cover;
    display: flex;
    padding-left: 2%;
    padding-bottom: 5%;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 32%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-width: 4%;
    padding-right: 2%;
    background-color: var(--color_2);
    border-radius: 8px;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\31 c428161 {
    align-self: start;
    padding-top: 4%;
    background-size: cover;
    display: flex;
    padding-bottom: 4%;
    min-height: 609px;
    background-position: 50% 50%;
    column-gap: 2%;
    row-gap: 12px;
    background-repeat: no-repeat;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    justify-self: center;
    order: 0;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#group_p81 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: 50px;
    max-height: 100%;
    order: 0;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-top: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#widget_jde {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    order: 0;
}
    
#\34 a3fa674 {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    order: 1;
}
    
#\37 5f36070 {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    order: 2;
}
    
#\37 195031d {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    order: 4;
}
    
#widget_7d3 {
    position: relative;
    width: 100px;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    order: 3;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    margin-top: 4%;
    margin-bottom: 4%;
}
    
#widget_j5j {
    position: relative;
    width: 220px;
    height: auto;
    min-width: 10px;
    min-height: 52px;
    max-width: 100%;
    order: 1;
}
    
#ce7f9bc8 {
    position: relative;
    width: 220px;
    height: auto;
    min-width: 10px;
    min-height: 52px;
    max-width: 100%;
    order: 1;
}
    
#\34 38a2fcb {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    order: 0;
}
    
#\35 46dde7d {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: 50px;
    max-height: 100%;
    order: 0;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-top: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\39 3eb684f {
    position: relative;
    width: 100px;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    order: 3;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    margin-top: 4%;
    margin-bottom: 4%;
}
    
#a922a51b {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    order: 4;
}
    
#\34 7737a79 {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    order: 1;
}
    
#ab253c5f {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    order: 2;
}
    
#cad97bd7 {
    position: relative;
    width: 100px;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    order: 3;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    margin-top: 4%;
    margin-bottom: 4%;
}
    
#\37 962b89d {
    align-self: stretch;
    padding-top: 5%;
    background-size: cover;
    display: flex;
    padding-left: 2%;
    padding-bottom: 5%;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 32%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-width: 4%;
    padding-right: 2%;
    background-color: var(--color_2);
    border-radius: 8px;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\39 c5d2248 {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    order: 4;
}
    
#\37 d0f6070 {
    position: relative;
    width: 220px;
    height: auto;
    min-width: 10px;
    min-height: 52px;
    max-width: 100%;
    order: 1;
}
    
#\33 8ec2918 {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    order: 2;
}
    
#e70cecf8 {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    order: 0;
}
    
#e452325e {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: 50px;
    max-height: 100%;
    order: 0;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-top: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\30 3fcfad1 {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: auto;
    order: 1;
}
}



@media all {
    
#\34 51e548c {
    align-self: start;
    padding-top: 4%;
    background-size: cover;
    display: flex;
    padding-bottom: 4%;
    min-height: 460px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    justify-self: center;
    order: 0;
    padding-left: 0%;
    padding-right: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\33 0616e28 {
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 50% 50%;
    align-items: start;
    position: relative;
}
    
#d0c3792c {
    align-self: stretch;
    padding-top: 16px;
    background-size: cover;
    display: flex;
    padding-left: 16px;
    padding-bottom: 16px;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    min-width: 4%;
    padding-right: 16px;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#widget_kmj {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    order: 0;
}
    
#widget_k6v {
    position: relative;
    width: 59.76%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
    
#widget_van {
    position: relative;
    width: 63.52%;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
}



@media all {
    
#\37 46efa26 {
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(8px, max-content);
    display: grid;
    justify-content: start;
    background-position: 50% 50%;
    align-items: start;
    position: relative;
}
    
#\35 6caa8dd {
    align-self: start;
    background-size: cover;
    display: flex;
    min-height: 251px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: row;
    max-width: none;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    justify-self: center;
    order: 0;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-top: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#\33 92d5967 {
    align-self: stretch;
    background-size: cover;
    display: flex;
    min-height: 8px;
    background-position: 50% 50%;
    column-gap: 4%;
    row-gap: 24px;
    background-repeat: no-repeat;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    min-width: 4%;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-top: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
}
    
#widget_osp {
    position: relative;
    width: 100%;
    height: 372px;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\36 3bd85219866cc362278151f {
    background-image: url("https://lirp.cdn-website.com/md/dmtmpl/6f8e2de4-af5a-4868-9c50-c736cf31be62/dms3rep/multi/opt/Blank-hero-image-1920w.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\36 3d24979f4a54e38542a8abc {
    padding-left: 2%;
    padding-right: 2%;
    min-height: 0px;
}
    
#\36 3d24979f4a54e38542a8abd {
    row-gap: 10px;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\31 8552b79 {
    padding-left: 2%;
    padding-right: 2%;
}
    
#group_dm4 {
    padding-left: 6px;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
}
    
#widget_j8i {
    height: auto;
    width: 48.5781px;
}
    
#group_r0t {
    width: 79.99%;
}
    
#\37 d7b0e23 {
    padding-left: 6px;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
}
    
#\32 e584df7 {
    width: 79.99%;
}
    
#ad102ffc {
    height: auto;
    width: 48.5781px;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\35 32a7205 {
    height: auto;
    width: 48.5781px;
}
    
#\35 b203015 {
    width: 79.99%;
}
    
#d6a52d3e {
    padding-left: 6px;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
}
    
#bf567c92 {
    height: auto;
    width: 48.5781px;
}
    
#ccc220bc {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2px;
    padding-bottom: 8%;
}
    
#\31 c839883 {
    padding-left: 6px;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
}
    
#b8db813d {
    width: 79.99%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#cf6c0476 {
    padding-left: 2%;
    padding-right: 2%;
    min-height: 74px;
    padding-top: 6%;
    padding-bottom: 6%;
}
    
#\35 cee54bd::before, #\35 cee54bd > .bgExtraLayerOverlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    border-radius: inherit;
    content: '';
    background-color: var(--color_1);
}
    
#widget_pvp {
    height: auto;
}
    
#widget_t6o {
    width: 83.16%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#d1326561 {
    padding-left: 2%;
    padding-right: 2%;
}
    
#\38 41fdf04 {
    row-gap: 20px;
}
    
#\31 6235ad2 {
    background-color: var(--color_2);
}
    
#widget_idi {
    height: auto;
}
    
#\33 8c3a92f {
    height: auto;
}
    
#b02275f4 {
    height: auto;
}
    
#\36 b0c0177 {
    row-gap: 20px;
}
    
#f183fce1 {
    height: auto;
}
    
#\36 d8df6e8 {
    row-gap: 20px;
}
    
#\37 1c56b94 {
    height: auto;
}
    
#\32 ff55023 {
    height: auto;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\39 7ec3370 {
    padding-left: 2%;
    padding-right: 2%;
    min-height: 288px;
}
    
#c89340ed {
    height: 313px;
}
    
#cdceddc1 {
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    align-self: stretch;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    width: 100%;
    order: 1;
    max-width: 100%;
}
    
#e8289eac {
    order: 0;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\37 3f38eb6 {
    padding-left: 2%;
    padding-right: 2%;
    min-height: 3px;
    padding-top: 2%;
    padding-bottom: 2%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#ae83d761 {
    padding-left: 2%;
    padding-right: 2%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\31 1805731 {
    background-color: var(--color_1);
    border-radius: 8px;
}
    
#\31 c428161 {
    padding-left: 2%;
    padding-right: 2%;
    min-height: 426px;
}
    
#\37 ba1d5cf {
    background-color: var(--color_2);
    border-radius: 8px;
}
    
#\37 962b89d {
    background-color: var(--color_2);
    border-radius: 8px;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\34 51e548c {
    padding-left: 2%;
    padding-right: 2%;
}
    
#widget_van {
    width: 100.00%;
}
    
#widget_k6v {
    width: 100.00%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\35 6caa8dd {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
    
#widget_osp {
    width: 100.00%;
    height: 284px;
}
}



@media (max-width: 767px) {
    
#\36 3bd85219866cc3622781521 {
    min-height: 160px;
    align-items: center;
    padding-top: 20%;
}
    
#\36 3bd85219866cc3622781520 {
    min-height: unset;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
}
    
#\36 3bd85219866cc362278151f {
    background-image: url("https://lirp.cdn-website.com/md/dmtmpl/6f8e2de4-af5a-4868-9c50-c736cf31be62/dms3rep/multi/opt/Blank-hero-image-1920w.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
}



@media (max-width: 767px) {
    
#\36 3d24979f4a54e38542a8abd {
    min-height: 131px;
    align-items: center;
}
    
#\36 3d24979f4a54e38542a8abc {
    min-height: unset;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
}
}



@media (max-width: 767px) {
    
#\31 8552b79 {
    min-height: unset;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0%;
    row-gap: 0px;
    padding-bottom: 0%;
}
    
#group_dm4 {
    width: 100%;
    min-height: 209px;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
}
    
#widget_j8i {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    order: 0;
}
    
#group_r0t {
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    align-self: auto;
    width: 100%;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    order: 1;
}
    
#fed45d01 {
    align-self: center;
    margin-left: 0px;
    margin-right: 0px;
}
    
#\37 d7b0e23 {
    width: 100%;
    min-height: 209px;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}
    
#\32 e584df7 {
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    width: 100%;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    order: 1;
    align-self: center;
}
    
#ad102ffc {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    order: 0;
}
}



@media (max-width: 767px) {
    
#\35 32a7205 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    order: 0;
}
    
#\35 b203015 {
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    align-self: auto;
    width: 100%;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    order: 1;
}
    
#d6a52d3e {
    width: 100%;
    min-height: 209px;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}
    
#d8422e8c {
    align-self: center;
    margin-left: 0px;
    margin-right: 0px;
}
    
#bf567c92 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    order: 0;
}
    
#ccc220bc {
    min-height: unset;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
    row-gap: 0px;
}
    
#\31 c839883 {
    width: 100%;
    min-height: 209px;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}
    
#b8db813d {
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    align-self: auto;
    width: 100%;
    max-width: 100%;
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: auto;
    grid-column-end: auto;
    justify-self: auto;
    order: 1;
}
    
#\35 f5d539f {
    align-self: center;
    margin-left: 0px;
    margin-right: 0px;
}
}



@media (max-width: 767px) {
    
#c40f4572 {
    width: 100%;
    min-height: 240px;
    align-items: center;
    row-gap: 5px;
}
    
#cf6c0476 {
    min-height: unset;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 8%;
    padding-bottom: 8%;
}
    
#\35 cee54bd::before, #\35 cee54bd > .bgExtraLayerOverlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    border-radius: inherit;
    content: '';
    background-color: var(--color_1);
}
    
#widget_pvp {
    height: auto;
    width: 35px;
}
    
#widget_t6o {
    align-self: stretch;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
}
}



@media (max-width: 767px) {
    
#d1326561 {
    min-height: unset;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 60px;
    padding-bottom: 60px;
    row-gap: 25px;
}
    
#\38 41fdf04 {
    width: 100%;
    min-height: 240px;
    row-gap: 10px;
}
    
#\31 6235ad2 {
    background-color: var(--color_2);
}
    
#widget_idi {
    height: auto;
}
    
#\33 8c3a92f {
    height: auto;
}
    
#b02275f4 {
    height: auto;
}
    
#\36 b0c0177 {
    width: 100%;
    min-height: 240px;
    row-gap: 10px;
}
    
#f183fce1 {
    height: auto;
}
    
#\36 d8df6e8 {
    width: 100%;
    min-height: 240px;
    row-gap: 10px;
}
    
#\37 1c56b94 {
    height: auto;
}
    
#\32 ff55023 {
    height: auto;
}
}



@media (max-width: 767px) {
    
#\38 2cb91ef {
    width: 100%;
    min-height: 240px;
    align-items: center;
}
    
#\31 94fc0d5 {
    width: 100%;
    min-height: 176px;
    align-items: center;
    padding-left: 6px;
    padding-right: 6px;
    row-gap: 20px;
}
    
#\39 7ec3370 {
    min-height: unset;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 12%;
    padding-bottom: 8%;
}
    
#c89340ed {
    height: 299px;
}
    
#cdceddc1 {
    width: 100%;
    max-width: none;
}
}



@media (max-width: 767px) {
    
#\34 6efc683 {
    width: 100%;
    min-height: 140px;
    align-items: center;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
    
#\37 3f38eb6 {
    min-height: unset;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 8%;
    padding-bottom: 8%;
}
}



@media (max-width: 767px) {
    
#e3eed17f {
    width: 100%;
    min-height: 111px;
    align-items: center;
}
    
#ae83d761 {
    min-height: unset;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
}
}



@media (max-width: 767px) {
    
#\31 1805731 {
    width: 100%;
    min-height: 318px;
    align-items: center;
    background-color: var(--color_1);
    padding-bottom: 6%;
    padding-top: 6%;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 8px;
}
    
#\37 ba1d5cf {
    width: 100%;
    min-height: 318px;
    align-items: center;
    background-color: var(--color_2);
    padding-top: 6%;
    padding-bottom: 6%;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 8px;
}
    
#\31 c428161 {
    min-height: unset;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
    row-gap: 21px;
    padding-bottom: 10%;
}
    
#\37 962b89d {
    width: 100%;
    min-height: 318px;
    align-items: center;
    background-color: var(--color_2);
    padding-top: 6%;
    padding-bottom: 6%;
    padding-right: 4%;
    padding-left: 4%;
    border-radius: 8px;
}
}



@media (max-width: 767px) {
    
#\34 51e548c {
    min-height: unset;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 8%;
}
    
#d0c3792c {
    width: 100%;
    min-height: 240px;
    align-items: center;
    row-gap: 22px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
    
#widget_van {
    align-self: stretch;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
}
    
#widget_k6v {
    align-self: stretch;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
}
}



@media (max-width: 767px) {
    
#\35 6caa8dd {
    min-height: unset;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
    
#\33 92d5967 {
    width: 100%;
    min-height: 165px;
    align-items: center;
}
    
#widget_osp {
    width: 100.00%;
    height: 165px;
}
}

