:root {
    --asgprimary-color: #1a3a30;
    --asgsecondary-color: #2d5b5d;
    --asgaccent-color: #e98c49;
    --asgdark-color: #0d201f;
    --asglight-color: #f8f9fa;
    --asgtext-color: #333333f4;
    --asgtext-light: #fff;
    --asgoverlay-color: rgba(13, 31, 32, 0.95);
    --asgfont-heading: 'Cormorant Garamond', serif;
    --asgfont-body: 'Montserrat', sans-serif;
    --asgborder-radius: 8px;
    --asgbox-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    --asgtransition: all 0.3s ease;
}

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

body {
    font-family: var(--asgfont-body);
    color: var(--asgtext-color);
    line-height: 1.6;
    background: linear-gradient(135deg, var(--asgdark-color), var(--asgprimary-color));
    overflow-x: hidden;
}

.XkQiuvm {
    background-color: var(--asgprimary-color);
    padding: 1rem 0;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: var(--asgbox-shadow);
}

.ujJfRWuCC {
    max-width: 1582px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.gtAfxOEHiLyoyA {
    display: flex;
    align-items: center;
    gap: 1rem;
    
    h1 {
        font-family: var(--asgfont-heading);
        color: var(--asgtext-light);
        font-size: 1.8rem;
    }
    
    img {
        height: 60px;
        width: auto;
    }
}

.RFzViIlX {
    display: flex;
    align-items: center;
}

.ZYpBvDhAmYjoI {
    display: flex;
    list-style: none;
    gap: 1.5rem;
    
    li {
        position: relative;
    }
}

.HtQnyJUb {
    color: var(--asgtext-light);
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--asgtransition);
    padding: 0.5rem 0;
    
    &:hover {
        color: var(--asgaccent-color);
    }
    
    i {
        font-size: 1.2rem;
    }
}

