: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;
}
.y5rfx1znry { display: grid; }
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;
}

img {
    border: 0; 
    -ms-interpolation-mode: bicubic; 
}
.c9jdu7xi { color: rgb(61, 198, 79); padding: 18px 39px; }

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

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;
}
.b8l646iyu4c8 { padding-left: 45px; margin: -12px; padding-right: 5px; }

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;
}
.c8cc5hep {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.dik1c6jgm { padding-left: 28px; border: 1px dashed #a6918a; width: 71px; display: flex; padding-right: 8px; }
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;
    }
}

.pkop25r6 { 
    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;
    
}
.xemyeob5 {
    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%);

}
.qzgmnay2 { 
    display: flex;
    justify-content: flex-start;
    gap:20px;
    align-items:center;
    width: 40%;
    padding: 10px 26px;
}
.gjyyi10gm { padding: 34px 25px; margin: 18px; }
.azgjjdnl {
    cursor: pointer;
 }
.zcqvl4cz {
    border-radius: 30px;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    height: 32px;
    width: 100%;
    max-width: 200px;
    padding: 0 10px;
}
.zcqvl4cz ul {
    display: flex;
    align-items:center;
    justify-content: space-around;
    margin: 0;
}
.zcqvl4cz 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;
}
.zcqvl4cz ul li svg {
    margin-right: 5px;
}
.k65b6ds1 {
    margin-left: auto;
    display: flex;
    align-items:center;
    justify-content: space-between;
    gap:10px;
    padding: 10px 16px;
 }
