:root {
    --gtbprimary: #1f6f8b;       
--gtbsecondary: #f9a826;      
--gtbaccent: #5a189a;        
--gtblight: #fdfcfb;          
--gtbdark: #2d2d2d;          
--gtbsuccess: #3ca85c;        
--gtberror: #e63946;         
--gtbborder-radius: 12px;
--gtbbox-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
--gtbtransition: all 0.3s ease;

}

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

body {
    font-family: 'Mulish', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f0f8ff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Londrina Solid', sans-serif;
    margin-bottom: 1rem;
    color: var(--gtbdark);
}

p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

a {
    text-decoration: none;
    color: var(--gtbaccent);
    transition: var(--gtbtransition);
}

a:hover {
    color: var(--gtbprimary);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.FMsxrwKg {
    font-size: 1.5rem;
    margin-right: 0.5rem;
    color: var(--gtbsecondary);
    vertical-align: middle;
}

.wGqYFVvW {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.wGqYFVvW-wide {
    max-width: 1400px;
}

.vuADolakMid {
    padding: 5rem 0;
    position: relative;
}

.sSlToRxXrin {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--gtbprimary);
    position: relative;
    display: inline-block;
}

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

.YBUhLHVL {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    border: none;
    border-radius: 50px;
    font-family: 'Mulish', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--gtbtransition);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.YBUhLHVL::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: var(--gtbtransition);
    z-index: -1;
}

.YBUhLHVL:hover::before {
    width: 100%;
}

.VoBlzQZxkZ {
    background-color: var(--gtbprimary);
    color: white;
    box-shadow: 0 4px 12px rgba(46, 106, 139, 0.3);
}

.VoBlzQZxkZ:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(46, 106, 139, 0.4);
}

.qORQ {
    background-color: var(--gtbsecondary);
    color: var(--gtbdark);
    box-shadow: 0 4px 12px rgba(255, 106, 0, 0.3);
}

.qORQ:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(255, 111, 0, 0.4);
}

.gRTsupxcwtcf {
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
}

.vGxgKHmF {
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
    transition: var(--gtbtransition);
}

.vGxgKHmF.scrolled {
    padding: 0.5rem 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.wKwcTyroSo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.LlWegCnRhStD {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.RlkmuKTUvK {
    height: 50px;
    width: auto;
    transition: var(--gtbtransition);
}

.vGxgKHmF.scrolled .RlkmuKTUvK {
    height: 40px;
}

.DFyaqtDoWvBkr {
    font-size: 1.75rem;
    color: var(--gtbprimary);
    background: linear-gradient(to right, var(--gtbprimary), var(--gtbaccent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: var(--gtbtransition);
}

.vGxgKHmF.scrolled .DFyaqtDoWvBkr {
    font-size: 1.5rem;
}

.UByBUTZKuhxQxv {
    background: none;
    border: none;
    font-size: 1.75rem;
    color: var(--gtbprimary);
    cursor: pointer;
    display: none;
    z-index: 1001;
}

.LazGyXDNvI {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.OPBYUyPlCob {
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--gtbdark);
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.5rem 0;
}

.OPBYUyPlCob:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--gtbprimary);
    transition: var(--gtbtransition);
}

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

.OPBYUyPlCob:hover {
    color: var(--gtbprimary);
}

.gvedNtsW {
    padding: 10rem 0 6rem;
    background: url('../media/bec1.webp') no-repeat center center;
    background-size: cover;
    position: relative;
    color: white;
    text-align: center;
}

.gvedNtsW:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 90, 130, 0.8) 0%, rgba(46, 122, 139, 0.8) 100%);
}

