*, *::before, *::after {
  box-sizing: border-box;
  transition: transform 0.3s !important;
}
:root {
    --main-green: #598455;
    --main-green-hover: #548a4f;
    --light-green: #b4b7b4;
    --light-grey: #b4b7b4;
    --soft-green: #e5e8dd;
    --coca-leafs: #aac0a9;
    --sage-green: #c8c7c0;
    --leaf-green: #769c73;
    --dark-grey: #505550;
    --inky-green: #151a14;
    --red-warning: #c94b4b;
    --yellow-warning: #e6b31e;
    --ambar-warning: #ff7514;
    --btn-cancel: #d6d8d6;
    --dark-oil: #202d15;
    --not-white: #eef2ee;
    --almost-white: #fafbfd;
    --almost-light: #f5f7f6;
    --not-black: #30342f;
    --light-beige: #ede8e4;
    --flat-beige: #aba69a;
    --checkbox-green: var(--main-green, #1e9b66);
}
input[type="checkbox"] {
    accent-color: var(--checkbox-green);
}
input[type="radio"] {
    accent-color: var(--checkbox-green);
}
html, body {
    min-height: 100vh;
    font-family: "Open Sans", sans-serif;
}
body {
    background-color: #e9ecef;
    margin: 0;
    padding: 0;
}
body.login {
}
body.login .login-box a {
    color: #598455 !important;
    font-weight: bold;
}
body.login .boxlogin-modules {
    padding-block: 100px 90px;
    min-height: 100vh;
}
@media screen and (orientation: Portrait) {
    body.login h1,
    body.login h2.h1 {
        font-size: calc(1.8rem + 1.8vh);
    }
    body.login h2 {
        font-size: calc(1rem + 1vh);
    }
}
@media screen and (orientation: landscape) {
    body.login h1,
    body.login h2.h1 {
        font-size: calc(1.6rem + 1.6vw);
    }
    body.login h2 {
        font-size: calc(0.9rem + 0.9vw);
    }
}
p {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    width: 100%;
    max-width: 960px;
    font-weight: 400 !important;
}
body {
    background-image: linear-gradient(rgb(237,232,228),rgb(237,232,228)) !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
h1, h2, h3 {
    font-family: "Open Sans", sans-serif;
    line-height: 100%;
    padding: 0;
    margin: 0;
    color: var(--not-black);
    display: block;
    text-align: center;
    letter-spacing: 0;
}
/*h1.white, h2.white, h3.white {
    color: var(--not-white);
}*/
h1,
h2.h1 {
    font-size: 1.9rem;
    line-height: 1.05;
    margin: 0 0 0.25rem;
    letter-spacing: -0.02em;
    color: #2f332f;
}
h2,
h1.h2 {
    font-size: 36px;
    color: var(--not-black);
    font-weight: 700;
}
h2.flareevent {
    font-size: 42px;
    color: var(--not-white);
    margin-top: 16px;
}
h4 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 100%;
    padding: 0;
    margin: 0;
    color: #222;
    display: block;
    text-align: center;
}
@media screen and (max-width: 768px) {
    h2 {
        font-size: 30px;
        letter-spacing: -0.2px;
    }
    p {
        font-size: 16px;
    }
}
header {
    background-color: var(--almost-white);
    width: 100%;
    border-bottom: 1px solid var(--main-green);
}
header .boxlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 16px 16px 16px;
}
header img.logo {
    width: 100px;
    transform: translateY(10px);
}
button.cancel {
    color: var(--not-black);
    background-color: var(--btn-cancel);
}
button.btn-warning,
.button.btn-warning {
    background-color: var(--not-black);
}
.header-tools {
    position: absolute;
    top: 0.64rem;
    right: 0.96rem;
    display: flex;
    align-items: center;
    gap: 0.72rem;
    z-index: 20;
}
.header-tools button,
.header-tools .config {
    padding: 0;
}

.header-tools a {
    padding-inline: .2rem;
}

.header-tools * {
    font-family: 'GalaxiePolaris';
    font-size: 0.64rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--inky-green);
    list-style: none;
}

