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

body {
    font-family: 'Urbanist', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    padding-top: 120px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Courgette', cursive;
}

.wIvWggaK {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.MkQXaCYnOG {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 20px;
}

.lBbok {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.NGfzkHEsW {
    display: flex;
    align-items: center;
    gap: 10px;
}

.NGfzkHEsW h1 {
    font-size: 24px;
    color: #864371;
}

.NGfzkHEsW i {
    font-size: 28px;
    color: #49459d;
}

.lRMHCsQZpq {
    display: flex;
    gap: 15px;
}

.XUyLMeKGBadd, .lKaIISaqmw {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.XUyLMeKGBadd {
    background-color: #49459d;
    color: white;
}

.lKaIISaqmw {
    background-color: #bda8dc;
    color: #5f347a;
}

.XUyLMeKGBadd:hover {
    background-color: #5f347a;
    transform: translateY(-2px);
}

.lKaIISaqmw:hover {
    background-color: #8ecae6;
    transform: translateY(-2px);
}

.JooSKF {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.JooSKF i {
    font-size: 24px;
    color: #864371;
}

.JooSKF p {
    font-size: 14px;
    color: #5f347a;
}

.JZLFJS {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 0;
    background-color: #f8f9fa;
    border: none;
    border-radius: 4px;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    color: #5f347a;
    cursor: pointer;
    transition: all 0.3s ease;
}

.JZLFJS i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.JZLFJS:hover {
    background-color: #e9ecef;
}

.qnxbhBddsgs, .agcjYGvjgmv, .kReoNS {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2000;
    overflow-y: scroll;
}

.StPUilt, .subfiNdWvB, .LSNZus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.BVqysSLv {
    position: relative;
    width: 100%;
    background-image: linear-gradient(rgba(81, 29, 87, 0.9), rgba(72, 29, 87, 0.9)), url('../cvp-media/cvp-art1.webp');
    background-size: cover;
    background-position: center;
    padding: 30px;
    margin-top: 120px;
    animation: tyaslideDown 0.5s ease-out;
}

.TcRbVuWBP {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 120px auto 0;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    animation: tyaslideDown 0.5s ease-out;
}

.EcrlFTLJ {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 120px auto 0;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    animation: tyaslideDown 0.5s ease-out;
}

@keyframes tyaslideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.vVvujZIh, .PkPWXxp, .jHAyND {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.PkPWXxp, .jHAyND {
    color: #333;
}

.vVvujZIh:hover, .PkPWXxp:hover, .jHAyND:hover {
    transform: rotate(90deg);
}

.hNgOvOC {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.DobthVpaSOfm {
    padding: 12px 25px;
    border-radius: 30px;
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.DobthVpaSOfm.lQjGjWg {
    background-color: #864371;
    border-color: #864371;
}

.DobthVpaSOfm:hover:not(.lQjGjWg) {
    background-color: rgba(255, 255, 255, 0.1);
}

.ZnaKBNDRu {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5f347a;
    margin-bottom: 20px;
    font-size: 24px;
}

.ZnaKBNDRu i {
    color: #49459d;
}

.QdoRLBXkFyA, .VeOmPeeGib {
    max-width: 500px;
    margin: 0 auto;
    display: none;
}

.QdoRLBXkFyA.lQjGjWg, .VeOmPeeGib.lQjGjWg {
    display: block;
}

.umMveREAS {
    margin-bottom: 20px;
}

.umMveREAS label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    margin-bottom: 8px;
    font-weight: 500;
}

.VeOmPeeGib .umMveREAS label {
    color: #5f347a;
}

.umMveREAS input, .umMveREAS select, .umMveREAS textarea {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.VeOmPeeGib .umMveREAS input,
.VeOmPeeGib .umMveREAS select,
.VeOmPeeGib .umMveREAS textarea {
    border-color: #ddd;
    background-color: white;
    color: #333;
}

.umMveREAS textarea {
    resize: vertical;
    min-height: 100px;
}

.umMveREAS input:focus, .umMveREAS select:focus, .umMveREAS textarea:focus {
    outline: none;
    border-color: #bda8dc;
}

.nElP {
    position: relative;
}

.mfjlvrZy {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    cursor: pointer;
}

.VeOmPeeGib .mfjlvrZy {
    color: #333;
}

.HDahIzrJMoHnq {
    color: #ffbe0b;
    font-size: 14px;
    margin-top: 5px;
    min-height: 18px;
}

.VeOmPeeGib .HDahIzrJMoHnq {
    color: #864371;
}

.QptXxdmegG {
    margin: 20px 0;
}

.ctuWqhuU {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    min-height: 24px;
}

.ctuWqhuU input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    z-index: 2; 
}

.GQtsIao {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    transition: all 0.3s ease;
    z-index: 1;
}

.VeOmPeeGib .GQtsIao {
    border-color: #ddd;
}

.ctuWqhuU:hover .GQtsIao {
    border-color: #bda8dc;
}

.ctuWqhuU input:checked ~ .GQtsIao {
    background-color: #864371;
    border-color: #864371;
}

.GQtsIao::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.ctuWqhuU input:checked ~ .GQtsIao::after {
    display: block;
}

.ctuWqhuU label {
    margin: 0;
    color: white;
    font-weight: 400;
    cursor: pointer;
}

.VeOmPeeGib .ctuWqhuU label {
    color: #333;
}

.ctuWqhuU a {
    color: #bda8dc;
    text-decoration: none;
}

.VeOmPeeGib .ctuWqhuU a {
    color: #49459d;
}

.ctuWqhuU a:hover {
    text-decoration: underline;
}

.ttmwQFIUAC {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    background-color: #864371;
    color: white;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ttmwQFIUAC:disabled {
    background-color: rgba(230, 57, 70, 0.5);
    cursor: not-allowed;
}

.ttmwQFIUAC:not(:disabled):hover {
    background-color: #c1121f;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.FsbfFOljkg i {
    font-size: 60px;
    color: #4bb543;
    margin-bottom: 20px;
}

.mKfeNhvItiulK {
    color: #5f347a;
    font-size: 28px;
    margin-bottom: 15px;
}

.CViGsnrrKvhMmp {
    color: #333;
    margin-bottom: 25px;
    font-size: 16px;
}

.ZwpnZJSIycE {
    padding: 12px 25px;
    border-radius: 30px;
    background-color: #49459d;
    color: white;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ZwpnZJSIycE:hover {
    background-color: #5f347a;
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    .NGfzkHEsW h1 {
        font-size: 22px;
    }
    
    .XUyLMeKGBadd, .lKaIISaqmw {
        padding: 8px 16px;
    }
    
    .JooSKF p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 140px;
    }
    
    .lBbok {
        flex-direction: column;
        gap: 15px;
        padding-bottom: 20px;
    }

    .JooSKF {
        display: none;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
    }
    
    .JooSKF.lQjGjWg {
        display: flex;
        max-height: 500px;
        opacity: 1;
        padding: 15px 0;
    }
    
    .JZLFJS {
        display: flex;
    }
    
    .JZLFJS.lQjGjWg i {
        transform: rotate(180deg);
    }
    
    .lRMHCsQZpq {
        width: 100%;
        justify-content: center;
    }
    
    .JooSKF {
        flex-direction: column;
        text-align: center;
    }
    
    .BVqysSLv, .TcRbVuWBP, .EcrlFTLJ {
        margin-top: 140px;
        padding: 20px;
    }
    
    .hNgOvOC {
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .NGfzkHEsW h1 {
        font-size: 20px;
    }
    
    .lRMHCsQZpq {
        flex-direction: column;
        gap: 10px;
    }
    
    .XUyLMeKGBadd, .lKaIISaqmw {
        width: 100%;
        justify-content: center;
    }
    
    .DobthVpaSOfm {
        width: 100%;
        justify-content: center;
    }
    
    .TcRbVuWBP, .EcrlFTLJ {
        margin: 140px 15px 0;
        width: auto;
    }
}

@media (max-width: 320px) {
    .MkQXaCYnOG {
        padding: 0 10px;
    }
    
    .NGfzkHEsW h1 {
        font-size: 18px;
    }

    .JooSKF p {
        font-size: 12px;
    }
    
    .BVqysSLv, .TcRbVuWBP, .EcrlFTLJ {
        padding: 15px;
    }
}

.olzhvBjlV {
    position: relative;
    padding: 80px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../cvp-media/cvp-art3.webp');
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
}

.fLfwqI {
    max-width: 1450px;
    margin: 0 auto;
}

.pxdwTUAY {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.InSRJflZ {
    flex: 1;
    min-width: 300px;
}

.Tsyc {
    flex: 1;
    min-width: 300px;
}

.CyrCCmt {
    font-family: 'Courgette', cursive;
    font-size: 42px;
    margin-bottom: 20px;
    color: #f6ff00;
    animation: tyaglow 2s infinite alternate;
}

@keyframes tyaglow {
    from {
        text-shadow: 0 0 5px #f6ff00;
    }
    to {
        text-shadow: 0 0 15px #f6ff00, 0 0 20px #f6ff00;
    }
}

.YsELkuDgC {
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    min-height: 60px;
}

.kMIQneEwhFWW {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px;
}

.niPiLEnrdR {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.niPiLEnrdR:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 215, 0, 0.2);
}

.niPiLEnrdR i {
    font-size: 24px;
    color: #f6ff00;
}

.xzAhmDeSl {
    font-family: 'Courgette', cursive;
    font-size: 32px;
    margin-bottom: 15px;
    color: white;
}

.KdfOAOf {
    font-family: 'Urbanist', sans-serif;
    margin-bottom: 25px;
    min-height: 60px;
}

.IOWUPEwbGFIoU {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    margin-bottom: 30px;
    color: #f6ff00;
    animation: tyapulse 1.5s infinite;
}

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

.IOWUPEwbGFIoU i {
    font-size: 32px;
}

.TfpM {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.ufVcVuYVWn {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    border-radius: 8px;
    min-width: 100px;
    border: 1px solid #f6ff00;
}

.VpialfmT,
.HxUapgBjufu,
.PtykuUHq,
.tVjKbd {
    display: block;
    font-family: 'Courgette', cursive;
    font-size: 36px;
    color: #f6ff00;
}

.OWpfNtS {
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tvWnHhzmTCv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    margin: 0 auto;
    background-color: #864371;
    color: white;
    border: none;
    border-radius: 30px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tvWnHhzmTCv:hover {
    background-color: #c1121f;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
    .CyrCCmt {
        font-size: 36px;
    }
    
    .ufVcVuYVWn {
        min-width: 80px;
    }
    
    .VpialfmT,
    .HxUapgBjufu,
    .PtykuUHq,
    .tVjKbd {
        font-size: 30px;
    }
}

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

    .InSRJflZ,
    .Tsyc {
      margin: 0 auto;
        text-align: center;
    }
    
    .CyrCCmt {
        font-size: 32px;
    }
    
    .xzAhmDeSl {
        font-size: 28px;
    }
    
    .IOWUPEwbGFIoU {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .olzhvBjlV {
        padding: 230px 5px;
    }

    .InSRJflZ,
    .Tsyc {
      width: 100%;
      max-width: 300px;
    }

    .tyalotterylef {
      padding: 5px 10px;
    }
    
    .TfpM {
        justify-content: center;
    }

    .kMIQneEwhFWW {
      justify-content: center;
      align-items: center;
    }
    
    .ufVcVuYVWn {
        min-width: 70px;
        padding: 10px 15px;
    }
    
    .VpialfmT,
    .HxUapgBjufu,
    .PtykuUHq,
    .tVjKbd {
        font-size: 24px;
    }
}

@media (max-width: 320px) {
    .ufVcVuYVWn {
        min-width: 60px;
    }
    
    .CyrCCmt {
        font-size: 25px;
    }

    .YsELkuDgC {
        font-size: 15px;
        padding: 5px 10px;
    }
    
    .niPiLEnrdR {
        padding: 10px 15px;
    }
}

.DuBPkEjovuRNf {
    position: relative;
    padding: 80px 20px;
    background-image: linear-gradient(rgba(67, 29, 87, 0.85), rgba(55, 29, 87, 0.85)), url('../cvp-media/cvp-art2.webp');
    background-size: cover;
    background-position: center;
    color: white;
}

.eqWYylt {
    max-width: 1450px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

.XeSNWgbd {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.kYynLJcyT {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 215, 0, 0.3);
    animation: tyafadeIn 1s ease-out;
}

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

.VNFBAaRbY {
    font-family: 'Courgette', cursive;
    font-size: 32px;
    color: #f6ff00;
    margin-bottom: 20px;
    position: relative;
}

.VNFBAaRbY::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #f6ff00;
}

.IbBUmXadX {
    font-family: 'Urbanist', sans-serif;
}

.IbBUmXadX p {
    margin-bottom: 15px;
    min-height: 60px;
    line-height: 1.6;
}

.Wmmfjnq {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease;
}

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

.Wmmfjnq img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.LAWJnSrPBCS {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 215, 0, 0.3);
    height: 800px;
    display: flex;
    flex-direction: column;
}

.EYTyMQgzA {
    font-family: 'Courgette', cursive;
    font-size: 32px;
    color: #f6ff00;
    margin-bottom: 30px;
    text-align: center;
}

.hVIGakxWzQ {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex: 1;
}

.AOkDKRzYEYlc {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 25px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    animation: tyacardEntrance 0.8s ease-out;
    animation-fill-mode: backwards;
}

@keyframes tyacardEntrance {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

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

.AOkDKRzYEYlc:hover {
    background-color: rgba(230, 57, 70, 0.2);
    border-color: #864371;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.AOkDKRzYEYlc i {
    font-size: 40px;
    color: #f6ff00;
    margin-bottom: 15px;
}

.AOkDKRzYEYlc h3 {
    font-family: 'Courgette', cursive;
    font-size: 20px;
    margin-bottom: 15px;
    color: white;
}

.AOkDKRzYEYlc p {
    font-family: 'Urbanist', sans-serif;
    margin-bottom: 20px;
    flex: 1;
    min-height: 80px;
}

.RgRi {
    padding: 10px 20px;
    background-color: #864371;
    color: white;
    border: none;
    border-radius: 30px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.RgRi:hover {
    background-color: #aa1923;
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    .eqWYylt {
        flex-direction: column;
    }
    
    .XeSNWgbd {
        width: 100%;
    }
    
    .LAWJnSrPBCS {
        height: auto;
    }
    
    .hVIGakxWzQ {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .DuBPkEjovuRNf {
        padding: 50px 15px;
    }
    
    .VNFBAaRbY, .EYTyMQgzA {
        font-size: 28px;
    }
    
    .AOkDKRzYEYlc {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .kYynLJcyT, .LAWJnSrPBCS {
        padding: 20px;
    }
    
    .AOkDKRzYEYlc i {
        font-size: 32px;
    }
}

@media (max-width: 320px) {
    .DuBPkEjovuRNf {
        padding: 30px 10px;
    }
    
    .VNFBAaRbY, .EYTyMQgzA {
        font-size: 24px;
    }
    
    .AOkDKRzYEYlc {
        padding: 15px;
    }
}

.tPNVoZ {
    position: relative;
    padding: 80px 20px;
    background-color: #f8f9fa;
}

.fhfFYw {
    max-width: 1450px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

.iBMq {
    width: 50%;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.XXmFKesblQhxwp {
    font-family: 'Courgette', cursive;
    font-size: 32px;
    color: #5f347a;
    margin-bottom: 15px;
}

.jfQqbfPIVshpfu {
    font-family: 'Urbanist', sans-serif;
    margin-bottom: 30px;
    min-height: 60px;
    color: #49459d;
}

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

.oopWNZFPUSaT label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
    color: #5f347a;
}

.oopWNZFPUSaT input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.oopWNZFPUSaT input:focus {
    outline: none;
    border-color: #bda8dc;
}

.ZXAOvAPOvXcQcL {
    color: #864371;
    font-size: 14px;
    margin-top: 5px;
    min-height: 18px;
}

.qSIWsItxzqV {
    margin-top: 20px;
}

.qrXxS {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    min-height: 24px;
    user-select: none;
}

.qrXxS input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 24px;
    width: 24px;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 2;
}

.LIBnwozsKD {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 4px;
    background-color: white;
    transition: all 0.2s ease;
}

.qrXxS:hover input ~ .LIBnwozsKD {
    border-color: #bda8dc;
}

.qrXxS input:checked ~ .LIBnwozsKD {
    background-color: #864371;
    border-color: #864371;
}

.LIBnwozsKD::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.qrXxS input:checked ~ .LIBnwozsKD::after {
    display: block;
}

.qrXxS label {
    margin-left: 5px;
    color: #5f347a;
    font-family: 'Urbanist', sans-serif;
    line-height: 1.4;
}

.qrXxS a {
    color: #49459d;
    text-decoration: none;
}

.qrXxS a:hover {
    text-decoration: underline;
}

.OFOmqiPPWIg {
    padding: 15px;
    background-color: #864371;
    color: white;
    border: none;
    border-radius: 8px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.OFOmqiPPWIg:disabled {
    background-color: rgba(230, 57, 70, 0.5);
    cursor: not-allowed;
}

.OFOmqiPPWIg:not(:disabled):hover {
    background-color: #c1121f;
    transform: translateY(-2px);
}

.qjiZDvTikkM {
    width: 50%;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.zsqLlvHxGwrsn {
    font-family: 'Courgette', cursive;
    font-size: 32px;
    color: #5f347a;
    margin-bottom: 30px;
}

.BVvVqprAPg {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.fkiAOen {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.fkiAOen h4 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    color: #5f347a;
}

.zucuuX {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.weuHW {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #49459d;
    color: white;
    border-radius: 50%;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.RlIGYOqVe {
    background-color: #864371;
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(230, 57, 70, 0.5);
}

.qDPDkQAL {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3000;
}

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

.CbvbhM {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 100px auto;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    animation: tyaticketverifyfadein 0.5s ease-out;
}

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

.vkPDengEwsKI {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

.LADqJrz i {
    font-size: 60px;
    color: #4bb543;
    margin-bottom: 20px;
}

.pJBLaSybMs {
    font-family: 'Courgette', cursive;
    font-size: 28px;
    color: #5f347a;
    margin-bottom: 15px;
}

.JpaGtuXKLO {
    font-family: 'Urbanist', sans-serif;
    margin-bottom: 25px;
    color: #333;
}

.FllxAW {
    padding: 12px 25px;
    background-color: #49459d;
    color: white;
    border: none;
    border-radius: 30px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.FllxAW:hover {
    background-color: #5f347a;
}

@media (max-width: 1024px) {
    .fhfFYw {
        flex-direction: column;
    }
    
    .iBMq,
    .qjiZDvTikkM {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tPNVoZ {
        padding: 50px 15px;
    }
    
    .XXmFKesblQhxwp,
    .zsqLlvHxGwrsn {
        font-size: 28px;
    }
    
    .weuHW {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .iBMq,
    .qjiZDvTikkM {
        padding: 20px;
    }
    
    .zucuuX {
        justify-content: center;
    }
    
    .CbvbhM {
        padding: 30px 20px;
        margin: 50px auto;
    }
}

@media (max-width: 320px) {
    .tPNVoZ {
        padding: 30px 10px;
    }
    
    .XXmFKesblQhxwp,
    .zsqLlvHxGwrsn {
        font-size: 24px;
    }
    
    .weuHW {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.ELfeojz {
    padding: 80px 20px;
    background-color: #5f347a;
    color: white;
}

.appvrAHrIi {
    max-width: 1450px;
    margin: 0 auto;
    text-align: center;
}

.NlsOaKkmi {
    font-size: 42px;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
}

.NlsOaKkmi::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #864371;
    border-radius: 2px;
}

.jgXloibClkrYG {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.qMUgnBseM {
    width: 350px;
    padding: 30px;
    background-color: white;
    border-radius: 15px;
    color: #333;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
}

.qMUgnBseM:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.ujbIOJNklGLWCQw {
    color: #f6ff00;
    font-size: 20px;
    margin-bottom: 15px;
}

.RrQDnBwGhIwulgL {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.XDzsPSTb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #864371;
    margin-right: 15px;
}

.loAhHzMBWp {
    flex-grow: 1;
}

.MudcRbftH {
    font-size: 18px;
    margin-bottom: 5px;
    color: #5f347a;
}

.BaEZBRFTfbxYp {
    font-size: 14px;
    color: #49459d;
}

.RrQDnBwGhIwulgL i {
    font-size: 24px;
    color: #864371;
    margin-left: 10px;
}

.yFxKZFj {
    min-height: 120px;
    line-height: 1.7;
    position: relative;
    padding-top: 15px;
}

.yFxKZFj::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #bda8dc;
}

@media (max-width: 1024px) {
    .qMUgnBseM {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .NlsOaKkmi {
        font-size: 36px;
    }
    
    .jgXloibClkrYG {
        gap: 20px;
    }
    
    .qMUgnBseM {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .ELfeojz {
        padding: 60px 15px;
    }
    
    .NlsOaKkmi {
        font-size: 32px;
        margin-bottom: 50px;
    }
    
    .qMUgnBseM {
        padding: 20px;
    }
}

@media (max-width: 320px) {
    .NlsOaKkmi {
        font-size: 28px;
    }
    
    .RrQDnBwGhIwulgL {
        flex-direction: column;
        text-align: center;
    }
    
    .XDzsPSTb {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .RrQDnBwGhIwulgL i {
        position: absolute;
        right: 20px;
        top: 20px;
    }
}

.DaUtp {
    padding: 80px 20px;
    background-color: #f1faee;
    color: #5f347a;
}

.LUGJYftjJ {
    max-width: 1450px;
    margin: 0 auto;
}

.lHoVC {
    font-size: 38px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
}

.lHoVC i {
    color: #864371;
    font-size: 42px;
}

.zTHlPQiJEgT {
    margin-bottom: 50px;
}

.gwKEmpMDu {
    margin-bottom: 25px;
    min-height: 80px;
    line-height: 1.8;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.gwKEmpMDu i {
    font-size: 24px;
    color: #49459d;
    margin-top: 3px;
    flex-shrink: 0;
}

.gwKEmpMDu a {
    color: #864371;
    text-decoration: none;
    font-weight: 600;
}

.gwKEmpMDu a:hover {
    text-decoration: underline;
}

.xkaLcLU {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.nwLXoNNDfUpu {
    transition: transform 0.3s ease;
}

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

.fqySQ {
    border-radius: 8px;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.3s ease;
}

.nwLXoNNDfUpu:hover .fqySQ {
    filter: grayscale(0%);
}

.ooEGvi {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.XwDYQmfb {
    padding: 15px 30px;
    background-color: #49459d;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(91, 69, 157, 0.3);
}

.XwDYQmfb:hover {
    background-color: #5f347a;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(117, 77, 162, 0.4);
}

.WegiwoakK {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    width: 100%;
    justify-content: center;
}

.gWfCaQAlc {
    border-radius: 50%;
    border: 3px solid #864371;
}

.HcOvOdu {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) {
    .lHoVC {
        font-size: 34px;
    }
    
    .gwKEmpMDu {
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .DaUtp {
        padding: 60px 15px;
    }
    
    .lHoVC {
        font-size: 30px;
        flex-direction: column;
        gap: 10px;
    }
    
    .gwKEmpMDu {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .gwKEmpMDu i {
        margin-bottom: 10px;
    }
    
    .WegiwoakK {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .lHoVC {
        font-size: 26px;
    }
    
    .xkaLcLU {
        gap: 20px;
    }
    
    .fqySQ {
        width: 120px;
        height: auto;
    }
    
    .XwDYQmfb {
        padding: 12px 20px;
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .lHoVC {
        font-size: 24px;
    }
    
    .HcOvOdu {
        gap: 15px;
        padding: 15px;
    }
    
    .fqySQ {
        width: 100px;
    }
}

.aJwnRtlB {
    position: relative;
    padding: 100px 20px;
    overflow: hidden;
}

.wIzTJbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('#');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
}

.WTTRFjSsYrd {
    max-width: 1450px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.HMNfSHayvJ {
    font-size: 42px;
    text-align: center;
    margin-bottom: 50px;
    color: #5f347a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.HMNfSHayvJ i {
    font-size: 48px;
    color: #864371;
}

.PhmXbpL {
    display: flex;
    gap: 40px;
}

.PoVepaQgkHG {
    flex: 1;
}

.rxdkaaOO {
    font-size: 28px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #bda8dc;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #49459d;
}

.fRCfAwokQ {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.TPixIpcDEZY {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.TPixIpcDEZY:hover {
    background-color: #e9ecef;
}

.TPixIpcDEZY i:first-child {
    font-size: 22px;
    color: #864371;
    flex-shrink: 0;
}

.TPixIpcDEZY span {
    flex-grow: 1;
    font-weight: 600;
    color: #5f347a;
}

.vYpdXvSMh {
    font-size: 24px;
    color: #49459d;
    transition: transform 0.3s ease;
}

.UbCWxCUk {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    background-color: white;
}

.UbCWxCUk p {
    padding: 0 20px;
    margin-bottom: 20px;
    min-height: 60px;
    line-height: 1.7;
    color: #333;
}

.fRCfAwokQ.lQjGjWg .UbCWxCUk {
    max-height: 500px;
    padding-top: 15px;
}

.fRCfAwokQ.lQjGjWg .vYpdXvSMh {
    transform: rotate(180deg);
}

.mfUFdYhOB {
    width: 100%;
    padding: 15px;
    margin-top: 30px;
    background-color: #49459d;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mfUFdYhOB:hover {
    background-color: #5f347a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(98, 69, 157, 0.3);
}

@media (max-width: 1024px) {
    .PhmXbpL {
        flex-direction: column;
        gap: 30px;
    }
    
    .WTTRFjSsYrd {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .aJwnRtlB {
        padding: 80px 15px;
    }
    
    .HMNfSHayvJ {
        font-size: 36px;
    }
    
    .rxdkaaOO {
        font-size: 24px;
    }
    
    .tyafaqauth_content {
        padding: 30px 20px;
        margin: 30px auto;
    }
}

@media (max-width: 480px) {
    .WTTRFjSsYrd {
        padding: 30px 20px;
    }
    
    .HMNfSHayvJ {
        font-size: 30px;
        flex-direction: column;
        gap: 10px;
    }
    
    .TPixIpcDEZY {
        padding: 15px;
        gap: 10px;
    }
    
    .tyafaqauth_tab {
        font-size: 14px;
        padding: 10px;
    }
}

@media (max-width: 320px) {
    .HMNfSHayvJ {
        font-size: 26px;
    }
    
    .rxdkaaOO {
        font-size: 22px;
    }
    
    .TPixIpcDEZY span {
        font-size: 15px;
    }
}

.KIzwzRQefcwyiJ {
    background-color: #5f347a;
    color: white;
    padding: 50px 20px 30px;
    text-align: center;
}

.RRcYr {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.YFdTrVIJMJRXhwi {
    color: #bda8dc;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.YFdTrVIJMJRXhwi:hover {
    color: white;
}

.Uzjcp {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.CRBppyMql, .vvTmgqwMb {
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.CRBppyMql {
    background-color: #864371;
    color: white;
}

.vvTmgqwMb {
    background-color: #49459d;
    color: white;
}

.CRBppyMql:hover {
    background-color: #c1121f;
    transform: translateY(-3px);
}

.vvTmgqwMb:hover {
    background-color: #5f347a;
    transform: translateY(-3px);
}

.DhsHvJyJeic {
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

.yMqDEYBq {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
    .RRcYr {
        gap: 20px;
    }
    
    .Uzjcp {
        flex-direction: column;
        align-items: center;
    }
    
    .CRBppyMql, .vvTmgqwMb {
        width: 100%;
        max-width: 250px;
    }
}

@media (max-width: 480px) {
    .RRcYr {
        flex-direction: column;
        gap: 15px;
    }
}

.ZuhJCACTvgQute {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xOxKLqVzDpigh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.99);
}

.MdpnAksoG {
    position: relative;
    background-color: #5f347a;
    padding: 40px;
    border-radius: 15px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    color: white;
    animation: tyaageverificationpop 0.5s ease-out;
}

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

.RmLBKkcawalO {
    font-size: 28px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.RmLBKkcawalO i {
    font-size: 32px;
    color: #864371;
}

.eZEgSAHNq {
    margin-bottom: 30px;
    line-height: 1.7;
}

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

.btBWLqzIZtUh, .WsiKVjGvAY {
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.btBWLqzIZtUh {
    background-color: #54ca4c;
    color: white;
}

.WsiKVjGvAY {
    background-color: #864371;
    color: white;
}

.btBWLqzIZtUh:hover {
    background-color: #309627;
    transform: translateY(-3px);
}

.WsiKVjGvAY:hover {
    background-color: #b13039;
    transform: translateY(-3px);
}

@media (max-width: 480px) {
    .MdpnAksoG {
        padding: 30px 20px;
    }
    
    .ZlWSuxCPUHnkfp {
        flex-direction: column;
    }
    
    .btBWLqzIZtUh, .WsiKVjGvAY {
        width: 100%;
    }
}

.TemxrUJiZbi {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(70, 29, 87, 0.95);
    color: white;
    z-index: 9998;
    padding: 20px 0;
    display: none;
}

.mNyWluMw {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.QfkaRmorWYQ {
    flex: 1;
}

.mTeFcWA {
    line-height: 1.7;
}

.mTeFcWA i {
    font-size: 24px;
    color: #bda8dc;
    flex-shrink: 0;
}

.eedBpRgPAcSOZji {
    color: #bda8dc;
    text-decoration: none;
    font-weight: 600;
}

.eedBpRgPAcSOZji:hover {
    text-decoration: underline;
}

.BAuJglj {
    padding: 10px 25px;
    background-color: #864371;
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.BAuJglj:hover {
    background-color: #c1121f;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .mNyWluMw {
        flex-direction: column;
        text-align: center;
    }
    
    .mTeFcWA {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 15px;
    }
    
    .BAuJglj {
        width: 100%;
        max-width: 250px;
    }
}

.JwebHPCZ {
    max-width: 1450px;
    margin: 0 auto;
    padding: 50px 20px;
}

.Pmhaoed {
    text-align: center;
    margin-bottom: 60px;
}

.OHAKzI {
    font-size: 38px;
    color: #5f347a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.vOlDOyMra {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    min-height: 80px;
}

.hLntMPjHhP {
    background-color: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.fdgfCA {
    margin-bottom: 40px;
    min-height: 120px;
}

.nnVToLPEE {
    font-size: 22px;
    color: #49459d;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.fdgfCA p {
    line-height: 1.8;
    padding-left: 38px;
}

.CORUPgtHKf {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background-color: #864371;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.CORUPgtHKf:hover {
    background-color: #c1121f;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .OHAKzI {
        font-size: 30px;
        flex-direction: column;
    }
    
    .hLntMPjHhP {
        padding: 30px 20px;
    }
    
    .nnVToLPEE {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .OHAKzI {
        font-size: 26px;
    }
    
    .fdgfCA p {
        padding-left: 0;
    }
}

.FKozsRPbB {
    max-width: 1450px;
    margin: 0 auto;
    padding: 50px 20px;
    background-color: #f1faee;
}

.MwcCmeKMJPb {
    text-align: center;
    margin-bottom: 50px;
}

.NMqPklARG {
    font-size: 36px;
    color: #5f347a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.bHFCRDydixe {
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    min-height: 80px;
}

.MRUVJcVDbstVw {
    background-color: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.MGsjiBOoYMDon {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #bda8dc;
    min-height: 100px;
}

.MGsjiBOoYMDon:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.VhlMtnCVQ {
    font-size: 22px;
    color: #49459d;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.MGsjiBOoYMDon p {
    line-height: 1.8;
    padding-left: 38px;
}

.XzgXJkmrLWZT {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background-color: #864371;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.XzgXJkmrLWZT:hover {
    background-color: #c1121f;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.3);
}

@media (max-width: 1024px) {
    .NMqPklARG {
        font-size: 32px;
    }
    
    .MRUVJcVDbstVw {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .NMqPklARG {
        font-size: 28px;
        flex-direction: column;
    }
    
    .MGsjiBOoYMDon {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    
    .VhlMtnCVQ {
        font-size: 20px;
    }
    
    .MGsjiBOoYMDon p {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .FKozsRPbB {
        padding: 40px 15px;
    }
    
    .NMqPklARG {
        font-size: 24px;
    }
    
    .MRUVJcVDbstVw {
        padding: 20px 15px;
    }
    
    .VhlMtnCVQ {
        font-size: 18px;
    }
}

.kQeeUaQtDUicaD {
    max-width: 1450px;
    margin: 0 auto;
    padding: 50px 20px;
    background-color: #f9f8fa;
}

.RCfOIdG {
    text-align: center;
    margin-bottom: 50px;
}

.aDHJSRTJDuio {
    font-size: 38px;
    color: #5f347a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.gnzGFguxMisGRC {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    min-height: 80px;
}

.yLPOMbnYwTx {
    background-color: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.NiAAfmSt {
    min-height: 180px;
    padding: 20px;
    border-radius: 10px;
    background-color: #eef8fa;
    transition: all 0.3s ease;
}

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

.bNLbhAxmP {
    font-size: 20px;
    color: #864371;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.NiAAfmSt p {
    line-height: 1.7;
    margin-left: 34px;
}

.MQIhAUSnQr {
    color: #49459d;
    text-decoration: none;
    font-weight: 600;
}

.MQIhAUSnQr:hover {
    text-decoration: underline;
}

.QKpYy {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background-color: #49459d;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 40px;
    grid-column: 1/-1;
    justify-self: center;
    transition: all 0.3s ease;
}

.QKpYy:hover {
    background-color: #5f347a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(69, 123, 157, 0.3);
}

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

@media (max-width: 768px) {
    .aDHJSRTJDuio {
        font-size: 30px;
        flex-direction: column;
    }
    
    .yLPOMbnYwTx {
        grid-template-columns: 1fr;
        padding: 30px;
    }
    
    .NiAAfmSt {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .kQeeUaQtDUicaD {
        padding: 40px 15px;
    }
    
    .aDHJSRTJDuio {
        font-size: 26px;
    }
    
    .yLPOMbnYwTx {
        padding: 20px 15px;
    }
    
    .bNLbhAxmP {
        font-size: 18px;
    }
    
    .NiAAfmSt p {
        margin-left: 0;
    }
}