: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;
}
.p0qjjdott3 { padding: 37px 13px; border: 3px dotted #f7845c; color: rgb(78, 247, 68); display: flex; width: 16%; }
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%;
}

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;
}
.v5tefc321bt8 { width: 95vw; padding-left: 10px; border: 5px solid #677bfd; padding-right: 45px; display: grid; color: rgb(172, 34, 113); margin: -11px; }

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;
}

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;
}
.xwopflnt6x5x { padding-right: 41px; margin: -15px; padding-left: 5px; display: flex; border: 2px dashed #840b50; width: 4px; color: rgb(224, 34, 87); }

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;
}
.r6kah94p {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
html {
  scroll-behavior: smooth;
}
* {
  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);
}
.mittnm1oc { padding: 19px 41px; width: 89vw; border: 4px dotted #9b2bde; color: rgb(238, 40, 206); display: none; margin: -13px; }
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;
    }
}

.cfzyl2nm { 
    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;
    
}
.pn5vc4fp {
    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%);

}
.anq7n41z { 
    display: flex;
    justify-content: flex-start;
    gap:20px;
    align-items:center;
    width: 40%;
    padding: 10px 26px;
}
.c1v32xxy {
    cursor: pointer;
 }
.c3o2ztk5 {
    border-radius: 30px;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    height: 32px;
    width: 100%;
    max-width: 200px;
    padding: 0 10px;
}
.c3o2ztk5 ul {
    display: flex;
    align-items:center;
    justify-content: space-around;
    margin: 0;
}
.c3o2ztk5 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;
}
.c3o2ztk5 ul li svg {
    margin-right: 5px;
}
.ymw4lwzr {
    margin-left: auto;
    display: flex;
    align-items:center;
    justify-content: space-between;
    gap:10px;
    padding: 10px 16px;
 }