.top-language-switcher {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.top-language-switcher span {
    color: var(--inky-green);
    opacity: 0.75;
}

.top-language-switcher a {
    color: var(--inky-green);
    text-decoration: none;
    font-weight: 600;
}

.top-language-switcher a.active {
    color: var(--main-green);
    text-decoration: underline;
}

.top-language-switcher{
    position:relative;
}

.language-toggle{
    border:0;
    background:transparent;
    color:var(--inky-green);
    font:inherit;
    cursor:pointer;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.language-menu{
    position:absolute;
    top:100%;
    right:0;
    display:none;
    background:#fff;
    border:1px solid #d9dfd8;
    box-shadow:0 .25rem .8rem rgba(0,0,0,.08);
    z-index:30;
}

.language-menu a{
    display:block;
    padding:.55rem .75rem;
    color:var(--inky-green);
    text-decoration:none;
    white-space:nowrap;
}

.language-menu a:hover{
    background:#f4f7f3;
    color:var(--main-green);
}

.top-language-switcher {
}

.top-language-switcher:hover .language-menu{
    display:block;
}


.language-menu a .icon {
    height: 16px;
}

section {
    width: 100%;
    padding: 5vh 12vw;
}
.breaker.h50 {
    height: 50px;
}
body section {
    width: 100%;
    padding: 1.3rem 1rem 2.5rem;
}
.container {
    width: 100%;
    max-width: 90rem;
    margin: auto;
}
.container.small {
    max-width: 64rem;
}
.container.center * {
    text-align: center;
}
@media screen and (max-width: 768px) {
    section {
        padding-left: 2vw;
        padding-right: 2vw;
    }
    section:before {
        content: ;
    }
    p {
        font-size: 96%;
        line-height: 1.6rem;
    }
}
@media screen and (max-width: 480px) {
    h1 {
        font-size: calc(1rem + 1vh);
        margin-bottom: 0 !important;
    }
    p {
        width: 88%; margin: 2px auto;
        line-height: 1.4rem;
    }
    .data-container {
        margin: 0 auto;
    }
}

@font-face {
  font-family: 'GalaxiePolaris';
  src: url('../fonts/GalaxiePolaris-Book.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'GalaxiePolaris';
  src: url('../fonts/GalaxiePolaris-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GalaxiePolaris';
  src: url('../fonts/GalaxiePolaris-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'GalaxiePolaris';
  src: url('../fonts/GalaxiePolaris-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

small.message a {
    color: #777 !important;
    font-weight: normal;
}

.login-box {
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px 50px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

body.login h1,
body.login h2.h1 {
    color: var(--not-white);
    font-size: 54px;
    margin-bottom: 0;
}
body.login.append h1
body.login.append h2.h1 {
    color: var(--not-white);
    font-size: 52px;
    margin-bottom: 0;
}
.login-box h2 {
    margin-bottom: 4px;
    font-size: 28px;
    font-weight: 600;
    color: #598455;
}
.login-box a {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}
.login-box a:hover {
    text-decoration: underline;
}
.login-box form div {
    margin-top: 12px;
    text-align: left;
}
.login-box label {
    display: block;
    font-size: 14px;
    color: #6c757d;
    margin: 0 4px;
    font-weight: 500;
    line-height: 1em;
}
.login-box input[type="email"],
.login-box input[type="password"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 16px;
    color: #495057;
    background-color: #f8f9fa;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}
.login-box input[type="email"]:focus,
.login-box input[type="password"]:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.login-box button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    color: var(--not-white);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease, box-shadow 0.3s ease;
    margin-top: 10px;
    line-height: 110%;
}
.login-box button:hover {
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.login-box div p {
    font-size: 14px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
}
.msg_notice {
    background: #f2f4f5;
    border: 1px solid #d7dcdf;
    color: #4f5b61;
}
.msg_notice p {
    margin: 0;
    font-size: 14px;
    padding: 2px 12px;
    background: var(--soft-green);
    font-weight: 600 !important;
}
.login-box div.msg_error p,
.magic-box div.msg_error p {
    color: #444;
    font-size: 13px;
    line-height: 14px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}
.login-box div.msg_success p,
.magic-box div.msg_success p {
    color: #444;
    font-size: 13px;
    line-height: 14px;
    background-color: #dceee7;
    border: 1px solid #a2ccb8;
    
}
.magic-box div.msg_success p {
    background-color: rgba(156, 205, 148, 0.5);
    padding: 4px 9px;
    font-size: 1rem;
    color: var(--inky-green);
}
.msg_alreadysigned {
}
.msg_alreadysigned p,
.msg_alreadysigned a {
    color: var(--not-white);
}
.msg_alreadysigned p {
    text-align: center;
    font-size: calc(0.5rem + 0.5vw);
    line-height: 150%;
}
.msg_alreadysigned a {
    display: inline-block;
    padding: 4px 12px;
    background-color: #06693aaa;
    font-weight: 700;
}
.msg_alreadysigned a.close {
    background-color: #333333aa;
}
.msg_alreadysigned strong {
    margin: 16px auto;
    padding: 4px 12px;
    font-weight: 500;
    color: #222;
    background-color: var(--not-white);
}

.login.append .login-box p {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    body.login h1,
    body.login h2.h1 {
        font-size: 44px;
    }
    body.login section.flareevent form {
        margin: 9px auto !important;
    }
    .login-box {
        padding: 30px 20px;
    }
    .login-box h1,
    .login-box h2.h1 {
        font-size: 54px;
    }

    .login-box button {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    body.login h1,
    body.login h2.h1 {
        font-size: 36px;
    }body.adminpage section
    .login-box {
        padding: 20px 15px;
    }

    .login-box h1,
    .login-box h2.h1 {
        font-size: 36px !important;
    }

    .login-box button {
        font-size: 14px;
        padding: 10px;
    }
}

input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="number"], 
textarea, 
select {
    background-color: rgba(255, 255, 255, 0.88) !important;
}
.noshow {
    display: none;
}
.flexline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

body.login section {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body.login .joining {
    color: var(--not-white);
    padding-bottom: 21px;
}
body.login .joining h2 {
    color: var(--not-white);
}
body.login section:not(.boxmain):not(.append section) {
    min-height: 100vh;
}
@media screen and (max-width: 768px) {
    body.login section:not(.boxmain):not(.append section) {
        padding: 12vw !important;
    }
    #text-joining {
      font-size: 21px;
    }
}
@media screen and (max-width: 480px) {
    body.login section:not(.boxmain):not(.append section) {
        min-height: auto !important;
        padding-top: 18vw;
        padding-bottom: 18vw;
    }
    body.login section:not(.boxmain):not(.append section) {
        padding: 12vw 3vh;
    }
    #text-joining {
      font-size: 21px;
    }
    .team.boxbeige h2 {
        font-size: calc(1.2rem + 1.2vh);
        margin-bottom: 16px;
    }
    .team.boxbeige p {
        font-size: 88%;
        line-height: 1.6rem;
    }
}
body.login .boxmain button,
body.login .flareevent button {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 16px 24px;
    text-transform: uppercase;
}
body.login section.boxmain .inside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 21px;
}
body.login .boxmain #gotoJoin {
  background: linear-gradient(135deg, #598455, #4c9141, #008f4c);
  background-size: 200% 200%;
  animation: movimientoOndeado 3s infinite linear;
}
body.login .flareevent #getTickets {
  background: linear-gradient(135deg, #779834, #4c9141, #008f4c);
  background-size: 200% 200%;
  animation: movimientoOndeado 3s infinite linear;
}
body.login .flareevent #getTickets:hover {
  background: linear-gradient(135deg, #779834, #4c9141, #008f4c);
}
.applybox {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
}
.applybox input,
.applybox button {
    max-width: 480px;
}
.applybox .eventstart {
    margin-top: 7px;
    text-align: center;
}
body.login .boxbeige .startinput {
    font-size: 16px;
    letter-spacing: 0.16px;
    padding: 12px 16px;
    background-color: #2d2e27;
    width: auto;
}

body.login .boxbeige button#getTickets {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 16px 24px;
    text-transform: uppercase;
    position: absolute;
    background-color: #2d2e27;
}

@keyframes movimientoOndeado {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Estilos para el botón */
#getTickets {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

/* Estilos para el div transparente */
#overlayButton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
    z-index: 1001; /* Por encima del botón */
}

/* Estilos para el formulario */
#emailForm {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(20px);
}

/* Muestra el formulario con animación */
#emailForm.visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

body.login section.boxmain {
    /*height: calc(100vh - var(--header-height)) !important;*/
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("../images/background/close-up-plant.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center;
    background-attachment: fixed;
    gap: 24px;
}
body.login section.flareevent {
    min-height: unset !important;
    height: calc(100vh - var(--header-height)) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-block: 120px;
}
body.login section.flareevent form {
    width: 80%;
    max-width: 640px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body.login section.flareevent form .eventstart {
    width: 100%;
    max-width: 360px;
    padding: 12px 15px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 16px;
}
body.login section.flareevent {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(225,224,211,0.7)), url("../images/background/flare2026event.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center center;
    background-attachment: fixed;
}
body.login section.flareevent:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--not-white);
    z-index: -1;
}
body.login section.flareevent h1,
body.login section.flareevent h2.h1 {
    font-family: GalaxiePolaris !important;
    color: #06693a;
}
body.login section.flareevent h2 {
    font-family: GalaxiePolaris !important;
}
body.login section.flareevent strong {
    display: block;
}
body.login section.flareevent button {
    background-color: #d2d1d8;
}
body.login section.boxlogin {
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.3)),url("../images/background/young-plant-growing.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center;
    background-attachment: fixed;
}
body.login.append section {
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.3)),url("../images/background/young-plant-growing.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center;
    background-attachment: fixed;
}
body.login section.team.boxbeige {
    position: relative;
    overflow: hidden;
}

body.login section.team.boxbeige::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/background/js-hoja-con-un-bosque-suavemente-borroso-detras.jpg") center/cover;
    z-index: -1;
    animation: zoomEffect 36s ease-in-out infinite alternate;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}
body.login section.boxwhite {
    background-color: var(--not-white);
}
#text-joining {
  font-size: 24px;
  line-height: 90%;
  font-weight: bold;
  text-align: center;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-out {
  opacity: 0;
  transform: translateY(-10px);
}
.fade-in {
  opacity: 1;
  transform: translateY(0);
}

footer {
    width: 100%;
    height: auto;
    background-color: #598455;
    color: var(--not-white);
    padding: 36px;
}
footer .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}
@media screen and (max-width: 768px) {
    footer .container {
        flex-direction: column;
        gap: 36px;
    }
}
footer a {
    color: var(--not-white);
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footerlogo .container {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: flex-start;
}
footer .column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    width: 50%;
}
@media screen and (max-width: 768px) {
    footer .column {
        width: 100%;
    }
}
footer .separator {
    margin: 12px 0;
}
footer .prelogo {
  font-family: "Barlow", serif;
  font-weight: 300;
  letter-spacing: -0.5px;
  font-style: normal;
  font-size: 24px;
}
footer .footerlogo {
  width: 180px;
}
footer .imagelogo {
width: 100px;
  margin-bottom: 12px;
  filter: brightness(0) invert(100%);
}
footer span::first-line {
  font-weight: bold;
}
footer .column:first-child span {
  line-height: 180%;
}
footer .column:last-child span {
  line-height: 100%;
}
footer .condensed {
  display: inline-block;
  transform: scaleX(0.7);
  transform-origin: left center;
}
footer .socialnetwork {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    margin: 12px 0 4px 0;
}
footer .socialnetwork .icon {
    height: 36px;
    width: 36px;
    border-radius: 50%;
}
footer .socialnetwork .icon:hover {
    opacity: 0.8;
}
@media and (max-width: 768px) and (min-aspect-ratio: 3/2) {
    /*body.login section.flareevent h1 */
    body.login h1,
    body.login h2.h1 {
        font-size: calc(1.8rem + 1.8vh);
    }
    h2 {
        margin-top: 14px;
    }
    body.login section.flareevent form {
        margin: 0 auto;
    }
    body.login section.flareevent form .eventstart {
        padding: 7px 12px;
        width: 60%;
    }
}
.docaptcha {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (max-width: 480px) and (orientation: Portrait) {
    body.login body.login section.flareevent {
        background-image: url("../images/background/flare2026event.jpg") !important;
        background-size: cover;
        background-repeat: no-repeat !important;
        background-position: center;
        background-attachment: unset !important;
        height: 72vh !important;
    }
    body.login section:not(.boxmain):not(.append section) {
        padding: 12vw 4vw !important;
    }
    body.login section {
        height: unset !important;        
        min-height: unset !important;
    }
    body.login section.boxmain {
        height: 50vh !important;
        background-image: url("../images/background/js-el-fondo-esta-hecho-de-corteza-de-roble.jpg") !important;
        padding: 16vw;
        background-attachment: unset !important;
    }
}
@media screen and (max-width: 926px) and (orientation: landscape) {
    body.login section {
        min-height: 100vh !important;
    }
}
body.privacypolicy {
  background-color: #f9f9f9;
  color: #333;
  font-size: 14px !important;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

body.privacypolicy .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

body.privacypolicy h1 {
  font-size: 36px !important;
  margin-bottom: 24px;
  text-align: center;
  color: #111;
}

body.privacypolicy section {
  background: var(--not-white);
  border-radius: 6px;
  padding: 24px 20px;
  margin-bottom: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

body.privacypolicy section h2 {
  font-size: 18px !important;
  margin-bottom: 16px;
  color: #222;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}

body.privacypolicy section p {
  font-size: 14px;
  margin-bottom: 12px !important;
}

body.privacypolicy section ul {
  padding-left: 20px;
  margin-bottom: 12px !important;
}

body.privacypolicy section ul li {
  margin-bottom: 6px;
  list-style: square;
}
.privacypolicy {
    font-size: 13px;
    margin-top: 16px;
    padding: 4px 12px;
    background-color: #00000011;
    border-radius: 7px;
    transform: translateX(-6px);
}
.privacypolicy a {
    cursor: pointer;
    text-decoration: none !important;
}
.privacypolicy a:hover {
    color: #fff;
}
.privacypolicy ul,
.privacypolicy li {
    text-align: justify;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 64rem) {
    header img.logo {
        transform: translateY(15px);
        margin-block: 10px;
    }
}

@media screen and (max-width: 926px) and (orientation: landscape) and (min-aspect-ratio: 2/1) and (hover: none) and (pointer: coarse) {
    body.login header {
        padding-left: 12px;
        padding-right: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    body.login body.login section.flareevent {
        background-image: url("../images/background/flare2026event.jpg") !important;
        background-size: cover;
        height: unset !important;
        height: calc(100dvh - var(--header-height)) !important;
        min-height: unset !important;
        padding: 12vh;
        z-index: -2;
        background-attachment: unset;
    }
    body.login body.login section.flareevent:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffff77;
        z-index: -1;
    }
    body.login .boxlogo {
        height: 90px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    body.login .logo {
        width: unset !important;
        height: 66px !important;
    }
    body.login nav.navbar {
        margin-top: 8px !important;
        margin-bottom: 0 !important;
    }
    body.login body.login section.flareevent h1 {
        font-size: 30px;
    }
    body.login h1 strong {
        display: inline;
        
    }
    body.login body.login section.flareevent h2 {
        font-size: 21px;
    }
    body.login section.boxbeige {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    body.login section.boxbeige h2 {
        font-size: 44px !important;
    }
    body.login section.boxbeige p {
        font-size: 15px !important;
        line-height: 20px !important;
    }
    body.login span.date {
        font-size: 16px;
        font-weight: bold;
    }
    body.login .applybox {
        gap: 5px;
    }
    body.login section.flareevent form {
        margin: 10px auto;
    }
    body.login section.flareevent form .eventstart {
        padding: 4px 7px !important;
    }
}



.public-lang-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px 0;
}

.public-lang-switch a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 4px;
    text-decoration: none;
    color: var(--not-white);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: rgba(255,255,255,0.08);
    backdrop-filter: blur(2px);
}

.public-lang-switch a:hover {
    background-color: rgba(255,255,255,0.18);
    text-decoration: none;
}

.public-lang-switch a.active {
    background-color: #598455;
    border-color: #598455;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .public-lang-switch {
        gap: 8px;
        margin-bottom: 14px;
    }

    .public-lang-switch a {
        min-width: 104px;
        padding: 9px 12px;
        font-size: 12px;
    }
}



.public-lang-switch{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:1.5rem;
    padding:.25rem;
    background:rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.35);
    border-radius:.35rem;
    backdrop-filter:blur(.35rem);
    -webkit-backdrop-filter:blur(.35rem);
}

.public-lang-switch .lang-option{
    display:inline-flex;
    align-items:center;
    gap:.5rem;
    padding:.45rem 0.85rem;
    border:1px solid transparent;
    border-radius:.3rem;
    text-decoration:none;
    font-size:.9rem;
    font-weight:500;
    line-height:1;
    letter-spacing: 0;
    transition:background .2s ease,color .2s ease,border-color .2s ease;
}

.public-lang-switch .lang-option:not(.active){
    background:rgba(255,255,255,.78);
    border-color:rgba(255,255,255,.55);
    color:#2e3a30;
}

.public-lang-switch .lang-option:not(.active):hover{
    background:rgba(255,255,255,.92);
    color:#1d271f;
}

.public-lang-switch .lang-option.active{
    background:#6f9b57;
    border-color:#6f9b57;
    color:#fff;
}

.public-lang-switch .flag{
    font-size:.95rem;
    line-height:1;
}

.public-lang-switch .label{
    white-space:nowrap;
}