.trtAKVEL {
    background-color: var(--asgaccent-color);
    color: var(--asgdark-color);
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: var(--asgborder-radius);
    font-weight: 700;
    cursor: pointer;
    transition: var(--asgtransition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    
    &:hover {
        background-color: darken(#e99649, 10%);
        transform: translateY(-2px);
    }
    
    i {
        font-size: 1.2rem;
    }
}

.LCUJakZIglqDapu {
    background-color: var(--asgsecondary-color);
    color: var(--asgtext-light);
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: var(--asgborder-radius);
    font-weight: 700;
    cursor: pointer;
    transition: var(--asgtransition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    
    &:hover {
        background-color: var(--asgprimary-color);
        transform: translateY(-2px);
    }
    
    i {
        font-size: 1.2rem;
    }
}

.axtxHgICI {
    position: relative;
    
    button {
        background: none;
        border: none;
        color: var(--asgtext-light);
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 0.3rem;
        font-size: 0.9rem;
        
        i {
            font-size: 1rem;
        }
    }
}

.uIMbWuYIWlQU {
    position: absolute;
    bottom: -10px;
    right: 0;
    transform: translateY(100%);
    background-color: var(--asgsecondary-color);
    padding: 1rem;
    border-radius: var(--asgborder-radius);
    width: 250px;
    box-shadow: var(--asgbox-shadow);
    opacity: 0;
    visibility: hidden;
    transition: var(--asgtransition);
    
    p {
        color: var(--asgtext-light);
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    
    a {
        color: var(--asgaccent-color);
        font-size: 0.9rem;
        text-decoration: none;
    }
}

.axtxHgICI:hover .uIMbWuYIWlQU {
    opacity: 1;
    visibility: visible;
}

.FCHkTcRjAEAcRv {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url('../gvs-art/gvs-back.webp') no-repeat center center;
    background-size: cover;
    padding: 6rem 0 4rem;
}

.ShYjsJqIcBExB {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 32, 31, 0.7);
}

.dNczUv {
    position: relative;
    z-index: 1;
    max-width: 1582px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
    color: var(--asgtext-light);
    
    h2 {
        font-family: var(--asgfont-heading);
        font-size: 3.5rem;
        margin-bottom: 1.5rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        animation: fadeInDown 1s ease;
    }
    
    p {
        font-size: 1.2rem;
        max-width: 700px;
        margin: 0 auto 3rem;
        animation: fadeIn 1.5s ease;
    }
}

.lvwIQUad {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    animation: fadeInUp 1s ease;
}

.HhMMayVH {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--asgborder-radius);
    padding: 2rem 1.5rem;
    width: 250px;
    transition: var(--asgtransition);
    border: 1px solid rgba(255, 255, 255, 0.1);
    
    &:hover {
        transform: translateY(-10px);
        background-color: rgba(233, 185, 73, 0.2);
        border-color: var(--asgaccent-color);
    }
    
    i {
        font-size: 2.5rem;
        color: var(--asgaccent-color);
        margin-bottom: 1rem;
        display: inline-block;
    }
    
    h3 {
        font-family: var(--asgfont-heading);
        color: var(--asgtext-light);
        margin-bottom: 0.5rem;
    }
    
    p {
        font-size: 0.95rem;
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
    }
}

.ZdyjmNOapU {
    background-color: var(--asgaccent-color);
    color: var(--asgdark-color);
    border: none;
    padding: 1rem 2.5rem;
    border-radius: var(--asgborder-radius);
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--asgtransition);
    animation: pulse 2s infinite;
    
    &:hover {
        background-color: darken(#e99949, 10%);
        transform: translateY(-3px);
    }
}

.RuRATQHTiXWzPEd {
    padding: 5rem 0;
    background-color: var(--asglight-color);
}

.hGeOtEMlcFjTCZ {
    max-width: 1582px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
    
    h2 {
        font-family: var(--asgfont-heading);
        font-size: 2.5rem;
        margin-bottom: 1rem;
        color: var(--asgprimary-color);
    }
    
    p {
        font-size: 1.1rem;
        color: var(--asgtext-color);
        margin-bottom: 3rem;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

.oQHivNZWWoGaC {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
}

.FEOI {
    background-color: var(--asgprimary-color);
    color: var(--asgtext-light);
    padding: 1.5rem 2rem;
    border-radius: var(--asgborder-radius);
    min-width: 120px;
    box-shadow: var(--asgbox-shadow);
    
    span:first-child {
        font-size: 2.5rem;
        font-weight: 700;
        display: block;
        margin-bottom: 0.5rem;
        font-family: var(--asgfont-heading);
    }
    
    span:last-child {
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
}

.fdSCom {
    background-color: var(--asgprimary-color);
    color: var(--asgtext-light);
    border: none;
    padding: 1rem 2.5rem;
    border-radius: var(--asgborder-radius);
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--asgtransition);
    
    &:hover {
        background-color: var(--asgsecondary-color);
        transform: translateY(-3px);
    }
}

.pioaZfucEeLP {
    padding: 5rem 0;
    background: linear-gradient(to right, var(--asglight-color) 60%, transparent 40%);
    position: relative;
}

.pYstFZUCjRuH {
    max-width: 1582px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.RnWQlEXvK {
    flex: 0 0 50%;
    padding-right: 3rem;
    
    h2 {
        font-family: var(--asgfont-heading);
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
        color: var(--asgprimary-color);
    }
    
    p {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
        line-height: 1.7;
    }
}

.YIEtSQo {
    flex: 0 0 35%;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    
    img {
        width: 100%;
        max-width: 500px;
        height: 100%;
        max-width: 500px;
        border-radius: var(--asgborder-radius);
        box-shadow: var(--asgbox-shadow);
    }
}

.QWFeUcymHie {
    flex: 0 0 100%;
    margin-top: 3rem;
    padding: 2rem;
    background-color: var(--asgsecondary-color);
    color: var(--asgtext-light);
    border-radius: var(--asgborder-radius);
    
    h3 {
        font-family: var(--asgfont-heading);
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    
    p {
        font-size: 1.1rem;
        margin-bottom: 0;
    }
}

.TduqQoGZRi {
    padding: 5rem 0;
    background-color: var(--asgprimary-color);
    color: var(--asgtext-light);
}

.bTIqRc {
    max-width: 1582px;
    margin: 0 auto;
    padding: 0 2rem;
    
    h2 {
        font-family: var(--asgfont-heading);
        font-size: 2.5rem;
        margin-bottom: 3rem;
        text-align: center;
    }
}

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

.JXUZDxJRxvodb {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    background-color: var(--asgsecondary-color);
    padding: 2rem;
    border-radius: var(--asgborder-radius);
    text-align: center;
    transition: var(--asgtransition);
    position: relative;
    overflow: hidden;
    
    &:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }
    
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: var(--asgaccent-color);
    }
}

.XeTATYFtO {
    width: 80px;
    height: 80px;
    background-color: var(--asgdark-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
    
    i {
        font-size: 2rem;
        color: var(--asgaccent-color);
    }
    
    span {
        position: absolute;
        bottom: -10px;
        right: -10px;
        background-color: var(--asgaccent-color);
        color: var(--asgdark-color);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }
}

.JXUZDxJRxvodb {
    h3 {
        font-family: var(--asgfont-heading);
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        min-height: 80px;
    }
}

.rHuJbIJzd {
    background-color: var(--asgaccent-color);
    color: var(--asgdark-color);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: var(--asgborder-radius);
    font-weight: 700;
    cursor: pointer;
    transition: var(--asgtransition);
    
    &:hover {
        background-color: darken(#e99649, 10%);
    }
}

.TwgSTbw {
    padding: 5rem 0;
    background-color: var(--asglight-color);
}

.tjIqRmxuDAcup {
    max-width: 1582px;
    margin: 0 auto;
    padding: 0 2rem;
    
    h2 {
        font-family: var(--asgfont-heading);
        font-size: 2.5rem;
        margin-bottom: 2rem;
        text-align: center;
        color: var(--asgprimary-color);
    }
}

.NMLsPbgqqKtBU {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 2.5rem;
    border-radius: var(--asgborder-radius);
    box-shadow: var(--asgbox-shadow);
}

.wjSjaS {
    margin-bottom: 1.5rem;
    position: relative;
    
    label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: var(--asgprimary-color);
    }
    
    input {
        width: 100%;
        padding: 0.8rem 0.5rem;
        border: 1px solid #ddd;
        border-radius: var(--asgborder-radius);
        font-family: var(--asgfont-body);
        font-size: 1rem;
        transition: var(--asgtransition);
        
        &:focus {
            border-color: var(--asgaccent-color);
            outline: none;
            box-shadow: 0 0 0 3px rgba(233, 185, 73, 0.2);
        }
    }
}

.huYFrcfmru {
    position: absolute;
    right: 1rem;
    top: 2.3rem;
    color: #c4303f;
    opacity: 0;
    transition: var(--asgtransition);
}

.dWzkWEZwP {
    color: #c4303f;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    display: block;
    opacity: 0;
    transition: var(--asgtransition);
}

.NIfonTjZJr {
    margin: 2rem 0;
    display: flex;
    align-items: center;
    
    input {
        margin-right: 0.5rem;
    }
    
    a {
        color: var(--asgaccent-color);
        text-decoration: none;
        
        &:hover {
            text-decoration: underline;
        }
    }
}

.VNVfdykiUHIb {
    background-color: var(--asgprimary-color);
    color: var(--asgtext-light);
    border: none;
    padding: 1rem 2rem;
    border-radius: var(--asgborder-radius);
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--asgtransition);
    width: 100%;
    
    &:hover {
        background-color: var(--asgsecondary-color);
    }
}

.nwhTHhFHvFRgx {
    padding: 5rem 0;
    background-color: var(--asgsecondary-color);
    color: var(--asgtext-light);
}

.bBnHS {
    max-width: 1582px;
    margin: 0 auto;
    padding: 0 2rem;
    
    h2 {
        font-family: var(--asgfont-heading);
        font-size: 2.5rem;
        margin-bottom: 3rem;
        text-align: center;
    }
}

.oSYIqcyTJ {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.bOqbDos {
    flex: 1;
    min-width: 300px;
    
    h3 {
        font-family: var(--asgfont-heading);
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid var(--asgaccent-color);
    }
}

.AzxF {
    margin-bottom: 1rem;
    border-radius: var(--asgborder-radius);
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.1);
}

.yQbasRtYn {
    width: 100%;
    padding: 1.2rem;
    background: none;
    border: none;
    color: var(--asgtext-light);
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--asgtransition);
    
    &:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }
    
    i {
        font-size: 1.2rem;
        transition: var(--asgtransition);
    }
}

.vYtxviVj {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 1.2rem;
    
    p {
        padding: 1rem 0;
    }
}

.AzxF.FzimvOdbx .yQbasRtYn i {
    transform: rotate(180deg);
}

.AzxF.FzimvOdbx .vYtxviVj {
    max-height: 300px;
}

.OnUNiCByVCKtz {
    padding: 5rem 0;
    background-color: var(--asglight-color);
}

.kcMbixr {
    max-width: 1582px;
    margin: 0 auto;
    padding: 0 2rem;
    
    h2 {
        font-family: var(--asgfont-heading);
        font-size: 2.5rem;
        margin-bottom: 3rem;
        text-align: center;
        color: var(--asgprimary-color);
    }
}

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

.WTjyhxiflzHH {
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    background-color: #fff;
    border-radius: var(--asgborder-radius);
    padding: 2rem;
    box-shadow: var(--asgbox-shadow);
    display: flex;
    flex-direction: column;
    transition: var(--asgtransition);
    
    &:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
}

.wxAzMbwQTw {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    
    img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 1rem;
        border: 3px solid var(--asgaccent-color);
    }
}

.cVHTUOQRTMNoQe {
    display: flex;
    gap: 0.2rem;
    
    i {
        color: var(--asgaccent-color);
        font-size: 1rem;
    }
}

.LxInUHawno {
    h3 {
        font-family: var(--asgfont-heading);
        color: var(--asgprimary-color);
        margin-bottom: 1rem;
    }
    
    p {
        font-style: italic;
        color: var(--asgtext-color);
        line-height: 1.7;
    }
}

.iBWqbOF {
    padding: 5rem 0;
    background-color: var(--asgdark-color);
    color: var(--asgtext-light);
}

.gSDbdYAJfhtzSR {
    max-width: 1582px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: center;
}

.vpuQmRQJuhAFgIP {
    flex: 1;
    min-width: 300px;
    
    h2 {
        font-family: var(--asgfont-heading);
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    p {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
        line-height: 1.7;
    }
}

.bgcsMToQTqs {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
    
    a {
        display: inline-block;
        transition: var(--asgtransition);
        
        &:hover {
            transform: translateY(-3px);
        }
        
        img {
            height: 40px;
            width: auto;
            filter: grayscale(100%) brightness(2);
            transition: var(--asgtransition);
        }
        
        &:hover img {
            filter: grayscale(0) brightness(1);
        }
    }
}

.DkCCLzxDCs {
    flex: 1;
    min-width: 250px;
    position: relative;
    
    img {
        width: 100%;
        height: auto;
        border-radius: var(--asgborder-radius);
        box-shadow: var(--asgbox-shadow);
    }
}

.zsMDhMgYmYcL {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: var(--asgaccent-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    
    img {
        width: 40px;
        height: 40px;
    }
}

.ioFh {
    background-color: var(--asgprimary-color);
    color: var(--asgtext-light);
    padding: 3rem 0 1rem;
}

.LWdjKPjP {
    max-width: 1582px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.oDIxXx {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    
    img {
        height: 50px;
        width: auto;
    }
    
    p {
        font-size: 0.9rem;
        opacity: 0.8;
    }
}

.jBhjFwx {
    margin-bottom: 1.5rem;
}

.dhHqgGRr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    list-style: none;
    
    a {
        color: var(--asgtext-light);
        text-decoration: none;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        transition: var(--asgtransition);
        
        &:hover {
            color: var(--asgaccent-color);
        }
        
        i {
            font-size: 1rem;
        }
    }
}

.SDRtuhEES {
    margin-top: 1.5rem;
}

.HqHhgrZYh {
    margin-bottom: 1.5rem;
    position: relative;
    
    label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: var(--asgprimary-color);
    }
    
    input, textarea {
        width: 100%;
        padding: 0.8rem 1rem;
        border: 1px solid #ddd;
        border-radius: var(--asgborder-radius);
        font-family: var(--asgfont-body);
        font-size: 1rem;
        transition: var(--asgtransition);
        
        &:focus {
            border-color: var(--asgaccent-color);
            outline: none;
            box-shadow: 0 0 0 3px rgba(233, 185, 73, 0.2);
        }
    }
    
    textarea {
        resize: vertical;
    }
}

.EWuW {
    position: absolute;
    right: 1rem;
    top: 2.3rem;
    color: #c4303f;
    opacity: 0;
    transition: var(--asgtransition);
}

.HRVYaxSy {
    color: #c4303f;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    display: block;
    opacity: 0;
    transition: var(--asgtransition);
}

.HVMMuCWNC {
    margin: 2rem 0;
    display: flex;
    align-items: center;
    
    input {
        margin-right: 0.5rem;
    }
    
    a {
        color: var(--asgaccent-color);
        text-decoration: none;
        
        &:hover {
            text-decoration: underline;
        }
    }
}

.BapIoZPQWJsizX {
    background-color: var(--asgprimary-color);
    color: var(--asgtext-light);
    border: none;
    padding: 1rem 2rem;
    border-radius: var(--asgborder-radius);
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--asgtransition);
    width: 100%;
    
    &:hover {
        background-color: var(--asgsecondary-color);
    }
}

.mitKUfxYBCyXM {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--asgprimary-color);
    color: var(--asgtext-light);
    padding: 1rem;
    z-index: 1999;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.mitKUfxYBCyXM.visible {
    transform: translateY(0);
}

.SDmkOwTO {
    max-width: 1582px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.kRNDOxTjfLZ {
    flex: 1;
}

.kRNDOxTjfLZ p {
    margin: 0;
    font-size: 0.9rem;
}

.kRNDOxTjfLZ a {
    color: var(--asgaccent-color);
    text-decoration: underline;
}

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

.zCPdvDuSJ {
    background-color: var(--asgaccent-color);
    color: var(--asgdark-color);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: var(--asgborder-radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--asgtransition);
}

.VZEBdv {
    background: none;
    border: none;
    color: var(--asgtext-light);
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.5rem;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.asgtickettooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--asgprimary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: var(--asgborder-radius);
    font-size: 0.8rem;
    white-space: nowrap;
    z-index: 10;
    margin-bottom: 0.5rem;
    
    &::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: var(--asgprimary-color) transparent transparent transparent;
    }
}

.POahEnEAcvI {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--asgoverlay-color);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--asgtransition);
    padding: 2rem;
    
    &.FzimvOdbx {
        opacity: 1;
        visibility: visible;
    }
}