.xbo8z6haxy57 { color: rgb(181, 15, 177); border: 5px dashed #932240; display: grid; margin: 11px; width: 49px; padding: 6px 22px; }
.l4vgf5mn {
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;
}
.l4vgf5mn a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.a7pizvx5 {
    background-color: inherit;
    border-radius: 20px;
    border: 2px solid var(--color-light);
    height: 34px;
    padding: 5px 10px;
}
.a7pizvx5 a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.h47p3b7v {
    background-color: var(--color-accent);
    border-radius: 20px;
    border:none;
    height: 34px;
    padding: 5px 10px;
}
.h47p3b7v a {
    color: black;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.lxgccljt {
    display: none;
}
@media screen and (max-width: 768px){
    .l4vgf5mn  {
       
    }
.a7pizvx5 {
display: none;

}
    .c3o2ztk5 {
        display: none;
    }
    .c1v32xxy {
        display: none;
    }
    .lxgccljt {
        display: block;
    }
    .ymw4lwzr {
        width: 100%;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 423px){

    .h47p3b7v {
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .h47p3b7v a {
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
    }
   .l4vgf5mn  {
       font-size: 10px;
    }
.a7pizvx5 {
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);
}
.j5ngbap5 {
    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) {
   .j5ngbap5 {
    display: none;
   }
   aside {
    width: 0px;
  }
}
.j5ngbap5.pepjivjc {
    display: none;
}
.okntbetv {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items:center;
    margin: 10px;
    cursor: pointer;
    
 }
.wzmb66kb {
    border-radius: 20px 20px 0 0;
}
.okntbetv:hover {
    background-color:var(--bg-dark);
    filter: contrast(80%);
    border-radius: 10px;
}
.z9ojpo8x[open] {
    left: 0; 
}
.dox0hfsq { 
    display: block;
    position: static;
    z-index: 902;
}
.c92c1cfdl { margin: 18px; display: flex; padding-right: 30px; width: 69vw; }
.z9ojpo8x {
    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);
    
 }
.zf92r8xk {
    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;
 }
.n9crusnd {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap:5px;
    background-color:inherit;
    padding: 5px;
 }
.ukey6si0 {
    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);
    
 }
.uqoojk97 {
    width: 40px;
 }
.tqxionor {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap:5px;
}
.tswi0iai {
    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;
}
.tswi0iai p {
    font-size: 14px;
    font-weight: 500;
}
.thnd5v1l {
    display: flex;
    align-items:center;
    justify-content: center;
    background-color: var(--color-accent);
    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;
    }
}
.v0uhhc10 {
    margin: 100px auto 10px;
    padding: 130px 30px; 
    width: 100%;
    max-width: 1368px; 
    height: 500px;
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
}
.bsr0tyht { width: 95vw; border: 5px solid #f285df; margin: 7px; color: rgb(66, 1, 201); padding: 15px 6px; }
.ozkeugof {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}
.hweg2ly8 {
    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;
 }
.n175zc6c {
    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-accent);
    font-weight: 700;
    text-align: center;
}
.efzk6l5l { 
    display: flex;
    justify-content: center;
    align-items:center;
}
.xtyg28b6 {
    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;
}
.xtyg28b6:hover {
    transform: scale(1.2);
}
.xtyg28b6 span {
    font-weight: 500;
    font-size: 10px;
}
.wzmb66kb {
    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) {
    .v0uhhc10 {
        padding: 0 30px; 
        background-size:100%;
        background-position: center;
        width: 100%;
        height: 500px;
        background-position: top;
        align-items:center;
        padding: 20px;
    }
    .ozkeugof {
        padding: 0;
    }
    .n175zc6c {
        font-size: 50px;
    }
   
}
@media (max-width: 768px) {
    .v0uhhc10 {
        height: 500px;
        justify-content: center;
        align-items:center;
        padding: 20px;
        margin: 70px 0px 5px 0px;
    }
    .wzmb66kb {
        
        background-repeat:no-repeat;
    }
    .ozkeugof {
        padding: 10px;
        
    }
    .hweg2ly8 {
        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); 
     }
    .n175zc6c {
        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) {
    .v0uhhc10 {
        height: 330px;
        margin: 70px 0px 5px 0px;
        align-items:flex-end;
        padding: 0;
    }
    .ozkeugof {
        padding: 0;

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

.vzgc1qhv {
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    width: 100%;
    max-width: 1368px;
}
.aibuyv8x {
    display: flex;
    justify-content: center;
    align-items:center;
    gap:30px;
}
.k5pidgdh 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;
}
.k5pidgdh {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-weight: 700;
    color:var(--color-light);
}
.ca6fpi6zn { padding: 31px 33px; width: 68px; color: rgb(241, 159, 0); border: 4px dotted #4b67b6; display: flex; }
@media (max-width: 800px) {
    .vzgc1qhv {
        margin: 10px 0;
    } 
}

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

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

  width: 20px;
  height: 20px;

}

}
.eco38iz3 {
max-width:inherit;
text-align: center;
}
.kgt5rev6:has(.x7hu1m16) {
  grid-template-columns: repeat(4, 1fr);
}
.kgt5rev6:has(.rg455lh7) {
  grid-template-columns: repeat(5, 1fr);
}
.ypi6tlh5yx { padding: 23px 36px; color: rgb(18, 37, 222); border: 1px solid #10f203; margin: -12px; width: 47px; }
.kgt5rev6:has(.ojc1jo74) {
  grid-template-columns: repeat(6, 1fr);
}
.kgt5rev6:has(.xc4jl62v) {
  grid-template-columns: repeat(7, 1fr);
}
.kgt5rev6:has(.u0n8aepj) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .kgt5rev6 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .kgt5rev6 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .kgt5rev6 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .kgt5rev6 {
    grid-template-columns: 1fr !important;
  }
}
.eco38iz3:hover .jzp3k8e7 {
  opacity: 1; 
}
.eco38iz3:hover img {
  opacity: 0.3;
}

.n3ubg2wr { 
    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;
}
.kqi2teh1 {
    margin-top: 80px;
}
@media screen and (max-width: 1280px){
    .n3ubg2wr.kqi2teh1 {
        margin-top: 70px;
    }
}
.slnlmdbx {
    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);
    
  }
th {
    padding: 10px;
 
    font-size: 20px;
    font-weight: 700;
    
  }
.ihox9220 { width: 40%; color: rgb(30, 197, 166); padding: 13px 12px; display: flex; }
@media (max-width: 1280px) {
    .i0nfegip {
      width: 100%;
    }
  }
@media (max-width: 1300px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}
.d7yu3wyw {
    padding: 20px 90px;
    font-size: 35px;
    margin: 30px;
}
@media screen and (max-width: 1280px) {
    .n3ubg2wr { 
        padding: 10px;
        width: 100%;
    }
}

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