.lLYSRsnukpZeX {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.jDTJQeKxOzk {
    font-size: 3.5rem;
    color: white;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.aPPowu {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.LCRWJ {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.lhJzZEemyaa {
    background: #f8f9fa;
    color: white;
    padding: 6rem 0;
}

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

.GGIQlp {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.FzxfZOCrKpP {
    flex: 1;
    max-width: 600px;
}

.pDZHbK {
    font-size: 2.5rem;
    color: var(--gtbsecondary);
    margin-bottom: 1.5rem;
}

.DIXCKj {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.VfYYdrjM {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.ckTxehvQfZJTz {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.gkzLggDq {
    flex: 1;
    max-width: 500px;
    position: relative;
}

.JoDMD {
    border-radius: var(--gtbborder-radius);
    box-shadow: var(--gtbbox-shadow);
    transition: var(--gtbtransition);
}

.DckLejRBJbcbv {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: var(--gtbsecondary);
    color: var(--gtbdark);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
}

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

.lapOXEZY {
    background-color: white;
}

.gtbbenefitscontainer {
    max-width: 1200px;
    margin: 0 auto;
}

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

.vbujV {
    background-color: white;
    border-radius: var(--gtbborder-radius);
    padding: 2rem;
    box-shadow: var(--gtbbox-shadow);
    transition: var(--gtbtransition);
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.vbujV:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.DgegkwKaVzn {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--gtbprimary);
    display: inline-block;
    background: linear-gradient(135deg, var(--gtbprimary), var(--gtbaccent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.PeXLkEWg {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--gtbdark);
}

.stwa {
    color: #666;
    font-size: 1rem;
}

.QFSCrlelCr {
    background-color: #f8f9fa;
}

.IKUqCxUFCSrciE {
    max-width: 1200px;
    margin: 0 auto;
}

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

.fzBQtlxwTeNsE {
    background-color: white;
    border-radius: var(--gtbborder-radius);
    padding: 2rem;
    box-shadow: var(--gtbbox-shadow);
    transition: var(--gtbtransition);
    text-align: center;
}

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

.jhKUcMxpmIJuKwB {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1.5rem;
    border: 4px solid var(--gtbsecondary);
}

.AojWBweZn {
    font-size: 1.3rem;
    color: var(--gtbprimary);
    margin-bottom: 0.5rem;
}

.jrmwrPsmH {
    font-style: italic;
    color: #555;
    margin-bottom: 1.5rem;
}

.FKXseNmnKTICFm {
    color: var(--gtbsecondary);
    font-size: 1.2rem;
}

.NaPojlEB {
    background-color: white;
}

.DjnGUlcws {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.tyUpOLzPlW {
    flex: 1;
    background-color: white;
    border-radius: var(--gtbborder-radius);
    padding: 2.5rem;
    box-shadow: var(--gtbbox-shadow);
}

.mfpiycWZE {
    margin-bottom: 1.75rem;
    position: relative;
}

.eFnHXDXyIDUsZw, .RXpDVyX {
    width: 100%;
    padding: 1rem 1rem 1rem 3.5rem;
    border: 1px solid #ddd;
    border-radius: var(--gtbborder-radius);
    font-family: 'Mulish', sans-serif;
    font-size: 1rem;
    transition: var(--gtbtransition);
}

.eFnHXDXyIDUsZw:focus, .RXpDVyX:focus {
    border-color: var(--gtbprimary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(46, 92, 139, 0.2);
}

.eFnHXDXyIDUsZw.error, .RXpDVyX.error {
    border-color: var(--gtberror);
}

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

.rjZZUlETxyTVCJj {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gtbprimary);
    font-size: 1.25rem;
}

.FZVWnym {
    color: var(--gtberror);
    font-size: 0.85rem;
    margin-top: 0.5rem;
    display: none;
}

.rdrk {
    flex: 1;
    background-color: var(--gtblight);
    border-radius: var(--gtbborder-radius);
    padding: 2.5rem;
    box-shadow: var(--gtbbox-shadow);
}

.Fznrqs {
    list-style: none;
}

.FboLCZr {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
}

.SbYNobEjoP {
    margin-right: 1.25rem;
    color: var(--gtbprimary);
    font-size: 1.5rem;
    margin-top: 0.25rem;
}

.AcypASonUszu {
    color: #555;
    font-size: 1.1rem;
}

.BFfbUYj {
    background: url('../media/bec2.webp') no-repeat center center;
    background-size: cover;
    position: relative;
}

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

.guyChJ {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

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

.SvYgUTncaJrPo {
    background-color: white;
    border-radius: var(--gtbborder-radius);
    padding: 1.5rem;
    box-shadow: var(--gtbbox-shadow);
    transition: var(--gtbtransition);
}

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

.vuoPsmokiFCi {
    font-size: 1.2rem;
    color: var(--gtbprimary);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.ZDnCEniQ {
    color: #666;
}

.ZbDKgwjRLI {
    display: flex;
    margin-top: 1.5rem;
}

.djUdhMEM {
    flex: 1;
    padding: 0.75rem 1.25rem;
    border: 1px solid #ddd;
    border-radius: 50px 0 0 50px;
    font-family: 'Mulish', sans-serif;
    font-size: 1rem;
    transition: var(--gtbtransition);
}

.djUdhMEM:focus {
    border-color: var(--gtbprimary);
    outline: none;
}

.PvCXmoWGnNQ {
    background-color: var(--gtbprimary);
    color: white;
    border: none;
    border-radius: 0 50px 50px 0;
    padding: 0 1.5rem;
    cursor: pointer;
    transition: var(--gtbtransition);
}

.PvCXmoWGnNQ:hover {
    background-color: var(--gtbaccent);
}

.VegFPj {
    background-color: var(--gtbdark);
    color: white;
    padding: 4rem 0 0;
}

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

.YrBAwYGi {
    font-size: 1.8rem;
    color: white;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.jaXxzcFklCvTO {
    color: #adb5bd;
    margin-bottom: 1.5rem;
}

.uJoTPMs {
    font-size: 1.3rem;
    color: white;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.uJoTPMs:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--gtbsecondary);
}

.lsgZnlG {
    list-style: none;
}

.UuJaK {
    color: #adb5bd;
    display: block;
    padding: 0.5rem 0;
    transition: var(--gtbtransition);
}

.UuJaK:hover {
    color: white;
    padding-left: 0.5rem;
}

.UuJaK i {
    margin-right: 0.5rem;
    color: var(--gtbsecondary);
}

.uCNyksnC {
    padding: 2rem 0;
    border-top: 1px solid #495057;
    text-align: center;
}

.cGMVSriN {
    color: #adb5bd;
    font-size: 0.9rem;
}

.qKOALFVqgPA {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: var(--gtbtransition);
}

.qKOALFVqgPA.active {
    opacity: 1;
    visibility: visible;
}

.DcVIwJ {
    background-color: white;
    padding: 3rem;
    border-radius: var(--gtbborder-radius);
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    transform: translateY(20px);
    transition: var(--gtbtransition);
}

.qKOALFVqgPA.active .DcVIwJ {
    transform: translateY(0);
}

.nGNeXvB {
    font-size: 4rem;
    color: var(--gtbsuccess);
    margin-bottom: 1.5rem;
}

.HtawillG {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--gtbprimary);
}

.yXOwsUKpETRQ {
    margin-bottom: 2rem;
    color: #555;
    font-size: 1.1rem;
}

.YJILQgvULyUj {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #999;
    cursor: pointer;
    transition: var(--gtbtransition);
}

.YJILQgvULyUj:hover {
    color: var(--gtberror);
}

.UdBwBIwwl {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--gtbdark);
    color: white;
    padding: 1.5rem;
    z-index: 1000;
    display: none;
}

.TMTOgJedYGk {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.usAvVu {
    flex: 1;
}

.xYpkMDwUREAM {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: white;
}

.bGnetEesK {
    color: #adb5bd;
    font-size: 0.95rem;
}

.kJhmrVMFUww {
    color: var(--gtbsecondary);
    text-decoration: underline;
}

.bOigoMIqO {
    display: flex;
    gap: 1rem;
}

.skJwzdjia {
    padding: 0.75rem 1.5rem;
    min-width: 120px;
}

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

.QylGhg {
    background-color: white;
    padding: 3rem;
    border-radius: var(--gtbborder-radius);
    max-width: 500px;
    width: 90%;
    text-align: center;
}

.srvShllI {
    font-size: 4rem;
    color: var(--gtbprimary);
    margin-bottom: 1.5rem;
}

.gEVOTkPB {
    font-size: 2rem;
    color: var(--gtbprimary);
    margin-bottom: 1rem;
}

.KQgGgQ {
    margin-bottom: 2rem;
    color: #555;
    font-size: 1.1rem;
}

.vEKBdHgNq {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.ewLVZqyhjYuMPs {
    padding: 0.75rem 2rem;
    min-width: 160px;
}

.ewLVZqyhjYuMPs-outline {
    background-color: transparent;
    color: var(--gtbprimary);
    border: 2px solid var(--gtbprimary);
}

.ewLVZqyhjYuMPs-outline:hover {
    background-color: var(--gtbprimary);
    color: white;
}

.QOEnkOXVh {
    margin-top: 2rem;
    font-size: 0.85rem;
    color: #999;
}

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

@media (max-width: 768px) {
    .UByBUTZKuhxQxv {
        display: block;
    }
    
    .VYPcyuvByRwrJL {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: white;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: translateY(-100%);
        transition: var(--gtbtransition);
        z-index: 1000;
    }
    
    .VYPcyuvByRwrJL.active {
        transform: translateY(0);
    }
    
    .LazGyXDNvI {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 80px;
        gap: 2rem;
        text-align: center;
    }
    
    .jDTJQeKxOzk {
        font-size: 2.5rem;
    }
    
    .GGIQlp {
        flex-direction: column;
    }
    
    .kJuIuvlVAED {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .DjnGUlcws {
        flex-direction: column;
    }
    
    .bFNddjoi {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .jDTJQeKxOzk {
        font-size: 2rem;
    }
    
    .sSlToRxXrin {
        font-size: 2rem;
    }
    
    .PpSZlkdou {
        grid-template-columns: 1fr;
    }
    
    .ajYljSjuceu {
        grid-template-columns: 1fr;
    }
    
    .TMTOgJedYGk {
        flex-direction: column;
        text-align: center;
    }
    
    .vEKBdHgNq {
        flex-direction: column;
    }
    
    .ewLVZqyhjYuMPs {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .LlWegCnRhStD {
        flex-direction: column;
        text-align: center;
    }
    
    .DFyaqtDoWvBkr {
        font-size: 1.5rem;
    }
    
    .jDTJQeKxOzk {
        font-size: 1.8rem;
    }

    .ZDnCEniQ p {
        font-size: .9rem;
    }

    .rdrk,
    .SvYgUTncaJrPo,
    .tyUpOLzPlW {
        padding: 0.5rem;
    }

    .hIMkm,
    .jaXxzcFklCvTO,
    .djUdhMEM {
        width: 95%;
        text-align: center;
    }

    .jaXxzcFklCvTO,
    .AcypASonUszu,
    .wGqYFVvW {
        padding: 0.5rem;
        font-size: .9rem;
    }
}

.jXLkISUG {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.LXIGAQoJtVQBgF {
    padding: 4rem 0 0 0;
}

.tIEs {
    padding-top: 8rem;
    font-family: 'Londrina Solid', sans-serif;
    font-size: 2.5rem;
    color: #389fcf;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

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

.fWqKhFJ {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.fWqKhFJ:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.CERI {
    font-family: 'Londrina Solid', sans-serif;
    font-size: 1.4rem;
    color: #005a82;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.JZVySA {
    font-size: 1.8rem;
    margin-right: 1rem;
    color: #389fcf;
}

.XTbTUHbLbFz {
    font-family: 'Mulish', sans-serif;
    color: #555;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .tIEs {
        font-size: 2rem;
    }
    
    .fWqKhFJ {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .tIEs {
        font-size: 1.8rem;
    }
    
    .CERI {
        font-size: 1.2rem;
    }

    .XTbTUHbLbFz {
        font-size: .9rem;
    }
}

.BvDEcmVebRJ {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dHKxVBuufpDLi {
    padding: 4rem 0 0 0;
}

.sEvwXWnflog {
    padding-top: 8rem;
    font-family: 'Londrina Solid', sans-serif;
    font-size: 2.5rem;
    color: #389fcf;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

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

.UzzeRlgzGo {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.UzzeRlgzGo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.qWcbHTbev {
    font-family: 'Londrina Solid', sans-serif;
    font-size: 1.4rem;
    color: #005a82;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.treuRCHY {
    font-size: 1.8rem;
    margin-right: 1rem;
    color: #389fcf;
}

.MvoSbhGfYXNOm {
    font-family: 'Mulish', sans-serif;
    color: #555;
    line-height: 1.7;
}

.WDLAGwiI {
    margin: 1rem 0 1rem 2rem;
}

.WDLAGwiI li {
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .sEvwXWnflog {
        font-size: 2rem;
    }
    
    .UzzeRlgzGo {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .sEvwXWnflog {
        font-size: 1.8rem;
    }
    
    .qWcbHTbev {
        font-size: 1.2rem;
    }

    .MvoSbhGfYXNOm {
        font-size: .9rem;
    }
}

.drhqmK {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.NCShcLN {
    padding: 4rem 0 0 0;
}

.rZiDyMqHN {
    padding-top: 8rem;
    font-family: 'Londrina Solid', sans-serif;
    font-size: 2.5rem;
    color: #389fcf;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

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

.VdUjxMSMlC {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.VdUjxMSMlC:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.dRkvMckG {
    font-family: 'Londrina Solid', sans-serif;
    font-size: 1.4rem;
    color: #005a82;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.hwkkTDePq {
    font-size: 1.8rem;
    margin-right: 1rem;
    color: #389fcf;
}

.fWadgVSIpV {
    font-family: 'Mulish', sans-serif;
    color: #555;
    line-height: 1.7;
}

.aoKPElWHtAzKr {
    margin: 1rem 0 1rem 2rem;
}

.aoKPElWHtAzKr li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}

.aoKPElWHtAzKr li:before {
    content: '\edb8';
    font-family: 'boxicons';
    font-weight: normal;
    position: absolute;
    left: 0;
    color: #389fcf;
    font-size: 0.6rem;
    top: 0.5rem;
}

.PMLWO {
    background-color: #fff8e6;
    border-left: 4px solid #ffd700;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 8px 8px 0;
}

@media (max-width: 768px) {
    .rZiDyMqHN {
        font-size: 2rem;
    }
    
    .VdUjxMSMlC {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .rZiDyMqHN {
        font-size: 1.8rem;
    }
    
    .dRkvMckG {
        font-size: 1.2rem;
    }

    .fWadgVSIpV {
        font-size: .9rem;
    }
}

.pyhHKDUoi {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.pyhHKDUoi img {
    max-width: 200px;
    height: auto;
    background-color: #389fcf;
    padding: 10px;
    border-radius: 3px;
}