.FAql {
    background-color: var(--asglight-color);
    border-radius: var(--asgborder-radius);
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s ease;
}

.xXBFgeutevFADdu {
    padding: 2.5rem;
    
    h3 {
        font-family: var(--asgfont-heading);
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
        color: var(--asgprimary-color);
    }
    
    p {
        margin-bottom: 1.5rem;
    }
}

.WrqsORSbTIty {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--asgprimary-color);
    cursor: pointer;
    transition: var(--asgtransition);
    
    &:hover {
        color: var(--asgaccent-color);
        transform: rotate(90deg);
    }
}

.wOXzOZV {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
    
    button {
        flex: 1;
        padding: 1rem;
        border: none;
        border-radius: var(--asgborder-radius);
        font-weight: 700;
        cursor: pointer;
        transition: var(--asgtransition);
    }
}

.oaSBdRwstltil {
    background-color: var(--asgaccent-color);
    color: var(--asgdark-color);
    border: none;
    padding: 1rem 2.5rem;
    border-radius: var(--asgborder-radius);
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--asgtransition);
    animation: pulse 2s infinite;
    
    &:hover {
        background-color: darken(#e99649, 10%);
    }
}

.ekIpzROto {
    background-color: var(--asgsecondary-color);
    color: var(--asgtext-light);
    
    &:hover {
        background-color: var(--asgprimary-color);
    }
}