.gun5b72s {
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;
}
.gun5b72s a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.fjl9g565 {
    background-color: inherit;
    border-radius: 20px;
    border: 2px solid var(--color-light);
    height: 34px;
    padding: 5px 10px;
}
.fjl9g565 a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.j88lacl3 {
    background-color: var(--color-accent);
    border-radius: 20px;
    border:none;
    height: 34px;
    padding: 5px 10px;
}
.j88lacl3 a {
    color: black;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.w2hcujfk {
    display: none;
}
.bh656ni6qbpo { width: 30%; margin: -16px; display: inline-block; padding: 49px 27px; border: 2px dotted #866b0a; }
@media screen and (max-width: 768px){
    .gun5b72s  {
       
    }
.fjl9g565 {
display: none;

}
    .zcqvl4cz {
        display: none;
    }
    .azgjjdnl {
        display: none;
    }
    .w2hcujfk {
        display: block;
    }
    .k65b6ds1 {
        width: 100%;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 423px){

    .j88lacl3 {
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .j88lacl3 a {
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
    }
   .gun5b72s  {
       font-size: 10px;
    }
.fjl9g565 {
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);
}
.dnkx517q {
    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) {
   .dnkx517q {
    display: none;
   }
   aside {
    width: 0px;
  }
}
.dnkx517q.yzot8t34 {
    display: none;
}
.n0c936g7 {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items:center;
    margin: 10px;
    cursor: pointer;
    
 }
.kme7kt13 {
    border-radius: 20px 20px 0 0;
}
.n0c936g7:hover {
    background-color:var(--bg-dark);
    filter: contrast(80%);
    border-radius: 10px;
}
.lhqij3f1[open] {
    left: 0; 
}
.dy4lhml5 { 
    display: block;
    position: static;
    z-index: 902;
}
.lhqij3f1 {
    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);
    
 }
.oqonqgcd {
    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;
 }
.bcuv5yjbkkk { padding: 46px 38px; margin: -13px; color: rgb(66, 37, 145); width: 57%; }
.j9nag7da {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap:5px;
    background-color:inherit;
    padding: 5px;
 }
.hcfi4u4c {
    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);
    
 }
.c323q1t0 {
    width: 40px;
 }
.mshmrvam {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap:5px;
}
.gnvitcxw {
    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;
}
.gnvitcxw p {
    font-size: 14px;
    font-weight: 500;
}
.gbw469e3 {
    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;
    }
}
.h2jhpze9 {
    margin: 100px auto 10px;
    padding: 130px 30px; 
    width: 100%;
    max-width: 1368px; 
    height: 500px;
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
}
.kbwn62cv {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}
.o5apdaef {
    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;
 }
.k1e3qlgm {
    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;
}
.iuw942i2f { padding: 28px 25px; border: 1px solid #876d50; color: rgb(213, 175, 119); width: 81px; margin: 1px; }
.douvmr6j { 
    display: flex;
    justify-content: center;
    align-items:center;
}
.id35a2b7 {
    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;
}
.id35a2b7:hover {
    transform: scale(1.2);
}
.id35a2b7 span {
    font-weight: 500;
    font-size: 10px;
}
.kme7kt13 {
    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) {
    .h2jhpze9 {
        padding: 0 30px; 
        background-size:100%;
        background-position: center;
        width: 100%;
        height: 500px;
        background-position: top;
        align-items:center;
        padding: 20px;
    }
    .kbwn62cv {
        padding: 0;
    }
    .k1e3qlgm {
        font-size: 50px;
    }
   
}
@media (max-width: 768px) {
    .h2jhpze9 {
        height: 500px;
        justify-content: center;
        align-items:center;
        padding: 20px;
        margin: 70px 0px 5px 0px;
    }
    .kme7kt13 {
        
        background-repeat:no-repeat;
    }
    .kbwn62cv {
        padding: 10px;
        
    }
    .o5apdaef {
        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); 
     }
    .k1e3qlgm {
        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) {
    .h2jhpze9 {
        height: 330px;
        margin: 70px 0px 5px 0px;
        align-items:flex-end;
        padding: 0;
    }
    .kbwn62cv {
        padding: 0;

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

.gi5hzdg9 {
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    width: 100%;
    max-width: 1368px;
}
.k7xw4jns {
    display: flex;
    justify-content: center;
    align-items:center;
    gap:30px;
}
.nhgrvxr0 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;
}
.nhgrvxr0 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-weight: 700;
    color:var(--color-light);
}
@media (max-width: 800px) {
    .gi5hzdg9 {
        margin: 10px 0;
    } 
}

.awa7blxu {
  width: 100%;
  margin-bottom: 40px;
}
.gxtxlb28 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.oeu509su5 { border: 1px solid #47e2a3; color: rgb(210, 12, 221); padding: 8px 43px; display: block; margin: -14px; }
.gxtxlb28 h2 {
  color: var(--color-accent);
}
.zmf4ctxj {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .zmf4ctxj {
    justify-content: center;
  }
}
.hotdl3br {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.hotdl3br img {

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

  width: 20px;
  height: 20px;

}

}
.hotdl3br {
max-width:inherit;
text-align: center;
}
.zmf4ctxj:has(.f8a3ulw2) {
  grid-template-columns: repeat(4, 1fr);
}
.zmf4ctxj:has(.tvxtyuaw) {
  grid-template-columns: repeat(5, 1fr);
}
.zmf4ctxj:has(.gfdso6kb) {
  grid-template-columns: repeat(6, 1fr);
}
.zmf4ctxj:has(.n8v8wfnk) {
  grid-template-columns: repeat(7, 1fr);
}
.f8525uxos { border: 4px dotted #ead6a5; margin: -15px; width: 10px; }
.zmf4ctxj:has(.oclikgvh) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .zmf4ctxj {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .zmf4ctxj {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .zmf4ctxj {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .zmf4ctxj {
    grid-template-columns: 1fr !important;
  }
}
.hotdl3br:hover .bhl1wlw7 {
  opacity: 1; 
}
.hotdl3br:hover img {
  opacity: 0.3;
}

.o9zhgfuj { 
    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;
}
.sq0eybq1 {
    margin-top: 80px;
}
@media screen and (max-width: 1280px){
    .o9zhgfuj.sq0eybq1 {
        margin-top: 70px;
    }
}
.e1ylymhs {
    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;
    
  }
.p6fxfkb4of { border: 3px dotted #4d5c8b; padding: 17px 29px; color: rgb(26, 148, 40); }
@media (max-width: 1280px) {
    .zc6jl7em {
      width: 100%;
    }
  }
@media (max-width: 1300px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}
.ghv4bfm7 {
    padding: 20px 90px;
    font-size: 35px;
    margin: 30px;
}
@media screen and (max-width: 1280px) {
    .o9zhgfuj { 
        padding: 10px;
        width: 100%;
    }
}

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

.a4zgha7x {
    width: 100%;
    max-width: 1440px;
    padding-left: 70px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.sfhj5f2e {
    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;
}
.h6izrih5 {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: start; 
    margin-left: auto;
}
.h6izrih5 a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-light);
}
.sz6te6x8 { width: 32px; border: 1px solid #913577; padding: 17px 17px; display: none; color: rgb(249, 250, 63); margin: -12px; }
.z0yzjw4n p {
    color: var(--color-light);
    font-size: 14px;
    font-weight: 700;
}
.u1tcagpm button {
    background-color:var(--bg-dark);
    border-radius: 50%;
    border:none;
    width: 30px;
    height: 30px;
}
.q3lzvclq {
    overflow: hidden;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
}
.nked634i {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.bhdqtdem  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.bhdqtdem div {
    display: flex;
    align-items: center;
}
.bhdqtdem div p {
    margin: 0;
    font-size: 12px;
    color: var(--bg-dark);
    font-size: 14px;
    font-weight: 700;
}
.jbcoh9i3 {
    color: var(--color-light);
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 600;
}
.jbcoh9i3 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){
    .a4zgha7x {
        padding-left: 5px;
        width: 100%;
        margin: 0;
    }
    .sfhj5f2e {
        margin-top: 40px;
        gap: 20px;
    }
    .h6izrih5 {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 200px);
        order:3;
       
    }
    .q3lzvclq {
        width: 100%;
    }
   
}
@media screen and (max-width: 470px){
    .a4zgha7x {
        padding: 0 10px;
        width: 100%;
        margin: 0;
    }
    .sfhj5f2e {
        margin-top: 40px;
        gap: 20px;
    }
    .h6izrih5 {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 100px);
        order:3;
        margin-left: 10px;
       
    }
    .q3lzvclq {
        width: 100%;
    }
   
}
ol, ul, li {
    line-height: 1.5;
    margin: 20px 20px;
}
.w7x9an98 {
  max-width: 1400px;
  margin: 0 auto;
}
.r60f5ugt { padding: 45px 33px; width: 15vw; margin: -3px; color: rgb(4, 28, 251); }
.ol7j7vfk {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.baqlj0lk {
  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;
}
.baqlj0lk: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);
}
.baqlj0lk:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .ol7j7vfk {
    gap: 12px;
  }

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

}
}
@media (max-width: 480px) {
  .baqlj0lk {
    flex: 1 1 calc(50% - 6px);
  }
}
.vk6zpqdo {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.nyjvejt9 h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.jfbmo88k {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.ybye0z2p {
	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;
}
.jxp9vrcf {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.xhwbboob {
        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;
    }
.xhwbboob:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.xhwbboob:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .xhwbboob {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
.pz4vcnm6 {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.xeh7mrt7tyh3 { width: 82%; margin: 20px; color: rgb(12, 209, 229); border: 4px dotted #cedbff; padding: 49px 35px; display: none; }
.pz4vcnm6 .e89n57tr {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.pz4vcnm6 .kuw1afmq {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pz4vcnm6 .kuw1afmq .mi9f3xep  {
list-style:none;
margin: 0;
}
.pz4vcnm6 .kuw1afmq .mi9f3xep 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;
}
.pz4vcnm6 + section.h2jhpze9 {
margin-top:0px;
}

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

        }
.vgetz0pp {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.paq57vyr {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.pixhhqdr {
            background-color: #00bcd4;
            color: #fff;
        }
.oicv1a64 {
            background-color: #ff9800;
            color: #fff;
        }
.paq57vyr:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
.x9ozggrf7a { color: rgb(154, 12, 187); padding: 47px 4px; width: 60vw; margin: -4px; }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
.nmjncnl5 {
width: 100px;
height: auto;
min-height: 50px;
}

.q3lzvclq {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.v1848pqn a {
    color: var(--color-light);
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}
.v1848pqn a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.v1848pqn a:hover {
    color: var(--color-accent);
}
.v1848pqn a:hover::after {
    width: 100%;
}

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

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

.vzkygbem {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hfefu4h7 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.vzkygbem a {
    color: var(--color-light);
    text-decoration: none;
    transition: 0.3s ease;
}
.vzkygbem a:hover {
    color: var(--color-accent);
}
.nbdsre2ujc { border: 5px dotted #41b6a3; padding: 42px 11px; margin: -4px; }
.tfjo4agq {
    opacity: 0.4;
}

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

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

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

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

    .pevqad4s {
        width: 100%;
    }

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

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

}
.sim8l41n {
text-align: center;

}
.ycmss6jm { margin: -6px; padding-right: 33px; display: none; border: 3px solid #467c62; }
@media(min-width: 1024px){
.kbwn62cv {
max-width: 70%;
}
}