:root {
  --color-bg: #628809;
  --color-surface: #ffffff;
  --color-surface-strong: #eef4f7;
  --color-text: #17212b;
  --color-muted: #000000;
  --color-primary: #0f766e;
  --color-primary-dark: #0a4f4a;
  --color-secondary: #d97706;
  --color-warning: #8a1f11;
  --color-warning-bg: #fff1e8;
  --color-border: #d8e1e7;
  --color-focus: #1d4ed8;
  --shadow-soft: 0 18px 45px rgba(23, 33, 43, 0.11);
  --shadow-card: 0 12px 30px rgba(23, 33, 43, 0.09);
  --radius-sm: 8px;
  --radius-md: 8px;
  --radius-lg: 8px;
  --container: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.has-open-menu,
body.has-age-gate {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a:hover {
  color: var(--color-primary);
}

:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 3px;
}

.LHQOVeWd {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.HMfc7WQ {
  max-width: 780px;
}

.jMosMdSkM {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ClIimxb {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: var(--color-text);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.ClIimxb:focus {
  transform: translateY(0);
}

.ua2aNMZO {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--color-border);
  backdrop-filter: blur(14px);
}

.mSXnHAaRW {
  background: var(--color-warning-bg);
  color: var(--color-warning);
  border-bottom: 1px solid #ffd3bd;
}

.mSXnHAaRW p {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
  padding: 8px 0;
  font-size: 0.91rem;
}

.T5p4VUX9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 16px;
}

.r2Z5hPRo6w {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-text);
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
}

.YMpqeysx {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--color-primary), #124559);
  color: #ffffff;
  font-size: 0.85rem;
  letter-spacing: 0;
}

.menu-toggle {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: #ffffff;
  cursor: pointer;
}

.menu-toggle span:not(.jMosMdSkM) {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--color-text);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

