.Header-module__ldgnoG__header{z-index:1000;width:100%;position:absolute;top:30px;left:0}.Header-module__ldgnoG__headerContainer{background-color:#fff;border-radius:100px;justify-content:space-between;align-items:center;max-width:1140px;height:85px;margin:0 auto;padding:0 40px;display:flex;position:relative;box-shadow:0 10px 40px #00000014}.Header-module__ldgnoG__logo{z-index:1001;align-items:center;display:flex}.Header-module__ldgnoG__logoImage{width:150px;height:auto}.Header-module__ldgnoG__nav{align-items:center;gap:35px;display:flex}.Header-module__ldgnoG__navLink{color:#333;font-size:15px;font-weight:500;transition:all .3s}.Header-module__ldgnoG__navLink:hover{color:var(--primary-blue)}.Header-module__ldgnoG__active{font-weight:600;color:var(--primary-blue)!important}.Header-module__ldgnoG__appointmentBtn{background-color:var(--primary-blue);color:#fff;border:none;border-radius:50px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #1461e140}.Header-module__ldgnoG__desktopAppointmentWrapper{display:block}.Header-module__ldgnoG__mobileAppointmentWrapper{display:none}.Header-module__ldgnoG__hamburger{z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:25px;height:18px;padding:0;display:none}.Header-module__ldgnoG__bar{background-color:var(--primary-blue);border-radius:5px;width:100%;height:2px;transition:all .3s}.Header-module__ldgnoG__hamburgerActive .Header-module__ldgnoG__bar:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__ldgnoG__hamburgerActive .Header-module__ldgnoG__bar:nth-child(2){opacity:0}.Header-module__ldgnoG__hamburgerActive .Header-module__ldgnoG__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (max-width:1024px){.Header-module__ldgnoG__headerContainer{max-width:95%;padding:0 30px}}@media (max-width:768px){.Header-module__ldgnoG__header{top:15px}.Header-module__ldgnoG__headerContainer{height:70px;padding:0 20px}.Header-module__ldgnoG__logoImage{width:120px}.Header-module__ldgnoG__hamburger{display:flex}.Header-module__ldgnoG__nav{z-index:1000;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:25px;width:100%;height:100vh;display:none;position:fixed;top:0;left:0}.Header-module__ldgnoG__navActive{display:flex}.Header-module__ldgnoG__navLink{color:#1a1a1a;padding:10px;font-size:20px;font-weight:600}.Header-module__ldgnoG__desktopAppointmentWrapper{display:none}.Header-module__ldgnoG__mobileAppointmentWrapper{width:80%;margin-top:20px;display:block}.Header-module__ldgnoG__appointmentBtn{width:100%;padding:18px;font-size:16px}}
.AppointmentModal-module__poCkFq__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;opacity:0;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.3s forwards AppointmentModal-module__poCkFq__fadeIn;display:flex;position:fixed;top:0;left:0}.AppointmentModal-module__poCkFq__modalContent{background-color:#fff;border-radius:28px;width:100%;max-width:600px;padding:60px 50px;animation:.4s cubic-bezier(.16,1,.3,1) forwards AppointmentModal-module__poCkFq__slideUp;position:relative;transform:translateY(20px);box-shadow:0 30px 60px -12px #00000040}.AppointmentModal-module__poCkFq__closeBtn{cursor:pointer;color:#4b5563;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.AppointmentModal-module__poCkFq__closeBtn:hover{color:#111827;background-color:#e5e7eb;transform:rotate(90deg)}.AppointmentModal-module__poCkFq__header{text-align:center;margin-bottom:30px}.AppointmentModal-module__poCkFq__title{color:#12224a;margin-bottom:12px;font-size:28px;font-weight:700}.AppointmentModal-module__poCkFq__subtitle{color:#6b7280;font-size:14px}.AppointmentModal-module__poCkFq__form{flex-direction:column;gap:16px;display:flex}.AppointmentModal-module__poCkFq__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.AppointmentModal-module__poCkFq__inputGroup{flex-direction:column;gap:6px;display:flex}.AppointmentModal-module__poCkFq__label{color:#4b5563;text-transform:uppercase;letter-spacing:.8px;margin-bottom:2px;font-size:11px;font-weight:700}.AppointmentModal-module__poCkFq__input,.AppointmentModal-module__poCkFq__select,.AppointmentModal-module__poCkFq__textarea{color:#111827;background-color:#f9fafb;border:1px solid #eef1f6;border-radius:12px;width:100%;padding:14px 18px;font-size:14px;transition:all .2s}.AppointmentModal-module__poCkFq__placeholderSelect{color:#7c8db5!important}.AppointmentModal-module__poCkFq__input:focus,.AppointmentModal-module__poCkFq__select:focus,.AppointmentModal-module__poCkFq__textarea:focus{border-color:var(--primary-blue);background-color:#fff;outline:none;box-shadow:0 0 0 4px #1461e11a}.AppointmentModal-module__poCkFq__submitBtn{background-color:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:30px;align-self:center;width:100%;margin-top:20px;padding:15px 40px;font-size:16px;font-weight:600;transition:all .3s}.AppointmentModal-module__poCkFq__submitBtn:hover{background-color:#0d4db5;transform:translateY(-2px);box-shadow:0 10px 15px -3px #1461e14d}.AppointmentModal-module__poCkFq__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.AppointmentModal-module__poCkFq__successMessage{text-align:center;color:#059669;margin-top:10px;font-weight:500}.AppointmentModal-module__poCkFq__errorMessage{text-align:center;color:#dc2626;margin-top:10px;font-weight:500}.AppointmentModal-module__poCkFq__successView{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:30px 10px;animation:.5s AppointmentModal-module__poCkFq__fadeIn;display:flex}.AppointmentModal-module__poCkFq__checkmarkWrapper{color:#10b981;background-color:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:10px;display:flex}.AppointmentModal-module__poCkFq__checkmarkIcon{width:40px;height:40px}.AppointmentModal-module__poCkFq__checkmarkCircle{stroke-dasharray:157;stroke-dashoffset:157px;stroke-width:4px;stroke-miterlimit:10;stroke:#10b981;fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards AppointmentModal-module__poCkFq__stroke}.AppointmentModal-module__poCkFq__checkmarkCheck{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .8s forwards AppointmentModal-module__poCkFq__stroke}.AppointmentModal-module__poCkFq__successTitle{color:#111827;font-size:28px;font-weight:800}.AppointmentModal-module__poCkFq__successText{color:#4b5563;max-width:320px;margin:0 auto;font-size:16px;line-height:1.6}.AppointmentModal-module__poCkFq__doneBtn{background-color:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:12px;margin-top:15px;padding:12px 40px;font-weight:600;transition:all .2s}.AppointmentModal-module__poCkFq__doneBtn:hover{background-color:#0d4db5;transform:scale(1.05)}@keyframes AppointmentModal-module__poCkFq__stroke{to{stroke-dashoffset:0}}@keyframes AppointmentModal-module__poCkFq__fadeIn{to{opacity:1}}@keyframes AppointmentModal-module__poCkFq__slideUp{to{transform:translateY(0)}}@media (max-width:640px){.AppointmentModal-module__poCkFq__modalContent{border-radius:20px;padding:30px 20px}.AppointmentModal-module__poCkFq__formRow{grid-template-columns:1fr}}
.Footer-module__Grjkva__footer{color:#e2e8f0;font-family:var(--font-family);background-color:#262626;padding-top:80px}.Footer-module__Grjkva__footerTop{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1.5fr 1.5fr;gap:40px;padding-bottom:60px;display:grid}.Footer-module__Grjkva__brandCol{flex-direction:column;padding-right:40px;display:flex}.Footer-module__Grjkva__logoWrapper{align-items:center;margin-bottom:24px;display:flex}.Footer-module__Grjkva__logoImage{object-fit:contain;width:auto;height:120px}.Footer-module__Grjkva__brandDesc{color:#aebce5;margin-bottom:30px;font-size:14px;font-weight:300;line-height:1.8}.Footer-module__Grjkva__socials{gap:16px;display:flex}.Footer-module__Grjkva__socialLink{color:#fff;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__Grjkva__socialLink svg{width:24px;height:24px}.Footer-module__Grjkva__socialLink:hover{color:#1ea0fe;transform:translateY(-2px)}.Footer-module__Grjkva__colTitle{color:#fff;margin-bottom:30px;font-size:18px;font-weight:600}.Footer-module__Grjkva__linkList{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__Grjkva__linkList a{color:#aebce5;font-size:14px;font-weight:400;text-decoration:none;transition:color .3s}.Footer-module__Grjkva__linkList a:hover{color:#fff}.Footer-module__Grjkva__contactCol{flex-direction:column;gap:20px;display:flex}.Footer-module__Grjkva__contactItem{align-items:center;gap:16px;display:flex}.Footer-module__Grjkva__contactIcon{background-color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Footer-module__Grjkva__contactText{color:#e2e8f0;font-size:14px}.Footer-module__Grjkva__phoneLink{color:#e2e8f0;text-decoration:none;transition:color .3s}.Footer-module__Grjkva__phoneLink:hover{color:#fff}.Footer-module__Grjkva__newsletterCol{flex-direction:column;display:flex}.Footer-module__Grjkva__newsletterForm{width:100%;margin-bottom:16px;display:flex;position:relative}.Footer-module__Grjkva__emailInput{color:#333;background:#fff;border:none;border-radius:30px;outline:none;flex:1;padding:12px 100px 12px 20px;font-family:inherit;font-size:14px}.Footer-module__Grjkva__submitBtn{color:#fff;cursor:pointer;background-color:#1ea0fe;border:none;border-radius:30px;padding:0 20px;font-size:14px;font-weight:500;transition:background-color .3s;position:absolute;top:4px;bottom:4px;right:4px}.Footer-module__Grjkva__submitBtn:hover{background-color:#178ae0}.Footer-module__Grjkva__statusSuccess{color:#4caf50;margin-bottom:8px;font-size:12px}.Footer-module__Grjkva__statusError{color:#f44336;margin-bottom:8px;font-size:12px}.Footer-module__Grjkva__newsletterDesc{color:#aebce5;font-size:12px;line-height:1.6}.Footer-module__Grjkva__footerBottom{background-color:#0000;padding:30px 0}.Footer-module__Grjkva__bottomContainer{color:#aebce5;justify-content:space-between;align-items:center;font-size:14px;display:flex}.Footer-module__Grjkva__attribution a{color:#1ea0fe;font-weight:500;text-decoration:none}.Footer-module__Grjkva__attribution a:hover{text-decoration:underline}@media (max-width:1024px){.Footer-module__Grjkva__footerTop{grid-template-columns:1fr 1fr;gap:60px 40px}}@media (max-width:600px){.Footer-module__Grjkva__footerTop{grid-template-columns:1fr;gap:40px}.Footer-module__Grjkva__brandCol{padding-right:0}.Footer-module__Grjkva__bottomContainer{text-align:center;flex-direction:column;gap:15px}}
.page-module___8aEwW__main{width:100%;min-height:100vh;position:relative}
.AboutHero-module__grpVQa__heroSection{background-color:#0b1a3d;justify-content:center;align-items:center;min-height:80vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.AboutHero-module__grpVQa__bgImageWrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.AboutHero-module__grpVQa__gradientOverlay{z-index:1;background:linear-gradient(#030b1a66 0%,#030b1ab3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.AboutHero-module__grpVQa__heroContainer{z-index:2;text-align:center;justify-content:center;align-items:center;width:100%;padding:0 16px;display:flex;position:relative}.AboutHero-module__grpVQa__heroContent{color:#fff;flex-direction:column;align-items:center;max-width:900px;display:flex}.AboutHero-module__grpVQa__badge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0d1f4799;border:1px solid #ffffff1a;border-radius:30px;align-items:center;margin-bottom:24px;padding:8px 18px;font-size:14px;font-weight:500;display:inline-flex}.AboutHero-module__grpVQa__badgeIcon{justify-content:center;align-items:center;margin-right:8px;display:flex}.AboutHero-module__grpVQa__heroTitle{letter-spacing:-.5px;margin-bottom:24px;font-size:56px;font-weight:700;line-height:1.2}.AboutHero-module__grpVQa__heroDescription{opacity:.9;max-width:800px;font-size:18px;font-weight:400;line-height:1.6}@media (max-width:992px){.AboutHero-module__grpVQa__heroTitle{font-size:40px}}@media (max-width:576px){.AboutHero-module__grpVQa__heroTitle{font-size:32px}.AboutHero-module__grpVQa__heroDescription{font-size:16px}}
.AboutIntro-module__ge-Y4a__section{background-color:#fff;padding:100px 16px}.AboutIntro-module__ge-Y4a__container{align-items:flex-start;gap:80px;max-width:1100px;margin:0 auto;display:flex}.AboutIntro-module__ge-Y4a__leftCol{flex:0 0 280px;padding-top:10px}.AboutIntro-module__ge-Y4a__subtitle{color:#3b4b68;margin-bottom:24px;font-size:16px;font-weight:500;line-height:1.5}.AboutIntro-module__ge-Y4a__bookBtn{color:#fff;cursor:pointer;background-color:#1461e1;border:none;border-radius:30px;padding:12px 24px;font-size:15px;font-weight:500;transition:all .3s;box-shadow:0 4px 10px #1461e14d}.AboutIntro-module__ge-Y4a__bookBtn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #1461e166}.AboutIntro-module__ge-Y4a__rightCol{flex:1}.AboutIntro-module__ge-Y4a__mainText{color:#1e2b4d;margin-bottom:50px;font-size:32px;font-weight:400;line-height:1.4}.AboutIntro-module__ge-Y4a__imagesWrapper{gap:20px;display:flex}.AboutIntro-module__ge-Y4a__imageContainer{aspect-ratio:1.6;border-radius:16px;flex:1;position:relative;overflow:hidden}.AboutIntro-module__ge-Y4a__image{object-fit:cover}@media (max-width:900px){.AboutIntro-module__ge-Y4a__container{flex-direction:column;gap:40px}.AboutIntro-module__ge-Y4a__leftCol{flex:1;width:100%;padding-top:0}.AboutIntro-module__ge-Y4a__mainText{margin-bottom:30px;font-size:24px}.AboutIntro-module__ge-Y4a__imagesWrapper{flex-direction:column}}
.ExperienceSection-module__6zMIFG__section{background-color:#114299;align-items:center;width:100%;min-height:600px;margin:40px 0;display:flex;position:relative;overflow:hidden}.ExperienceSection-module__6zMIFG__imageWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.ExperienceSection-module__6zMIFG__image{object-fit:cover;object-position:right center}.ExperienceSection-module__6zMIFG__gradientOverlay{z-index:2;background:linear-gradient(90deg,#192d7d 0%,#0f5fb4 35%,#058cd266 65%,#058cd200 100%);width:100%;height:100%;position:absolute;top:0;left:0}.ExperienceSection-module__6zMIFG__container{z-index:3;flex-direction:column;justify-content:space-between;width:100%;max-width:1100px;min-height:500px;margin:0 auto;padding:80px 16px;display:flex;position:relative}.ExperienceSection-module__6zMIFG__topContent{max-width:500px;margin-bottom:120px}.ExperienceSection-module__6zMIFG__bottomContent{max-width:450px}.ExperienceSection-module__6zMIFG__title{color:#fff;margin:0;font-size:48px;font-weight:500;line-height:1.25}.ExperienceSection-module__6zMIFG__description{color:#ffffffd9;margin-bottom:24px;font-size:15px;line-height:1.6}.ExperienceSection-module__6zMIFG__btn{color:#333;cursor:pointer;background:#fff;border:none;border-radius:30px;align-items:center;padding:6px 6px 6px 20px;font-size:14px;font-weight:500;transition:all .3s;display:inline-flex}.ExperienceSection-module__6zMIFG__btnText{margin-right:16px}.ExperienceSection-module__6zMIFG__btnIconWrapper{color:#fff;background-color:#385bbb;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ExperienceSection-module__6zMIFG__btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}@media (max-width:1024px){.ExperienceSection-module__6zMIFG__title{font-size:40px}}@media (max-width:768px){.ExperienceSection-module__6zMIFG__gradientOverlay{background:linear-gradient(90deg,#192d7df2 0%,#0f5fb4e6 50%,#058cd299 100%)}.ExperienceSection-module__6zMIFG__topContent{margin-bottom:60px}.ExperienceSection-module__6zMIFG__title{font-size:32px}}
.FAQ-module__YTKPaG__faqSection{background-color:var(--bg-white);justify-content:space-between;align-items:flex-start;gap:60px;padding:80px 16px;display:flex!important}.FAQ-module__YTKPaG__leftColumn{flex:1;max-width:450px}.FAQ-module__YTKPaG__rightColumn{flex-direction:column;flex:1.5;display:flex}.FAQ-module__YTKPaG__badge{color:#556c9a;background-color:#f7f9fc;border:1px solid #e2e8f0;border-radius:30px;align-items:center;margin-bottom:24px;padding:6px 16px;font-size:14px;font-weight:500;display:inline-flex}.FAQ-module__YTKPaG__dot{background-color:#12224a;border-radius:50%;width:6px;height:6px;margin-right:8px}.FAQ-module__YTKPaG__title{color:#12224a;font-size:38px;font-weight:400;line-height:1.2}.FAQ-module__YTKPaG__faqItem{border-bottom:1px solid #b3d1f0;margin-bottom:24px;padding-bottom:24px}.FAQ-module__YTKPaG__faqItem:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.FAQ-module__YTKPaG__questionBtn{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0;display:flex}.FAQ-module__YTKPaG__questionText{color:#1e1e1e;flex:1;padding-right:20px;font-size:20px;font-weight:500}.FAQ-module__YTKPaG__icon{color:#1e1e1e;font-size:24px;font-weight:400}.FAQ-module__YTKPaG__answerWrapper{max-height:0;transition:max-height .3s ease-out,margin-top .3s ease-out;overflow:hidden}.FAQ-module__YTKPaG__answerWrapper.FAQ-module__YTKPaG__open{max-height:200px;margin-top:16px}.FAQ-module__YTKPaG__answerText{color:#6c757d;font-size:14px;line-height:1.6}@media (max-width:900px){.FAQ-module__YTKPaG__faqSection{flex-direction:column;gap:40px}.FAQ-module__YTKPaG__leftColumn{max-width:100%}}@media (max-width:600px){.FAQ-module__YTKPaG__title{font-size:32px}.FAQ-module__YTKPaG__questionText{font-size:18px}}
.Insights-module__Kml9DW__insightsSection{background-color:var(--bg-white);flex-direction:column;align-items:center;padding:80px 16px;display:flex}.Insights-module__Kml9DW__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.Insights-module__Kml9DW__badge{color:#556c9a;background-color:#f7f9fc;border:1px solid #e2e8f0;border-radius:30px;align-items:center;margin-bottom:24px;padding:6px 16px;font-size:14px;font-weight:500;display:inline-flex}.Insights-module__Kml9DW__dot{background-color:#556c9a;border-radius:50%;width:6px;height:6px;margin-right:8px}.Insights-module__Kml9DW__title{color:#333;font-size:42px;font-weight:500;line-height:1.2}.Insights-module__Kml9DW__grid{grid-template-columns:repeat(3,1fr);gap:30px;width:100%;max-width:1200px;display:grid}.Insights-module__Kml9DW__cardLink{color:inherit;text-decoration:none;display:block}.Insights-module__Kml9DW__card{background-color:var(--bg-white);border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.Insights-module__Kml9DW__card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000014}.Insights-module__Kml9DW__imageWrapper{aspect-ratio:4/3;border-radius:20px 20px 0 0;width:100%;position:relative;overflow:hidden}.Insights-module__Kml9DW__cardImage{object-fit:cover}.Insights-module__Kml9DW__dateBadge{color:#6c757d;text-transform:uppercase;letter-spacing:.5px;background-color:#fff;border-radius:30px 30px 0 0;padding:8px 20px;font-size:11px;font-weight:600;position:absolute;bottom:0;left:20px}.Insights-module__Kml9DW__content{flex-direction:column;flex-grow:1;padding:30px 24px;display:flex}.Insights-module__Kml9DW__articleTitle{color:#12224a;flex-grow:1;margin-bottom:30px;font-size:22px;font-weight:500;line-height:1.4}.Insights-module__Kml9DW__footer{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-top:20px;display:flex}.Insights-module__Kml9DW__author{color:#8fa0c0;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.Insights-module__Kml9DW__categoryBadge{color:#8fa0c0;text-transform:uppercase;letter-spacing:.5px;border:1px solid #e2e8f0;border-radius:30px;padding:6px 16px;font-size:10px;font-weight:600}@media (max-width:992px){.Insights-module__Kml9DW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Insights-module__Kml9DW__grid{grid-template-columns:1fr}.Insights-module__Kml9DW__title{font-size:32px}}
.page-module__NfDiEG__main{width:100%;min-height:100vh;position:relative}
.page-module__VKYseq__main{width:100%;min-height:100vh;position:relative}
.page-module__OSLHOG__main{background-color:var(--bg-white);flex-direction:column;min-height:100vh;display:flex}
.page-module__W2phFa__main{min-height:100vh}
.page-module__LYynJW__main{background-color:var(--bg-white);min-height:100vh}.page-module__LYynJW__blogContainer{gap:60px;max-width:1200px;margin:0 auto;padding:120px 16px 100px;display:flex}.page-module__LYynJW__leftColumn{flex:1;max-width:750px}.page-module__LYynJW__rightColumn{flex-shrink:0;width:350px}.page-module__LYynJW__content h1{color:#12224a;margin-bottom:24px;font-size:38px;font-weight:500;line-height:1.3}.page-module__LYynJW__content h2{color:#12224a;margin:40px 0 20px;font-size:28px;font-weight:500}.page-module__LYynJW__heroImageWrapper{aspect-ratio:16/9;border-radius:12px;width:100%;margin-bottom:30px;position:relative;overflow:hidden}.page-module__LYynJW__heroImage{object-fit:cover}.page-module__LYynJW__content p{color:#4a5568;margin-bottom:24px;font-size:16px;line-height:1.8}.page-module__LYynJW__readTime{color:#1a202c;align-items:center;gap:12px;margin-bottom:30px;font-size:20px;font-weight:600;display:flex}.page-module__LYynJW__clockIcon{width:24px;height:24px}.page-module__LYynJW__recentArticlesList{margin-bottom:50px;padding:0;list-style:none}.page-module__LYynJW__recentArticlesList li{color:#4a5568;border-bottom:1px solid #e2e8f0;padding:16px 0;font-size:14px;line-height:1.5}.page-module__LYynJW__recentArticlesList li:last-child{border-bottom:none}.page-module__LYynJW__ctaCard{border-radius:12px;overflow:hidden;box-shadow:0 10px 25px #0000000d}.page-module__LYynJW__ctaImageWrapper{width:100%;height:200px;position:relative}.page-module__LYynJW__ctaImage{object-fit:cover}.page-module__LYynJW__ctaContent{color:#fff;background-color:#12224a;padding:30px 24px}.page-module__LYynJW__ctaContent h3{margin-bottom:16px;font-size:22px;font-weight:500;line-height:1.4}.page-module__LYynJW__ctaLink{color:#fff;opacity:.9;font-size:14px;text-decoration:underline;transition:opacity .2s;display:inline-block}.page-module__LYynJW__ctaLink:hover{opacity:1}@media (max-width:992px){.page-module__LYynJW__blogContainer{flex-direction:column}.page-module__LYynJW__rightColumn{width:100%}}@media (max-width:768px){.page-module__LYynJW__content h1{font-size:32px}}