.JyEZtkklTBn {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
}

.cxtvpwTmNSb {
    padding: 0.8rem 1.5rem;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 600;
    color: var(--asgtext-color);
    cursor: pointer;
    transition: var(--asgtransition);
    
    &.FzimvOdbx {
        color: var(--asgaccent-color);
        border-bottom-color: var(--asgaccent-color);
    }
}

.IybuwDVnAwI {
    display: none;
    
    &.FzimvOdbx {
        display: block;
    }
}

.fqrlLlpD {
    margin-bottom: 1.5rem;
    
    label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: var(--asgprimary-color);
    }
    
    input {
        width: 100%;
        padding: 0.8rem 1rem;
        border: 1px solid #ddd;
        border-radius: var(--asgborder-radius);
        font-family: var(--asgfont-body);
        font-size: 1rem;
        transition: var(--asgtransition);
        
        &:focus {
            border-color: var(--asgaccent-color);
            outline: none;
            box-shadow: 0 0 0 3px rgba(233, 185, 73, 0.2);
        }
    }
}

.ztPFCZ {
    position: absolute;
    right: 1rem;
    top: 2.3rem;
    color: #c4303f;
    opacity: 0;
    transition: var(--asgtransition);
}

.xiiBUEjiadCh {
    color: #c4303f;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    display: block;
    opacity: 0;
    transition: var(--asgtransition);
}

