 
.rty45 {
    margin-bottom: 4rem;
}

.uio67 {
    text-align: center;
    font-size: 1.2rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.pas34 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

 .dfg56 {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.dfg56 h3 {
    color: #006d77;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.6rem;
}

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

.lkj90 {
    display: flex;
    flex-direction: column;
}

.lkj90 label {
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #444;
}

.lkj90 input,
.lkj90 select,
.lkj90 textarea {
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
    font-size: 1rem;
}

.lkj90 input:focus,
.lkj90 select:focus,
.lkj90 textarea:focus {
    outline: none;
    border-color: #83c5be;
    box-shadow: 0 0 0 2px rgba(131, 197, 190, 0.2);
}

.mnb12 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: normal;
}

.vbn23 {
    text-align: center;
    margin-top: 1rem;
}

.vbn23 .qaz13 {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

 .wsx45 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.wsx45 h3 {
    color: #006d77;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
}

.edc67 {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.rfv78 h4 {
    color: #006d77;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.rfv78 p {
    margin-bottom: 0.5rem;
    color: #555;
}

 .tgb89 {
    background-color: #edf6f9;
    border-radius: 10px;
    padding: 2rem;
}

.yhn90 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.uio12 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #006d77;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.uio12:hover {
    background-color: #00838f;
    transform: translateY(-3px);
}

.jkl34 {
    font-weight: bold;
}

 .bnm56 {
    background-color: #006d77;
    border-radius: 10px;
    padding: 2rem;
    color: white;
}

.bnm56 h3 {
    color: white;
    margin-bottom: 1.5rem;
}

.vfr67 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.plm78 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #006d77;
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    transition: all 0.3s ease;
    text-decoration: none;
}

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

.oiu89 {
    font-weight: bold;
}

 .qwe78 {
    margin-bottom: 3rem;
}

.asd90 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

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

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

.zxc12 h3 {
    color: #006d77;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.zxc12 p {
    color: #555;
    line-height: 1.6;
}

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

@media (max-width: 768px) {
    .asd90 {
        grid-template-columns: 1fr;
    }
    
    .edc67 {
        grid-template-columns: 1fr;
    }
}

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

.dfg56, .wsx45, .zxc12 {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

.wsx45 {
    animation-delay: 0.3s;
}

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