@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";:root{--color-blue-00: #e6f1ff;--color-blue-01: #b8d7ff;--color-blue-02: #8abdff;--color-blue-03: #5ca4ff;--color-blue-04: #2e8bf0;--color-blue-05: #1172d9;--color-red-00: #ffd5d5;--color-red-01: #e67360;--color-red-02: #d92d11;--color-red-03: #b5260e;--color-red-04: #911e0b;--color-red-05: #6d1709;--color-green-00: #e7ffd5;--color-green-01: #a1e661;--color-green-02: #72d912;--color-green-03: #2eb90b;--color-green-04: #069712;--color-green-05: #02742c;--color-green-06: #198754;--color-yellow-00: #fffce6;--color-yellow-01: #fef19b;--color-yellow-02: #FDE74F;--color-yellow-03: #FCDC04;--color-yellow-04: #c18119;--color-yellow-05: #8e4c26;--color-neutral-00: #fdfdfd;--color-neutral-01: #dfdfdf;--color-neutral-02: #bebebe;--color-neutral-03: #9e9e9e;--color-neutral-04: #5d5d5d;--color-neutral-05: #3d3d3d;--background-blue-00: #fbfcfe;--background-blue-01: #f3f4f7;--background-blue-02: #E5E8ED;--background-neutral-00: #fdfdfd;--background-neutral-01: #fbfbfb;--background-neutral-02: #f5f5f5;--color-primary-01: #fff;--color-primary-02: white}:root{--box-shadow-tiny: 0px 1px 3px 0px rgba(0, 0, 0, .075);--box-shadow-light: 0px 2px 4px rgba(0, 0, 0, .15);--box-shadow-small: 0px 4px 8px -1px rgba(0, 0, 0, .16);--box-shadow-medium: 0px 4px 8px rgba(0, 0, 0, .2);--box-shadow-large: 0px 8px 16px rgba(0, 0, 0, .2)}:root{--vg-border-radius: .5rem}body{font-size:1rem}h1,h1.title,h2,h2.title,h3,h3.title{font-family:Poppins,sans-serif;color:#00008b}h2,h2.title{font-size:2.3rem;margin-bottom:2rem}h2.title-underline,h2.title.title-underline{border-bottom:2px solid #00008B}.about-us h2.title{border-bottom:0}h3,h3.title{font-size:2rem;margin-bottom:1rem}a{color:#000}.blocks-wrapper{display:flex;flex-direction:column;gap:4rem;margin:4rem 0}@media (width >= 768px){.blocks-wrapper{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:2rem}}.blocks-wrapper .block{flex:1 1 100%;max-width:700px}@media (width >= 768px){.blocks-wrapper .block{flex:1 1 45%;max-width:none}}.blocks-wrapper .block-translate{display:flex;flex-direction:column;gap:1rem}.blocks-wrapper .section-title{text-align:center;margin-bottom:1rem}.about-us{display:flex;justify-content:space-between;margin-top:3rem;flex-direction:column}.about-us__block{display:flex;flex-direction:column;width:100%}.about-us__block--img img{width:100%}@media (width >= 768px){.about-us{flex-direction:row}.about-us .about-us__block{width:45%}}.btn{box-shadow:0 0 10px #417db48c;margin-bottom:1rem;border-radius:50px;width:-moz-fit-content;width:fit-content;font-family:Poppins,sans-serif;padding:1rem 2rem}.btn.btn-primary{background-color:#00008b;border-color:#00008b}.btn.btn-white{background:#fff;color:#00008b}.btn.btn-cta{background-color:#32cd32;color:#fff;font-family:Poppins,sans-serif;box-shadow:none;border:0}.destinations-cards{display:grid;grid-template-columns:1fr;gap:24px}@media (width >= 768px){.destinations-cards{grid-template-columns:repeat(2,1fr)}}@media (width >= 1200px){.destinations-cards{grid-template-columns:repeat(4,1fr)}}.destinations-cards__card{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center}.destinations-cards__card img{border-radius:12px}.destinations-cards__card .card-title{font-size:1.6em}.destinations-cards__card a:not(.btn){color:#002bd3}.card-label{background-color:#bfffdf;margin:0 12px 0 30px;padding:4px 12px;border-radius:40px;color:#002bd3;font-size:.8em}.container{--bs-gutter-x: 2.5rem;--bs-gutter-y: 0}.destinations__cta{align-items:center;display:flex;flex-direction:column;margin-bottom:2rem}.destinations-list{margin-top:0;padding:0}.destinations-list ul{list-style:none;padding:0 2rem;margin:0 auto;max-width:100%;-moz-columns:1;columns:1}@media (width >= 576px){.destinations-list ul{-moz-columns:2;columns:2}}@media (width >= 768px){.destinations-list ul{-moz-columns:3;columns:3}}@media (width >= 1024px){.destinations-list ul{-moz-columns:4;columns:4}}.destinations-list li{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid;margin-bottom:.5rem;height:3.125rem}.destinations-list a{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;font-size:1rem;transition:background .1s ease-in-out,border-radius .1s ease-in-out}.destinations-list a:hover{background:#f3f4f7;border-radius:.5rem}.destinations-list a img{flex-shrink:0;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease-in-out}.destinations-list__destination{display:flex;justify-content:center;padding:.5rem 0;cursor:pointer}@media (width >= 768px){.destinations-list__destination{justify-content:flex-start}}.faqs{margin-top:4rem}.faqs__footer a{text-decoration:underline}.faq{margin-bottom:1rem}.faq__title{font-weight:700;margin-bottom:1rem;color:#00008b}.faq__content{margin-bottom:3rem;padding-left:2rem;border-left:2px solid #32CD32}.home-hero{block-size:-moz-fit-content;block-size:fit-content;display:block;overflow:hidden;height:-moz-fit-content;height:fit-content;position:relative}.home-hero__video{overflow:hidden;position:absolute;height:100%;width:100%;top:0;left:0;z-index:0}.home-hero__video .overlay{background-color:#000;opacity:.5;width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.home-hero__video video{width:auto;height:auto;overflow:hidden}@media (width >= 1024px){.home-hero__video video{width:100%;height:1000px;-o-object-fit:cover;object-fit:cover;margin-top:-170px}}.home-hero__content{position:relative;color:#fff;text-align:left;z-index:2;height:100%}.home-hero__content-wrapper{padding:7rem 1rem;position:relative}@media (width >= 768px){.home-hero__content-wrapper{max-width:1024px;margin:0 auto}}.home-hero__content .content__title{font-size:2rem;color:#fff;font-family:Poppins,sans-serif;padding-bottom:1rem;border-bottom:4px solid;margin-bottom:1.5rem;display:inline-block}@media (width >= 768px){.home-hero__content .content__title{font-size:4rem}}.home-hero__content .content__subtitle{font-size:1.5rem;color:#fff;font-family:Poppins,sans-serif;line-height:1}@media (width >= 768px){.home-hero__content .content__subtitle{font-size:3rem}}.home-hero__content .content__highlights{text-align:center;background-color:#002bd3;position:relative;width:100%}@media (width >= 768px){.home-hero__content .content__highlights{background-color:#acacacc7}}.home-hero .highlight{font-weight:700;font-family:Poppins,sans-serif;width:100%;padding:2rem 0}.home-hero .highlight:first-child{background-color:#00008b}@media (width >= 768px){.home-hero .highlight:first-child{background-color:transparent}}.home-hero .highlight .highlight__value{font-size:3rem;margin-bottom:0;color:#fff}.home-hero .highlight .highlight__text{font-size:1rem}.home-hero .btn-primary{background-color:#002bd3;font-family:Poppins,sans-serif;box-shadow:none;border:0}.hero{padding:5rem 0;position:relative;margin-top:0;margin-bottom:5rem}.hero .overlay{position:absolute;background:#0006;top:0;right:0;bottom:0;left:0}.hero .hero__content{position:relative}.hero .hero__subtitle{font-family:Poppins,sans-serif;font-size:2rem;color:#fff;margin-bottom:2rem}@media (width >= 768px){.hero .hero__subtitle{font-size:2.5em}}.hero .hero__subtitle small{font-size:1.5rem;color:#fff;display:block}@media (width >= 768px){.hero .hero__subtitle small{font-size:3rem}}.hero.hero_2{margin-bottom:0}.hero.hero_2 .hero__title,.hero.hero_2 .hero__subtitle{color:#00008b}.hero.hero_2 .hero__title{font-size:3.3rem;font-weight:600}.hero .hero__title{font-family:Poppins,sans-serif;font-size:2.5rem;color:#fff;margin-bottom:2rem}@media (width >= 768px){.hero .hero__title{font-size:4.5em}}.hero .hero__title small{font-size:1.5rem;color:#fff;display:block}@media (width >= 768px){.hero .hero__title small{font-size:3rem}}.hero .btn{padding:1rem 4rem;font-size:1.5rem;background-color:#32cd32;color:#fff}.content-hero{display:flex;flex-wrap:wrap;flex-direction:column;margin-bottom:4rem;gap:2rem}@media (width >= 768px){.content-hero{flex-direction:row;align-items:center;justify-content:space-between;gap:4rem}.content-hero__text,.content-hero__image{flex:0 0 45%}.content-hero__cta{flex:0 0 100%}}.content-hero__text{color:#00008b}.content-hero__text__title{font-size:2.5rem;margin-bottom:1rem}@media (width >= 768px){.content-hero__text__title{font-size:4.5rem}}.content-hero__text__subtitle{font-size:1.5rem}@media (width >= 768px){.content-hero__text__subtitle{font-size:2.5rem}}.content-hero__image{margin-top:3rem;text-align:center}.content-hero__image img{width:100%;max-width:600px;height:auto;border-radius:12px}.content-hero__cta{display:flex;flex-direction:column;gap:2rem}@media (width >= 768px){.content-hero__cta{flex-direction:row;justify-content:center}}.hero__footer{position:absolute;width:100%;display:flex;justify-content:center;bottom:-4rem;flex-direction:column;align-items:center}.hero__footer-container{background:#fff;border-radius:10px 10px 0 0;box-shadow:0 0 10px #0000003b;width:90%;display:flex;justify-content:space-around;align-items:center;padding:2rem;gap:1rem}.hero__footer-item{display:flex;flex-direction:row;gap:1rem;align-items:center;font-weight:600}.hero__footer-item .fas,.hero__footer-item .far{font-size:3rem;color:#32cd32}.hero__footer-bar{background:#fff;height:10px;width:100%}.highlights{padding:5rem 0;margin-bottom:5rem;text-align:center;background-color:#f5f5f5;display:flex;align-items:start;justify-content:center;align-items:center}.highlights__container{max-width:1200px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;gap:2rem}@media (width >= 768px){.highlights__container{flex-direction:row}}.highlights .highlight{display:flex;flex-direction:column;width:80%}@media (width >= 768px){.highlights .highlight{width:100%}}.highlights .highlight__value{color:#fff}.highlights .highlight__image{font-size:50px;margin-right:1rem;margin-bottom:1rem}.highlights .highlight__image i{display:block;width:100%;color:#1172d9}.how-to-apply{margin-top:10rem}.how-to-apply .title{text-align:center;margin:4rem 0}.how-to-apply .how-to-apply__steps{width:80%;margin:0 auto;display:flex;gap:2rem;flex-direction:column}@media (width >= 768px){.how-to-apply .how-to-apply__steps{flex-direction:row}}.how-to-apply .step{text-align:center;margin-bottom:3rem}.how-to-apply .step .step__image{font-size:50px;margin-right:1rem}.how-to-apply .step .step__image i{display:block;width:100%;color:#1172d9}.how-to-apply .how-to-apply__cta{text-align:center;margin:2rem auto}.how-to-apply .how-to-apply__cta a.btn{padding:1rem 4rem;font-size:1.3rem}.img-fluid{max-width:100%;height:auto;border-radius:10px}.local-experts{display:flex;flex-direction:column;gap:2rem}.local-experts .local-experts__blocks{display:flex;flex-direction:column;gap:4rem;margin-bottom:4rem}@media (width >= 768px){.local-experts .local-experts__blocks{flex-direction:row;flex-wrap:wrap;justify-content:center}}.local-experts h3{text-align:center}.local-experts .btn{display:block;margin-left:auto;margin-right:auto}.local-experts .btn.btn-white{color:#00008b}@media (width >= 768px){.local-experts .local-experts__block{width:45%}}.all-destinations-modal{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:2;overflow:scroll}.all-destinations-modal .overlay{height:100vh;width:100vw;position:absolute;background-color:#0009;z-index:-1}.all-destinations-modal .destinations__list{width:98vw;max-height:98vh;padding:3vw;background:#fff;top:1vh;left:1vw;position:relative;overflow:scroll}.all-destinations-modal #close{position:absolute;right:1rem;cursor:pointer}@media (min-width: 576px){.all-destinations-modal{position:fixed}.all-destinations-modal .destinations__list{width:60vw;max-height:-moz-fit-content;max-height:fit-content;padding:2vw;top:22%;left:0;margin:0 auto;display:flex;flex-wrap:wrap}.all-destinations-modal .destinations__list .destination{width:33%}.all-destinations-modal #close{right:2rem}}.visa-types{padding:2rem}.visa-types .visa-types__image{display:none}@media (width >= 768px){.visa-types .visa-types__image{display:block}.visa-types .visa-types__image img{width:100%}}.visa-types .visa-types__cta{text-align:center;margin:2rem auto}.visa-types .visa-types__cta .btn{padding:1rem 4rem;font-size:1.3rem}@media (width >= 768px){.visa-types .visa-types__container{display:flex;align-items:center;justify-content:space-around;gap:2rem}}@media (width >= 768px){.visa-types .visa-types__container>div{width:45%}}.services{display:flex;flex-direction:column;margin:5rem auto;flex-wrap:wrap;gap:4rem}@media (width >= 768px){.services{flex-direction:row}.services h2{width:100%;flex:0 0 100%;margin-bottom:4rem}.services h3{text-align:center}.services .services__service{flex:0 0 45%}}.visa-information{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (width <= 768px){.visa-information{grid-template-columns:1fr}}.visa-information .visa-information__image{display:none;text-align:center}@media (width >= 768px){.visa-information .visa-information__image{display:block}}.visa-information .visa-information__image img{max-width:60%}.visa-information .visa-information__image--vertical{max-width:400px}.eligible__content ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.title-underline{color:#412bd3;font-size:2rem}.container{max-width:1140px}.about-us-page .container p,.authorization__title,.authorization__title li{color:#030382}.authorization__title{font-weight:700}.authorizations__text{color:#04048d}.content-hero__title{font-weight:600}.info__title{font-size:1.8rem}.services__visas{width:50%}.services__list{width:50%!important}.about-us__services>.container,.about-us__help{display:flex;gap:70px;margin-bottom:100px}.help__faqs,.help__reviews{width:50%}.list__container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.service{background-size:cover;background-position:center;border-radius:8px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:600;font-size:1.3rem;color:#fff;padding:20px;width:100%;height:100%}.content-hero__text,.content-hero__image{flex:0 0 47%}.visas__list{-moz-columns:3;columns:3;-moz-column-gap:40px;column-gap:40px}.visas__list>.destination{display:block;margin-bottom:8px;-moz-column-break-inside:avoid;break-inside:avoid}.visas__cta{display:flex;justify-content:center;margin-top:40px}.faq__content{border-left:10px solid #32CD32}.review__author,.review__content,.review__location{text-align:center}.review__author{color:#020288;font-weight:600}.review__content{font-style:italic}.review__location{margin-bottom:30px;color:#666;font-size:.9rem;letter-spacing:1px}.faq__title{font-size:1.2rem}.faqs__cta{display:flex;justify-items:center}.about-us__company{margin-bottom:100px}.content-hero__title span{display:block}.content-hero__subtitle{letter-spacing:-1px}.content-hero__text,.content-hero__image{flex:0 0 0 auto}@media (max-width: 768px){.about-us__services>.container,.about-us__help{flex-direction:column;gap:40px;margin-bottom:60px;width:100%}.about-us__services,.about-us__help,.services__visas,.services__list,.help__reviews,.help__faqs{width:100%!important}.services__visas{margin-top:40px}.content-hero__title{font-size:2.4rem;margin-top:60px}.content-hero__image{margin-top:0}}.app-cta{display:flex;justify-content:center;margin:2rem 0}.app-cta .btn{padding:1rem 4rem;font-size:1.2rem;background-color:#32cd32;color:#fff;border-radius:10px}.app-cta .btn:hover{background-color:#28a428}.blog-container{display:grid;grid-template-columns:1fr 280px;gap:2.5rem;margin-top:2rem;margin-bottom:3rem}@media (max-width: 991px){.blog-container{grid-template-columns:1fr;gap:1.5rem}}.blog-container>*{min-width:0}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 767px){.blog-grid{grid-template-columns:1fr}}.blog-card{display:flex;flex-direction:column;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px #00000014;transition:box-shadow .2s ease,transform .2s ease;text-decoration:none;color:inherit}.blog-card:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-2px);text-decoration:none;color:inherit}.blog-card__image{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:#f8f8f8}.blog-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-card__image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#bebeff,#bedeff)}.blog-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem}.blog-card__category{display:inline-block;width:-moz-fit-content;width:fit-content;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#2590ff;background:#2590ff14;padding:.2rem .6rem;border-radius:4px;margin-bottom:.6rem}.blog-card__title{font-size:1.1rem;font-weight:700;line-height:1.35;color:#00008b;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card__excerpt{font-size:.875rem;line-height:1.55;color:#525266;margin:0 0 1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.8rem;color:#525266;border-top:1px solid rgba(0,0,0,.06);padding-top:.75rem;margin-top:auto}.blog-card__meta time{white-space:nowrap;color:#696982}.blog-card__author{display:flex;align-items:center;gap:.5rem;min-width:0}.blog-card__author span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-card__avatar{width:28px;height:28px;border-radius:50%;flex-shrink:0;-o-object-fit:cover;object-fit:cover}.blog-card__avatar--initials{display:flex;align-items:center;justify-content:center;background:#2590ff;color:#fff;font-size:.75rem;font-weight:600}.blog-card__dates{display:flex;flex-direction:column;align-items:flex-end;margin-left:auto;gap:.1rem}.blog-card__dates time{white-space:nowrap;color:#696982}.blog-card__updated{font-size:.7rem;color:#757590;white-space:nowrap}@media (max-width: 991px){.blog-sidebar{display:contents}}.blog-sidebar-inner{position:sticky;top:1rem}@media (max-width: 991px){.blog-sidebar-inner{display:contents}}.blog-sidebar__section{margin-bottom:2rem}@media (max-width: 991px){.blog-sidebar__section--search{display:none}}@media (max-width: 991px){.blog-sidebar__section--categories,.blog-sidebar__section--recent{min-width:0}}@media (max-width: 991px){.blog-sidebar__section--categories{order:-1;margin-bottom:0}}@media (max-width: 991px){.blog-sidebar__section--recent{order:1;margin-bottom:0}}.blog-sidebar__title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#00008b;margin:0 0 .75rem}.blog-categories-dropdown summary{list-style:none}.blog-categories-dropdown summary::-webkit-details-marker{display:none}@media (min-width: 992px){.blog-categories-dropdown summary{pointer-events:none}.blog-categories-dropdown .blog-categories-toggle__arrow{display:none}}@media (max-width: 991px){.blog-categories-dropdown .blog-categories-toggle{cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#f8f8f8;padding:.75rem 1rem;border-radius:8px;margin-bottom:0}.blog-categories-dropdown[open] .blog-categories-toggle{border-radius:8px 8px 0 0}.blog-categories-dropdown .blog-categories-toggle__arrow{transition:transform .2s;flex-shrink:0}.blog-categories-dropdown[open] .blog-categories-toggle__arrow{transform:rotate(180deg)}.blog-categories-dropdown .blog-categories{border:1px solid #e5e5e5;border-top:none;border-radius:0 0 8px 8px;padding:.5rem}}.blog-search{display:flex;border:1px solid #dce0e6;border-radius:8px;overflow:hidden;transition:border-color .2s}.blog-search:focus-within{border-color:#2590ff}.blog-search__input{flex:1;border:none;outline:none;padding:.6rem .85rem;font-size:.875rem;background:transparent;min-width:0}.blog-search__input::-moz-placeholder{color:#a0a5b0}.blog-search__input::placeholder{color:#a0a5b0}.blog-search__btn{display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#525266;padding:0 .75rem;cursor:pointer;transition:color .2s}.blog-search__btn:hover{color:#2590ff}.blog-categories{list-style:none;margin:0;padding:0}.blog-categories li+li{margin-top:.15rem}.blog-categories__item{display:block;padding:.45rem .75rem;font-size:.875rem;color:#525266;border-radius:6px;text-decoration:none;transition:background .15s,color .15s}.blog-categories__item:hover{background:#f8f8f8;color:#00008b;text-decoration:none}.blog-categories__item--active{background:#2590ff14;color:#2590ff;font-weight:600}.blog-categories__item--active:hover{background:#2590ff1f;color:#2590ff}.blog-recent{list-style:none;margin:0;padding:0}.blog-recent li+li{border-top:1px solid rgba(0,0,0,.06)}.blog-recent__item{display:block;padding:.6rem 0;text-decoration:none;transition:color .15s}.blog-recent__item:hover{text-decoration:none}.blog-recent__item:hover .blog-recent__title{color:#2590ff}.blog-recent__title{display:block;font-size:.84rem;font-weight:500;line-height:1.4;color:#00008b;transition:color .15s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-recent__date{display:block;font-size:.72rem;color:#696982;margin-top:.2rem}.blog-active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.blog-filter-tag{display:inline-flex;align-items:center;gap:.4rem;background:#f8f8f8;padding:.3rem .7rem;border-radius:20px;font-size:.8rem;color:#525266}.blog-filter-tag a{display:flex;align-items:center;color:#525266;font-size:1rem;line-height:1;text-decoration:none}.blog-filter-tag a:hover{color:#00008b}.blog-filter-clear{font-size:.8rem;color:#2590ff;text-decoration:none;margin-left:.25rem}.blog-filter-clear:hover{text-decoration:underline}.blog-pagination{margin-top:2rem}html{scroll-behavior:smooth}.blog-toc{background:#f8f8f8;border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:2rem}.blog-toc__title{font-size:.95rem;font-weight:700;color:#00008b;cursor:pointer;list-style:none}.blog-toc__title::-webkit-details-marker{display:none}.blog-toc__title:before{content:"▸ ";display:inline-block;transition:transform .2s}details[open]>.blog-toc__title:before{transform:rotate(90deg)}.blog-toc__list{margin:.75rem 0 0;padding-left:1.25rem;list-style:decimal}.blog-toc__list li{margin-bottom:.35rem;font-size:.9rem;line-height:1.45}.blog-toc__list a{color:#525266;text-decoration:none;transition:color .15s}.blog-toc__list a:hover{color:#2590ff;text-decoration:none}.blog-toc__item--h3{margin-left:1rem}.blog-article__breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.8rem;margin-bottom:1.5rem}.blog-article__breadcrumb a{color:#525266;text-decoration:none}.blog-article__breadcrumb a:hover{color:#2590ff}.blog-article__breadcrumb span{color:#ccc}.blog-article__title{font-size:2rem;font-weight:800;line-height:1.25;color:#00008b;margin:0 0 1.25rem}@media (max-width: 767px){.blog-article__title{font-size:1.5rem}}.blog-article__summary{font-size:.95rem;line-height:1.6;color:#525266;background:#f8f8f8;border-left:3px solid #2590FF;border-radius:0 8px 8px 0;padding:1rem 1.25rem;margin-bottom:1.25rem}.blog-article__summary ul,.blog-article__summary ol{margin:.5rem 0;padding-left:1.25rem}.blog-article__summary li{margin-bottom:.25rem}.blog-article__summary p{margin:0 0 .5rem}.blog-article__summary p:last-child{margin-bottom:0}.blog-article__summary-title{font-size:1rem;font-weight:700;color:#00008b;margin:0 0 .5rem}.blog-article__meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-bottom:1.25rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.blog-article__author{display:flex;align-items:center;gap:.65rem}.blog-article__avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;-o-object-fit:cover;object-fit:cover}.blog-article__avatar--initials{display:flex;align-items:center;justify-content:center;background:#2590ff;color:#fff;font-size:.9rem;font-weight:600}.blog-article__author-name{display:block;font-weight:600;font-size:.9rem;color:#00008b;text-decoration:none}.blog-article__author-name:hover{color:#2590ff}.blog-article__author-title{display:block;font-size:.78rem;color:#525266}.blog-article__details{display:flex;align-items:center;gap:1rem;font-size:.8rem;color:#525266}.blog-article__details span:before{content:"·";margin-right:1rem}.blog-article__cover{border-radius:10px;overflow:hidden;margin-bottom:2rem}.blog-article__cover img{width:100%;height:auto;display:block}.blog-article__content{font-size:1rem;line-height:1.75;color:#333}.blog-article__content h2{font-size:1.5rem;font-weight:700;color:#00008b;margin:2rem 0 .75rem;scroll-margin-top:5rem}.blog-article__content h3{font-size:1.2rem;font-weight:700;color:#00008b;margin:1.5rem 0 .5rem;scroll-margin-top:5rem}.blog-article__content h4{font-size:1.05rem;font-weight:600;color:#00008b;margin:1.25rem 0 .5rem}.blog-article__content p{margin:0 0 1rem}.blog-article__content ul,.blog-article__content ol{margin:0 0 1rem;padding-left:1.5rem}.blog-article__content ul li,.blog-article__content ol li{margin-bottom:.35rem}.blog-article__content a{color:#2590ff;text-decoration:underline}.blog-article__content a:hover{color:#0076f1}.blog-article__content blockquote{border-left:3px solid #2590FF;margin:1.25rem 0;padding:.75rem 1.25rem;background:#f8f8f8;border-radius:0 6px 6px 0;color:#525266;font-style:italic}.blog-article__content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.blog-article__content table{width:100%;border-collapse:collapse;margin:1rem 0}.blog-article__content table th,.blog-article__content table td{padding:.6rem .85rem;border:1px solid #e0e0e0;text-align:left;font-size:.9rem}.blog-article__content table th{background:#f8f8f8;font-weight:600;color:#00008b}.blog-article__content strong{font-weight:600;color:#00008b}.blog-article__content hr{border:none;border-top:1px solid rgba(0,0,0,.08);margin:2rem 0}.blog-author-bio{display:flex;gap:1.25rem;padding:1.5rem;margin-top:2.5rem;background:#f8f8f8;border-radius:10px;border-left:3px solid #2590FF}@media (max-width: 575px){.blog-author-bio{flex-direction:column;align-items:center;text-align:center}}.blog-author-bio__photo{flex-shrink:0}.blog-author-bio__photo img{width:72px;height:72px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.blog-author-bio__initials{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#2590ff;color:#fff;font-size:1.5rem;font-weight:700}.blog-author-bio__info{display:flex;flex-direction:column;min-width:0}.blog-author-bio__name{font-size:1.1rem;font-weight:700;color:#00008b;text-decoration:none}.blog-author-bio__name:hover{color:#2590ff}.blog-author-bio__title{font-size:.85rem;color:#525266;margin-top:.15rem}.blog-author-bio__credentials{display:inline-block;font-size:.75rem;font-weight:600;color:#2590ff;background:#2590ff14;padding:.15rem .5rem;border-radius:4px;margin-top:.4rem;width:-moz-fit-content;width:fit-content}.blog-author-bio__description{font-size:.875rem;line-height:1.55;color:#555;margin:.6rem 0 0}.blog-author-bio__social{display:flex;gap:.6rem;margin-top:.65rem}@media (max-width: 575px){.blog-author-bio__social{justify-content:center}}.blog-author-bio__social a{display:flex;align-items:center;justify-content:center;color:#525266;transition:color .2s}.blog-author-bio__social a:hover{color:#2590ff}.blog-author-profile{margin-bottom:2rem}.blog-author-profile__header{display:flex;align-items:center;gap:1.25rem}@media (max-width: 575px){.blog-author-profile__header{flex-direction:column;text-align:center}}.blog-author-profile__photo{flex-shrink:0}.blog-author-profile__photo img{width:96px;height:96px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.blog-author-profile__initials{display:flex;align-items:center;justify-content:center;width:96px;height:96px;border-radius:50%;background:#2590ff;color:#fff;font-size:2rem;font-weight:700}.blog-author-profile__info{display:flex;flex-direction:column}.blog-author-profile__name{font-size:1.5rem;font-weight:800;color:#00008b;margin:0;line-height:1.3}.blog-author-profile__title{font-size:.9rem;color:#525266;margin-top:.2rem}.blog-author-profile__credentials{display:inline-block;font-size:.75rem;font-weight:600;color:#2590ff;background:#2590ff14;padding:.15rem .5rem;border-radius:4px;margin-top:.4rem;width:-moz-fit-content;width:fit-content}.blog-author-profile__social{display:flex;gap:.6rem;margin-top:.5rem}@media (max-width: 575px){.blog-author-profile__social{justify-content:center}}.blog-author-profile__social a{display:inline-flex;align-items:center;gap:.35rem;color:#525266;font-size:.8rem;text-decoration:none;transition:color .2s}.blog-author-profile__social a:hover{color:#2590ff}.blog-author-profile__description{font-size:.9rem;line-height:1.6;color:#555;margin:1rem 0 0}.blog-author-posts-title{font-size:1.15rem;font-weight:700;color:#00008b;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.08)}.blog-empty{text-align:center;padding:3rem 1rem}.blog-empty h2{font-size:1.3rem;color:#00008b;margin:0 0 .5rem}.blog-empty p{color:#525266;font-size:.95rem;margin:0 0 1.25rem}.blog-empty__link{display:inline-block;color:#2590ff;font-weight:600;text-decoration:none}.blog-empty__link:hover{text-decoration:underline}.title-home{border-bottom:2px solid}.services__service{margin-top:-30px!important}.local-experts__block{margin:auto 0}.local-experts{padding-bottom:60px}@media (width >= 768px){.home-hero__content-wrapper{max-width:1140px}}
