:root {
  
  --primary-gradient: linear-gradient(135deg, #007356 0%, #e5bee5 100%);
  --primary-accent: #00735a;
  --primary-text: #f8f9fa;
  --error-color: #da4a4a;
  --success-color: #38b000;
  --link-color: #0a9396;
  --error-border: #990a24;
  --text-dark: #212929;
}



*, *::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lora', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

.PTBVisMx {
    position: relative;
    width: 100%;
    min-height: 70vh;
    overflow: hidden;
}

.lfbJgWN {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-gradient);
    background-size: 200% 200%;
    animation: gradientShift 8s ease infinite;
    z-index: -1;
}

.QmxhsWWvJvwI {
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.vktYbzw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    flex-wrap: wrap;
}

.vDIS {
    display: inline-block;
    transition: transform 0.3s ease;
}

.vDIS:hover {
    transform: scale(1.05);
}

.vDIS img {
    display: block;
    width: 100%;
    max-width: 690px;
    height: 100%;
    max-height: 150px;
    border-radius: 50%;
}

.CASr {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-text);
    font-size: 0.9rem;
}

.SydYibYg {
    font-size: 1.5rem;
}

.DCxNGcqNaTV {
    background-color: var(--primary-text);
    color: var(--text-dark);
    border: none;
    padding: 0.8rem 1.5rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.DCxNGcqNaTV:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.MQiZXiPCwC {
    margin-top: 3rem;
    color: var(--primary-text);
    text-align: center;
}

.xQcLHkB {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease;
}

.obbABbG {
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
    animation: fadeInUp 1s ease 0.3s both;
}

.pRseYf {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 0.6s both;
}

.mZVWamkAG {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 15px;
    width: 200px;
    transition: all 0.3s ease;
}

.mZVWamkAG:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.2);
}

.HzxFJQ {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--primary-text);
}

.EdgSWn {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2rem;
    color: var(--primary-text);
}

.yrbev {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
    animation: fadeIn 0.5s ease;
}

.uHGEJhNwZY {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    width: 100%;
    max-width: 765px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.5s ease;
}

.YVmyiuaanIyiI {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-dark);
    transition: transform 0.3s ease;
}

.YVmyiuaanIyiI:hover {
    transform: rotate(150deg) scale(1.2);
}

.LkYPNHUPRsfT {
    text-align: center;
    margin-bottom: 1.5rem;
}

.LkYPNHUPRsfT img {
    width: 100%;
    max-width: 690px;
    height: 100%;
    max-height: 250px;
    padding-top: 10px;
    border-radius: 60%;
}

