:root {
    --font-family: 'Montserrat',  sans-serif;
    --color-light:black;
    --bg-dark:#ffffff;
    --current-color:black;
    --color-accent: #b41200;
    --color-cta-box-shadow: rgba(37, 117, 252, 0.3);

  }
*, *::before, *::after {
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

:focus {
    outline: 0;
}
a {
    text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}
.fe9ufb66 { display: inline-block; padding: 30px 39px; margin: 15px; border: 3px solid #349c9d; color: rgb(123, 93, 116); width: 74vw; }

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0; 
    -ms-interpolation-mode: bicubic; 
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; 
    padding: 0;
    white-space: normal; 
    *margin-left: -7px; 
}

button,
input,
select,
textarea {
    font-size: 100%; 
    margin: 0; 
    vertical-align: baseline; 
    *vertical-align: middle; 
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
    *overflow: visible;  
}

button[disabled],
html input[disabled] {
    cursor: default;
}
.vo5yvuoxpuy9 { display: grid; padding: 40px 34px; color: rgb(43, 117, 198); width: 40px; border: 5px dotted #5560c0; margin: -1px; }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
    *height: 13px; 
    *width: 13px; 
}

input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; 
    vertical-align: top; 
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
html,
button,
input,
select,
textarea {
    color: #222;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.gvvgu10y {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
html {
  scroll-behavior: smooth;
}
.iimvxg3hg { color: rgb(248, 3, 121); padding: 28px 13px; }
* {
  scroll-margin-top: 80px; 
}
body {
    font-family: var(--font-family);
    background-color:var(--bg-dark);
    color: var(--color-light);
}
h1 {
    margin: 0 0 30px;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-light);
}
h2 {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: var(--color-light);
}
h3 {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: var(--color-light);
    font-weight: 700;
}
h4 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.2;
    text-align: left;
    color: var(--color-light);
    font-weight: 700;
    text-align: center;
}
td, th {
  white-space: normal; 
  word-wrap: break-word; 
}
td {
    border: 1px double var(--color-light);
    padding: 10px; 
  }
p {
    margin: 20px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-light);
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
        margin: 10px 0 10px;
    }
    h3 {
      font-size: 20px;
      text-align: center;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
    }

.ljz73pyw .aqezteb0 {
padding-top: 160px !important;

}
}

.jait43gz { 
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    background-color: var(--bg-dark);
    box-shadow: 0 0 1px rgba(0,0,0,.32), 0 4px 8px rgba(0,0,0,.24);
    position: fixed;
    top:0;
    z-index: 800;
    
}
.jw3af7nx {
    margin-right: 10px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items:center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
    background-color: var(--bg-dark); 
    filter: brightness(140%);

}
.vobt7ke1 { 
    display: flex;
    justify-content: flex-start;
    gap:20px;
    align-items:center;
    width: 40%;
    padding: 10px 26px;
}
.gljhccm5 {
    cursor: pointer;
 }
.bjqj8rq2b85l { width: 38px; padding: 2px 31px; display: none; margin: -10px; }
.f17o9sak {
    border-radius: 30px;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    height: 32px;
    width: 100%;
    max-width: 200px;
    padding: 0 10px;
}
.f17o9sak ul {
    display: flex;
    align-items:center;
    justify-content: space-around;
    margin: 0;
}
.f17o9sak ul li {
    display: flex;
    align-items:center;
    justify-content: center;
    font-size: 12px;
    color:var(--color-light);
    font-weight: 600;
    height: 32px;
    cursor: pointer;
    margin: 0;
}
.f17o9sak ul li svg {
    margin-right: 5px;
}
.g3bwskdv {
    margin-left: auto;
    display: flex;
    align-items:center;
    justify-content: space-between;
    gap:10px;
    padding: 10px 16px;
 }