.kW9sVFaYWVc {
  position: fixed;
  inset: 118px 16px auto 16px;
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.kW9sVFaYWVc.is-open {
  display: flex;
}

.kW9sVFaYWVc a {
  padding: 11px 12px;
  border-radius: var(--radius-sm);
  color: var(--color-text);
  font-weight: 700;
  text-decoration: none;
}

.kW9sVFaYWVc a:hover,
.kW9sVFaYWVc a[aria-current="page"] {
  background: var(--color-surface-strong);
  color: var(--color-primary-dark);
}

.EcUj9s {
  position: relative;
  overflow: hidden;
  background: #124559;
  color: #ffffff;
}

.x0tp1v {
  display: grid;
  gap: 28px;
  padding: 72px 0 52px;
}

.AfMaPEbV {
  max-width: 760px;
}

.EcUj9s h1,
.IenAEiP h1 {
  margin: 0 0 18px;
  font-size: 2.35rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.EcUj9s p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
}

.GZFQp9 {
  margin: 0 0 10px;
  color: var(--color-primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.EcUj9s .GZFQp9,
.YHpfaaxDcv .GZFQp9 {
  color: #c7fff2;
}

.iXycJJaJxzb,
.ULmKv0l3D,
.age-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.BVnZbKal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.BVnZbKal:hover {
  transform: translateY(-1px);
}

.PZWVHOz6ymd {
  background: var(--color-primary);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(15, 118, 110, 0.24);
}

.PZWVHOz6ymd:hover {
  background: var(--color-primary-dark);
  color: #ffffff;
}

.PDBeNVhf {
  background: #ffffff;
  color: var(--color-primary-dark);
  border-color: var(--color-border);
}

.PDBeNVhf:hover {
  background: var(--color-surface-strong);
}

.aW0Hdajzr {
  width: 100%;
  margin-top: auto;
  background: var(--color-text);
  color: #ffffff;
}

.aW0Hdajzr:hover {
  background: var(--color-primary-dark);
  color: #ffffff;
}

.xjfpQHq {
  display: grid;
  gap: 12px;
}

.O9eEC9yGZ7 {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.O9eEC9yGZ7 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}

.O9eEC9yGZ7 p {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 1rem;
}

.FuBg7m9hZ {
  background: var(--color-warning);
  color: #ffffff;
}

.FuBg7m9hZ p {
  margin: 0;
  padding: 14px 0;
  font-weight: 800;
}

.SrIIW1TMej8 {
  padding: 64px 0;
}

.JgnjpBLzhe {
  background: var(--color-surface-strong);
}

.YHpfaaxDcv {
  background: linear-gradient(135deg, #124559, var(--color-primary));
  color: #ffffff;
}

.rLp6Uwr {
  max-width: 760px;
  margin-bottom: 28px;
}

.rLp6Uwr h2,
.LZLL7e h2,
.nnM452WQkj h2,
.WdPrNJuf73 h2,
.cJaCOE h2,
.ef2j3xOfDx5 h2,
.YHpfaaxDcv h2 {
  margin: 0 0 12px;
  font-size: 1.8rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.rLp6Uwr p,
.LZLL7e p,
.t8tOts p,
.vggi9XMMOgj p,
.Q69ycB p,
.WdPrNJuf73 p,
.cJaCOE p,
.ZXW7df,
.bxbmeBe2i5 {
  color: var(--color-muted);
}

.YHpfaaxDcv p {
  color: rgba(255, 255, 255, 0.9);
}

.OT8iC9,
.ugdW44zu6Wh {
  display: grid;
  gap: 18px;
}

.vggi9XMMOgj,
.t8tOts,
.cJaCOE,
.ef2j3xOfDx5,
.INuwR2YLV {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  box-shadow: var(--shadow-card);
}

.vggi9XMMOgj {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.vggi9XMMOgj img {
  width: 160px;
  height: 64px;
  object-fit: contain;
}

.vggi9XMMOgj h3,
.t8tOts h3,
.Q69ycB h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.TdJDi93GU {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--color-secondary);
  color: #ffffff;
  font-weight: 900;
}

.Cd6fnANGbc {
  margin: 0;
}

.J1u7Rz {
  display: grid;
  gap: 10px;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.J1u7Rz li {
  position: relative;
  padding-left: 26px;
}

.J1u7Rz li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-primary);
  content: "";
}

.t8tOts {
  min-height: 184px;
  padding: 22px;
}

.t8tOts img {
  margin-bottom: 16px;
}

.LZLL7e {
  display: grid;
  gap: 28px;
}

.Q69ycB {
  display: grid;
  gap: 14px;
}

.Q69ycB article {
  padding: 18px;
  border-left: 4px solid var(--color-primary);
  border-radius: var(--radius-sm);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(23, 33, 43, 0.07);
}

.nnM452WQkj {
  display: grid;
  gap: 22px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.YPfcssYeHq {
  border-color: #ffc5ae;
  background: var(--color-warning-bg);
}

.Cj1o5EOJJ {
  color: var(--color-primary-dark);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.KcC4oGYa6w {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #ffffff;
  overflow: hidden;
}

.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 0;
  background: #ffffff;
  color: var(--color-text);
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-question span:last-child {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--color-surface-strong);
  color: var(--color-primary-dark);
  transition: transform 0.2s ease;
}

.faq-question[aria-expanded="true"] span:last-child {
  transform: rotate(45deg);
}

.linFdFoEPDO {
  display: none;
  padding: 0 18px 18px;
}

.linFdFoEPDO p {
  margin: 0;
  color: var(--color-muted);
}

.faq-item.is-open .linFdFoEPDO {
  display: block;
}

.IenAEiP {
  padding: 70px 0;
  background: #124559;
  color: #ffffff;
}

.IenAEiP p {
  color: rgba(255, 255, 255, 0.9);
}

.IenAEiP .GZFQp9 {
  color: #c7fff2;
}

.WdPrNJuf73 h2 {
  margin-top: 34px;
}

.WdPrNJuf73 h2:first-child {
  margin-top: 0;
}

.WdPrNJuf73 p {
  margin: 0 0 18px;
}

.INuwR2YLV {
  padding: 22px;
  background: var(--color-warning-bg);
  border-color: #ffd3bd;
}

.dZ6LdvOj0qR {
  display: grid;
  gap: 22px;
}

.cJaCOE,
.ef2j3xOfDx5 {
  padding: 24px;
}

address {
  color: var(--color-muted);
  font-style: normal;
}

.cJaCOE address {
  margin-bottom: 18px;
  color: var(--color-text);
}

.So61Jq4b {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
}

label,
.UY7Nm7wV {
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: #ffffff;
  color: var(--color-text);
  font: inherit;
}

input {
  min-height: 46px;
  padding: 10px 12px;
}

textarea {
  min-height: 150px;
  padding: 12px;
  resize: vertical;
}

.UY7Nm7wV {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0 20px;
}

.UY7Nm7wV input {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 3px;
}

.ZXW7df,
.bxbmeBe2i5 {
  margin-bottom: 0;
  font-size: 0.94rem;
}

.efNsoFl {
  background: #14202a;
  color: #ffffff;
}

.VpJ0sRa {
  display: grid;
  gap: 28px;
  padding: 48px 0 28px;
}

.S1xGrJ {
  color: #ffffff;
}

.efNsoFl h2 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.efNsoFl p,
.efNsoFl address,
.efNsoFl li {
  color: rgba(255, 255, 255, 0.74);
}

.efNsoFl ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.efNsoFl a {
  color: #ffffff;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.efNsoFl a:hover {
  color: #b9fff0;
}

.apzSSdM {
  display: grid;
  gap: 8px;
  padding: 22px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.apzSSdM p {
  margin: 0;
}

.cookie-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 80;
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.cookie-banner[hidden],
.age-gate[hidden],
.qzCf8f[hidden] {
  display: none;
}

.cookie-banner h2 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.cookie-banner p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.94rem;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(10, 20, 30, 0.76);
}

.VSsazYG {
  width: min(100%, 520px);
  padding: 26px;
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.VSsazYG h2 {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 1.12;
}

.VSsazYG p {
  color: var(--color-muted);
}

.qzCf8f {
  margin: 18px 0 0;
  padding: 14px;
  border-radius: var(--radius-sm);
  background: var(--color-warning-bg);
  color: var(--color-warning) !important;
  font-weight: 800;
}

@media (min-width: 700px) {
  .EcUj9s h1,
  .IenAEiP h1 {
    font-size: 3.45rem;
  }

  .rLp6Uwr h2,
  .LZLL7e h2,
  .nnM452WQkj h2,
  .WdPrNJuf73 h2,
  .cJaCOE h2,
  .ef2j3xOfDx5 h2,
  .YHpfaaxDcv h2 {
    font-size: 2.25rem;
  }

  .xjfpQHq {
    grid-template-columns: repeat(3, 1fr);
  }

  .ugdW44zu6Wh {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .OT8iC9 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nnM452WQkj {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .VpJ0sRa {
    grid-template-columns: 1.4fr 0.8fr 0.9fr 1fr;
  }

  .cookie-banner {
    right: 24px;
    left: auto;
    max-width: 640px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .EcUj9s h1 {
    font-size: 4.35rem;
  }

  .IenAEiP h1 {
    font-size: 3.7rem;
  }

  .menu-toggle {
    display: none;
  }

  .kW9sVFaYWVc {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .kW9sVFaYWVc a {
    padding: 10px 12px;
  }

  .x0tp1v {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    align-items: center;
    padding: 96px 0 76px;
  }

  .xjfpQHq {
    grid-template-columns: 1fr;
  }

  .LZLL7e,
  .dZ6LdvOj0qR {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
  }
}

@media (min-width: 1100px) {
  .ugdW44zu6Wh {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.EcUj9s {
  position: relative;
  overflow: hidden;
  color: #ffffff;

  background:
    linear-gradient(
      rgba(18, 69, 89, 0.78),
      rgba(18, 69, 89, 0.78)
    ),
    url("../ZdNfG9LB/i71ZSZNbt6.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 720px;
  display: flex;
  align-items: center;
}

/* ===== FOOTER ===== */
.efNsoFl {
  background: #111827;
  color: #f3f4f6;
  padding-top: 60px;
  font-family: Arial, sans-serif;
}

.efNsoFl a {
  color: #d1d5db;
  text-decoration: none;
  transition: 0.3s ease;
}

.efNsoFl a:hover {
  color: #ffffff;
}

/* ===== GRID ===== */
.VpJ0sRa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  padding-bottom: 50px;
}

.efNsoFl h2 {
  font-size: 18px;
  margin-bottom: 18px;
  color: #ffffff;
}

.efNsoFl ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.efNsoFl ul li {
  margin-bottom: 10px;
}

.efNsoFl p,
.efNsoFl address {
  color: #cbd5e1;
  line-height: 1.7;
  font-style: normal;
}

/* ===== BRAND ===== */
.S1xGrJ {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

.YMpqeysx {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
}

/* ===== REGULATION ===== */
.xKBQtPbf {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 35px 20px;
  text-align: center;
  margin-top: 20px;
}

.xKBQtPbf h3 {
  font-size: 20px;
  margin-bottom: 25px;
  color: #ffffff;
  font-weight: 600;
}

.vg2eC7Ucxi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.vg2eC7Ucxi a {
  background: #6d6d6d;
  padding: 14px 22px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vg2eC7Ucxi a:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

.vg2eC7Ucxi img {
  max-height: 42px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* ===== BOTTOM ===== */
.apzSSdM {
  text-align: center;
  padding: 35px 0;
}

.apzSSdM p {
  margin: 10px 0;
  color: #9ca3af;
  line-height: 1.6;
}

.apzSSdM strong {
  color: #ffffff;
}

.LHQOVeWd {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .VpJ0sRa {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .S1xGrJ {
    justify-content: center;
  }

  .vg2eC7Ucxi {
    gap: 18px;
  }

  .vg2eC7Ucxi a {
    min-width: 120px;
    padding: 12px 16px;
  }

  .vg2eC7Ucxi img {
    max-height: 36px;
  }
}

.pfCATFKs {
  background: #f7f9fc;
}

.k0xdADhcfsn {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 36px;
  align-items: center;
}

.ojTGOyy39x {
  padding: 34px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(20, 31, 49, 0.08);
}

.YE597mqmWQ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.YE597mqmWQ article {
  position: relative;
  padding: 28px 22px;
  border-radius: 24px;
  background: #14213d;
  color: #ffffff;
  overflow: hidden;
}

.YE597mqmWQ article::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.YE597mqmWQ span {
  display: inline-flex;
  margin-bottom: 18px;
  font-size: 0.85rem;
  font-weight: 800;
  color: #fca311;
  letter-spacing: 0.08em;
}

.YE597mqmWQ h3 {
  margin-bottom: 10px;
  color: #ffffff;
}

.YE597mqmWQ p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 900px) {
  .k0xdADhcfsn {
    grid-template-columns: 1fr;
  }

  .YE597mqmWQ {
    grid-template-columns: 1fr;
  }
}