.a7l4x0yt {
    width: 100%;
    max-width: 1440px;
    padding-left: 70px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.x3aibn2c {
    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;
}
.nknz4o1y {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: start; 
    margin-left: auto;
}
.nknz4o1y a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-light);
}
.lk29o7b3edsz { border: 1px dashed #b8b0c9; color: rgb(80, 69, 202); padding-left: 40px; width: 16px; }
.kro0zh78 p {
    color: var(--color-light);
    font-size: 14px;
    font-weight: 700;
}
.sw76pm4q button {
    background-color:var(--bg-dark);
    border-radius: 50%;
    border:none;
    width: 30px;
    height: 30px;
}
.p991ev76 {
    overflow: hidden;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
}
.z5h8iolw {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.zxysksse  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.zxysksse div {
    display: flex;
    align-items: center;
}
.zxysksse div p {
    margin: 0;
    font-size: 12px;
    color: var(--bg-dark);
    font-size: 14px;
    font-weight: 700;
}
.s4thty8d {
    color: var(--color-light);
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 600;
}
.s4thty8d 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){
    .a7l4x0yt {
        padding-left: 5px;
        width: 100%;
        margin: 0;
    }
    .x3aibn2c {
        margin-top: 40px;
        gap: 20px;
    }
    .nknz4o1y {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 200px);
        order:3;
       
    }
    .p991ev76 {
        width: 100%;
    }
   
}
@media screen and (max-width: 470px){
    .a7l4x0yt {
        padding: 0 10px;
        width: 100%;
        margin: 0;
    }
    .x3aibn2c {
        margin-top: 40px;
        gap: 20px;
    }
    .nknz4o1y {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 100px);
        order:3;
        margin-left: 10px;
       
    }
    .p991ev76 {
        width: 100%;
    }
   
}
ol, ul, li {
    line-height: 1.5;
    margin: 20px 20px;
}
.i8onk4pf {
  max-width: 1400px;
  margin: 0 auto;
}
.znq5c5q8 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.av6pkgtm {
  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;
}
.fzouw0zzi4 { padding: 48px 24px; width: 47%; border: 4px dashed #33a252; color: rgb(155, 135, 53); margin: 15px; }
.av6pkgtm: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);
}
.av6pkgtm:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .znq5c5q8 {
    gap: 12px;
  }

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

}
}
@media (max-width: 480px) {
  .av6pkgtm {
    flex: 1 1 calc(50% - 6px);
  }
}
.b4xdu3co {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.fw7gg41b h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.zj9h3e3u {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.f17yxbzg {
	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;
}
.j4qhpnm1 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.xq0gyxsu {
        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;
    }
.xq0gyxsu:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.xq0gyxsu:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .xq0gyxsu {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
.ke6ooxpw {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.ke6ooxpw .wbqf72zi {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.fhi282oz { width: 46px; margin: 2px; color: rgb(21, 223, 46); padding: 4px 5px; border: 5px dashed #fe6fc6; display: inline-block; }
.ke6ooxpw .p6tnq144 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ke6ooxpw .p6tnq144 .xh0g99dq  {
list-style:none;
margin: 0;
}
.ke6ooxpw .p6tnq144 .xh0g99dq 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;
}
.ke6ooxpw + section.v0uhhc10 {
margin-top:0px;
}

        .t5nrkwh1 {
          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;

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

.p991ev76 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.flqsi8tgx { padding-right: 3px; margin: -15px; color: rgb(136, 91, 135); display: grid; border: 2px solid #c4e95d; }
.qdk4urcf a {
    color: var(--color-light);
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}
.qdk4urcf a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.qdk4urcf a:hover {
    color: var(--color-accent);
}
.qdk4urcf a:hover::after {
    width: 100%;
}

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

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

.lb47bavu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.xhikwm4p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.lb47bavu a {
    color: var(--color-light);
    text-decoration: none;
    transition: 0.3s ease;
}
.lb47bavu a:hover {
    color: var(--color-accent);
}
.wcmw9llx {
    opacity: 0.4;
}
.ycsi0fwsy { color: rgb(71, 206, 144); }

.hpbseu2w {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.hpbseu2w img {
    height: 32px;
    opacity: 0.7;
    transition: 0.3s ease;
}
.hpbseu2w img:hover {
    opacity: 1;
    transform: translateY(-3px);
}

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

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

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

    .uw7ibr9o {
        width: 100%;
    }

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

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

}
.ika0jxvw {
text-align: center;

}