.g098s81h {
align-items: center;
background: transparent;
border-radius: 8px;
border: 1px solid var(--color-accent);
box-shadow: 
    0 0 8px var(--color-accent),
    0 0 16px rgba(0, 0, 0, 0.2),
    inset 0 0 6px var(--color-accent);
cursor: pointer;
display: flex;
gap: 4px;
height: 28px;
padding: 2px 8px;
}
.g098s81h a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.wgehey03 {
    background-color: inherit;
    border-radius: 20px;
    border: 2px solid var(--color-light);
    height: 34px;
    padding: 5px 10px;
}
.wgehey03 a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.waqcz59t {
    background-color: var(--color-accent);
    border-radius: 20px;
    border:none;
    height: 34px;
    padding: 5px 10px;
}
.waqcz59t a {
    color: black;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.vttc5otb {
    display: none;
}
@media screen and (max-width: 768px){
    .g098s81h  {
       
    }
.wgehey03 {
display: none;

}
    .f17o9sak {
        display: none;
    }
    .gljhccm5 {
        display: none;
    }
    .vttc5otb {
        display: block;
    }
    .g3bwskdv {
        width: 100%;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 423px){

    .waqcz59t {
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .waqcz59t a {
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
    }
   .g098s81h  {
       font-size: 10px;
    }
.wgehey03 {
display: none;

}
}

aside {
    width: 64px;
    height: auto;
    position: absolute;
    top:64px;
    left:0;
    z-index: 1000;
    background-color: var(--bg-dark);
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
}
.mzjho34z {
    position: fixed;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    width: 64px;
    height: 100%;
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
    top: 64px;
    left: 0;
    z-index: 1000; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.5s ease; 
 }
@media (max-width: 1280px) {
   .mzjho34z {
    display: none;
   }
   aside {
    width: 0px;
  }
}
.mzjho34z.pzu3fdyj {
    display: none;
}
.l35nhgfwyv { padding: 6px 17px; width: 98vw; }
.hbor6rtf {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items:center;
    margin: 10px;
    cursor: pointer;
    
 }
.bo3iypbw {
    border-radius: 20px 20px 0 0;
}
.hbor6rtf:hover {
    background-color:var(--bg-dark);
    filter: contrast(80%);
    border-radius: 10px;
}
.bbykqpm9[open] {
    left: 0; 
}
.dpk2yxll { 
    display: block;
    position: static;
    z-index: 902;
}
.bbykqpm9 {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100%; 
    transition:  0.2s; 
    position: fixed;
    top: 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    z-index: 903;
    background-color: rgba(22, 22, 23, 0.5); 
    backdrop-filter: blur(10px);
    
 }
.pe0q1iic {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
    gap:10px;
    padding: 10px;
    width: 330px;
    height: 100%;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
    z-index: 900;
 }
.cz1lpdiu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap:5px;
    background-color:inherit;
    padding: 5px;
 }
.cr060r9e {
    width: 100%;
    max-width: 146px;
    height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items:center;
    border:none;
    border-radius:8px;
    padding: 4px;
    cursor: pointer;
    background-color: var(--bg-dark); 
    filter: brightness(60%);
    gap: 8px;
    font-weight: 600;
    font-size: 10px;
    color:var(--color-light);
    
 }
.lf1k0dru {
    width: 40px;
 }
.wy02kmyt {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap:5px;
}
.viuz41zb { width: 66px; margin: -11px; border: 4px dotted #3f9a5a; color: rgb(246, 134, 205); }
.kkcxfe65 {
    display: flex;
    justify-content: flex-start;
    align-items:center;
    gap:8px;
    background-color: var(--bg-dark); 
    filter: brightness(60%);
    height: 40px;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}
.kkcxfe65 p {
    font-size: 14px;
    font-weight: 500;
}
.c0051e0j {
    display: flex;
    align-items:center;
    justify-content: center;
    background-color: var(--color-light);
    border: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600px;
    color:var(--bg-dark);
    gap: 9px;
    border-radius: 20px;
    padding: 11px 17px;
    margin-top: 20px;
font-weight: 700;
}
main {
   width: 100%;
   max-width: 1440px;
   padding-left: 70px;
   margin: 0 auto;
   overflow: hidden;
}
@media screen and (max-width: 1280px){
    main {
        padding: 0;
        margin: 0;
    }
}
.zhb3g41y {
    margin: 100px auto 10px;
    padding: 130px 30px; 
    width: 100%;
    max-width: 1368px; 
    height: 500px;
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
}
.etl3uavj {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}
.p72i9vrt {
    font-size: 30px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
     max-width: 60%;
line-height: 1.2;
    margin: 20px auto;
 }
.vdhw3zdr {
    font-size: 26px;
    color: var(--color-light);
    font-weight: 700;
    text-align: center;
max-width: 60%;
line-height: 1.2;
margin: 0 auto;

 }
strong { 
    margin-bottom: 24px;
    line-height: 1.4;
    color: var(--color-light);
    font-weight: 700;
    text-align: center;
}
.veu0g538 { 
    display: flex;
    justify-content: center;
    align-items:center;
}
.wqigc4cv {
    padding: 10px 40px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    background-color:var(--color-accent);
    border:none;
    border-radius: 40px;
    color: black;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s ease;
}
.wqigc4cv:hover {
    transform: scale(1.2);
}
.wqigc4cv span {
    font-weight: 500;
    font-size: 10px;
}
.rjkl7wst { color: rgb(129, 60, 56); border: 4px dotted #c88492; display: none; margin: -14px; width: 93px; padding: 24px 1px; }
.bo3iypbw {
    position: absolute;
    top:-10px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 100%;
    max-width: 1360px;
    height: auto;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
@media (max-width: 1280px) {
    .zhb3g41y {
        padding: 0 30px; 
        background-size:100%;
        background-position: center;
        width: 100%;
        height: 500px;
        background-position: top;
        align-items:center;
        padding: 20px;
    }
    .etl3uavj {
        padding: 0;
    }
    .vdhw3zdr {
        font-size: 50px;
    }
   
}
@media (max-width: 768px) {
    .zhb3g41y {
        height: 500px;
        justify-content: center;
        align-items:center;
        padding: 20px;
        margin: 70px 0px 5px 0px;
    }
    .bo3iypbw {
        
        background-repeat:no-repeat;
    }
    .etl3uavj {
        padding: 10px;
        
    }
    .p72i9vrt {
        font-size: 24px;
        font-weight: 900;
max-width: 100%;
border-radius: 5px;
background-color:  rgb(0 0 0 / 0% );
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(10px); 
     }
    .vdhw3zdr {
        font-size: 22px;
max-width: 100%;
border-radius: 5px;
background-color: rgb(0 0 0 / 0% );
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(10px); 
     }
    strong { 
        font-size: 16px;
    }
}
@media (max-width: 468px) {
    .zhb3g41y {
        height: 330px;
        margin: 70px 0px 5px 0px;
        align-items:flex-end;
        padding: 0;
    }
    .etl3uavj {
        padding: 0;

    }
}
main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.npj2qbop {
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    width: 100%;
    max-width: 1368px;
}
.lwl4z6lh {
    display: flex;
    justify-content: center;
    align-items:center;
    gap:30px;
}
.mcp0khca span  {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    gap:5px;
    font-size: 10px;
    color: var(--color-light);
    margin-bottom: 8px;
    font-weight: 700;
}
.mcp0khca {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-weight: 700;
    color:var(--color-light);
}
@media (max-width: 800px) {
    .npj2qbop {
        margin: 10px 0;
    } 
}

.hlmhyvdu {
  width: 100%;
  margin-bottom: 40px;
}
.ymzqxhtd {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.ymzqxhtd h2 {
  color: var(--color-accent);
}
.a5rz7zq2 {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .a5rz7zq2 {
    justify-content: center;
  }
}
.bexmve7t {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.bexmve7t img {

  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.bexmve7t .bw6104ev {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.bexmve7t .bw6104ev {

  width: 20px;
  height: 20px;

}

}
.bexmve7t {
max-width:inherit;
text-align: center;
}
.a5rz7zq2:has(.wtbk3af2) {
  grid-template-columns: repeat(4, 1fr);
}
.jwlfkngkj { margin: -5px; padding: 2px 41px; border: 4px solid #55a4bc; }
.a5rz7zq2:has(.h34fh0kr) {
  grid-template-columns: repeat(5, 1fr);
}
.a5rz7zq2:has(.cxxbokxj) {
  grid-template-columns: repeat(6, 1fr);
}
.a5rz7zq2:has(.si7908mx) {
  grid-template-columns: repeat(7, 1fr);
}
.a5rz7zq2:has(.d4jim57w) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .a5rz7zq2 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .a5rz7zq2 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .a5rz7zq2 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .a5rz7zq2 {
    grid-template-columns: 1fr !important;
  }
}
.bexmve7t:hover .bw6104ev {
  opacity: 1; 
}
.bexmve7t:hover img {
  opacity: 0.3;
}

.rx40ee30 { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
    padding: 40px 40px 40px 40px;
    background-color:var(--bg-dark);
    filter: contrast(110%);
    border-radius: 20px;
}
.y6ojtpd9 {
    margin-top: 80px;
}
@media screen and (max-width: 1280px){
    .rx40ee30.y6ojtpd9 {
        margin-top: 70px;
    }
}
.emf0axd9 {
    display: flex;
    align-items:center;
    justify-content: center;
    margin-bottom: 30px;
}

  
  table {
    width: 100%; 
    border-collapse: separate;
    border-spacing: 5px 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-light);
    width: 100%; 
    border-spacing: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
   
  }
td {
    border: 1px double var(--color-light);
    padding: 10px; 
  }
tr {
    background-color: rgba(117, 117, 117, 0.164);
    
  }
.xirjays6b2 { color: rgb(247, 172, 253); padding: 1px 21px; border: 3px dashed #b815f2; }
th {
    padding: 10px;
 
    font-size: 20px;
    font-weight: 700;
    
  }
@media (max-width: 1280px) {
    .b89wksb8 {
      width: 100%;
    }
  }
@media (max-width: 1300px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}
.yx8honko {
    padding: 20px 90px;
    font-size: 35px;
    margin: 30px;
}
@media screen and (max-width: 1280px) {
    .rx40ee30 { 
        padding: 10px;
        width: 100%;
    }
}

.ixzvs3xt {
	margin-bottom: 1.875rem;
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
}
.mijc5ywf {
    width: 100%;
    max-width: 1440px;
    margin: 20px auto;
    padding: 10px;
}
.mijc5ywf h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.um8oqob9 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.py3485uz {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
    padding: 0 1rem;
}

.jwvprt35 {
    width: 100%;
    max-width: 1440px;
    padding-left: 70px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.y09uoj6b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:40px;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
}
.k4ne53d0 {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: start; 
    margin-left: auto;
}
.k4ne53d0 a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-light);
}
.u3qmx1an { border: 3px solid #de2a71; padding: 49px 25px; }
.k92g2mu6 p {
    color: var(--color-light);
    font-size: 14px;
    font-weight: 700;
}
.kiylffdz button {
    background-color:var(--bg-dark);
    border-radius: 50%;
    border:none;
    width: 30px;
    height: 30px;
}
.sprkggdn {
    overflow: hidden;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
}
.aocgstxg {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.fbdub4wx  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.fbdub4wx div {
    display: flex;
    align-items: center;
}
.fbdub4wx div p {
    margin: 0;
    font-size: 12px;
    color: var(--bg-dark);
    font-size: 14px;
    font-weight: 700;
}
.s5u9kl4z {
    color: var(--color-light);
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 600;
}
.s5u9kl4z a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}
hr {
    width: 100%;
    border: none; 
    height: 1px; 
    background-color: var(--color-light); 
    margin-top: 20px; 
    margin-bottom: 20px; 
    opacity: 0.1;
}
@media screen and (max-width: 1280px){
    .jwvprt35 {
        padding-left: 5px;
        width: 100%;
        margin: 0;
    }
    .y09uoj6b {
        margin-top: 40px;
        gap: 20px;
    }
    .k4ne53d0 {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 200px);
        order:3;
       
    }
    .sprkggdn {
        width: 100%;
    }
   
}
@media screen and (max-width: 470px){
    .jwvprt35 {
        padding: 0 10px;
        width: 100%;
        margin: 0;
    }
    .y09uoj6b {
        margin-top: 40px;
        gap: 20px;
    }
    .k4ne53d0 {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 100px);
        order:3;
        margin-left: 10px;
       
    }
    .sprkggdn {
        width: 100%;
    }
   
}
ol, ul, li {
    line-height: 1.5;
    margin: 20px 20px;
}
.e9g0af05 {
  max-width: 1400px;
  margin: 0 auto;
}
.fh8b4qb3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.wsu8412n0 { margin: 2px; color: rgb(114, 3, 255); padding: 45px 39px; }
.klm5sgga {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(10px);
  margin: 0 !important;
}
.klm5sgga:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: var(--color-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--color-accent);
  color: var(--color-accent);
}
.klm5sgga:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .fh8b4qb3 {
    gap: 12px;
  }

  .klm5sgga {
    flex: 1 1 150px;
    padding: 20px 16px;
    font-size: 14px;
  }
.yx8honko {
padding: 10px;
font-size: 16px;

}
}
@media (max-width: 480px) {
  .klm5sgga {
    flex: 1 1 calc(50% - 6px);
  }
}
.ixzvs3xt {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.mijc5ywf h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.um8oqob9 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.py3485uz {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
img {
max-width: 100%;     height: auto;
}
.yuppvd9z {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.qmtp7gk1 {
        display: inline-block;
        text-decoration: none; 
        cursor: pointer;
        
        padding: 16px 48px;
        border-radius: 12px; 
        border: none;
        
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        
        color: var(--color-light);
        background-color: var(--color-accent);
        box-shadow: 0 4px 15px var(--color-cta-box-shadow);
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.qmtp7gk1:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.qmtp7gk1:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .qmtp7gk1 {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
.ljz73pyw {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.ljz73pyw .aqezteb0 {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ljz73pyw .hb56m7zg {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.iz9c4ycoqun7 { padding-right: 30px; display: inline-block; margin: 13px; border: 5px dotted #b7cd9e; }
.ljz73pyw .hb56m7zg .xgtd63cy  {
list-style:none;
margin: 0;
}
.ljz73pyw .hb56m7zg .xgtd63cy a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--color-accent);
    color: var(--color-light);
    border-radius: 15px;
}
.ljz73pyw + section.zhb3g41y {
margin-top:0px;
}

        .nnkg6olf {
          width: 100%;
height: 700px;
display: flex;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 40px 0;
border-radius: 20px;

        }
.jq1wjj00 {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.cytqh6va {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.s64u464y {
            background-color: #00bcd4;
            color: #fff;
        }
.kedkp10f {
            background-color: #ff9800;
            color: #fff;
        }
.cytqh6va:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
.c615is7m {
width: 100px;
height: auto;
min-height: 50px;
}

.sprkggdn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.z4ckaj6m { border: 5px solid #f83a2b; padding: 24px 17px; width: 10vw; }
.vxv9bf6z a {
    color: var(--color-light);
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}
.vxv9bf6z a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.vxv9bf6z a:hover {
    color: var(--color-accent);
}
.vxv9bf6z a:hover::after {
    width: 100%;
}

.izqat1yj {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.pj2r8kwl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.stspyjd9 {
    background: var(--color-accent);
    color: var(--bg-dark);
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
}

.zb4kvo93 {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 28px auto;
    width: 80%;
}

.p32rfjgc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.blw2yzzc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.p32rfjgc a {
    color: var(--color-light);
    text-decoration: none;
    transition: 0.3s ease;
}
.p32rfjgc a:hover {
    color: var(--color-accent);
}
.xwwrzykh {
    opacity: 0.4;
}

.hgxlqq5o {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.pu8xumvevg2e { width: 77px; padding: 40px 30px; display: inline-block; margin: -6px; color: rgb(201, 80, 215); }
.hgxlqq5o img {
    height: 32px;
    opacity: 0.7;
    transition: 0.3s ease;
}
.hgxlqq5o img:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.f6le4tiq {
    opacity: 0.7;
    font-size: 13px;
    line-height: 1.6;
}

.s5u9kl4z {
    margin-top: 20px;
    font-size: 13px;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .sprkggdn {
        flex-direction: column;
        gap: 12px;
    }

    .zb4kvo93 {
        width: 100%;
    }

    .hgxlqq5o img {
        height: 26px;
    }
}
.xdsz02up {
    background: linear-gradient(
        to bottom,
        #111 0%,
        var(--bg-dark) 40%
    );
}
.ijpyhsuu {
display: flex;
justify-content: center;

}
.fespafpy {
display: flex;
justify-content: center;
gap:10px;

}
.k2dy461o {
text-align: center;

}
@media(min-width: 1024px){
.etl3uavj {
max-width: 70%;
}
}
.r1ogdz0a {
   max-width: 1296px;
width: 100%;
    margin: 10px auto;
padding: 10px;
}
.u8ri118j {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.l5wakgic {
    padding: 24px;
    border-radius: 16px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.l5wakgic:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.ri8jmfk96r5 { width: 75vw; border: 5px dotted #ebcf4c; padding: 14px 48px; }

.yitp5wmr {
    background: rgba(40, 167, 69, 0.12); 
    border: 1px solid rgba(40, 167, 69, 0.25);
}
.l22a7xyw {
    background: rgba(220, 53, 69, 0.12); 
    border: 1px solid rgba(220, 53, 69, 0.25);
}

.w66rmk3v {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.bx3agnte {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.bx3agnte li {
 list-style: none !important;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.yitp5wmr li::before,
.l22a7xyw li::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    font-weight: bold;
}
.yitp5wmr li::before {
    content: "✔";
    color: #28a745;
}
.l22a7xyw li::before {
    content: "✖";
    color: #dc3545;
}

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