.EyBzYjcf {
    margin: 2rem 0;
    
    label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: var(--asgprimary-color);
    }
}

.MQJeBOkrbVo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    
    button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: var(--asgprimary-color);
        color: var(--asgtext-light);
        border: none;
        font-size: 1.2rem;
        cursor: pointer;
        transition: var(--asgtransition);
        display: flex;
        align-items: center;
        justify-content: center;
        
        &:hover {
            background-color: var(--asgsecondary-color);
        }
    }
    
    input {
        width: 60px;
        text-align: center;
        font-weight: 700;
        font-size: 1.2rem;
        border: 1px solid #ddd;
        border-radius: var(--asgborder-radius);
    }
}

.aIrgsKhxM {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--asgprimary-color);
    
    span:last-child {
        color: var(--asgaccent-color);
    }
}

.OpfyBtYAafKI {
    margin: 2rem 0;
    display: flex;
    align-items: center;
    
    input {
        margin-right: 0.5rem;
    }
    
    a {
        color: var(--asgaccent-color);
        text-decoration: none;
        
        &:hover {
            text-decoration: underline;
        }
    }
}

.icfNyD {
    background-color: var(--asgprimary-color);
    color: var(--asgtext-light);
    border: none;
    padding: 1rem 2rem;
    border-radius: var(--asgborder-radius);
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--asgtransition);
    width: 100%;
    
    &:hover {
        background-color: var(--asgsecondary-color);
    }
}