.YCYBllVBB {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.RHeknoH {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.LeQSQkNDbcg {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color: var(--text-dark);
}

.ylwNxhhVPzuf {
    position: relative;
    display: flex;
    align-items: center;
}

.HkCpJWC {
    position: absolute;
    left: 1rem;
    color: var(--primary-accent);
    font-size: 1.2rem;
}

.TjSfxwZuG {
    width: 100%;
    padding: 0.8rem 1rem 0.8rem 3rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-family: 'Lora', sans-serif;
    transition: all 0.3s ease;
}

.TjSfxwZuG:focus {
    border-color: var(--primary-accent);
    outline: none;
    box-shadow: 0 0 0 3px rgba(69, 123, 157, 0.2);
}

.TjSfxwZuG.error {
    border-color: var(--error-border);
}

.VfnCd {
    color: var(--error-color);
    font-size: 0.8rem;
    min-height: 1rem;
}

.vCWWcuhc {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.rvhJNxlrrM {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.oBDwDTP {
    display: none;
}

.RedFiLsoKTuCp {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.oBDwDTP:checked + .CowCqPZC .RedFiLsoKTuCp {
    background-color: var(--primary-accent);
    border-color: var(--primary-accent);
}

.oBDwDTP:checked + .CowCqPZC .RedFiLsoKTuCp::after {
    content: '\e9b2';
    font-family: 'boxicons';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.8rem;
}

.CowCqPZC {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
}

.xblSDknqmMrLa {
    color: var(--primary-accent);
    text-decoration: none;
    transition: color 0.3s ease;
}

.xblSDknqmMrLa:hover {
    color: var(--text-dark);
    text-decoration: underline;
}

.AtHNWoCQfqFOh {
    color: var(--error-color);
    font-size: 0.8rem;
    min-height: 1rem;
}

.DGxwGSIIms {
    background: var(--primary-gradient);
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 8px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.DGxwGSIIms:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.DGxwGSIIms:disabled {
    background: #ddd;
    color: #999;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    opacity: 0.7;
}

.qpyGFqSLuJZWU {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
    animation: fadeIn 0.5s ease;
}

.ByqInZqguKGJI {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    width: 100%;
    max-width: 500px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: bounceIn 0.5s ease;
}

.aKsTn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-dark);
    transition: transform 0.3s ease;
}

.aKsTn:hover {
    transform: rotate(150deg) scale(1.2);
}

.KioutD {
    font-size: 4rem;
    color: var(--success-color);
    margin-bottom: 1rem;
    animation: scaleIn 0.5s ease;
}

.xfTZgYI {
    font-family: 'Ubuntu', sans-serif;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.ICOObCaqN {
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.IvQyuQMg {
    font-weight: 700;
    color: var(--primary-accent);
}

.bBGAqhaAQDwOw {
    background: var(--primary-accent);
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bBGAqhaAQDwOw:hover {
    background: var(--text-dark);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.modal-enter {
    opacity: 0;
    transform: translateY(20px);
}

.modal-enter-active {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease-out;
}

.modal-exit {
    opacity: 1;
    transform: translateY(0);
}

.modal-exit-active {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from { 
        opacity: 0;
        transform: translateY(20px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from { 
        opacity: 0;
        transform: translateY(50px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceIn {
    0% { 
        opacity: 0;
        transform: scale(0.8);
    }
    50% { 
        opacity: 1;
        transform: scale(1.05);
    }
    100% { 
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes scaleIn {
    from { 
        transform: scale(0);
    }
    to { 
        transform: scale(1);
    }
}

@media (max-width: 1024px) {
    .xQcLHkB {
        font-size: 2.5rem;
    }
    
    .obbABbG {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .vktYbzw {
        flex-direction: column;
        gap: 1rem;
    }
    
    .xQcLHkB {
        font-size: 2rem;
    }
    
    .pRseYf {
        flex-direction: column;
        align-items: center;
    }
    
    .mZVWamkAG {
        width: 100%;
        max-width: 300px;
    }
    
    .uHGEJhNwZY {
        max-width: 90%;
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .QmxhsWWvJvwI {
        padding: 1rem;
    }
    
    .xQcLHkB {
        font-size: 1.8rem;
    }
    
    .uHGEJhNwZY {
        padding: 1rem;
    }
    
    .TjSfxwZuG {
        padding: 0.7rem 0.8rem 0.7rem 2.5rem;
    }
    
    .HkCpJWC {
        font-size: 1rem;
        left: 0.8rem;
    }
}

@media (max-width: 320px) {
    .xQcLHkB {
        font-size: 1.5rem;
    }
    
    .obbABbG {
        font-size: 0.9rem;
    }
}

.qrVqAoreaISrn {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.rlqPCaWaIbWVAF {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../ula-arts/ula_bg1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    animation: bgPan 20s infinite alternate;
}

.rlqPCaWaIbWVAF::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(30, 107, 103, 0.85) 0%, rgba(67, 204, 181, 0.85) 100%);
    z-index: 1;
}

.WojNEhjiptdGA {
    position: relative;
    z-index: 2;
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    color: white;
    animation: fadeInUp 1s ease;
}

.bXnc {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.tCyYeBsSIRPw {
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 1.25rem;
    opacity: 0.9;
}

.FiZwRxJGTm {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 3rem auto;
    flex-wrap: wrap;
}

.foabpuSRkvMD {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    width: 220px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.foabpuSRkvMD:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.VOiWWZXOx {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #FFD700;
}

.mGmKKclrCuyv {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
}

.BWLkUJZngEq {
    background: linear-gradient(135deg, #ff7300 0%, #ff00ff 100%);
    color: #1E276B;
    border: none;
    padding: 1rem 2.5rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}

.BWLkUJZngEq:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.BWLkUJZngEq::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 45%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 55%
    );
    transform: rotate(30deg);
    animation: shine 3s infinite;
}

@keyframes bgPan {
    0% { background-position: 10% 0%; }
    100% { background-position: 90% 100%; }
}

@keyframes shine {
    0% { transform: translateX(-100%) rotate(30deg); }
    100% { transform: translateX(100%) rotate(30deg); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .bXnc {
        font-size: 3rem;
    }
    
    .tCyYeBsSIRPw {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .bXnc {
        font-size: 2.5rem;
    }
    
    .FiZwRxJGTm {
        flex-direction: column;
        align-items: center;
    }
    
    .foabpuSRkvMD {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .bXnc {
        font-size: 2rem;
    }
    
    .tCyYeBsSIRPw {
        font-size: 1rem;
    }
    
    .WojNEhjiptdGA {
        padding: 1.5rem;
    }
}

@media (max-width: 320px) {
    .bXnc {
        font-size: 1.8rem;
    }
}

:root {
    --countdown-primary: #ce3e6e;
    --countdown-secondary: #ccec74;
    --countdown-accent: #00ffff;
    --countdown-text: #ffffff;
    --countdown-bg: linear-gradient(135deg, #1a6c65 0%, #991fb2 50%, #2d9ffd 100%);
}

.pyTqhwlEJE {
    position: relative;
    width: 100%;
    padding: 5rem 2rem;
    background: var(--countdown-bg);
    background-size: 200% 200%;
    animation: gradientShift 15s ease infinite;
    overflow: hidden;
    color: var(--countdown-text);
    text-align: center;
}

.VbbYXZfXp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.3)"/><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.3)"/><circle cx="80" cy="30" r="1" fill="rgba(255,255,255,0.3)"/><circle cx="10" cy="70" r="1" fill="rgba(255,255,255,0.3)"/><circle cx="90" cy="90" r="1" fill="rgba(255,255,255,0.3)"/></svg>');
    background-size: 50px 50px;
    animation: particlesMove 20s linear infinite;
    z-index: 1;
}

.PeMKOzhGt {
    position: relative;
    z-index: 2;
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
    animation: fadeIn 1s ease;
}

.WIVxDu {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

.udcgKTIjqB {
    max-width: 700px;
    margin: 0 auto 3rem;
    font-size: 1.25rem;
    line-height: 1.6;
    opacity: 0.9;
}

.HGscrgchs {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 3rem auto;
    flex-wrap: wrap;
}

.EZHVJxSuAc {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    padding: 1.5rem 1rem;
    min-width: 120px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.EZHVJxSuAc:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.4);
}

.rkqwuIOag {
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--countdown-accent);
    margin-bottom: 0.5rem;
    text-shadow: 0 0 10px rgba(255, 242, 0, 0.5);
    position: relative;
}

.lFvuuvosmJn {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
    display: block;
}

.fdmYerQFekP {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 3rem auto;
    animation: pulse 2s infinite;
}

.NXfDgWfk {
    font-size: 3rem;
    color: var(--countdown-accent);
}

.slyN {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(to right, #ff4d4d, #ff9500);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.lnwRz {
    background: linear-gradient(135deg, var(--countdown-primary) 0%, var(--countdown-secondary) 100%);
    color: white;
    border: none;
    padding: 1.2rem 3rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 2rem;
}

.lnwRz:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.lnwRz::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
    z-index: -1;
}

.lnwRz:hover::before {
    left: 100%;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes particlesMove {
    0% { transform: translateY(0) translateX(0); }
    100% { transform: translateY(-100px) translateX(50px); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@media (max-width: 1024px) {
    .WIVxDu {
        font-size: 2.5rem;
    }
    
    .rkqwuIOag {
        font-size: 3rem;
    }
    
    .slyN {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .HGscrgchs {
        gap: 1rem;
    }
    
    .EZHVJxSuAc {
        min-width: 100px;
        padding: 1rem 0.5rem;
    }
    
    .rkqwuIOag {
        font-size: 2.5rem;
    }
    
    .slyN {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .WIVxDu {
        font-size: 2rem;
    }
    
    .HGscrgchs {
        gap: 0.5rem;
    }
    
    .EZHVJxSuAc {
        min-width: 80px;
    }
    
    .rkqwuIOag {
        font-size: 2rem;
    }
    
    .lFvuuvosmJn {
        font-size: 0.8rem;
    }
    
    .slyN {
        font-size: 1.8rem;
    }
    
    .lnwRz {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

:root {
    --about-primary: #1d4240;
    --about-secondary: #d43c3c;
    --about-accent: #fd792d;
    --about-text: #333333;
    --about-bg: #f8f8fa;
    --card-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.LEoulLiYXeCfA {
    background-color: var(--about-bg);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}

.UofTkhSkdzD {
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
}

.UTdCoQBQoL {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
    text-align: center;
}

.caBOUYxVUT {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--about-primary);
    margin-bottom: 1.5rem;
    position: relative;
}

.caBOUYxVUT::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--about-accent);
    border-radius: 2px;
}

.tKVIeYSqs {
    max-width: 800px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--about-text);
    margin-bottom: 2rem;
}

.BnvUiKtDU {
    width: 100%;
    max-width: 1100px;
    height: 100%;
    max-height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    transition: transform 0.3s ease;
}

.BnvUiKtDU:hover {
    transform: translateY(-10px);
}

.eaUlzECPF {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.eaUlzECPF:hover {
    transform: scale(1.05);
}

.zRAzimTfa {
    text-align: center;
}

.csaDBO {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--about-primary);
    margin-bottom: 3rem;
    position: relative;
}

.csaDBO::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--about-accent);
    border-radius: 2px;
}

.YJPgzudhLluHU {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    justify-items: center;
}

.LYFLphGutV {
    background: white;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    box-shadow: var(--card-shadow);
    transition: all 0.3s ease;
    max-width: 350px;
    width: 100%;
}

.LYFLphGutV:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.LYFLphGutV:nth-child(4) {
    margin-left: 100%;
}

.LYFLphGutV:nth-child(5) {
    margin-right: -100%;
}

.YFPORKwXO {
    font-size: 2.5rem;
    color: var(--about-accent);
    margin-bottom: 1.5rem;
}

.fNqRaIatpKL {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--about-primary);
    margin-bottom: 1rem;
}

.FoWRNTAppRg {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--about-text);
}

@media (max-width: 1024px) {
    .YJPgzudhLluHU {
        grid-template-columns: repeat(2, 1fr);
    }

    .LYFLphGutV:nth-child(4) {
        margin-left: 0;
    }

    .LYFLphGutV:nth-child(5) {
        margin-right: 0;
    }

    .LYFLphGutV:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        max-width: 350px;
        justify-self: center;
    }
}

@media (max-width: 768px) {
    .LEoulLiYXeCfA {
        padding: 3rem 1.5rem;
    }

    .caBOUYxVUT,
    .csaDBO {
        font-size: 2rem;
    }
}

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

    .caBOUYxVUT,
    .csaDBO {
        font-size: 1.8rem;
    }

    .tKVIeYSqs {
        font-size: 1rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.UTdCoQBQoL,
.zRAzimTfa {
    animation: fadeInUp 0.8s ease;
}

.LYFLphGutV {
    animation: fadeInUp 0.8s ease;
}

.LYFLphGutV:nth-child(1) { animation-delay: 0.1s; }
.LYFLphGutV:nth-child(2) { animation-delay: 0.2s; }
.LYFLphGutV:nth-child(3) { animation-delay: 0.3s; }
.LYFLphGutV:nth-child(4) { animation-delay: 0.4s; }
.LYFLphGutV:nth-child(5) { animation-delay: 0.5s; }

:root {
    --ticket-primary: #2c3e50;
    --ticket-secondary: #3cb9a5;
    --ticket-accent: #e7503c;
    --ticket-text: #333;
    --ticket-light: #ecf1ef;
    --ticket-success: #4dbd7b;
    --ticket-error: #b93f32;
    --ticket-number: #90c467;
    --ticket-winner: #c43829;
}

.AbJDKM {
    padding: 4rem 2rem;
    background-color: var(--ticket-light);
}

.LTSDiJnwNMVHl {
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.nZqKvgBJBBtd,
.MXWTtbtT {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.AtESCv,
.VEdWTDowuJhIbV {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--ticket-primary);
    margin-bottom: 1.5rem;
    text-align: center;
}

.iTsDYVcoa {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.KfiUCIU {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.VSEHPAAo {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color: var(--ticket-primary);
}

.YRLYpUavaEPsPt {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-family: 'Lora', sans-serif;
    transition: all 0.3s ease;
}

.YRLYpUavaEPsPt:focus {
    border-color: var(--ticket-secondary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.YRLYpUavaEPsPt.error {
    border-color: var(--ticket-error);
}

.jNDwICgyxJ {
    color: var(--ticket-error);
    font-size: 0.8rem;
    min-height: 1rem;
}

.sPVMkpKMVtnuM {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}

.roKsRgeH {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ZMRnl {
    display: none;
}

.WieI {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.ZMRnl:checked + .RzsfQKwUQ .WieI {
    background-color: var(--ticket-secondary);
    border-color: var(--ticket-secondary);
}

.ZMRnl:checked + .RzsfQKwUQ .WieI::after {
    content: '\e9b2';
    font-family: 'boxicons';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.8rem;
}

.RzsfQKwUQ {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
}

.nAYXRLAZpGXAriz {
    color: var(--ticket-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.nAYXRLAZpGXAriz:hover {
    color: var(--ticket-primary);
    text-decoration: underline;
}

.nXWABOk {
    color: var(--ticket-error);
    font-size: 0.8rem;
    min-height: 1rem;
}

.xVtpOYb {
    background: var(--ticket-secondary);
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 8px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    opacity: 0.5;
}

.xVtpOYb.active {
    opacity: 1;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

.xVtpOYb:hover:not(:disabled) {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.5);
}

.xVtpOYb:disabled {
    cursor: not-allowed;
    background: #bdc3c7;
}

.dRfixru {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.owtticketcheckwinner-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.owtticketcheckwinner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.owtticketcheckwinner-date {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9rem;
    color: var(--ticket-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.owtticketcheckwinner-numbers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.owtticketchecknumber {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ticket-number);
    color: white;
    border-radius: 50%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}

.owtticketchecknumber.winner {
    background-color: var(--ticket-winner);
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(231, 76, 60, 0.5);
}

.owtticketcheckwinner-prize {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ticket-primary);
    text-align: center;
}

.BxiDii {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.FHaUeX {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    width: 100%;
    max-width: 500px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: bounceIn 0.5s ease;
}

.MkLBIidW,
.pxhWouXunWRZT {
    cursor: pointer;
    transition: all 0.3s ease;
}

.MkLBIidW {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    color: var(--ticket-primary);
}

.MkLBIidW:hover {
    transform: rotate(90deg);
    color: var(--ticket-accent);
}

.NXDifFAl {
    font-size: 4rem;
    color: var(--ticket-success);
    margin-bottom: 1rem;
}

.GZaWjOux {
    font-family: 'Ubuntu', sans-serif;
    color: var(--ticket-primary);
    margin-bottom: 1rem;
}

.RndadJnUEW {
    margin-bottom: 1.5rem;
    color: var(--ticket-text);
}

.ELmKgvVZvI {
    font-weight: 700;
    color: var(--ticket-secondary);
}

.pxhWouXunWRZT {
    background: var(--ticket-secondary);
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}

.pxhWouXunWRZT:hover {
    background: var(--ticket-primary);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin-right: 8px;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.xVtpOYb.active {
    background-color: #4CAF50;
}

.xVtpOYb.semi-active {
    background-color: #FFC107;
    animation: pulse 0.5s 2;
}

.sPVMkpKMVtnuM.checked {
    border-color: #4CAF50;
}

@keyframes bounceIn {
    0% { 
        opacity: 0;
        transform: scale(0.8);
    }
    50% { 
        opacity: 1;
        transform: scale(1.05);
    }
    100% { 
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 1200px) {
    .LTSDiJnwNMVHl {
        grid-template-columns: 1fr;
    }
    
    .dRfixru {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .dRfixru {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .AbJDKM {
        padding: 2rem 1rem;
    }
    
    .nZqKvgBJBBtd,
    .MXWTtbtT {
        padding: 1.5rem;
    }
    
    .AtESCv,
    .VEdWTDowuJhIbV {
        font-size: 1.5rem;
    }
    
    .dRfixru {
        grid-template-columns: 1fr;
    }
}

:root {
    --faq-primary: #2c5048;
    --faq-secondary: #34dbc5;
    --faq-accent: #e74c3c;
    --faq-text: #333;
    --faq-light: #ecf0f1;
}

.WLvazREe {
    padding: 4rem 2rem;
    background-color: var(--faq-light);
}

.LAJAcDM {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.zYZrYJYggsEG {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--faq-primary);
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.zYZrYJYggsEG::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--faq-secondary);
    border-radius: 2px;
}

.dozONUStoS {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.TvphDQGeHT {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.TvphDQGeHT:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.oeEUsfQeVvlZkHt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: white;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--faq-primary);
    transition: all 0.3s ease;
}

.oeEUsfQeVvlZkHt:hover {
    background: #f8f9fa;
}

.oeEUsfQeVvlZkHt.active {
    background: var(--faq-secondary);
    color: white;
}

.oeEUsfQeVvlZkHt.active .ZXqxMUdEdi {
    transform: rotate(45deg);
    color: white;
}

.wUJjbQW {
    margin-right: 1rem;
}

.ZXqxMUdEdi {
    font-size: 1.2rem;
    color: var(--faq-secondary);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.XVXOGsBbad {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.XVXOGsBbad.active {
    max-height: 300px;
    padding: 0 1.5rem 1.5rem;
}

.XVXOGsBbad p {
    margin: 0;
    line-height: 1.6;
    color: var(--faq-text);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.TvphDQGeHT {
    animation: fadeIn 0.5s ease;
}

.TvphDQGeHT:nth-child(1) { animation-delay: 0.1s; }
.TvphDQGeHT:nth-child(2) { animation-delay: 0.2s; }
.TvphDQGeHT:nth-child(3) { animation-delay: 0.3s; }
.TvphDQGeHT:nth-child(4) { animation-delay: 0.4s; }
.TvphDQGeHT:nth-child(5) { animation-delay: 0.5s; }
.TvphDQGeHT:nth-child(6) { animation-delay: 0.6s; }

@media (max-width: 768px) {
    .WLvazREe {
        padding: 3rem 1.5rem;
    }
    
    .zYZrYJYggsEG {
        font-size: 2rem;
    }
    
    .oeEUsfQeVvlZkHt {
        padding: 1.2rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .WLvazREe {
        padding: 2rem 1rem;
    }
    
    .zYZrYJYggsEG {
        font-size: 1.8rem;
    }
    
    .XVXOGsBbad.active {
        padding: 0 1.2rem 1.2rem;
    }
}

:root {
    --testimonials-primary: #2c504b;
    --testimonials-secondary: #34dbb7;
    --testimonials-accent: #d63b2a;
    --testimonials-text: #333;
    --testimonials-light: #f8f9fa;
    --testimonials-rating: #ffa807;
}

.ZyekvRmdE {
    padding: 5rem 2rem;
    background-color: var(--testimonials-light);
}

.tAQufJfS {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.tcBrqdHReSd {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--testimonials-primary);
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.tcBrqdHReSd::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--testimonials-secondary);
    border-radius: 2px;
}

.aSXncb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.TKIBIxrmAf {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.TKIBIxrmAf:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.UYRr {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
}

.WyFSTNjVafV {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
    background-color: #eee;
    border: 3px solid var(--testimonials-secondary);
}

.hZYTIXxFM {
    flex-grow: 1;
}

.kKcYnMcxdy {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--testimonials-primary);
    margin-bottom: 0.3rem;
}

.YOprfetshwpszt {
    color: var(--testimonials-rating);
    font-size: 1rem;
}

.uXlMOanO {
    font-size: 2rem;
    color: var(--testimonials-secondary);
    opacity: 0.2;
    position: absolute;
    top: 0;
    right: 0;
}

.BRUAvBxPb {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--testimonials-text);
    margin: 0;
    position: relative;
    z-index: 1;
}

.uUjztVFpUI {
    display: block;
    margin: 0 auto;
    background: var(--testimonials-secondary);
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.uUjztVFpUI:hover {
    background: var(--testimonials-primary);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.TKIBIxrmAf {
    animation: fadeInUp 0.6s ease;
}

.TKIBIxrmAf:nth-child(1) { animation-delay: 0.1s; }
.TKIBIxrmAf:nth-child(2) { animation-delay: 0.2s; }
.TKIBIxrmAf:nth-child(3) { animation-delay: 0.3s; }
.TKIBIxrmAf:nth-child(4) { animation-delay: 0.4s; }

@media (max-width: 768px) {
    .aSXncb {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .ZyekvRmdE {
        padding: 3rem 1.5rem;
    }
    
    .tcBrqdHReSd {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .ZyekvRmdE {
        padding: 2rem 1rem;
    }
    
    .tcBrqdHReSd {
        font-size: 1.8rem;
    }
    
    .TKIBIxrmAf {
        padding: 1.5rem;
    }
    
    .WyFSTNjVafV {
        width: 50px;
        height: 50px;
    }
    
    .kKcYnMcxdy {
        font-size: 1.1rem;
    }
    
    .uUjztVFpUI {
        padding: 0.8rem 2rem;
        font-size: 1rem;
    }
}

:root {
    --responsible-primary: #1a765f;
    --responsible-secondary: #29b995;
    --responsible-accent: #db3826;
    --responsible-text: #ffffff;
    --responsible-light: rgba(255, 255, 255, 0.9);
    --responsible-dark: rgba(0, 0, 0, 0.7);
}

.QwDrasHqDmd {
    position: relative;
    width: 100%;
    padding: 6rem 2rem;
    color: var(--responsible-text);
    text-align: center;
    overflow: hidden;
}

.uYsthq {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../ula-arts/ula_bg2.webp');
    background-size: cover;
    background-position: center;
    z-index: 0;
    filter: brightness(0.7);
}

.uYsthq::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 82, 118, 0.8) 0%, rgba(41, 128, 185, 0.8) 100%);
    z-index: 1;
}

.XTYKAlGu {
    position: relative;
    z-index: 2;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.NUtZLmv {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px var(--responsible-dark);
}

.OrEGlnruDfZRH {
    background: var(--responsible-light);
    color: var(--responsible-primary);
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 3rem;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.OrEGlnruDfZRH p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.OrEGlnruDfZRH a {
    color: var(--responsible-secondary);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.OrEGlnruDfZRH a:hover {
    color: var(--responsible-accent);
    text-decoration: underline;
}

.KdExKnfXCThVm {
    background: var(--responsible-light);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.KdExKnfXCThVm-title {
    font-family: 'Ubuntu', sans-serif;
    color: var(--responsible-primary);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.ENdYbyxXGav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.CZIMQojUApzYz {
    display: inline-block;
    transition: all 0.3s ease;
}

.CZIMQojUApzYz:hover {
    transform: translateY(-5px);
}

.CZIMQojUApzYz-image {
    background-color: white;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #ddd;
    object-fit: contain;
    transition: all 0.3s ease;
}

.CZIMQojUApzYz:hover .CZIMQojUApzYz-image {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.NUtZLmv {
    animation: fadeInUp 0.8s ease;
}

.OrEGlnruDfZRH {
    animation: fadeInUp 0.8s ease 0.2s both;
}

.KdExKnfXCThVm {
    animation: fadeInUp 0.8s ease 0.4s both;
}

@media (max-width: 768px) {
    .QwDrasHqDmd {
        padding: 4rem 1.5rem;
    }
    
    .NUtZLmv {
        font-size: 2.2rem;
    }
    
    .OrEGlnruDfZRH,
    .KdExKnfXCThVm {
        padding: 1.5rem;
    }
    
    .ENdYbyxXGav {
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .QwDrasHqDmd {
        padding: 3rem 1rem;
    }
    
    .NUtZLmv {
        font-size: 1.8rem;
    }
    
    .OrEGlnruDfZRH p {
        font-size: 1rem;
    }
    
    .ENdYbyxXGav {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .CZIMQojUApzYz-image {
        width: 150px;
        height: 70px;
    }
}

:root {
    --footer-bg: #2c504d;
    --footer-text: #ecf0f1;
    --footer-accent: #34dbbfd2;
    --footer-border: rgba(255, 255, 255, 0.1);
}

.ejjbVdq {
    background-color: var(--footer-bg);
    color: var(--footer-text);
    padding: 2.5rem 2rem;
    border-top: 1px solid var(--footer-border);
}

.vyZntyqkFb {
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.uiQhRTrWrmNaiE,
.FLGHKdVswHIvm {
    flex: 1;
    min-width: 200px;
}

.GpbjwlZ {
    flex: 0 0 auto;
}

.mgfYyLdpA {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.IUwogBByLL {
    font-size: 0.9rem;
    opacity: 0.8;
}

.scmFVwgCBlqL {
    display: inline-block;
    transition: transform 0.3s ease;
}

.scmFVwgCBlqL:hover {
    transform: scale(1.05);
}

.WatTOmKOuOf {
    display: block;
    height: auto;
}

.KOupRkznqH {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}

.frlLDprFtloaJM {
    color: var(--footer-text);
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
    padding-bottom: 3px;
}

.frlLDprFtloaJM:hover {
    color: var(--footer-accent);
}

.frlLDprFtloaJM::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--footer-accent);
    transition: width 0.3s ease;
}

.frlLDprFtloaJM:hover::after {
    width: 100%;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.ejjbVdq {
    animation: fadeIn 0.8s ease;
}

@media (max-width: 768px) {
    .vyZntyqkFb {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .uiQhRTrWrmNaiE,
    .FLGHKdVswHIvm {
        min-width: 100%;
    }
    
    .KOupRkznqH {
        justify-content: center;
    }
    
    .WatTOmKOuOf {
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .ejjbVdq {
        padding: 2rem 1rem;
    }

    .WatTOmKOuOf {
        width: 100%;
    }
    
    .KOupRkznqH {
        gap: 1rem;
    }
}

.vNIT {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8f9fa;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  z-index: 9998;
  display: none;
}

.vFQaPYFoinHoq {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.MsNNZVDfnch {
  flex: 1;
  padding-right: 20px;
}

.LJjfqC {
  margin: 0;
  font-family: 'Lora', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.IvuzOCPVqZFftB {
  color: #90c467;
  text-decoration: underline;
}

.UJEji {
  background-color: #2ecc71;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 4px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.UJEji:hover {
  background-color: #27ae60;
}

.bnEuwdwJ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.99);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none;
}

.VuMXHWJot {
  background-color: #2c3e50;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.xkXraTXZCXOb {
  text-align: center;
}

.SIiwrISvEdV {
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  color: #ecf0f1;
  margin-bottom: 15px;
}

.WMpbEfVUGPEM {
  font-family: 'Lora', sans-serif;
  font-size: 16px;
  color: #bdc3c7;
  margin-bottom: 25px;
  line-height: 1.5;
}

.bKTTa {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.oDKVaIJhSVn {
  background-color: #90c467;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 4px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.oDKVaIJhSVn:hover {
  background-color: #29b959;
}

.WwAQWwRmfgvB {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 4px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.WwAQWwRmfgvB:hover {
  background-color: #c0392b;
}

@media (max-width: 768px) {
  .owtcoo__ies-content {
    flex-direction: column;
    text-align: center;
  }
  
  .owtcoo__ies-text {
    padding-right: 0;
    margin-bottom: 15px;
  }
  
  .bKTTa {
    flex-direction: column;
  }
  
  .oDKVaIJhSVn,
  .WwAQWwRmfgvB {
    width: 100%;
  }
}

.vHSUIiavox {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  background-image: url('../ula-arts/ula_bg3.webp');
  background-size: cover;
  background-position: center;
  padding: 4rem 2rem;
  color: white;
}

.vHSUIiavox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.zqbHg {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.HDfQDR {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.QbxwWaefN {
  font-family: 'Lora', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.uBRVIkYcg {
  padding: 4rem 2rem;
  background-color: #f8f9fa;
}

.xjaz {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  background: white;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.TKjLlYs {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  text-align: center;
}

.eXebVMD {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.AYkeTERYGqVj {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mLMPkdtYhkkT {
  color: #e74c3c;
  font-size: 0.85rem;
  min-height: 1.2rem;
}

.QpFpFj {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-family: 'Lora', sans-serif;
  transition: all 0.3s ease;
}

.QpFpFj:focus {
  border-color: #90c467;
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.QpFpFj.error {
  border-color: #e74c3c;
}

.vQtdYpWt {
  min-height: 150px;
  resize: vertical;
}

.nchbORBdGFw {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

.eIZTEJsCe {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.fBXSPI {
  display: none;
}

.uaZCErubkOsq {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.fBXSPI:checked + .MEIFCabNwsll .uaZCErubkOsq {
  background-color: #90c467;
  border-color: #90c467;
}

.fBXSPI:checked + .MEIFCabNwsll .uaZCErubkOsq::after {
  content: '\e9b2';
  font-family: 'boxicons';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.8rem;
}

.MEIFCabNwsll {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.9rem;
}

.bLfAswsu {
  color: #90c467;
  text-decoration: none;
  transition: color 0.3s ease;
}

.bLfAswsu:hover {
  color: #29b959;
  text-decoration: underline;
}

.uIpzTQ {
  color: #e74c3c;
  font-size: 0.85rem;
  min-height: 1.2rem;
}

.bGNrfonJ {
  background: #90c467;
  color: white;
  border: none;
  padding: 1rem;
  border-radius: 8px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

.bGNrfonJ:disabled {
  background: #bdc3c7;
  cursor: not-allowed;
  opacity: 0.7;
}

.bGNrfonJ:not(:disabled):hover {
  background: #29b959;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.MDucXvFTLXQNIAv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(5px);
}

.xFkoOBjauHdi {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  width: 100%;
  max-width: 500px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: bounceIn 0.5s ease;
}

.FCyOX,
.PeVNBwJliLdv {
  cursor: pointer;
  transition: all 0.3s ease;
}

.FCyOX {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  color: #2c3e50;
}

.FCyOX:hover {
  transform: rotate(90deg);
  color: #e74c3c;
}

.MfzQqpANs {
  font-size: 4rem;
  color: #2ecc71;
  margin-bottom: 1rem;
}

.ziLUkOmryD {
  font-family: 'Ubuntu', sans-serif;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.DcORUaul {
  margin-bottom: 1.5rem;
  color: #333;
}

.wNHDWhUOtBgxK {
  font-weight: 700;
  color: #90c467;
}

.PeVNBwJliLdv {
  background: #90c467;
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
}

.PeVNBwJliLdv:hover {
  background: #2c3e50;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes bounceIn {
  0% { transform: scale(0.8); opacity: 0; }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin-right: 8px;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.bGNrfonJ.active {
    background-color: #4CAF50;
}

.bGNrfonJ.semi-active {
    background-color: #FFC107;
}

.QpFpFj.error {
    border-color: #f44336;
}

.nchbORBdGFw.checked {
    border-color: #4CAF50;
}

@media (max-width: 768px) {
  .vHSUIiavox {
    min-height: 300px;
    padding: 3rem 1.5rem;
  }
  
  .HDfQDR {
    font-size: 2.2rem;
  }
  
  .QbxwWaefN {
    font-size: 1rem;
  }
  
  .xjaz {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .vHSUIiavox {
    min-height: 250px;
    padding: 2rem 1rem;
  }
  
  .HDfQDR {
    font-size: 1.8rem;
  }
  
  .uBRVIkYcg {
    padding: 2rem 1rem;
  }
}

.JXtKAhKeLXXG {
  position: relative;
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(135deg, #1a5276 0%, #90c467 100%);
  padding: 4rem 2rem;
  color: white;
}

.xXkFShuXlosc {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.ufjaT {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.PtvoVhFU {
  padding: 4rem 2rem;
  background-color: #f8f9fa;
}

.BQrZQL {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.yqEtnMt {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.yqEtnMt:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.bBGTumLGf {
  font-size: 2.5rem;
  color: #90c467;
  margin-bottom: 1rem;
}

.uKHTc {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.4rem;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.uKHTc {
  font-family: 'Lora', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

@media (max-width: 1024px) {
  .BQrZQL {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .JXtKAhKeLXXG {
    min-height: 250px;
    padding: 3rem 1.5rem;
  }
  
  .ufjaT {
    font-size: 2.5rem;
  }
  
  .PtvoVhFU {
    padding: 3rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .JXtKAhKeLXXG {
    min-height: 200px;
    padding: 2rem 1rem;
  }
  
  .ufjaT {
    font-size: 2rem;
  }
  
  .PtvoVhFU {
    padding: 2rem 1rem;
  }
  
  .BQrZQL {
    grid-template-columns: 1fr;
  }
  
  .yqEtnMt {
    padding: 1.5rem;
  }
  
  .bBGTumLGf {
    font-size: 2rem;
  }
  
  .uKHTc {
    font-size: 1.2rem;
  }
}

.wcVSxhJSuemRz {
  position: relative;
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(135deg, #1a7376 0%, #836e8b 100%);
  padding: 4rem 2rem;
  color: white;
}

.pBvJBo {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.GBQbSL {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.EitD {
  padding: 4rem 2rem;
  background-color: #f8f9fa;
}

.bgCdcYkdaEVTO {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.GMOB {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.GMOB:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.iPUbHFuqUY {
  font-size: 2.5rem;
  color: #90c467;
  margin-bottom: 1rem;
}

.xOEwCr {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.4rem;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.bvrfphw {
  font-family: 'Lora', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

@media (max-width: 1024px) {
  .bgCdcYkdaEVTO {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .wcVSxhJSuemRz {
    min-height: 250px;
    padding: 3rem 1.5rem;
  }
  
  .GBQbSL {
    font-size: 2.5rem;
  }
  
  .EitD {
    padding: 3rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .wcVSxhJSuemRz {
    min-height: 200px;
    padding: 2rem 1rem;
  }
  
  .GBQbSL {
    font-size: 2rem;
  }
  
  .EitD {
    padding: 2rem 1rem;
  }
  
  .bgCdcYkdaEVTO {
    grid-template-columns: 1fr;
  }
  
  .GMOB {
    padding: 1.5rem;
  }
  
  .iPUbHFuqUY {
    font-size: 2rem;
  }
  
  .xOEwCr {
    font-size: 1.2rem;
  }
}