/* Olimp — Sapphire Coast design (unique CSS, static, mobile-first) */
:root{
  --bg:#f0f4f8; --surface:#ffffff; --surface-2:#e8edf4;
  --text:#1a2332; --muted:#5c6b7f; --line:#d3dbe6;
  --brand:#2563eb; --brand-d:#1d4ed8; --accent:#e11d48;
  --radius:16px; --wrap:1100px; --font:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --shadow:0 8px 24px rgba(37,99,235,.07);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f0f4f8;color:#1a2332;
  line-height:1.72;font-size:17px;letter-spacing:.01em;-webkit-text-size-adjust:100%;
}
img{max-width:100%;height:auto;display:block}
a{color:#1d4ed8;text-decoration:none;text-underline-offset:3px}
a:hover{text-decoration:underline}
:focus-visible{outline:3px solid #e11d48;outline-offset:3px;border-radius:6px}
.wrap{width:100%;max-width:1100px;margin:0 auto;padding:0 22px}
::selection{background:#2563eb;color:#fff}

/* Header */
.site-header{position:sticky;top:0;z-index:20;background:#ffffff;box-shadow:0 2px 14px rgba(0,0,0,.05)}
.nav{display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding:14px 22px 14px 20px;max-width:1100px;margin:0 auto}
.nav .logo{display:inline-flex;align-items:center}
.nav .logo img{width:140px;height:auto}
.burger{margin-left:auto;background:#e8edf4;border:0;border-radius:12px;padding:9px 10px;cursor:pointer;display:inline-flex}
.burger span{display:block;width:20px;height:3px;background:#1d4ed8;position:relative;border-radius:3px}
.burger span::before,.burger span::after{content:"";position:absolute;left:0;width:20px;height:3px;border-radius:3px;background:#1d4ed8}
.burger span::before{top:-6px}.burger span::after{top:6px}
.menu{list-style:none;margin:0;padding:0;display:none;flex-direction:column;gap:3px;
  width:100%;order:3;border-top:2px solid #d3dbe6;margin-top:12px;padding-top:12px;background:#f0f4f8}
.menu.open{display:flex}
.menu a{display:block;padding:12px 10px;color:#1a2332;font-weight:600;border-radius:10px;transition:background .15s ease}
.menu a[aria-current=page]{color:#1d4ed8;background:#e8edf4}
.nav .logo,.lang{flex-shrink:0}
.lang{display:inline-flex;align-items:center;background:#e8edf4;border-radius:999px;overflow:hidden;margin-left:10px;padding:4px;gap:2px}
.lang a{padding:6px 13px;font-size:.82rem;font-weight:700;color:#5c6b7f;line-height:1.4;white-space:nowrap;border-radius:999px}
.lang a:hover{color:#1a2332;text-decoration:none}
.lang a[aria-current=true]{background:#2563eb;color:#fff!important}
.cta-row{display:none;gap:10px;margin-left:10px}
.btn{display:inline-block;padding:13px 24px;border-radius:12px;font-weight:700;text-align:center;
  letter-spacing:.01em;background:#e11d48;color:#fff!important;text-decoration:none!important;border:0;cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 4px 14px rgba(225,29,72,.25)}
.btn:hover{background:#c81840;transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,0,0,.18)}
.btn-ghost{background:transparent;border:2px solid #2563eb;color:#1d4ed8!important;box-shadow:none;letter-spacing:.01em}
.btn-ghost:hover{background:#e8edf4;transform:none}
.btn-lg{padding:16px 32px;font-size:1.05rem}

/* Hero */
.hero{position:relative;border-radius:16px;overflow:hidden;margin:20px 0}
.hero img{width:100%;height:auto;aspect-ratio:16/5;object-fit:cover}
.hero-body{padding:28px 0 6px}
.hero-body h1{margin:.2em 0}
.hero-body .lead{max-width:62ch}

/* Typography & layout */
main{display:block}
h1{font-size:2.15rem;line-height:1.18;font-weight:800;letter-spacing:-.01em}
h2{font-size:1.38rem;font-weight:800;margin-top:2em;padding-bottom:.35em;border-bottom:3px solid #2563eb;display:inline-block}
h3{font-size:1.12rem;font-weight:700;margin-top:1.5em}
section{margin:34px 0}
p{margin:.85em 0}
ul,ol{padding-left:1.3em}
li{margin:.4em 0}
main ul:not(.menu):not(.art-grid):not(.foot-col ul) li::marker{color:#2563eb;font-weight:700}
.lead{font-size:1.12rem;color:#5c6b7f}
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#e8edf4}
::-webkit-scrollbar-thumb{background:#2563eb;border-radius:999px}
main h1::after{content:"";display:block;width:56px;height:4px;margin-top:14px;border-radius:999px;
  background:linear-gradient(90deg,#2563eb,#e11d48)}

/* Casino card */
.card{background:#ffffff;border:0;box-shadow:0 8px 24px rgba(37,99,235,.07);border-radius:16px;
  padding:24px;display:grid;gap:14px;align-items:center;text-align:center;
  position:relative;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}
.card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;
  background:linear-gradient(90deg,#2563eb,#e11d48)}
.card:hover{box-shadow:0 16px 40px rgba(0,0,0,.1);transform:translateY(-2px)}
.card .c-logo img{width:170px;margin:0 auto}
.card .bonus-big{font-size:1.4rem;font-weight:800;color:#1d4ed8;display:block}
.card .bonus-small{color:#5c6b7f;font-size:.9rem}
.card dl{display:grid;grid-template-columns:auto 1fr;gap:9px 14px;margin:0;text-align:left}
.card dt{color:#5c6b7f}.card dd{margin:0;font-weight:700;text-align:right}
.card .stars{display:flex;gap:3px;justify-content:center}
.card .stars img{width:20px;height:20px}
.card .rating{font-size:1.3rem;font-weight:800;color:#1d4ed8}

/* Tables */
.table-wrap{overflow-x:auto}
table{width:100%;border-collapse:separate;border-spacing:0;margin:16px 0;background:#ffffff;
  border-radius:16px;overflow:hidden;box-shadow:0 8px 24px rgba(37,99,235,.07)}
th,td{padding:13px 15px;border-bottom:1px solid #d3dbe6;text-align:left;vertical-align:middle}
thead th{background:#e8edf4}
tbody tr:last-child td{border-bottom:0}
tbody tr:nth-child(odd){background:rgba(37,99,235,.03)}

/* Figure */
figure{margin:22px 0}
figure img{border-radius:16px;margin:0 auto;max-width:100%;height:auto;box-shadow:0 8px 24px rgba(37,99,235,.07)}
figcaption{color:#5c6b7f;font-size:.86rem;text-align:center;margin-top:9px;font-style:italic}
article figure{max-width:560px}
article figure img{width:100%}

/* FAQ */
.faq details{background:#ffffff;border:0;box-shadow:0 8px 24px rgba(37,99,235,.07);border-radius:14px;margin:12px 0;padding:0 20px}
.faq summary{cursor:pointer;padding:16px 0;font-weight:700;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"↓";color:#fff;background:#2563eb;border-radius:999px;width:26px;height:26px;
  display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:.85rem}
.faq details[open] summary::after{content:"↑"}
.faq details[open] summary{border-bottom:1px solid #d3dbe6}
.faq p{margin:14px 0}

/* CTA band */
.cta-band{background:radial-gradient(circle at 30% 30%,#2563eb 0%,#1d4ed8 80%);border-radius:16px;
  padding:32px 22px;text-align:center;margin:36px 0;color:#fff}
.cta-band h2{border:0;padding:0;margin:.2em 0;color:#fff;display:block}
.cta-band .btn{margin-top:12px}

/* Breadcrumbs */
.crumbs{font-size:.85rem;color:#5c6b7f;margin:16px 0 0}
.crumbs a{color:#5c6b7f}
.crumbs a:hover{color:#1d4ed8}
.crumbs .sep{color:#d3dbe6;margin:0 4px}
.crumbs [aria-current=page]{color:#1a2332;font-weight:600}

/* Article hub grid */
.art-grid{list-style:none;padding:0;margin:18px 0;display:grid;gap:18px}
.art-card a{display:block;background:#ffffff;border:0;box-shadow:0 8px 24px rgba(37,99,235,.07);border-radius:16px;
  padding:18px 20px;color:#1a2332;text-decoration:none;height:100%;transition:transform .15s ease}
.art-card a:hover{transform:translateY(-3px)}
.art-card h3{margin:0 0 6px;font-size:1.05rem;color:#1d4ed8}
.art-card p{margin:0;color:#5c6b7f;font-size:.9rem}
@media (min-width:630px){.art-grid{grid-template-columns:1fr 1fr}}

/* Footer */
.site-footer{background:#1d4ed8;color:#e0ebff;margin-top:56px;padding:44px 0 26px}
.site-footer .foot-col a,.site-footer .copyright a{color:#e0ebff}
.site-footer .foot-brand p{color:#e0ebff}
.foot-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px 22px}
.foot-brand .logo img{width:140px;height:auto;margin-bottom:14px;filter:brightness(0) invert(1)}
.foot-brand p{color:#5c6b7f;font-size:.9rem;margin:.4em 0 14px;max-width:34ch}
.foot-col h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:#e0ebff;
  margin:0 0 15px;border:0;padding:0;font-weight:700;opacity:.7}
.foot-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}
.foot-col li{margin:0}
.foot-col a{color:#5c6b7f;font-size:.92rem}
.foot-col a:hover{color:#fff;text-decoration:none}
.foot-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;
  margin-top:34px;padding-top:24px;border-top:2px solid rgba(255,255,255,.14)}
.pay{display:flex;flex-wrap:wrap;gap:10px;margin:2px 0 0}
.pay img{width:44px;height:auto;background:#fff;border-radius:8px;padding:4px;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.dl-row{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 4px}
.dl{display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);
  border-radius:999px;padding:10px 17px;color:#e0ebff;font-size:.91rem}
.dl:hover{background:rgba(255,255,255,.16);text-decoration:none}
.dl img{width:20px;height:20px}
.copyright{color:#e0ebff;font-size:.83rem;margin:0;text-align:right;opacity:.8}
@media (min-width:550px){.foot-grid{grid-template-columns:2fr 1fr 1fr}}
@media (min-width:870px){.foot-grid{grid-template-columns:2.2fr 1fr 1.2fr 1.2fr 1fr}}

/* Cookies */
.cookies{position:fixed;inset:auto 16px 16px 16px;max-width:640px;margin:0 auto;z-index:41;background:#1a2332;
  color:#f0f4f8;border:0;box-shadow:0 18px 50px rgba(0,0,0,.2);border-radius:14px;padding:20px 22px;display:flex;gap:16px;
  flex-wrap:wrap;align-items:center}
.cookies p{margin:0;flex:1 1 260px;font-size:.93rem;line-height:1.55;color:#f0f4f8}
.cookies.hide{display:none}

@media (min-width:760px){
  h1{font-size:2.15rem}
  .card{grid-template-columns:1fr 1fr 1fr;text-align:left}
  .card .c-logo{grid-column:1/-1}
}

@media (min-width:1160px){
  .burger{display:none}
  .nav{gap:18px;padding-top:16px;padding-bottom:16px;max-width:1360px}
  .nav .logo img{width:140px}
  .menu{display:flex;flex-wrap:wrap;flex-direction:row;width:auto;order:0;border:0;margin:0 auto 0 0;padding:0;gap:4px}
  .menu a{font-size:.92rem;padding:9px 11px}
  .cta-row{display:flex;margin-left:0;gap:8px}
  .cta-row .btn{padding:10px 16px}
}


/* Theme-unique structural overrides */
@keyframes pulse_f7deed{0%,100%{transform:scale(1)}50%{transform:scale(1.021)}}
.hero{padding-top:28px;padding-bottom:31px}
.steps{padding-top:53px;padding-bottom:30px}
.info-grid{padding-top:38px;padding-bottom:34px}
.why-grid{padding-top:39px;padding-bottom:52px}
.faq{padding-top:31px;padding-bottom:53px}
.footer{padding-top:25px;padding-bottom:31px}
.hero-text h1{text-shadow:0 2.5px 5.0px rgba(0,0,0,0.07)}
.card{border:3px solid transparent}
.btn{letter-spacing:-0.007em}
.menu a{letter-spacing:-0.013em}
.footer-links a{letter-spacing:-0.002em}
body{line-height:1.67}
.steps-list{gap:24px}
.why-grid{gap:25px}
.info-grid{gap:26px}
.wrap{max-width:1114px}
body{font-size:18px}
.muted,.sup{opacity:0.87}
.btn{transition-duration:0.14s}
.card{transition-duration:0.24s}
.menu a{transition-duration:0.17s}
::-webkit-scrollbar{width:12px}

/* ─── Unique design tokens ─── */
.af-f7deedca000{gap:25px;border-radius:15px;max-width:250px}
.x-f7deedca001{border-color:#9991fe;padding:53px 58px}
.af-f7deedca002{text-indent:-2px;background-color:#10e0de;opacity:0.19}
.be-f7deedca003{border-width:2px}
.y-f7deedca004{background-color:#ddf7c4;text-indent:-10px;letter-spacing:-0.037em}
.x-f7deedca005{border-radius:2px}
.z-f7deedca006{border-width:2px;word-spacing:0.0px;line-height:1.63}
.ab-f7deedca007{opacity:0.78}
.cf-f7deedca008{word-spacing:2.5px;transform:rotate(3.0deg);outline-offset:9px}
.cc-f7deedca009{box-shadow:0 9px 21px rgba(36,45,153,0.14);line-height:1.2}
.u-f7deedca010{box-shadow:0 6px 32px rgba(70,9,225,0.3);max-width:1281px}
.cd-f7deedca011{max-width:1393px;gap:13px;line-height:1.99}
.af-f7deedca012{outline-offset:5px;font-size:10px;max-width:847px}
.v-f7deedca013{font-size:24px;border-color:#6428d5;color:#b31196}
.cb-f7deedca014{flex-basis:369px;margin:39px}
.x-f7deedca015{max-width:374px;gap:38px;flex-basis:104px}
.v-f7deedca016{max-width:1323px;border-color:#cd836f}
.ac-f7deedca017{border-radius:3px;padding:57px 47px}
.cc-f7deedca018{background-color:#a7e538;letter-spacing:0.138em;margin:11px}
.be-f7deedca019{outline-offset:1px;flex-basis:368px;background-color:#355e01}
.da-f7deedca020{border-radius:11px}
.cf-f7deedca021{min-height:149px}
.ce-f7deedca022{font-size:14px;max-width:684px;margin:33px}
.cd-f7deedca023{color:#ff26d2}
.cf-f7deedca024{border-radius:24px}
.ae-f7deedca025{color:#145990;border-width:5px;opacity:0.56}
.bd-f7deedca026{box-shadow:0 4px 27px rgba(97,183,128,0.07)}
.db-f7deedca027{color:#4ecbf3;border-width:2px}
.x-f7deedca028{margin:5px;opacity:0.53}
.bf-f7deedca029{letter-spacing:0.023em}
.be-f7deedca030{color:#849831;line-height:1.94}
.w-f7deedca031{border-color:#8cdd75}
.bf-f7deedca032{box-shadow:0 6px 7px rgba(0,28,150,0.25)}
.ae-f7deedca033{letter-spacing:0.11em;transform:rotate(4.0deg);background-color:#33989c}
.aa-f7deedca034{word-spacing:2.0px;font-size:23px}
.da-f7deedca035{border-width:5px}
.ca-f7deedca036{word-spacing:1.4px}
.dc-f7deedca037{background-color:#2b451c}
.bf-f7deedca038{transform:rotate(-1.2deg);background-color:#a94afa;border-radius:28px}
.ca-f7deedca039{max-width:989px;min-height:163px}
.cf-f7deedca040{border-color:#84edee;line-height:1.47}
.cb-f7deedca041{gap:40px;max-width:445px;border-color:#180955}
.v-f7deedca042{color:#791139}
.bf-f7deedca043{box-shadow:0 10px 11px rgba(38,190,76,0.24)}
.bc-f7deedca044{opacity:0.42;background-color:#98a06e;outline-offset:10px}
.ab-f7deedca045{border-radius:23px;text-indent:25px;gap:10px}
.bf-f7deedca046{outline-offset:3px;line-height:2.17}
.v-f7deedca047{outline-offset:9px}
.da-f7deedca048{letter-spacing:0.091em}
.x-f7deedca049{min-height:97px;flex-basis:152px;border-width:2px}
.w-f7deedca050{text-indent:21px;background-color:#70602a}
.bd-f7deedca051{opacity:0.2}
.ca-f7deedca052{min-height:42px}
.dc-f7deedca053{letter-spacing:0.026em;gap:18px}
.cd-f7deedca054{flex-basis:128px;border-width:5px}
.w-f7deedca055{word-spacing:2.9px}
.v-f7deedca056{font-size:10px;min-height:21px}
.bb-f7deedca057{min-height:115px;border-width:3px}
.cf-f7deedca058{flex-basis:114px;background-color:#b28979}
.cd-f7deedca059{letter-spacing:0.079em}
.be-f7deedca060{gap:29px;letter-spacing:0.056em}
.ad-f7deedca061{line-height:1.84;box-shadow:0 18px 26px rgba(8,206,13,0.11)}
.de-f7deedca062{gap:30px;padding:14px 42px}
.cb-f7deedca063{box-shadow:0 7px 38px rgba(37,166,33,0.25);color:#7cd216}
.de-f7deedca064{outline-offset:5px;text-indent:25px}
.dd-f7deedca065{min-height:60px}
.ae-f7deedca066{max-width:908px}
.cd-f7deedca067{min-height:159px;border-width:3px;opacity:0.86}
.be-f7deedca068{max-width:874px;border-color:#510add}
.ce-f7deedca069{box-shadow:0 9px 4px rgba(191,232,186,0.24)}
.da-f7deedca070{text-indent:18px;margin:39px;min-height:100px}
.ab-f7deedca071{min-height:43px;border-radius:23px}
.cb-f7deedca072{letter-spacing:0.112em}
.cb-f7deedca073{box-shadow:0 16px 21px rgba(220,80,54,0.38);min-height:54px}
.aa-f7deedca074{margin:1px;text-indent:-7px;flex-basis:163px}
.be-f7deedca075{margin:18px;border-color:#52fd55;max-width:695px}
.db-f7deedca076{max-width:538px;padding:48px 60px;min-height:195px}
.cd-f7deedca077{padding:29px 33px;font-size:19px;transform:rotate(-4.8deg)}
.ce-f7deedca078{gap:6px}
.ae-f7deedca079{gap:22px}
.u-f7deedca080{border-width:1px;margin:8px}
.z-f7deedca081{min-height:84px}
.y-f7deedca082{border-color:#ad84a0;outline-offset:7px}
.df-f7deedca083{max-width:498px;color:#059ca2}
.cf-f7deedca084{border-width:5px;font-size:20px;text-indent:-4px}
.ac-f7deedca085{border-radius:2px;max-width:543px;color:#44ae14}
.cf-f7deedca086{word-spacing:1.1px;flex-basis:363px}
.v-f7deedca087{opacity:0.31}
.ca-f7deedca088{border-width:6px;opacity:0.3}
.cd-f7deedca089{opacity:0.67}
.be-f7deedca090{font-size:26px}
.x-f7deedca091{border-width:2px;gap:15px;color:#d448ce}
.ab-f7deedca092{max-width:1170px}
.ac-f7deedca093{transform:rotate(1.0deg);text-indent:-4px;letter-spacing:-0.023em}
.aa-f7deedca094{flex-basis:81px;gap:5px}
.cd-f7deedca095{min-height:141px}
.ae-f7deedca096{border-radius:23px;min-height:181px}
.da-f7deedca097{max-width:347px}
.cc-f7deedca098{color:#a84c1d;margin:9px}
.z-f7deedca099{min-height:166px;font-size:20px;box-shadow:0 17px 28px rgba(176,107,235,0.34)}
.cf-f7deedca100{max-width:850px}
.bc-f7deedca101{border-radius:19px;transform:rotate(2.3deg);outline-offset:10px}
.bb-f7deedca102{letter-spacing:-0.034em;border-width:2px;box-shadow:0 5px 17px rgba(246,198,19,0.09)}
.be-f7deedca103{margin:6px}
.cc-f7deedca104{color:#bdb8f3}
.dc-f7deedca105{font-size:14px;outline-offset:6px;box-shadow:0 12px 4px rgba(23,216,214,0.09)}
.bd-f7deedca106{transform:rotate(-3.7deg);min-height:110px;border-width:4px}
.z-f7deedca107{gap:14px;transform:rotate(2.6deg);max-width:880px}
.ac-f7deedca108{min-height:44px}
.bc-f7deedca109{box-shadow:0 3px 4px rgba(244,68,2,0.07)}
.u-f7deedca110{max-width:1392px}
.bc-f7deedca111{text-indent:13px;transform:rotate(2.2deg)}
.cd-f7deedca112{gap:40px;outline-offset:9px;color:#778120}
.cf-f7deedca113{opacity:0.53}
.y-f7deedca114{opacity:0.37}
.bc-f7deedca115{min-height:139px;gap:6px;max-width:833px}
.w-f7deedca116{opacity:0.29;text-indent:30px}
.de-f7deedca117{text-indent:0px;border-width:2px}
.db-f7deedca118{word-spacing:1.3px;transform:rotate(0.3deg);padding:30px 4px}
.dc-f7deedca119{margin:32px}
.af-f7deedca120{line-height:1.9;background-color:#8f36e3;border-color:#d92a5d}
.df-f7deedca121{padding:10px 50px;transform:rotate(0.6deg);min-height:174px}
.ad-f7deedca122{letter-spacing:0.014em;min-height:120px;transform:rotate(1.6deg)}
.db-f7deedca123{background-color:#a5a8b2}
.cd-f7deedca124{background-color:#06216d;opacity:0.57;margin:11px}
.dd-f7deedca125{border-color:#b7d1d4;gap:5px;line-height:2.02}
.cd-f7deedca126{line-height:1.43;background-color:#f15fe8}
.u-f7deedca127{padding:55px 28px}
.af-f7deedca128{min-height:52px;border-width:1px}
.cb-f7deedca129{transform:rotate(-0.9deg);opacity:0.74;word-spacing:2.5px}
.bc-f7deedca130{flex-basis:260px;min-height:95px;font-size:28px}
.dd-f7deedca131{min-height:149px;font-size:20px}
.da-f7deedca132{min-height:170px;word-spacing:-0.3px;text-indent:0px}
.db-f7deedca133{outline-offset:5px}
.dd-f7deedca134{gap:16px}
.cb-f7deedca135{word-spacing:2.4px;gap:15px}
.cd-f7deedca136{border-color:#1041e0;transform:rotate(1.3deg);outline-offset:3px}
.cb-f7deedca137{transform:rotate(-3.2deg);margin:37px;word-spacing:0.6px}
.z-f7deedca138{padding:47px 50px;opacity:0.95;max-width:1033px}
.da-f7deedca139{background-color:#191da9;border-width:1px;max-width:745px}
.z-f7deedca140{border-width:1px;border-color:#9f15e3;opacity:0.58}
.dd-f7deedca141{box-shadow:0 10px 13px rgba(89,149,104,0.14);word-spacing:2.9px;background-color:#6b95d2}
.ab-f7deedca142{letter-spacing:-0.032em;gap:13px}
.ae-f7deedca143{min-height:195px;border-width:6px}
.w-f7deedca144{background-color:#0fcb48;font-size:21px;border-width:3px}
.af-f7deedca145{text-indent:14px}
.bc-f7deedca146{opacity:0.38;border-width:1px;border-color:#40c5b3}
.dc-f7deedca147{letter-spacing:-0.009em}
.bf-f7deedca148{border-width:5px;min-height:104px}
.cd-f7deedca149{transform:rotate(-0.1deg);letter-spacing:-0.028em}
.dd-f7deedca150{max-width:237px}
.ae-f7deedca151{box-shadow:0 12px 11px rgba(242,77,250,0.18)}
.da-f7deedca152{flex-basis:179px}
.de-f7deedca153{color:#43d34d}
.dd-f7deedca154{color:#b1d5f0;border-width:1px}
.ad-f7deedca155{line-height:1.17;outline-offset:4px;font-size:24px}
.de-f7deedca156{border-width:1px}
.bc-f7deedca157{color:#3e55e8}
.de-f7deedca158{flex-basis:191px;border-width:1px}
.de-f7deedca159{padding:58px 13px}
.z-f7deedca160{border-width:4px}
.ac-f7deedca161{box-shadow:0 3px 33px rgba(25,3,103,0.36);font-size:17px}
.df-f7deedca162{border-color:#3aee0d;color:#688012}
.ac-f7deedca163{background-color:#29ec71;margin:33px}
.df-f7deedca164{padding:36px 60px;line-height:1.49}
.bc-f7deedca165{letter-spacing:0.118em;color:#f0ff04}
.x-f7deedca166{line-height:1.85;word-spacing:1.9px}
.ce-f7deedca167{line-height:1.28}
.da-f7deedca168{opacity:0.4}
.af-f7deedca169{text-indent:-5px}
.w-f7deedca170{word-spacing:0.3px}
.ad-f7deedca171{flex-basis:110px;padding:45px 37px;border-color:#0e2be7}
.bc-f7deedca172{word-spacing:1.3px;border-radius:20px;margin:13px}
.cb-f7deedca173{flex-basis:251px;opacity:0.15;margin:8px}
.ac-f7deedca174{padding:30px 45px;box-shadow:0 13px 14px rgba(120,62,10,0.09);font-size:13px}
.cc-f7deedca175{border-color:#f62a7f;gap:31px;color:#29aa03}
.db-f7deedca176{letter-spacing:0.053em}
.cf-f7deedca177{font-size:23px}
.cc-f7deedca178{border-width:6px}
.db-f7deedca179{line-height:1.91;transform:rotate(-3.2deg)}
.v-f7deedca180{border-radius:29px}
.cf-f7deedca181{min-height:170px}
.z-f7deedca182{letter-spacing:0.119em;margin:9px}
.bd-f7deedca183{text-indent:-5px;outline-offset:4px}
.ae-f7deedca184{box-shadow:0 11px 26px rgba(39,189,116,0.11);transform:rotate(3.7deg)}
.bb-f7deedca185{padding:23px 15px;box-shadow:0 2px 20px rgba(248,223,193,0.17);color:#279ad6}
.df-f7deedca186{transform:rotate(4.1deg)}
.aa-f7deedca187{line-height:1.61;flex-basis:302px;color:#d83f79}
.cf-f7deedca188{background-color:#cc5361}
.z-f7deedca189{min-height:75px}
.dc-f7deedca190{max-width:1144px}
.de-f7deedca191{background-color:#51cf6e}
.ca-f7deedca192{transform:rotate(4.3deg);word-spacing:0.3px;letter-spacing:0.137em}
.dd-f7deedca193{font-size:27px}
.ab-f7deedca194{padding:48px 44px;box-shadow:0 5px 29px rgba(141,52,211,0.35)}
.aa-f7deedca195{border-color:#e2a0ae;letter-spacing:-0.034em}
.v-f7deedca196{border-radius:19px;border-color:#46971e;padding:27px 19px}
.cc-f7deedca197{color:#75dbf4;max-width:598px}
.w-f7deedca198{line-height:1.15;letter-spacing:0.147em}
.de-f7deedca199{line-height:1.27;word-spacing:2.4px;color:#6b224a}
.ca-f7deedca200{word-spacing:0.5px;border-width:4px}
.be-f7deedca201{margin:38px}
.df-f7deedca202{color:#7f1304;flex-basis:400px;opacity:0.33}
.de-f7deedca203{flex-basis:193px}
.ba-f7deedca204{min-height:88px}
.db-f7deedca205{line-height:1.62}
.af-f7deedca206{min-height:70px}
.ac-f7deedca207{flex-basis:317px}
.y-f7deedca208{border-color:#312d4a}
.ab-f7deedca209{font-size:17px}
.v-f7deedca210{margin:14px;line-height:1.8;text-indent:15px}
.cd-f7deedca211{font-size:19px}
.be-f7deedca212{letter-spacing:0.124em}
.cf-f7deedca213{min-height:121px;word-spacing:1.2px}
.cf-f7deedca214{line-height:2.05;background-color:#437d67}
.aa-f7deedca215{font-size:13px;color:#f5c225;gap:28px}
.u-f7deedca216{opacity:0.52}
.db-f7deedca217{gap:31px;max-width:1326px}
.dc-f7deedca218{color:#17e336;transform:rotate(4.6deg)}
.x-f7deedca219{line-height:2.05}
.af-f7deedca220{word-spacing:0.0px;min-height:74px}
.ad-f7deedca221{letter-spacing:0.011em}
.w-f7deedca222{word-spacing:2.6px}
.dd-f7deedca223{box-shadow:0 13px 19px rgba(16,63,161,0.07);letter-spacing:0.013em}
.ba-f7deedca224{border-color:#7f398d;border-radius:6px;outline-offset:9px}
.bc-f7deedca225{text-indent:9px;gap:6px}
.cc-f7deedca226{box-shadow:0 10px 30px rgba(124,223,254,0.16);padding:30px 53px;line-height:1.22}
.da-f7deedca227{padding:9px 46px;transform:rotate(-0.5deg);max-width:1208px}
.dd-f7deedca228{margin:0px;border-color:#55b723}
.be-f7deedca229{color:#7c49d2;transform:rotate(-0.7deg)}
.db-f7deedca230{color:#9cc095;opacity:0.78}
.de-f7deedca231{word-spacing:0.4px;color:#7c2569;text-indent:15px}
.v-f7deedca232{outline-offset:3px}
.cf-f7deedca233{opacity:0.86;margin:6px;flex-basis:386px}
.db-f7deedca234{color:#266bc3;transform:rotate(-4.8deg);line-height:1.73}
.bd-f7deedca235{font-size:26px;background-color:#619eaf}
.ad-f7deedca236{font-size:25px}
.de-f7deedca237{letter-spacing:0.046em;border-radius:6px;margin:15px}
.db-f7deedca238{word-spacing:0.6px;outline-offset:5px}
.x-f7deedca239{max-width:390px}
.ae-f7deedca240{transform:rotate(0.5deg);word-spacing:1.0px;color:#6aca26}
.cc-f7deedca241{line-height:1.9;box-shadow:0 13px 29px rgba(243,177,235,0.14);word-spacing:2.0px}
.ca-f7deedca242{line-height:1.54;opacity:0.79;letter-spacing:0.111em}
.de-f7deedca243{line-height:1.98;gap:22px;box-shadow:0 19px 20px rgba(192,198,61,0.14)}
.bd-f7deedca244{gap:13px;background-color:#ae10f8}
.dd-f7deedca245{border-width:3px;background-color:#7915e8}
.z-f7deedca246{gap:38px;margin:25px;max-width:395px}
.bb-f7deedca247{opacity:0.54;margin:26px;flex-basis:125px}
.ba-f7deedca248{border-width:6px}
.de-f7deedca249{margin:18px;text-indent:18px}
.u-f7deedca250{font-size:23px}
.w-f7deedca251{transform:rotate(2.2deg);margin:5px;font-size:14px}
.dd-f7deedca252{margin:40px;border-radius:2px;max-width:1199px}
.ac-f7deedca253{background-color:#18d192}
.cd-f7deedca254{letter-spacing:0.022em;color:#171b9c}
.bb-f7deedca255{border-color:#d87e30;outline-offset:4px;text-indent:-5px}
.ad-f7deedca256{gap:21px;text-indent:12px}
.u-f7deedca257{text-indent:-6px;padding:22px 59px}
.x-f7deedca258{opacity:0.15}
.bb-f7deedca259{margin:26px;min-height:41px;text-indent:5px}
.be-f7deedca260{margin:18px;opacity:0.64}
.ad-f7deedca261{background-color:#0068d9}
.bb-f7deedca262{gap:35px;letter-spacing:0.048em;opacity:0.61}
.aa-f7deedca263{border-radius:30px;min-height:146px}
.bd-f7deedca264{box-shadow:0 2px 28px rgba(192,28,208,0.35)}
.db-f7deedca265{gap:16px}
.bb-f7deedca266{border-radius:0px;box-shadow:0 10px 3px rgba(123,128,215,0.06)}
.bd-f7deedca267{opacity:0.11;color:#c756a5;border-width:1px}
.ca-f7deedca268{opacity:0.24;font-size:27px;margin:19px}
.df-f7deedca269{font-size:25px;gap:30px;opacity:0.35}
.db-f7deedca270{transform:rotate(2.7deg);flex-basis:171px}
.cf-f7deedca271{border-width:1px;gap:25px}
.db-f7deedca272{min-height:29px;transform:rotate(2.6deg);opacity:0.42}
.db-f7deedca273{box-shadow:0 6px 40px rgba(184,154,152,0.31);border-width:2px;border-color:#5b1b06}
.x-f7deedca274{line-height:2.0;border-color:#445032}
.ca-f7deedca275{letter-spacing:0.026em;margin:33px;opacity:0.19}
.cb-f7deedca276{background-color:#b3aa27;border-color:#ac1f43;letter-spacing:0.134em}
.v-f7deedca277{color:#139cb1;line-height:1.64}
.cd-f7deedca278{box-shadow:0 18px 24px rgba(76,35,176,0.34);max-width:385px}
.ae-f7deedca279{letter-spacing:0.064em;border-width:3px;border-color:#31248d}
.cc-f7deedca280{padding:4px 40px;outline-offset:8px;flex-basis:229px}
.aa-f7deedca281{color:#3f8f7e;transform:rotate(-4.2deg)}
.af-f7deedca282{flex-basis:126px}
.af-f7deedca283{transform:rotate(2.8deg)}
.dd-f7deedca284{margin:40px;border-color:#2e6d56;color:#b42bb5}
.dd-f7deedca285{gap:24px;font-size:22px}
.da-f7deedca286{margin:30px;text-indent:12px;outline-offset:1px}
.w-f7deedca287{gap:37px;outline-offset:7px}
.dd-f7deedca288{border-width:1px;color:#f1a446;max-width:614px}
.cc-f7deedca289{padding:31px 22px}
.ca-f7deedca290{color:#9172b8}
.dc-f7deedca291{word-spacing:1.3px}
.da-f7deedca292{line-height:1.82;flex-basis:396px}
.dd-f7deedca293{padding:6px 53px;font-size:26px}
.z-f7deedca294{line-height:1.29;min-height:173px;margin:32px}
.z-f7deedca295{word-spacing:1.5px;gap:19px;padding:27px 51px}
.dc-f7deedca296{min-height:96px;gap:31px}
.v-f7deedca297{color:#60cb03}
.cb-f7deedca298{font-size:26px;border-width:5px;text-indent:20px}
.ce-f7deedca299{padding:23px 32px;opacity:0.94}
.ce-f7deedca300{margin:19px;opacity:0.84}
.aa-f7deedca301{line-height:1.95;margin:8px}
.da-f7deedca302{background-color:#227799;color:#8dbf34}
.bf-f7deedca303{margin:25px;border-color:#7780e5;gap:33px}
.cb-f7deedca304{font-size:17px;border-color:#c47faa;word-spacing:2.6px}
.cc-f7deedca305{max-width:286px;line-height:1.12;font-size:25px}
.df-f7deedca306{border-color:#6e33d8;background-color:#ce3d52}
.ab-f7deedca307{padding:15px 27px;opacity:0.33;letter-spacing:0.024em}
.u-f7deedca308{font-size:28px}
.ce-f7deedca309{word-spacing:2.7px;border-color:#5462eb;max-width:564px}
.v-f7deedca310{font-size:13px;border-width:2px}
.x-f7deedca311{flex-basis:57px;padding:16px 2px}
.ae-f7deedca312{font-size:12px}
.w-f7deedca313{border-width:6px}
.ba-f7deedca314{gap:37px;border-width:4px;font-size:13px}
.af-f7deedca315{line-height:1.6;padding:48px 35px;word-spacing:0.5px}
.bf-f7deedca316{flex-basis:103px;gap:22px}
.cc-f7deedca317{border-color:#b9bb2a;max-width:622px;min-height:102px}
.ae-f7deedca318{max-width:1097px;flex-basis:173px;margin:36px}
.w-f7deedca319{padding:40px 7px;border-color:#c17a00;opacity:0.14}
.v-f7deedca320{text-indent:22px}
.cb-f7deedca321{max-width:585px;line-height:1.17}
.ad-f7deedca322{gap:12px;transform:rotate(1.9deg)}
.ca-f7deedca323{flex-basis:324px;border-color:#593a71}
.de-f7deedca324{font-size:25px;word-spacing:0.7px}
.w-f7deedca325{margin:20px;line-height:1.88;color:#ad2e34}
.ba-f7deedca326{max-width:758px}
.bf-f7deedca327{padding:27px 42px;line-height:1.22;word-spacing:1.8px}
.dc-f7deedca328{color:#cb49e5;flex-basis:138px;border-width:6px}
.w-f7deedca329{letter-spacing:0.039em}
.bc-f7deedca330{min-height:129px}
.cb-f7deedca331{margin:34px;line-height:1.9;border-radius:19px}
.ac-f7deedca332{transform:rotate(-3.1deg);font-size:27px}
.u-f7deedca333{text-indent:-7px;border-radius:11px}
.cb-f7deedca334{min-height:192px}
.ad-f7deedca335{opacity:0.12;border-width:4px;color:#4c6597}
.bd-f7deedca336{gap:12px}
.ae-f7deedca337{outline-offset:10px;min-height:141px;border-radius:7px}
.cd-f7deedca338{background-color:#b0f787;transform:rotate(-1.4deg);opacity:0.71}
.bf-f7deedca339{border-color:#682f25}
.ab-f7deedca340{line-height:1.58;transform:rotate(-1.2deg);border-width:6px}
.de-f7deedca341{gap:17px;border-color:#0d70e0}
.ca-f7deedca342{min-height:123px;outline-offset:8px;border-radius:0px}
.dd-f7deedca343{letter-spacing:0.136em;gap:9px}
.w-f7deedca344{color:#75049e}
.ca-f7deedca345{border-radius:16px;background-color:#f2f4ed;min-height:164px}
.bd-f7deedca346{letter-spacing:-0.047em;outline-offset:5px;color:#16b99a}
.de-f7deedca347{flex-basis:56px;border-color:#dbdd7a;gap:5px}
.bf-f7deedca348{border-color:#4a422e;word-spacing:1.6px}
.df-f7deedca349{gap:19px}
.w-f7deedca350{flex-basis:385px;text-indent:-4px}
.ad-f7deedca351{border-radius:2px;border-width:5px}
.ca-f7deedca352{background-color:#cba00d}
.cd-f7deedca353{border-width:6px;margin:30px;outline-offset:1px}
.cb-f7deedca354{word-spacing:2.8px;text-indent:11px;background-color:#cf3661}
.af-f7deedca355{min-height:154px;outline-offset:3px}
.w-f7deedca356{margin:4px}
.bc-f7deedca357{outline-offset:1px;border-radius:19px}
.u-f7deedca358{outline-offset:3px;color:#7008c1;border-radius:16px}
.u-f7deedca359{letter-spacing:0.066em;border-color:#a70395;margin:35px}
.bb-f7deedca360{max-width:1163px}
.v-f7deedca361{font-size:11px}
.z-f7deedca362{margin:19px}
.w-f7deedca363{transform:rotate(3.2deg);border-radius:4px}
.ce-f7deedca364{outline-offset:8px;max-width:1194px;padding:48px 47px}
.ab-f7deedca365{border-color:#b13d3a;max-width:1061px}
.bd-f7deedca366{box-shadow:0 20px 26px rgba(44,52,145,0.23)}
.z-f7deedca367{font-size:14px;background-color:#ffa528;padding:20px 50px}
.u-f7deedca368{border-width:6px}
.be-f7deedca369{font-size:16px;min-height:162px}
.af-f7deedca370{font-size:17px}
.z-f7deedca371{border-color:#200ec7}
.ad-f7deedca372{min-height:21px;font-size:19px}
.bf-f7deedca373{gap:12px}
.bd-f7deedca374{transform:rotate(-1.6deg);font-size:12px}
.af-f7deedca375{flex-basis:314px;text-indent:9px}
.be-f7deedca376{border-width:1px;min-height:32px}
.ac-f7deedca377{font-size:25px}
.ac-f7deedca378{gap:24px;letter-spacing:0.055em;font-size:28px}
.cc-f7deedca379{font-size:28px}
.y-f7deedca380{text-indent:16px}
.ae-f7deedca381{flex-basis:231px}
.da-f7deedca382{border-width:5px;padding:42px 24px;text-indent:7px}
.u-f7deedca383{min-height:58px}
.bc-f7deedca384{border-color:#d230b5;text-indent:-9px}
.z-f7deedca385{border-radius:30px;box-shadow:0 5px 32px rgba(144,38,85,0.25)}
.ae-f7deedca386{opacity:0.46;max-width:936px;word-spacing:1.0px}
.w-f7deedca387{opacity:0.43}
.w-f7deedca388{opacity:0.14;border-width:6px;max-width:1221px}
.be-f7deedca389{min-height:154px;margin:3px}
.af-f7deedca390{border-width:4px}
.y-f7deedca391{border-width:4px;font-size:14px;outline-offset:3px}
.w-f7deedca392{flex-basis:363px}
.ce-f7deedca393{max-width:805px;outline-offset:3px}
.bb-f7deedca394{word-spacing:0.8px;outline-offset:5px;border-width:3px}
.ac-f7deedca395{flex-basis:129px;border-radius:8px}
.df-f7deedca396{gap:14px;outline-offset:1px}
.de-f7deedca397{border-color:#710c11;word-spacing:2.5px}
.dc-f7deedca398{word-spacing:0.5px;outline-offset:10px}
.bc-f7deedca399{font-size:27px;opacity:0.42}
@keyframes anim_f7deedca_00{41%{opacity:1.06}89%{opacity:1.025}}
@keyframes anim_f7deedca_01{44%{opacity:1.096}51%{opacity:0.984}}
@keyframes anim_f7deedca_02{28%{opacity:0.994}100%{opacity:0.992}}
@keyframes anim_f7deedca_03{40%{opacity:0.949}89%{opacity:1.031}}
@keyframes anim_f7deedca_04{6%{opacity:0.999}90%{opacity:1.025}}
@keyframes anim_f7deedca_05{33%{opacity:0.946}83%{opacity:0.991}}
@keyframes anim_f7deedca_06{23%{opacity:0.989}91%{opacity:1.047}}
@keyframes anim_f7deedca_07{38%{opacity:0.919}55%{opacity:1.039}}
@keyframes anim_f7deedca_08{47%{opacity:0.906}98%{opacity:1.02}}
@keyframes anim_f7deedca_09{39%{opacity:1.019}95%{opacity:0.994}}
@keyframes anim_f7deedca_10{35%{opacity:0.927}54%{opacity:0.989}}
@keyframes anim_f7deedca_11{26%{opacity:1.058}88%{opacity:1.028}}
@keyframes anim_f7deedca_12{26%{opacity:0.974}63%{opacity:1.021}}
@keyframes anim_f7deedca_13{17%{opacity:0.933}68%{opacity:0.995}}
@keyframes anim_f7deedca_14{15%{opacity:1.007}86%{opacity:1.016}}
@keyframes anim_f7deedca_15{20%{opacity:0.961}76%{opacity:0.951}}
@keyframes anim_f7deedca_16{19%{opacity:1.065}99%{opacity:1.022}}
@keyframes anim_f7deedca_17{37%{opacity:1.081}98%{opacity:1.045}}
@keyframes anim_f7deedca_18{32%{opacity:0.954}95%{opacity:1.024}}
@keyframes anim_f7deedca_19{3%{opacity:1.005}69%{opacity:1.01}}
@media(min-width:610px){.w-mqf7deedca00{color:#95b053}}
@media(min-width:1092px){.da-mqf7deedca01{max-width:208px}}
@media(min-width:343px){.bc-mqf7deedca02{text-indent:22px}}
@media(min-width:380px){.ce-mqf7deedca03{word-spacing:2.1px}}
@media(min-width:808px){.ce-mqf7deedca04{word-spacing:0.2px}}
@media(min-width:915px){.af-mqf7deedca05{min-height:69px}}
@media(min-width:802px){.y-mqf7deedca06{border-width:4px}}
@media(min-width:984px){.cd-mqf7deedca07{flex-basis:102px}}
@media(min-width:1293px){.ce-mqf7deedca08{color:#113ec2}}
@media(min-width:1071px){.bd-mqf7deedca09{flex-basis:256px}}
@media(min-width:557px){.bd-mqf7deedca10{max-width:917px}}
@media(min-width:1381px){.dd-mqf7deedca11{flex-basis:233px}}
@media(min-width:978px){.bf-mqf7deedca12{outline-offset:5px}}
@media(min-width:438px){.aa-mqf7deedca13{text-indent:-3px}}
@media(min-width:663px){.cb-mqf7deedca14{letter-spacing:0.091em}}