@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Sora:wght@100..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Sora:wght@500&display=swap);
:root{--vs-colors--lightest:rgba(60,60,60,.26);--vs-colors--light:rgba(60,60,60,.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,.15);--vs-search-input-color:inherit;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#5897fb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,.5,.8,1);--vs-transition-duration:.15s}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:var(--vs-disabled-bg);cursor:var(--vs-disabled-cursor)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);display:flex;padding:0 0 4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{align-items:center;display:flex;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}.vs__dropdown-menu{background:var(--vs-dropdown-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;box-shadow:var(--vs-dropdown-box-shadow);box-sizing:border-box;color:var(--vs-dropdown-color);display:block;left:0;list-style:none;margin:0;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - var(--vs-border-width));width:100%;z-index:var(--vs-dropdown-z-index)}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:var(--vs-dropdown-option-padding);white-space:nowrap}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);display:flex;line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;margin-left:4px;padding:0;text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-left:none;box-shadow:none;color:var(--vs-search-input-color);flex-grow:1;font-size:var(--vs-font-size);line-height:var(--vs-line-height);margin:4px 0 0;max-width:100%;outline:none;padding:0 7px;width:0;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}.vs--loading .vs__spinner{opacity:1}
.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}@font-face{font-display:block;font-family:lg;font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/lightgallery@2.1.2/fonts/lg.woff2?io9a6k) format("woff2"),url(https://cdn.jsdelivr.net/npm/lightgallery@2.1.2/fonts/lg.ttf?io9a6k) format("truetype"),url(https://cdn.jsdelivr.net/npm/lightgallery@2.1.2/fonts/lg.woff?io9a6k) format("woff"),url(https://cdn.jsdelivr.net/npm/lightgallery@2.1.2/fonts/lg.svg?io9a6k#lg) format("svg")}.lg-icon{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:lg!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.lg-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.lg-next,.lg-prev{background-color:rgba(0,0,0,.45);border:none;border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;outline:none;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084}.lg-next.disabled,.lg-prev.disabled{cursor:default;opacity:0!important}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:"\e095"}.lg-prev{left:20px}.lg-prev:after{content:"\e094"}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{animation:lg-left-end .3s;position:relative}.lg-toolbar{left:0;position:absolute;top:0;width:100%;z-index:1082}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,transparent,rgba(0,0,0,.4))}.lg-toolbar .lg-icon{background:none;border:none;box-shadow:none;color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;outline:medium none;padding:10px 0;text-align:center;text-decoration:none!important;transition:color .2s linear;width:50px;will-change:color}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:"\e90a"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{color:#eee;font-size:16px;opacity:0;padding:10px 40px;text-align:center;transition:opacity .2s ease-out 0s;z-index:1080}.lg-sub-html h4{font-size:13px;font-weight:700;margin:0}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.6))}.lg-item .lg-sub-html{bottom:0;left:0;position:absolute;right:0}.lg-error-msg{color:#999;font-size:14px}.lg-counter{color:#999;display:inline-block;font-size:16px;height:47px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;transform:scale3d(.5,.5,.5);transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;will-change:transform,opacity}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;transform:scaleX(1)}.lg-icon:focus-visible{border-radius:3px;color:#fff;outline:1px dashed hsla(0,0%,100%,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;float:left;max-height:350px;overflow:hidden;width:100%}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{display:inline-block;height:100%;margin-bottom:-5px;padding:5px 0;vertical-align:middle}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{border-radius:2px;cursor:pointer;float:left;height:100%;margin-bottom:5px;overflow:hidden;will-change:border-color}@media (min-width:768px){.lg-outer .lg-thumb-item{border:2px solid #fff;border-radius:4px;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer.lg-animate-thumb .lg-thumb{transition-timing-function:cubic-bezier(.215,.61,.355,1)}.lg-outer .lg-video-cont{display:inline-block;position:relative;text-align:center;vertical-align:middle}.lg-outer .lg-video-cont .lg-object{height:100%!important;width:100%!important}.lg-outer .lg-has-iframe .lg-video-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-video-object{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:3}.lg-outer .lg-video-poster{z-index:1}.lg-outer .lg-has-video .lg-video-object{opacity:0;transition:opacity .3s ease-in;will-change:opacity}.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster{opacity:0!important}.lg-outer .lg-has-video.lg-video-loaded .lg-video-object{opacity:1}@keyframes lg-play-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes lg-play-rotate{to{transform:rotate(1turn)}}.lg-video-play-button{cursor:pointer;left:50%;max-width:140px;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1);transition:transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;width:18%;will-change:opacity,transform;z-index:2}.lg-video-play-button:hover .lg-video-play-icon,.lg-video-play-button:hover .lg-video-play-icon-bg{opacity:1}.lg-video-play-icon-bg{fill:none;stroke-width:3%;stroke:#fcfcfc;opacity:.6;transition:opacity .12s ease-in;will-change:opacity}.lg-video-play-icon-circle{fill:none;stroke-width:3%;stroke:rgba(30,30,30,.9);stroke-opacity:1;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200;bottom:0;left:0;position:absolute;right:0;top:0}.lg-video-play-icon{left:50%;max-width:120px;opacity:.6;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:opacity .12s ease-in;width:25%;will-change:opacity}.lg-video-play-icon .lg-video-play-icon-inner{fill:#fcfcfc}.lg-video-loading .lg-video-play-icon-circle{animation:lg-play-rotate 2s linear .25s infinite,lg-play-stroke 1.5s ease-in-out .25s infinite}.lg-video-loaded .lg-video-play-button{opacity:0;transform:translate(-50%,-50%) scale(.7)}.lg-progress-bar{background-color:#333;height:5px;left:0;opacity:0;position:absolute;top:0;transition:opacity .08s ease 0s;width:100%;will-change:opacity;z-index:1083}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-autoplay-button:after{content:"\e01d"}.lg-single-item .lg-autoplay-button{opacity:.75;pointer-events:none}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition-duration:0ms!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;will-change:transform}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:transform .8s cubic-bezier(0,0,.25,1) 0s;will-change:transform}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{backface-visibility:hidden;transform:translateZ(0)}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{backface-visibility:hidden;transform:scaleX(1);transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition{left:50%!important;max-height:none!important;max-width:none!important;top:50%!important;transform:scaleX(1) translate3d(-50%,-50%,0)!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x{left:50%!important;max-height:none!important;max-width:none!important;top:0!important;transform:scaleX(1) translate3d(-50%,0,0)!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y{left:0!important;max-height:none!important;max-width:none!important;top:50%!important;transform:scaleX(1) translate3d(0,-50%,0)!important}.lg-icon.lg-zoom-in:after{content:"\e311"}.lg-actual-size .lg-icon.lg-zoom-in{opacity:1;pointer-events:auto}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:"\e033"}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:"\e312"}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-pager-outer{height:10px;margin-bottom:10px;text-align:center;z-index:1080}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer.lg-single-item .lg-pager-outer{display:none}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;margin:0 5px;overflow:hidden;position:relative;vertical-align:top}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;transform:translateZ(0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:inset 0 0 0 2px #fff}.lg-outer .lg-pager-thumb-cont{background-color:#fff;border-radius:3px;bottom:100%;color:#fff;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;transform:translate3d(0,5px,0);transition:opacity .15s ease 0s,transform .15s ease 0s;width:120px;will-change:transform,opacity}.lg-outer .lg-pager-thumb-cont img{height:100%;width:100%}.lg-outer .lg-pager{background-color:hsla(0,0%,100%,.5);border-radius:50%;box-shadow:inset 0 0 0 8px hsla(0,0%,100%,.7);display:block;height:12px;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:inset 0 0 0 8px #fff}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer .lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;opacity:0;position:absolute;right:0;top:0;transition:visibility 0s linear .18s,opacity .18s linear 0s;visibility:hidden;will-change:visibility,opacity;z-index:1081}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{opacity:1;transform:translateZ(0);transition-delay:0s;visibility:visible}.lg-outer.lg-dropdown-active .lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;opacity:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;transform:translate3d(0,5px,0);transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;visibility:hidden;will-change:visibility,opacity,transform}.lg-outer .lg-dropdown:after{border:8px solid transparent;border-bottom-color:#fff;content:"";display:block;height:0;position:absolute;right:16px;top:-16px;width:0}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;padding:4px 12px;white-space:pre}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer .lg-share{position:relative}.lg-outer .lg-share:after{content:"\e80d"}.lg-outer .lg-share-facebook .lg-icon{color:#3b5998}.lg-outer .lg-share-facebook .lg-icon:after{content:"\e904"}.lg-outer .lg-share-twitter .lg-icon{color:#00aced}.lg-outer .lg-share-twitter .lg-icon:after{content:"\e907"}.lg-outer .lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer .lg-share-pinterest .lg-icon:after{content:"\e906"}.lg-comment-box{background-color:#fff;bottom:0;max-width:100%;position:absolute;right:0;top:0;transform:translate3d(100%,0,0);transition:transform .4s cubic-bezier(0,0,.25,1) 0s;width:420px;will-change:transform;z-index:9999}.lg-comment-box .lg-comment-title{color:#fff;font-size:18px;margin:0}.lg-comment-box .lg-comment-header{background-color:#000;left:0;padding:12px 20px;position:absolute;right:0;top:0}.lg-comment-box .lg-comment-body{height:100%!important;padding-top:43px!important;width:100%!important}.lg-comment-box .fb-comments{background:url(https://cdn.jsdelivr.net/npm/lightgallery@2.1.2/images/loading.gif) no-repeat scroll 50% #fff;display:inline-block;height:100%;overflow-y:auto;width:100%}.lg-comment-box .fb-comments[fb-xfbml-state=rendered]{background-image:none}.lg-comment-box .fb-comments>span{max-width:100%}.lg-comment-box .lg-comment-close{color:#999;cursor:pointer;font-size:20px;position:absolute;right:5px;top:12px;transition:color .2s linear;will-change:color}.lg-comment-box .lg-comment-close:hover{color:#fff}.lg-comment-box .lg-comment-close:after{content:"\e070"}.lg-comment-box iframe{max-width:100%!important;width:100%!important}.lg-comment-box #disqus_thread{padding:0 20px}.lg-outer .lg-comment-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;opacity:0;position:fixed;right:0;top:0;transition:visibility 0s linear .18s,opacity .18s linear 0s;visibility:hidden;will-change:visibility,opacity;z-index:1081}.lg-outer .lg-comment-toggle:after{content:"\e908"}.lg-outer.lg-comment-active .lg-comment-overlay{opacity:1;transform:translateZ(0);transition-delay:0s;visibility:visible}.lg-outer.lg-comment-active .lg-comment-toggle{color:#fff}.lg-outer.lg-comment-active .lg-comment-box{transform:translateZ(0)}.lg-outer .lg-img-rotate{bottom:0;left:0;position:absolute;right:0;top:0;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,.lg-outer[data-lg-slide-type=video] .lg-flip-hor,.lg-outer[data-lg-slide-type=video] .lg-flip-ver,.lg-outer[data-lg-slide-type=video] .lg-rotate-left,.lg-outer[data-lg-slide-type=video] .lg-rotate-right{opacity:.75;pointer-events:none}.lg-outer .lg-img-rotate:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:"\e903"}.lg-flip-hor:after{content:"\e902"}.lg-medium-zoom-item{cursor:zoom-in}.lg-medium-zoom .lg-outer,.lg-medium-zoom .lg-outer.lg-grab img.lg-object,.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object{cursor:zoom-out}.lg-relative-caption .lg-outer .lg-sub-html{background-image:none;bottom:auto;padding:0;white-space:normal}.lg-relative-caption .lg-outer .lg-relative-caption-item{opacity:0;padding:16px 0;transition:opacity .5s ease}.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item{opacity:1}.lg-group:after{clear:both;content:"";display:table}.lg-container{outline:none}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;will-change:transform,opacity}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;transform:translate3d(0,20px,0)}.lg-outer{height:100%;left:0;opacity:.001;outline:none;overflow:hidden;position:fixed;text-align:left;top:0;transition:opacity .15s ease 0s;width:100%;will-change:auto;z-index:1050}.lg-outer *{box-sizing:border-box}.lg-outer.lg-visible,.lg-outer.lg-zoom-from-image{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{transition-duration:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{opacity:1;transition-duration:0s!important}.lg-outer.lg-grab img.lg-object{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{bottom:0;left:0;position:absolute;right:0;top:0}.lg-outer .lg-inner{bottom:0;left:0;position:absolute;top:0;transition:opacity 0s;white-space:nowrap;width:100%}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(https://cdn.jsdelivr.net/npm/lightgallery@2.1.2/images/loading.gif) no-repeat scroll 50% transparent}.lg-outer .lg-item{display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;height:100%;position:absolute;text-align:center;width:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{bottom:0;font-size:0;left:0;position:absolute;right:0;top:0;white-space:nowrap}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;height:auto;max-height:100%;max-width:100%;position:relative;vertical-align:middle;width:auto}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{left:50%;position:absolute;top:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{opacity:1;transform:translateZ(0)}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-outer .lg-media-cont{display:inline-block;position:relative;text-align:center;vertical-align:middle}.lg-outer .lg-media-cont .lg-object{height:100%!important;width:100%!important}.lg-outer .lg-has-iframe .lg-media-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-backdrop{background-color:#000;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity 333ms ease-in 0s;will-change:auto;z-index:1040}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{opacity:1;transform:translateZ(0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{opacity:1;transition-duration:0s!important}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:"\e909"}.lg-components{bottom:0;left:0;position:absolute;right:0;transform:translate3d(0,100%,0);transition:transform .35s ease-out 0s;will-change:transform;z-index:1080}*,:after,:before{border:0 solid;box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-stroke:.2px;-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:fontFamily\.mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button:focus::-moz-placeholder,input:focus::-moz-placeholder,optgroup:focus::-moz-placeholder,select:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:transparent}button:focus::placeholder,input:focus::placeholder,optgroup:focus::placeholder,select:focus::placeholder,textarea:focus::placeholder{color:transparent}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}.grecaptcha-badge{bottom:0;left:0;position:absolute;visibility:hidden}html{scroll-behavior:smooth}:root{--font-primary:"Montserrat",sans-serif;--font-secondary:"Inter",sans-serif;--font-tertiary:"Sora",sans-serif;--font-karla:"Karla",sans-serif;--font-weight-thin:100;--font-weight-extra-light:200;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semi-bold:600;--font-weight-bold:700;--font-weight-extra-bold:800;--font-weight-black:900;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--line-height-none:1;--line-height-tight:1.25;--line-height-snug:1.375;--line-height-normal:1.5;--line-height-relaxed:1.625;--line-height-loose:2;--surface-strong-default:#08456d;--surface-hover:#00acbe;--surface-default:#e2edef;--Light-mode-Surface-Surface-ghost---hover:#e2edef;--color-tokens-surface-surface-ghost---hover:#e2edef;--text-interactive:#08456d;--border-interactive:#08456d;--color-tokens-buttons-secundario-hover:#00acbe;--surface-strong-hover:#00acbe;--color-tokens-text-interactive-hover:#fff;--border-interactive-subtle:#00acbe;--border-subtle:#00acbe;--text-strong:#08456d;--background:#fff}.container,.initial--component__container{margin:0 auto;padding-left:10px;padding-right:10px;width:100%}@media screen and (width >= 768px){.container,.initial--component__container{padding-left:40px;padding-right:40px}}@media screen and (width >= 1024px){.container,.initial--component__container{padding-left:75px;padding-right:75px}}@media screen and (width >= 1280px){.container,.initial--component__container{padding-left:0;padding-right:0;width:1200px}}@media screen and (width >= 1440px){.container,.initial--component__container{width:1290px}}.splide__arrows{align-items:center;display:flex;gap:24px;position:absolute}.splide__arrows .splide__arrow{background:rgba(0,24,148,.2);border:1px solid var(--clear,#fff);color:#fff;height:50px;opacity:1;position:static;transform:none;transition:background .3s ease;width:50px}.splide__arrows .splide__arrow:hover{background:var(--surface-strong-hover,#0024db);opacity:1}.splide__arrows .splide__arrow:disabled{background:rgba(0,24,148,.2);cursor:not-allowed;opacity:1}.splide__pagination.splide__pagination--ltr{align-items:center;display:flex;gap:8px;justify-content:center;position:static;width:-moz-fit-content;width:fit-content}@media screen and (width >= 1280px){.splide__pagination.splide__pagination--ltr{gap:20px}}.splide__pagination.splide__pagination--ltr li{align-items:center;display:flex}.splide__pagination.splide__pagination--ltr li button{background:#001894;border-radius:4px;cursor:pointer;height:8px;opacity:.1;transition:background .3s ease,opacity .3s ease;width:30px}@media screen and (width >= 1024px){.splide__pagination.splide__pagination--ltr li button{width:60px}}.splide__pagination.splide__pagination--ltr li button.is-active{background:var(--border-interactive,#08456d);opacity:1;transform:none}.accordion{background-color:transparent;border:none;margin:0}.accordion .accordion-trigger .accordion-icon{transform:rotate(180deg);transition:transform .3s ease}.accordion .accordion-trigger[aria-expanded=true] .accordion-icon{transform:rotate(0deg)}.accordion .accordion-panel{overflow:hidden;transition-property:height,visibility;transition-timing-function:ease}.pulsate{animation:Gradient 2.25s ease infinite;background:linear-gradient(-45deg,#ddd,#f0f0f0,#ddd,#f0f0f0);background-size:400% 400%}@keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.fade-enter-active,.fade-leave-active{transition:opacity .325s}.fade-enter-from,.fade-leave-to{opacity:0}.footer-white-background{background:#fff;height:50px;margin-left:10px;margin-right:10px;position:absolute;width:calc(100vw - 20px)}@media screen and (width >= 1280px){.footer-white-background{margin-left:20px;margin-right:20px;width:calc(100vw - 40px)}}.footer{background:#fff;background:var(--text-strong,#0b141f);border-bottom:1px solid var(--border-strong-30,hsla(214,6%,56%,.3));border-radius:40px;border-top:1px solid var(--border-strong-30,hsla(214,6%,56%,.3));margin:0 10px 10px;position:relative;z-index:4}@media screen and (width >= 1280px){.footer{margin:0 20px 20px}}.footer .footer__content .footer__content__top{border-bottom:1px solid var(--border-strong-30,hsla(214,6%,56%,.3));display:grid;gap:32px;grid-template-columns:1fr;grid-template-rows:repeat(3,auto);padding-bottom:24px;padding-top:24px}@media screen and (width >= 1280px){.footer .footer__content .footer__content__top{align-items:center;display:flex;justify-content:space-between;margin-left:-30px;margin-right:-30px;padding:40px 30px}}@media screen and (width >= 1440px){.footer .footer__content .footer__content__top{margin-left:-55px;margin-right:-55px;padding-left:60px;padding-right:60px}}.footer .footer__content .footer__content__top .footer__content__top__logo-left{display:block;height:50px;width:100%}@media screen and (width >= 1280px){.footer .footer__content .footer__content__top .footer__content__top__logo-left{width:auto}}.footer .footer__content .footer__content__top .footer__content__top__logo-left img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.footer .footer__content .footer__content__top .footer__content__top__social-networks{align-items:center;display:flex;gap:24px;grid-row:3/4;justify-content:center}.footer .footer__content .footer__content__top .footer__content__top__social-networks .footer__content__top__social-networks__item a{align-items:center;border:1px solid var(--border-interactive-subtle,#c5cdf9);border-radius:100%;display:flex;height:40px;justify-content:center;transition:background .3s ease;width:40px}@media screen and (width >= 1280px){.footer .footer__content .footer__content__top .footer__content__top__social-networks .footer__content__top__social-networks__item a:hover{background:var(--surface-strong-hover,#0024db)}}.footer .footer__content .footer__content__top .footer__content__top__logo-right{display:block;height:50px;width:100%}@media screen and (width >= 1280px){.footer .footer__content .footer__content__top .footer__content__top__logo-right{width:auto}}.footer .footer__content .footer__content__top .footer__content__top__logo-right img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.footer .footer__content .footer__content__nav{display:flex;flex-direction:column;gap:32px;padding:24px 0}@media screen and (width >= 1280px){.footer .footer__content .footer__content__nav{display:grid;grid-template-columns:repeat(5,1fr);margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px}}@media screen and (width >= 1440px){.footer .footer__content .footer__content__nav{padding-left:35px;padding-right:35px}}.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__label{align-items:center;color:var(--text-inverse,hsla(0,0%,100%,.8));display:flex;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;justify-content:space-between;line-height:1.5;padding:8px 0;transition:color .3s ease;width:100%}@media screen and (width >= 1280px){.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__label{color:var(--text-inverse,#fff);cursor:default;font-family:Sora;font-size:20px;font-style:normal;font-weight:600;line-height:32px}}.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__label .footer__content__nav__item__label__icon{transform:rotate(0);transition:transform .3s ease}@media screen and (width >= 1280px){.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__label .footer__content__nav__item__label__icon{display:none}}.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__list{display:flex;flex-direction:column;gap:16px}.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__list .footer__content__nav__item__list__item a{align-items:center;color:var(--text-inverse,#fff);display:flex;font-family:Karla;font-size:14px;font-style:normal;font-weight:400;gap:6px;line-height:24px;padding:8px 0}@media screen and (width >= 1280px){.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__list .footer__content__nav__item__list__item a{color:var(--text-inverse,#fff);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:28px;transition:color .3s ease}}.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__list .footer__content__nav__item__list__item a .footer__content__nav__item__list__item__icon{margin-left:auto}.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__list .footer__content__nav__item__list__item:hover a{color:var(--text-interactive-subtle,#c5cdf9);text-decoration:underline;text-underline-offset:6px}.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__list .footer__content__nav__item__list__item:hover :has(.footer__content__nav__item__list__item__address) a{color:var(--text-inverse,#fff);text-decoration:none}.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__list .footer__content__nav__item__list__item .footer__content__nav__item__list__item__address{color:var(--text-inverse,#fff);display:grid;gap:6px;grid-template-columns:20px 1fr}.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__list .footer__content__nav__item__list__item .footer__content__nav__item__list__item__address .footer__content__nav__item__list__item__address__icon{margin-top:10px}.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__list .footer__content__nav__item__list__item .footer__content__nav__item__list__item__address .footer__content__nav__item__list__item__address__content{display:flex;flex-direction:column}.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__list .footer__content__nav__item__list__item .footer__content__nav__item__list__item__address .footer__content__nav__item__list__item__address__content a{align-items:center;display:flex}.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__list .footer__content__nav__item__list__item .footer__content__nav__item__list__item__address .footer__content__nav__item__list__item__address__content a:hover{color:var(--text-interactive-subtle,#c5cdf9);text-decoration:underline;text-underline-offset:6px}.footer .footer__content .footer__content__nav .footer__content__nav__item .footer__content__nav__item__list .footer__content__nav__item__list__item .footer__content__nav__item__list__item__address:hover svg{color:var(--text-interactive-subtle,#c5cdf9)}.footer .footer__content .footer__content__nav .footer__content__nav__item.is-active .footer__content__nav__item__label{color:var(--surface-strong-hover)}.footer .footer__content .footer__content__nav .footer__content__nav__item.is-active .footer__content__nav__item__label .footer__content__nav__item__label__icon{transform:rotate(180deg)}.footer .footer__content .footer__content__nav .footer__content__nav__item.is-active .footer__content__nav__item__list{padding-top:20px}.footer .footer__content .footer__content__accreditations{border-top:1px solid var(--border-strong-30,hsla(214,6%,56%,.3));display:flex;flex-direction:column;gap:16px;padding-bottom:24px;padding-top:24px}@media screen and (width >= 1280px){.footer .footer__content .footer__content__accreditations{align-items:center;flex-direction:row;gap:32px;justify-content:center;padding-bottom:40px;padding-top:40px}}.footer .footer__content .footer__content__accreditations .footer__content__accreditations__text{color:var(--text-inverse,#fff);display:block;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:600;line-height:1.5;text-align:center}@media screen and (width >= 1280px){.footer .footer__content .footer__content__accreditations .footer__content__accreditations__text{font-family:Sora;font-size:16px}}.footer .footer__content .footer__content__accreditations .footer__content__accreditations__logos{align-items:center;display:flex;gap:32px;justify-content:center}.footer .footer__content .footer__content__accreditations .footer__content__accreditations__logos .footer__content__accreditations__logos__item{display:block;height:45px}@media screen and (width >= 1280px){.footer .footer__content .footer__content__accreditations .footer__content__accreditations__logos .footer__content__accreditations__logos__item{height:65px}}.footer .footer__content .footer__content__accreditations .footer__content__accreditations__logos .footer__content__accreditations__logos__item img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.footer .footer__content .footer__content__bottom{border-top:1px solid var(--border-strong-30,hsla(214,6%,56%,.3));display:flex;flex-direction:column;gap:24px;padding-bottom:24px;padding-top:24px}@media screen and (width >= 1280px){.footer .footer__content .footer__content__bottom{align-items:center;flex-direction:row-reverse;justify-content:space-between;margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px}}@media screen and (width >= 1440px){.footer .footer__content .footer__content__bottom{margin-left:-55px;margin-right:-55px;padding-left:60px;padding-right:60px}}.footer .footer__content .footer__content__bottom .footer__content__bottom__links{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center}@media screen and (width >= 1280px){.footer .footer__content .footer__content__bottom .footer__content__bottom__links{flex-direction:row;gap:24px}}.footer .footer__content .footer__content__bottom .footer__content__bottom__links .footer__content__bottom__links__item a{color:var(--text-inverse,#fff);display:block;font-family:Karla;font-size:14px;font-style:normal;font-weight:500;line-height:24px;padding:6px 0;transition:color .3s ease}.footer .footer__content .footer__content__bottom .footer__content__bottom__links .footer__content__bottom__links__item:hover a{color:var(--text-interactive-subtle,#c5cdf9);text-decoration:underline;text-underline-offset:6px}.footer .footer__content .footer__content__bottom .footer__content__bottom__copyright{color:var(--surface-strong-hover,#58616e);font-family:Karla;font-size:12px;font-style:normal;font-weight:400;line-height:1.5;text-align:center}.site{background:var(--background-2,#f6f7f7);padding-top:98px}@media screen and (width >= 1280px){.site{padding-top:132px}}.site__footer{position:relative}@media screen and (width < 1280px){[only-desktop]{display:none!important}}.initial--component{display:flex;justify-content:center}.initial--component__title{margin-bottom:20px;text-align:center}.initial--component__image{width:100%}.button-link{align-items:center;background-color:var(--text-interactive-hover,#00acbe);border-radius:100px;color:#fff;display:inline-flex;font-family:Inter,sans-serif;font-size:15px;font-weight:600;justify-content:center;line-height:1.4;min-width:200px;padding:20px;transition:background-color .325s ease}@media (min-width:63.75em) and (hover:hover) and (pointer:fine){.button-link:hover{background-color:var(--text-interactive-hover,#00acbe)}}.button-link--primary{padding:20px}.button-link--secondary{padding:14px}.button-link--external{min-width:220px;padding:14px}.button{align-items:center;background:var(--surface-strong-default,#001894);border-radius:100px;color:var(--background,#fff);cursor:pointer;display:flex;font-family:Inter;font-size:15px;font-style:normal;font-weight:600;gap:6px;height:-moz-fit-content;height:fit-content;justify-content:center;letter-spacing:-.015px;line-height:22px;padding:14px 38px;transition:border .3s ease,background .3s ease,color .3s ease;width:-moz-fit-content;width:fit-content}.button:hover{background:var(--surface-strong-hover,#0024db)}.button.outline{background:transparent;border:2px solid var(--border-subtle,#d4d6d9);color:#0b141f}.button.outline:hover{background:var(--color-tokens-buttons-secundario-hover,#c5cdf9);border:2px solid hsla(216,6%,84%,0);color:var(--color-tokens-text-interactive-hover,#0024db)}.button .disabled,.button:disabled{cursor:not-allowed}.button .disabled,.button .disabled:hover,.button:disabled,.button:disabled:hover{background:var(--color-tokens-surface-surface-disabled,#f6f7f7);color:var(--color-tokens-text-interactive-disabled,#c3c5ca)}[drop-down-trigger] [drop-down-icon]{transition:transform .3s ease}[drop-down-trigger].--active [drop-down-icon]{transform:rotate(180deg)}[drop-down-content]{background:var(--background,#fff);border-radius:8px;box-shadow:0 12px 20px 0 rgba(32,47,67,.1);left:0;opacity:0;padding:8px 16px;position:absolute;top:100%;transform:translateY(0);transition:all .2s ease;visibility:hidden;z-index:10}[drop-down-content].--active{opacity:1;transform:translateY(5px);visibility:visible}[bottom-modal]{background-color:#fff;border-radius:40px 40px 0 0;bottom:0;box-shadow:0 -4px 6px -1px rgba(0,0,0,.1);display:none;left:0;padding:40px 24px;position:fixed;transform:translateY(100%);transition:transform .3s ease-in-out;width:100%;z-index:1000}[bottom-modal].--active{transform:translateY(0)}@media (max-width:1279px){[bottom-modal]{display:block}}[bottom-modal] .bottom-modal-close{align-items:center;display:flex;height:24px;justify-content:center;position:absolute;right:24px;top:22px;width:24px}.bottom-modal-overlay{background-color:rgba(0,0,0,.5);height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease-in-out;visibility:hidden;width:100%;z-index:999}.bottom-modal-overlay.--active{display:block;opacity:1;pointer-events:all;visibility:visible}.bottom-modal-button-close{margin-top:24px;width:100%}.bottom-modal-phones{display:flex;flex-direction:column;gap:8px}.bottom-modal-phones .bottom-modal-phones__list-item a{align-items:center;display:flex;gap:16px;padding:8px}.bottom-modal-phones .bottom-modal-phones__list-item a .bottom-modal-phones__list-item__icon{align-items:center;background:var(--Light-mode-Surface-Surface-ghost---hover,#e4e8fc);border-radius:100%;display:flex;height:48px;justify-content:center;padding:14px;width:48px}.bottom-modal-phones .bottom-modal-phones__list-item a .bottom-modal-phones__list-item__content{display:flex;flex-direction:column}.bottom-modal-phones .bottom-modal-phones__list-item a .bottom-modal-phones__list-item__content .bottom-modal-phones__list-item__content__title{text-wrap:nowrap;color:var(--text-subtle,#58616e);display:block;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}.bottom-modal-phones .bottom-modal-phones__list-item a .bottom-modal-phones__list-item__content .bottom-modal-phones__list-item__content__label{text-wrap:nowrap;color:var(--text-strong,#0b141f);display:block;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:1.5}.bottom-modal-search-form{display:grid;gap:6px;grid-template-columns:1fr auto}.bottom-modal-search-form .bottom-modal-search-form__input{border-bottom:1px solid var(--border-interactive,#001894);color:var(--text-strong,#0b141f);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;height:48px;line-height:1.5;outline:none;padding-left:16px;padding-right:16px;width:100%}.bottom-modal-search-form .bottom-modal-search-form__input::-moz-placeholder{color:var(--text-subtle,#58616e)}.bottom-modal-search-form .bottom-modal-search-form__input::placeholder{color:var(--text-subtle,#58616e)}.bottom-modal-search-form .bottom-modal-search-form__button{align-items:center;background:var(--light-mode-surface-surface-ghost---hover,#e4e8fc);border-radius:100%;display:flex;height:48px;justify-content:center;width:48px}.header{background:var(--background,#fff);box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 12px 20px 0 rgba(32,47,67,.1);left:0;position:fixed;top:0;width:100%;z-index:10}@media screen and (width >= 1280px){.header{border-radius:0 0 40px 0}}.header-top{background:var(--surface-strong-default,#001894)}.header-top .header-top__container .header-top__container__content{align-items:center;display:flex;justify-content:space-between}.header-top .header-top__container .header-top__container__content .header-top__container__content__item{align-items:center;display:flex;gap:4px;position:relative}.header-top .header-top__container .header-top__container__content .header-top__container__content__item.--right{gap:48px}@media screen and (width <= 1024px){.header-top .header-top__container .header-top__container__content .header-top__container__content__item.--right{height:30px;justify-content:space-between;width:100%}}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__button{align-items:center;color:#fff;display:flex;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:600;line-height:28px;padding:8px}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__button .header-top__container__content__item__button__icon{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__button.--phones{gap:8px}@media screen and (width <= 1024px){.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__button.--phones{padding:0}}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__menu{background:var(--background,#fff);border-radius:8px;box-shadow:0 12px 20px 0 rgba(32,47,67,.1);padding:8px 16px}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__menu li a{color:var(--text-strong,#0b141f);display:block;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;padding:8px 16px;transition:background .3s ease,color .3s ease}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__menu li a:hover{background:var(--color-tokens-background-background-2,#f6f7f7);color:var(--text-interactive,#001894)}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__menu li .header-top__container__content__item__menu__item{align-items:center;display:flex;gap:16px;padding:8px}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__menu li .header-top__container__content__item__menu__item .header-top__container__content__item__menu__item__icon{align-items:center;background:var(--Light-mode-Surface-Surface-ghost---hover,#e4e8fc);border-radius:100%;display:flex;height:48px;justify-content:center;padding:14px;width:48px}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__menu li .header-top__container__content__item__menu__item .header-top__container__content__item__menu__item__content{display:flex;flex-direction:column}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__menu li .header-top__container__content__item__menu__item .header-top__container__content__item__menu__item__content .header-top__container__content__item__menu__item__content__title{text-wrap:nowrap;color:var(--text-subtle,#58616e);display:block;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__menu li .header-top__container__content__item__menu__item .header-top__container__content__item__menu__item__content .header-top__container__content__item__menu__item__content__label{text-wrap:nowrap;color:var(--text-strong,#0b141f);display:block;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:1.5}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__link{align-items:center;color:#fff;display:flex;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:600;line-height:28px;padding:8px}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__link.--accessibility-button{gap:8px}@media screen and (width <= 1024px){.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__link.--accessibility-button{padding:0}}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__social-networks{align-items:center;display:flex;gap:8px}.header-top .header-top__container .header-top__container__content .header-top__container__content__item .header-top__container__content__item__social-networks .header-top__container__content__item__social-networks__item a{align-items:center;display:flex;height:32px;justify-content:center;width:32px}.nav-bar .nav-bar__content{align-items:center;display:flex;justify-content:space-between;padding:10px;position:relative}@media screen and (width >= 768px){.nav-bar .nav-bar__content{padding-left:40px;padding-right:40px}}@media screen and (width >= 1024px){.nav-bar .nav-bar__content{padding-left:75px;padding-right:75px}}@media screen and (width >= 1280px){.nav-bar .nav-bar__content{padding:20px 0}}.nav-bar .nav-bar__content .nav-bar__content__home-link{display:block}.nav-bar .nav-bar__content .nav-bar__content__home-link .nav-bar__content__home-link__logo{height:40px}@media screen and (width >= 1280px){.nav-bar .nav-bar__content .nav-bar__content__home-link .nav-bar__content__home-link__logo{height:48px}}.nav-bar .nav-bar__content .nav-bar__content__nav-links{display:none;visibility:hidden}@media screen and (width >= 1280px){.nav-bar .nav-bar__content .nav-bar__content__nav-links{align-items:center;display:flex;gap:16px;position:relative;visibility:visible}}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__list{align-items:center;display:flex}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__list .nav-bar__content__nav-links__list__item{position:relative}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__list .nav-bar__content__nav-links__list__item .nav-bar__content__nav-links__list__item__button,.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__list .nav-bar__content__nav-links__list__item .nav-bar__content__nav-links__list__item__link{align-items:center;border-bottom:1px solid hsla(0,0%,100%,0);color:var(--text-subtle,#58616e);display:flex;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;padding:8px;transition:color .3s ease,border-color .3s ease}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__list .nav-bar__content__nav-links__list__item .nav-bar__content__nav-links__list__item__button:hover,.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__list .nav-bar__content__nav-links__list__item .nav-bar__content__nav-links__list__item__link:hover{border-color:var(--border-interactive,#001894);color:var(--text-interactive,#001894)}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__list .nav-bar__content__nav-links__list__item .nav-bar__content__nav-links__list__item__button .nav-bar__content__nav-links__list__item__button__arrow,.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__list .nav-bar__content__nav-links__list__item .nav-bar__content__nav-links__list__item__link .nav-bar__content__nav-links__list__item__button__arrow{align-items:center;display:flex;height:20px;justify-content:center;transition:.3s ease;width:20px}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__group{align-items:center;display:flex;gap:16px;position:relative}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__group .nav-bar__content__nav-links__group__lang{align-items:center;display:flex}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__group .nav-bar__content__nav-links__group__lang .nav-bar__content__nav-links__group__lang__text{color:var(--text-subtle,#58616e);display:block;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__group .nav-bar__content__nav-links__group__lang .nav-bar__content__nav-links__group__lang__arrow{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__group .nav-bar__content__nav-links__group__lang-list .nav-bar__content__nav-links__group__lang-list__item .nav-bar__content__nav-links__group__lang-list__item__button{align-items:center;color:var(--text-strong,#0b141f);display:flex;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;gap:8px;line-height:1.5;padding:8px 16px;transition:background .3s ease}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__group .nav-bar__content__nav-links__group__lang-list .nav-bar__content__nav-links__group__lang-list__item .nav-bar__content__nav-links__group__lang-list__item__button:hover{background:var(--color-tokens-background-background-2,#f6f7f7)}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__group .nav-bar__content__nav-links__group__lang-list .nav-bar__content__nav-links__group__lang-list__item .nav-bar__content__nav-links__group__lang-list__item__button.--active{background:var(--color-tokens-background-background-2,#f6f7f7);font-weight:600}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__group .nav-bar__content__nav-links__group__search{align-items:center;border-radius:100%;display:flex;height:48px;justify-content:center;transition:background .3s ease;width:48px}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__group .nav-bar__content__nav-links__group__search:hover{background:var(--Light-mode-Surface-Surface-ghost---hover,#e4e8fc)}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__group .nav-bar__content__nav-links__group__search svg path{fill:var(--text-interactive,#08456d)}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__search-form{align-items:center;background:#fff;display:grid;gap:8px;grid-template-columns:1fr auto auto;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;visibility:hidden;width:100%}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__search-form.--show{opacity:1;pointer-events:all;visibility:visible}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__search-form .nav-bar__content__nav-links__search-form__input{border-bottom:1px solid var(--border-interactive,#001894);color:var(----text-strong,#0b141f);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;height:46px;line-height:1.5;outline:none;padding:0 16px;width:100%}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__search-form .nav-bar__content__nav-links__search-form__input::-moz-placeholder{color:var(--text-subtle,#58616e)}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__search-form .nav-bar__content__nav-links__search-form__input::placeholder{color:var(--text-subtle,#58616e)}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__search-form .nav-bar__content__nav-links__search-form__close,.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__search-form .nav-bar__content__nav-links__search-form__submit{align-items:center;border-radius:100%;display:flex;height:48px;justify-content:center;transition:background .3s ease;width:48px}.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__search-form .nav-bar__content__nav-links__search-form__close:hover,.nav-bar .nav-bar__content .nav-bar__content__nav-links .nav-bar__content__nav-links__search-form .nav-bar__content__nav-links__search-form__submit:hover{background:var(--light-mode-surface-surface-ghost---hover,#e4e8fc)}.nav-bar .nav-bar__content .nav-bar__content__menu{background:var(--background,#fff);border-radius:40px;box-shadow:0 12px 20px 0 rgba(32,47,67,.1);display:flex;flex-direction:column;gap:40px;opacity:0;padding:40px 60px;pointer-events:none;position:absolute;top:98px;transform:translateY(0);transition:all .2s ease;visibility:hidden;width:100%}.nav-bar .nav-bar__content .nav-bar__content__menu.--active{opacity:1;pointer-events:all;transform:translateY(5px);visibility:visible}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__item-list{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__item-list .nav-bar__content__menu__item-list__item a{border-bottom:1px solid rgba(0,25,148,0);display:grid;gap:12px;grid-template-columns:48px 1fr;padding:16px 0;transition:border-color .3 ease}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__item-list .nav-bar__content__menu__item-list__item a:hover{border-color:var(--surface-strong-default,#001894)}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__item-list .nav-bar__content__menu__item-list__item a:hover .nav-bar__content__menu__item-list__item__content .nav-bar__content__menu__item-list__item__content__title{color:var(--text-interactive,#001894)}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__item-list .nav-bar__content__menu__item-list__item a .nav-bar__content__menu__item-list__item__icon{align-items:center;background:var(--light-mode-surface-surface-ghost---hover,#e4e8fc);border-radius:100%;display:flex;height:48px;justify-content:center;width:48px}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__item-list .nav-bar__content__menu__item-list__item a .nav-bar__content__menu__item-list__item__content{display:flex;flex-direction:column;gap:4px}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__item-list .nav-bar__content__menu__item-list__item a .nav-bar__content__menu__item-list__item__content__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:16px;font-style:normal;font-weight:600;line-height:1.5;transition:color .3s ease}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__item-list .nav-bar__content__menu__item-list__item a .nav-bar__content__menu__item-list__item__content__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__card-list{display:grid;gap:30px;grid-template-columns:repeat(4,minmax(200px,1fr))}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__card-list .nav-bar__content__menu__card-list__item .nav-bar__content__menu__card-list__item__card{border-bottom:1px solid rgba(0,25,148,0);display:flex;flex-direction:column;gap:24px}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__card-list .nav-bar__content__menu__card-list__item .nav-bar__content__menu__card-list__item__card:hover{border-color:var(----text-interactive,#001894)}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__card-list .nav-bar__content__menu__card-list__item .nav-bar__content__menu__card-list__item__card:hover .nav-bar__content__menu__card-list__item__card__content .nav-bar__content__menu__card-list__item__card__title{color:var(----text-interactive,#001894)}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__card-list .nav-bar__content__menu__card-list__item .nav-bar__content__menu__card-list__item__card .nav-bar__content__menu__card-list__item__card__image{border-radius:16px;height:200px;overflow:hidden;width:100%}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__card-list .nav-bar__content__menu__card-list__item .nav-bar__content__menu__card-list__item__card .nav-bar__content__menu__card-list__item__card__content{display:flex;flex-direction:column;gap:8px;padding:0 16px 16px}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__card-list .nav-bar__content__menu__card-list__item .nav-bar__content__menu__card-list__item__card .nav-bar__content__menu__card-list__item__card__content .nav-bar__content__menu__card-list__item__card__title{color:var(--text-strong,#0b141f);display:block;font-family:Sora;font-size:16px;font-style:normal;font-weight:600;line-height:1.5;transition:color .3s ease}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__card-list .nav-bar__content__menu__card-list__item .nav-bar__content__menu__card-list__item__card .nav-bar__content__menu__card-list__item__card__content .nav-bar__content__menu__card-list__item__card__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__header{align-items:end;display:grid;grid-template-columns:1fr auto}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__header .nav-bar__content__menu__header__content .nav-bar__content__menu__header__content__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:20px;font-style:normal;font-weight:600;line-height:32px}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__header .nav-bar__content__menu__header__content .nav-bar__content__menu__header__content__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;max-width:880px}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__footer{background:var(--background-2,#f6f7f7);border-bottom-left-radius:40px;border-bottom-right-radius:40px;display:grid;grid-template-columns:1fr auto;margin-bottom:-40px;margin-left:-60px;margin-right:-60px;padding:24px 60px}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__footer .nav-bar__content__menu__footer__content .nav-bar__content__menu__footer__content__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:16px;font-style:normal;font-weight:600;line-height:1.5}.nav-bar .nav-bar__content .nav-bar__content__menu .nav-bar__content__menu__footer .nav-bar__content__menu__footer__content .nav-bar__content__menu__footer__content__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;max-width:880px}.nav-bar .nav-bar__content .nav-bar__content__search-button{align-items:center;display:flex;height:40px;justify-content:center;margin-left:auto;opacity:1;transition:opacity .3s ease;width:40px}@media screen and (width >= 1280px){.nav-bar .nav-bar__content .nav-bar__content__search-button{display:none;visibility:hidden}}.nav-bar .nav-bar__content .nav-bar__content__search-button.--hide{opacity:0;pointer-events:none;visibility:hidden}.nav-bar .nav-bar__content .nav-bar__content__hamburger-menu{align-items:center;background:var(--surface-strong-default,#001894);border-radius:8px;display:flex;height:48px;justify-content:center;margin-left:8px;position:relative;width:48px}@media screen and (width >= 1280px){.nav-bar .nav-bar__content .nav-bar__content__hamburger-menu{display:none}}.nav-bar .nav-bar__content .nav-bar__content__hamburger-menu .nav-bar__content__hamburger-menu__icon-hamburger{position:absolute;transition:opacity .2s ease,transform .2s ease}.nav-bar .nav-bar__content .nav-bar__content__hamburger-menu .nav-bar__content__hamburger-menu__icon-close{opacity:0;position:absolute;transition:opacity .2s ease,transform .2s ease}.nav-bar .nav-bar__content .nav-bar__content__hamburger-menu.--active .nav-bar__content__hamburger-menu__icon-hamburger{opacity:0;transform:rotate(180deg)}.nav-bar .nav-bar__content .nav-bar__content__hamburger-menu.--active .nav-bar__content__hamburger-menu__icon-close{opacity:1;transform:rotate(180deg)}.mobile-menu{background:#fff;height:100%;left:0;position:fixed;top:98px;transform:translateX(100%);transition:transform .5s ease;width:100%}.mobile-menu.--show{transform:translateX(0);transition:transform .5s ease;visibility:visible}.mobile-menu .mobile-menu__content{display:flex;flex-direction:column;height:calc(100% - 98px);overflow:auto}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu{background:#fff;display:flex;flex-direction:column;gap:8px;padding-bottom:32px;padding-top:44px}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu .mobile-menu__content__nav-menu__item a,.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu .mobile-menu__content__nav-menu__item button{align-items:center;color:var(--text-subtle,#58616e);display:flex;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;justify-content:space-between;line-height:1.5;padding:8px;width:100%}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content{background:#fff;display:flex;flex-direction:column;height:calc(100% - 98px);left:0;padding-left:10px;padding-right:10px;padding-top:44px;pointer-events:none;position:absolute;top:0;transform:translateX(-200%);transition:transform .5s ease;width:100%}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content.--active{pointer-events:all;transform:translateX(0);transition:transform .5s ease}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__back{align-items:center;color:var(--Light-mode-text-interactive-default,#001894);display:flex;font-family:Karla;font-size:16px;font-style:normal;font-weight:700;gap:8px;height:32px;letter-spacing:.32px;line-height:28px;width:-moz-fit-content;width:fit-content}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__header{align-items:center;color:var(--text-strong,#0b141f);display:flex;font-family:Sora;font-size:16px;font-style:normal;font-weight:600;justify-content:space-between;line-height:1.5;margin-bottom:8px;margin-top:24px;width:100%}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__cards{padding-bottom:24px;padding-top:24px}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__cards .mobile-menu__content__nav-menu-content__cards__item{border-bottom:1px solid var(--border-subtle,#d4d6d9);display:grid;gap:12px;grid-template-columns:auto 1fr auto;padding:16px 0}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__cards .mobile-menu__content__nav-menu-content__cards__item .mobile-menu__content__nav-menu-content__cards__item__icon{align-items:center;background:var(--light-mode-surface-surface-ghost---hover,#e4e8fc);border-radius:100%;display:flex;height:32px;justify-content:center;width:32px}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__cards .mobile-menu__content__nav-menu-content__cards__item .mobile-menu__content__nav-menu-content__cards__item__icon img{width:18px}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__cards .mobile-menu__content__nav-menu-content__cards__item .mobile-menu__content__nav-menu-content__cards__item__content{display:flex;flex-direction:column;gap:4px}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__cards .mobile-menu__content__nav-menu-content__cards__item .mobile-menu__content__nav-menu-content__cards__item__content .mobile-menu__content__nav-menu-content__cards__item__content__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:16px;font-style:normal;font-weight:600;line-height:1.5}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__cards .mobile-menu__content__nav-menu-content__cards__item .mobile-menu__content__nav-menu-content__cards__item__content .mobile-menu__content__nav-menu-content__cards__item__content__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__footer{background:var(--background-2,#f6f7f7);display:flex;flex-direction:column;gap:32px;margin-top:auto;padding:24px 0}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__footer .mobile-menu__content__nav-menu-content__footer__content{display:flex;flex-direction:column}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__footer .mobile-menu__content__nav-menu-content__footer__content .mobile-menu__content__nav-menu-content__footer__content__title{color:var(--text-strong,#0b141f);display:block;font-family:Sora;font-size:16px;font-style:normal;font-weight:600;line-height:1.5}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__footer .mobile-menu__content__nav-menu-content__footer__content .mobile-menu__content__nav-menu-content__footer__content__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__list{display:flex;flex-direction:column;gap:8px;padding-top:24px}.mobile-menu .mobile-menu__content .mobile-menu__content__nav-menu-content .mobile-menu__content__nav-menu-content__list .mobile-menu__content__nav-menu-content__list__item{align-items:center;color:var(--text-subtle,#58616e);display:flex;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;justify-content:space-between;line-height:1.5;padding:8px;width:100%}.mobile-menu .mobile-menu__content .mobile-menu__content__secondary-menu{background:var(--background-2,#f6f7f7);display:flex;flex-direction:column;gap:8px;margin-left:-10px;margin-right:-10px;margin-top:auto;padding:24px 10px}@media screen and (width >= 768px){.mobile-menu .mobile-menu__content .mobile-menu__content__secondary-menu{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px}}@media screen and (width >= 1024px){.mobile-menu .mobile-menu__content .mobile-menu__content__secondary-menu{margin-left:-75px;margin-right:-75px;padding-left:75px;padding-right:75px}}.mobile-menu .mobile-menu__content .mobile-menu__content__secondary-menu .mobile-menu__content__secondary-menu__link{align-items:center;color:var(--text-subtle,#58616e);display:flex;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;justify-content:space-between;line-height:1.5;padding:8px;width:100%}.mobile-menu .mobile-menu__content .mobile-menu__content__secondary-menu .mobile-menu__content__secondary-menu__langs{align-items:center;display:flex;padding-top:40px}.mobile-menu .mobile-menu__content .mobile-menu__content__secondary-menu .mobile-menu__content__secondary-menu__langs .mobile-menu__content__secondary-menu__langs__button{border:1px solid hsla(223,6%,78%,0);border-radius:24px;color:rgba(11,20,31,.8);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;padding:8px 16px}.mobile-menu .mobile-menu__content .mobile-menu__content__secondary-menu .mobile-menu__content__secondary-menu__langs .mobile-menu__content__secondary-menu__langs__button.--active{border:1px solid var(--border,#c3c5ca);color:var(--text-strong,#0b141f)}.mobile-menu .mobile-menu__content .mobile-menu__content__secondary-menu .mobile-menu__content__secondary-menu__social_networks{align-items:center;display:flex;gap:24px;padding-top:40px}.mobile-menu .mobile-menu__content .mobile-menu__content__secondary-menu .mobile-menu__content__secondary-menu__social_networks .mobile-menu__content__secondary-menu__social_networks__item{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.home-hero{padding:10px 10px 0}@media screen and (width >= 1280px){.home-hero{padding:20px 20px 0}}.home-hero .home-hero__content{border-radius:20px;height:70vh;overflow:hidden;padding:0;position:relative}.home-hero .home-hero__content .home-hero__content__h1{background:linear-gradient(90deg,rgba(18,26,37,.6),rgba(18,26,37,0));color:var(--background,#fff);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;left:0;line-height:1.5;padding:8px 15px;position:absolute;top:33px;width:100%;width:-moz-fit-content;width:fit-content;z-index:2}@media screen and (width >= 1280px){.home-hero .home-hero__content .home-hero__content__h1{font-family:Karla;line-height:24px;padding-left:calc(50% - 600px)}}@media screen and (width >= 1440px){.home-hero .home-hero__content .home-hero__content__h1{padding-left:calc(50% - 645px)}}.home-hero .home-hero__content .home-hero__content__slider{height:100%;position:relative}.home-hero .home-hero__content .home-hero__content__slider .splide__track{height:100%}.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item{display:flex;flex-direction:column;justify-content:flex-end}.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__picture{display:block;height:100%;position:absolute;width:100%}.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__picture img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (width >= 1280px){.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__picture.--hide-on-desktop{display:none}}.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__video,.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .plyr{display:none}@media screen and (width >= 1280px){.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__video,.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .plyr{display:block;height:100%;left:0;position:absolute;top:0;width:100%}}.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__video .plyr__video-wrapper video,.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .plyr .plyr__video-wrapper video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__overlay{background:linear-gradient(0deg,rgba(46,54,70,.3),rgba(46,54,70,.3));background-blend-mode:multiply;height:100%;position:absolute;top:0;width:100%;z-index:1}.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__shadow-color-1{background:rgba(8,69,109,.7);border-radius:0 500px 0 0;bottom:-176px;filter:blur(150px);height:309px;left:0;pointer-events:none;position:absolute;width:722px;z-index:1}@media screen and (width >= 1280px){.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__shadow-color-1{bottom:0}}.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__shadow-color-2{display:none}@media screen and (width >= 1280px){.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__shadow-color-2{background-position:100% 0;background-repeat:no-repeat;border-radius:0 0 0 500px;display:block;height:309px;pointer-events:none;position:absolute;right:0;top:0;width:722px;z-index:1}}.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__content{display:flex;flex-direction:column;gap:24px;padding-bottom:100px;padding-left:15px;padding-right:15px;position:relative;z-index:2}@media screen and (width >= 1280px){.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__content{padding-bottom:42px;padding-left:calc(50% - 600px)}}@media screen and (width >= 1440px){.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__content{padding-left:calc(50% - 645px)}}.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__content .home-hero__content__slider__item__content__title{color:#fff;font-family:Sora;font-size:32px;font-style:normal;font-weight:600;line-height:1.3;max-width:650px}@media screen and (width >= 1280px){.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__content .home-hero__content__slider__item__content__title{font-size:48px;line-height:64px}}.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__content .home-hero__content__slider__item__content__text{display:none}@media screen and (width >= 1280px){.home-hero .home-hero__content .home-hero__content__slider .splide__track .splide__list .home-hero__content__slider__item .home-hero__content__slider__item__content .home-hero__content__slider__item__content__text{color:var(--background,#fff);display:block;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:1.5;max-width:650px}}.home-hero .home-hero__content .home-hero__content__slider .home-hero__content__slider__arrows{bottom:0;justify-content:space-between;margin-bottom:24px;padding:0 15px;pointer-events:none;position:absolute;width:100%}@media screen and (width >= 1280px){.home-hero .home-hero__content .home-hero__content__slider .home-hero__content__slider__arrows{gap:24px;justify-content:flex-end;margin-bottom:40px;padding-right:calc(50% - 600px)}}@media screen and (width >= 1440px){.home-hero .home-hero__content .home-hero__content__slider .home-hero__content__slider__arrows{padding-right:calc(50% - 645px)}}.home-hero .home-hero__content .home-hero__content__slider .home-hero__content__slider__arrows .splide__arrow{border:.8px solid var(--icon-inverse,#fff);color:#fff;pointer-events:all}.home-hero .home-hero__content .home-hero__content__slider .home-hero__content__slider__pagination{bottom:0;margin-bottom:40px;margin-left:auto;margin-right:auto;position:absolute}.home-hero .home-hero__content .home-hero__content__slider .home-hero__content__slider__pagination li .splide__pagination__page{background:transparent;border:1px solid #fff;opacity:1;transition:background .3s ease}.home-hero .home-hero__content .home-hero__content__slider .home-hero__content__slider__pagination li .splide__pagination__page.is-active{background:#fff}.hero-image-content{overflow:clip}@media screen and (width >= 1280px){.hero-image-content{overflow:visible}}.hero-image-content .hero-image-content__wrapper{display:flex;flex-direction:column;gap:24px;margin-top:44px;padding-bottom:40px;position:relative}@media screen and (width >= 1280px){.hero-image-content .hero-image-content__wrapper{gap:40px;margin-top:64px}}.hero-image-content .hero-image-content__wrapper .hero-image-content__wrapper__section-title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:32px;font-style:normal;font-weight:600;line-height:1.3}@media screen and (width >= 1280px){.hero-image-content .hero-image-content__wrapper .hero-image-content__wrapper__section-title{font-size:48px;line-height:64px}}.hero-image-content .hero-image-content__wrapper .hero-image-content__wrapper__content{background:linear-gradient(180deg,transparent,rgba(0,0,0,.4)),linear-gradient(0deg,rgba(46,54,70,.3),rgba(46,54,70,.3));background-blend-mode:normal,multiply,normal;border-radius:20px 20px 40px 20px;display:flex;flex-direction:column;gap:16px;height:400px;justify-content:flex-end;overflow:hidden;padding:24px;position:relative;width:100%}@media screen and (width >= 1280px){.hero-image-content .hero-image-content__wrapper .hero-image-content__wrapper__content{padding-bottom:50px;padding-left:55px}}.hero-image-content .hero-image-content__wrapper .hero-image-content__wrapper__content .hero-image-content__wrapper__content__picture{background-position:50%;border-radius:20px 20px 40px 20px;display:block;height:400px;left:0;-o-object-fit:cover;object-fit:cover;overflow:hidden;position:absolute;top:0;width:100%}.hero-image-content .hero-image-content__wrapper .hero-image-content__wrapper__content .hero-image-content__wrapper__content__picture .hero-image-content__wrapper__content__picture__image{height:400px;-o-object-fit:cover;object-fit:cover;width:100%}.hero-image-content .hero-image-content__wrapper .hero-image-content__wrapper__content .hero-image-content__wrapper__content__picture:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.4)),linear-gradient(0deg,rgba(46,54,70,.3),rgba(46,54,70,.3));background-blend-mode:normal,multiply,normal;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.hero-image-content .hero-image-content__wrapper .hero-image-content__wrapper__content .hero-image-content__wrapper__content__title{text-wrap:balance;color:var(--background,#fff);font-family:Sora;font-size:20px;font-style:normal;font-weight:600;line-height:1.5;max-width:535px;position:relative}@media screen and (width >= 1280px){.hero-image-content .hero-image-content__wrapper .hero-image-content__wrapper__content .hero-image-content__wrapper__content__title{font-size:32px;line-height:48px}}.hero-image-content .hero-image-content__wrapper .hero-image-content__wrapper__content .hero-image-content__wrapper__content__text{color:var(--background,#fff);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;max-width:535px;position:relative}@media screen and (width >= 1280px){.hero-image-content .hero-image-content__wrapper .hero-image-content__wrapper__content .hero-image-content__wrapper__content__text{font-size:20px}}.helpcenter-component{position:relative}@media (max-width:61.24em){.helpcenter-component{margin-bottom:20px}}.helpcenter-component__overlay{background-color:rgba(0,0,0,.5);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:6}.helpcenter-component__overlay.show{opacity:1;visibility:visible}@media (min-width:61.25em){.helpcenter-component__overlay{display:none}}.helpcenter-component__color-shadow-1,.helpcenter-component__color-shadow-2{filter:blur(150px);height:30%;opacity:.7;position:absolute;width:50%}@media (min-width:61.25em){.helpcenter-component__color-shadow-1,.helpcenter-component__color-shadow-2{height:309px;width:722px}}.helpcenter-component__container-full{padding-top:30px;position:relative}@media (min-width:61.25em){.helpcenter-component__container-full{padding-bottom:10rem}}.helpcenter-component__header{display:flex;flex-direction:column;margin-bottom:40px;row-gap:12px;text-align:center}.helpcenter-component__title{font-size:32px;font-weight:600;letter-spacing:0;line-height:64px;margin-bottom:20px}@media (min-width:61.25em){.helpcenter-component__title{font-size:48px;grid-template-columns:1fr 1fr}}.helpcenter-component__info-lists{display:grid;gap:15px;grid-template-columns:1fr;position:relative;z-index:5}@media (min-width:61.25em){.helpcenter-component__info-lists{gap:25px;grid-template-columns:1fr 1fr}}.helpcenter-component__info-list{align-items:center;background-color:#fff;border-radius:16px;display:flex;flex-direction:row;gap:20px;padding:16px 24px}@media (min-width:61.25em){.helpcenter-component__info-list{height:120px}}.helpcenter-component__info-list picture{background-color:var(--surface-default,#e2edef);border-radius:50px;display:flex;height:40px;padding:12px}@media (min-width:61.25em){.helpcenter-component__info-list picture{height:56px;padding:15px;width:56px}}.helpcenter-component__info-list__title{font-family:var(--font-tertiary);font-size:16px;font-weight:600;letter-spacing:0;line-height:32px}@media (min-width:61.25em){.helpcenter-component__info-list__title{font-size:20px}}.helpcenter-component__info-list a,.helpcenter-component__info-list__content p{color:#58616e;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%}@media (min-width:61.25em){.helpcenter-component__info-list a,.helpcenter-component__info-list__content p{font-size:16px}}.helpcenter-component__wrapper-tabs{background-color:#fff;border-radius:50px;margin-top:40px;padding:20px;position:relative}@media (min-width:61.25em){.helpcenter-component__wrapper-tabs{margin:-7rem auto 20px;max-width:1400px;padding:30px 40px}}.helpcenter-component__tabs{align-items:center;background:var(--surface-default,#e2edef);border-radius:50px;display:flex;gap:10px;margin-bottom:30px;margin-left:auto;margin-right:auto;padding:10px;width:-moz-fit-content;width:fit-content;z-index:1}.helpcenter-component__tab-item{border-radius:50px;color:var(--text-interactive,#08456d);font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%;padding:10px 16px;transition:all .3s ease}@media (min-width:61.25em){.helpcenter-component__tab-item{font-size:16px}}.helpcenter-component__tab-item:hover{background-color:#fff}.helpcenter-component__tab-item.active{background-color:var(--text-interactive,#08456d);color:#fff}.helpcenter-component__tab__title{color:#0b141f;font-family:var(--font-tertiary);font-size:20px;font-weight:600;letter-spacing:0;line-height:48px;text-align:center}@media (min-width:61.25em){.helpcenter-component__tab__title{font-size:32px}}.helpcenter-component__tab__description{color:#58616e;font-family:var(--font-secondary);font-size:18px;font-weight:400;letter-spacing:0;line-height:150%;text-align:center}@media (min-width:61.25em){.helpcenter-component__tab__description{font-size:20px;margin:auto;max-width:838px}}.helpcenter-component__content{margin-top:40px}.helpcenter-component__content-tab-item{display:none}.helpcenter-component__content-tab-item.active{display:block}.helpcenter-component__faq-wrapper{align-items:flex-start;display:grid;gap:20px;grid-template-columns:1fr;margin-top:10px}.helpcenter-component__faq-wrapper__navs-header{align-items:center;display:flex;justify-content:space-between;padding:10px}@media (min-width:61.25em){.helpcenter-component__faq-wrapper__navs-header{display:none}}.helpcenter-component__faq-wrapper__nav-item{transition:all .3s ease}.helpcenter-component__faq-wrapper__nav-item:hover{background-color:#fff}@media (min-width:61.25em){.helpcenter-component__faq-wrapper{gap:40px;grid-template-columns:410px 1fr}}.helpcenter-component__faq-wrapper__navs-container{background-color:#fff;border-top-left-radius:40px;border-top-right-radius:40px}@media (max-width:61.24em){.helpcenter-component__faq-wrapper__navs-container{bottom:-30%;left:0;padding:20px;position:fixed;right:0;transition:all .3s ease;z-index:10}}.helpcenter-component__faq-wrapper__navs-container.show{bottom:0}.helpcenter-component__faq-wrapper__navs{border-radius:16px;padding:6px}@media (min-width:61.25em){.helpcenter-component__faq-wrapper__navs{background-color:#f6f7f7}}.helpcenter-component__faq-wrapper__navs li{border-radius:16px;color:#58616e;font-family:var(--font-secondary);font-size:16px;font-weight:400;letter-spacing:0;line-height:150%;padding:16px 32px;transition:all .3s ease}.helpcenter-component__faq-wrapper__navs li.active{background-color:var(--surface-default,#e2edef);color:#0b141f}.helpcenter-component__faq-wrapper__navs li:hover{color:#0b141f;cursor:pointer}.helpcenter-component__faq-item{display:none}@media (max-width:61.24em){.helpcenter-component__faq-item__content p,.helpcenter-component__faq-item__title{text-align:center}}.helpcenter-component__faq-item__title{color:#0b141f;font-family:var(--font-tertiary);font-size:18px;font-weight:600;letter-spacing:0;line-height:40px}@media (min-width:61.25em){.helpcenter-component__faq-item__title{font-size:25px}}.helpcenter-component__faq-item__content p{color:#58616e;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%}@media (min-width:61.25em){.helpcenter-component__faq-item__content p{font-size:16px}}.helpcenter-component__faq-item.active{display:block}.helpcenter-component__wrapper-accordions{margin-top:30px}.helpcenter-component__button-categories{align-items:center;border:1px solid #d4d6d9;border-radius:50px;display:flex;gap:12px;height:56px;justify-content:center;margin:auto;padding:20px 80px}@media (min-width:61.25em){.helpcenter-component__button-categories{display:none}}.helpcenter-component__title-categories{color:#0b141f;font-family:var(--font-tertiary);font-size:16px;font-weight:600;letter-spacing:0;line-height:150%}@media (max-width:61.24em){.helpcenter-component__title-categories{display:none}}.helpcenter-component__form{margin:30px auto auto;max-width:846px}.helpcenter-component__form__title{color:#0b141f;display:block;font-family:var(--font-tertiary);font-size:16px;font-weight:600;letter-spacing:0;line-height:150%;margin-bottom:10px}.helpcenter-component__form__sections,.helpcenter-component__form__wrapper{display:flex;flex-direction:column}.helpcenter-component__form__wrapper{gap:30px}.helpcenter-component__form__sections{gap:10px}.helpcenter-component__form__field .vue-tel-input.error,.helpcenter-component__form__field input.error,.helpcenter-component__form__field select.error,.helpcenter-component__form__field textarea.error{border:1px solid #9d0000}.helpcenter-component__form__field .vue-tel-input.success,.helpcenter-component__form__field input.success,.helpcenter-component__form__field select.success,.helpcenter-component__form__field textarea.success{border:1px solid var(--border-interactive,#08456d)}.helpcenter-component__form__field label{color:#0b141f;display:block;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%;margin-bottom:10px}.helpcenter-component__form__field label.error{color:#9d0000}.helpcenter-component__form__field label.success{color:var(--text-interactive,#08456d)}.helpcenter-component__form__field input,.helpcenter-component__form__field select{background-color:#f6f7f7;border-radius:8px;color:#58616e;font-family:var(--font-secondary);font-size:14px;height:58px;outline:none;padding:17px 18px;width:100%}.helpcenter-component__form__field textarea{background-color:#f6f7f7;border-radius:8px;font-family:var(--font-secondary);font-size:14px;height:100px;outline:none;padding:15px;resize:none;width:100%}.helpcenter-component__form__field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/webp;base64,UklGRpwAAABXRUJQVlA4TI8AAAAvD8ADEHU4rG03bZSkzMzMjPtPx7CAvmSrEQwZSRI0BoNwCIvwCIvwyI2yCD0B/P3XvfYZuy7l8B09sO8jp0exvrW2ZtV7usZsffN/ptmUSW8wxcz+PNrBDXQD+qUwBjjnR0th7kz72jrfHOfbOg++rU/1qkIVUKbcL70CBQFY6fHjbNOkhVd+Nt4IZcqPAgA=);background-position-x:96%;background-position-y:25px;background-repeat:no-repeat;background-size:10px 10px;margin-right:2rem;padding-right:2rem}.helpcenter-component__form__field .tel-input{background-color:#f6f7f7;border:transparent;border-radius:8px;outline:none}.helpcenter-component__form__field .tel-input:focus-within{border-color:none;box-shadow:none}.helpcenter-component__form__field.full-width{grid-column:1/-1}.helpcenter-component__form__submit{margin-top:30px}.helpcenter-component__form__two-column{display:grid;gap:20px;grid-template-columns:1fr}@media (min-width:61.25em){.helpcenter-component__form__two-column{gap:40px;grid-template-columns:1fr 1fr}}.helpcenter-component__form__field-error{color:#9d0000;display:block;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%;margin-top:10px}.helpcenter-component__form__checkbox{margin-bottom:20px}.helpcenter-component__form__checkbox__item{cursor:pointer;display:flex;font-size:22px;gap:10px;margin-bottom:12px;padding-left:35px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.helpcenter-component__form__checkbox__item input:checked~.checkmark{background-color:var(--text-interactive,#08456d)}.helpcenter-component__form__checkbox__item input:checked~.checkmark:after{display:block}.helpcenter-component__form__checkbox__item span p{color:#0b141f;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%;vertical-align:middle}.helpcenter-component__form__checkbox__item span a{color:var(--text-interactive,#08456d);font-weight:700;text-decoration:underline}.helpcenter-component__form__checkbox__accept_policy{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.helpcenter-component__form__checkbox .checkmark{border:2px solid var(--border-interactive,#08456d);border-radius:3px;height:25px;left:0;position:absolute;top:-2px;width:25px}.helpcenter-component__form__checkbox .checkmark:after{border:solid #fff;border-width:0 3px 3px 0;content:"";display:none;height:13px;left:7px;position:absolute;top:2px;transform:rotate(45deg);width:7px}.helpcenter-component__accordion-item{border-bottom:1px solid #d4d6d9;padding:20px 0}.helpcenter-component__accordion-item__header{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.helpcenter-component__accordion-item__header.ui-state-active .helpcenter-component__accordion-item__title{color:var(--text-interactive,#08456d);font-weight:700}.helpcenter-component__accordion-item__header.ui-state-active .helpcenter-component__accordion-item__updown{background-color:var(--text-interactive,#08456d);border:1px solid var(--border-interactive,#08456d);padding:14px;transform:rotate(0deg)}.helpcenter-component__accordion-item__header.ui-state-active .helpcenter-component__accordion-item__updown svg path{fill:var(--background,#fff)}.helpcenter-component__accordion-item__title{color:#0b141f;font-family:var(--font-secondary);font-size:16px;font-weight:400;letter-spacing:0;line-height:150%}.helpcenter-component__accordion-item__updown{border:1px solid #888e96;border-radius:50px;height:40px;padding:14px;transform:rotate(180deg);transition:all .3s ease;width:40px}.helpcenter-component__accordion-item__updown svg{margin:auto;text-align:center}.helpcenter-component__accordion-item__updown svg path{fill:#888e96}.helpcenter-component__accordion-item__updown:hover{border:1px solid var(--border-interactive,#08456d)}.helpcenter-component__accordion-item__updown:hover svg path{fill:var(--text-interactive,#08456d)}.helpcenter-component__accordion-item__content{padding:20px}.helpcenter-component__accordion-item__content p{color:#58616e;font-family:Inter;font-size:14px;font-weight:400;letter-spacing:0;line-height:150%;margin-bottom:10px}.helpcenter-typ-component{padding:3rem 0}.helpcenter-typ-component__container{background:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/4QDKRXhpZgAATU0AKgAAAAgABgESAAMAAAABAAEAAAEaAAUAAAABAAAAVgEbAAUAAAABAAAAXgEoAAMAAAABAAIAAAITAAMAAAABAAEAAIdpAAQAAAABAAAAZgAAAAAAAABIAAAAAQAAAEgAAAABAAeQAAAHAAAABDAyMjGRAQAHAAAABAECAwCgAAAHAAAABDAxMDCgAQADAAAAAQABAACgAgAEAAAAAQAAAGSgAwAEAAAAAQAAAEOkBgADAAAAAQAAAAAAAAAAAAD/4gHYSUNDX1BST0ZJTEUAAQEAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADb/wAARCABDAGQDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9sAQwABAQEBAQECAQECAwICAgMEAwMDAwQFBAQEBAQFBgUFBQUFBQYGBgYGBgYGBwcHBwcHCAgICAgJCQkJCQkJCQkJ/9sAQwEBAQECAgIEAgIECQYFBgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ/90ABAAH/9oADAMBAAIRAxEAPwD7lgs14zW5aWfzAir1vp+WxjFdVp2jMxBxX9hyx66n5tXyvTYoWdm3GK7bS7BmIY81p2OiIpBYYrt9O0YADatebWx6fU8WrhHFlXTLM5BxjFelaNpzY+Ycmn6Toq8b1r07StIHHy14eLxSsKnB3G6Tpz8Y716dpGmSADIqTSNIHy5WvRrCwAx8tfL43FJnq0ZyQ7StPbhsYr0PTrcxniqenWW1BkV09rEAQTxXy+KqX0PZw9Z7nQ6d8uD2rutPufKw3auHtiqLurSivdvGePevGxNHmPTo4q256xBqaiMYP51N/ai+o/OvMBqqgYz+tL/ay+p/OvM+pPsdn15dz//Q/Ve10fcwJFd1peh5UcYru7Hwm3B2/mK7nTfDBQD5a/eZ54n8LOrHcPuK1RxOn6H8yllzXdafoZBHy9a7ew8OrwGWuy0/w8AB8uK53m58hjMmfY5bTNEzjC16LpmjkYOK6DTtAAIxXa2OiMoHArz6+aeZ5bylozNN07biu1s7VVAGKu2ekbcEiuit7NI8CvIq4y5rDAJFSCMKoxV5MpzV0rGo5FULm5iTkVx35mdaoJIne5ZV9KoPqJXIBrMur4AdcVzlxqB5atY0LnPVmonWHViDjdSf2uf7xrzh9VAY5NN/tZav6mzj+to//9H+m+x8KIoHyV0dv4aVQMrXqkGikAfLWkml+WB8ua9LDZw2j9nz/DQuecWugpn5lrqLLRlXHy11sVgo5KgYrYgtRgcV6MczbR+aZlh4LUybTSxgYAroreyWIZNXYrcL82KsYA5FbLGXPmcRFbpEC/L07U/zDUErBeO1U3nCLk12wldXOGo9NCa5utqHFc3cXWT1pL6+UAgVzVzeg16VCj1OCtUJ7y7OMk1zN1eHkdKgvL9cH0Fcle6h1K8CvXo4Y8XF1rGhLqBDkA/5/Oo/7Rb/AD/+uuNmvyJCKi/tBq7/AKoeN9Zfc//S/s8j0rgcVMdKBHSu9OnhBxVU2WTXy9DEM/VcwzJTVzihpoUfN0p62gU11MtttbbjNZ8lvtJYivZoYpnxmOqqbsZeABgVRmkCnjpV5+pIrEunINe7hqt2fN14aNFC5uT0rCurzatPvJznNcrf3ZUYzX12Dp3sePU0RHe3xdjk8Vztzek5wagvLo9O5rnbm6xkA19JQw7PGrzFvr3qK5S+vSc4qa9uuTzXLXdzjLE17mHoWPm8XWuxZrsiQ4NRfbG9f8/nXPS3XznvUf2oeleh7E8h1T//0/7p5o0A6Vkzoo5ArZm+7WRcdK+Lpbn2FT4TFY/NVO454NXD1NU7jrXsYY8Stuc5P1Nc3eE5ArpJ+prmrzqK+kwO55tTY42/ODXF6kzYrtL/AK/lXE6l0NfeZaeFXOUvHY9TXPzknmt68rAm6V9dhtj5+uc3dMSxrmb4nmuluvvmuZvu/wBK9insj5jEfEc/KSH4qLLVJN9+oq7jwXuf/9k=);background-repeat:no-repeat;background-size:cover;border-radius:40px;padding:30px}@media (max-width:61.24em){.helpcenter-typ-component__container{margin:10px;width:auto}}@media (min-width:61.25em){.helpcenter-typ-component__container{padding:9rem 0}}.helpcenter-typ-component__body{margin:auto;max-width:600px;text-align:center}.helpcenter-typ-component__pre-title{color:#0024db;font-family:var(--font-tertiary);font-size:18px;font-weight:600;letter-spacing:0;line-height:40px;text-align:center}@media (min-width:61.25em){.helpcenter-typ-component__pre-title{font-size:25px}}.helpcenter-typ-component__title{color:#0b141f;font-family:var(--font-tertiary);font-size:25px;font-weight:600;letter-spacing:0;line-height:130%;text-align:center}@media (min-width:61.25em){.helpcenter-typ-component__title{font-size:40px}}.helpcenter-typ-component__description{margin-top:20px}.helpcenter-typ-component__description p{color:#58616e;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%;text-align:center}@media (min-width:61.25em){.helpcenter-typ-component__description p{font-size:16px}}.helpcenter-typ-component__buttons{align-items:center;display:flex;flex-direction:column-reverse;gap:10px;justify-content:center;margin-top:30px}@media (max-width:61.24em){.helpcenter-typ-component__buttons .button{width:100%}}@media (min-width:61.25em){.helpcenter-typ-component__buttons{flex-direction:row;gap:20px}}.paragraph-card{height:100%}.paragraph-card .paragraph-card__content{backdrop-filter:blur(10px);background:var(--surface-hover,#00acbe);border-radius:16px;display:flex;flex-direction:column;gap:16px;height:100%;overflow:hidden;padding:16px 24px;transition:background .3s ease,backdrop-filter .3s ease,box-shadow .3s ease}@media screen and (width >= 1280px){.paragraph-card .paragraph-card__content{gap:24px}}.paragraph-card .paragraph-card__content .paragraph-card__content__header{display:flex;flex-direction:column;gap:8px}@media screen and (width >= 1280px){.paragraph-card .paragraph-card__content .paragraph-card__content__header{display:grid;gap:16px;grid-template-columns:auto 1fr}}.paragraph-card .paragraph-card__content .paragraph-card__content__header .paragraph-card__content__header__icon{align-items:center;background:var(--color-tokens-surface-surface-ghost---hover,#e4e8fc);border-radius:100%;display:flex;height:40px;justify-content:center;width:40px}@media screen and (width >= 1280px){.paragraph-card .paragraph-card__content .paragraph-card__content__header .paragraph-card__content__header__icon{height:56px;width:56px}}.paragraph-card .paragraph-card__content .paragraph-card__content__header .paragraph-card__content__header__title{text-wrap:balance;color:var(--text-inverse,#fff);font-family:Sora;font-size:16px;font-style:normal;font-weight:600;line-height:1.5;max-width:295px}@media screen and (width >= 1280px){.paragraph-card .paragraph-card__content .paragraph-card__content__header .paragraph-card__content__header__title{font-size:20px;line-height:32px}}.paragraph-card .paragraph-card__content .paragraph-card__content__text{color:var(--text-inverse,#fff);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}@media screen and (width >= 1280px){.paragraph-card .paragraph-card__content .paragraph-card__content__text{font-size:14px}}.paragraph-card .paragraph-card__content:hover{backdrop-filter:blur(10px);background:var(--surface-strong-default,#08456d);box-shadow:0 16px 24px 0 rgba(0,24,148,.2)}.base-card{border-radius:16px;transition:box-shadow .3s ease}.base-card .base-card__content{background:var(--background,#fff);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;padding:16px}.base-card .base-card__content .base-card__content__picture{border-radius:8px;display:block;height:215px;overflow:hidden;width:100%}@media screen and (width >= 1280px){.base-card .base-card__content .base-card__content__picture{height:250px}}.base-card .base-card__content .base-card__content__picture img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.base-card .base-card__content .base-card__content__body{display:flex;flex-direction:column;gap:20px;padding:24px 16px 16px}.base-card .base-card__content .base-card__content__body .base-card__content__body__date{align-items:center;color:var(--text-subtle,#58616e);display:grid;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;gap:8px;grid-template-columns:auto 1fr;line-height:1.5}.base-card .base-card__content .base-card__content__body .base-card__content__body__tags{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.base-card .base-card__content .base-card__content__body .base-card__content__body__tags .base-card__content__body__tags__tag{background:var(--surface-success,#e1f9ee);border-radius:16px;color:var(--text-success,#007350);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5;padding:2px 10px}.base-card .base-card__content .base-card__content__body .base-card__content__body__tags .base-card__content__body__tags__tag.--variant{background:transparent;color:var(--text-subtle,#58616e)}.base-card .base-card__content .base-card__content__body .base-card__content__body__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:20px;font-style:normal;font-weight:600;line-height:32px;transition:color .3s ease}.base-card .base-card__content .base-card__content__body .base-card__content__body__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;margin-top:-12px}@media screen and (width >= 1280px){.base-card .base-card__content .base-card__content__body .base-card__content__body__text{margin-top:-4px}}.base-card .base-card__content .base-card__content__body .base-card__content__body__data .base-card__content__body__data__item{align-items:center;color:var(--text-subtle,#58616e);display:flex;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;gap:8px;line-height:1.5}.base-card .base-card__content .base-card__content__body .base-card__content__body__button,.base-card .base-card__content .base-card__content__body .base-card__content__body__button-download{align-items:center;color:var(--color-tokens-text-interactive-default,#001894);display:flex;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;gap:8px;line-height:1.5;margin-left:auto;transition:color .3s ease;width:-moz-fit-content;width:fit-content}@media screen and (width >= 1280px){.base-card .base-card__content .base-card__content__body .base-card__content__body__button:hover{color:#0024db}.base-card:hover{box-shadow:0 16px 24px 0 rgba(0,24,148,.15)}.base-card:hover .base-card__content .base-card__content__picture img{transform:scale(1.1)}.base-card:hover .base-card__content .base-card__content__body .base-card__content__body__title{color:var(--text-interactive,#001894)}.base-card:hover .base-card__content .base-card__content__body .base-card__content__body__button{color:#0024db}}.base-card.--no-hover:hover{box-shadow:none}.base-card.--no-hover:hover .base-card__content .base-card__content__picture img{transform:scale(1)}.base-card.--no-hover:hover .base-card__content .base-card__content__body .base-card__content__body__title{color:#0b141f}.card-blog{background-color:#fff;border-radius:16px;padding:16px;transition:box-shadow .3s ease}.card-blog:hover{box-shadow:0 16px 24px 0 rgba(0,24,148,.15)}.card-blog:hover .card-blog__image{transform:scale(1.1)}.card-blog__picture{border-radius:8px;display:block;height:250px;overflow:hidden}.card-blog__image{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.card-blog__content{margin-top:20px;padding:10px}.card-blog__category,.card-blog__date{font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%}.card-blog__date{align-items:center;color:#58616e;display:flex;gap:10px}.card-blog__category{background-color:#e1f9ee;border-radius:16px;color:#007350;display:table;margin:10px 0;padding:2px 10px}.card-blog__title{color:#0b141f;font-family:var(--font-tertiary);font-size:16px;font-weight:600;letter-spacing:0;line-height:32px;margin:10px 0}@media (min-width:61.25em){.card-blog__title{font-size:20px}}.card-blog__button{align-items:center;color:#001894;display:flex;font-family:var(--font-karla);font-size:16px;font-weight:700;gap:10px;justify-content:flex-end;letter-spacing:0;line-height:150%;vertical-align:middle}.card-blog__target{align-items:flex-start;display:flex;flex-direction:column;gap:10px;margin:20px 0}.card-blog__target__icon{align-items:center;color:#0b141f;display:flex;gap:10px}.card-blog__target__icon,.card-blog__target__text{font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%}.card-blog__target__text{color:#58616e}.card-blog__description{color:#58616e;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%}.programs-card{border-radius:16px;transition:box-shadow .3s ease}.programs-card .programs-card__content{background:var(--background,#fff);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;padding:16px}.programs-card .programs-card__content .programs-card__content__picture{border-radius:8px;display:block;height:215px;overflow:hidden;width:100%}@media screen and (width >= 1280px){.programs-card .programs-card__content .programs-card__content__picture{height:250px}}.programs-card .programs-card__content .programs-card__content__picture img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.programs-card .programs-card__content .programs-card__content__body{display:flex;flex-direction:column;gap:16px;padding:24px 16px 16px}.programs-card .programs-card__content .programs-card__content__body .programs-card__content__body__date{align-items:center;color:var(--text-subtle,#58616e);display:grid;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;gap:8px;grid-template-columns:auto 1fr;line-height:1.5}.programs-card .programs-card__content .programs-card__content__body .programs-card__content__body__tags{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.programs-card .programs-card__content .programs-card__content__body .programs-card__content__body__tags .programs-card__content__body__tags__tag{background:var(--surface-success,#e1f9ee);border-radius:16px;color:var(--text-success,#007350);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5;padding:2px 10px}.programs-card .programs-card__content .programs-card__content__body .programs-card__content__body__tags .programs-card__content__body__tags__tag.--variant{background:transparent;color:var(--text-subtle,#58616e)}.programs-card .programs-card__content .programs-card__content__body .programs-card__content__body__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:20px;font-style:normal;font-weight:600;line-height:32px;transition:color .3s ease}.programs-card .programs-card__content .programs-card__content__body .programs-card__content__body__data{display:flex;flex-direction:column;gap:8px}@media screen and (width >= 1280px){.programs-card .programs-card__content .programs-card__content__body .programs-card__content__body__data{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}}.programs-card .programs-card__content .programs-card__content__body .programs-card__content__body__data .programs-card__content__body__data__item{color:var(--text-subtle,#58616e);display:grid;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;gap:8px;grid-template-columns:auto 1fr;line-height:1.5}.programs-card .programs-card__content .programs-card__content__body .programs-card__content__body__data .programs-card__content__body__data__item path,.programs-card .programs-card__content .programs-card__content__body .programs-card__content__body__data .programs-card__content__body__data__item svg{fill:var(--border-subtle,#32445e)}.programs-card .programs-card__content .programs-card__content__body .programs-card__content__body__buttons{align-items:center;display:flex;gap:8px;justify-content:space-between}.programs-card .programs-card__content .programs-card__content__body .programs-card__content__body__buttons .button{padding-left:30px;padding-right:30px;width:50%}@media screen and (width >= 1280px){.programs-card:hover{box-shadow:0 16px 24px 0 rgba(0,24,148,.15)}.programs-card:hover .programs-card__content .programs-card__content__picture img{transform:scale(1.1)}.programs-card:hover .programs-card__content .programs-card__content__body .programs-card__content__body__title{color:var(--text-interactive,#001894)}}.card--about{border-radius:16px;overflow:hidden;position:relative;transition:box-shadow .325s ease;width:410px}@media (min-width:63.75em) and (hover:hover) and (pointer:fine){.card--about:hover{box-shadow:0 16px 24px 0 rgba(0,24,148,.15)}.card--about:hover .card__image{transform:scale(1.1)}.card--about:hover .card__link{color:#c5cdf9}}.card--about .card__image-container{display:flex;height:490px;max-width:100%;position:relative;width:100%;z-index:1}@media (max-width:63.74em){.card--about .card__image-container{height:400px}}.card--about .card__image-container:after{background:#1d2633;background:linear-gradient(0deg,#1d2633,rgba(11,20,31,0));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.card--about .card__image{-o-object-fit:cover;object-fit:cover;position:relative;transition:transform .325s ease;width:100%;z-index:1}.card--about .card__foreground{display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;padding:24px 40px;position:absolute;top:0;width:100%;z-index:2}@media (max-width:63.74em){.card--about .card__foreground{padding:40px 24px}}.card--about .card__title{color:#fff;font-family:Sora,sans-serif;font-size:25px;font-weight:600;line-height:1.6;margin-bottom:8px}@media (max-width:63.74em){.card--about .card__title{font-size:18px}}.card--about .card__description{color:#dfe0e3;font-size:16px}.card--about .card__link{align-items:center;color:#fff;-moz-column-gap:8px;column-gap:8px;display:flex;font-family:Inter,sans-serif;font-size:16px;line-height:1.75;margin-top:32px;transition:color .325s ease}.card--team{background-color:#fff;border-radius:16px;display:flex;flex-direction:column;padding:16px;transition:box-shadow .325s ease}@media (min-width:63.75em) and (hover:hover) and (pointer:fine){.card--team:hover{box-shadow:0 16px 24px 0 rgba(0,24,148,.149)}.card--team:hover .card__image{transform:scale(1.1)}.card--team:hover .card__name{color:var(--text-interactive-hover,#00acbe)}}.card--team .card__image-container{border-radius:8px;display:flex;flex-direction:column;height:410px;overflow:hidden;width:100%}@media (max-width:79.99em){.card--team .card__image-container{height:300px}}.card--team .card__image{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .325s ease}.card--team .card__body{display:flex;flex-direction:column;padding:24px 16px 16px}.card--team .card__name{color:#0b141f;font-family:Sora,sans-serif;font-size:20px;font-weight:600;line-height:1.6;margin-bottom:16px;transition:color .325s ease}@media (max-width:63.74em){.card--team .card__name{font-size:16px}}.card--team .card__features{display:flex;flex-direction:column;margin-bottom:20px;row-gap:8px}.card--team .card__feature{align-items:center;color:#58616e;-moz-column-gap:8px;column-gap:8px;display:flex}.card--team .card__feature-icon{flex-shrink:0}.card--team .card__link{align-items:center;color:var(--text-interactive,#08456d);-moz-column-gap:8px;column-gap:8px;display:flex;font-family:Karla,sans-serif;font-size:16px;font-weight:700;justify-content:flex-end;line-height:1.5;margin-top:auto;transition:color .325s ease}@media (min-width:63.75em) and (hover:hover) and (pointer:fine){.card--team .card__link:hover{color:var(--text-interactive-hover,#00acbe)}}.card--team.card--loading .card__name{height:32px}.card--team.card--loading .card__feature{height:24px}.card--team.card--loading .card__link{height:32px}.advantages-card-card .advantages-card__content{background:#fff;border-radius:16px;display:flex;flex-direction:column;gap:20px;overflow:hidden;padding:16px}.advantages-card-card .advantages-card__content .advantages-card__content__picture{border-radius:8px;display:block;height:170px;overflow:hidden;width:100%}@media screen and (width >= 1280px){.advantages-card-card .advantages-card__content .advantages-card__content__picture{height:200px}}.advantages-card-card .advantages-card__content .advantages-card__content__picture img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.advantages-card-card .advantages-card__content .advantages-card__content__body{display:flex;flex-direction:column;gap:8px}.advantages-card-card .advantages-card__content .advantages-card__content__body .advantages-card__content__body__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:14px;font-style:normal;font-weight:700;line-height:1.5;margin-top:4px}@media screen and (width >= 1280px){.advantages-card-card .advantages-card__content .advantages-card__content__body .advantages-card__content__body__title{font-size:16px}}.advantages-card-card .advantages-card__content .advantages-card__content__body .advantages-card__content__body__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}.advantages-card-card .advantages-card__content .advantages-card__content__button{align-items:center;color:var(--light-mode-text-interactive-default,#001894);display:flex;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;gap:8px;letter-spacing:.32px;line-height:28px;margin-left:auto;transition:color .3s ease}.advantages-card-card:hover .advantages-card__content .advantages-card__content__picture img{transform:scale(1.1)}.advantages-card-card:hover .advantages-card__content .advantages-card__content__button{color:var(----link-hover,#0024db)}.rooms-card .rooms-card__content{background:var(--background,#fff);border-radius:16px;display:flex;flex-direction:column;gap:24px;overflow:hidden;padding:16px}.rooms-card .rooms-card__content .rooms-card__content__gallery{border-radius:8px;overflow:hidden;position:relative}.rooms-card .rooms-card__content .rooms-card__content__gallery .splide__track .splide__list .splide__slide picture{border-radius:8px;display:block;height:230px;overflow:hidden;width:100%}.rooms-card .rooms-card__content .rooms-card__content__gallery .splide__track .splide__list .splide__slide picture:hover img{transform:scale(1.1)}.rooms-card .rooms-card__content .rooms-card__content__gallery .splide__track .splide__list .splide__slide picture img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.rooms-card .rooms-card__content .rooms-card__content__gallery .rooms-card__content__gallery__arrows{justify-content:space-between;left:0;padding:15px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%}.rooms-card .rooms-card__content .rooms-card__content__gallery .rooms-card__content__gallery__arrows .splide__arrow{backdrop-filter:blur(8px);pointer-events:all}.rooms-card .rooms-card__content .rooms-card__content__gallery .rooms-card__content__gallery__pagination{bottom:20px;position:absolute;width:100%}.rooms-card .rooms-card__content .rooms-card__content__gallery .rooms-card__content__gallery__pagination li button{backdrop-filter:blur(8px);background:transparent;border:1px solid #fff;opacity:1}.rooms-card .rooms-card__content .rooms-card__content__gallery .rooms-card__content__gallery__pagination li button.is-active{background:#001894;border:1px solid #001894}.rooms-card .rooms-card__content .rooms-card__content__gallery .rooms-card__content__gallery__pagination.--show-pagination{display:flex}.rooms-card .rooms-card__content .rooms-card__content__body{display:flex;flex-direction:column;gap:20px;padding:24px 16px 16px}.rooms-card .rooms-card__content .rooms-card__content__body .rooms-card__content__body__data{display:flex;flex-direction:column;gap:8px}.rooms-card .rooms-card__content .rooms-card__content__body .rooms-card__content__body__data .rooms-card__content__body__data__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:14px;font-style:normal;font-weight:700;line-height:1.5}@media screen and (width >= 1280px){.rooms-card .rooms-card__content .rooms-card__content__body .rooms-card__content__body__data .rooms-card__content__body__data__title{font-size:16px;font-weight:600}}.rooms-card .rooms-card__content .rooms-card__content__body .rooms-card__content__body__data .rooms-card__content__body__data__text,.rooms-card .rooms-card__content .rooms-card__content__body .rooms-card__content__body__rooms{color:var(--text-subtle,#58616e);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}.rooms-card .rooms-card__content .rooms-card__content__body .rooms-card__content__body__button{align-items:center;color:var(--light-mode-text-interactive-default,#001894);display:flex;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;gap:8px;letter-spacing:.32px;line-height:28px;margin-left:auto;transition:color .3s ease;width:-moz-fit-content;width:fit-content}.rooms-card .rooms-card__content .rooms-card__content__body .rooms-card__content__body__button:hover{color:#0024db}.teachers-card__wrapper{position:relative}.teachers-card{align-items:stretch;background:#fff;border:none;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;padding:16px;transition:box-shadow .2s;width:100%}.teachers-card:focus,.teachers-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.teachers-card:focus .teachers-card__content .teachers-card__content__body .teachers-card__content__body__button,.teachers-card:hover .teachers-card__content .teachers-card__content__body .teachers-card__content__body__button{color:var(--text-interactive,#08456d)}.teachers-card .teachers-card__content{display:flex;flex-direction:column}.teachers-card .teachers-card__content .teachers-card__content__image{border-radius:8px;height:300px;overflow:hidden;width:100%}@media screen and (width >= 1280px){.teachers-card .teachers-card__content .teachers-card__content__image{height:410px}}.teachers-card .teachers-card__content .teachers-card__content__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.teachers-card .teachers-card__content .teachers-card__content__body{display:flex;flex-direction:column;gap:20px;padding:24px 16px 16px}.teachers-card .teachers-card__content .teachers-card__content__body .teachers-card__content__body__info{display:flex;flex-direction:column;gap:16px}.teachers-card .teachers-card__content .teachers-card__content__body .teachers-card__content__body__info .teachers-card__content__body__info__name{color:var(--text-strong,#0b141f);font-family:Sora;font-size:16px;font-style:normal;font-weight:600;line-height:1.5;text-align:left}@media screen and (width >= 1280px){.teachers-card .teachers-card__content .teachers-card__content__body .teachers-card__content__body__info .teachers-card__content__body__info__name{font-size:20px}}.teachers-card .teachers-card__content .teachers-card__content__body .teachers-card__content__body__info .teachers-card__content__body__info__job-studies{display:flex;flex-direction:column;gap:8px}.teachers-card .teachers-card__content .teachers-card__content__body .teachers-card__content__body__info .teachers-card__content__body__info__job-studies .teachers-card__content__body__info__job-studies__job,.teachers-card .teachers-card__content .teachers-card__content__body .teachers-card__content__body__info .teachers-card__content__body__info__job-studies .teachers-card__content__body__info__job-studies__studies{align-items:center;color:var(--text-subtle,#58616e);display:grid;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;gap:8px;grid-template-columns:24px 1fr;line-height:1.5;text-align:left}.teachers-card .teachers-card__content .teachers-card__content__body .teachers-card__content__body__button{align-items:center;color:var(--text-interactive,#08456d);display:flex;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;gap:8px;justify-content:flex-end;letter-spacing:.32px;line-height:1.75;transition:color .2s}.teachers-card .teachers-card__content .teachers-card__content__body .teachers-card__content__body__button svg path{fill:var(--text-interactive,#08456d)}@media screen and (width >= 1280px){.teachers-card .teachers-card__content .teachers-card__content__body .teachers-card__content__body__button:hover{color:var(--text-interactive,#08456d)}}.teachers-modal{align-items:center;background:rgba(0,0,0,.32);display:flex;inset:0;justify-content:center;opacity:1;position:fixed;z-index:1000}.teachers-modal,.teachers-modal[hidden]{transition:opacity .3s ease-in-out,display .3s ease-in-out}.teachers-modal[hidden]{display:none;opacity:0}.teachers-modal .teachers-modal__overlay{background:transparent;cursor:pointer;inset:0;position:absolute}.teachers-modal .teachers-modal__content{background:#fff;border-radius:16px;box-shadow:0 4px 32px rgba(0,0,0,.18);display:flex;flex-direction:column;max-height:90vh;max-width:1080px;overflow-y:auto;overflow:hidden;padding:16px;position:relative;width:90vw}@media screen and (width >= 1280px){.teachers-modal .teachers-modal__content{display:grid;gap:0;grid-template-columns:410px auto;padding:0}}.teachers-modal .teachers-modal__content__header{display:flex;flex-direction:column;gap:16px;padding:24px 16px 16px}@media screen and (width >= 1280px){.teachers-modal .teachers-modal__content__header{border-right:1px solid var(--border-subtle,#d4d6d9);padding:16px}}.teachers-modal .teachers-modal__content__header .teachers-modal__content__header__image{display:none}@media screen and (width >= 1280px){.teachers-modal .teachers-modal__content__header .teachers-modal__content__header__image{border-radius:8px;display:block;height:410px;overflow:hidden;width:100%}.teachers-modal .teachers-modal__content__header .teachers-modal__content__header__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}}.teachers-modal .teachers-modal__content__header .teachers-modal__content__header__name{color:var(--text-strong,#0b141f);font-family:Sora;font-size:16px;font-style:normal;font-weight:600;line-height:1.5;text-align:center}@media screen and (width >= 1280px){.teachers-modal .teachers-modal__content__header .teachers-modal__content__header__name{font-size:20px;line-height:32px;margin-top:24px;padding:0 16px;text-align:left}}.teachers-modal .teachers-modal__content__header .teachers-modal__content__header__job-studies{display:flex;flex-direction:column;gap:8px;padding:0 16px}.teachers-modal .teachers-modal__content__header .teachers-modal__content__header__job-studies .teachers-modal__content__header__job-studies__job,.teachers-modal .teachers-modal__content__header .teachers-modal__content__header__job-studies .teachers-modal__content__header__job-studies__studies{align-items:center;color:var(--text-subtle,#58616e);display:grid;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;gap:8px;grid-template-columns:24px 1fr;line-height:1.5;text-align:left}.teachers-modal .teachers-modal__content__body{display:flex;flex-direction:column;gap:32px;max-height:50vh;overflow:auto;padding:24px}@media screen and (width >= 1280px){.teachers-modal .teachers-modal__content__body{max-height:610px;padding:64px 40px}}.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__bottom,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__middle,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__top{display:flex;flex-direction:column;gap:8px}.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__bottom .teachers-modal__content__body__bottom__title,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__bottom .teachers-modal__content__body__middle__title,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__bottom .teachers-modal__content__body__top__title,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__middle .teachers-modal__content__body__bottom__title,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__middle .teachers-modal__content__body__middle__title,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__middle .teachers-modal__content__body__top__title,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__top .teachers-modal__content__body__bottom__title,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__top .teachers-modal__content__body__middle__title,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__top .teachers-modal__content__body__top__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:16px;font-style:normal;font-weight:600;line-height:1.5}@media screen and (width >= 1280px){.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__bottom .teachers-modal__content__body__top__text,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__bottom .teachers-modal__content__body__top__title,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__middle .teachers-modal__content__body__top__text,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__middle .teachers-modal__content__body__top__title,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__top .teachers-modal__content__body__top__text,.teachers-modal .teachers-modal__content__body .teachers-modal__content__body__top .teachers-modal__content__body__top__title{font-size:20px}}.teachers-modal .teachers-modal__content__close{background:#fff;border:2px solid var(--border-subtle,#d4d6d9);border-radius:1000px;cursor:pointer;height:56px;margin-left:auto;margin-right:auto;margin-top:40px;max-width:310px;padding:0 14px;width:100%}@media screen and (width >= 1280px){.teachers-modal .teachers-modal__content__close{align-items:center;background:transparent;border:none;display:flex;height:24px;justify-content:center;margin:0;padding:0;position:absolute;right:20px;top:20px;width:24px}}.teachers-modal .teachers-modal__content__close .teachers-modal__content__close__text{border-radius:1000px;color:var(--text-strong,#0b141f);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;letter-spacing:.32px;line-height:1.75}@media screen and (width >= 1280px){.teachers-modal .teachers-modal__content__close .teachers-modal__content__close__text{display:none}}.teachers-modal .teachers-modal__content__close .teachers-modal__content__close__icon{color:#232837;display:none}@media screen and (width >= 1280px){.teachers-modal .teachers-modal__content__close .teachers-modal__content__close__icon{display:block}}.teachers-modal .teachers-modal__content__close .teachers-modal__content__close__icon svg path{transition:stroke .2s}.teachers-modal .teachers-modal__content__close .teachers-modal__content__close__icon:hover{color:#0b141f}.card--slider{display:flex;flex-direction:column;padding:16px}.card--slider .card__images-container{border-radius:8px;display:block;overflow:hidden;position:relative;width:100%}.card--slider .card__images-container .slick-initialized .card__image:not(:first-child){display:block}.card--slider .card__image{height:230px;-o-object-fit:cover;object-fit:cover;width:100%}.card--slider .card__image:not(:first-child){display:none}@media (max-width:48.115em){.card--slider .card__image{height:200px}}.card--slider .card__slider-button{align-items:center;backdrop-filter:blur(16px);background-color:transparent;border:1px solid #d4d6d9;border-radius:20px;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .325s ease,border-color .325s ease;width:40px;z-index:2}@media (min-width:63.75em) and (hover:hover) and (pointer:fine){.card--slider .card__slider-button:hover{background-color:#0024db;border-color:#fff}}.card--slider .card__slider-button.slick-disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.card--slider .card__slider-button--prev{left:14px}.card--slider .card__slider-button--next{right:14px}.card--slider .card__dots-container{bottom:16px;left:50%;position:absolute;transform:translateX(-50%);z-index:1}.card--slider .card__dots-container .slick-dots{display:flex;gap:10px}.card--slider .card__dots-container .slick-dots li button{display:none}.card--slider .card__dots-container .slick-dots li{backdrop-filter:blur(10px);background-color:rgba(0,24,148,.102);border:1px solid #fff;border-radius:50px;cursor:pointer;height:8px;width:82px}@media (max-width:63.74em){.card--slider .card__dots-container .slick-dots li{width:60px}}.card--slider .card__dots-container .slick-dots li.slick-active{background-color:#001894;border-color:transparent}.card--slider .card__body{display:flex;flex-direction:column;padding:24px 16px 16px;row-gap:8px}.card--slider .card__title{color:#0b141f;font-family:Sora,sans-serif;font-size:16px;font-weight:600;line-height:1.5}.card--slider .card__description{color:#58616e;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.card--slider .card__description strong{color:#0b141f;font-weight:700}.card--slider .card__description ul{list-style:disc;margin-left:15px}.card--slider .card__description ol{list-style:decimal;margin-left:15px}.card--slider .card__description h1:not(:last-child),.card--slider .card__description h2:not(:last-child),.card--slider .card__description h3:not(:last-child),.card--slider .card__description h4:not(:last-child),.card--slider .card__description h5:not(:last-child),.card--slider .card__description h6:not(:last-child),.card--slider .card__description ol:not(:last-child),.card--slider .card__description p:not(:last-child),.card--slider .card__description ul:not(:last-child){margin-bottom:16px}.card--slider .card__description p{font-weight:inherit}.card--slider .card__description h1,.card--slider .card__description h2,.card--slider .card__description h3,.card--slider .card__description h4,.card--slider .card__description h5,.card--slider .card__description h6{font-family:Sora,sans-serif}.card--slider .card__description h1:not(:first-child),.card--slider .card__description h2:not(:first-child),.card--slider .card__description h3:not(:first-child),.card--slider .card__description h4:not(:first-child),.card--slider .card__description h5:not(:first-child),.card--slider .card__description h6:not(:first-child){margin-top:16px}.card--slider .card__description h1:not(:last-child),.card--slider .card__description h2:not(:last-child),.card--slider .card__description h3:not(:last-child),.card--slider .card__description h4:not(:last-child),.card--slider .card__description h5:not(:last-child),.card--slider .card__description h6:not(:last-child){margin-bottom:30px}.card--slider .card__description h2{font-size:30px}.card--slider .card__description h3,.card--slider .card__description h4,.card--slider .card__description h5,.card--slider .card__description h6{font-size:24px}.card--slider .card__description a{font-weight:600;text-decoration:underline;transition:color .325s}.card--slider .card__description{font-size:16px;font-size:14px}.card--page-link{align-items:center;border-bottom:1px solid var(--border-interactive,#08456d);-moz-column-gap:30px;column-gap:30px;display:flex;padding:24px}@media (max-width:79.99em){.card--page-link{align-items:flex-start;flex-direction:column;row-gap:8px}}.card--page-link .card__content{display:flex;flex:1;flex-direction:column;row-gap:10px}.card--page-link .card__title{color:var(--text-interactive,#08456d);font-family:Sora,sans-serif;font-size:20px;font-weight:600;line-height:1.6}@media (max-width:48.115em){.card--page-link .card__title{font-size:16px}}.card--page-link .card__description{color:#58616e;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.card--page-link .card__description strong{color:#0b141f;font-weight:700}.card--page-link .card__description ul{list-style:disc;margin-left:15px}.card--page-link .card__description ol{list-style:decimal;margin-left:15px}.card--page-link .card__description h1:not(:last-child),.card--page-link .card__description h2:not(:last-child),.card--page-link .card__description h3:not(:last-child),.card--page-link .card__description h4:not(:last-child),.card--page-link .card__description h5:not(:last-child),.card--page-link .card__description h6:not(:last-child),.card--page-link .card__description ol:not(:last-child),.card--page-link .card__description p:not(:last-child),.card--page-link .card__description ul:not(:last-child){margin-bottom:16px}.card--page-link .card__description p{font-weight:inherit}.card--page-link .card__description h1,.card--page-link .card__description h2,.card--page-link .card__description h3,.card--page-link .card__description h4,.card--page-link .card__description h5,.card--page-link .card__description h6{font-family:Sora,sans-serif}.card--page-link .card__description h1:not(:first-child),.card--page-link .card__description h2:not(:first-child),.card--page-link .card__description h3:not(:first-child),.card--page-link .card__description h4:not(:first-child),.card--page-link .card__description h5:not(:first-child),.card--page-link .card__description h6:not(:first-child){margin-top:16px}.card--page-link .card__description h1:not(:last-child),.card--page-link .card__description h2:not(:last-child),.card--page-link .card__description h3:not(:last-child),.card--page-link .card__description h4:not(:last-child),.card--page-link .card__description h5:not(:last-child),.card--page-link .card__description h6:not(:last-child){margin-bottom:30px}.card--page-link .card__description h2{font-size:30px}.card--page-link .card__description h3,.card--page-link .card__description h4,.card--page-link .card__description h5,.card--page-link .card__description h6{font-size:24px}.card--page-link .card__description a{font-weight:600;text-decoration:underline;transition:color .325s}.card--page-link .card__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;overflow:hidden;text-overflow:ellipsis}@supports not (-webkit-line-clamp:2){.card--page-link .card__description{display:block;max-height:2.4em;position:relative}.card--page-link .card__description:after{background:#fff;bottom:0;content:"...";padding-left:4px;position:absolute;right:0}}@media (max-width:48.115em){.card--page-link .card__description{font-size:14px}}.card--page-link .card__link{border:2px solid #d4d6d9;border-radius:30px;color:#0b141f;font-family:Inter,sans-serif;font-weight:600;line-height:1.7;padding:14px 20px;transition:color .325s ease,border-color .325s ease,background-color .325s ease}@media (min-width:63.75em) and (hover:hover) and (pointer:fine){.card--page-link .card__link:hover{background-color:var(--color-tokens-buttons-secundario-hover,#c5cdf9);border-color:var(--color-tokens-buttons-secundario-hover,#c5cdf9);color:var(--background,#fff)}}.select-wrapper{display:flex;flex-direction:column;max-width:100%;row-gap:5px;width:100%}@media (min-width:61.25em){.select-wrapper{max-width:calc(25% - 30px);width:300px}}.select-label{color:#0b141f;font-family:var(--font-secondary);font-size:14px;font-weight:400}.vs__dropdown-toggle{background-color:#fff;border:none;border-radius:8px;height:58px;padding:0}.vs__selected-options{flex:1;padding:0}.vs__search,.vs__search:focus{color:#58616e;padding:0 20px}.vs__search,.vs__search:focus,.vs__selected{font-family:var(--font-secondary);font-size:16px;margin:0}.vs__selected{color:#0b141f;padding:0 0 0 20px}.vs__no-options{color:#0b141f;font-family:var(--font-secondary);font-size:16px}.vs__actions{padding:0 20px 0 0}.vs__dropdown-option{color:#0b141f;font-family:var(--font-secondary);font-size:16px;white-space:wrap;width:100%}.vs__dropdown-option--highlight{background-color:#001894;color:#fff}.vs__dropdown-menu{border-top-style:solid;box-shadow:none}.paragraph{color:var(--text-subtle,#58616e);display:flex;flex-direction:column;gap:10px}.paragraph h2{color:var(--text-strong,#0b141f);font-family:Montserrat;font-size:24px;font-style:normal;font-weight:600;line-height:1.3}@media screen and (width >= 1280px){.paragraph h2{font-family:Sora;font-size:40px}}.paragraph h3{color:var(--text-strong,#0b141f);font-family:Montserrat;font-size:20px;font-style:normal;font-weight:600}@media screen and (width >= 1280px){.paragraph h3{font-family:Sora;font-size:32px;line-height:48px}}.paragraph h4{color:var(--text-strong,#0b141f);font-family:Montserrat;font-size:18px}@media screen and (width >= 1280px){.paragraph h4{font-family:Sora;font-size:25px;font-style:normal;font-weight:600;line-height:40px}}.paragraph h5{font-size:16px}@media screen and (width >= 1280px){.paragraph h5{color:var(--text-strong,#0b141f);font-family:Sora;font-size:20px;line-height:32px}}.paragraph h5{color:var(--text-strong,#0b141f);font-family:Montserrat;font-size:14px;font-style:normal;font-weight:600}@media screen and (width >= 1280px){.paragraph h5{font-family:Sora;font-size:16px;line-height:1.5}}.paragraph strong{color:var(--text-strong,#0b141f);font-weight:700}.paragraph li,.paragraph p,.paragraph ul{font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}.paragraph ul{list-style:disc}.paragraph ol{list-style:decimal}.paragraph ol,.paragraph ul{padding-left:18px}.paragraph ol:has(strong) li::marker,.paragraph ul:has(strong) li::marker{color:var(--text-strong,#0b141f)}.paragraph-cards-section{background-blend-mode:overlay,normal,normal}.paragraph-cards-section .paragraph-cards-section__content{display:flex;flex-direction:column;gap:24px;padding:40px 0}@media screen and (width >= 1280px){.paragraph-cards-section .paragraph-cards-section__content{gap:40px;padding:64px 0}}.paragraph-cards-section .paragraph-cards-section__content .paragraph-cards-section__content__title{text-wrap:balance;color:var(--text-inverse,#fff);font-family:Sora;font-size:25px;font-style:normal;font-weight:600;line-height:1.5;padding:0 17px;text-align:center}@media screen and (width >= 1280px){.paragraph-cards-section .paragraph-cards-section__content .paragraph-cards-section__content__title{font-size:32px;line-height:48px}}.paragraph-cards-section .paragraph-cards-section__content .paragraph-cards-section__content__slider .paragraph-cards-section__content__slider__arrows{align-items:center;bottom:-74px;display:flex;gap:24px;position:absolute;right:75px}@media screen and (width >= 1280px){.paragraph-cards-section .paragraph-cards-section__content .paragraph-cards-section__content__slider .paragraph-cards-section__content__slider__arrows{bottom:-90px;right:0}}.paragraph-cards-section .paragraph-cards-section__content .paragraph-cards-section__content__slider .paragraph-cards-section__content__slider__arrows .splide__arrow{background:rgba(0,24,148,.2);border:1px solid var(--clear,#fff);color:#fff;height:50px;position:static;transform:none;transition:background .3s ease;width:50px}.paragraph-cards-section .paragraph-cards-section__content .paragraph-cards-section__content__slider .paragraph-cards-section__content__slider__arrows .splide__arrow:hover{background:var(--surface-strong-hover,#0024db)}.paragraph-cards-section .paragraph-cards-section__content .paragraph-cards-section__content__slider .paragraph-cards-section__content__slider__arrows .splide__arrow:disabled{background:rgba(0,24,148,.2);cursor:not-allowed}.paragraph-cards-section .paragraph-cards-section__content .paragraph-cards-section__content__button{align-items:center;color:var(--text-inverse,#fff);display:flex;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;gap:8px;justify-content:center;letter-spacing:.32px;line-height:28px;margin:0 auto;transition:color .3s ease;width:-moz-fit-content;width:fit-content}@media screen and (width >= 1024px){.paragraph-cards-section .paragraph-cards-section__content .paragraph-cards-section__content__button{height:50px;margin:0 auto 0 75px}.paragraph-cards-section .paragraph-cards-section__content .paragraph-cards-section__content__button:hover{color:var(--text-interactive-hover,#00acbe);text-decoration:underline;text-underline-offset:5px}}@media screen and (width >= 1280px){.paragraph-cards-section .paragraph-cards-section__content .paragraph-cards-section__content__button{margin-left:0}}.info-section{overflow:clip;padding:40px 0}@media screen and (width >= 1280px){.info-section{padding:64px 0}}.info-section .info-section__content{display:flex;flex-direction:column;gap:24px;position:relative}@media screen and (width >= 1280px){.info-section .info-section__content{align-items:center;display:grid;gap:80px;grid-template-columns:600px 1fr}}.info-section .info-section__content .info-section__content__picture{border-radius:20px;display:block;height:235px;overflow:hidden;position:relative}@media screen and (width >= 1280px){.info-section .info-section__content .info-section__content__picture{min-height:400px}}.info-section .info-section__content .info-section__content__picture img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.info-section .info-section__content .info-section__content__body{display:flex;flex-direction:column;gap:8px;position:relative}@media screen and (width >= 1280px){.info-section .info-section__content .info-section__content__body{gap:16px}}.info-section .info-section__content .info-section__content__body .info-section__content__body__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:20px;font-style:normal;font-weight:600;line-height:1.5}@media screen and (width >= 1280px){.info-section .info-section__content .info-section__content__body .info-section__content__body__title{font-size:32px;line-height:48px}}.info-section .info-section__content .info-section__content__body .info-section__content__body__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}.info-section .info-section__content .info-section__content__body .info-section__content__body__address-container{display:flex;flex-direction:column;margin-top:8px}@media screen and (width >= 1280px){.info-section .info-section__content .info-section__content__body .info-section__content__body__address-container{margin-top:16px}}.info-section .info-section__content .info-section__content__body .info-section__content__body__address-container .info-section__content__body__address-container__address{color:var(--text-strong,#0b141f);display:grid;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;gap:6px;grid-template-columns:20px 1fr;line-height:1.5;padding:8px 0;transition:color .3s ease}.info-section .info-section__content .info-section__content__body .info-section__content__body__address-container .info-section__content__body__address-container__address:hover{color:var(--button-secondary-hover,#c5cdf9)}.info-section .info-section__content .info-section__content__body .info-section__content__body__address-container .info-section__content__body__address-container__waze{align-items:center;color:var(--link,#001894);display:flex;font-family:Karla;font-size:14px;font-style:normal;font-weight:500;gap:6px;line-height:24px;padding-bottom:6px;padding-left:25px;padding-top:6px;transition:color .3s ease}.info-section .info-section__content .info-section__content__body .info-section__content__body__address-container .info-section__content__body__address-container__waze:hover{color:var(--link-hover,#0024db)}.info-section .info-section__content .info-section__content__body .info-section__content__body__button{margin-top:16px}@media screen and (width >= 1280px){.info-section .info-section__content .info-section__content__body .info-section__content__body__button{margin-top:24px}}.info-section-2{overflow-x:clip;overflow-y:visible;padding:40px 0;position:relative}@media screen and (width >= 1280px){.info-section-2{padding:64px 0}}.info-section-2 .info-section-2__content{position:relative}.info-section-2 .info-section-2__content .info-section-2__content__body{background:var(--background,#fff);border-radius:20px 20px 40px 20px;display:flex;flex-direction:column;gap:24px;padding:24px;position:relative}@media screen and (width >= 1280px){.info-section-2 .info-section-2__content .info-section-2__content__body{align-items:center;display:grid;gap:80px;grid-template-columns:1fr 600px;padding:24px 24px 24px 80px}}.info-section-2 .info-section-2__content .info-section-2__content__body .info-section-2__content__body__content{display:flex;flex-direction:column;gap:24px}@media screen and (width >= 1280px){.info-section-2 .info-section-2__content .info-section-2__content__body .info-section-2__content__body__content{gap:40px}}.info-section-2 .info-section-2__content .info-section-2__content__body .info-section-2__content__body__content .info-section-2__content__body__content__text-container{display:flex;flex-direction:column;gap:16px}.info-section-2 .info-section-2__content .info-section-2__content__body .info-section-2__content__body__content .info-section-2__content__body__content__text-container .info-section-2__content__body__content__text-container__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:20px;font-style:normal;font-weight:600;line-height:1.5}@media screen and (width >= 1280px){.info-section-2 .info-section-2__content .info-section-2__content__body .info-section-2__content__body__content .info-section-2__content__body__content__text-container .info-section-2__content__body__content__text-container__title{font-size:32px;line-height:48px}}.info-section-2 .info-section-2__content .info-section-2__content__body .info-section-2__content__body__content .info-section-2__content__body__content__text-container .info-section-2__content__body__content__text-container__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}.info-section-2 .info-section-2__content .info-section-2__content__body .info-section-2__content__body__picture{border-radius:10px 10px 24px 10px;display:block;height:255px;overflow:hidden;position:relative}@media screen and (width >= 1280px){.info-section-2 .info-section-2__content .info-section-2__content__body .info-section-2__content__body__picture{min-height:400px}}.info-section-2 .info-section-2__content .info-section-2__content__body .info-section-2__content__body__picture img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.cards-slider{padding-bottom:40px;padding-top:40px;position:relative;z-index:1}@media screen and (width >= 1280px){.cards-slider{padding-bottom:64px;padding-top:64px}}.cards-slider .cards-slider__content{display:flex;flex-direction:column;gap:24px}@media screen and (width >= 1280px){.cards-slider .cards-slider__content{gap:40px;position:relative}}.cards-slider .cards-slider__content .cards-slider__content__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:25px;font-style:normal;font-weight:600;line-height:1.5;text-align:center}@media screen and (width >= 1280px){.cards-slider .cards-slider__content .cards-slider__content__title{font-size:40px;line-height:1.3}}.cards-slider .cards-slider__content .cards-slider__content__title.--title-variant{color:var(--text-strong,#0b141f);font-size:20px;text-align:left}@media screen and (width >= 1280px){.cards-slider .cards-slider__content .cards-slider__content__title.--title-variant{font-size:32px;line-height:48px}}.cards-slider .cards-slider__content .cards-slider__content__title.--h3{font-size:20px}@media screen and (width >= 1280px){.cards-slider .cards-slider__content .cards-slider__content__title.--h3{font-size:32px;line-height:48px}}.cards-slider .cards-slider__content .cards-slider__content__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;margin-top:-16px;max-width:800px}@media screen and (width >= 1280px){.cards-slider .cards-slider__content .cards-slider__content__text{margin-top:-24px}}.cards-slider .cards-slider__content .cards-slider__content__subs-container{display:flex;flex-direction:column;gap:8px}.cards-slider .cards-slider__content .cards-slider__content__subs-container .cards-slider__content__subs-container__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:18px;font-style:normal;font-weight:600;line-height:1.5;text-align:center}@media screen and (width >= 1280px){.cards-slider .cards-slider__content .cards-slider__content__subs-container .cards-slider__content__subs-container__title{font-family:Sora;font-size:25px;line-height:40px}}.cards-slider .cards-slider__content .cards-slider__content__subs-container .cards-slider__content__subs-container__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5;margin:0 auto;max-width:800px;text-align:center}@media screen and (width >= 1280px){.cards-slider .cards-slider__content .cards-slider__content__subs-container .cards-slider__content__subs-container__text{font-size:16px}}.cards-slider .cards-slider__content .cards-slider__content__show-color-shadows-1{display:none}@media screen and (width >= 1280px){.cards-slider .cards-slider__content .cards-slider__content__show-color-shadows-1{background:rgba(0,36,219,.3);border-radius:0 500px 0 0;bottom:-108px;display:block;filter:blur(150px);height:309px;left:0;opacity:.7;pointer-events:none;position:absolute;width:722px}}.cards-slider .cards-slider__content .cards-slider__content__show-color-shadows-2{display:none}@media screen and (width >= 1280px){.cards-slider .cards-slider__content .cards-slider__content__show-color-shadows-2{background:rgba(255,71,62,.3);border-radius:0 0 0 500px;display:block;filter:blur(150px);height:309px;opacity:.7;pointer-events:none;position:absolute;right:0;top:0;width:722px}}.cards-slider .cards-slider__content .cards-slider__content__slider{display:flex;flex-direction:column-reverse}@media screen and (width >= 1280px){.cards-slider .cards-slider__content .cards-slider__content__slider .splide__track{margin-bottom:-30px;margin-left:-24px;margin-right:-24px;padding-bottom:30px}}.cards-slider .cards-slider__content .cards-slider__content__slider .cards-slider__content__slider__arrows{bottom:-74px;position:absolute;right:0}@media screen and (width >= 1280px){.cards-slider .cards-slider__content .cards-slider__content__slider .cards-slider__content__slider__arrows{bottom:-90px}}.cards-slider .cards-slider__content .cards-slider__content__slider .cards-slider__content__slider__arrows.--no-button{bottom:0;justify-content:flex-end;margin-top:24px;position:relative}@media screen and (width >= 1280px){.cards-slider .cards-slider__content .cards-slider__content__slider .cards-slider__content__slider__arrows.--no-button{margin-top:40px}}.cards-slider .cards-slider__content .cards-slider__content__slider .cards-slider__content__slider__pagination{bottom:-72px;gap:20px;left:unset;margin-left:auto;position:absolute;right:128px}.cards-slider .cards-slider__content .cards-slider__content__slider .cards-slider__content__slider__pagination.--no-button{bottom:16px}.cards-slider .cards-slider__content .cards-slider__content__button{align-items:center;color:var(--text-interactive,#08456d);display:flex;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;gap:8px;height:50px;letter-spacing:.32px;line-height:28px;margin:0 auto;transition:color .3s ease;width:-moz-fit-content;width:fit-content}.cards-slider .cards-slider__content .cards-slider__content__button.--to-left-mobile{margin:0 auto}@media screen and (width < 768px){.cards-slider .cards-slider__content .cards-slider__content__button.--to-left-mobile{margin:0 auto 0 0}}@media screen and (width < 1280px){.cards-slider .cards-slider__content .cards-slider__content__button.--to-left-tablet{margin:0 auto 0 0}}@media screen and (width >= 1280px){.cards-slider .cards-slider__content .cards-slider__content__button.--to-left-desktop{margin:0 auto 0 0}}.cards-slider .cards-slider__content .cards-slider__content__button:hover{color:var(--text-interactive-hover,#00acbe)}.cards-slider.--white-background{background:#fff}.alliances{padding:0 10px}@media screen and (width >= 1280px){.alliances{padding:0}}.alliances .alliances__content{background:var(--clear,#fff);border-top-left-radius:40px;border-top-right-radius:40px;display:flex;flex-direction:column;gap:16px;padding:24px 10px}@media screen and (width >= 1280px){.alliances .alliances__content{margin:auto 20px;max-width:100%;padding:40px 18px}}.alliances .alliances__content .alliances__content__title{color:var(--text-strong,#0b141f);font-family:Montserrat;font-size:14px;font-style:normal;font-weight:600;line-height:1.5;text-align:center}@media screen and (width >= 1280px){.alliances .alliances__content .alliances__content__title{font-family:Sora;font-size:16px}}.alliances .alliances__content .alliances__content__slider{display:flex;flex-direction:column;gap:24px}@media screen and (width >= 1024px){.alliances .alliances__content .alliances__content__slider{padding-left:50px;padding-right:50px}}@media screen and (width >= 1280px){.alliances .alliances__content .alliances__content__slider{padding-left:75px;padding-right:75px}}.alliances .alliances__content .alliances__content__slider .splide__list{justify-content:center}.alliances .alliances__content .alliances__content__slider .splide__slide{align-items:center;display:flex;justify-content:center}.alliances .alliances__content .alliances__content__slider .splide__slide .splide__slide__picture{display:block;padding:12px}.alliances .alliances__content .alliances__content__slider .splide__slide .splide__slide__picture img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (width >= 1280px){.alliances .alliances__content .alliances__content__slider .splide__slide .splide__slide__picture{filter:grayscale(1);transition:filter .3s ease}.alliances .alliances__content .alliances__content__slider .splide__slide .splide__slide__picture:hover{filter:none}}.alliances .alliances__content .alliances__content__slider .alliances__content__slider__arrows{justify-content:space-between;left:0;pointer-events:none;top:12px;width:100%}@media screen and (width >= 1280px){.alliances .alliances__content .alliances__content__slider .alliances__content__slider__arrows{top:17px}}@media screen and (width >= 1440px){.alliances .alliances__content .alliances__content__slider .alliances__content__slider__arrows{top:25px}}.alliances .alliances__content .alliances__content__slider .alliances__content__slider__arrows .splide__arrow{pointer-events:all}.alliances .alliances__content .alliances__content__slider .alliances__content__slider__pagination{margin:0 auto}.seo-component{overflow:hidden;padding-bottom:16px;padding-top:16px}@media screen and (width >= 1280px){.seo-component{padding-bottom:30px;padding-left:24px}}.seo-component .seo-component__content .seo-component__content__accordion .seo-component__content__accordion__header{align-items:center;color:var(--text-subtle,#58616e);display:grid;gap:4px;grid-template-columns:1fr 20px;width:-moz-fit-content;width:fit-content}.seo-component .seo-component__content .seo-component__content__accordion .seo-component__content__accordion__header .seo-component__content__accordion__header__title{font-family:Karla;font-size:12px;font-style:normal;font-weight:400;line-height:1.5;transition:color .3s ease}@media screen and (width >= 1280px){.seo-component .seo-component__content .seo-component__content__accordion .seo-component__content__accordion__header .seo-component__content__accordion__header__title{font-family:Inter;font-size:16px;font-weight:400;line-height:1.5}}.seo-component .seo-component__content .seo-component__content__accordion .seo-component__content__accordion__header .seo-component__content__accordion__header__chevron{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.seo-component .seo-component__content .seo-component__content__accordion .seo-component__content__accordion__header .seo-component__content__accordion__header__chevron svg{transition:all .3s ease}.seo-component .seo-component__content .seo-component__content__accordion .seo-component__content__accordion__header[aria-expanded=true]{color:#001894}.seo-component .seo-component__content .seo-component__content__accordion .seo-component__content__accordion__panel .seo-component__content__accordion__panel__body{display:grid;gap:10px;grid-template-columns:1fr;padding:16px}@media screen and (width >= 1024px){.seo-component .seo-component__content .seo-component__content__accordion .seo-component__content__accordion__panel .seo-component__content__accordion__panel__body{gap:24px;grid-template-columns:repeat(2,1fr)}}@media screen and (width >= 1280px){.seo-component .seo-component__content .seo-component__content__accordion .seo-component__content__accordion__panel .seo-component__content__accordion__panel__body{padding:40px}}.seo-component .seo-component__content .seo-component__content__accordion .seo-component__content__accordion__panel.--only-one-column .seo-component__content__accordion__panel__body{grid-template-columns:1fr}.whatsapp-button{align-items:center;background:var(--text-success,#007350);border-radius:100%;bottom:40px;display:flex;height:64px;justify-content:center;position:fixed;right:10px;width:64px;z-index:2}@media screen and (width >= 1280px){.whatsapp-button{right:20px}}.banner{padding:40px 10px}@media screen and (width >= 1280px){.banner{padding:64px 0}}.banner .banner__content{background-blend-mode:overlay,normal,normal,normal;border-radius:40px;display:flex;flex-direction:column;gap:24px;padding:40px 24px;position:relative}@media screen and (width >= 768px){.banner .banner__content{align-items:center;flex-direction:row;height:320px;padding:0 40px}}@media screen and (width >= 1024px){.banner .banner__content{padding-left:40px;padding-right:40px}}@media screen and (width >= 1280px){.banner .banner__content{height:400px;padding-left:120px;padding-right:120px}}.banner .banner__content .banner__content__body{display:flex;flex-direction:column;gap:16px;max-width:520px}.banner .banner__content .banner__content__body .banner__content__body__title{color:var(--text-inverse,#fff);font-family:Sora;font-size:25px;font-style:normal;font-weight:600;line-height:1.5;text-align:center}@media screen and (width >= 768px){.banner .banner__content .banner__content__body .banner__content__body__title{text-align:left}}@media screen and (width >= 1280px){.banner .banner__content .banner__content__body .banner__content__body__title{font-size:40px;line-height:1.3}}.banner .banner__content .banner__content__body .banner__content__body__text{color:var(--text-inverse,#fff);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;text-align:center}@media screen and (width >= 768px){.banner .banner__content .banner__content__body .banner__content__body__text{text-align:left}}.banner .banner__content .banner__content__body .banner__content__body__button{align-items:center;background:var(--surface-default,#e4e8fc);border-radius:100px;color:var(--text-strong,#0b141f);display:flex;font-family:Inter;font-size:15px;font-style:normal;font-weight:600;height:46px;justify-content:center;letter-spacing:-.015px;line-height:22px;margin:8px auto 0;padding:0 40px;transition:background .3s ease,color .3s ease;width:-moz-fit-content;width:fit-content}@media screen and (width >= 768px){.banner .banner__content .banner__content__body .banner__content__body__button{margin-left:0;margin-right:auto}}@media screen and (width >= 1280px){.banner .banner__content .banner__content__body .banner__content__body__button{height:62px;margin-top:24px}.banner .banner__content .banner__content__body .banner__content__body__button:hover{background:var(--surface-strong-hover,#0024db);color:var(--text-inverse,#fff)}}.banner .banner__content .banner__content__picture{bottom:0;display:block;display:none;height:-moz-fit-content;height:fit-content;position:absolute;right:40px;width:-moz-fit-content;width:fit-content}@media screen and (width >= 1024px){.banner .banner__content .banner__content__picture{display:block}}@media screen and (width >= 1280px){.banner .banner__content .banner__content__picture{right:120px}}.banner .banner__content .banner__content__picture img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom;width:100%}@media screen and (width >= 768px){.banner .banner__content .banner__content__picture img{-o-object-fit:cover;object-fit:cover}}.shortcuts{padding-bottom:40px;padding-top:40px}@media screen and (width >= 1280px){.shortcuts{padding-bottom:64px;padding-top:64px}}.shortcuts .shortcuts__content{display:flex;flex-direction:column;gap:24px}@media screen and (width >= 1280px){.shortcuts .shortcuts__content{gap:40px}}.shortcuts .shortcuts__content .shortcuts__content__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:20px;font-style:normal;font-weight:600;line-height:1.5;text-align:center}@media screen and (width >= 1280px){.shortcuts .shortcuts__content .shortcuts__content__title{font-size:32px;line-height:48px}}.shortcuts .shortcuts__content .shortcuts__content__list{display:grid;gap:8px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}@media screen and (width >= 1280px){.shortcuts .shortcuts__content .shortcuts__content__list{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr}}.shortcuts .shortcuts__content .shortcuts__content__list .shortcuts__content__list__item .shortcuts__content__list__item__card{border-radius:16px;color:var(--background,#fff);display:flex;flex-direction:column;font-family:Sora;font-size:14px;font-style:normal;font-weight:700;gap:8px;line-height:1.5;padding:24px;transition:background .3s ease,color .3s ease,box-shadow .3s ease}.shortcuts .shortcuts__content .shortcuts__content__list .shortcuts__content__list__item .shortcuts__content__list__item__card:hover{background:var(--surface-hover,#00acbe);box-shadow:0 8px 16px 0 rgba(0,172,190,.2);color:var(--color-tokens-text-interactive-hover,#fff)}@media screen and (width >= 1280px){.shortcuts .shortcuts__content .shortcuts__content__list .shortcuts__content__list__item .shortcuts__content__list__item__card{align-items:center;flex-direction:row-reverse;font-size:16px;font-weight:600;gap:24px;justify-content:space-between;line-height:1.5;padding:24px 32px}.shortcuts .shortcuts__content .shortcuts__content__list .shortcuts__content__list__item .shortcuts__content__list__item__card:hover{background:var(--surface-strong-hover,#0024db);box-shadow:0 16px 24px 0 rgba(0,24,148,.15);color:var(--text-inverse,#fff)}}.shortcuts .shortcuts__content .shortcuts__content__list .shortcuts__content__list__item .shortcuts__content__list__item__card .shortcuts__content__list__item__card__icon{align-items:center;background:#fff;border-radius:100%;display:flex;height:32px;justify-content:center;width:32px}@media screen and (width >= 1280px){.shortcuts .shortcuts__content .shortcuts__content__list .shortcuts__content__list__item .shortcuts__content__list__item__card .shortcuts__content__list__item__card__icon{height:56px;width:56px}}.shortcuts .shortcuts__content .shortcuts__content__list .shortcuts__content__list__item:nth-child(odd) .shortcuts__content__list__item__card{background:var(----surface-strong-hover,#00acbe)}.shortcuts .shortcuts__content .shortcuts__content__list .shortcuts__content__list__item:nth-child(2n) .shortcuts__content__list__item__card{background:var(----surface-strong-default,#08456d)}.slider-tabs{padding-bottom:40px;padding-top:40px}@media screen and (width >= 1280px){.slider-tabs{padding-bottom:64px;padding-top:64px}}.slider-tabs .slider-tabs__content{display:flex;flex-direction:column;gap:24px}@media screen and (width >= 1280px){.slider-tabs .slider-tabs__content{gap:40px}}.slider-tabs .slider-tabs__content .slider-tabs__content__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:25px;font-style:normal;font-weight:600;line-height:1.5;text-align:center}@media screen and (width >= 1280px){.slider-tabs .slider-tabs__content .slider-tabs__content__title{font-size:40px;line-height:1.3}}.slider-tabs .slider-tabs__content .slider-tabs__content__tabs-buttons-container{display:flex;margin-right:-10px;overflow:auto}@media screen and (width >= 1024px){.slider-tabs .slider-tabs__content .slider-tabs__content__tabs-buttons-container{justify-content:center;margin-right:0}}.slider-tabs .slider-tabs__content .slider-tabs__content__tabs-buttons-container .slider-tabs__content__tabs-buttons-container__list{background:var(--surface-default,#e4e8fc);border-radius:64px;display:flex;margin-right:10px;padding:8px}.slider-tabs .slider-tabs__content .slider-tabs__content__tabs-buttons-container .slider-tabs__content__tabs-buttons-container__list .slider-tabs__content__tabs-buttons-container__list__item button{text-wrap:nowrap;align-items:center;border-bottom:2px solid hsla(0,0%,100%,0);border-radius:24px;color:var(--text-interactive,#001894);display:flex;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;height:44px;justify-content:center;line-height:1.5;padding:8px 16px;transition:border-color .3s ease,background .3s ease}@media screen and (width >= 1280px){.slider-tabs .slider-tabs__content .slider-tabs__content__tabs-buttons-container .slider-tabs__content__tabs-buttons-container__list .slider-tabs__content__tabs-buttons-container__list__item button{font-size:16px}}.slider-tabs .slider-tabs__content .slider-tabs__content__tabs-buttons-container .slider-tabs__content__tabs-buttons-container__list .slider-tabs__content__tabs-buttons-container__list__item.active button{background:var(--surface-strong-default,#001894);border-color:var(--surface-strong-default,#001894);color:#fff}.slider-tabs .slider-tabs__content .slider-tabs__content__tabs-content{display:flex;display:none;flex-direction:column;gap:8px}.slider-tabs .slider-tabs__content .slider-tabs__content__tabs-content .cards-slider{padding:0}.slider-tabs .slider-tabs__content .slider-tabs__content__tabs-content .slider-tabs__content__tabs-content__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:18px;font-style:normal;font-weight:600;line-height:1.5;text-align:center}@media screen and (width >= 1280px){.slider-tabs .slider-tabs__content .slider-tabs__content__tabs-content .slider-tabs__content__tabs-content__title{font-size:25px}}.slider-tabs .slider-tabs__content .slider-tabs__content__tabs-content .slider-tabs__content__tabs-content__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5;margin:0 auto;max-width:800px;text-align:center}@media screen and (width >= 1280px){.slider-tabs .slider-tabs__content .slider-tabs__content__tabs-content .slider-tabs__content__tabs-content__text{font-size:16px}}.slider-tabs .slider-tabs__content .slider-tabs__content__tabs-content.active{display:flex}.hero-banner{padding:10px 20px 20px}@media (max-width:48.115em){.hero-banner{padding:30px 10px 10px}}.hero-banner__container{border-radius:20px;border-bottom-right-radius:40px;height:100%;overflow:hidden;position:relative;width:100%}.hero-banner__bg-image-container{display:flex;height:500px;position:relative;width:100%;z-index:1}.hero-banner__bg-image-container:before{background-color:rgba(46,54,70,.3);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}@media (max-width:63.74em){.hero-banner__bg-image-container:before{background-color:rgba(0,0,0,.3)}}.hero-banner__bg-image{-o-object-fit:cover;object-fit:cover;pointer-events:none;position:relative;width:100%;z-index:1}.hero-banner__bg-blue-shadow{bottom:0;height:310px;left:0;pointer-events:none;position:absolute;width:1000px;z-index:2}@media (max-width:63.74em){.hero-banner__bg-blue-shadow{display:none}}.hero-banner__foreground-container{align-items:flex-end;display:flex;height:100%;left:50%;max-width:calc(100% - 40px);padding-bottom:50px;position:absolute;top:0;transform:translateX(-50%);width:1290px;z-index:3}@media (max-width:48.115em){.hero-banner__foreground-container{max-width:100%;padding:24px}}.hero-banner__content{display:flex;flex-direction:column;max-width:100%;row-gap:16px;width:537px}@media (max-width:48.115em){.hero-banner__content{row-gap:8px}}.hero-banner__title{color:#fff;font-family:Sora,sans-serif;font-size:32px;font-weight:600;line-height:1.3}@media (max-width:63.74em){.hero-banner__title{font-size:32px}}.hero-banner__description>p{color:#fff;font-size:20px}@media (max-width:63.74em){.hero-banner__description>p{font-size:16px}}.hero-featured-news{margin-bottom:30px;padding:1rem 0;position:relative}@media (min-width:61.25em){.hero-featured-news{padding:2.5rem 0}}.hero-featured-news__title{color:#0b141f;font-family:var(--font-tertiary);font-size:32px;font-weight:600;letter-spacing:0;line-height:64px;margin-bottom:10px}@media (min-width:61.25em){.hero-featured-news__title{font-size:48px;margin-bottom:20px}}.hero-featured-news__slider{background-color:#fff;border-bottom-left-radius:20px;border-bottom-right-radius:40px;border-top-left-radius:20px;border-top-right-radius:20px;padding:20px;position:relative;z-index:2}@media (min-width:80em){.hero-featured-news__slider{padding:24px 24px 24px 80px}}.hero-featured-news__slide__content{align-items:center;display:grid;gap:30px;grid-template-columns:1fr}@media (min-width:61.25em){.hero-featured-news__slide__content{grid-template-columns:1fr 475px}}.hero-featured-news__slide__title{color:#0b141f;font-family:var(--font-tertiary);font-size:18px;font-weight:600;letter-spacing:0;line-height:150%;margin-bottom:10px}@media (min-width:61.25em){.hero-featured-news__slide__title{font-size:25px;line-height:40px}}.hero-featured-news__slide__description{color:#58616e;font-family:var(--font-secondary);font-size:16px;font-weight:400;letter-spacing:0;line-height:150%;margin-bottom:20px}.hero-featured-news__slide__category{background-color:#e1f9ee;border-radius:16px;color:#007350;padding:2px 10px}.hero-featured-news__slide__category,.hero-featured-news__slide__date{font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%}.hero-featured-news__slide__date{align-items:center;color:#58616e;display:flex;gap:10px}.hero-featured-news__slide__top{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:flex-start;margin-bottom:20px}.hero-featured-news__slide__picture{border:none;display:block;height:400px}.hero-featured-news__slide__image{border-bottom-left-radius:10px;border-bottom-right-radius:32px;border-top-left-radius:10px;border-top-right-radius:10px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero-featured-news__nav{align-items:center;display:flex;flex-direction:row;gap:35px;justify-content:flex-end;margin-top:30px}.hero-featured-news__dots{display:none}@media (min-width:61.25em){.hero-featured-news__dots{display:block}}.hero-featured-news__dots .slick-dots{align-items:center;display:flex;gap:10px}.hero-featured-news__dots .slick-dots li button{display:none}.hero-featured-news__dots .slick-dots li{background-color:rgba(0,24,148,.2);border-radius:50px;height:8px;transition:all .3s ease;width:55px}.hero-featured-news__dots .slick-dots li.slick-active{background-color:#001894}.hero-featured-news__arrows{align-items:center;display:flex;gap:25px;justify-content:center}.hero-featured-news__arrows .slick-prev svg{transform:rotate(180deg)}.hero-featured-news__arrows .slick-arrow{background-color:rgba(0,24,148,.2);border-radius:50px;height:50px;padding:17px;transition:all .3s ease;width:50px}.hero-featured-news__arrows .slick-arrow:hover{background-color:#001894}.blog-list__title{color:#0b141f;font-family:var(--font-tertiary);font-size:18px;font-weight:600;letter-spacing:0;line-height:48px;text-align:center}@media (min-width:61.25em){.blog-list__title{font-size:32px;text-align:left}}.blog-list__title.center{text-align:center}.blog-list__content{margin-top:10px}@media (min-width:61.25em){.blog-list__content{margin-top:30px}}.blog-list__content__overlay{background-color:rgba(0,0,0,.471);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:10}.blog-list__content__overlay.show{opacity:1;visibility:visible}.blog-list__content__filters{margin-bottom:50px}.blog-list__content__filters__btn_d{align-items:center;background-color:#fff;border-radius:50px;display:flex;height:50px;justify-content:center;margin-top:36px;text-align:center;transition:all .3s ease;width:50px}.blog-list__content__filters__btn_d:hover{background-color:#c5cdf9}@media (max-width:61.24em){.blog-list__content__filters__btn_d{display:none}}.blog-list__content__filters__btns-mobile{align-items:center;display:flex;gap:10px;justify-content:space-between}@media (min-width:61.25em){.blog-list__content__filters__btns-mobile{display:none}}.blog-list__content__filters__btns-mobile__clear{align-items:center;color:#001894;display:flex;gap:10px}.blog-list__content__filters__header{align-items:center;display:flex;gap:10px;justify-content:space-between}.blog-list__content__filters__header span{color:#000;font-family:var(--font-secondary);font-size:16px;font-weight:600;letter-spacing:0;line-height:150%;vertical-align:middle}@media (min-width:61.25em){.blog-list__content__filters__header{display:none}}@media (max-width:61.24em){.blog-list__content__filters{background-color:#f6f7f7;border-top-left-radius:40px;border-top-right-radius:40px;bottom:-100%;display:flex;flex-direction:column;gap:20px;left:0;padding:30px;position:fixed;right:0;transition:all .3s ease;z-index:10}.blog-list__content__filters.show{bottom:0}}@media (min-width:61.25em){.blog-list__content__filters{display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr 1fr auto}}.blog-list__content__filters__field label{color:#0b141f;display:block;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%;margin-bottom:10px;vertical-align:middle}.blog-list__content__filters__field__select,.blog-list__content__filters__field__text{background-color:transparent;border:none;height:58px;outline:none;width:100%}.blog-list__content__filters__field__text{border-bottom:2px solid #001894;padding:17px 18px}.blog-list__content__filters__field__select{background-color:#fff;border-radius:5px;padding:0 10px}.blog-list__content__filters__field__select .vs__dropdown-toggle{border:none;height:58px}.blog-list__content__filter-mob{display:block;margin-bottom:20px}@media (min-width:61.25em){.blog-list__content__filter-mob{display:none}}.blog-list__content__filter-mob__button{align-items:center;border:1px solid #d4d6d9;border-radius:50px;color:#0b141f;display:flex;font-family:var(--font-secondary);font-size:16px;font-weight:600;gap:12px;justify-content:center;letter-spacing:2%;line-height:28px;padding:14px 20px;vertical-align:middle;width:100%}.blog-list__content__grid-card{display:grid;gap:20px;grid-template-columns:1fr;margin-bottom:20px}@media (min-width:48.125em){.blog-list__content__grid-card{grid-template-columns:repeat(2,1fr)}}@media (min-width:61.25em){.blog-list__content__grid-card{grid-template-columns:repeat(3,1fr);margin-bottom:40px}}.blog-list__pagination{align-items:center;display:flex;justify-content:center;margin-bottom:40px}.blog-list__pagination .pagination{align-items:center;display:flex;gap:10px}.blog-list__pagination .pagination .page-item{background-color:#f6f7f7;color:#58616e;font-family:var(--font-primary);font-size:16px;font-weight:500;height:44px;letter-spacing:0;line-height:28px;line-height:44px;text-align:center;width:44px}.blog-list__pagination .pagination .page-item:hover{background-color:rgba(0,24,148,.2);color:#001eb8;cursor:pointer}.blog-list__pagination .pagination .page-item.active{color:#001eb8}.blog-list__pagination .pagination .page-item .page-link span{display:block;padding:10px 12px}.about-pages-cards{overflow:hidden;padding:64px 0}@media (max-width:63.74em){.about-pages-cards{padding:40px 0}}.about-pages-cards__title{color:#0b141f;font-family:Sora,sans-serif;font-size:32px;font-weight:600;line-height:1.5;margin:0 auto 40px;max-width:100%;text-align:center;width:800px}@media (max-width:63.74em){.about-pages-cards__title{font-size:20px;margin-bottom:24px}}.about-pages-cards__cards{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -15px;row-gap:30px}@media (max-width:79.99em){.about-pages-cards__cards{margin:0 -10px}}@media (max-width:48.115em){.about-pages-cards__cards{display:none}}.about-pages-cards__cards .card{flex-basis:calc(33.33% - 30px);margin:0 15px}@media (max-width:79.99em){.about-pages-cards__cards .card{flex-basis:calc(50% - 20px);margin:0 10px}}@media (min-width:48.125em){.about-pages-cards__cards-mobile{display:none}}.about-pages-cards__cards-mobile .slick-list{margin:0 -15px}.about-pages-cards__cards-mobile .slick-slide{margin:0 15px}.about-pages-cards__slider-buttons{-moz-column-gap:24px;column-gap:24px;display:flex;justify-content:flex-end;margin-top:24px}@media (min-width:48.125em){.about-pages-cards__slider-buttons{display:none}}.about-pages-cards__button-next,.about-pages-cards__button-prev{align-items:center;background-color:#c5cdf9;border:1px solid #fff;border-radius:40px;display:flex;height:50px;justify-content:center;width:50px}.banner-cta{padding:64px 0}@media (max-width:63.74em){.banner-cta{padding:24px 0}}.banner-cta__container{position:relative}.banner-cta__content-container{position:relative;width:100%}.banner-cta__bg-image-container{border-radius:40px;display:flex;height:450px;overflow:hidden;position:relative;z-index:1}@media (min-width:36em){.banner-cta__bg-image-container{height:400px}}.banner-cta__bg-image{-o-object-fit:cover;object-fit:cover;position:relative;width:100%;z-index:1}.banner-cta__foreground{align-items:center;display:flex;height:100%;padding:0 120px;position:absolute;top:0;width:100%;z-index:2}@media (max-width:63.74em){.banner-cta__foreground{padding:24px}}.banner-cta__content{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;max-width:100%;width:600px}.banner-cta__title{color:#fff;font-family:Sora,sans-serif;font-size:40px;font-weight:600;line-height:1.3;margin-bottom:16px}@media (max-width:79.99em){.banner-cta__title{font-size:25px;margin-bottom:8px}}.banner-cta__description{color:#58616e;font-family:Inter,sans-serif;font-weight:400}.banner-cta__description strong{color:#0b141f;font-weight:700}.banner-cta__description ul{list-style:disc;margin-left:15px}.banner-cta__description ol{list-style:decimal;margin-left:15px}.banner-cta__description h1:not(:last-child),.banner-cta__description h2:not(:last-child),.banner-cta__description h3:not(:last-child),.banner-cta__description h4:not(:last-child),.banner-cta__description h5:not(:last-child),.banner-cta__description h6:not(:last-child),.banner-cta__description ol:not(:last-child),.banner-cta__description p:not(:last-child),.banner-cta__description ul:not(:last-child){margin-bottom:16px}.banner-cta__description p{font-weight:inherit}.banner-cta__description h1,.banner-cta__description h2,.banner-cta__description h3,.banner-cta__description h4,.banner-cta__description h5,.banner-cta__description h6{font-family:Sora,sans-serif}.banner-cta__description h1:not(:first-child),.banner-cta__description h2:not(:first-child),.banner-cta__description h3:not(:first-child),.banner-cta__description h4:not(:first-child),.banner-cta__description h5:not(:first-child),.banner-cta__description h6:not(:first-child){margin-top:16px}.banner-cta__description h1:not(:last-child),.banner-cta__description h2:not(:last-child),.banner-cta__description h3:not(:last-child),.banner-cta__description h4:not(:last-child),.banner-cta__description h5:not(:last-child),.banner-cta__description h6:not(:last-child){margin-bottom:30px}.banner-cta__description h2{font-size:30px}.banner-cta__description h3,.banner-cta__description h4,.banner-cta__description h5,.banner-cta__description h6{font-size:24px}.banner-cta__description a{font-weight:600;text-decoration:underline;transition:color .325s}.banner-cta__description{color:#fff;font-size:16px;line-height:1.5}.banner-cta__button{margin-top:40px}@media (max-width:79.99em){.banner-cta__button{margin-top:24px;padding:15px 40px}}.team-filter{padding:64px 0}@media (max-width:63.74em){.team-filter{padding:40px 0}}.team-filter__container{display:flex;flex-direction:column;row-gap:40px}@media (max-width:63.74em){.team-filter__container{row-gap:24px}}.team-filter__header{align-self:center;display:flex;flex-direction:column;max-width:100%;row-gap:8px;text-align:center;width:800px}.team-filter__title{font-family:Sora,sans-serif;font-size:40px;font-weight:600;line-height:1.3}@media (max-width:63.74em){.team-filter__title{font-size:25px}}.team-filter__description{color:#58616e;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.team-filter__description strong{color:#0b141f;font-weight:700}.team-filter__description ul{list-style:disc;margin-left:15px}.team-filter__description ol{list-style:decimal;margin-left:15px}.team-filter__description h1:not(:last-child),.team-filter__description h2:not(:last-child),.team-filter__description h3:not(:last-child),.team-filter__description h4:not(:last-child),.team-filter__description h5:not(:last-child),.team-filter__description h6:not(:last-child),.team-filter__description ol:not(:last-child),.team-filter__description p:not(:last-child),.team-filter__description ul:not(:last-child){margin-bottom:16px}.team-filter__description p{font-weight:inherit}.team-filter__description h1,.team-filter__description h2,.team-filter__description h3,.team-filter__description h4,.team-filter__description h5,.team-filter__description h6{font-family:Sora,sans-serif}.team-filter__description h1:not(:first-child),.team-filter__description h2:not(:first-child),.team-filter__description h3:not(:first-child),.team-filter__description h4:not(:first-child),.team-filter__description h5:not(:first-child),.team-filter__description h6:not(:first-child){margin-top:16px}.team-filter__description h1:not(:last-child),.team-filter__description h2:not(:last-child),.team-filter__description h3:not(:last-child),.team-filter__description h4:not(:last-child),.team-filter__description h5:not(:last-child),.team-filter__description h6:not(:last-child){margin-bottom:30px}.team-filter__description h2{font-size:30px}.team-filter__description h3,.team-filter__description h4,.team-filter__description h5,.team-filter__description h6{font-size:24px}.team-filter__description a{font-weight:600;text-decoration:underline;transition:color .325s}.team-filter__description{font-size:16px}@media (max-width:63.74em){.team-filter__description{font-size:14px}}.v-team-filter{display:flex;flex-direction:column;row-gap:40px}@media (max-width:61.24em){.v-team-filter{row-gap:24px}}.v-team-filter__veil{background-color:rgba(0,0,0,.5);cursor:pointer;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9}@media (min-width:61.25em){.v-team-filter__veil{display:none}}.v-team-filter__mobile-filter-button{align-items:center;align-self:center;border:2px solid #d4d6d9;border-radius:30px;color:#0b141f;-moz-column-gap:12px;column-gap:12px;display:flex;font-family:Inter,sans-serif;font-size:16px;font-weight:600;height:56px;justify-content:center;line-height:1.7;width:300px}@media (min-width:61.25em){.v-team-filter__mobile-filter-button{display:none}}.v-team-filter__filters{display:flex;flex-direction:column;row-gap:24px;transition:transform .325s ease;width:100%}@media (max-width:61.24em){.v-team-filter__filters{background-color:#f6f7f7;border-top-left-radius:40px;border-top-right-radius:40px;bottom:0;left:0;padding:40px 0;position:fixed;transform:translateY(100%);width:100%;z-index:10}.v-team-filter__filters.active{transform:translateY(0)}}.v-team-filter__close-button{display:inline-block;position:absolute;right:24px;top:22px;z-index:1}@media (min-width:61.25em){.v-team-filter__close-button{display:none}}.v-team-filter__close-button-icon{pointer-events:none}.v-team-filter__filters-mobile-label{align-self:center;color:#000;font-family:Sora;font-size:16px;font-weight:600;line-height:1.5;max-width:500px;padding:0 24px;width:100%}@media (min-width:61.25em){.v-team-filter__filters-mobile-label{display:none}}.v-team-filter__filters-container{align-items:flex-end;-moz-column-gap:30px;column-gap:30px;display:flex;justify-content:space-between;width:100%}@media (max-width:61.24em){.v-team-filter__filters-container{align-items:stretch;flex-direction:column-reverse;padding:0 24px;row-gap:24px}}.v-team-filter__selects{align-items:flex-end;display:flex;flex:1;justify-content:space-between;max-width:75%}@media (max-width:61.24em){.v-team-filter__selects{align-items:stretch;flex:initial;flex-direction:column;margin-left:auto;margin-right:auto;max-width:500px;row-gap:24px;width:100%}}.v-team-filter__select{max-width:calc(33.33% - 20px)}@media (max-width:61.24em){.v-team-filter__select{max-width:none;width:100%}}.v-team-filter__search-container{color:#0b141f;display:flex;flex-direction:column;font-family:Inter,sans-serif;font-size:14px;line-height:1.5;max-width:calc(25% - 30px);row-gap:8px}@media (max-width:61.24em){.v-team-filter__search-container{margin-left:auto;margin-right:auto;max-width:500px;width:100%}}.v-team-filter__search-input-container{align-items:center;-moz-column-gap:6px;column-gap:6px;display:flex;max-width:100%;width:300px}@media (max-width:61.24em){.v-team-filter__search-input-container{width:100%}}.v-team-filter__search-input{background-color:transparent;border-bottom:1px solid var(--border-interactive,#08456d);color:#0b141f;flex:1;font-family:Inter,sans-serif;font-size:16px;font-weight:400;height:58px;line-height:1.5;max-width:calc(100% - 30px);padding:0 16px}.v-team-filter__search-input:focus-visible{outline:none}.v-team-filter__search-input::placeholder{color:#58616e}.v-team-filter__search-input::-webkit-input-placeholder{color:#58616e}.v-team-filter__search-input::-moz-placeholder{color:#58616e}.v-team-filter__search-input:-ms-input-placeholder{color:#58616e}.v-team-filter__search-input:-moz-placeholder{color:#58616e}.v-team-filter__search-button{display:inline-flex}.v-team-filter__mobile-filters-buttons{align-items:center;align-self:center;-moz-column-gap:24px;column-gap:24px;display:flex;justify-content:space-between;max-width:500px;padding:0 15px;width:100%}@media (min-width:61.25em){.v-team-filter__mobile-filters-buttons{display:none}}.v-team-filter__clear-filter{color:var(--text-interactive,#08456d);-moz-column-gap:8px;column-gap:8px;font-size:14px;font-weight:700;line-height:1.5;padding:8px}.v-team-filter__apply-filter,.v-team-filter__clear-filter{align-items:center;display:flex;font-family:Inter,sans-serif}.v-team-filter__apply-filter{background-color:var(--text-interactive,#08456d);border-radius:100px;color:#fff;font-size:15px;font-weight:600;height:56px;line-height:1.4;padding:10px 40px}.v-team-filter__cards{display:grid;gap:30px;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:63.74em){.v-team-filter__cards{gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:35.99em){.v-team-filter__cards{grid-template-columns:minmax(0,1fr)}}.v-team-filter__pagination{display:flex;justify-content:center}.blog-show-hero{padding:2.5rem 0;position:relative}.blog-show-hero__color-shadow-1{background:rgba(0,36,219,.3);border-radius:0 0 0 500px;bottom:53px;filter:blur(150px);height:30%;opacity:.7;position:absolute;right:0;top:0;width:50%;z-index:1}@media (min-width:61.25em){.blog-show-hero__color-shadow-1{height:309px;width:722px}}.blog-show-hero__container{position:relative;z-index:2}.blog-show-hero__back{align-items:center;color:#001894;display:flex;font-family:var(--font-karla);font-size:16px;font-weight:700;gap:10px;letter-spacing:2%;line-height:28px;margin-bottom:10px;vertical-align:middle}@media (min-width:61.25em){.blog-show-hero__back{margin-bottom:30px}}.blog-show-hero__title{color:#0b141f;font-family:var(--font-tertiary);font-size:25px;font-weight:600;letter-spacing:0;line-height:130%;margin-bottom:10px}@media (min-width:61.25em){.blog-show-hero__title{font-size:40px}}.blog-show-hero__date{color:#58616e;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%}.blog-show-hero__categories,.blog-show-hero__date{align-items:center;display:flex;flex-direction:row;gap:10px}.blog-show-hero__categories li{background-color:#e1f9ee;border-radius:16px;color:#007350;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%;padding:2px 10px}.blog-show-hero__share{align-items:center;display:flex;gap:20px}@media (max-width:61.24em){.blog-show-hero__share{margin-top:20px}}.blog-show-hero__share__text{font-family:var(--font-primary);font-size:16px;font-weight:600;letter-spacing:0;line-height:28px}.blog-show-hero__share__links{align-items:center;display:flex;gap:20px}.blog-show-hero__share__links .share-type-url{cursor:pointer;position:relative}.blog-show-hero__share__links .share-type-url__text{background-color:#fff;border-radius:16px;color:#001994;display:none;font-size:12px;padding:5px 10px;position:absolute}.blog-show-hero__top{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}@media (min-width:61.25em){.blog-show-hero__top{align-items:center;flex-direction:row}}.blog-show-hero__picture{border-radius:40px;display:block;height:200px;margin-bottom:20px;overflow:hidden;width:100%}@media (min-width:48.125em){.blog-show-hero__picture{height:500px}}.blog-show-hero__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.blog-show-content{background-color:#fff;padding:3rem 0}.blog-show-content__container{display:flex;flex-direction:column;gap:40px}@media (min-width:61.25em){.blog-show-content__container{display:grid;grid-template-columns:1fr 820px}}.blog-show-content__aside{position:relative}@media (min-width:61.25em){.blog-show-content__aside .fixed{position:sticky;top:150px}}.blog-show-content__aside__btn-show-tabs{align-items:center;border-color:#d4d6d9;border-radius:50px;border-width:2px;color:#0b141f;display:flex;font-family:var(--font-secondary);font-size:16px;font-weight:600;gap:10px;height:56px;justify-content:center;letter-spacing:2%;line-height:28px;margin:auto;padding:14px 50px;vertical-align:middle}@media (min-width:61.25em){.blog-show-content__aside__btn-show-tabs{display:none}}.blog-show-content__aside__top-tabs #remove-tabs{display:none}@media (max-width:61.24em){.blog-show-content__aside__top-tabs{align-items:center;display:flex;flex-direction:ro;justify-content:space-between;margin-bottom:20px}.blog-show-content__aside__top-tabs #remove-tabs{display:block}.blog-show-content__aside__mobile-tabs{background-color:#f6f7f7;border-top-left-radius:40px;border-top-right-radius:40px;bottom:-45%;opacity:0;padding:30px;position:relative;transition:all .3s ease;visibility:hidden;width:100%}.blog-show-content__aside__mobile-tabs.show{bottom:0;opacity:1;visibility:visible}}.blog-show-content__aside__projects__title,.blog-show-content__aside__tabs__title{color:#0b141f;font-family:var(--font-tertiary);font-size:16px;font-weight:600;letter-spacing:0;line-height:150%;text-align:center}@media (min-width:61.25em){.blog-show-content__aside__projects__title,.blog-show-content__aside__tabs__title{margin-bottom:20px;text-align:left}}.blog-show-content__aside__projects__slider,.blog-show-content__aside__tabs__slider{display:none;margin-top:20px}@media (max-width:61.24em){.blog-show-content__aside__projects__slider,.blog-show-content__aside__tabs__slider{display:block}}.blog-show-content__aside__projects__slider__nav,.blog-show-content__aside__tabs__slider__nav{display:none;justify-content:flex-end;margin-top:20px}@media (max-width:61.24em){.blog-show-content__aside__projects__slider__nav,.blog-show-content__aside__tabs__slider__nav{display:flex}}.blog-show-content__aside__projects__slider__arrows,.blog-show-content__aside__tabs__slider__arrows{display:flex;gap:20px}.blog-show-content__aside__projects__slider__arrows .slick-prev svg,.blog-show-content__aside__tabs__slider__arrows .slick-prev svg{transform:rotate(180deg)}.blog-show-content__aside__projects__slider__arrows .slick-arrow,.blog-show-content__aside__tabs__slider__arrows .slick-arrow{align-items:center;background-color:rgba(0,24,148,.2);border-radius:50px;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.blog-show-content__aside__projects__slider__arrows .slick-arrow:hover,.blog-show-content__aside__tabs__slider__arrows .slick-arrow:hover{background-color:#001894}.blog-show-content__aside__projects__slider__slide,.blog-show-content__aside__tabs__slider__slide{text-align:center}.blog-show-content__aside__projects__slider__picture,.blog-show-content__aside__tabs__slider__picture{border-radius:50px;display:block;height:50px;margin:auto auto 20px;overflow:hidden;width:50px}.blog-show-content__aside__projects__slider__image,.blog-show-content__aside__tabs__slider__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.blog-show-content__aside__projects__slider__name,.blog-show-content__aside__tabs__slider__name{color:#0b141f;font-family:var(--font-secondary);font-size:16px;font-weight:700;letter-spacing:0;line-height:150%;margin-bottom:10px;text-align:center}.blog-show-content__aside__projects__slider__link,.blog-show-content__aside__tabs__slider__link{align-items:center;color:#001894;display:flex;font-family:var(--font-secondary);font-size:16px;font-weight:700;gap:10px;justify-content:center;letter-spacing:2%;line-height:28px;margin-top:20px;vertical-align:middle}.blog-show-content__aside__projects__slider__content p,.blog-show-content__aside__tabs__slider__content p{color:#58616e;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%;text-align:center}@media (max-width:61.24em){.blog-show-content__aside__tabs{align-items:flex-end;background:rgba(0,0,0,.369);bottom:0;display:flex;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:10}.blog-show-content__aside__tabs.show{opacity:1;visibility:visible}}@media (min-width:61.25em){.blog-show-content__aside__tabs{margin-bottom:10px}}.blog-show-content__aside__tabs__options{background-color:#f6f7f7;border-radius:16px;display:flex;flex-direction:column;gap:10px}@media (min-width:61.25em){.blog-show-content__aside__tabs__options{padding:6px}}.blog-show-content__aside__tabs__options li{border-radius:16px;color:#58616e;font-family:var(--font-secondary);font-size:16px;font-weight:400;letter-spacing:0;line-height:150%;padding:16px 32px}.blog-show-content__aside__tabs__options li.active,.blog-show-content__aside__tabs__options li:hover{background-color:#e4e8fc;color:#0b141f}.blog-show-content__aside__projects{margin-top:40px}.blog-show-content__aside__projects__lists{background-color:#f6f7f7;border-radius:16px}@media (max-width:61.24em){.blog-show-content__aside__projects__lists{display:none}}.blog-show-content__aside__projects__lists li{align-items:flex-start;border-bottom:1px solid #d4d6d9;display:grid;gap:15px;grid-template-columns:50px 1fr;padding:20px}.blog-show-content__aside__projects__lists li:last-child{border-bottom:none}.blog-show-content__aside__projects__picture{border-radius:50px;display:block;height:50px;overflow:hidden;width:50px}.blog-show-content__aside__projects__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.blog-show-content__aside__projects__name{color:#0b141f;display:block;font-family:var(--font-secondary);font-size:16px;font-weight:700;letter-spacing:0;line-height:150%;margin-bottom:10px}.blog-show-content__aside__projects__description p{color:#58616e;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%}.blog-show-content__aside__projects__link{align-items:center;color:#001894;display:flex;font-family:var(--font-secondary);font-size:16px;font-weight:700;gap:10px;letter-spacing:2%;line-height:28px;margin-top:10px;vertical-align:middle}.blog-show-content__aside__projects__link:hover{color:#0024db;text-decoration:underline}.blog-show-content__content__section_banner,.blog-show-content__content__section_content{margin-bottom:40px}.blog-show-content__content__section_banner__title,.blog-show-content__content__section_content__title{color:#0b141f;font-family:var(--font-tertiary);font-size:18px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:10px}@media (min-width:61.25em){.blog-show-content__content__section_banner__title,.blog-show-content__content__section_content__title{font-size:25px}}.blog-show-content__content__section_banner__data p,.blog-show-content__content__section_content__data p{color:#58616e;font-family:var(--font-secondary);font-size:16px;font-weight:400;letter-spacing:0;line-height:150%;margin-bottom:20px}.blog-show-content__content__section_banner__data p a,.blog-show-content__content__section_content__data p a{color:#001894;font-weight:700;text-decoration:underline}.blog-show-content__content__section_banner{border-radius:24px;overflow:hidden;position:relative}@media (min-width:61.25em){.blog-show-content__content__section_banner{height:300px}}.blog-show-content__content__section_banner:after{background-color:rgba(59,69,124,.698);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.blog-show-content__content__section_banner__body{align-items:flex-start;bottom:0;display:flex;flex-direction:column;gap:10px;justify-content:center;left:0;padding:20px;position:absolute;right:0;top:0;z-index:2}@media (min-width:61.25em){.blog-show-content__content__section_banner__body{padding:30px 50px}}.blog-show-content__content__section_banner__title{font-size:25px}.blog-show-content__content__section_banner__data p,.blog-show-content__content__section_banner__title{color:#fff}.blog-show-content__content__section_banner__picture{display:block;width:100%}@media (max-width:61.24em){.blog-show-content__content__section_banner__picture{height:400px}}.blog-show-content__content__section_banner__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.blog-show-content__content__gallery{margin-bottom:30px}.blog-show-content__content__gallery__title{font-family:var(--font-tertiary);font-size:18px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:20px}@media (min-width:61.25em){.blog-show-content__content__gallery__title{font-size:25px}}.blog-show-content__content__gallery__slider__pic{display:block;height:200px;overflow:hidden;width:100%}@media (min-width:61.25em){.blog-show-content__content__gallery__slider__pic{height:500px}}.blog-show-content__content__gallery__slider__image{border-radius:24px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.blog-show-content__content__gallery__nav{align-items:center;display:flex;gap:30px;margin-top:30px}@media (max-width:61.24em){.blog-show-content__content__gallery__nav{justify-content:flex-end;margin-top:20px}}.blog-show-content__content__gallery__arrows{display:flex;gap:20px}.blog-show-content__content__gallery__arrows .slick-prev svg{transform:rotate(180deg)}.blog-show-content__content__gallery__arrows .slick-arrow{align-items:center;background-color:rgba(0,24,148,.2);border-radius:50px;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.blog-show-content__content__gallery__arrows .slick-arrow:hover{background-color:#001894}@media (max-width:61.24em){.blog-show-content__content__gallery__dots{display:none}}.blog-show-content__content__gallery__dots .slick-dots{display:flex;gap:10px}.blog-show-content__content__gallery__dots .slick-dots li button{display:none}.blog-show-content__content__gallery__dots .slick-dots li{background-color:rgba(0,24,148,.102);border-radius:50px;height:8px;width:50px}.blog-show-content__content__gallery__dots .slick-dots li.slick-active{background-color:#001894}.blog-show-content__content__testimonials{margin-bottom:30px}.blog-show-content__content__testimonials__title{font-family:var(--font-tertiary);font-size:18px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:10px}@media (min-width:61.25em){.blog-show-content__content__testimonials__title{font-size:25px}}.blog-show-content__content__testimonials__slide{background-color:#fff;border-radius:16px;padding:16px}.blog-show-content__content__testimonials__slide__svg{background-color:#e4e8fc;border-radius:50px;height:40px;margin-bottom:10px;padding:10px;width:40px}@media (min-width:61.25em){.blog-show-content__content__testimonials__slide__svg{height:56px;padding:19px;width:56px}}.blog-show-content__content__testimonials__slide__description p{color:#0b141f;font-family:var(--font-tertiary);font-size:16px;font-weight:600;letter-spacing:0;line-height:32px}@media (min-width:61.25em){.blog-show-content__content__testimonials__slide__description p{font-size:20px}}.blog-show-content__content__testimonials__slide__bottom{align-items:center;display:flex;gap:10px;margin-top:20px}.blog-show-content__content__testimonials__slide__picture{border-radius:50px;display:block;height:45px;overflow:hidden;width:45px}.blog-show-content__content__testimonials__slide__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.blog-show-content__content__testimonials__slide__profile{display:flex;flex-direction:column;gap:5px}.blog-show-content__content__testimonials__slide__profile__name{color:#0b141f;font-family:var(--font-secondary);font-size:14px;font-weight:700;letter-spacing:0;line-height:150%}@media (min-width:61.25em){.blog-show-content__content__testimonials__slide__profile__name{font-size:16px}}.blog-show-content__content__testimonials__slide__profile__company{color:#58616e;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%}.blog-show-content__content__testimonials__nav{align-items:center;display:flex;gap:30px;margin-top:30px}@media (max-width:61.24em){.blog-show-content__content__testimonials__nav{justify-content:flex-end;margin-top:20px}}.blog-show-content__content__testimonials__arrows{display:flex;gap:20px}.blog-show-content__content__testimonials__arrows .slick-prev svg{transform:rotate(180deg)}.blog-show-content__content__testimonials__arrows .slick-arrow{align-items:center;background-color:rgba(0,24,148,.2);border-radius:50px;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.blog-show-content__content__testimonials__arrows .slick-arrow:hover{background-color:#001894}@media (max-width:61.24em){.blog-show-content__content__testimonials__dots{display:none}}.blog-show-content__content__testimonials__dots .slick-dots{display:flex;gap:10px}.blog-show-content__content__testimonials__dots .slick-dots li button{display:none}.blog-show-content__content__testimonials__dots .slick-dots li{background-color:rgba(0,24,148,.102);border-radius:50px;height:8px;width:50px}.blog-show-content__content__testimonials__dots .slick-dots li.slick-active{background-color:#001894}.blog-show-content__content__video{margin-bottom:30px}.blog-show-content__content__video__title{font-family:var(--font-tertiary);font-size:18px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:20px}@media (min-width:61.25em){.blog-show-content__content__video__title{font-size:25px}}.blog-show-content__content__video__video-youtube{height:250px;-o-object-fit:cover;object-fit:cover;width:100%}@media (min-width:61.25em){.blog-show-content__content__video__video-youtube{height:500px}}.blog-show-content__content__files{margin-top:40px}.blog-show-content__content__files__tabs{align-items:center;background-color:#e4e8fc;border-radius:50px;display:flex;gap:10px;padding:8px;width:-moz-fit-content;width:fit-content}.blog-show-content__content__files__tabs li{border-radius:50px;color:#001894;cursor:pointer;font-family:var(--font-secondary);font-size:16px;font-weight:400;letter-spacing:0;line-height:150%;padding:8px 20px;transition:all .3s ease}.blog-show-content__content__files__tabs li:hover{background-color:#fff}.blog-show-content__content__files__tabs li.active{background-color:#001894;color:#fff}.blog-show-content__content__files__content{margin-top:30px}.blog-show-content__content__files__content__into{display:none}.blog-show-content__content__files__content__into.active{display:block}.blog-show-content__content__files__content__into__title{color:#0b141f;font-family:var(--font-tertiary);font-size:20px;font-weight:600;letter-spacing:0;line-height:32px;margin-bottom:20px}.blog-show-content__content__files__content__into__links li{border-bottom:1px solid #d4d6d9;display:flex;flex-direction:column;gap:20px;justify-content:space-between;padding:20px}.blog-show-content__content__files__content__into__links li:last-child{border-bottom:none}@media (min-width:61.25em){.blog-show-content__content__files__content__into__links li{flex-direction:row;padding:30px}}.blog-show-content__content__files__content__into__links{background-color:#f6f7f7;border-radius:36px}.blog-show-content__content__files__content__into__links__data{align-items:center;display:flex;flex-direction:row;gap:20px}.blog-show-content__content__files__content__into__links__data__box{background-color:#e4e8fc;border-radius:50px;height:56px;padding:16px;width:56px}.blog-show-content__content__files__content__into__links__link{align-items:center;color:#001894;display:flex;font-family:var(--font-karla);font-size:16px;font-weight:700;gap:10px;letter-spacing:0;line-height:150%;vertical-align:middle}.blog-show-content__content__files__content__into__links__link:hover{color:#0024db}@media (max-width:61.24em){.blog-show-content__content__files__content__into__links__link{justify-content:flex-end}}.blog-show-content__content__files__content__into__links__text{display:flex;flex-direction:column;gap:5px}.blog-show-content__content__files__content__into__links__text span{color:#001894;font-family:var(--font-secondary);font-size:16px;font-weight:700;letter-spacing:0;line-height:150%}.blog-show-content__content__files__content__into__links__text p{color:#58616e;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%}.programs-navbar{background:var(--background,#fff);border-radius:20px 20px 0 0;bottom:0;box-shadow:0 -8px 20px 0 rgba(32,47,67,.1);position:fixed;width:100%;z-index:4}@media screen and (width >= 1280px){.programs-navbar{background:var(--background,#fff);border-radius:40px;box-shadow:0 12px 20px 0 rgba(32,47,67,.1);margin:0 auto;padding:8px 8px 8px 50px;position:sticky;top:140px;width:-moz-fit-content;width:fit-content;z-index:4}}.programs-navbar .programs-navbar__content{display:flex;flex-direction:column;gap:16px}@media screen and (width >= 1280px){.programs-navbar .programs-navbar__content{align-items:center;flex-direction:row;justify-content:space-between}}.programs-navbar .programs-navbar__content .programs-navbar__content__list{align-items:center;display:flex;gap:16px;height:56px;overflow:auto}@media screen and (width >= 1280px){.programs-navbar .programs-navbar__content .programs-navbar__content__list{margin-left:-20px}}.programs-navbar .programs-navbar__content .programs-navbar__content__list .programs-navbar__content__list__item a{text-wrap:nowrap;border-bottom:1px solid rgba(0,24,148,0);color:var(--text-subtle,#58616e);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5;padding:8px;transition:color .3s ease,border-color .3s ease}.programs-navbar .programs-navbar__content .programs-navbar__content__list .programs-navbar__content__list__item:hover a{border-color:var(--text-interactive,#08456d);color:var(--text-interactive,#08456d)}.programs-navbar .programs-navbar__content .programs-navbar__content__list .programs-navbar__content__list__item.active a{border-color:var(--border-interactive,#08456d);color:var(--text-interactive,#08456d)}.programs-navbar .programs-navbar__content .programs-navbar__content__buttons{display:flex;gap:8px;justify-content:space-between;padding-bottom:16px}@media screen and (width >= 1280px){.programs-navbar .programs-navbar__content .programs-navbar__content__buttons{padding-bottom:0}}.programs-navbar .programs-navbar__content .programs-navbar__content__buttons .programs-navbar__content__buttons__0,.programs-navbar .programs-navbar__content .programs-navbar__content__buttons .programs-navbar__content__buttons__1{align-items:center;border:2px solid var(--border-interactive-subtle,#c5cdf9);border-radius:1000px;color:var(--text-strong,#0b141f);display:flex;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;justify-content:center;line-height:1.5;min-height:56px;padding:10px 20px;text-align:center;transition:background .3s ease,border-color .3s ease;width:50%}@media screen and (width >= 1280px){.programs-navbar .programs-navbar__content .programs-navbar__content__buttons .programs-navbar__content__buttons__0,.programs-navbar .programs-navbar__content .programs-navbar__content__buttons .programs-navbar__content__buttons__1{text-wrap:nowrap;font-size:16px;min-width:220px;width:auto}.programs-navbar .programs-navbar__content .programs-navbar__content__buttons .programs-navbar__content__buttons__0:hover,.programs-navbar .programs-navbar__content .programs-navbar__content__buttons .programs-navbar__content__buttons__1:hover{background:var(--color-tokens-buttons-secundario-hover,#c5cdf9);color:var(--background,#fff)}}.programs-navbar .programs-navbar__content .programs-navbar__content__buttons .programs-navbar__content__buttons__1{background:var(--surface-strong-default,#001894);border:1px solid var(--button-secondary-hover,#c5cdf9);color:var(--background,#fff)}@media screen and (width >= 1280px){.programs-navbar .programs-navbar__content .programs-navbar__content__buttons .programs-navbar__content__buttons__1:hover{background:var(--surface-strong-hover,#0024db);border:1px solid var(--button-secondary-hover,#c5cdf9)}}.pagination{align-items:center;border-radius:40px;color:#58616e;display:flex;font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;justify-content:center;padding:10px}.pagination .page-item.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.pagination .page-item:first-child{margin-right:4px}.pagination .page-item:last-child{margin-left:4px}.pagination .page-item:not(:last-child):not(:first-child) .page-link{align-items:center;background-color:transparent;cursor:pointer;height:44px;justify-content:center;transition:background-color .325s ease,color .325s ease;width:44px}@media (min-width:63.75em) and (hover:hover) and (pointer:fine){.pagination .page-item:not(:last-child):not(:first-child) .page-link:hover{background-color:#e4e8fc;color:#001894}}@media (max-width:48.115em){.pagination .page-item:not(:last-child):not(:first-child) .page-link{height:40px;width:40px}}.pagination .page-item:not(:last-child):not(:first-child).active .page-link{background-color:#f4f5fd;color:#001894}.page-link{display:flex}.page-link__arrow-left,.page-link__arrow-right{align-items:center;background-color:transparent;cursor:pointer;display:flex;height:44px;justify-content:center;overflow:hidden;position:relative;transition:background-color .325s ease,color .325s ease;width:44px}@media (min-width:63.75em) and (hover:hover) and (pointer:fine){.page-link__arrow-left:hover,.page-link__arrow-right:hover{background-color:#e4e8fc;color:#001894}}.select-filter{display:flex;flex-direction:column;gap:8px}.select-filter .select-filter__label{color:var(--text-strong,#0b141f);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}.select-filter .v-select{position:relative}.select-filter .v-select .vs__dropdown-toggle{background:var(--background,#fff);border:none;border-radius:8px;gap:4px;height:58px;padding-left:20px;padding-right:20px;padding-top:5px}.select-filter .v-select .vs__dropdown-toggle .vs__selected-options{padding:0}.select-filter .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected{color:var(--text-strong,#0b141f);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}.select-filter .v-select .vs__dropdown-toggle .vs__actions{padding:0}.select-filter .v-select .vs__dropdown-menu{background:#fff;border:none;border-radius:5px;margin-top:10px;min-width:-moz-fit-content;min-width:fit-content;padding:0}.select-filter .v-select .vs__dropdown-menu .vs__dropdown-option{color:#000;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}.select-filter .v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--selected{font-weight:400}.select-filter .v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight{background-color:#001894;color:#fff}.select-filter .v-select.vs--open .vs__selected-options .vs__selected{position:relative}.filters-tabs-ajax{padding-bottom:40px;padding-top:40px;position:relative;z-index:2}.filters-tabs-ajax--white{background-color:#fff;border-top-left-radius:40px;border-top-right-radius:40px}@media screen and (width >= 1280px){.filters-tabs-ajax{padding-bottom:64px;padding-top:64px}}.filters-tabs-ajax .filters-tabs-ajax__content{display:flex;flex-direction:column;gap:24px}@media screen and (width >= 1280px){.filters-tabs-ajax .filters-tabs-ajax__content{gap:40px}}.filters-tabs-ajax .filters-tabs-ajax__content .filters-tabs-ajax__content__texts{display:flex;flex-direction:column;gap:8px}.filters-tabs-ajax .filters-tabs-ajax__content .filters-tabs-ajax__content__texts .filters-tabs-ajax__content__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:24px;font-style:normal;font-weight:600;line-height:1.5;text-align:left}@media screen and (width >= 1280px){.filters-tabs-ajax .filters-tabs-ajax__content .filters-tabs-ajax__content__texts .filters-tabs-ajax__content__title{font-size:32px;line-height:40px}}.filters-tabs-ajax .filters-tabs-ajax__content .filters-tabs-ajax__content__texts .filters-tabs-ajax__content__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;margin:0;max-width:800px;text-align:left}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__tabs{display:flex;margin-right:-10px;overflow:auto}@media screen and (width >= 1024px){.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__tabs{justify-content:center;margin-right:0}}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__tabs .v-filters-tabs-ajax__tabs__buttons-container__list{background:var(--surface-default,#e4e8fc);border-radius:64px;display:flex;margin-right:10px;padding:8px}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__tabs .v-filters-tabs-ajax__tabs__buttons-container__list .v-filters-tabs-ajax__tabs__buttons-container__list__item button{text-wrap:nowrap;align-items:center;border-bottom:2px solid hsla(0,0%,100%,0);border-radius:24px;color:var(--text-interactive,#001894);display:flex;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;height:44px;justify-content:center;line-height:1.5;padding:8px 16px;transition:border-color .3s ease,background .3s ease}@media screen and (width >= 1280px){.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__tabs .v-filters-tabs-ajax__tabs__buttons-container__list .v-filters-tabs-ajax__tabs__buttons-container__list__item button{font-size:16px}}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__tabs .v-filters-tabs-ajax__tabs__buttons-container__list .v-filters-tabs-ajax__tabs__buttons-container__list__item.active button{background:var(--surface-strong-default,#001894);border-color:#001894;color:#fff}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__tabs.--center{justify-content:center;margin-right:0}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__tabs.--center .v-filters-tabs-ajax__tabs__buttons-container__list{margin-right:0}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filters{display:none;visibility:hidden}@media screen and (width >= 1280px){.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filters{align-items:center;display:block;display:flex;gap:30px;visibility:visible}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filters .select-filter,.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filters .v-filters-tabs-ajax__filter-search{max-width:300px;width:100%}}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filter-search{display:flex;flex-direction:column;gap:8px}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filter-search .v-filters-tabs-ajax__filter-search__label{color:var(--text-strong,#0b141f);display:block;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filter-search .v-filters-tabs-ajax__filter-search__group{display:grid;gap:6px;grid-template-columns:1fr auto}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filter-search .v-filters-tabs-ajax__filter-search__group .v-filters-tabs-ajax__filter-search__group__input{background:var(----background-2,#f6f7f7);border-bottom:1px solid var(--border-interactive,#001894);color:var(--text-strong,#0b141f);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;height:48px;line-height:1.5;outline:none;padding-left:16px;padding-right:16px;width:100%}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filter-search .v-filters-tabs-ajax__filter-search__group .v-filters-tabs-ajax__filter-search__group__input::-moz-placeholder{color:var(--text-subtle,#58616e)}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filter-search .v-filters-tabs-ajax__filter-search__group .v-filters-tabs-ajax__filter-search__group__input::placeholder{color:var(--text-subtle,#58616e)}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filter-search .v-filters-tabs-ajax__filter-search__group .v-filters-tabs-ajax__filter-search__group__button{align-items:center;border-radius:100%;display:flex;height:48px;justify-content:center;width:48px}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__button-filters{align-items:center;border:2px solid var(--border-subtle,#d4d6d9);border-radius:1000px;color:var(--text-strong,#0b141f);display:flex;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;gap:12px;height:56px;justify-content:center;letter-spacing:.32px;line-height:28px;margin:0 auto;padding:0 20px;width:-moz-fit-content;width:fit-content}@media screen and (width >= 1280px){.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__button-filters{display:none}}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filters-mobile{background:var(--background-2,#f6f7f7);display:flex;flex-direction:column;gap:24px}@media screen and (width >= 1280px){.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filters-mobile{display:none}}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filters-mobile .v-filters-tabs-ajax__filters-mobile__close{display:block;position:absolute;right:24px;top:22px}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filters-mobile .v-filters-tabs-ajax__filters-mobile__title{color:#000;display:block;font-family:Sora;font-size:16px;font-style:normal;font-weight:600;line-height:1.5}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filters-mobile .v-filters-tabs-ajax__filters-mobile__filters{display:flex;flex-direction:column;gap:30px}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filters-mobile .v-filters-tabs-ajax__filters-mobile__buttons{align-items:center;display:flex;gap:24px;justify-content:space-between}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filters-mobile .v-filters-tabs-ajax__filters-mobile__buttons button{align-items:center;color:var(--Light-mode-Text-interactive-Default,#001894);display:flex;font-family:Inter;font-size:14px;font-style:normal;font-weight:700;gap:8px;line-height:1.5;padding:2px 0}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__filters-mobile .v-filters-tabs-ajax__filters-mobile__buttons button.apply{background:var(--surface-strong-default,#001894);border-radius:100px;color:var(--background,#fff);font-family:Inter;font-size:15px;font-style:normal;font-weight:600;height:56px;letter-spacing:-.015px;line-height:22px;padding:0 40px}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__results{display:flex;flex-direction:column;gap:24px}@media screen and (width >= 768px){.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__results{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}}@media screen and (width >= 1280px){.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__results{gap:30px;grid-template-columns:repeat(3,1fr)}}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__loading{align-items:center;display:flex;justify-content:center;padding:15px}.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__empty{color:var(--text-subtle,#58616e);font-family:Sora;font-size:25px;font-style:normal;font-weight:600;line-height:40px;padding:15px;text-align:center}@media screen and (width >= 1280px){.filters-tabs-ajax .filters-tabs-ajax__content .v-filters-tabs-ajax .v-filters-tabs-ajax__pagination{margin-top:-40px}}.lightgallery-section{padding:40px 10px}@media screen and (width >= 1280px){.lightgallery-section{padding:64px 0}}@media (max-width:79.99em){.lightgallery-section{padding-left:20px;padding-right:20px}}@media (max-width:48.115em){.lightgallery-section{padding:40px 10px}}.lightgallery-section__container{border-radius:16px;-moz-column-gap:30px;column-gap:30px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:24px;position:relative;row-gap:16px}@media screen and (width >= 1280px){.lightgallery-section__container{flex-direction:row;padding-right:80px}}.lightgallery-section__container:before{background:linear-gradient(106.13deg,#08456d 54.18%,#00acbe 103.25%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}@media (max-width:63.74em){.lightgallery-section__container{padding:24px}}@media (max-width:48.115em){.lightgallery-section__container{flex-direction:column;row-gap:16px}}.lightgallery-section__background{height:100%;left:0;-o-object-fit:cover;object-fit:cover;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.lightgallery-section__media-container{border-radius:10px;display:flex;flex-shrink:0;height:100%;max-width:calc(50% - 15px);min-height:325px;overflow:hidden;position:relative;z-index:3}@media screen and (width >= 1280px){.lightgallery-section__media-container{height:100%;min-height:325px;width:auto}}@media (min-width:63.75em) and (hover:hover) and (pointer:fine){.lightgallery-section__media-container:hover .lightgallery-section__cover-image{transform:scale(1.1)}}@media (max-width:48.115em){.lightgallery-section__media-container{height:200px;max-width:100%;min-height:auto}}.lightgallery-section__cover{cursor:pointer;display:flex;position:relative;width:100%}.lightgallery-section__cover-image{-o-object-fit:cover;object-fit:cover;position:relative;transition:transform .325s ease;width:100%;z-index:1}.lightgallery-section__zoom-icon-container{align-items:center;backdrop-filter:blur(20px);background-color:rgba(0,24,148,.2);border:1px solid #fff;border-radius:30px;display:flex;height:50px;justify-content:center;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:50px;z-index:2}.lightgallery-section__content{display:flex;flex-direction:column;justify-content:center;max-width:calc(50% - 15px);position:relative;row-gap:16px;width:630px;z-index:3}@media (max-width:48.115em){.lightgallery-section__content{max-width:100%}}.lightgallery-section__title{color:var(--background,#fff);font-family:Sora,sans-serif;font-weight:600;line-height:1.5}@media (max-width:48.115em){.lightgallery-section__title{font-size:20px}}.lightgallery-section__description{color:#58616e;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.lightgallery-section__description strong{color:#0b141f;font-weight:700}.lightgallery-section__description ul{list-style:disc;margin-left:15px}.lightgallery-section__description ol{list-style:decimal;margin-left:15px}.lightgallery-section__description h1:not(:last-child),.lightgallery-section__description h2:not(:last-child),.lightgallery-section__description h3:not(:last-child),.lightgallery-section__description h4:not(:last-child),.lightgallery-section__description h5:not(:last-child),.lightgallery-section__description h6:not(:last-child),.lightgallery-section__description ol:not(:last-child),.lightgallery-section__description p:not(:last-child),.lightgallery-section__description ul:not(:last-child){margin-bottom:16px}.lightgallery-section__description p{font-weight:inherit}.lightgallery-section__description h1,.lightgallery-section__description h2,.lightgallery-section__description h3,.lightgallery-section__description h4,.lightgallery-section__description h5,.lightgallery-section__description h6{font-family:Sora,sans-serif}.lightgallery-section__description h1:not(:first-child),.lightgallery-section__description h2:not(:first-child),.lightgallery-section__description h3:not(:first-child),.lightgallery-section__description h4:not(:first-child),.lightgallery-section__description h5:not(:first-child),.lightgallery-section__description h6:not(:first-child){margin-top:16px}.lightgallery-section__description h1:not(:last-child),.lightgallery-section__description h2:not(:last-child),.lightgallery-section__description h3:not(:last-child),.lightgallery-section__description h4:not(:last-child),.lightgallery-section__description h5:not(:last-child),.lightgallery-section__description h6:not(:last-child){margin-bottom:30px}.lightgallery-section__description h2{font-size:30px}.lightgallery-section__description h3,.lightgallery-section__description h4,.lightgallery-section__description h5,.lightgallery-section__description h6{font-size:24px}.lightgallery-section__description a{font-weight:600;text-decoration:underline;transition:color .325s}.lightgallery-section__description{color:var(--background,#fff);font-size:16px}.lightgallery-section .lightgallery-section__button{align-items:center;color:var(--light-mode-text-interactive-default,#001894);cursor:pointer;display:flex;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;gap:8px;letter-spacing:.32px;line-height:28px}@media screen and (width >= 1280px){.lightgallery-section .lightgallery-section__button{font-family:Karla}}.hero-2{overflow:clip;padding:40px 0}@media screen and (width >= 1024px){.hero-2{overflow:visible}}@media screen and (width >= 1280px){.hero-2{padding:64px 0}}.hero-2 .hero-2__content{display:flex;flex-direction:column;gap:40px;position:relative}@media screen and (width >= 1280px){.hero-2 .hero-2__content{display:grid;gap:80px;grid-template-columns:1fr 600px}}.hero-2 .hero-2__content .hero-2__content__shadow-color{background:rgba(62,97,255,.3);border-radius:0 0 0 500px;bottom:-53px;filter:blur(150px);height:309px;left:0;opacity:.7;pointer-events:none;position:absolute;width:722px}@media screen and (width >= 1280px){.hero-2 .hero-2__content .hero-2__content__shadow-color{bottom:-176px;left:unset;right:0}}.hero-2 .hero-2__content .hero-2__content__body{display:flex;flex-direction:column;gap:24px}.hero-2 .hero-2__content .hero-2__content__body svg g>path,.hero-2 .hero-2__content .hero-2__content__body svg>path{fill:var(--text-interactive,#08456d)}@media screen and (width >= 1280px){.hero-2 .hero-2__content .hero-2__content__body{gap:40px;justify-content:center}}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__back-button{align-items:center;color:var(--text-interactive,#08456d);cursor:pointer;display:flex;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;gap:8px;letter-spacing:.32px;line-height:28px;transition:color .3s ease}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__back-button:hover{color:var(--text-interactive-hover,#00acbe)}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__titles{display:flex;flex-direction:column;gap:8px}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__titles .hero-2__content__body__titles__pretitle{color:var(--text-subtle,#58616e);font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:1.5}@media screen and (width >= 1280px){.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__titles .hero-2__content__body__titles__pretitle{font-size:20px}}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__titles .hero-2__content__body__titles__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:32px;font-style:normal;font-weight:600;line-height:1.3}@media screen and (width >= 1280px){.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__titles .hero-2__content__body__titles__title{font-family:Montserrat;font-size:48px;font-weight:700;max-width:610px}}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__titles .hero-2__content__body__titles__description p{font-family:var(--font-secondary);font-size:16px;font-weight:400;letter-spacing:0;line-height:150%;max-width:610px}@media screen and (width >= 1280px){.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__titles .hero-2__content__body__titles__description p{font-size:20px}}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__tags{align-items:center;display:flex;gap:10px}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__tags .hero-2__content__body__tags__tag{align-items:center;background:var(--surface-success,#e1f9ee);border-radius:16px;color:var(--text-success,#007350);display:flex;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;height:28px;line-height:1.5;padding:0 10px;width:-moz-fit-content;width:fit-content}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__tags .hero-2__content__body__tags__tag.default{background:transparent;color:var(--text-subtle,#58616e)}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__button{align-items:center;background:var(--surface-strong-default,#001894);border:1px solid var(--button-secondary-hover,#c5cdf9);border-radius:100px;color:var(--background,#fff);display:grid;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;gap:6px;grid-template-columns:1fr auto;height:56px;line-height:1.5;padding:0 40px;width:-moz-fit-content;width:fit-content}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__share{align-items:center;display:flex}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__share .hero-2__content__body__share__label{color:var(--light-mode-text-strong,#0b141f);font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:28px;margin-right:24px}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__share .hero-2__content__body__share__link a{align-items:center;border-radius:100%;display:flex;height:48px;justify-content:center;margin-right:4px;transition:background-color .3s ease;width:48px}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__share .hero-2__content__body__share__link a:hover{background:var(--Light-mode-Surface-Surface-ghost---hover,#e2edef)}.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__share .hero-2__content__body__share__link a svg g>path,.hero-2 .hero-2__content .hero-2__content__body .hero-2__content__body__share .hero-2__content__body__share__link a svg>path{fill:var(--text-interactive,#08456d)}.hero-2 .hero-2__content .hero-2__content__image{border-radius:20px 20px 80px 20px;display:block;height:355px;overflow:hidden;width:100%}@media screen and (width >= 1280px){.hero-2 .hero-2__content .hero-2__content__image{height:100%;width:600px}}.hero-2 .hero-2__content .hero-2__content__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero-3{overflow-x:clip;overflow-y:visible;padding-bottom:40px;padding-top:40px}@media screen and (width >= 1280px){.hero-3{padding-bottom:64px;padding-top:64px}}.hero-3 .hero-3__content{display:flex;flex-direction:column;gap:24px;position:relative}@media screen and (width >= 1280px){.hero-3 .hero-3__content{gap:40px}}.hero-3 .hero-3__content .hero-3__content__shadow-color-1{background:rgba(0,36,219,.3);border-radius:0 500px 0 0;filter:blur(150px);height:309px;opacity:.7;position:absolute;right:-500px;top:0;width:722px}.hero-3 .hero-3__content .hero-3__content__shadow-color-2{background:rgba(255,71,62,.3);border-radius:0 0 0 500px;filter:blur(150px);height:309px;left:-420px;opacity:.7;position:absolute;top:413px;width:722px}.hero-3 .hero-3__content .hero-3__content__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:32px;font-style:normal;font-weight:600;line-height:1.3}@media screen and (width >= 1280px){.hero-3 .hero-3__content .hero-3__content__title{font-size:48px;line-height:64px}}.hero-3 .hero-3__content .hero-3__content__body{background:var(--background,#fff);border-radius:20px 20px 40px 20px;display:flex;flex-direction:column;gap:24px;padding:24px 16px 16px;position:relative}@media screen and (width >= 1280px){.hero-3 .hero-3__content .hero-3__content__body{align-items:center;display:grid;flex-direction:row;gap:80px;grid-template-columns:1fr 475px;padding:24px 24px 24px 80px}}.hero-3 .hero-3__content .hero-3__content__body .hero-3__content__body__texts-container{display:flex;flex-direction:column;gap:24px}.hero-3 .hero-3__content .hero-3__content__body .hero-3__content__body__texts-container .hero-3__content__body__texts-container__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:18px;font-style:normal;font-weight:600;line-height:1.5}@media screen and (width >= 1280px){.hero-3 .hero-3__content .hero-3__content__body .hero-3__content__body__texts-container .hero-3__content__body__texts-container__title{font-size:25px}}.hero-3 .hero-3__content .hero-3__content__body .hero-3__content__body__image{border-radius:10px 10px 32px 10px;height:270px;overflow:hidden;width:100%}@media screen and (width >= 1280px){.hero-3 .hero-3__content .hero-3__content__body .hero-3__content__body__image{height:100%;width:100%}}.hero-3 .hero-3__content .hero-3__content__body .hero-3__content__body__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.card-with-icon-list{padding:40px 0}@media screen and (width >= 1280px){.card-with-icon-list{padding:64px 0}}.card-with-icon-list .card-with-icon-list__content .card-with-icon-list__content__list{display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}@media screen and (width >= 1024px){.card-with-icon-list .card-with-icon-list__content .card-with-icon-list__content__list{gap:16px;grid-template-columns:repeat(4,1fr)}}.card-with-icon-list .card-with-icon-list__content .card-with-icon-list__content__list .card-with-icon-list__content__list__item .card-with-icon-list__content__list__item__card{background:var(--background,#fff);border-radius:16px;display:flex;flex-direction:column;gap:16px;overflow:hidden;padding:16px}@media screen and (width >= 1280px){.card-with-icon-list .card-with-icon-list__content .card-with-icon-list__content__list .card-with-icon-list__content__list__item .card-with-icon-list__content__list__item__card{padding:16px 24px}}.card-with-icon-list .card-with-icon-list__content .card-with-icon-list__content__list .card-with-icon-list__content__list__item .card-with-icon-list__content__list__item__card .card-with-icon-list__content__list__item__card__icon{align-items:center;background:var(--color-tokens-surface-surface-ghost---hover,#e4e8fc);border-radius:100%;display:flex;height:30px;justify-content:center;width:30px}.card-with-icon-list .card-with-icon-list__content .card-with-icon-list__content__list .card-with-icon-list__content__list__item .card-with-icon-list__content__list__item__card .card-with-icon-list__content__list__item__card__icon img{height:100%;width:100%}.card-with-icon-list .card-with-icon-list__content .card-with-icon-list__content__list .card-with-icon-list__content__list__item .card-with-icon-list__content__list__item__card .card-with-icon-list__content__list__item__card__body{display:flex;flex-direction:column;gap:6px}.card-with-icon-list .card-with-icon-list__content .card-with-icon-list__content__list .card-with-icon-list__content__list__item .card-with-icon-list__content__list__item__card .card-with-icon-list__content__list__item__card__body .card-with-icon-list__content__list__item__card__body__pretitle{color:var(--text-subtle,#58616e);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}@media screen and (width >= 1280px){.card-with-icon-list .card-with-icon-list__content .card-with-icon-list__content__list .card-with-icon-list__content__list__item .card-with-icon-list__content__list__item__card .card-with-icon-list__content__list__item__card__body .card-with-icon-list__content__list__item__card__body__pretitle{font-size:16px}}.card-with-icon-list .card-with-icon-list__content .card-with-icon-list__content__list .card-with-icon-list__content__list__item .card-with-icon-list__content__list__item__card .card-with-icon-list__content__list__item__card__body .card-with-icon-list__content__list__item__card__body__title{color:var(--text-strong,#0b141f);font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:1.5}@media screen and (width >= 1280px){.card-with-icon-list .card-with-icon-list__content .card-with-icon-list__content__list .card-with-icon-list__content__list__item .card-with-icon-list__content__list__item__card .card-with-icon-list__content__list__item__card__body .card-with-icon-list__content__list__item__card__body__title{font-size:20px}}.news-related{background-color:#f6f7f7;padding:2.5rem 0}.news-related__title{color:#0b141f;font-family:var(--font-tertiary);font-size:20px;font-weight:600;letter-spacing:0;line-height:130%;text-align:center}@media (min-width:61.25em){.news-related__title{font-size:40px}}.news-related__cards{display:grid;gap:25px;grid-template-columns:1fr;margin-top:30px}@media (min-width:61.25em){.news-related__cards{grid-template-columns:1fr 1fr 1fr}}.news-related__btn{color:#001894;font-family:var(--font-primary);font-size:16px;font-weight:600;gap:10px;letter-spacing:2%;line-height:28px;margin-top:30px;vertical-align:middle}.news-related__btn,.team-modal{align-items:center;display:flex;justify-content:center}.team-modal{background-color:rgba(0,0,0,.4);cursor:pointer;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10}.team-modal__content{background-color:#fff;border-radius:16px;cursor:auto;display:flex;max-height:calc(100% - 60px);max-width:calc(100% - 40px);overflow:hidden;position:relative;width:1090px}@media (max-width:63.74em){.team-modal__content{flex-direction:column}}.team-modal__details{display:flex;flex-direction:column;max-width:50%;padding:16px;width:410px}@media (max-width:63.74em){.team-modal__details{max-width:100%}}.team-modal__image-container{border-radius:8px;display:flex;flex-direction:column;height:410px;overflow:hidden;width:100%}@media (max-width:63.74em){.team-modal__image-container{display:none}}.team-modal__image{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .325s ease}.team-modal__body{display:flex;flex-direction:column;padding:24px 16px 16px}@media (max-width:63.74em){.team-modal__body{padding:16px}}.team-modal__name{color:#0b141f;font-family:Sora,sans-serif;font-size:20px;font-weight:600;line-height:1.6;margin-bottom:16px;transition:color .325s ease}@media (max-width:63.74em){.team-modal__name{font-size:16px}}.team-modal__features{display:flex;flex-direction:column;row-gap:8px}.team-modal__feature{align-items:center;color:#58616e;-moz-column-gap:8px;column-gap:8px;display:flex}.team-modal__feature-icon{flex-shrink:0}.team-modal__info{border-left:1px solid #d4d6d9;display:flex;flex:1;flex-direction:column;max-height:100%;overflow:auto;padding:64px 40px;position:relative;row-gap:64px}@media (max-width:63.74em){.team-modal__info{border-left:none;padding:24px 24px 160px;row-gap:32px}}.team-modal__info-section{display:flex;flex-direction:column;row-gap:8px}.team-modal__info-role{color:#0b141f;font-family:Sora,sans-serif;font-size:20px;font-weight:600;line-height:1.6}@media (max-width:63.74em){.team-modal__info-role{font-size:16px}}.team-modal__info-college{color:#58616e;font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:1.5}@media (max-width:63.74em){.team-modal__info-college{font-size:16px}}.team-modal__info-section-title{color:#0b141f;font-family:Sora,sans-serif;font-size:16px;font-weight:600;line-height:1.5}@media (max-width:63.74em){.team-modal__info-section-title{font-size:14px}}.team-modal__info-section-content{color:#58616e;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.team-modal__info-section-content strong{color:#0b141f;font-weight:700}.team-modal__info-section-content ul{list-style:disc;margin-left:15px}.team-modal__info-section-content ol{list-style:decimal;margin-left:15px}.team-modal__info-section-content h1:not(:last-child),.team-modal__info-section-content h2:not(:last-child),.team-modal__info-section-content h3:not(:last-child),.team-modal__info-section-content h4:not(:last-child),.team-modal__info-section-content h5:not(:last-child),.team-modal__info-section-content h6:not(:last-child),.team-modal__info-section-content ol:not(:last-child),.team-modal__info-section-content p:not(:last-child),.team-modal__info-section-content ul:not(:last-child){margin-bottom:16px}.team-modal__info-section-content p{font-weight:inherit}.team-modal__info-section-content h1,.team-modal__info-section-content h2,.team-modal__info-section-content h3,.team-modal__info-section-content h4,.team-modal__info-section-content h5,.team-modal__info-section-content h6{font-family:Sora,sans-serif}.team-modal__info-section-content h1:not(:first-child),.team-modal__info-section-content h2:not(:first-child),.team-modal__info-section-content h3:not(:first-child),.team-modal__info-section-content h4:not(:first-child),.team-modal__info-section-content h5:not(:first-child),.team-modal__info-section-content h6:not(:first-child){margin-top:16px}.team-modal__info-section-content h1:not(:last-child),.team-modal__info-section-content h2:not(:last-child),.team-modal__info-section-content h3:not(:last-child),.team-modal__info-section-content h4:not(:last-child),.team-modal__info-section-content h5:not(:last-child),.team-modal__info-section-content h6:not(:last-child){margin-bottom:30px}.team-modal__info-section-content h2{font-size:30px}.team-modal__info-section-content h3,.team-modal__info-section-content h4,.team-modal__info-section-content h5,.team-modal__info-section-content h6{font-size:24px}.team-modal__info-section-content a{font-weight:600;text-decoration:underline;transition:color .325s}.team-modal__info-section-content{font-size:16px}.team-modal__close-button-container{display:inline-flex;position:absolute;right:20px;top:18px;z-index:2}@media (max-width:63.74em){.team-modal__close-button-container{align-items:center;background-color:#fff;bottom:0;justify-content:center;left:0;padding:40px 20px;right:auto;top:auto;width:100%}}.team-modal__close-button{display:inline-flex}@media (max-width:63.74em){.team-modal__close-button{align-items:center;border:2px solid #d4d6d9;border-radius:30px;color:#0b141f;font-family:Inter,sans-serif;font-size:16px;font-weight:600;height:56px;justify-content:center;width:100%}.team-modal__close-icon{display:none}}@media (min-width:63.75em){.team-modal__close-text{display:none}}.simple-cards-list{background:#fff;padding:40px 0;position:relative}@media screen and (width >= 1280px){.simple-cards-list{padding:64px 0}}.simple-cards-list .simple-cards-list__content{display:flex;flex-direction:column;gap:24px}@media screen and (width >= 1280px){.simple-cards-list .simple-cards-list__content{gap:40px}}.simple-cards-list .simple-cards-list__content .simple-cards-list__content__text-container{display:flex;flex-direction:column;gap:8px}@media screen and (width >= 1280px){.simple-cards-list .simple-cards-list__content .simple-cards-list__content__text-container{gap:16px}}.simple-cards-list .simple-cards-list__content .simple-cards-list__content__text-container .simple-cards-list__content__text-container__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:18px;font-style:normal;font-weight:600;line-height:1.5}@media screen and (width >= 1280px){.simple-cards-list .simple-cards-list__content .simple-cards-list__content__text-container .simple-cards-list__content__text-container__title{font-size:25px;line-height:40px}}.simple-cards-list .simple-cards-list__content .simple-cards-list__content__text-container .simple-cards-list__content__text-container__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;max-width:800px}.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list{display:flex;flex-wrap:nowrap;gap:10px;margin-right:-10px;overflow:auto;padding-right:10px}@media screen and (width >= 1024px){.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list{display:grid;grid-template-columns:repeat(var(--columns-num),1fr);margin-right:0;padding-right:0}}.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item{height:100%;width:200px}@media screen and (width >= 1024px){.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item{width:100%}}.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item .simple-cards-list__content__list__item__card{background:var(--background-2,#f6f7f7);border-radius:16px;display:flex;flex-direction:column;gap:16px;height:100%;padding:16px 24px;width:200px}@media screen and (width >= 1024px){.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item .simple-cards-list__content__list__item__card{width:100%}}.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item .simple-cards-list__content__list__item__card .simple-cards-list__content__list__item__card__index{align-items:center;background:var(--color-tokens-surface-surface-ghost---hover,#e4e8fc);border-radius:100%;color:var(--surface-strong-hover,#0024db);display:flex;font-family:Sora;font-size:20px;font-style:normal;font-weight:600;height:40px;justify-content:center;line-height:32px;width:40px}.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item .simple-cards-list__content__list__item__card .simple-cards-list__content__list__item__card__body{display:flex;flex-direction:column;gap:6px}.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item .simple-cards-list__content__list__item__card .simple-cards-list__content__list__item__card__body .simple-cards-list__content__list__item__card__body__title-container{display:flex;flex-direction:column;gap:8px}.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item .simple-cards-list__content__list__item__card .simple-cards-list__content__list__item__card__body .simple-cards-list__content__list__item__card__body__title-container .simple-cards-list__content__list__item__card__body__title-container__icon{align-items:center;background:var(--light-mode-surface-surface-ghost---hover,#e4e8fc);border-radius:100%;display:flex;height:40px;justify-content:center;width:40px}.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item .simple-cards-list__content__list__item__card .simple-cards-list__content__list__item__card__body .simple-cards-list__content__list__item__card__body__title-container .simple-cards-list__content__list__item__card__body__title-container__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:14px;font-style:normal;font-weight:700;line-height:1.5}.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item .simple-cards-list__content__list__item__card .simple-cards-list__content__list__item__card__body .simple-cards-list__content__list__item__card__body__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list.base-cards-list{display:grid;grid-template-columns:repeat(var(--columns-num),1fr)}@media screen and (width >= 1024px){.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list.base-cards-list{gap:30px;grid-template-columns:repeat(3,1fr)}}.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list.base-cards-list .simple-cards-list__content__list__item{width:270px}@media screen and (width >= 1024px){.simple-cards-list .simple-cards-list__content .simple-cards-list__content__list.base-cards-list .simple-cards-list__content__list__item{width:100%}}.simple-cards-list.--variant .simple-cards-list__content .simple-cards-list__content__text-container .simple-cards-list__content__text-container__title{font-family:Sora;font-size:25px;text-align:center}@media screen and (width >= 1280px){.simple-cards-list.--variant .simple-cards-list__content .simple-cards-list__content__text-container .simple-cards-list__content__text-container__title{font-size:40px}}.simple-cards-list.--variant .simple-cards-list__content .simple-cards-list__content__list{grid-template-columns:repeat(var(--columns-num),240px)}@media screen and (width >= 1024px){.simple-cards-list.--variant .simple-cards-list__content .simple-cards-list__content__list{grid-template-columns:repeat(3,1fr)}}@media screen and (width >= 1280px){.simple-cards-list.--variant .simple-cards-list__content .simple-cards-list__content__list{gap:30px}}.simple-cards-list.--variant .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item{width:240px}@media screen and (width >= 1024px){.simple-cards-list.--variant .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item{width:100%}}.simple-cards-list.--variant .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item .simple-cards-list__content__list__item__card{width:240px}@media screen and (width >= 1024px){.simple-cards-list.--variant .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item .simple-cards-list__content__list__item__card{width:100%}}.simple-cards-list.--variant .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item .simple-cards-list__content__list__item__card .simple-cards-list__content__list__item__card__body{gap:16px}.simple-cards-list.--variant .simple-cards-list__content .simple-cards-list__content__list .simple-cards-list__content__list__item .simple-cards-list__content__list__item__card .simple-cards-list__content__list__item__card__body .simple-cards-list__content__list__item__card__body__title-container .simple-cards-list__content__list__item__card__body__title-container__title{font-family:Sora;font-size:16px;font-weight:600;line-height:1.5}.simple-cards-list.--no-background{background:transparent}.requirement-list{background:#fff;padding:40px 0}@media screen and (width >= 1280px){.requirement-list{padding:64px 0}}.requirement-list .requirement-list__content{display:flex;flex-direction:column;gap:24px}@media screen and (width >= 1280px){.requirement-list .requirement-list__content{gap:40px}}.requirement-list .requirement-list__content .requirement-list__content__text-container{display:flex;flex-direction:column;gap:8px}@media screen and (width >= 1280px){.requirement-list .requirement-list__content .requirement-list__content__text-container{gap:16px}}.requirement-list .requirement-list__content .requirement-list__content__text-container .requirement-list__content__text-container__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:18px;font-style:normal;font-weight:600;line-height:1.5}@media screen and (width >= 1280px){.requirement-list .requirement-list__content .requirement-list__content__text-container .requirement-list__content__text-container__title{font-size:25px;line-height:40px}}.requirement-list .requirement-list__content .requirement-list__content__text-container .requirement-list__content__text-container__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}.requirement-list .requirement-list__content .requirement-list__content__list{display:flex;flex-direction:column;gap:12px}@media screen and (width >= 1280px){.requirement-list .requirement-list__content .requirement-list__content__list{display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}}.requirement-list .requirement-list__content .requirement-list__content__list .requirement-list__content__list__item{align-items:center;border-bottom:1px solid var(--border-subtle,#d4d6d9);color:var(--text-subtle,#58616e);display:flex;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;gap:12px;line-height:1.5;padding:16px 0}.vision-mission{padding:40px 0}@media screen and (width >= 1280px){.vision-mission{padding:64px 0}}.vision-mission .vision-mission__content{display:flex;flex-direction:column;gap:24px}.vision-mission .vision-mission__content .vision-mission__content__tabs{background:var(--surface-default,#e4e8fc);border-radius:64px;display:flex;margin:0 auto;overflow:auto;padding:8px;width:-moz-fit-content;width:fit-content}.vision-mission .vision-mission__content .vision-mission__content__tabs .vision-mission__content__tabs__tab-title{text-wrap:nowrap;align-items:center;border-bottom:2px solid hsla(0,0%,100%,0);border-radius:24px;color:var(--text-interactive,#001894);display:flex;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;height:44px;justify-content:center;line-height:1.5;padding:8px 16px;transition:border-color .3s ease,background .3s ease}@media screen and (width >= 1280px){.vision-mission .vision-mission__content .vision-mission__content__tabs .vision-mission__content__tabs__tab-title{font-size:16px}}.vision-mission .vision-mission__content .vision-mission__content__tabs .vision-mission__content__tabs__tab-title.active{background:var(--surface-strong-default,#001894);border-color:#001894;color:#fff}.vision-mission .vision-mission__content .vision-mission__content__tab-content{display:none;flex-direction:column;gap:24px}@media screen and (width >= 1280px){.vision-mission .vision-mission__content .vision-mission__content__tab-content{align-items:center;gap:80px;grid-template-columns:1fr 475px;padding:24px 24px 24px 80px}}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body{display:flex;flex-direction:column;gap:8px}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:25px;font-style:normal;font-weight:600;line-height:1.5}@media screen and (width >= 1280px){.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__title{line-height:40px}}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content{color:#58616e;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content strong{color:#0b141f;font-weight:700}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content ul{list-style:disc;margin-left:15px}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content ol{list-style:decimal;margin-left:15px}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h1:not(:last-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h2:not(:last-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h3:not(:last-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h4:not(:last-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h5:not(:last-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h6:not(:last-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content ol:not(:last-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content p:not(:last-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content ul:not(:last-child){margin-bottom:16px}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content p{font-weight:inherit}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h1,.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h2,.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h3,.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h4,.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h5,.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h6{font-family:Sora,sans-serif}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h1:not(:first-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h2:not(:first-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h3:not(:first-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h4:not(:first-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h5:not(:first-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h6:not(:first-child){margin-top:16px}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h1:not(:last-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h2:not(:last-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h3:not(:last-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h4:not(:last-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h5:not(:last-child),.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h6:not(:last-child){margin-bottom:30px}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h2{font-size:30px}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h3,.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h4,.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h5,.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content h6{font-size:24px}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content a{font-weight:600;text-decoration:underline;transition:color .325s}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__body .vision-mission__content__tab-content__content{font-size:16px}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__image{border-radius:20px 20px 40px 20px;display:block;height:280px;overflow:hidden;width:100%}@media screen and (width >= 1280px){.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__image{height:100%;width:100%}}.vision-mission .vision-mission__content .vision-mission__content__tab-content .vision-mission__content__tab-content__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.vision-mission .vision-mission__content .vision-mission__content__tab-content.active{display:flex}@media screen and (width >= 1280px){.vision-mission .vision-mission__content .vision-mission__content__tab-content.active{display:grid}}.inscription-form{margin-bottom:40px}.inscription-form__container{align-items:flex-start;-moz-column-gap:30px;column-gap:30px;display:flex;justify-content:space-between}@media (max-width:63.74em){.inscription-form__container{flex-direction:column;row-gap:40px}}.inscription-form__content{display:flex;flex-direction:column;margin-top:75px;max-width:calc(50% - 15px);row-gap:40px;width:610px}@media (max-width:63.74em){.inscription-form__content{margin-top:40px;max-width:100%;row-gap:24px;width:100%}}.inscription-form__back-link{align-items:center;align-self:flex-start;color:var(--text-interactive,#08456d);-moz-column-gap:8px;column-gap:8px;display:flex;font-family:Karla,sans-serif;font-size:16px;font-weight:700;height:32px;line-height:1.7}@media (min-width:63.75em) and (hover:hover) and (pointer:fine){.inscription-form__back-link:hover{color:var(--text-interactive-hover,#00acbe);text-decoration:underline}}.inscription-form__header{display:flex;flex-direction:column;row-gap:8px}.inscription-form__pretitle{color:#58616e;font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:1.5}@media (max-width:63.74em){.inscription-form__pretitle{font-size:18px}}.inscription-form__title{color:#0b141f;font-family:Sora,sans-serif;font-size:40px;font-weight:600;line-height:1.3}@media (max-width:63.74em){.inscription-form__title{font-size:32px}}.inscription-form__features{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:35.99em){.inscription-form__features{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}}.inscription-form__feature{align-items:flex-start;background-color:#fff;border-radius:16px;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:24px;row-gap:16px}@media (max-width:35.99em){.inscription-form__feature{min-height:140px;padding:16px}.inscription-form__feature:last-child{align-items:center;-moz-column-gap:16px;column-gap:16px;flex-direction:row;grid-column:1/-1;justify-content:flex-start;min-height:auto}}.inscription-form__feature-icon{pointer-events:none}.inscription-form__feature-content-container{align-items:flex-start;display:flex;flex-direction:column;row-gap:8px}@media (max-width:35.99em){.inscription-form__feature-content-container{row-gap:6px}}.inscription-form__feature-title{color:#58616e;font-family:Inter,sans-serif;font-size:16px;line-height:1.5}.inscription-form__feature-content{color:#0b141f;font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:1.5}.inscription-form__feature-content--highlight{background-color:#e1f9ee;border-radius:16px;color:#007350;display:inline-block;font-size:14px;font-weight:400;min-height:28px;padding:3px 10px}.inscription-form__form-container{background-color:#fff;border-radius:40px;display:flex;flex-direction:column;margin-top:50px;max-width:calc(50% - 15px);padding:40px 40px 64px;row-gap:40px;width:600px}@media (max-width:63.74em){.inscription-form__form-container{margin-top:0;max-width:100%;padding:40px 24px;width:100%}}.inscription-form__form-header{display:flex;flex-direction:column;row-gap:12px}@media (max-width:63.74em){.inscription-form__form-header{row-gap:8px}}.inscription-form__form-title{color:#0b141f;font-family:Sora,sans-serif;font-size:32px;font-weight:600;line-height:1.5}@media (max-width:63.74em){.inscription-form__form-title{font-size:20px}}.inscription-form__form-description{color:#58616e;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.5}.inscription-form__form-description strong{color:#0b141f;font-weight:700}.inscription-form__form-description ul{list-style:disc;margin-left:15px}.inscription-form__form-description ol{list-style:decimal;margin-left:15px}.inscription-form__form-description h1:not(:last-child),.inscription-form__form-description h2:not(:last-child),.inscription-form__form-description h3:not(:last-child),.inscription-form__form-description h4:not(:last-child),.inscription-form__form-description h5:not(:last-child),.inscription-form__form-description h6:not(:last-child),.inscription-form__form-description ol:not(:last-child),.inscription-form__form-description p:not(:last-child),.inscription-form__form-description ul:not(:last-child){margin-bottom:16px}.inscription-form__form-description p{font-weight:inherit}.inscription-form__form-description h1,.inscription-form__form-description h2,.inscription-form__form-description h3,.inscription-form__form-description h4,.inscription-form__form-description h5,.inscription-form__form-description h6{font-family:Sora,sans-serif}.inscription-form__form-description h1:not(:first-child),.inscription-form__form-description h2:not(:first-child),.inscription-form__form-description h3:not(:first-child),.inscription-form__form-description h4:not(:first-child),.inscription-form__form-description h5:not(:first-child),.inscription-form__form-description h6:not(:first-child){margin-top:16px}.inscription-form__form-description h1:not(:last-child),.inscription-form__form-description h2:not(:last-child),.inscription-form__form-description h3:not(:last-child),.inscription-form__form-description h4:not(:last-child),.inscription-form__form-description h5:not(:last-child),.inscription-form__form-description h6:not(:last-child){margin-bottom:30px}.inscription-form__form-description h2{font-size:30px}.inscription-form__form-description h3,.inscription-form__form-description h4,.inscription-form__form-description h5,.inscription-form__form-description h6{font-size:24px}.inscription-form__form-description a{font-weight:600;text-decoration:underline;transition:color .325s}.inscription-form__form-description{font-size:20px}@media (max-width:63.74em){.inscription-form__form-description{font-size:16px}}.inscription-form .form__fields{grid-template-columns:1fr}.inscription-form .form__label-text{font-size:14px}.accordion-section{background:var(--background,#fff);padding:40px 0}.accordion-section .accordion-section__content{display:flex;flex-direction:column;gap:24px}.accordion-section .accordion-section__content .accordion-section__content__header{display:flex;flex-direction:column;gap:8px}.accordion-section .accordion-section__content .accordion-section__content__header .accordion-section__content__header__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:18px;font-style:normal;font-weight:600;line-height:1.5}@media screen and (width >= 1280px){.accordion-section .accordion-section__content .accordion-section__content__header .accordion-section__content__header__title{font-size:25px;line-height:40px}}.accordion-section .accordion-section__content .accordion-section__content__header .accordion-section__content__header__title .accordion-section__content__item__header__icon{align-items:center;border:.8px solid var(--icon-inverse,#fff);display:flex;height:40px;justify-content:center;transition:transform .3s ease,background .3s ease,border-color .3s ease;width:40px}.accordion-section .accordion-section__content .accordion-section__content__header .accordion-section__content__header__title[aria-expanded=true] .accordion-section__content__item__header__icon{background:var(--surface-strong-default,#001894);border-color:var(--surface-strong-default,#001894);transform:rotate(180deg)}.accordion-section .accordion-section__content .accordion-section__content__header .accordion-section__content__header__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}.accordion-section .accordion-section__content .accordion-section__content__body .accordion-section__content__body__item .accordion-section__content__body__item__header{border-bottom:1px solid var(--border-subtle,#d4d6d9);padding:16px 0}.accordion-section .accordion-section__content .accordion-section__content__body .accordion-section__content__body__item .accordion-section__content__body__item__header .accordion-section__content__body__item__header__title{align-items:center;color:var(--text-strong,#0b141f);display:grid;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;gap:8px;grid-template-columns:1fr 40px;line-height:1.5;transition:color .3s ease}.accordion-section .accordion-section__content .accordion-section__content__body .accordion-section__content__body__item .accordion-section__content__body__item__header .accordion-section__content__body__item__header__icon{align-items:center;border:.8px solid var(--border-strong,#888e96);border-radius:100%;display:flex;height:40px;justify-content:center;transition:transform .3s ease,background .3s ease,border-color .3s ease;width:40px}.accordion-section .accordion-section__content .accordion-section__content__body .accordion-section__content__body__item .accordion-section__content__body__item__header[aria-expanded=true]{border-bottom:1px solid hsla(216,6%,84%,0)}.accordion-section .accordion-section__content .accordion-section__content__body .accordion-section__content__body__item .accordion-section__content__body__item__header[aria-expanded=true] .accordion-section__content__body__item__header__title{color:var(--text-interactive,#001894);font-weight:700}.accordion-section .accordion-section__content .accordion-section__content__body .accordion-section__content__body__item .accordion-section__content__body__item__header[aria-expanded=true] .accordion-section__content__body__item__header__icon{background:var(--surface-strong-default,#001894);border-color:var(--surface-strong-default,#001894);color:#fff;transform:rotate(180deg)}.accordion-section .accordion-section__content .accordion-section__content__body .accordion-section__content__body__item .accordion-section__content__body__item__body{transition:padding .3s ease,height .3s ease}.accordion-section .accordion-section__content .accordion-section__content__body .accordion-section__content__body__item.is-active{border-bottom:1px solid var(--border-subtle,#d4d6d9)}.accordion-section .accordion-section__content .accordion-section__content__body .accordion-section__content__body__item.is-active .accordion-section__content__body__item__body{padding:0 24px 16px}@media screen and (width >= 1280px){.accordion-section .accordion-section__content .accordion-section__content__body .accordion-section__content__body__item.is-active .accordion-section__content__body__item__body{padding-left:24px;padding-right:48px}.accordion-section .accordion-section__content .accordion-section__content__body.-mobile{display:none}}.accordion-section .accordion-section__content .accordion-section__content__body.-desktop{display:none}@media screen and (width >= 1280px){.accordion-section .accordion-section__content .accordion-section__content__body.-desktop{display:block}}.accordion-section .accordion-section__content .accordion-section__content__body .accordion-section__content__body__columns{display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.card-with-icon-section{background:var(--background,#fff);padding:40px 0;position:relative;z-index:1}@media screen and (width >= 1280px){.card-with-icon-section{padding:64px 0}}.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content{display:flex;flex-direction:column;gap:24px}@media screen and (width >= 1280px){.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content{gap:40px}}.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content .card-with-icon-section__container__content__header{display:flex;flex-direction:column;gap:8px}.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content .card-with-icon-section__container__content__header .card-with-icon-section__container__content__header__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:20px;font-style:normal;font-weight:600;line-height:1.5}@media screen and (width >= 1280px){.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content .card-with-icon-section__container__content__header .card-with-icon-section__container__content__header__title{font-size:32px}}.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content .card-with-icon-section__container__content__header .card-with-icon-section__container__content__header__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content .card-with-icon-section__container__content__body{display:flex;flex-direction:column;gap:10px}@media screen and (width >= 1280px){.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content .card-with-icon-section__container__content__body{display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content .card-with-icon-section__container__content__body.-only-one{grid-template-columns:repeat(3,1fr)}}.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content .card-with-icon-section__container__content__body .card-with-icon-section__container__content__body__item{background:var(--background-2,#f6f7f7);border-radius:16px;display:flex;flex-direction:column;gap:16px;padding:16px 24px}.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content .card-with-icon-section__container__content__body .card-with-icon-section__container__content__body__item .card-with-icon-section__container__content__body__item__header{align-items:center;display:flex;justify-content:space-between}.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content .card-with-icon-section__container__content__body .card-with-icon-section__container__content__body__item .card-with-icon-section__container__content__body__item__header .card-with-icon-section__container__content__body__item__header__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:16px;font-style:normal;font-weight:600;line-height:1.5}.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content .card-with-icon-section__container__content__body .card-with-icon-section__container__content__body__item .card-with-icon-section__container__content__body__item__header .card-with-icon-section__container__content__body__item__header__icon{align-items:center;background:var(--surface-ghost-hover,#e4e8fc);border-radius:100%;display:flex;height:56px;justify-content:center;width:56px}.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content .card-with-icon-section__container__content__body .card-with-icon-section__container__content__body__item .card-with-icon-section__container__content__body__item__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.5}.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content .card-with-icon-section__container__content__body .card-with-icon-section__container__content__body__item .card-with-icon-section__container__content__body__item__button{align-items:center;color:var(--text-interactive-default,#001894);display:grid;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;gap:8px;grid-template-columns:1fr 20px;letter-spacing:.32px;line-height:28px;text-decoration:none;transition:color .3s ease;width:-moz-fit-content;width:fit-content}.card-with-icon-section .card-with-icon-section__container .card-with-icon-section__container__content .card-with-icon-section__container__content__body .card-with-icon-section__container__content__body__item .card-with-icon-section__container__content__body__item__button:hover{color:var(--link-hover,#0024db)}.hero-infrastructure{overflow-x:clip;overflow-y:visible;padding:40px 0}@media screen and (width >= 1280px){.hero-infrastructure{padding:64px 0}}.hero-infrastructure .hero-infrastructure__content{display:flex;flex-direction:column;gap:24px;position:relative}@media screen and (width >= 1280px){.hero-infrastructure .hero-infrastructure__content{gap:40px}}.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__back-button{align-items:center;color:var(--text-interactive,#08456d);display:flex;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;gap:8px;letter-spacing:.32px;line-height:28px;transition:color .3s ease}@media screen and (width >= 1280px){.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__back-button{color:var(--text-interactive,#08456d);font-family:Karla;line-height:28px}.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__back-button:hover{color:var(--text-interactive-hover,#00acbe)}}.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__title{color:#0b141f;font-family:Sora;font-size:32px;font-style:normal;font-weight:600;line-height:1.3}@media screen and (width >= 1280px){.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__title{font-size:40px}}.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body{background:var(--background,#fff);border-radius:20px 20px 40px 20px;display:flex;flex-direction:column;gap:24px;padding:24px 16px;position:relative}@media screen and (width >= 1280px){.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body{-moz-column-gap:80px;column-gap:80px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);padding:64px 55px;row-gap:64px}}.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item{display:flex;flex-direction:column;gap:24px}@media screen and (width >= 1280px){.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item{flex-direction:row}}.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item .hero-infrastructure__content__body__item__image{border-radius:20px;display:none;height:215px;overflow:hidden;width:100%}@media screen and (width >= 1280px){.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item .hero-infrastructure__content__body__item__image{display:block}}.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item .hero-infrastructure__content__body__item__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item .hero-infrastructure__content__body__item__content{display:flex;flex-direction:column;gap:24px}@media screen and (width >= 1280px){.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item .hero-infrastructure__content__body__item__content{gap:16px}}.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item .hero-infrastructure__content__body__item__content .hero-infrastructure__content__body__item__content__title{color:var(--text-strong,#0b141f);font-family:Sora;font-size:18px;font-style:normal;font-weight:600;line-height:1.5}@media screen and (width >= 1280px){.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item .hero-infrastructure__content__body__item__content .hero-infrastructure__content__body__item__content__title{font-size:32px;line-height:48px}}.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item .hero-infrastructure__content__body__item__content .hero-infrastructure__content__body__item__content__text{color:var(--text-subtle,#58616e);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;text-overflow:ellipsis}.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item.--feature{flex-direction:column-reverse}@media screen and (width >= 1280px){.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item.--feature{align-items:center;display:grid;gap:80px;grid-column:1/3;grid-row:1/3;grid-template-columns:1fr 600px}}.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item.--feature .hero-infrastructure__content__body__item__image{display:block}@media screen and (width >= 1280px){.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item.--feature .hero-infrastructure__content__body__item__image{grid-column:2/3;grid-row:1/3;height:100%;width:600px}.hero-infrastructure .hero-infrastructure__content .hero-infrastructure__content__body .hero-infrastructure__content__body__item.--feature .hero-infrastructure__content__body__item__content{grid-column:1/2;grid-row:1/3}}.consultancy-form{background-color:#fff;padding:2.5rem 0}.consultancy-form__header{margin-bottom:20px;margin-top:20px}@media (min-width:61.25em){.consultancy-form__header{margin-bottom:40px;margin-top:40px}}.consultancy-form__title{color:#0b141f;font-family:var(--font-tertiary);font-size:20px;font-weight:600;letter-spacing:0;line-height:48px}@media (min-width:61.25em){.consultancy-form__title{font-size:32px;text-align:center}}.consultancy-form__description p{color:#58616e;font-family:var(--font-secondary);font-size:16px;font-weight:400;letter-spacing:0;line-height:150%}@media (min-width:61.25em){.consultancy-form__description p{font-size:20px;text-align:center}}.form{display:flex;flex-direction:column;margin:0 auto;max-width:100%;row-gap:24px;width:850px}.form__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/webp;base64,UklGRpwAAABXRUJQVlA4TI8AAAAvD8ADEHU4rG03bZSkzMzMjPtPx7CAvmSrEQwZSRI0BoNwCIvwCIvwyI2yCD0B/P3XvfYZuy7l8B09sO8jp0exvrW2ZtV7usZsffN/ptmUSW8wxcz+PNrBDXQD+qUwBjjnR0th7kz72jrfHOfbOg++rU/1qkIVUKbcL70CBQFY6fHjbNOkhVd+Nt4IZcqPAgA=);background-position-x:96%;background-position-y:25px;background-repeat:no-repeat;background-size:10px 10px;padding-right:2rem}.form__select[disabled]{opacity:.5}.form__input,.form__select{background-color:#f6f7f7;border:1px solid transparent;border-radius:8px;color:#0b141f;font-family:Inter,sans-serif;font-size:16px;height:58px;outline:none;padding:18px;width:100%}.form__input.invalid,.form__select.invalid{border-color:#9d0000}.form__input::placeholder,.form__select::placeholder{color:#58616e}.form__input::-webkit-input-placeholder,.form__select::-webkit-input-placeholder{color:#58616e}.form__input::-moz-placeholder,.form__select::-moz-placeholder{color:#58616e}.form__input:-ms-input-placeholder,.form__select:-ms-input-placeholder{color:#58616e}.form__input:-moz-placeholder,.form__select:-moz-placeholder{color:#58616e}.form__input.placeholder,.form__select.placeholder{color:#58616e}.form__input[disabled],.form__select[disabled]{cursor:not-allowed}.form__input-date-container{padding:0;position:relative}.form__input-date{background-color:transparent;cursor:pointer;display:inline-block;height:100%;padding:0 18px;position:relative;width:100%;z-index:1}.form__input-date:focus-visible{outline:none}.form__input-date-icon{pointer-events:none;position:absolute;right:20px;top:50%;transform:translateY(-50%);z-index:2}.form__group{display:flex;flex-direction:column;row-gap:16px}.form__group-title{color:#0b141f;font-family:Sora,sans-serif;font-size:16px;font-weight:600;line-height:1.5}.form__fields{-moz-column-gap:24px;column-gap:24px;display:grid;grid-template-columns:1fr;row-gap:12px}@media (min-width:61.25em){.form__fields{grid-template-columns:repeat(2,minmax(0,1fr))}}.form__field{display:flex;flex-direction:column;row-gap:8px}.form__field--full-width{grid-column:1/-1}.form__label{display:flex;flex-direction:column;row-gap:8px}.form__label-text{color:#0b141f;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.5}.form__label-text.invalid{color:#9d0000}.form__input-phone-open-icon{transition:transform .325s ease}.form__field-error{color:#9d0000;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.5}.form__textarea{background-color:#f6f7f7;border:1px solid transparent;border-radius:8px;color:#0b141f;font-size:16px;height:100px;line-height:1.5;outline:none;padding:18px;resize:none}.form__textarea.invalid{border-color:#9d0000}.form__textarea::placeholder{color:#58616e}.form__textarea::-webkit-input-placeholder{color:#58616e}.form__textarea::-moz-placeholder{color:#58616e}.form__textarea:-ms-input-placeholder{color:#58616e}.form__textarea:-moz-placeholder{color:#58616e}.form__checkbox-container{display:flex;flex-direction:column;margin:12px 0;row-gap:8px}.form__checkbox{-moz-column-gap:8px;column-gap:8px;cursor:pointer;display:flex}.form__checkbox-input{display:none}.form__checkbox-checkmark{background-color:transparent;border:2px solid var(--border-interactive,#08456d);border-radius:4px;display:inline-block;height:24px;position:relative;width:24px}.form__checkbox-checkmark.checked{background-color:var(--border-interactive,#08456d)}.form__checkbox-icon{left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);z-index:1}.form__checkbox-text{color:#0b141f;font-family:Karla,sans-serif;font-size:16px;font-weight:400;line-height:1.5}.form__checkbox-text a{color:var(--text-interactive,#08456d);font-weight:700;text-decoration:underline}.form__submit-container{align-items:center;-moz-column-gap:20px;column-gap:20px;display:flex}.form__submit{height:62px;min-width:200px}.form__radio-options{-moz-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));row-gap:20px}@media (max-width:48.115em){.form__radio-options{grid-template-columns:1fr}}.form__radio-option{align-items:center;-moz-column-gap:10px;column-gap:10px;cursor:pointer;display:flex}.input-radio__radio{border:2px solid var(--border-interactive,#08456d);border-radius:10px;display:inline-block;height:20px;position:relative;width:20px}.input-radio__radio:before{background-color:transparent;border-radius:6px;content:"";height:12px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:12px}.input-radio__radio--checked:before{background-color:var(--border-interactive,#08456d)}.input-radio__label{color:#0b141f;font-family:Inter,sans-serif;font-size:16px;font-weight:400}.vue-tel-input.form__input.form__input-phone{background-color:transparent;border:none;-moz-column-gap:8px;column-gap:8px;display:flex;padding:0}.vue-tel-input.form__input.form__input-phone:focus-within{box-shadow:none}.vue-tel-input.form__input.form__input-phone .vti__input{background-color:#f6f7f7;border-radius:8px;flex:1;padding:18px}.vue-tel-input.form__input.form__input-phone .vti__dropdown{background-color:#f6f7f7;border-radius:8px;padding:18px}.vue-tel-input.form__input.form__input-phone .vti__dropdown .vti__dropdown-list.below{top:100%}.vue-tel-input.form__input.form__input-phone .vti__dropdown .vti__dropdown-item.highlighted{background-color:var(--border-interactive,#08456d);color:#fff}.vue-tel-input.form__input.form__input-phone .vti__dropdown.open .form__input-phone-open-icon{transform:rotate(180deg)}.vue-tel-input.form__input.form__input-phone .vti__selection{-moz-column-gap:16px;column-gap:16px;display:flex}.vue-tel-input.form__input.form__input-phone .vti__selection .vti__country-code{color:#0b141f;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.5}.flatpickr-calendar{font-family:Inter,sans-serif}.flatpickr-day{color:#0b141f}.flatpickr-day.today{border-color:var(--border-interactive,#08456d)!important}@media (min-width:63.75em) and (hover:hover) and (pointer:fine){.flatpickr-day:hover{background-color:var(--border-interactive,#08456d)!important;border-color:var(--border-interactive,#08456d)!important;color:#fff!important}}.flatpickr-day.selected{background-color:var(--border-interactive,#08456d)!important;border-color:var(--border-interactive,#08456d)!important;color:#fff!important}.lds-ring,.lds-ring div{box-sizing:border-box}.lds-ring{display:inline-block;height:40px;position:relative;width:40px}.lds-ring div{animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:4px solid transparent;border-radius:50%;border-top-color:#001894;box-sizing:border-box;display:block;height:32px;margin:4px;position:absolute;width:32px}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-404__container{background-color:#fff;border-radius:40px;margin:10px;overflow:hidden;padding:1rem 0;position:relative}@media (max-width:61.24em){.error-404__container{width:auto}}@media (min-width:61.25em){.error-404__container{margin:30px auto;padding:9rem 0}}.error-404__content{margin:auto;max-width:600px;padding:20px;position:relative;text-align:center;z-index:2}.error-404__pre-title,.error-404__title{font-family:var(--font-tertiary);font-weight:600;text-align:center}.error-404__pre-title{color:#0024db;font-size:18px;letter-spacing:0;line-height:40px}@media (min-width:61.25em){.error-404__pre-title{font-size:25px}}.error-404__title{color:#0b141f;font-size:25px;letter-spacing:0;line-height:130%}@media (min-width:61.25em){.error-404__title{font-size:40px}}.error-404__description{margin-top:20px}.error-404__description p{color:#58616e;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%;text-align:center}@media (min-width:61.25em){.error-404__description p{font-size:16px}}.error-404__buttons{align-items:center;display:flex;flex-direction:column-reverse;gap:10px;justify-content:center;margin-top:30px}@media (min-width:61.25em){.error-404__buttons{flex-direction:row;gap:20px}}@media (max-width:61.24em){.error-404__buttons .button{width:100%}}.empty-state{align-items:center;background-color:#fff;border-radius:40px;display:flex;flex-direction:column;height:400px;justify-content:center;margin-bottom:40px;padding:20px}.empty-state__title{color:#0b141f;display:block;font-family:var(--font-tertiary);font-size:18px;font-weight:600;letter-spacing:0;line-height:130%;margin-bottom:10px;text-align:center}@media (min-width:61.25em){.empty-state__title{font-size:25px}}.empty-state__description{color:#58616e;font-family:var(--font-secondary);font-size:14px;font-weight:400;letter-spacing:0;line-height:150%;text-align:center}.hero-with-back-link{display:flex;flex-direction:column;margin-top:64px;overflow-x:clip;overflow-y:visible;position:relative;row-gap:40px}@media (max-width:48.115em){.hero-with-back-link{margin-top:24px;row-gap:24px}}.hero-with-back-link__shadow-1{background:rgba(0,36,219,.3);border-radius:0 500px 0 0;right:-500px;top:0}.hero-with-back-link__shadow-1,.hero-with-back-link__shadow-2{filter:blur(150px);height:309px;opacity:.7;position:absolute;width:722px;z-index:0}.hero-with-back-link__shadow-2{background:rgba(255,71,62,.3);border-radius:0 0 0 500px;left:-420px;top:413px}.hero-with-back-link__header{align-items:flex-start;display:flex;flex-direction:column;position:relative;row-gap:40px;z-index:2}@media (max-width:48.115em){.hero-with-back-link__header{row-gap:24px}}.hero-with-back-link__back-link{align-items:center;color:#001894;-moz-column-gap:8px;column-gap:8px;display:flex;font-family:Karla,sans-serif;font-size:16px;font-weight:700;line-height:1.7}@media (min-width:63.75em) and (hover:hover) and (pointer:fine){.hero-with-back-link__back-link:hover{color:#0024db;text-decoration:underline}}.hero-with-back-link__title{color:#0b141f;font-family:Sora,sans-serif;font-size:40px;font-weight:600}@media (max-width:63.74em){.hero-with-back-link__title{font-size:32px}}.hero-with-back-link__hero{background-color:#fff;border-radius:40px;margin:0 auto;padding:64px 55px;position:relative;width:calc(100% - 40px);z-index:2}@media (max-width:79.99em){.hero-with-back-link__hero{border-top-left-radius:20px;border-top-right-radius:20px;padding:24px 16px;width:calc(100% - 20px)}}.hero-with-back-link__content-container{align-items:center;display:flex;justify-content:space-between;max-width:100%}@media (max-width:48.115em){.hero-with-back-link__content-container{flex-direction:column;padding:0;row-gap:24px}}.hero-with-back-link__content{display:flex;flex-direction:column;max-width:calc(50% - 20px);row-gap:16px;width:610px}@media (max-width:48.115em){.hero-with-back-link__content{max-width:100%;row-gap:24px;width:100%}}.hero-with-back-link__content-title{color:#0b141f;font-family:Sora,sans-serif;font-size:32px;font-weight:600}@media (max-width:79.99em){.hero-with-back-link__content-title{font-size:24px}}@media (max-width:48.115em){.hero-with-back-link__content-title{font-size:18px}}.hero-with-back-link__description{color:#58616e;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.hero-with-back-link__description strong{color:#0b141f;font-weight:700}.hero-with-back-link__description ul{list-style:disc;margin-left:15px}.hero-with-back-link__description ol{list-style:decimal;margin-left:15px}.hero-with-back-link__description h1:not(:last-child),.hero-with-back-link__description h2:not(:last-child),.hero-with-back-link__description h3:not(:last-child),.hero-with-back-link__description h4:not(:last-child),.hero-with-back-link__description h5:not(:last-child),.hero-with-back-link__description h6:not(:last-child),.hero-with-back-link__description ol:not(:last-child),.hero-with-back-link__description p:not(:last-child),.hero-with-back-link__description ul:not(:last-child){margin-bottom:16px}.hero-with-back-link__description p{font-weight:inherit}.hero-with-back-link__description h1,.hero-with-back-link__description h2,.hero-with-back-link__description h3,.hero-with-back-link__description h4,.hero-with-back-link__description h5,.hero-with-back-link__description h6{font-family:Sora,sans-serif}.hero-with-back-link__description h1:not(:first-child),.hero-with-back-link__description h2:not(:first-child),.hero-with-back-link__description h3:not(:first-child),.hero-with-back-link__description h4:not(:first-child),.hero-with-back-link__description h5:not(:first-child),.hero-with-back-link__description h6:not(:first-child){margin-top:16px}.hero-with-back-link__description h1:not(:last-child),.hero-with-back-link__description h2:not(:last-child),.hero-with-back-link__description h3:not(:last-child),.hero-with-back-link__description h4:not(:last-child),.hero-with-back-link__description h5:not(:last-child),.hero-with-back-link__description h6:not(:last-child){margin-bottom:30px}.hero-with-back-link__description h2{font-size:30px}.hero-with-back-link__description h3,.hero-with-back-link__description h4,.hero-with-back-link__description h5,.hero-with-back-link__description h6{font-size:24px}.hero-with-back-link__description a{font-weight:600;text-decoration:underline;transition:color .325s}.hero-with-back-link__description{font-size:16px}.hero-with-back-link__image{border-radius:40px;max-width:calc(50% - 20px);-o-object-fit:cover;object-fit:cover;width:600px}@media (max-width:79.99em){.hero-with-back-link__image{border-radius:20px}}@media (max-width:48.115em){.hero-with-back-link__image{max-width:100%;width:100%}}.section-cards-sliders{background-color:#fff;border-radius:40px;margin:40px 0;padding:64px 0;position:relative;z-index:1}@media (max-width:63.74em){.section-cards-sliders{padding:40px 0}}.section-cards-sliders__container{display:flex;flex-direction:column;row-gap:40px}@media (max-width:63.74em){.section-cards-sliders__container{row-gap:24px}}.section-cards-sliders__title{color:#0b141f;font-family:Sora,sans-serif;font-size:32px;font-weight:600;line-height:1.5;text-align:center}@media (max-width:63.74em){.section-cards-sliders__title{font-size:20px}}.section-cards-sliders__cards{display:grid;gap:30px;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}@media (max-width:63.74em){.section-cards-sliders__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:35.99em){.section-cards-sliders__cards{grid-template-columns:minmax(0,1fr);row-gap:16px}}.search-results{margin:64px 0;overflow-x:clip;overflow-y:visible;position:relative}@media (max-width:63.74em){.search-results{margin:24px 0}}.search-results__shadow-1{background:rgba(0,36,219,.3);border-radius:0 500px 0 0;filter:blur(150px);height:309px;opacity:.7;position:absolute;right:0;top:0;width:722px;z-index:0}@media (max-width:63.74em){.search-results__shadow-1{left:50%;right:auto}}.search-results__shadow-2{background:rgba(255,71,62,.302);border-radius:0 500px 0 0;filter:blur(150px);height:309px;opacity:.7;position:absolute;right:50%;top:350px;width:722px;z-index:0}@media (min-width:36em){.search-results__shadow-2{display:none}}.search-results__container{position:relative;z-index:1}.search-results__back-link{align-items:center;color:var(--text-interactive,#08456d);-moz-column-gap:8px;column-gap:8px;display:flex;font-family:Karla,sans-serif;font-size:16px;font-weight:700;line-height:1.7;margin-bottom:40px}@media (min-width:63.75em) and (hover:hover) and (pointer:fine){.search-results__back-link:hover{color:var(--text-interactive-hover,#00acbe);text-decoration:underline}}@media (max-width:48.115em){.search-results__back-link{margin-bottom:24px}}.search-results__title{color:#0b141f;font-family:Sora,sans-serif;font-size:40px;font-weight:600;margin-bottom:40px;text-align:center}@media (max-width:48.115em){.search-results__title{font-size:32px;margin-bottom:24px}}.search-results__search-form{align-items:center;-moz-column-gap:6px;column-gap:6px;display:flex;justify-content:center}.search-results__search-form-input{background-color:transparent;border-bottom:1px solid var(--border-interactive,#08456d);color:#0b141f;font-family:Inter,sans-serif;font-size:16px;font-weight:700;height:46px;line-height:1.5;max-width:calc(100% - 54px);padding:0 16px;width:576px}.search-results__search-form-input:focus-visible{outline:none}.search-results__search-form-submit{align-items:center;display:flex;height:48px;justify-content:center;width:48px}@media (max-width:48.115em){.search-results__search-form-submit{background-color:#e4e8fc;border-radius:40px}}.v-search-results{margin-top:40px}@media (max-width:63.74em){.v-search-results{margin-top:24px}.v-search-results__container{display:flex;flex-direction:column-reverse}}.v-search-results__results-summary{color:#0b141f;font-family:Inter,sans-serif;font-size:14px;line-height:1.5;margin-bottom:40px;margin-left:auto;margin-right:auto;text-align:center}.v-search-results__results-summary--loading{height:21px;width:200px}.v-search-results__header{display:flex;justify-content:center;margin-bottom:70px;position:sticky;top:140px;z-index:2}@media (max-width:79.99em){.v-search-results__header{top:120px}}@media (max-width:63.74em){.v-search-results__header{bottom:0;left:0;margin-bottom:0;margin-top:30px;top:auto;width:100%}}@media (max-width:47.9375em){.v-search-results__header{margin-left:-20px;width:100vw}}@media (min-width:36em) and (max-width:63.74em){.v-search-results__header{bottom:10px}}.v-search-results__categories{align-items:center;background-color:#fff;border-radius:40px;box-shadow:0 12px 20px 0 rgba(32,47,67,.102);-moz-column-gap:16px;column-gap:16px;display:flex;min-height:56px;padding:10px 50px}@media (max-width:35.99em){.v-search-results__categories{border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 -8px 20px 0 rgba(32,47,67,.102);overflow:auto;padding:25px 18px;white-space:nowrap;width:100%}}.v-search-results__category{border-bottom:1px solid transparent;color:#58616e;font-family:Inter,sans-serif;font-size:16px;line-height:1.5;padding:8px}.v-search-results__category--active{border-color:var(--border-interactive,#08456d);color:var(--text-interactive,#08456d)}.v-search-results__category--loading{height:40px;width:120px}@media (max-width:63.74em){.v-search-results__category{font-size:14px}}.v-search-results__sections{display:flex;flex-direction:column;row-gap:100px}@media (max-width:63.74em){.v-search-results__sections{row-gap:64px}}.v-search-results__section{display:flex;flex-direction:column;row-gap:40px}@media (max-width:63.74em){.v-search-results__section{row-gap:24px}}.v-search-results__section-title{color:#0b141f;font-family:Sora,sans-serif;font-size:25px;font-weight:600;line-height:1.6}.v-search-results__section-title--loading{height:40px;max-width:100%;width:450px}.v-search-results__cards--blog,.v-search-results__cards--program{display:grid;gap:30px;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:79.99em){.v-search-results__cards--blog,.v-search-results__cards--program{gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:35.99em){.v-search-results__cards--blog,.v-search-results__cards--program{gap:16px;grid-template-columns:repeat(1,minmax(0,1fr))}}.v-search-results__cards--page{display:grid;gap:30px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:35.99em){.v-search-results__cards--page{grid-template-columns:repeat(1,minmax(0,1fr))}}.accordion-component-section{padding:40px 0}@media screen and (width >= 1280px){.accordion-component-section{padding:64px 0}}.accordion-component-section .accordion-component-section__content{display:flex;flex-direction:column;gap:24px;position:relative}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__title{color:#0b141f;font-family:Sora;font-size:32px;font-style:normal;font-weight:600;line-height:1.3}@media screen and (width >= 1280px){.accordion-component-section .accordion-component-section__content .accordion-component-section__content__title{font-size:48px;line-height:64px}}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body{background:#fff;border-radius:20px;overflow:hidden;padding:24px 16px;position:relative}@media screen and (width >= 768px){.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body{padding:40px 16px}}@media screen and (width >= 1024px){.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body{padding:40px 26px}}@media screen and (width >= 1280px){.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body{border-radius:40px}}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body .accordion-component-section__content__body__item{border-bottom:1px solid #d4d6d9;display:flex;flex-direction:column;gap:16px}@media screen and (width >= 1024px){.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body .accordion-component-section__content__body__item{margin:0 auto;max-width:900px}}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body .accordion-component-section__content__body__item .accordion-component-section__content__body__item__header{align-items:center;cursor:pointer;display:grid;gap:16px;grid-template-columns:1fr 40px;padding:12px 0;transition:padding .3s ease}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body .accordion-component-section__content__body__item .accordion-component-section__content__body__item__header .accordion-component-section__content__body__item__header__title{color:#0b141f;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body .accordion-component-section__content__body__item .accordion-component-section__content__body__item__header .accordion-component-section__content__body__item__header__icon{align-items:center;backdrop-filter:blur(8px);border:.8px solid #888e96;border-radius:100%;display:flex;height:40px;justify-content:center;transition:background .3s ease,transform .3s ease;width:40px}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body .accordion-component-section__content__body__item .accordion-component-section__content__body__item__header .accordion-component-section__content__body__item__header__icon svg path{transition:all .3s ease}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body .accordion-component-section__content__body__item .accordion-component-section__content__body__item__header:hover .accordion-component-section__content__body__item__header__title{color:#001894}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body .accordion-component-section__content__body__item .accordion-component-section__content__body__item__header:hover .accordion-component-section__content__body__item__header__icon{background:#001894;color:#fff}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body .accordion-component-section__content__body__item .accordion-component-section__content__body__item__header[aria-expanded=true]{padding-bottom:0}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body .accordion-component-section__content__body__item .accordion-component-section__content__body__item__header[aria-expanded=true] .accordion-component-section__content__body__item__header__title{color:#001894}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body .accordion-component-section__content__body__item .accordion-component-section__content__body__item__header[aria-expanded=true] .accordion-component-section__content__body__item__header__icon{background:#001894;color:#fff;transform:rotate(180deg)}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body .accordion-component-section__content__body__item .accordion-component-section__content__body__item__panel{margin-top:-17px}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body .accordion-component-section__content__body__item.is-active{padding-bottom:12px}.accordion-component-section .accordion-component-section__content .accordion-component-section__content__body .accordion-component-section__content__body__item.is-active .accordion-component-section__content__body__item__panel{margin-top:0}.floating-whatsapp{align-items:center;background-color:#007350;border-radius:40px;bottom:20px;display:flex;height:64px;justify-content:center;position:fixed;right:20px;transition:box-shadow .325s ease,background-color .325s ease;width:64px;z-index:10}@media (min-width:63.75em) and (hover:hover) and (pointer:fine){.floating-whatsapp:hover{background-color:#00ae4f;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}}
