@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;700&display=swap');

html {
    box-sizing: border-box;
}
*,
*::before,
::after {
    box-sizing: inherit;
}
a {
    color: inherit;
    text-decoration: none;
}
body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background-color: whitesmoke;
    overflow-x: hidden;
}
img {
    width: 50%;
}
ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.yyzcp {
    width: 100%;
    background: linear-gradient(90deg, #0f605c, #163e3c);
}
.qlkffAc {
    padding: 0 20px;
}
.ERfbRFFioF {    
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    position: relative;
}
.ZTcUwv {
    display: flex;
    gap: 20px;
}
.CbaakbIGMsyrV {
    text-decoration: none;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    transition: 0.5s;
    font-weight: bold;
}
.CbaakbIGMsyrV:hover {
    text-decoration: underline;
    color: #e94560;
}
.sDZLPJzTaer img {
    width: 120px;
    height: auto;
}
.QOBTOTEH {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
.QOBTOTEH span {
    background: white;
    width: 30px;
    height: 3px;
    margin: 5px;
    transition: 0.4s;
}
.mhhSPzXVdd {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0f605c;
    flex-direction: column;
    text-align: center;
    padding: 15px 0;
    animation: fadeIn 0.5s ease-in-out;
}
.mhhSPzXVdd .CbaakbIGMsyrV {
    display: block;
    padding: 10px;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 878px) {
    .ZTcUwv {
        display: none;
    }
    .QOBTOTEH {
        display: flex;
    }
    .mhhSPzXVdd.active {
        display: flex;
    }
}
.wLhzjOoHjndq {
    width: 100%;
    background: linear-gradient(135deg, #0d2a2a, #1b3b37);
}
.gRqpWNHCMMGMh {    
    max-width: 1920px;
    margin: 0 auto;
    padding: 50px 20px;    
    display: flex;
    justify-content: center;
    align-items: center;
}
.dGAQBkDj {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 800px;
}
.cbEiKVkTefS img {
    width: 100%;
    max-width: 500px;
    margin-top: 35px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(66, 93, 86, 0.2);
}
.wJRDrNnuNDBS {
    font-family: 'Vollkorn', serif;
    font-size: 32px;
    color: #f8f9fa;
    margin: 20px 0;
    text-transform: uppercase;
}
.QsZdoZlsDXoP {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #e0e0e0;
    line-height: 1.6;
}
.YYOIFSC {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background: #1fd2df;
    color: white;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    transition: 0.5s;
    box-shadow: 0 5px 15px rgba(41, 226, 255, 0.5);
}
.YYOIFSC:hover {
    background: #1daae6;
    transform: scale(1.05);
}
@media (max-width: 768px) {
    .dGAQBkDj {
        max-width: 90%;
    }
    .wJRDrNnuNDBS {
        font-size: 28px;
    }
    .QsZdoZlsDXoP {
        font-size: 16px;
    }
}
.IqRa {
    width: 100%;
    height: 100vh;
    background: url('../trop-img/fons2.webp') no-repeat center center/cover;
    margin: 0 auto;    
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.OzAFfEIJwb {
    background: rgba(136, 255, 0, 0.568);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(191, 255, 0, 0.4);
}
.OzAFfEIJwb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.txQgGNrBX {
    position: relative;
    z-index: 2;
    max-width: 800px;
    color: white;
}
.fPUnjKUxgN {
    font-family: 'Vollkorn', serif;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #aa00ff;
    margin-bottom: 20px;
}
.cZLiprxpUBikZx {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #f1f1f1;
}
.BIYrJOA {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 28px;
    background: #1fd2df;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.5s ease-in-out;
    box-shadow: 0 5px 15px rgba(41, 251, 255, 0.5);
}
.BIYrJOA:hover {
    background: #1daae6;
    transform: scale(1.1);
}
.txQgGNrBX {
    animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .fPUnjKUxgN {
        font-size: 28px;
    }
    .cZLiprxpUBikZx {
        font-size: 16px;
    }
}
.bBEQrK {
    width: 100%;
    background: linear-gradient(135deg, #002b24, #004644, #18989a);
}
.qbDWjyv {    
    max-width: 1920px;
    margin: 0 auto;
    padding: 50px 20px;    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.CHECoIW {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
}
.gAbbsz {
    font-family: 'Vollkorn', serif;
    font-size: 36px;
    font-weight: bold;
    color: #aa00ff;
    margin-bottom: 20px;
    text-transform: uppercase;
    animation: fadeIn 1s ease-in-out;
}
.NGzzrqNWw {
    display: inline-block;
    padding: 14px 28px;
    background: #1fd2df;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.5s;
    box-shadow: 0 5px 15px rgba(234, 255, 41, 0.5);
    animation: bounceIn 1.2s ease-in-out;
}
.NGzzrqNWw:hover {
    background: #1daae6;
    transform: scale(1.1);
}
.lLQQBhJjaqCG {
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(66, 93, 86, 0.2);
    animation: zoomIn 1s ease-in-out;
}
.lLQQBhJjaqCG img {
    width: 100%;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes bounceIn {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@media (max-width: 768px) {
    .gAbbsz {
        font-size: 28px;
    }
    .NGzzrqNWw {
        font-size: 16px;
        padding: 12px 24px;
    }
    .lLQQBhJjaqCG img {
        max-width: 400px;
    }
}
.KkGJtCiuI {
    width: 100%;
    background: linear-gradient(135deg, #1a1a2e, #163e3c);
}
.hKCPLkSrh {    
    max-width: 1320px;
    margin: 0 auto;
    padding: 50px 20px;    
    text-align: center;
    position: relative;
}
.OdofRkWHbDz {
    font-family: 'Vollkorn', serif;
    font-size: 36px;
    font-weight: bold;
    color: #aa00ff;
    margin-bottom: 40px;
    text-transform: uppercase;
    animation: fadeIn 1s ease-in-out;
}
.AwjMOimO {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.piRiWQlMNdpJA {
    width: 300px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(66, 93, 86, 0.2);
    transition: transform 0.5s ease-in-out;
    animation: slideIn 1s ease-in-out;
}
.piRiWQlMNdpJA:hover {
    transform: translateY(-5px);
}
.UqYn {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #e0e0e0;
    margin-bottom: 10px;
}
.irBLgPjtoUHy {
    font-family: 'Vollkorn', serif;
    font-size: 16px;
    font-style: italic;
    color: #aa00ff;
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .OdofRkWHbDz {
        font-size: 28px;
    }
    .AwjMOimO {
        flex-direction: column;
        align-items: center;
    }
    .piRiWQlMNdpJA {
        width: 90%;
    }
}
.Rybeg {
    width: 100%;
    background: url('../trop-img/fons.webp') no-repeat center center/cover;
}
.BQXFnpRqe {    
    max-width: 1920px;    
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}
.MNNYjDtFlE {
    font-size: 32px;
    color: #1fd2df;
    margin: 0 auto;
    width: 600px;
    padding: 20px;
    background: #222;
    border-radius: 10px;
    font-family: 'Vollkorn', serif;
    margin-bottom: 30px;
    animation: fadeIn 1s ease-in-out;
}
.mRmvw {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.eTWA {
    width: 250px;
    padding: 20px;
    background: #222;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 247, 255, 0.3);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    animation: slideUp 0.8s ease-out;
}
.eTWA:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 234, 255, 0.5);
}
.jvqsOAJTj {
    font-size: 20px;
    color: #1fd2df;
    font-family: 'Vollkorn', serif;
    margin-bottom: 10px;
}
.zFTNTKzMXHIY {
    font-size: 16px;
    color: white;
    font-family: 'Lato', sans-serif;
}
@media (max-width: 768px) {
    .MNNYjDtFlE {
        max-width: 83%;
        padding: 34px;
        margin-left: 60px;
    }
}
@media (max-width: 450px) {
    .MNNYjDtFlE {
        max-width: 100%;
        padding: 40px;
        margin-left: 0;
        font-size: 25px;
    }
}
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.vNrE {
    width: 100%;
    background: rgb(243, 248, 253);
}
.SATrXH {    
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 20px;    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.HpmyLSs {
    background: rgba(74, 73, 73, 0.7);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(66, 93, 86, 0.2);
    max-width: 800px;
    width: 100%;
}
.PsAEkPvANskh {
    font-family: 'Vollkorn', serif;
    font-size: 32px;
    color: #aa00ff7e;
    margin-bottom: 20px;
    animation: fadeIn 1s ease-in-out;
}
.JniJKvQ {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: white;
    margin-bottom: 10px;
}
.vEmYR {
    margin-top: 30px;
}
.VYggglECs {
    font-size: 24px;
    color: #aa00ff7e;
    margin-bottom: 15px;
    font-family: 'Vollkorn', serif;
}
.YzkMyVs label {
    display: block;
    font-size: 18px;
    color: white;
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
}
.kKAdXJV, .NZJwbqllQNzDbJ {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 2px solid #aa00ff;
    border-radius: 6px;
    margin-bottom: 15px;
    background: #424242;
    color: white;
}
.kKAdXJV:focus, .NZJwbqllQNzDbJ:focus {
    border-color: #1fd2df;
    outline: none;
}
.ZXKgdUawwXkD {
    width: 100%;
    padding: 12px;
    background: #1fd2df;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.5s;
}
.ZXKgdUawwXkD:hover {
    background: #1daae6;
}
.aXSpTcfBKO {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 42, 42, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
}
.DRnqp {
    background: #e0eefa;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    animation: fadeIn 0.5s ease-in-out;
}
.aXSpTcfBKO p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}
.FYUqlllhMJD {
    padding: 10px 20px;
    background: #1fd2df;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.5s;
}
.FYUqlllhMJD:hover {
    background: #1daae6;
}
.aXSpTcfBKO.show {
    visibility: visible;
    opacity: 1;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@media (max-width: 768px) {
    .PsAEkPvANskh {
        font-size: 28px;
    }
    .HpmyLSs {
        padding: 20px;
    }
    .kKAdXJV, .NZJwbqllQNzDbJ {
        font-size: 14px;
    }
    .ZXKgdUawwXkD {
        font-size: 16px;
    }
}
.WOxEc {
    width: 100%;
    background: linear-gradient(to bottom, #3c3c3c, #1a1a1a);
}
.KHaSZXjhEW {    
    max-width: 1920px;
    margin: 0 auto;    
    padding: 60px 20px;
    text-align: center;
}
.wSLuOIVEjMvzpY {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.oABMYGDIhh {
    max-width: 950px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.new__disclaimerimg {
    width: 300px;
    height: 84px;
    object-fit: contain;
    transition: transform 0.5s ease, opacity 0.5s ease;
    animation: fadeIn 1s ease-in-out;
}
.new__disclaimerimg:hover {
    transform: scale(1.1);
    opacity: 0.8;
}
.VeAZwTRAgcsn {
    background: rgba(15, 153, 203, 0.356);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 217, 255, 0.4);
    max-width: 800px;
}
.yysjSygX {
    font-size: 28px;
    color: #aa00ff;
    font-family: 'Vollkorn', serif;
    margin-bottom: 15px;
}
.iWgEWiFVJPc {
    font-size: 18px;
    color: white;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (max-width: 768px) {
    .new__disclaimerimg {
        width: 200px;
        height: 60px;
    }
    .yysjSygX {
        font-size: 24px;
    }
    .iWgEWiFVJPc {
        font-size: 16px;
    }
}
.VnVYLngjnS {
    width: 100%;
    background: linear-gradient(to right, #222, #111);
}
.UnoJEl {    
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 20px;
    color: white;
}
.DujfScokavK {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
}
.MtYHLn {
    flex: 1;
    text-align: center;
}
.WBleDVIZNvvf {
    font-size: 24px;
    font-family: 'Vollkorn', serif;
    color: #aa00ff;
    font-weight: bold;
}
.AjCNnVTdqx {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #ccc;
}
.hpDlMDCvxPUf {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.dZVCRd {
    font-size: 18px;
    font-family: 'Vollkorn', serif;
    color: #1fd2df;
    text-decoration: none;
    transition: color 0.5s ease, transform 0.5s ease;
}
.dZVCRd:hover {
    color: #aa00ff;
    transform: scale(1.1);
}
.VvzbRAFIRsFrKV {
    flex: 1;
    text-align: center;
    max-width: 400px;
}
.OgrPobpwo {
    font-size: 22px;
    font-family: 'Vollkorn', serif;
    color: #aa00ff;
    margin-bottom: 10px;
}
.KUEInr {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #ccc;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.DujfScokavK > div {
    animation: fadeIn 1s ease-in-out;
}
@media (max-width: 768px) {
    .DujfScokavK {
        flex-direction: column;
        gap: 30px;
    }
    .hpDlMDCvxPUf {
        flex-direction: column;
        gap: 10px;
    }
}
.wUNpsAQnJAF {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    color: #ffffff;
    z-index: 9999;
}
.TcVDhXTrnFWP {
    background: rgba(1, 155, 86, 0.4);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(211, 8, 8, 0.4);
    text-align: center;
    max-width: 400px;
}
.TcVDhXTrnFWP h2 {
    font-family: 'Vollkorn', serif;
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #3af302a9;
}
.TcVDhXTrnFWP p {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    margin-bottom: 20px;
    color: whitesmoke;
}
.LjDeuUwpbEXsS {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}
.jioOlzL {
    padding: 10px 20px;
    background-color: #3af302a9;
    border: none;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    transition: background-color 0.5s;
}
.jioOlzL:hover {
    background-color: #0f605c;
    color: whitesmoke;
}
.rgDLuViSg {    
    font-family: 'Vollkorn', serif;
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 20px;
    text-shadow: 0 0 6px #cecb0d, 0 0 10px #310abe88;
}
.LaJTiwmBaejyz {
    max-width: 100%;
    background-color: #22222188;
    color: rgb(126, 84, 84);
    text-align: center;
    padding: 20px 0px;
}
.MAcvAqauub {
    max-width: 1920px;
    margin: 25px auto;
    padding: 25px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(55, 255, 0, 0.34);
    border-radius: 10px;
}
.FVFUffLx {
    margin: 0;
    padding: 15px;
}
.dKZbmORjTWPX {
    font-family: 'Vollkorn', serif;
    font-size: 35px;
    color: #11d9cf;
    text-align: left;
    margin-bottom: 40px;
    text-shadow: 0 0 8px #0a6285, 0 0 10px #1f79ce88;
}
.nSzsmuYNUZLbnqZ {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #000;
    text-align: left;
}
.BEkckVNG {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 15px;
    text-shadow: 0 0 8px #0a6285, 0 0 10px #cecb1f88;
}
.yWbEyzalR {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #000;
    padding: 0;
}
.rIwVJNKYFB {
    padding-left: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    text-shadow: 0 0 8px #0a6285, 0 0 10px #cecb1f88;
    color: #000;
    text-align: left;
}
.yWbEyzalR li {
    padding: 10px 0;
}
.rIwVJNKYFB a {
    color: #11b4d9;
    text-shadow: 0 0 8px #0a6285, 0 0 10px #cecb1f88;
}
.UbWaFNV {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 25px 0;
    color: #db3737;
    text-shadow: 0 0 8px #0a6285, 0 0 10px #cecb1f88;
    text-align: center;
    text-align: center;
}
.ufxtyFLLlBVoOCR {
    width: 80%;
    background-color: rgba(174, 0, 255, 0.99);
    color: rgb(126, 84, 84);
}
.zqFvQYH {
    font-family: 'Vollkorn', serif;
    font-size: 25px;
    color: #11b4d9;
    text-shadow: 0 0 8px #0a6285, 0 0 10px #cecb1f88;
}
@media(max-width: 950px) {
    .LaJTiwmBaejyz {
        padding: 15px;
    }
}
@media(max-width: 350px) {
    .LaJTiwmBaejyz {
        padding: 15px;
    }
    .rgDLuViSg {
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
    }
    .MAcvAqauub {
        padding: 10px;
    }
    .dKZbmORjTWPX {
        font-size: 20px;
    }
    .nSzsmuYNUZLbnqZ {
        font-size: 16px;
    }
    .nSzsmuYNUZLbnqZ-high {
        font-size: 15px;
    }
    .rIwVJNKYFB {
        font-size: 15px;
        padding-bottom: 15px;
    }
    .UbWaFNV {
        font-size: 15px;
    }
}
.lZYjRMwwGJSLlf {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #eeff00;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s;
}
.lZYjRMwwGJSLlf.visible {
    opacity: 1;
    visibility: visible;
}
#VYueaK {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 255, 72, 0.4);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 204, 0, 0.4);
    margin: 15px;
    z-index: 9998;
    max-width: 600px;
    width: 100%;
}
.CioXSeaGWJS {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3af302a9;
}
@media (max-width: 760px) {
    .CioXSeaGWJS {
        flex-direction: column;
        justify-content: center;
    }
    .WGlbfkno {
        text-align: center;
    }
}
.WGlbfkno {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
}
.WGlbfkno a {
    text-decoration: none;
    color: #3af302a9;
}
.new__pagelink {
    color: #eeff00;
}
.YjPze {
    padding: 10px 20px;
    background-color: #3af302a9;
    border: none;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    transition: background-color 0.5s;
}
.YjPze:hover {
    background-color: #0f605c;
    color: whitesmoke;
}