.MdFZVVKtPt {
    margin: 2rem 0;
    
    label {
        display: block;
        margin-bottom: 1rem;
        font-weight: 600;
        color: var(--asgprimary-color);
    }
}

.CbcDqQS {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    
    button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #f0f0f0;
        color: var(--asgprimary-color);
        border: none;
        font-weight: 700;
        cursor: pointer;
        transition: var(--asgtransition);
        display: flex;
        align-items: center;
        justify-content: center;
        
        &:hover {
            background-color: var(--asgaccent-color);
            color: var(--asgdark-color);
        }
        
        &.selected {
            background-color: var(--asgprimary-color);
            color: var(--asgtext-light);
        }
    }
}

.edKDbGkz {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    
    button {
        flex: 1;
        padding: 0.8rem;
        border: none;
        border-radius: var(--asgborder-radius);
        font-weight: 600;
        cursor: pointer;
        transition: var(--asgtransition);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }
}

.VFBYicrVwfOo {
    background-color: var(--asgprimary-color);
    color: var(--asgtext-light);
    
    &:hover {
        background-color: var(--asgsecondary-color);
    }
}

.dRDXOuk {
    background-color: #f0f0f0;
    color: var(--asgprimary-color);
    
    &:hover {
        background-color: #e0e0e0;
    }
}

.yVPoOgR {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    min-height: 24px;
    
    span:last-child {
        font-weight: 700;
        color: var(--asgprimary-color);
    }
}

.qQzMABuWE {
    text-align: center;
    margin-bottom: 1.5rem;
    
    i {
        font-size: 4rem;
        color: var(--asgaccent-color);
    }
}

.YpBuUUHaaLY {
    text-align: center;
    margin-bottom: 2rem;
}

.JoDadWXMBVfT {
    position: fixed;
    bottom: 10.2rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    background-color: var(--asgaccent-color);
    color: var(--asgdark-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--asgtransition);
    z-index: 1000;
    
    &:hover {
        background-color: darken(#e99649, 10%);
    }
    
    &.visible {
        opacity: 1;
        visibility: visible;
    }
}

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

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

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

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

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

@media (max-width: 1024px) {
    .ujJfRWuCC {
        padding: 0 1.5rem;
    }
    
    .dNczUv h2 {
        font-size: 3rem;
    }
    
    .pioaZfucEeLP {
        background: var(--asglight-color);
    }
    
    .YIEtSQo {
        position: static;
        transform: none;
        flex: 0 0 100%;
        margin-top: 2rem;
    }
    
    .RnWQlEXvK {
        flex: 0 0 100%;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .ZYpBvDhAmYjoI {
        gap: 1rem;
    }
    
    .trtAKVEL {
        padding: 0.5rem 1rem;
    }
    
    .dNczUv h2 {
        font-size: 2.5rem;
    }
    
    .HhMMayVH {
        width: calc(50% - 1rem);
    }
    
    .FEOI {
        min-width: 80px;
        padding: 1rem;
        
        span:first-child {
            font-size: 2rem;
        }
    }
    
    .JXUZDxJRxvodb {
        min-width: calc(50% - 1rem);
    }
    
    .WTjyhxiflzHH {
        min-width: calc(50% - 1rem);
    }
}

@media (max-width: 480px) {
    .ujJfRWuCC {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }
    
    .ZYpBvDhAmYjoI {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .dNczUv h2 {
        font-size: 2rem;
    }
    
    .HhMMayVH {
        width: 100%;
    }
    
    .oQHivNZWWoGaC {
        flex-wrap: wrap;
    }
    
    .FEOI {
        width: calc(50% - 1rem);
    }
    
    .JXUZDxJRxvodb {
        min-width: 100%;
    }
    
    .WTjyhxiflzHH {
        min-width: 100%;
    }
    
    .FAql {
        padding: 1.5rem;
    }
    
    .JyEZtkklTBn {
        flex-direction: column;
    }
    
    .cxtvpwTmNSb {
        border-bottom: none;
        border-left: 3px solid transparent;
        
        &.FzimvOdbx {
            border-bottom: none;
            border-left-color: var(--asgaccent-color);
        }
    }
    
    .CbcDqQS {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 320px) {
    .gtAfxOEHiLyoyA,
    .ZYpBvDhAmYjoI {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.3rem;
    }

    .ujJfRWuCC {
        gap: 0.3;
    }

    .gtAfxOEHiLyoyA img {
        display: none;
    }

    .uIMbWuYIWlQU {
        left: -55px;
    }

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

    .dNczUv h2 {
        font-size: 1.8rem;
    }
    
    .FEOI {
        width: 100%;
    }
    
    .CbcDqQS {
        grid-template-columns: repeat(4, 1fr);
    }

    .kRNDOxTjfLZ {
        text-align: center;
    }

    .bBnHS {
        padding: 0 0.2rem;
        text-align: center;
    }

    .vpuQmRQJuhAFgIP {
        min-width: 0;
        width: 100%;
        text-align: center;
    }

    .DkCCLzxDCs {
        min-width: 250px;
    }

    .bgcsMToQTqs {
        justify-content: center;
        align-items: center;
    }
}

.xbUkEjejv {
    max-width: 1582px;
    margin: 0 auto;
    padding: 120px 20px 60px;
    font-family: 'Montserrat', sans-serif;
}

.YCgbjLewSYXob {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.YCgbjLewSYXob h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    color: var(--asglight-color);
    margin-bottom: 20px;
}

.YCgbjLewSYXob i {
    font-size: 3rem;
    color: var(--asglight-color);
}

.jZLZyXX {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.PGrWkwJf {
    width: calc(33.333% - 30px);
    margin-bottom: 40px;
    padding: 25px;
    background: rgba(255,255,255,0.9);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

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

.PGrWkwJf i {
    font-size: 2rem;
    color: #2c4b53;
    margin-bottom: 15px;
    display: inline-block;
}

.PGrWkwJf h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #1a2e35;
}

.PGrWkwJf p {
    line-height: 1.6;
    color: #4a4a4a;
}

@media (max-width: 1024px) {
    .PGrWkwJf {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .YCgbjLewSYXob h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .PGrWkwJf {
        width: 100%;
    }
    
    .YCgbjLewSYXob {
        margin-bottom: 30px;
    }
}

.OtPTpRpF {
    max-width: 1582px;
    margin: 0 auto;
    padding: 120px 20px 60px;
    font-family: 'Montserrat', sans-serif;
}

.ytYCtWxBaf {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.ytYCtWxBaf h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    color: var(--asglight-color);
    margin-bottom: 20px;
}

.ytYCtWxBaf i {
    font-size: 3rem;
    color: var(--asglight-color);
}

.ahBtvSEd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fmHEyzKHKP {
    width: calc(33.333% - 30px);
    margin-bottom: 40px;
    padding: 25px;
    background: rgba(255,255,255,0.9);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.fmHEyzKHKP:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.fmHEyzKHKP i {
    font-size: 2rem;
    color: #2c4b53;
    margin-bottom: 15px;
    display: inline-block;
}

.fmHEyzKHKP h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #1a2e35;
}

.fmHEyzKHKP p {
    line-height: 1.6;
    color: #4a4a4a;
}

@media (max-width: 1024px) {
    .fmHEyzKHKP {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .ytYCtWxBaf h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .fmHEyzKHKP {
        width: 100%;
    }
    
    .ytYCtWxBaf {
        margin-bottom: 30px;
    }
}

.wSGJYfdBwOh {
    max-width: 1582px;
    margin: 0 auto;
    padding: 120px 20px 60px;
    font-family: 'Montserrat', sans-serif;
}

.aIXXubjl {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.aIXXubjl h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    color: var(--asglight-color);
    margin-bottom: 20px;
}

.aIXXubjl i {
    font-size: 3rem;
    color: var(--asglight-color);
}

.QDNieWsOEF {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mBrQTWfNJm {
    width: calc(33.333% - 30px);
    margin-bottom: 40px;
    padding: 25px;
    background: rgba(255,255,255,0.9);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.mBrQTWfNJm:hover {
    transform: scale(1.02);
}

.mBrQTWfNJm i {
    font-size: 2rem;
    color: #2c4b53;
    margin-bottom: 15px;
    display: inline-block;
}

.mBrQTWfNJm h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #1a2e35;
}

.mBrQTWfNJm p {
    line-height: 1.6;
    color: #4a4a4a;
}

@media (max-width: 1024px) {
    .mBrQTWfNJm {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .aIXXubjl h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .mBrQTWfNJm {
        width: 100%;
    }
    
    .aIXXubjl {
        margin-bottom: 30px;
    }
}

.fgMYTD {
    max-width: 1582px;
    margin: 0 auto;
    padding: 120px 20px 60px;
    font-family: 'Montserrat', sans-serif;
}

.qbfV {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.qbfV h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    color: var(--asglight-color);
    margin-bottom: 20px;
}

.qbfV i {
    font-size: 3rem;
    color: var(--asglight-color);
}

.yBupypLiqGp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pDzLTZIDEvveML {
    width: calc(33.333% - 30px);
    margin-bottom: 40px;
    padding: 25px;
    background: rgba(255,255,255,0.9);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
}

.pDzLTZIDEvveML:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.pDzLTZIDEvveML i {
    font-size: 2rem;
    color: #2c4b53;
    margin-bottom: 15px;
    display: inline-block;
}

.pDzLTZIDEvveML h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #1a2e35;
}

.pDzLTZIDEvveML p {
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 15px;
}

.pDzLTZIDEvveML a {
    color: #2c4b53;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.pDzLTZIDEvveML a:hover {
    color: #1a2e35;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .pDzLTZIDEvveML {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .qbfV h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .pDzLTZIDEvveML {
        width: 100%;
    }
    
    .qbfV {
        margin-bottom: 30px;
    }
}

.SMWpsrBA {
    max-width: 1582px;
    margin: 0 auto;
    padding: 120px 20px 60px;
    font-family: 'Montserrat', sans-serif;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.KSbVgkCy {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(255,255,255,0.9);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.KSbVgkCy i {
    font-size: 5rem;
    color: #2c4b53;
    margin-bottom: 20px;
    display: inline-block;
}

.KSbVgkCy h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    color: #1a2e35;
    margin-bottom: 20px;
}

.KSbVgkCy p {
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.quyjQPm {
    display: inline-block;
    padding: 12px 30px;
    background: #2c4b53;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.quyjQPm:hover {
    background: #1a2e35;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .KSbVgkCy h2 {
        font-size: 2rem;
    }
    
    .KSbVgkCy i {
        font-size: 4rem;
    }
}

@media (max-width: 480px) {
    .KSbVgkCy {
        padding: 30px 20px;
    }
    
    .KSbVgkCy h2 {
        font-size: 1.8rem;
    }
}