.jarallax{position:relative;z-index:0}.jarallax>.jarallax-img,picture.jarallax-img img{position:absolute;object-fit:cover;top:0;left:0;width:100%;height:100%;z-index:-1}
:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-outline-width: 1px;--f-button-outline-color: rgba(0, 0, 0, .7);--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-opacity: 1;--f-button-svg-disabled-opacity: .5;--f-button-svg-transition: opacity .15s ease;--f-button-svg-transform: none}.f-button{width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);transform:var(--f-button-transform);transition:var(--f-button-transition);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media (hover: hover){.f-button:hover:not([aria-disabled]){color:var(--f-button-hover-color, var(--f-button-color));background-color:var(--f-button-hover-bg, var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));background-color:var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)))}.f-button:focus{outline:none}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset);position:relative;z-index:1}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity, 1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}[data-panzoom-action=toggleFS] g:first-child{display:flex}[data-panzoom-action=toggleFS] g:last-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:first-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:last-child{display:flex}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}:root{--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px}.f-spinner{position:absolute;top:50%;left:50%;margin:0;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height);translate:-50% -50%;border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);border-radius:var(--f-spinner-border-radius);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}@keyframes f-spinner{to{rotate:360deg}}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:before,.f-panzoom:after,.f-zoomable:before,.f-zoomable:after{display:block;content:""}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom.in-fullscreen,.f-zoomable.in-fullscreen{position:fixed;top:0;left:0;margin:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;aspect-ratio:unset!important;z-index:9999}.f-panzoom__wrapper{position:relative;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content{display:block;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.is-lazyloading,.f-panzoom__content.has-lazyerror{visibility:hidden}img.f-panzoom__content{width:auto;height:auto;vertical-align:top;object-fit:contain;transition:none;user-select:none}.f-panzoom__wrapper>.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.f-panzoom__viewport>.f-panzoom__content{width:100%;height:100%;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;object-fit:contain;transition:none;user-select:none}.f-panzoom__protected{position:absolute;inset:0;z-index:1;user-select:none}html.with-panzoom-in-fullscreen{overflow:hidden}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s) * .2) ease calc(var(--f-transition-duration, .2s) * .8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}}.f-zoomInUp{animation:var(--f-transition-duration, .3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(var(--f-zoomInUp-scale, .975)) translate3d(var(--f-zoomInUp-x, 0),var(--f-zoomInUp-y, 16px),0);opacity:var(--f-zoomInUp-opacity, 0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale, .975)) translate3d(var(--f-zoomOutDown-x, 0),var(--f-zoomOutDown-y, 16px),0);opacity:0}}.f-throwOutUp{animation:var(--f-throwOutUp-duration, .2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration, .2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throwOutUp-y, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throwOutDown-y, 150px),0);opacity:0}}.has-iframe .f-html,.has-pdf .f-html,.has-gmap .f-html{width:100%;height:100%;min-height:1px;overflow:visible}.has-pdf .f-html,.has-gmap .f-html{padding:0}.f-html{position:relative;box-sizing:border-box;margin:var(--f-html-margin, 0);padding:var(--f-html-padding, 2rem);color:var(--f-html-color, currentColor);background:var(--f-html-bg)}.f-html.is-error{text-align:center}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;margin:var(--f-caption-margin);padding:var(--f-caption-padding, 16px 8px);max-width:100%;max-height:calc(80vh - 100px);overflow:auto;overflow-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-youtube .f-html,.has-vimeo .f-html{padding:0;width:100%;height:100%;min-height:1px;overflow:visible;max-width:var(--f-video-width, 960px);max-height:var(--f-video-height, 540px);aspect-ratio:var(--f-video-aspect-ratio);background:var(--f-video-bg, rgba(0, 0, 0, .9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:transparent}.f-button.is-arrow{--f-button-width: var(--f-arrow-width, 46px);--f-button-height: var(--f-arrow-height, 46px);--f-button-svg-width: var(--f-arrow-svg-width, 24px);--f-button-svg-height: var(--f-arrow-svg-height, 24px);--f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);--f-button-border-radius: var(--f-arrow-border-radius, unset);--f-button-bg: var(--f-arrow-bg, transparent);--f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));--f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));--f-button-shadow: var(--f-arrow-shadow);--f-button-color: var(--f-arrow-color);--f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));--f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );overflow:visible}.f-button.is-arrow.is-prev,.f-button.is-arrow.is-next{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-prev,.is-horizontal .f-button.is-arrow.is-next{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos, 0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos, 0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{top:var(--f-arrow-pos, 0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:var(--f-arrow-pos, 0);left:50%;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-prev svg,.is-vertical .f-button.is-arrow.is-next svg{transform:rotate(90deg)}.f-carousel__toolbar{display:grid;grid-template-columns:1fr auto 1fr;margin:var(--f-toolbar-margin, 0);padding:var(--f-toolbar-padding, 8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg, none);box-shadow:var(--f-toolbar-shadow, none);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color, currentColor);font-size:var(--f-toolbar-font-size, 17px);font-weight:var(--f-toolbar-font-weight, inherit);font-family:var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--f-toolbar-gap, 0)}.f-carousel__toolbar__column.is-left{display:flex;justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{display:flex;justify-content:center}.f-carousel__toolbar__column.is-right{display:flex;justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column{pointer-events:none}.f-carousel__toolbar__column>*{pointer-events:all}.f-counter{position:relative;display:flex;flex-direction:row;cursor:default;user-select:none;margin:var(--f-counter-margin, 0);padding:var(--f-counter-padding, 4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-counter span{padding:0 var(--f-counter-gap, 4px)}:root{--f-thumbs-gap: 8px;--f-thumbs-margin: 0;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: transparent;--f-thumbs-transition: max-height .3s ease, max-width .3s ease, padding .3s ease;--f-thumbs-z-index: 1;--f-thumbs-viewport-padding-x: 0px;--f-thumbs-viewport-padding-y: 0px;--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-clip-width: 46px;--f-thumb-extra-gap: 16px;--f-thumb-opacity: 1;--f-thumb-transition: opacity .3s ease, transform .15s ease;--f-thumb-border: none;--f-thumb-border-radius: 4px;--f-thumb-shadow: none;--f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));--f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-border-transition: all .1s ease;--f-thumb-img-width: 100%;--f-thumb-img-height: 100%;--f-thumb-img-fit: cover;--f-thumb-img-position: 50% 20%}.f-thumbs{--f-carousel-slide-width: var(--f-thumb-width);--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: var(--f-thumbs-gap);position:relative;box-sizing:border-box;flex-shrink:0;margin:var(--f-thumbs-margin);padding:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:hidden;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;user-select:none;transition:var(--f-thumbs-transition);z-index:var(--f-thumbs-z-index)}.f-thumbs.is-horizontal{max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2)}.f-thumbs.is-horizontal.is-hidden{max-height:0;--f-thumbs-padding-y: 0}.f-thumbs.is-vertical{max-width:calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2)}.f-thumbs.is-vertical.is-hidden{max-width:0;--f-thumbs-padding-x: 0}.f-thumbs.is-ltr{direction:ltr}.f-thumbs.is-rtl{direction:rtl}.f-thumbs img{display:block;width:var(--f-thumb-img-width);height:var(--f-thumb-img-height);object-fit:var(--f-thumb-img-fit);object-position:var(--f-thumb-img-position);pointer-events:none;border-radius:inherit;color:transparent}.f-thumbs img[data-lazy-src]{visibility:hidden}.f-thumbs img.has-lazyerror{display:none}.f-thumbs__viewport{box-sizing:border-box;height:100%;padding:var(--f-thumbs-viewport-padding-y) var(--f-thumbs-viewport-padding-x);overflow:visible;display:grid}.f-thumbs__slide{position:relative;box-sizing:border-box;grid-area:1/1;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:0;display:flex;align-items:center;flex-direction:column;cursor:pointer;overflow:visible}.f-thumbs__slide:hover button{opacity:var(--f-thumb-hover-opacity, 1);transform:var(--f-thumb-hover-transform, none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border, none);box-shadow:var(--f-thumb-hover-shadow, var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;display:block;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:none;transition:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:var(--f-thumb-border-transition);border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity, 1);transform:var(--f-thumb-focus-transform, none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity, 1);transform:var(--f-thumb-active-transform, none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border, none);box-shadow:var(--f-thumb-active-shadow, var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:var(--f-thumb-selected-opacity, 1);transform:var(--f-thumb-selected-transform, none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border, none);box-shadow:var(--f-thumb-selected-shadow, var(--f-thumb-shadow))}.f-thumbs.is-modern{--f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: 0;--width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--f-carousel-slide-width) * 2 + var(--f-thumbs-padding-x));margin-inline:calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)) * -1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift: calc((var(--width-diff) * .5) * var(--progress));--clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );padding:0;overflow:visible;left:var(--shift, 0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-inline:50%;width:var(--f-thumb-width);clip-path:var(--clip-path);border:none;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration, .2s) var(--f-thumb-transition-easing, ease)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:none}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, none)}.f-thumbs.is-modern{--f-transition-duration: .25s;--f-transition-easing: ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration: 0s}.f-thumbs.is-scrollable .f-thumbs__viewport{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--f-thumb-width),1fr));grid-auto-rows:var(--f-thumb-height);gap:var(--f-thumbs-gap);overflow:auto;overscroll-behavior:contain;user-select:none}.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide{grid-area:auto;display:block;position:relative;max-width:100%;width:var(--f-thumb-width);height:var(--f-thumb-height);cursor:pointer;outline:none}:root{--f-progressbar-height: 3px;--f-progressbar-color: var(--f-carousel-theme-color, #575ad6);--f-progressbar-opacity: 1;--f-progressbar-z-index: 30}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:var(--f-progressbar-z-index);height:var(--f-progressbar-height);transform:scaleX(0);transform-origin:0;opacity:var(--f-progressbar-opacity);background:var(--f-progressbar-color);user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}.f-progressbar:empty{display:block}button>.f-progressbar{--f-progressbar-height: 100%;--f-progressbar-opacity: .2}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.in-fullscreen-mode>.f-carousel{flex:1;min-width:0!important;min-height:0!important}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{position:fixed;inset:0;z-index:1050;width:100%;height:100vh;max-height:unset;max-width:unset;padding:0;margin:0;border:0;overflow:hidden;background:transparent;touch-action:none;overscroll-behavior:contain}.fancybox__dialog:focus{outline:none}.fancybox__dialog::backdrop{opacity:0}@supports (height: 100dvh){.fancybox__dialog{height:100dvh}}.fancybox__dialog *:empty{display:block}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-backdrop-bg: rgba(24, 24, 27, .95);--f-toolbar-margin: 0;--f-toolbar-padding: 8px;--f-toolbar-gap: 0;--f-toolbar-color: #ddd;--f-toolbar-font-size: 16px;--f-toolbar-font-weight: 500;--f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;--f-toolbar-line-height: var(--f-button-height);--f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);--f-toolbar-shadow: none;--f-toolbar-bg: none;--f-counter-margin: 0;--f-counter-padding: 0px 10px;--f-counter-gap: 4px;--f-counter-line-height: var(--f-button-height);--f-carousel-gap: 17px;--f-carousel-slide-width: 100%;--f-carousel-slide-height: 100%;--f-carousel-slide-padding: 0;--f-carousel-slide-bg: unset;--f-html-color: #222;--f-html-bg: #fff;--f-error-color: #fff;--f-error-bg: #333;--f-caption-margin: 0;--f-caption-padding: 16px 8px;--f-caption-color: var(--fancybox-color, #dbdbdb);--f-caption-bg: transparent;--f-caption-font: inherit;--f-caption-line-height: 1.375;--f-spinner-color-1: rgba(255, 255, 255, .2);--f-spinner-color-2: rgba(255, 255, 255, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px;--f-progressbar-color: rgba(255, 255, 255);--f-button-width: 46px;--f-button-height: 46px;--f-button-color: #ddd;--f-button-hover-color: #fff;--f-button-outline-width: 1px;--f-button-outline-color: rgba(255, 255, 255, .75);--f-button-outline-offset: 0px;--f-button-bg: rgba(54, 54, 54, .75);--f-button-border: 0;--f-button-border-radius: 0;--f-button-shadow: none;--f-button-transition: all .2s ease;--f-button-transform: none;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.75;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .5;--f-arrow-pos: 32px;--f-arrow-width: 50px;--f-arrow-height: 50px;--f-arrow-svg-width: 24px;--f-arrow-svg-height: 24px;--f-arrow-svg-stroke-width: 2;--f-arrow-border-radius: 50%;--f-arrow-bg: rgba(54, 54, 54, .65);--f-arrow-color: #ddd;--f-arrow-hover-color: #fff;--f-close-button-width: 34px;--f-close-button-height: 34px;--f-close-button-svg-width: 24px;--f-close-button-svg-height: 24px;--f-close-border-radius: 4px;--f-close-button-color: #fff;--f-close-button-hover-color: #fff;--f-close-button-bg: transparent;--f-close-button-hover-bg: transparent;--f-close-button-active-bg: transparent;--f-thumbs-margin: 0px;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: none;--f-thumb-transition: all .2s ease;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-opacity: 1;--f-thumb-border: none;--f-thumb-shadow: none;--f-thumb-transform: none;--f-thumb-focus-opacity: 1;--f-thumb-focus-border: none;--f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);--f-thumb-focus-transform: none;--f-thumb-hover-opacity: 1;--f-thumb-hover-border: none;--f-thumb-hover-transform: none;--f-thumb-active-opacity: var(--f-thumb-hover-opacity);--f-thumb-active-border: var(--f-thumb-hover-border);--f-thumb-active-transform: var(--f-thumb-hover-transform);--f-thumb-selected-opacity: 1;--f-thumb-selected-border: none;--f-thumb-selected-shadow: inset 0 0 0 2px #fff;--f-thumb-selected-transform: none;--f-scrollbar-width: 7px;--f-scrollbar-track-bg: #444;--f-scrollbar-track-border-radius: 10px;--f-scrollbar-track-shadow: inset 0 0 6px rgba(0, 0, 0, .2);--f-scrollbar-thumb-bg: #ddd;--f-scrollbar-thumb-border-radius: 10px}.fancybox__container[theme=light]{--fancybox-color: #222;--fancybox-backdrop-bg: rgba(255, 255, 255, .97);--f-toolbar-color: var(--fancybox-color, #222);--f-toolbar-text-shadow: none;--f-toolbar-font-weight: 400;--f-html-color: var(--fancybox-color, #222);--f-html-bg: #fff;--f-error-color: #555;--f-error-bg: #fff;--f-video-bg: #fff;--f-caption-color: #333;--f-spinner-color-1: rgba(0, 0, 0, .2);--f-spinner-color-2: rgba(0, 0, 0, .8);--f-spinner-border-width: 3.5px;--f-progressbar-color: rgba(111, 111, 116);--f-button-color: #333;--f-button-hover-color: #000;--f-button-outline-color: rgba(0, 0, 0, .85);--f-button-bg: rgba(255, 255, 255, .85);--f-button-svg-stroke-width: 1.3;--f-button-svg-filter: none;--f-arrow-bg: rgba(255, 255, 255, .85);--f-arrow-color: #333;--f-arrow-hover-color: #000;--f-arrow-svg-stroke-width: 1.3;--f-close-button-color: #555;--f-close-button-hover-color: #000;--f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);--f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;--f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;--f-scrollbar-track-bg: #ddd;--f-scrollbar-thumb-bg: #444}.fancybox__container{position:absolute;inset:0;overflow:hidden;display:flex;flex-direction:column}.fancybox__container:focus{outline:none}.fancybox__container.has-vertical-thumbs{flex-direction:row-reverse}.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport{overflow-x:clip;overflow-y:visible}.fancybox__container>*:not(.fancybox__carousel),.fancybox__container .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){opacity:var(--f-drag-opacity, 1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing>*:not(.fancybox__carousel),.fancybox__container.is-revealing .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){animation:var(--f-interface-enter-duration, .35s) ease none f-fadeIn}.fancybox__container.is-hiding>*:not(.fancybox__carousel),.fancybox__container.is-hiding .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){animation:var(--f-interface-exit-duration, .35s) ease forwards f-fadeOut}.fancybox__container.is-hiding .fancybox__carousel .fancybox__slide:not(.is-selected){opacity:0}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__carousel.is-vertical{--f-carousel-slide-height: 100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{position:absolute;content:"";inset:-30px;z-index:1}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;transform:translate3d(0,var(--f-drag-offset, 0),0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [data-selectable],.fancybox__viewport [contenteditable]{cursor:auto}.fancybox__slide{box-sizing:border-box;position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);min-width:0;min-height:0;max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:before,.fancybox__slide:after{display:block;content:""}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color: var(--f-error-color, --f-html-color);--f-html-bg: var(--f-error-bg, --f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide.has-controls:before{margin:0}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}.fancybox__container.is-closing .fancybox__carousel{overflow:visible}.f-button.is-close-button{--f-button-width: var(--f-close-button-width);--f-button-height: var(--f-close-button-height);--f-button-border-radius: var(--f-close-border-radius);--f-button-color: var(--f-close-button-color);--f-button-hover-color: var(--f-close-button-hover-color);--f-button-bg: var(--f-close-button-bg);--f-button-hover-bg: var(--f-close-button-hover-bg);--f-button-active-bg: var(--f-close-button-active-bg);--f-button-svg-width: var(--f-close-button-svg-width);--f-button-svg-height: var(--f-close-button-svg-height);position:absolute;top:calc(var(--f-button-height) * -1);right:0;z-index:40;justify-content:end}.fancybox__thumbs{flex:0 1 100%}.fancybox__thumbs.is-scrollable{--f-thumbs-cols: 1;--f-thumbs-gap: 8px;--f-thumbs-transition: none;--f-thumbs-padding-x: 4px;--f-thumbs-padding-y: 8px;--f-thumbs-viewport-padding-x: 4px;--f-thumbs-viewport-padding-y: 0px;max-width:calc(var(--f-thumb-width) * var(--f-thumbs-cols) + var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-viewport-padding-x) * 2)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar{width:var(--f-scrollbar-width)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-track{background:var(--f-scrollbar-track-bg);border-radius:var(--f-scrollbar-track-border-radius);box-shadow:var(--f-scrollbar-track-shadow)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-thumb{background:var(--f-scrollbar-thumb-bg);border-radius:var(--f-scrollbar-thumb-border-radius)}.fancybox__thumbs.is-scrollable.is-hidden{max-width:0;--f-thumbs-padding-x: 0;--f-thumbs-padding-y: 0}.fancybox__thumbs.is-scrollable .f-thumbs__viewport{overflow-x:hidden!important;grid-template-columns:repeat(auto-fill,calc((100% - var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1)) / var(--f-thumbs-cols)))!important}

@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:98%;width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}@font-face{font-display:swap;font-family:Red Hat Display;font-style:normal;font-weight:400;src:url(../fonts/RedHatDisplay-Regular.eot);src:url(../fonts/RedHatDisplay-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/RedHatDisplay-Regular.woff2) format("woff2"),url(../fonts/RedHatDisplay-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Red Hat Display;font-style:italic;font-weight:400;src:url(../fonts/RedHatDisplay-Italic.eot);src:url(../fonts/RedHatDisplay-Italic.eot?#iefix) format("embedded-opentype"),url(../fonts/RedHatDisplay-Italic.woff2) format("woff2"),url(../fonts/RedHatDisplay-Italic.woff) format("woff")}@font-face{font-display:swap;font-family:Red Hat Display;font-style:normal;font-weight:700;src:url(../fonts/RedHatDisplay-Bold.eot);src:url(../fonts/RedHatDisplay-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/RedHatDisplay-Bold.woff2) format("woff2"),url(../fonts/RedHatDisplay-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:Red Hat Display;font-style:italic;font-weight:700;src:url(../fonts/RedHatDisplay-BoldItalic.eot);src:url(../fonts/RedHatDisplay-BoldItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/RedHatDisplay-BoldItalic.woff2) format("woff2"),url(../fonts/RedHatDisplay-BoldItalic.woff) format("woff")}@font-face{font-display:swap;font-family:Red Hat Display;font-style:normal;font-weight:900;src:url(../fonts/RedHatDisplay-Black.eot);src:url(../fonts/RedHatDisplay-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/RedHatDisplay-Black.woff2) format("woff2"),url(../fonts/RedHatDisplay-Black.woff) format("woff")}@font-face{font-display:swap;font-family:Red Hat Display;font-style:italic;font-weight:900;src:url(../fonts/RedHatDisplay-BlackItalic.eot);src:url(../fonts/RedHatDisplay-BlackItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/RedHatDisplay-BlackItalic.woff2) format("woff2"),url(../fonts/RedHatDisplay-BlackItalic.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(../fonts/Roboto-Regular.eot);src:url(../fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Roboto-Regular.woff2) format("woff2"),url(../fonts/Roboto-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(../fonts/Roboto-Medium.eot);src:url(../fonts/Roboto-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/Roboto-Medium.woff2) format("woff2"),url(../fonts/Roboto-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:600;src:url(../fonts/Roboto-SemiBold.eot);src:url(../fonts/Roboto-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Roboto-SemiBold.woff2) format("woff2"),url(../fonts/Roboto-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(../fonts/Roboto-Bold.eot);src:url(../fonts/Roboto-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Roboto-Bold.woff2) format("woff2"),url(../fonts/Roboto-Bold.woff) format("woff")}html:root{--current-breakpoint:"sm"}@media(min-width:768px){html:root{--current-breakpoint:"md"}}@media(min-width:1024px){html:root{--current-breakpoint:"lg"}}@media(min-width:1200px){html:root{--current-breakpoint:"xl"}}@media(min-width:1460px){html:root{--current-breakpoint:"xxl"}}@media(min-width:1800px){html:root{--current-breakpoint:"wide"}}body,html{-webkit-font-smoothing:antialiased;font-family:Red Hat Display,sans-serif;margin:0;scroll-behavior:smooth;text-rendering:optimizelegibility}*{box-sizing:border-box}dd,dl,dt,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0}p{font-size:1.125rem}ol,ul{list-style-type:none}address{font-style:normal}a{color:#000;-webkit-text-decoration:none;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#fff}button{-webkit-tap-highlight-color:rgba(0,0,0,0);border:none;cursor:pointer}button:focus{outline:none}blockquote{margin:0}cite{font-style:inherit}img{display:block}.otgs-development-site-front-end{display:none}.nf-form-cont .checkbox-container .nf-field-element{pointer-events:none}@media(max-width:1023.98px){.cky-revisit-bottom-left{bottom:4.6875rem!important}}.u-h{display:none!important}.u-tu{text-transform:uppercase}.u-vh{clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.u-vh.focusable:active,.u-vh.focusable:focus{clip:auto;-webkit-clip-path:none;clip-path:none;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}.u-invisible{visibility:hidden}.l-container{margin:0 auto;max-width:101.25rem}.l-section{padding-left:.9375rem;padding-right:.9375rem}.a-button{background-color:#fb538e;border:.125rem solid #fb538e;border-radius:2rem;box-shadow:0 0 .625rem 0 rgba(251,83,142,.6);color:#fff;cursor:pointer;font-size:.6875rem;font-weight:900;justify-content:center;line-height:.9375rem;padding:.4375rem .9375rem;transition:color .3s ease-in-out,background-color .3s ease-in-out,box-shadow .3s ease-in-out,border .3s ease-in-out;width:-moz-fit-content;width:fit-content}.a-button,.a-button span{align-items:center;display:flex}.a-button svg{margin-left:.625rem;transition:transform .3s ease-in-out;width:.8125rem}.a-button svg:not(.a-button__svg--alt) path{fill:#fff;transition:fill .3s ease-in-out}.a-button svg.a-button__svg--alt path{stroke:#fff;transition:stroke .3s ease-in-out}.a-button:hover{background-color:#1d9bd8!important;border-color:#1d9bd8!important;box-shadow:0 0 1rem 0 rgba(29,155,216,.6);color:#fff!important}.a-button:hover svg{transform:translateX(-8px)}.a-button:hover svg:not(.a-button__svg--alt) path{fill:#fff!important}.a-button:hover svg.a-button__svg--alt path{stroke:#fff!important}.a-button--2{background-color:#fff;border-color:#e4e7ea;box-shadow:none;color:#074790}.a-button--2 svg:not(.a-button__svg--alt) path{fill:#fb538e}.a-button--2 svg.a-button__svg--alt path{stroke:#fb538e}.a-button--3{background-color:transparent;border-color:#fff;box-shadow:0 0 1rem 0 rgba(251,83,142,.6);color:#fff}.a-button--3 svg:not(.a-button__svg--alt) path{fill:#fb538e}.a-button--3 svg.a-button__svg--alt path{stroke:#fb538e}.a-button--4{background-color:transparent;border-color:#fb538e;box-shadow:0 0 1rem 0 rgba(251,83,142,.6);color:#fb538e}.a-button--4 svg:not(.a-button__svg--alt) path{fill:#178fa9}.a-button--4 svg.a-button__svg--alt path{stroke:#178fa9}.a-button--5{background:linear-gradient(180deg,#1177a7,#18a5a6);border:none;box-shadow:none}.a-button--6{background-color:#fff;border-color:#e4e7ea;box-shadow:none;color:#fb538e}.a-button--6 svg:not(.a-button__svg--alt) path{fill:#fb538e}.a-button--6 svg.a-button__svg--alt path{stroke:#fb538e}.a-button--7{background-color:#e81818;border-color:#e81818;box-shadow:none;color:#fff}.a-button--7:hover{background-color:#fb538e!important;border-color:#fb538e!important}.a-button--alt span{padding-right:2.875rem;position:relative}.a-button--alt span svg{margin-left:0;position:absolute;right:0;top:50%;transform:translateY(-50%);width:2.25rem}.a-button--alt:hover svg{transform:translateY(-50%)!important}.a-button--lup{box-shadow:none;padding-right:2.5rem;position:relative}.a-button--lup svg{height:calc(100% + 6px)!important;margin:0!important;position:absolute;right:-.1875rem;top:-.125rem!important;width:auto!important}.a-button--lup:hover svg{transform:none!important}@media(min-width:1024px){.a-button{font-size:1.0625rem;line-height:1.25rem;padding:1.125rem 1.5625rem}.a-button svg{margin-left:1.25rem;width:1rem}.a-button:hover svg{transform:translateX(-14px)}.a-button--lup{padding-right:4.375rem}.a-button--lup svg{right:-.3125rem}.a-button--6{font-size:.6875rem;line-height:.9375rem;padding:.4375rem .9375rem}.a-button--6 svg{margin-left:.625rem;width:.8125rem}.a-button--6:hover svg{transform:translateX(-8px)}.a-button--7,.a-button--8{font-size:.6875rem;line-height:.9375rem;padding:.4375rem .9375rem}}.a-title{font-size:2.5rem;font-weight:900;line-height:3.625rem}.a-link{color:#074790;cursor:pointer;font-size:.75rem;font-weight:900;line-height:.875rem;transition:color .3s ease-in-out;width:-moz-fit-content;width:fit-content}.a-link,.a-link span{align-items:center;display:flex}.a-link span{border:.125rem solid #e6e9ee;border-radius:1.875rem;height:1.875rem;justify-content:center;margin-left:.625rem;width:1.875rem}.a-link span svg{height:.8125rem;width:.8125rem}.a-link span svg path{fill:#fb538e;transition:fill .3s ease-in-out}.a-link:hover{color:#1d9bd8}.a-link:hover span svg path{fill:#1d9bd8}@media(min-width:1024px){.a-link{font-size:.875rem;line-height:1.25rem}}.m-tile-promotion{background-color:#fff;border-radius:1.5625rem;box-shadow:0 .375rem 1.3125rem 0 rgba(7,71,144,.1);display:block;height:100%;overflow:hidden}.m-tile-promotion__img{height:12.5rem;width:100%}.m-tile-promotion__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.m-tile-promotion__content{display:flex;flex-direction:column;height:calc(100% - 200px);padding:1.25rem}.m-tile-promotion__title{color:#074790;font-size:1rem;font-weight:700;line-height:1.5rem}.m-tile-promotion__title:not(:last-child){margin-bottom:.9375rem}.m-tile-promotion__text{color:#000;font-size:.875rem;font-weight:400;line-height:1.125rem}.m-tile-promotion__text:not(:last-child){margin-bottom:.9375rem}.m-tile-promotion__button{align-items:center;color:#074790;display:flex;font-size:.6875rem;font-weight:900;line-height:.9375rem;margin-left:auto;margin-top:auto;width:-moz-fit-content;width:fit-content}.m-tile-promotion__button span{display:block;height:.8125rem;margin-left:.625rem;width:.8125rem}.m-tile-promotion__button span svg{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.m-tile-promotion__button span svg path{fill:#fb538e}@media(min-width:1024px){.m-tile-promotion__img{height:19.5rem}.m-tile-promotion__content{height:calc(100% - 312px);padding:2.5rem}.m-tile-promotion__title{font-size:1.0625rem;line-height:1.625rem}.m-tile-promotion__text{font-size:.9375rem;line-height:1.5625rem}}.m-tile-lecturers{display:block;max-width:15.625rem}.m-tile-lecturers__img{border-radius:12.5rem;height:12.5rem;margin:0 auto -2.5rem;overflow:hidden;width:12.5rem}.m-tile-lecturers__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.m-tile-lecturers__content{border:.125rem solid #fff;border-radius:1.5625rem;box-shadow:0 .375rem 1.3125rem 0 rgba(7,71,144,.1);padding:3.75rem 1.25rem 1.25rem}.m-tile-lecturers__title{color:#074790;font-size:1rem;font-weight:700;line-height:1.5rem}.m-tile-lecturers__title:not(:last-child){margin-bottom:.9375rem}.m-tile-lecturers__text{color:#000;font-size:.875rem;font-weight:400;line-height:1.125rem}.m-tile-lecturers__text:not(:last-child){margin-bottom:.9375rem}.m-tile-lecturers__button{align-items:center;color:#074790;display:flex;font-size:.6875rem;font-weight:900;line-height:.9375rem;margin-left:auto;width:-moz-fit-content;width:fit-content}.m-tile-lecturers__button span{display:block;height:.8125rem;margin-left:.625rem;width:.8125rem}.m-tile-lecturers__button span svg{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.m-tile-lecturers__button span svg path{fill:#fb538e}@media(min-width:1024px){.m-tile-lecturers{max-width:22.25rem}.m-tile-lecturers__title{font-size:1.0625rem;line-height:1.625rem}.m-tile-lecturers__text{font-size:.9375rem;line-height:1.5625rem}.m-tile-lecturers__content{padding:5rem 2.5rem 2.5rem}}.m-tile-tr{background-color:#fff;border-radius:1.5rem;box-shadow:0 .375rem 1.3125rem 0 rgba(7,71,144,.1);overflow:hidden}.m-tile-tr__img{aspect-ratio:104/59;width:100%}.m-tile-tr__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.m-tile-tr__content{padding:1.25rem}.m-tile-tr__title{color:#074790;font-family:Red Hat Display,sans-serif;font-size:1.375rem;font-style:normal;font-weight:700;letter-spacing:.0625rem;line-height:1.36364}.m-tile-tr__title:not(:last-child){margin-bottom:1.125rem}.m-tile-tr__text{color:#3f3f3f;font-family:Red Hat Display,sans-serif;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:.0625rem;line-height:normal}.m-tile-tr__text:not(:last-child){margin-bottom:1.25rem}.m-tile-tr__people{color:#3f3f3f}.m-tile-tr__people:not(:last-child){margin-bottom:.75rem}.m-tile-tr__el{align-items:center;display:flex;font-family:Red Hat Display,sans-serif;font-size:1rem;font-style:normal;font-weight:400;gap:.625rem;letter-spacing:.0625rem;line-height:1.875}.m-tile-tr__date,.m-tile-tr__time{color:#fb538e}.m-tile-tr__dt{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.m-tile-tr__button{margin-top:1rem}@media(min-width:1024px){.m-tile-tr__content{padding:1.875rem}}.m-tile-blog{background-color:#fff;border-radius:1.5625rem;box-shadow:0 .375rem 1.3125rem 0 rgba(7,71,144,.1);display:block;height:100%;overflow:hidden}.m-tile-blog__img{height:12.5rem;width:100%}.m-tile-blog__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.m-tile-blog__content{display:flex;flex-direction:column;height:calc(100% - 200px);padding:1.25rem}.m-tile-blog__title{color:#074790;font-size:1rem;font-weight:700;line-height:1.5rem}.m-tile-blog__title:not(:last-child){margin-bottom:.9375rem}.m-tile-blog__text{color:#000;font-size:.875rem;font-weight:400;line-height:1.125rem}.m-tile-blog__text:not(:last-child){margin-bottom:.9375rem}.m-tile-blog__bottom{margin-top:auto}.m-tile-blog__button{align-items:center;color:#074790;display:flex;font-size:.6875rem;font-weight:900;line-height:.9375rem;margin-left:auto;width:-moz-fit-content;width:fit-content}.m-tile-blog__button span{display:block;height:.8125rem;margin-left:.625rem;width:.8125rem}.m-tile-blog__button span svg{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.m-tile-blog__button span svg path{fill:#fb538e}.m-tile-blog__date{color:rgba(7,71,144,.6);font-size:.875rem;line-height:1.2}.m-tile-blog__date:not(:last-child){margin-bottom:.9375rem}@media(min-width:1024px){.m-tile-blog__img{height:19.5rem}.m-tile-blog__content{height:calc(100% - 312px);padding:2.5rem}.m-tile-blog__title{font-size:1.0625rem;line-height:1.625rem}.m-tile-blog__text{font-size:.9375rem;line-height:1.5625rem}}.m-tile-study{border:.125rem solid transparent;border-radius:1.5625rem;box-shadow:0 .375rem 1.3125rem 0 rgba(7,71,144,.1);cursor:pointer;display:block;height:100%;overflow:hidden;transition:border .3s ease-in-out}.m-tile-study:hover{border-color:#074790}.m-tile-study__title{-webkit-box-orient:vertical;-webkit-line-clamp:4;color:#fff;display:-webkit-box;font-size:1.375rem;font-weight:700;line-height:1.875rem;max-height:100%;overflow:hidden;position:relative;z-index:3}.m-tile-study__top{align-items:flex-end;background-color:#074790;display:flex;height:12.5rem;padding:1.25rem;position:relative}.m-tile-study__top:after{background:linear-gradient(180deg,rgba(7,71,144,0) 45%,rgba(7,71,144,.8) 81.46%),linear-gradient(0deg,rgba(7,71,144,.2),rgba(7,71,144,.2));content:"";z-index:2}.m-tile-study__img,.m-tile-study__top:after{bottom:0;left:0;position:absolute;right:0;top:0}.m-tile-study__img{z-index:1}.m-tile-study__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.m-tile-study__content{display:flex;flex-direction:column;height:calc(100% - 200px);padding:1.25rem}.m-tile-study__list:not(:last-child){margin-bottom:1.25rem}.m-tile-study__button{margin-top:auto}.m-tile-study__icon{flex-grow:0;flex-shrink:0;height:1.875rem;margin-right:.9375rem;width:1.875rem}.m-tile-study__icon svg{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.m-tile-study__li{align-items:center;display:flex}.m-tile-study__text{color:#3f3f3f;font-size:1rem;line-height:1.875rem}@media(min-width:1024px){.m-tile-study__title{-webkit-line-clamp:5}.m-tile-study__top{height:15rem}.m-tile-study__content{height:calc(100% - 240px)}}@media(min-width:1200px){.m-tile-study__content{padding:1.875rem}.m-tile-study__tile{border-radius:1.875rem}}.m-box{background-color:#fff;border-radius:2.5rem;box-shadow:0 1.125rem 2rem 0 rgba(7,71,144,.1);padding:1.875rem}.m-box__title{color:#074790;font-size:1.625rem;font-weight:900;line-height:1.625rem}.m-box__title:not(:last-child){margin-bottom:1.25rem}.m-box__li{align-items:center;display:flex}.m-box__li:not(:last-child){margin-bottom:.625rem}.m-box__icon{flex-grow:0;flex-shrink:0;height:1.375rem;width:1.375rem}.m-box__icon:not(:last-child){margin-right:.625rem}.m-box__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.m-box__list:not(:last-child){margin-bottom:1.875rem}.m-box__name{color:#3f3f3f;font-size:.9375rem;font-weight:400;line-height:1.375rem}.m-box__button{width:100%}.m-box__button:not(:last-child){margin-bottom:1.875rem}@media(min-width:1200px){.m-box{padding:2.5rem}}@media(min-width:1460px){.m-box{border-radius:3.75rem;padding:3.125rem}.m-box__title{font-size:2.875rem;line-height:3.375rem}.m-box__icon:not(:last-child){margin-right:1.5625rem}.m-box__name{font-size:1.0625rem;line-height:2.125rem}}@media(min-width:1800px){.m-box{border-radius:5rem;padding:3.75rem}}.m-text h1:not(:last-child),.m-text h2:not(:last-child),.m-text h3:not(:last-child),.m-text h4:not(:last-child),.m-text h5:not(:last-child),.m-text h6:not(:last-child),.m-text p:not(:last-child){margin-bottom:1.875rem}.m-text h1,.m-text h2,.m-text h3,.m-text h4,.m-text h5,.m-text h6{color:#074790;font-size:1.5rem;font-weight:900}.m-text h2{font-size:1.875rem}.m-text h4{font-size:1.25rem}.m-text p{color:#5d5d5d;font-size:1rem;letter-spacing:.01875rem;line-height:1.5625}.m-form .gus_button span{background-color:#fb538e;border-color:#fb538e;border-radius:1.875rem;box-shadow:0 0 1rem 0 rgba(251,83,142,.6);color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;line-height:1.5;margin-bottom:.625rem;margin-top:.625rem;padding:.625rem 1.25rem;text-align:center;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.m-form .gus_button span:hover{background-color:#1d9bd8;border-color:#1d9bd8;box-shadow:0 0 1rem 0 rgba(29,155,216,.6);color:#fff}.m-form .cf7-repeater,.m-form .cf7-repeater-container{padding:0}.m-form__red{color:#e81818}.m-form__hidden{display:none}.m-form__info{color:#e81818;display:inline-block;margin-left:.625rem}.m-form__button{background-color:#fb538e;border:.125rem solid #fb538e;border-radius:2rem;box-shadow:0 0 .625rem 0 rgba(251,83,142,.6);color:#fff!important;cursor:pointer;font-size:.6875rem;font-weight:900;justify-content:center;line-height:.9375rem;padding:.4375rem .9375rem;transition:color .3s ease-in-out,background-color .3s ease-in-out,box-shadow .3s ease-in-out,border .3s ease-in-out!important;width:-moz-fit-content;width:fit-content}.m-form__button,.m-form__button span{align-items:center;display:flex}.m-form__button:hover{background-color:#1d9bd8!important;border-color:#1d9bd8!important;box-shadow:0 0 1rem 0 rgba(29,155,216,.6)!important;color:#fff!important}.m-form__button--small{background-color:#1d9bd8;border-color:#1d9bd8;box-shadow:0 0 1rem 0 rgba(29,155,216,.6);color:#fff}.m-form__button--small:hover{background-color:#074790!important;border-color:#074790!important}.m-form .wpcf7-select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.m-form .wpcf7-select input[type=radio]{box-shadow:none;height:auto;width:auto}.m-form .wpcf7-form,.m-form__sub{display:flex;flex-wrap:wrap}.m-form .wpcf7-form>*{width:100%}.m-form .wpcf7-form h1,.m-form .wpcf7-form h2,.m-form .wpcf7-form h3,.m-form .wpcf7-form h4,.m-form .wpcf7-form h5,.m-form .wpcf7-form h6{font-weight:900!important}.m-form .wpcf7-form h2{font-size:1.625rem;line-height:2.125rem}.m-form .wpcf7-form h3{font-size:1.375rem;line-height:1.875rem}.m-form .wpcf7-form h4{font-size:1.125rem;line-height:1.625rem}.m-form .wpcf7-form h5,.m-form .wpcf7-form h6{font-size:.9375rem;line-height:1.5rem}.m-form .wpcf7-form li,.m-form .wpcf7-form p{font-size:.875rem;line-height:1.625rem}.m-form .wpcf7-form label{color:#aeb9c7;display:block;font-size:.8125rem;font-weight:400;line-height:.9375rem;padding-bottom:.3125rem}.m-form .wpcf7-form label span:not(.wpcf7-list-item-label){color:#fb538e}.m-form .wpcf7-form input[type=button],.m-form .wpcf7-form input[type=submit]{align-items:center;background-color:#fb538e;border:.125rem solid #fb538e;border-radius:2rem;box-shadow:0 0 .625rem 0 rgba(251,83,142,.6);color:#fff;cursor:pointer;display:flex;font-size:.6875rem;font-weight:900;justify-content:center;line-height:.9375rem;min-width:7.5rem;padding:.4375rem .9375rem;transition:color .3s ease-in-out,background-color .3s ease-in-out,box-shadow .3s ease-in-out,border .3s ease-in-out;width:-moz-fit-content;width:fit-content}.m-form .wpcf7-form input[type=button]:disabled,.m-form .wpcf7-form input[type=submit]:disabled{cursor:not-allowed!important;opacity:.5!important;pointer-events:none!important}.m-form .wpcf7-form button{align-items:center;background-color:#fb538e;border:.125rem solid #fb538e;border-radius:2rem;box-shadow:0 0 .625rem 0 rgba(251,83,142,.6);color:#fff;cursor:pointer;display:flex;font-size:.6875rem;font-weight:900;justify-content:center;line-height:.9375rem;min-width:7.5rem;padding:.4375rem .9375rem;transition:color .3s ease-in-out,background-color .3s ease-in-out,box-shadow .3s ease-in-out,border .3s ease-in-out;width:-moz-fit-content;width:fit-content}.m-form .wpcf7-form button:disabled{cursor:not-allowed!important;opacity:.5!important;pointer-events:none!important}.m-form .wpcf7-form input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),.m-form .wpcf7-form select,.m-form .wpcf7-form textarea{background-color:#fff;border:.125rem solid #e6e9ee;border-radius:.4375rem;box-shadow:0 .375rem .5625rem 0 rgba(28,55,96,.1);color:#3f3f3f;cursor:pointer;font-family:Red Hat Display,sans-serif;font-size:.8125rem;font-weight:400;height:2.5rem;line-height:1.125rem;padding:.3125rem;width:100%}.m-form .wpcf7-form textarea{height:6.25rem}.m-form .wpcf7-form .wpcf7-radio .wpcf7-list-item{margin-left:0}.m-form .wpcf7-form .wpcf7-radio .wpcf7-list-item label{cursor:pointer;padding:0!important}.m-form .wpcf7-form .wpcf7-radio .wpcf7-list-item:not(:last-child){margin-right:.3125rem}.m-form button[type=submit]:disabled{cursor:not-allowed;opacity:.6}.m-form__checkmark{border:.125rem solid #e6e9ee;border-radius:.125rem;cursor:pointer;display:block;flex-grow:0;flex-shrink:0;height:1.25rem;margin-right:.625rem;position:relative;width:1.25rem}.m-form__checkmark:after{color:#074790;content:"✔";cursor:pointer;display:none;font-size:.875rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.m-form__req{color:#aeb9c7;font-size:.8125rem;font-weight:400;line-height:.9375rem}.m-form__req span{color:#fb538e}.m-form__checkbox .wpcf7-list-item{margin-left:0}.m-form__checkbox .wpcf7-list-item label{align-items:flex-start;display:flex;padding-bottom:0!important}.m-form__checkbox .wpcf7-list-item label input[type=checkbox]{display:none}.m-form__checkbox .wpcf7-list-item label input[type=checkbox]:checked~.m-form__checkmark:after{display:block}.m-form__checkbox .wpcf7-list-item label>span.wpcf7-list-item-label{color:#3f3f3f;cursor:pointer;display:block;font-size:.6875rem;font-weight:400;line-height:.9375rem}.m-form__checkbox--alt .wpcf7-list-item label>span.wpcf7-list-item-label{color:#aeb9c7;font-size:.8125rem;font-weight:400;line-height:.9375rem}.m-form__checkbox--alt .m-form__checkmark{margin-left:.625rem;margin-right:0}.m-form__text{font-family:Red Hat Display,sans-serif;font-size:1rem;letter-spacing:.0625rem;line-height:1.875}.m-form__star-label{color:#aeb9c7;display:block!important;font-size:.8125rem;font-weight:400;line-height:.9375rem}.m-form__star-label span{color:#fb538e}.m-form__stars{display:flex!important;flex-direction:row-reverse!important;justify-content:flex-end!important}.m-form__stars label{cursor:pointer;height:2.1875rem!important;padding-bottom:0!important;position:relative;width:2.1875rem!important}.m-form__stars label:after{color:#e4e7ea;content:"★";font-size:2.1875rem;left:50%;line-height:2.1875rem;position:absolute;top:50%;transform:translate(-50%,-50%);transition:color .3s ease-in-out}.m-form__stars label:hover:after,.m-form__stars label:hover~label:after{color:#fb538e}.m-form__stars input{display:none}.m-form__stars input:checked~label:after{color:#fb538e}.m-form__label{color:#aeb9c7;display:block;font-size:.8125rem!important;font-weight:400;line-height:.9375rem!important;padding-bottom:.3125rem}.m-form__info-text{font-size:1rem!important;font-weight:700;line-height:1.125rem!important;word-break:break-word}.m-form__right{align-items:flex-end;display:flex;flex-direction:column}@media(max-width:1023.98px){.m-form__row{align-items:center!important;display:flex;flex-direction:row!important;justify-content:space-between!important}.m-form .wpcf7-form>:not(:last-child){margin-bottom:.9375rem}.m-form--small .wpcf7-form{justify-content:space-between}.m-form--small .wpcf7-form .full,.m-form--small .wpcf7-form .one-fourth,.m-form--small .wpcf7-form .one-half,.m-form--small .wpcf7-form .one-third,.m-form--small .wpcf7-form .three-fourths,.m-form--small .wpcf7-form .two-fourths,.m-form--small .wpcf7-form .two-thirds{display:flex;flex-direction:column;justify-content:space-between}.m-form--small .wpcf7-form .one-fourth,.m-form--small .wpcf7-form .one-half,.m-form--small .wpcf7-form .one-third,.m-form--small .wpcf7-form .three-fourths,.m-form--small .wpcf7-form .two-fourths,.m-form--small .wpcf7-form .two-thirds{width:48%}.m-form--small .wpcf7-form .full,.m-form--small .wpcf7-form .full-mobile{width:100%}}@media(min-width:1024px){.m-form__button:not(.m-form__button--small){font-size:1.0625rem;line-height:1.25rem;padding:1.125rem 1.5625rem}.m-form__star-label{font-size:.9375rem;line-height:1.375rem;margin-bottom:-.625rem!important}.m-form .wpcf7-form,.m-form__sub{display:flex;flex-wrap:wrap;gap:1.25rem}.m-form .wpcf7-form h2{font-size:2.0625rem;line-height:3rem}.m-form .wpcf7-form h3{font-size:1.625rem;line-height:2.4375rem}.m-form .wpcf7-form h4{font-size:1.3125rem;line-height:2.125rem}.m-form .wpcf7-form h5,.m-form .wpcf7-form h6{font-size:1.125rem;line-height:1.9375rem}.m-form .wpcf7-form li,.m-form .wpcf7-form p{font-size:1rem;line-height:2rem}.m-form .wpcf7-form .full>:not(:last-child),.m-form .wpcf7-form .one-fourth>:not(:last-child),.m-form .wpcf7-form .one-half>:not(:last-child),.m-form .wpcf7-form .one-third>:not(:last-child),.m-form .wpcf7-form .three-fourths>:not(:last-child),.m-form .wpcf7-form .two-fourths>:not(:last-child),.m-form .wpcf7-form .two-thirds>:not(:last-child){margin-bottom:1.25rem}.m-form .wpcf7-form label{font-size:.9375rem;line-height:1.375rem;margin-bottom:0!important;padding-bottom:.625rem}.m-form .wpcf7-form input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),.m-form .wpcf7-form select,.m-form .wpcf7-form textarea{font-size:.9375rem;height:3.125rem;line-height:1.375rem;padding:1rem .5rem}.m-form .wpcf7-form select{padding:.3125rem .5rem}.m-form .wpcf7-form button[type=submit],.m-form .wpcf7-form input[type=button],.m-form .wpcf7-form input[type=submit]{font-size:1.0625rem;line-height:1.25rem;padding:1.125rem 1.5625rem}.m-form .wpcf7-form textarea{height:6.25rem}.m-form .wpcf7-form .full{width:100%}.m-form .wpcf7-form .one-half{width:calc(50% - 10px)}.m-form .wpcf7-form .one-third{width:calc(33.33333% - 13.33333px)}.m-form .wpcf7-form .two-thirds{width:calc(66.66667% - 6.66667px)}.m-form .wpcf7-form .one-fourth{width:calc(25% - 15px)}.m-form .wpcf7-form .two-fourths{width:calc(50% - 10px)}.m-form .wpcf7-form .three-fourths{width:calc(75% - 5px)}.m-form__checkbox .wpcf7-list-item label>span.wpcf7-list-item-label{line-height:1.25rem}.m-form__checkbox--alt .wpcf7-list-item label>span.wpcf7-list-item-label{font-size:.9375rem;line-height:.9375rem}.m-form__label{font-size:.9375rem!important;line-height:1.0625rem!important;margin-bottom:0!important;padding-bottom:.625rem}.m-form__info-text{font-size:1.25rem!important;line-height:1.375rem!important}}.wpcf7-form.submitting button[type=submit]{cursor:not-allowed!important;opacity:.5!important;pointer-events:none!important}.m-paginate{flex-wrap:wrap}.m-paginate,.m-paginate>a,.m-paginate>span{align-items:center;display:flex;gap:.3125rem}.m-paginate>a,.m-paginate>span{font:900 .8125rem/1.25rem Red Hat Display,sans-serif}.m-paginate>a svg,.m-paginate>span svg{height:.875rem;width:.875rem}.m-paginate>a svg path,.m-paginate>span svg path{fill:#fb538e}.m-paginate>a:last-child svg,.m-paginate>span:last-child svg{transform:rotate(180deg)}.m-paginate>a{color:#074790!important;cursor:pointer;transition:color .3s ease}.m-paginate>a:hover{color:#1d9bd8!important}.m-paginate>span{color:#000}.m-content{color:#3f3f3f}.m-content>*{margin-bottom:0}.m-content>:not(:last-child){margin-bottom:.9375rem}.m-content h1,.m-content h2,.m-content h3,.m-content h4,.m-content h5,.m-content h6{font-weight:900!important}.m-content>.m-catalog:not(:first-child),.m-content>h1:not(:first-child),.m-content>h2:not(:first-child),.m-content>h3:not(:first-child),.m-content>h4:not(:first-child),.m-content>h5:not(:first-child),.m-content>h6:not(:first-child){margin-top:1.875rem}.m-content>.m-catalog:not(:last-child),.m-content>h1:not(:last-child),.m-content>h2:not(:last-child),.m-content>h3:not(:last-child),.m-content>h4:not(:last-child),.m-content>h5:not(:last-child),.m-content>h6:not(:last-child){margin-bottom:1.875rem}.m-content iframe:not(:first-child),.m-content>figure:not(:first-child){margin-top:1.875rem}.m-content iframe:not(:last-child),.m-content>figure:not(:last-child){margin-bottom:1.875rem}.m-content iframe{max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.m-content h2{font-size:1.625rem;line-height:2.125rem}.m-content h3{font-size:1.375rem;line-height:1.875rem}.m-content h4{font-size:1.125rem;line-height:1.625rem}.m-content h5,.m-content h6{font-size:.9375rem;line-height:1.5rem}.m-content li,.m-content p{font-size:.875rem;line-height:1.625rem}.m-content .wp-element-caption{font-size:.75rem;line-height:1.375rem}.m-content ol:not(:last-child),.m-content ul:not(:last-child){margin-bottom:1.875rem}.m-content li:not(:last-child){margin-bottom:.5rem}.m-content ul{padding-left:2.1875rem}.m-content ul li{padding-left:1.25rem;position:relative}.m-content ul li:before{background:#1d9bd8;border-radius:100%;content:"";height:.3125rem;left:0;position:absolute;top:.625rem;width:.3125rem}.m-content ol li{list-style-type:decimal;margin-left:1.875rem;padding-left:.3125rem}.m-content a{color:#1d9bd8;cursor:pointer;transition:color .3s ease-in-out}.m-content a:hover{color:#074790}.m-content table{background-color:#f8f8f8;border:.125rem solid #000;border-collapse:collapse}.m-content table caption{display:none!important}.m-content table td,.m-content table th{border:.0625rem solid #e3eaf2;border-collapse:collapse;font-size:.875rem;line-height:1.625rem;padding:.9375rem;text-align:center;vertical-align:middle}.m-content__table{overflow:auto}@media(min-width:1024px){.m-content>:not(:last-child){margin-bottom:1.25rem}.m-content h2{font-size:2.0625rem;line-height:3rem}.m-content h3{font-size:1.625rem;line-height:2.4375rem}.m-content h4{font-size:1.3125rem;line-height:2.125rem}.m-content h5,.m-content h6{font-size:1.125rem;line-height:1.9375rem}.m-content li,.m-content p{font-size:1rem;line-height:2rem}.m-content table td,.m-content table th{font-size:1rem;line-height:2rem;padding:.9375rem}.m-content .wp-element-caption{font-size:.875rem;line-height:1.625rem}.m-content>h1:not(:first-child),.m-content>h2:not(:first-child),.m-content>h3:not(:first-child),.m-content>h4:not(:first-child),.m-content>h5:not(:first-child),.m-content>h6:not(:first-child){margin-top:2.1875rem}.m-content>h1:not(:last-child),.m-content>h2:not(:last-child),.m-content>h3:not(:last-child),.m-content>h4:not(:last-child),.m-content>h5:not(:last-child),.m-content>h6:not(:last-child){margin-bottom:2.1875rem}.m-content iframe:not(:first-child),.m-content>figure:not(:first-child){margin-top:2.1875rem}.m-content iframe:not(:last-child),.m-content ol:not(:last-child),.m-content ul:not(:last-child),.m-content>figure:not(:last-child){margin-bottom:2.1875rem}.m-content li:not(:last-child){margin-bottom:.75rem}.m-content ul li{padding-left:1.5625rem}.m-content ul li:before{top:.875rem}.m-content ol li{margin-left:1.875rem;padding-left:.625rem}}.m-popup{align-items:center;background-color:rgba(0,0,0,.3);bottom:0;display:flex;justify-content:center;left:0;opacity:0;overflow:auto;padding:2.5rem 1.25rem 1.25rem;position:fixed;right:0;top:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden;z-index:25}.m-popup--open{opacity:1;visibility:visible}.m-popup__iframe{margin:auto;max-width:100%;position:relative;width:64rem}.m-popup__iframe iframe{aspect-ratio:16/9;border:none;-o-object-fit:contain;object-fit:contain;width:100%}.m-popup__close{cursor:pointer;height:1.5625rem;position:absolute;right:0;top:-1.875rem;width:1.5625rem}.m-popup__close:after{transform:translate(-50%,-50%) rotate(45deg)}.m-popup__close:after,.m-popup__close:before{background-color:#fff;border-radius:.125rem;content:"";height:1.5625rem;left:50%;position:absolute;top:50%;width:.125rem}.m-popup__close:before{transform:translate(-50%,-50%) rotate(-45deg)}@media(max-width:1023.98px){.m-menu{background-color:#fb538e;bottom:0;left:0;overflow:auto;padding:12.5rem .9375rem .9375rem;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease-in-out;z-index:16}.m-menu.--open{transform:none}.m-menu__menu>ul>li:not(:last-child){margin-bottom:.9375rem}.m-menu__menu>ul>li a{color:#fff;font-size:1.125rem;font-weight:900;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.m-menu__sub{display:none;padding-left:1.25rem;padding-top:.625rem}.m-menu__sub>ul>li:not(:last-child){margin-bottom:.625rem}.m-menu__sub>ul>li a{font-size:.875rem}.m-menu__el{align-items:center;display:flex}.m-menu__cross{background-color:#074790;border-radius:1.625rem;cursor:pointer;height:1.625rem;margin-left:1.875rem;position:relative;width:1.625rem}.m-menu__cross:after,.m-menu__cross:before{background-color:#fff;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.m-menu__cross:before{height:.1875rem;width:.9375rem}.m-menu__cross:after{height:.9375rem;transition:height .3s ease-in-out;width:.1875rem}.m-menu__cross.--open:after{height:0}}@media(min-width:1024px){.m-menu{display:none!important}.m-menu__sub{background-color:#fff;border-radius:.625rem 0 .625rem .625rem;bottom:0;opacity:0;padding:1.25rem;position:absolute;right:0;transform:translateY(100%);transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden}.m-menu__sub>ul>li:not(:last-child){margin-bottom:.625rem}.m-menu__sub>ul>li>a{padding-left:1.875rem;position:relative;white-space:nowrap}.m-menu__sub>ul>li>a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27m6.848 1.601 5.483 5.434H.005V8.94h12.32l-5.482 5.435 1.356 1.347 7.794-7.739L8.2.245 6.85 1.6Z%27 fill=%27%23AEB9C7%27/%3E%3C/svg%3E");background-position:50%;background-size:contain;content:"";height:.625rem;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:left .3s ease-in-out;width:.6875rem}.m-menu__sub>ul>li>a:hover:before{left:.3125rem}.m-menu__menu>ul{align-items:center;display:flex}.m-menu__menu>ul>li{padding:.625rem;position:relative}.m-menu__menu>ul>li a{color:#074790;cursor:pointer;font-size:.875rem;font-style:normal;font-weight:700;line-height:1.25;transition:color .3s ease-in-out}.m-menu__menu>ul>li a:hover{color:#1d9bd8}.m-menu__menu>ul>li.menu-item-has-children{border-radius:.625rem .625rem 0 0;cursor:pointer;transition:background-color .3s ease-in-out}.m-menu__menu>ul>li.menu-item-has-children:hover{background-color:#fff}.m-menu__menu>ul>li.menu-item-has-children:hover .m-menu__sub{opacity:1;visibility:visible}.m-menu__menu+.o-header__button{margin-left:1.25rem}.m-menu__el{align-items:center;display:flex}.m-menu__cross{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2710%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M16.337.042 9.34 7.014 2.334.042.857 1.512l8.484 8.441 8.472-8.44-1.476-1.47Z%27 fill=%27%23AEB9C7%27/%3E%3C/svg%3E");background-position:50%;background-size:contain;height:.625rem;margin-left:.625rem;width:1.0625rem}}@media(min-width:1200px){.m-menu__menu ul>li a{font-size:1rem}}@media(min-width:1460px){.m-menu__menu ul{gap:.625rem}}@media(min-width:1800px){.m-menu__menu ul{gap:1.25rem}}.m-modal{align-items:center;background-color:rgba(0,0,0,.3);bottom:0;display:flex;justify-content:center;left:0;opacity:0;overflow:auto;padding:2.5rem 1.25rem 1.25rem;position:fixed;right:0;top:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden;z-index:25}.m-modal--open{opacity:1;visibility:visible}.m-modal__container{background-color:#fff;border-radius:1.5625rem;margin:auto;max-width:100%;padding:1.25rem;position:relative;width:64rem}.m-modal__close{cursor:pointer;height:1.5625rem;position:absolute;right:0;top:-1.875rem;width:1.5625rem}.m-modal__close:after{transform:translate(-50%,-50%) rotate(45deg)}.m-modal__close:after,.m-modal__close:before{background-color:#fff;border-radius:.125rem;content:"";height:1.5625rem;left:50%;position:absolute;top:50%;width:.125rem}.m-modal__close:before{transform:translate(-50%,-50%) rotate(-45deg)}@media(min-width:1024px){.m-modal__container{border-radius:1.875rem;padding:2.5rem}}.m-faq__tile{border-bottom:.0625rem solid #aeb9c7;padding:2.5rem 0}.m-faq__tile:first-child{border-top:.0625rem solid #aeb9c7}.m-faq__top{align-items:flex-start;display:flex;justify-content:space-between}.m-faq__q{font-size:1.5rem;font-weight:900;line-height:1.75rem}.m-faq__right{flex-grow:0;flex-shrink:0;margin-left:1.25rem}.m-faq__arrow{align-items:center;color:#074790;cursor:pointer;display:flex;font-size:.75rem;font-weight:900;line-height:.875rem;transition:color .3s ease-in-out;width:-moz-fit-content;width:fit-content}.m-faq__arrow .m-faq__svg{align-items:center;border:.125rem solid #e6e9ee;border-radius:1.875rem;display:flex;height:1.875rem;justify-content:center;margin-left:.625rem;width:1.875rem}.m-faq__arrow .m-faq__svg svg{height:.8125rem;transform:rotate(-90deg);transition:transform .3s ease-in-out;width:.8125rem}.m-faq__arrow .m-faq__svg svg path{fill:#fb538e;transition:fill .3s ease-in-out}.m-faq__arrow:hover{color:#1d9bd8}.m-faq__arrow:hover span svg path{fill:#1d9bd8}.m-faq__arrow.--active .m-faq__svg svg{transform:rotate(90deg)}.m-faq__file{color:#074790;font-size:1rem;font-weight:700;line-height:1.5rem;transition:color .3s ease-in-out}.m-faq__file,.m-faq__file span{align-items:center;display:flex}.m-faq__file span{border:.125rem solid #e6e9ee;border-radius:1.875rem;flex-grow:0;flex-shrink:0;height:1.875rem;justify-content:center;margin-right:1.25rem;transition:border .3s ease-in-out;width:1.875rem}.m-faq__file span svg{height:.8125rem;width:.8125rem}.m-faq__file span svg path{fill:#fb538e;transition:fill .3s ease-in-out}.m-faq__file:hover{color:#1d9bd8}.m-faq__file:hover span{border-color:#1d9bd8}.m-faq__file:hover span svg path{fill:#1d9bd8}.m-faq__file:not(:last-child){margin-bottom:.625rem}.m-faq__a{padding-top:1.25rem}.m-faq__text img{display:inline-block}.m-faq__text img+img{margin-left:.625rem}.m-faq__program-button:not(:last-child),.m-faq__text:not(:last-child){margin-bottom:1.875rem}@media(max-width:1023.98px){.m-faq__right{align-items:flex-end;display:flex;flex-direction:column-reverse}}@media(min-width:1024px){.m-faq__right{align-items:center;display:flex;gap:1.25rem}.m-faq__q{font-size:1.875rem;line-height:2.4375rem}.m-faq__program-button:not(:last-child),.m-faq__text:not(:last-child){margin-bottom:2.1875rem}.m-faq__file{font-size:1.125rem;line-height:1.875rem}}.m-catalog{background-color:#074790;background-image:url(../img/bg-catalog.png);background-position:100% 100%;background-repeat:no-repeat;border-radius:1.875rem;padding:1.25rem}.m-catalog__title{color:#fff;font-size:1.375rem;font-weight:900;line-height:1.28}.m-catalog__title span{color:#fb538e}.m-catalog__title:not(:last-child){margin-bottom:1.25rem}.m-catalog__text{color:#fff;font-size:.875rem;line-height:1.625rem}.m-catalog__text:not(:last-child){margin-bottom:1.25rem}.m-catalog__img{max-width:18.125rem;width:100%}.m-catalog__img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.m-catalog__form{max-width:23.625rem}@media(max-width:767.98px){.m-catalog__img{margin:0 auto}.m-catalog__content:not(:last-child){margin-bottom:1.25rem}}@media(min-width:768px){.m-catalog{align-items:center;border-radius:4.3125rem;display:flex;gap:1.25rem;padding:3.125rem}.m-catalog__img{flex-grow:0;flex-shrink:0;width:calc(35% - 10px)}.m-catalog__content{width:100%}}@media(min-width:1024px){.m-catalog__title{font-size:1.75rem}.m-catalog__text{font-size:1rem;line-height:2}}.m-study-box{background-color:#fff;border-radius:1.5625rem;box-shadow:0 1.125rem 2rem 0 rgba(7,71,144,.1);overflow:hidden}.m-study-box__title{color:#074790;font-size:1.375rem;font-weight:900;line-height:1.625rem}.m-study-box__top{align-items:center;display:flex;gap:.625rem;justify-content:space-between;padding:.9375rem;position:relative}.m-study-box__top:not(:last-child){margin-bottom:.9375rem}.m-study-box__top:after{background-color:#e6e9ee;bottom:0;content:"";height:.0625rem;left:0;position:absolute;width:4.0625rem}.m-study-box__icon{flex-grow:0;flex-shrink:0;height:2.1875rem;width:2.1875rem}.m-study-box__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.m-study-box__table{display:flex;justify-content:space-between;padding:0 .9375rem .9375rem}.m-study-box__table:not(:last-child){margin-bottom:.9375rem}.m-study-box__col{width:calc(50% - 10px)}.m-study-box__text{color:#3f3f3f;font-size:.8125rem;line-height:1.125rem}.m-study-box__text span{display:block;font-size:.8125rem;font-weight:900;line-height:1.125rem}.m-study-box__text:not(:last-child){margin-bottom:.9375rem}.m-study-box__text--big span,.m-study-box__text--blue span{font-size:1.25rem!important;line-height:1.625rem!important}.m-study-box__text--blue span{color:#074790}.m-study-box__buttons{width:calc(50% - 10px)}.m-study-box__small-button{width:100%}.m-study-box__small-button:not(:last-child){margin-bottom:.9375rem}.m-study-box__content{background-color:#f8f8f8;display:flex;flex-wrap:wrap;justify-content:space-between;padding:.9375rem}.m-study-box__content .m-study-box__buttons:not(:last-child),.m-study-box__content .m-study-box__col:not(:last-child){margin-bottom:.9375rem}.m-study-box__subtitle{color:#3f3f3f;font-size:.8125rem;font-weight:900;line-height:1.125rem;width:100%}.m-study-box__subtitle:not(:last-child){margin-bottom:.9375rem}.m-study-box__button{width:100%}.m-study-box__button:not(:last-child){margin-bottom:.9375rem}.m-study-box__button--more{background-color:#f8f8f8}.m-study-box__button--more svg{transform:rotate(-90deg)!important}.m-study-box__small-button--2{background-color:#f8f8f8}.m-study-box__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.m-study-box__bottom:not(:last-child){margin-bottom:.9375rem}.m-study-box__bottom .m-study-box__text{margin-bottom:0!important;width:calc(50% - 10px)}@media(min-width:1024px){.m-study-box{border-radius:5rem}.m-study-box__small-button{font-size:.8125rem;padding:.4375rem .9375rem}.m-study-box__button{font-size:.8125rem}.m-study-box__title{font-size:1.75rem;line-height:2rem}.m-study-box__content{padding:1.5625rem 2.5rem 3.125rem}.m-study-box__content .m-study-box__buttons:not(:last-child),.m-study-box__content .m-study-box__col:not(:last-child){margin-bottom:1.5625rem}.m-study-box__top{padding:3.125rem 2.5rem}.m-study-box__top:not(:last-child){margin-bottom:1.5625rem;padding-bottom:1.5625rem}.m-study-box__table{padding:0 2.5rem 1.5625rem;position:relative}.m-study-box__table:after{background-color:#e6e9ee;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:.0625rem}.m-study-box__table:not(:last-child){margin-bottom:1.5625rem}.m-study-box__buttons,.m-study-box__col{width:calc(50% - 10px)}.m-study-box__text,.m-study-box__text span{font-size:.9375rem;line-height:1.375rem}.m-study-box__text:not(:last-child){margin-bottom:1.25rem}.m-study-box__text--big span{font-size:1.5rem!important;line-height:2.125rem!important}.m-study-box__text--blue span{font-size:1.875rem!important;line-height:2.25rem!important}.m-study-box__subtitle{font-size:.9375rem;line-height:1.375rem}.m-study-box__subtitle:not(:last-child){margin-bottom:1.5625rem}.m-study-box__button{min-height:3.75rem;padding:.3125rem 1.5625rem}.m-study-box__bottom:not(:last-child),.m-study-box__button:not(:last-child){margin-bottom:1.5625rem}}@media(min-width:1200px){.m-study-box__button,.m-study-box__small-button{font-size:.9375rem}}@media(min-width:1460px){.m-study-box__bottom .m-study-box__text,.m-study-box__buttons,.m-study-box__col{width:calc(50% - 20px)}}.o-section-cat{padding-bottom:1.875rem;padding-top:1.875rem}.o-section-cat__lead{font-size:.9375rem;font-weight:700;line-height:1.25rem}.o-section-cat__lead span{font-weight:400}.o-section-cat__title{color:#074790}.o-section-cat__title:not(:last-child){margin-bottom:1.875rem}.o-section-cat__tile{border:.125rem solid transparent;border-radius:1.5625rem;box-shadow:0 .375rem 1.3125rem 0 rgba(7,71,144,.1);cursor:pointer;display:block;padding:1.25rem;transition:border .3s ease-in-out}.o-section-cat__tile:hover{border-color:#074790}.o-section-cat__tile:hover .o-section-cat__link{color:#1d9bd8}.o-section-cat__tile:hover .o-section-cat__link span svg path{fill:#1d9bd8}.o-section-cat__link{margin-left:auto}.o-section-cat__top{align-items:center;display:flex}.o-section-cat__top:not(:last-child){margin-bottom:1.25rem}.o-section-cat__icon{flex-grow:0;flex-shrink:0;height:2.875rem;margin-right:1.25rem;width:2.875rem}.o-section-cat__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-section-cat__subtitle{color:#1d9bd8;font-size:1.0625rem;font-weight:700;line-height:1.375rem}@media(max-width:1023.98px){.o-section-cat__wrapper{display:none}}@media(max-width:575.98px){.o-section-cat__tile:not(:last-child){margin-bottom:1.5625rem}}@media(min-width:576px){.o-section-cat__tiles{display:flex;flex-wrap:wrap;gap:1.25rem}.o-section-cat__tile{display:flex;flex-direction:column;justify-content:space-between;width:calc(50% - 10px)}}@media(min-width:1024px){.o-section-cat{padding-bottom:3.75rem;padding-top:3.75rem}.o-section-cat__lead{font-size:1rem;line-height:1.875rem}.o-section-cat__lead:not(:last-child){margin-bottom:.3125rem}.o-section-cat__title:not(:last-child){margin-bottom:3.75rem}.o-section-cat__subtitle{font-size:1.375rem;line-height:1.875rem}.o-section-cat__top:not(:last-child){margin-bottom:1.875rem}.o-section-cat__row{display:flex;justify-content:space-between}.o-section-cat__list{width:68%}.o-section-cat__wrapper{width:26%}.o-section-cat__tiles{gap:2.5rem}.o-section-cat__tile{width:calc(50% - 20px)}.o-section-cat__box{position:sticky;top:1.25rem}}@media(min-width:1200px){.o-section-cat__tile{border-radius:1.875rem;padding:1.875rem}}@media(min-width:1460px){.o-section-cat__tiles{gap:3.75rem}.o-section-cat__tile{width:calc(50% - 30px)}}.o-section-au{background:linear-gradient(90deg,#1272b5,#074790 50%,#1272b5);border-bottom:.5rem solid #fb538e;color:#fff;overflow:hidden;padding-top:1.875rem}.o-section-au--bottom{padding-bottom:7.5rem}.o-section-au__title{font-size:1.5rem;font-weight:900;line-height:1.75rem;text-align:center}.o-section-au__title span{color:#fb538e}.o-section-au__title:not(:last-child){margin-bottom:1.25rem}.o-section-au__text li,.o-section-au__text p{font-size:.875rem;line-height:1.25rem}.o-section-au__text ol:not(:last-child),.o-section-au__text p:not(:last-child),.o-section-au__text ul:not(:last-child){margin-bottom:1.25rem}.o-section-au__text ol,.o-section-au__text ul{padding-left:1.25rem}.o-section-au__text ol{list-style-type:decimal}.o-section-au__text ul{list-style-type:disc}.o-section-au__text:not(:last-child){margin-bottom:1.25rem}.o-section-au__img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-section-au__buttons{display:flex;flex-wrap:wrap;gap:1.25rem 1.875rem}@media(max-width:1023.98px){.o-section-au__buttons{justify-content:center}.o-section-au__left:not(:last-child),.o-section-au__right:not(:last-child){margin-bottom:1.25rem}.o-section-au__img{margin:0 auto;width:50%}.o-section-au__img,.o-section-au__img img{max-height:18.75rem}}@media(min-width:1024px){.o-section-au{padding-top:7.5rem}.o-section-au--bottom{padding-bottom:8.75rem}.o-section-au__title{font-size:3.25rem;line-height:4.25rem;text-align:left}.o-section-au__title:not(:last-child){margin-bottom:2.5rem}.o-section-au__text li,.o-section-au__text p{font-size:1rem;line-height:1.875rem}.o-section-au__text:not(:last-child){margin-bottom:2.5rem}.o-section-au__buttons{gap:1.875rem}.o-section-au__row{display:flex;justify-content:space-between;padding-bottom:7.5rem;position:relative}.o-section-au__img{bottom:0;left:50%;position:absolute;transform:translateX(-50%);width:58%;z-index:1}.o-section-au__left,.o-section-au__right{position:relative;width:35%;z-index:2}}@media(min-width:1200px){.o-section-au--bottom{padding-bottom:7.5rem}.o-section-au__row{padding-bottom:20rem}.o-section-au__left,.o-section-au__right{width:32%}.o-section-au__img{width:61%}}.o-section-opinions{margin-top:-9.375rem;padding-bottom:2.1875rem;position:relative;z-index:2}.o-section-opinions__wrapper{background-color:#fff;border-radius:1.5625rem;box-shadow:-.0625rem 2.1875rem 2rem 0 rgba(7,71,144,.1);padding:1.25rem}.o-section-opinions__title{color:#074790;font-size:1.5rem;font-weight:900;line-height:1.75rem;text-align:center}.o-section-opinions__title span{color:#fb538e}.o-section-opinions__title:not(:last-child){margin-bottom:1.25rem}.o-section-opinions__swiper{overflow:hidden}.o-section-opinions__swiper:not(:last-child){margin-bottom:1.25rem}.o-section-opinions__slide{display:flex}.o-section-opinions__quote{flex-grow:0;flex-shrink:0;margin-right:.625rem;width:1.5625rem}.o-section-opinions__quote svg{height:auto;width:100%}.o-section-opinions__quote svg path{fill:#f0f1f3}.o-section-opinions__content{width:100%}.o-section-opinions__text{color:#3f3f3f;font-size:.875rem;line-height:1.125rem}.o-section-opinions__text:not(:last-child){margin-bottom:.9375rem}.o-section-opinions__bottom{align-items:center;display:flex;justify-content:space-between}.o-section-opinions__stars{flex-grow:0;flex-shrink:0;margin-right:.625rem}.o-section-opinions__author{color:#3f3f3f;font-size:.875rem;font-weight:700;line-height:1.25rem}.o-section-opinions__button{margin-left:auto}@media(min-width:768px){.o-section-opinions__slide{height:100%!important}.o-section-opinions__content{display:flex;flex-direction:column;justify-content:space-between}}@media(min-width:1024px){.o-section-opinions{margin-top:-13.4375rem}.o-section-opinions__wrapper{border-radius:2.5rem;padding:1.875rem}.o-section-opinions__title{font-size:1.875rem;line-height:2.375rem;text-align:left}.o-section-opinions__title:not(:last-child){margin-bottom:3.125rem}.o-section-opinions__quote{margin-right:1.25rem;width:3.75rem}.o-section-opinions__text{font-size:1rem;line-height:1.875rem}.o-section-opinions__text:not(:last-child){margin-bottom:1.875rem}.o-section-opinions__author{font-size:1.0625rem;line-height:1.875rem}.o-section-opinions__swiper:not(:last-child){margin-bottom:3.125rem}}@media(min-width:1200px){.o-section-opinions{margin-top:-16.25rem}}@media(min-width:1460px){.o-section-opinions__wrapper{border-radius:6.25rem;padding:4.375rem 6.25rem}}.o-section-catalog{padding-bottom:1.875rem;padding-top:1.875rem}.o-section-catalog__title{color:#074790;font-size:1.5rem;font-weight:900;line-height:1.75rem;text-align:center}.o-section-catalog__title span{color:#fb538e}.o-section-catalog__title:not(:last-child){margin-bottom:1.25rem}@media(min-width:1024px){.o-section-catalog{padding-bottom:3.75rem;padding-top:3.75rem}.o-section-catalog__title{font-size:1.875rem;line-height:2.25rem;text-align:left}.o-section-catalog__title:not(:last-child){margin-bottom:2.5rem}}.o-section-promotion{background:linear-gradient(90deg,#1272b5,#074790 50%,#1272b5);color:#fff;padding-bottom:1.875rem;padding-top:1.875rem}.o-section-promotion__title{font-size:1.5rem;font-weight:900;line-height:1.75rem}.o-section-promotion__title:not(:last-child){margin-bottom:1.25rem}@media(max-width:575.98px){.o-section-promotion__col:not(:last-child){margin-bottom:1.25rem}}@media(min-width:576px){.o-section-promotion__row{display:flex;flex-wrap:wrap;gap:1.25rem}.o-section-promotion__col{width:calc(50% - 10px)}}@media(min-width:1024px){.o-section-promotion{padding-bottom:3.75rem;padding-top:3.75rem}.o-section-promotion__title{font-size:1.6875rem;font-weight:900;line-height:2.3125rem}.o-section-promotion__title:not(:last-child){margin-bottom:3.125rem}.o-section-promotion__row{gap:3.125rem}.o-section-promotion__col{width:calc(33.33333% - 33.33333px)}}.o-section-lecturers{padding-bottom:1.875rem;padding-top:1.875rem}.o-section-lecturers__title{color:#074790;font-size:1.5rem;font-weight:900;line-height:1.75rem}.o-section-lecturers__title:not(:last-child){margin-bottom:1.25rem}.o-section-lecturers__col{align-items:center;display:flex;flex-direction:column;justify-content:center}@media(max-width:1023.98px){.o-section-lecturers__col:not(:last-child){margin-bottom:1.25rem}}@media(min-width:576px){.o-section-lecturers__row{display:flex;flex-wrap:wrap;gap:1.25rem}.o-section-lecturers__col{width:calc(50% - 10px)}}@media(min-width:1024px){.o-section-lecturers{padding-bottom:3.75rem;padding-top:3.75rem}.o-section-lecturers__title{font-size:1.6875rem;font-weight:900;line-height:2.3125rem}.o-section-lecturers__title:not(:last-child){margin-bottom:3.125rem}.o-section-lecturers__row{gap:3.125rem}.o-section-lecturers__col{width:calc(33.33333% - 33.33333px)}}.o-section-tr{background-color:#f9f9fb;padding-bottom:1.875rem;padding-top:1.875rem}.o-section-tr__pag{position:static!important}.o-section-tr__pag span{background-color:#000!important}.o-section-tr__top:not(:last-child){margin-bottom:1.875rem}.o-section-tr__button{width:-moz-fit-content;width:fit-content}.o-section-tr__lead{color:#084c95;font-family:Roboto,sans-serif;font-size:.9375rem;font-style:normal;font-weight:600;letter-spacing:.03125rem;line-height:1.3}.o-section-tr__lead:not(:last-child){margin-bottom:.6875rem}.o-section-tr__title{color:#073090;font-family:Roboto,sans-serif;font-size:1.5625rem;font-weight:500;letter-spacing:-.03125rem;line-height:1.3}.o-section-tr__title:not(:last-child){margin-bottom:1.25rem}.o-section-tr__text{color:#5d5d5d;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:.01875rem;line-height:1.56}.o-section-tr__swiper{padding-bottom:1.25rem}@media(max-width:1023.98px){.o-section-tr__left:not(:last-child){margin-bottom:1.875rem}}@media(min-width:1024px){.o-section-tr{padding-bottom:5rem;padding-top:5rem}.o-section-tr__top{align-items:center;display:flex;gap:1.25rem;justify-content:space-between}.o-section-tr__top:not(:last-child){margin-bottom:5rem}.o-section-tr__left,.o-section-tr__right{width:calc(50% - 10px)}.o-section-tr__right{max-width:40.625rem}.o-section-tr__title{font-size:2.5rem}}.o-section-blog{padding-bottom:1.875rem;padding-top:1.875rem}.o-section-blog__title{color:#074790;font-size:1.5rem;font-weight:900;line-height:1.75rem}.o-section-blog__row:not(:last-child),.o-section-blog__title:not(:last-child){margin-bottom:1.25rem}.o-section-blog__button{margin-left:auto}@media(max-width:575.98px){.o-section-blog__col:not(:last-child){margin-bottom:1.25rem}}@media(min-width:576px){.o-section-blog__row{display:flex;flex-wrap:wrap;gap:1.25rem}.o-section-blog__col{width:calc(50% - 10px)}}@media(min-width:1024px){.o-section-blog{padding-bottom:3.75rem;padding-top:3.75rem}.o-section-blog__title{font-size:1.6875rem;line-height:2.3125rem}.o-section-blog__title:not(:last-child){margin-bottom:3.125rem}.o-section-blog__row{gap:3.125rem}.o-section-blog__row:not(:last-child){margin-bottom:3.125rem}.o-section-blog__col{width:calc(33.33333% - 33.33333px)}}.o-section-certificate{background:linear-gradient(90deg,#074790 40%,#1272b5);color:#fff;padding-bottom:1.875rem;padding-top:1.875rem}.o-section-certificate__text li,.o-section-certificate__text p{font-size:1rem;line-height:1.875rem}.o-section-certificate__text h1:not(:last-child),.o-section-certificate__text h2:not(:last-child),.o-section-certificate__text h3:not(:last-child),.o-section-certificate__text h4:not(:last-child),.o-section-certificate__text h5:not(:last-child),.o-section-certificate__text h6:not(:last-child),.o-section-certificate__text ol:not(:last-child),.o-section-certificate__text p:not(:last-child),.o-section-certificate__text ul:not(:last-child){margin-bottom:1.25rem}.o-section-certificate__text ol,.o-section-certificate__text ul{padding-left:1.25rem}.o-section-certificate__text ol{list-style-type:decimal}.o-section-certificate__text ul{list-style-type:disc}.o-section-certificate__text h1,.o-section-certificate__text h2,.o-section-certificate__text h3,.o-section-certificate__text h4,.o-section-certificate__text h5,.o-section-certificate__text h6{font-size:1.25rem;font-weight:900;line-height:2rem}.o-section-certificate__img{height:auto;max-width:22.125rem;width:100%}.o-section-certificate__img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}@media(max-width:575.98px){.o-section-certificate__img img:not(:last-child){margin-bottom:1.25rem}}@media(min-width:576px){.o-section-certificate__img--2{align-items:center;display:flex;gap:1.25rem;max-width:31.25rem}.o-section-certificate__img--2 img{width:calc(50% - 10px)}}@media(max-width:1023.98px){.o-section-certificate__img{margin:0 auto}.o-section-certificate__text:not(:last-child){margin-bottom:1.25rem}}@media(min-width:1024px){.o-section-certificate{padding-bottom:5rem;padding-top:5rem}.o-section-certificate__text{max-width:62.5rem;width:100%}.o-section-certificate__text h1,.o-section-certificate__text h2,.o-section-certificate__text h3,.o-section-certificate__text h4,.o-section-certificate__text h5,.o-section-certificate__text h6{font-size:1.3125rem;line-height:2.125rem}.o-section-certificate__row{align-items:center;display:flex;gap:3.125rem}.o-section-certificate__img{flex-grow:0;flex-shrink:0;width:22.125rem}.o-section-certificate__img--2{display:flex;gap:2.5rem;width:31.25rem}.o-section-certificate__img--2 img{width:calc(50% - 20px)}}.o-offers-platform{background:linear-gradient(90deg,#1272b5,#074790 50%,#1272b5);padding-bottom:1.875rem;padding-top:3.75rem}.o-offers-platform__title{font-size:2.5rem;font-weight:700;letter-spacing:-.03125rem;line-height:1.2;margin-bottom:1.875rem;text-align:center}.o-offers-platform__list,.o-offers-platform__title{color:#fff;font-family:Roboto,sans-serif;font-style:normal}.o-offers-platform__list{font-size:1rem;font-weight:300;letter-spacing:.01875rem;line-height:2}.o-offers-platform__button{margin:0 auto;width:-moz-fit-content;width:fit-content}@media(max-width:1023.98px){.o-offers-platform__top{font-size:.875rem;padding:.9375rem;width:100%}.o-offers-platform__list:not(:last-child){margin-bottom:1.25rem}.o-offers-platform__content{display:none;padding:.9375rem}.o-offers-platform__col:not(:last-child){margin-bottom:.9375rem}}@media(min-width:1024px){.o-offers-platform{padding-bottom:5rem;padding-top:6.875rem}.o-offers-platform__top{display:none}.o-offers-platform__title{font-size:3.75rem;margin-bottom:2.5rem}.o-offers-platform__row{display:flex;flex-wrap:wrap;gap:2.5rem}.o-offers-platform__col{width:calc(25% - 30px)}.o-offers-platform__content{display:flex!important;flex-direction:column-reverse;gap:1.25rem}}.o-content-platform{padding-bottom:2.5rem;padding-top:2.5rem}.o-content-platform__img{border-radius:1.875rem;height:auto;overflow:hidden;width:100%}.o-content-platform__img img{height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.o-content-platform__row:not(:last-child){margin-bottom:2.5rem}.o-content-platform__title{color:#074790;font-family:Red Hat Display,sans-serif;font-size:1.5rem;font-style:normal;font-weight:900;letter-spacing:-.03125rem;line-height:1.48}.o-content-platform__title:not(:last-child){margin-bottom:1.875rem}.o-content-platform__text{color:#3f3f3f;font-family:Red Hat Display,sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:2;max-width:43.75rem}@media(min-width:1024px){.o-content-platform{padding-bottom:5rem;padding-top:5rem}.o-content-platform__row{align-items:center;display:flex;gap:3.75rem;justify-content:space-between}.o-content-platform__row:nth-child(2n-1){flex-direction:row-reverse}.o-content-platform__col{width:calc(50% - 30px)}.o-content-platform__img{height:auto;min-height:31.25rem;position:relative;width:calc(50% - 30px)}.o-content-platform__img img{border-radius:1.875rem;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.o-content-platform__title{font-size:2.25rem}}@media(min-width:1460px){.o-content-platform__col{width:calc(40% - 30px)}.o-content-platform__img{width:calc(60% - 30px)}}.o-cats-training{padding-bottom:1.875rem;padding-top:2.5rem}.o-cats-training__lead{color:#3f3f3f;font-family:Red Hat Display,sans-serif;font-size:.9375rem;font-style:normal;font-weight:700;letter-spacing:.0625rem;line-height:1.875}.o-cats-training__lead span{font-weight:400}.o-cats-training__lead:not(:last-child){margin-bottom:.3125rem}.o-cats-training__title{color:#074790;font-family:Red Hat Display,sans-serif;font-size:1.875rem;font-style:normal;font-weight:900;letter-spacing:.0625rem;line-height:1.45}.o-cats-training__title:not(:last-child){margin-bottom:1.875rem}.o-cats-training__tiles{display:flex;flex-wrap:wrap;gap:1.875rem}.o-cats-training__tile{background:#fff;border:.125rem solid transparent;border-radius:1.875rem;box-shadow:0 .375rem 1.3125rem 0 rgba(7,71,144,.1);cursor:pointer;padding:1.25rem;transition:border .3s ease-in-out;width:100%}.o-cats-training__tile:hover{border-color:#074790}.o-cats-training__tile:hover .o-cats-training__link{color:#1d9bd8}.o-cats-training__tile:hover .o-cats-training__link span svg path{fill:#1d9bd8}.o-cats-training__top{align-items:center;display:flex;gap:1.25rem}.o-cats-training__top:not(:last-child){margin-bottom:1.25rem}.o-cats-training__icon{flex-grow:0;flex-shrink:0;height:2.8125rem;width:2.8125rem}.o-cats-training__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-cats-training__subtitle{color:#074790;font-size:1.375rem;font-weight:700;line-height:1.36364}.o-cats-training__subtitle,.o-cats-training__text{font-family:Red Hat Display,sans-serif;font-style:normal;letter-spacing:.0625rem}.o-cats-training__text{color:#3f3f3f;font-size:1rem;font-weight:400;line-height:1.875}.o-cats-training__text:not(:last-child){margin-bottom:1.25rem}.o-cats-training__link{margin-left:auto}@media(min-width:768px){.o-cats-training__tile{width:calc(50% - 15px)}}@media(min-width:1024px){.o-cats-training{padding-bottom:3.75rem;padding-top:5.625rem}.o-cats-training__tile{width:calc(33.33333% - 20px)}.o-cats-training__lead{font-size:1rem}.o-cats-training__title{font-size:2.5rem}.o-cats-training__title:not(:last-child){margin-bottom:3.6875rem}.o-cats-training__tile{padding:2.5rem 2.1875rem}.o-cats-training__top:not(:last-child){margin-bottom:2.1875rem}}.o-archive-training{padding-bottom:1.875rem;padding-top:1.875rem}.o-archive-training__title{color:#074790;font-family:Red Hat Display,sans-serif;font-size:1.875rem;font-style:normal;font-weight:900;letter-spacing:.0625rem;line-height:1.45}.o-archive-training__title:not(:last-child){margin-bottom:1.875rem}.o-archive-training__row{display:flex;flex-wrap:wrap;gap:1.25rem}.o-archive-training__col{width:100%}@media(min-width:768px){.o-archive-training__col{width:calc(50% - 10px)}}@media(min-width:1024px){.o-archive-training{padding-bottom:3.75rem;padding-top:3.75rem}.o-archive-training__col{width:calc(33.33333% - 26.66667px)}.o-archive-training__row{gap:2.5rem}.o-archive-training__lead{font-size:1rem}.o-archive-training__title{font-size:2.5rem}.o-archive-training__title:not(:last-child){margin-bottom:3.6875rem}}.o-hero-training{padding-bottom:1.875rem;padding-top:2.5rem}.o-hero-training+.o-archive-training{padding-top:0!important}.o-hero-training__lead{color:#3f3f3f;font-family:Red Hat Display,sans-serif;font-size:.9375rem;font-style:normal;font-weight:700;letter-spacing:.0625rem;line-height:1.875}.o-hero-training__lead span{font-weight:400}.o-hero-training__lead:not(:last-child){margin-bottom:.3125rem}.o-hero-training__title{color:#074790;font-family:Red Hat Display,sans-serif;font-size:1.875rem;font-style:normal;font-weight:900;letter-spacing:.0625rem;line-height:1.45}.o-hero-training--platform{margin-bottom:-1.875rem;padding-bottom:0!important}.o-hero-training--platform #breadcrumps{margin-bottom:0!important;position:relative;z-index:10}@media(min-width:1024px){.o-hero-training{padding-bottom:3.75rem;padding-top:5.625rem}.o-hero-training__lead{font-size:1rem}.o-hero-training__title{font-size:2.5rem}}.o-box-training{padding-bottom:1.875rem;padding-top:1.875rem}.o-box-training__title{color:#074790;font-family:Red Hat Display,sans-serif;font-size:1.875rem;font-style:normal;font-weight:900;letter-spacing:-.10625rem;line-height:1.7875;text-align:center}.o-box-training__title:not(:last-child){margin-bottom:1.875rem}.o-box-training__row{display:flex;flex-wrap:wrap;gap:1.875rem;justify-content:center}.o-box-training__row:not(:last-child){margin-bottom:1.875rem}.o-box-training__col{align-items:center;background-color:#fff;border-radius:1.875rem;box-shadow:0 .375rem 1.3125rem 0 rgba(7,71,144,.1);display:flex;flex-direction:column;justify-content:center;padding:1.375rem;width:100%}.o-box-training__col.js-box-hws-tile{cursor:pointer;transition:box-shadow .3s ease-in-out}.o-box-training__col.js-box-hws-tile.--active,.o-box-training__col.js-box-hws-tile:hover{box-shadow:0 .375rem 1.3125rem 0 rgba(251,83,142,.9)}.o-box-training__content{color:#3f3f3f;font-family:Red Hat Display,sans-serif;width:100%}.o-box-training__content a,.o-box-training__content li,.o-box-training__content p{font-size:1rem;letter-spacing:.0625rem;line-height:1.875}.o-box-training__content li:not(:last-child),.o-box-training__content ol:not(:last-child),.o-box-training__content p:not(:last-child),.o-box-training__content ul:not(:last-child){margin-bottom:1rem}.o-box-training__content a{color:#fb538e;cursor:pointer;transition:color .3s ease-in-out}.o-box-training__content a:hover{color:#073090}.o-box-training__content ol,.o-box-training__content ul{padding:0 0 0 1.25rem}.o-box-training__content ul li{list-style:disc}.o-box-training__content ol li{list-style:decimal}.o-box-training__text{align-items:center;color:#074790;display:flex;font-family:Red Hat Display,sans-serif;font-size:1.125rem;font-style:normal;font-weight:600;height:calc(100% - 90px);justify-content:center;letter-spacing:.0625rem;line-height:normal;text-align:center}.o-box-training__text:not(:last-child){margin-bottom:.625rem}.o-box-training__icon{height:5.625rem;width:5.625rem}.o-box-training__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-box-training__button{border-radius:3.75rem;margin:0 auto;width:-moz-fit-content;width:fit-content}@media(min-width:576px){.o-box-training__col{width:calc(50% - 15px)}}@media(min-width:768px){.o-box-training__col{width:calc(33.33333% - 20px)}}@media(min-width:1024px){.o-box-training{padding-bottom:3.75rem;padding-top:3.75rem}.o-box-training__button{padding:.9375rem 2.3125rem}.o-box-training__title{font-size:2.5rem}.o-box-training__title:not(:last-child){margin-bottom:2.5rem}.o-box-training__row{gap:3.0625rem}.o-box-training__row:not(:last-child){margin-bottom:3.4375rem}.o-box-training__icon{height:8.75rem;width:8.75rem}.o-box-training__text{height:calc(100% - 140px)}.o-box-training__col{width:calc(25% - 36.75px)}}.o-price-training{padding-bottom:1.875rem;padding-top:1.875rem}.o-price-training__title{color:#074790;font-size:1.5rem;font-weight:900;letter-spacing:-.03125rem;line-height:1.48}.o-price-training__text,.o-price-training__title{font-family:Red Hat Display,sans-serif;font-style:normal}.o-price-training__text{color:#3f3f3f;font-size:1rem;font-weight:400;line-height:2;max-width:43.75rem}.o-price-training__right{background-color:#f9f9fb;border-radius:0 0 1.875rem 1.875rem;box-shadow:.3125rem .5625rem .8125rem 0 rgba(7,71,144,.25);padding:1.9375rem .9375rem}.o-price-training__table-wrapper{padding-top:1.875rem}.o-price-training__name{color:#000;font-size:1.5rem;line-height:1.625}.o-price-training__name,.o-price-training__price{font-family:Red Hat Display,sans-serif;font-style:normal;font-weight:900;letter-spacing:-.03125rem}.o-price-training__price{color:#10488e;font-size:1.25rem;line-height:1.3}.o-price-training__icon{height:1.1875rem;width:1.1875rem}.o-price-training__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-price-training__li{align-items:center;display:flex;gap:.625rem}.o-price-training__li:not(:last-child){margin-bottom:1.125rem}.o-price-training__li-text{color:#5d5d5d;font-family:Red Hat Display,sans-serif;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:.01875rem;line-height:normal}.o-price-training__el:not(:last-child){margin-bottom:1.625rem}.o-price-training__top{background-color:#e6e9ee;margin:0 -.9375rem 1.25rem;padding:0 .9375rem}.o-price-training__button{align-items:center;border-radius:1.875rem;color:#10488e;cursor:pointer;display:flex;font-family:Red Hat Display,sans-serif;font-size:1rem;font-style:normal;font-weight:600;gap:.875rem;letter-spacing:.01875rem;line-height:1;padding:1.25rem;transition:background-color .3s ease-in-out,color .3s ease-in-out}.o-price-training__button.--active{background-color:#f9f9fb;color:#fb538e}.o-price-training__swiper .swiper-slide{width:-moz-fit-content;width:fit-content}@media(max-width:1023.98px){.o-price-training__name:not(:last-child),.o-price-training__price:not(:last-child){margin-bottom:1.25rem}.o-price-training__left{display:none}.o-price-training__right{margin:0 -.9375rem}}@media(min-width:1024px){.o-price-training{padding-bottom:3.75rem;padding-top:3.75rem}.o-price-training__button{border-radius:1.875rem 0 0 1.875rem;padding:1.3125rem 1.75rem}.o-price-training__button.--active{background-color:#f9f9fb;color:#fb538e}.o-price-training__el{align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:space-between}.o-price-training__name{font-size:1.875rem;line-height:1.3}.o-price-training__name,.o-price-training__price{width:-moz-fit-content;width:fit-content}.o-price-training__ul{width:100%}.o-price-training__table-wrapper{padding-top:4.75rem}.o-price-training__row{display:flex;justify-content:space-between}.o-price-training__left{background:#e6e9ee;border-radius:1.875rem 0 0 1.875rem;width:20.5%}.o-price-training__right{border-radius:0 1.875rem 1.875rem 0;padding:1.875rem;width:79.5%}.o-price-training__top{display:none}.o-price-training__title{font-size:2.25rem}}.o-form-training{padding-bottom:1.875rem;padding-top:2.5rem}.o-form-training__title{color:#074790;font-size:1.25rem;line-height:1.3}.o-form-training__title:not(:last-child){margin-bottom:1.875rem}.o-form-training__form-wrapper{background:linear-gradient(90deg,#1272b5,#074790 50%,#1272b5);border-radius:1.5625rem;color:#fff;margin:0 auto;max-width:43.75rem;padding:1.875rem}.o-form-training__form-title{color:#fb538e;font-family:Red Hat Display,sans-serif;font-size:1.875rem;font-style:normal;font-weight:900;line-height:1.7875}.o-form-training__form-title:not(:last-child){margin-bottom:1.25rem}.o-form-training__form-text{font-family:Red Hat Display,sans-serif;font-size:1rem;letter-spacing:.0625rem;line-height:1.875}.o-form-training__form-text:not(:last-child){margin-bottom:1.25rem}@media(min-width:1024px){.o-form-training{padding-bottom:3.75rem;padding-top:5.625rem}}.o-hero-opinions{overflow:hidden;padding-bottom:1.875rem;padding-top:2.5rem}.o-hero-opinions__button svg{transform:rotate(-90deg)!important}.o-hero-opinions__title{color:#074790;font-size:1.875rem;font-weight:900;line-height:2.25rem}.o-hero-opinions__bg{border-radius:1.5625rem;overflow:hidden;width:100%}.o-hero-opinions__bg img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-hero-opinions__form-wrapper{background-color:#fff;border-radius:1.5625rem;box-shadow:0 1.125rem 2rem 0 rgba(7,71,144,.1);padding:1.25rem}.o-hero-opinions__form-title{color:#074790;font-size:1.25rem;font-weight:900;line-height:1.875rem}.o-hero-opinions__form-title:not(:last-child){margin-bottom:.625rem}.o-hero-opinions__form-text{font-size:.9375rem;line-height:1.25rem}.o-hero-opinions__form-text:not(:last-child){margin-bottom:.9375rem}@media(max-width:1023.98px){.o-hero-opinions__content:not(:last-child),.o-hero-opinions__form-wrapper:not(:last-child),.o-hero-opinions__title:not(:last-child){margin-bottom:1.25rem}.o-hero-opinions__bg--pc{display:none}}@media(min-width:1024px){.o-hero-opinions{padding-bottom:3.75rem;padding-top:5.625rem}.o-hero-opinions__bg{border-radius:5rem 5rem 0 0;bottom:0;left:0;max-width:101.25rem;position:absolute;transform:translateY(100%);width:calc(100vw - 30px);z-index:1}.o-hero-opinions__bg--mobile{display:none}.o-hero-opinions__row{align-items:flex-start;display:flex;gap:2.5rem}.o-hero-opinions__content{align-items:flex-start;display:flex;gap:1.25rem;justify-content:space-between;padding-bottom:3.75rem;position:relative;width:100%}.o-hero-opinions__form-wrapper{flex-grow:0;flex-shrink:0;position:relative;width:25.875rem;z-index:2}.o-hero-opinions__form-title{font-size:2.25rem;line-height:2.625rem}.o-hero-opinions__form-text{font-size:1.25rem;line-height:1.5rem}.o-hero-opinions__title{font-size:2.5rem;line-height:3.625rem}}@media(min-width:1200px){.o-hero-opinions__form-wrapper{border-radius:5rem;padding:3.125rem}.o-hero-opinions__row{gap:3.75rem}}.o-opinions{padding-bottom:1.875rem;padding-top:1.875rem}.o-opinions__tile{background-color:#fff;border-radius:1.5625rem;box-shadow:0 1.625rem 1.125rem 0 rgba(7,71,144,.1);display:flex;padding:1.25rem;width:100%}.o-opinions__tile:not(:last-child){margin-bottom:1.5625rem}.o-opinions__quote{flex-grow:0;flex-shrink:0;margin-right:.625rem;width:1.5625rem}.o-opinions__quote svg{height:auto;width:100%}.o-opinions__quote svg path{fill:#f0f1f3}.o-opinions__content{width:100%}.o-opinions__text{color:#3f3f3f;font-size:.875rem;line-height:1.125rem}.o-opinions__text:not(:last-child){margin-bottom:.9375rem}.o-opinions__bottom{align-items:center;display:flex;justify-content:space-between}.o-opinions__stars{flex-grow:0;flex-shrink:0;margin-right:.625rem}.o-opinions__author{color:#3f3f3f;font-size:.875rem;font-weight:700;line-height:1.25rem}@media(max-width:1023.98px){.o-opinions__wrapper{display:none}}@media(min-width:1024px){.o-opinions{padding-bottom:3.75rem;padding-top:3.75rem}.o-opinions__text{font-size:1rem;line-height:1.875rem}.o-opinions__text:not(:last-child){margin-bottom:1.875rem}.o-opinions__row{display:flex;justify-content:space-between}.o-opinions__tiles{width:68%}.o-opinions__wrapper{width:26%}.o-opinions__box{position:sticky;top:1.25rem}.o-opinions__tile{border-radius:1.875rem;padding:2.5rem}.o-opinions__tile:not(:last-child){margin-bottom:3.125rem}.o-opinions__quote{margin-right:1.25rem;width:3.75rem}.o-opinions__author{font-size:1.0625rem;line-height:1.875rem}}.o-archive-blog{padding-bottom:1.875rem;padding-top:2.5rem}.o-archive-blog__title{color:#074790;font-size:1.875rem;font-weight:900;line-height:2.25rem}.o-archive-blog__tiles:not(:last-child),.o-archive-blog__title:not(:last-child){margin-bottom:2.5rem}@media(max-width:767.98px){.o-archive-blog__tile:not(:last-child){margin-bottom:1.5625rem}}@media(max-width:1023.98px){.o-archive-blog__wrapper{display:none}}@media(min-width:768px){.o-archive-blog__tiles{display:flex;flex-wrap:wrap;gap:1.875rem;justify-content:space-between}.o-archive-blog__tile{width:calc(50% - 15px)}}@media(min-width:1024px){.o-archive-blog{padding-bottom:3.75rem;padding-top:5.625rem}.o-archive-blog__row{display:flex;justify-content:space-between}.o-archive-blog__tiles-wrapper{width:68%}.o-archive-blog__wrapper{width:26%}.o-archive-blog__box{position:sticky;top:1.25rem}.o-archive-blog__title{font-size:2.5rem;line-height:3.625rem}.o-archive-blog__tiles:not(:last-child),.o-archive-blog__title:not(:last-child){margin-bottom:3.75rem}}@media(min-width:1200px){.o-archive-blog__tiles{gap:3.75rem}.o-archive-blog__tile{width:calc(50% - 30px)}}.o-recommended-study{padding-bottom:1.875rem;padding-top:1.875rem}.o-recommended-study__title{color:#3f3f3f;font-size:1.625rem;font-weight:900;line-height:2.125rem}.o-recommended-study__title:not(:last-child){margin-bottom:1.875rem}.o-recommended-study__row{display:flex;flex-wrap:wrap}.o-recommended-study__col{width:100%}@media(max-width:575.98px){.o-recommended-study__col:not(:last-child){margin-bottom:1.5625rem}}@media(min-width:576px){.o-recommended-study__row{gap:1.25rem}.o-recommended-study__col{width:calc(50% - 10px)}}@media(min-width:768px){.o-recommended-study__col{width:calc(33.33333% - 13.33333px)}}@media(min-width:1024px){.o-recommended-study{padding-bottom:3.75rem;padding-top:3.75rem}.o-recommended-study__title{font-size:2.0625rem;line-height:3rem}.o-recommended-study__title:not(:last-child){margin-bottom:3.75rem}.o-recommended-study__row{gap:2.5rem}.o-recommended-study__col{width:calc(25% - 30px)}}@media(min-width:1460px){.o-recommended-study__row{gap:3.75rem}.o-recommended-study__col{width:calc(25% - 45px)}}.o-hero-study-cat{overflow:hidden;padding-bottom:1.875rem;padding-top:2.5rem}.o-hero-study-cat__lead{font-size:.9375rem;font-weight:700;line-height:1.25rem}.o-hero-study-cat__lead span{font-weight:400}.o-hero-study-cat__button{flex-grow:0;flex-shrink:0}.o-hero-study-cat__button svg{transform:rotate(-90deg)!important}.o-hero-study-cat__title{color:#074790;font-size:1.875rem;font-weight:900;line-height:2.25rem}.o-hero-study-cat__bg{border-radius:1.5625rem;overflow:hidden;width:100%}.o-hero-study-cat__bg img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}@media(max-width:1023.98px){.o-hero-study-cat__box{display:none}.o-hero-study-cat__wrapper:not(:last-child){margin-bottom:1.25rem}.o-hero-study-cat__wrapper--hidden{display:none}.o-hero-study-cat__content:not(:last-child),.o-hero-study-cat__title:not(:last-child){margin-bottom:1.25rem}.o-hero-study-cat__bg--pc{display:none}}@media(min-width:1024px){.o-hero-study-cat{padding-bottom:3.75rem;padding-top:5.625rem}.o-hero-study-cat--img{min-height:43.75rem}.o-hero-study-cat__lead{font-size:1rem;line-height:1.875rem}.o-hero-study-cat__lead:not(:last-child){margin-bottom:.3125rem}.o-hero-study-cat__bg{border-radius:5rem 5rem 0 0;bottom:0;left:0;max-width:101.25rem;position:absolute;transform:translateY(100%);width:calc(100vw - 30px);z-index:1}.o-hero-study-cat__bg--mobile{display:none}.o-hero-study-cat__box{align-items:center;background-color:#fff;border-radius:3.125rem;box-shadow:0 1.125rem 2rem 0 rgba(7,71,144,.1);display:flex;left:2.5rem;padding:.9375rem 1.5625rem;position:absolute;top:2.5rem}.o-hero-study-cat__text{color:#3f3f3f;font-size:1rem;font-weight:400;line-height:1.625rem}.o-hero-study-cat__text span{color:#074790;font-size:1.125rem;font-weight:900;line-height:1.625rem}.o-hero-study-cat__icon{height:2.5rem;margin-right:.9375rem;width:2.5rem}.o-hero-study-cat__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-hero-study-cat__row{align-items:flex-start;display:flex;gap:2.5rem}.o-hero-study-cat__content{align-items:flex-start;display:flex;gap:1.25rem;justify-content:space-between;padding-bottom:3.75rem;position:relative;width:100%}.o-hero-study-cat__wrapper{flex-grow:0;flex-shrink:0;position:relative;width:25.875rem;z-index:2}.o-hero-study-cat__title{font-size:2.5rem;line-height:3.625rem}}@media(min-width:1200px){.o-hero-study-cat__row{gap:3.75rem}}.o-hero-study{padding-bottom:1.875rem;padding-top:2.5rem}.o-hero-study__lead{font-size:.9375rem;font-weight:700;line-height:1.25rem}.o-hero-study__lead span{font-weight:400}.o-hero-study__title{color:#074790;font-size:1.875rem;font-weight:900;line-height:2.25rem}.o-hero-study__title:not(:last-child){margin-bottom:1.25rem}.o-hero-study__bg{border-radius:1.5625rem;overflow:hidden;width:100%}.o-hero-study__bg img{height:100%;max-height:18.75rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.o-hero-study__bg:not(:last-child){margin-bottom:1.25rem}@media(max-width:1023.98px){.o-hero-study__box{display:none}.o-hero-study__content{min-height:auto!important}.o-hero-study__content:not(:last-child){margin-bottom:1.25rem}}@media(min-width:1024px){.o-hero-study{padding-bottom:3.75rem;padding-top:5.625rem}.o-hero-study__bg{border-radius:5rem 5rem 0 0;margin-top:3.75rem;position:relative}.o-hero-study__bg img{max-height:40.625rem}.o-hero-study__box{align-items:center;background-color:#fff;border-radius:3.125rem;box-shadow:0 1.125rem 2rem 0 rgba(7,71,144,.1);display:flex;left:2.5rem;padding:.9375rem 1.5625rem;position:absolute;top:2.5rem}.o-hero-study__box-text{color:#3f3f3f;font-size:1rem;font-weight:400;line-height:1.625rem}.o-hero-study__box-text span{color:#074790;font-size:1.125rem;font-weight:900;line-height:1.625rem}.o-hero-study__icon{height:2.5rem;margin-right:.9375rem;width:2.5rem}.o-hero-study__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-hero-study__container{position:relative}.o-hero-study__text{width:57%}.o-hero-study__lead{font-size:1rem;line-height:1.875rem;width:57%}.o-hero-study__lead:not(:last-child){margin-bottom:.3125rem}.o-hero-study__title{font-size:2.5rem;line-height:3.625rem;width:57%}.o-hero-study__title:not(:last-child){margin-bottom:1.25rem}.o-hero-study__wrapper{position:absolute;right:0;top:0;width:40%;z-index:5}}@media(min-width:1200px){.o-hero-study__wrapper{width:37%}.o-hero-study__lead,.o-hero-study__text,.o-hero-study__title{width:60%}}.o-archive-study{padding-bottom:1.875rem;padding-top:1.875rem}.o-archive-study__row{display:flex;flex-wrap:wrap}.o-archive-study__col{width:100%}@media(max-width:575.98px){.o-archive-study__col:not(:last-child){margin-bottom:1.5625rem}}@media(min-width:576px){.o-archive-study__row{gap:1.25rem}.o-archive-study__col{width:calc(50% - 10px)}}@media(min-width:768px){.o-archive-study__col{width:calc(33.33333% - 13.33333px)}}@media(min-width:1024px){.o-archive-study{padding-bottom:3.75rem;padding-top:3.75rem}.o-archive-study__row{gap:2.5rem}.o-archive-study__col{width:calc(25% - 30px)}}@media(min-width:1460px){.o-archive-study__row{gap:3.75rem}.o-archive-study__col{width:calc(25% - 45px)}}.o-info-study{padding-bottom:1.875rem;padding-top:1.875rem}.o-info-study__record{align-items:center;background-color:#fff;border-radius:2.1875rem;box-shadow:0 1.125rem 2rem 0 rgba(7,71,144,.1);display:flex;justify-content:space-between;overflow:hidden;width:-moz-fit-content;width:fit-content}.o-info-study__record+.m-faq__tile{border-top:.0625rem solid #aeb9c7}.o-info-study__record:not(:first-child){margin-top:1.875rem}.o-info-study__record:not(:last-child){margin-bottom:1.875rem}.o-info-study__right{flex-grow:0;flex-shrink:0}.o-info-study__left{padding:.9375rem;width:100%}.o-info-study__title{color:#074790;font-size:1.25rem;font-weight:900;line-height:1.5rem}.o-info-study__title:not(:last-child){margin-bottom:.3125rem}.o-info-study__text{color:#3f3f3f;font-size:.8125rem;line-height:.9375rem}.o-info-study__text span{color:#1d9bd8}@media(max-width:1023.98px){.o-info-study__img,.o-info-study__warpper{display:none}.o-info-study__right{display:flex;padding-right:.9375rem}}@media(min-width:1024px){.o-info-study{padding-bottom:3.75rem;padding-top:3.75rem}.o-info-study__row{display:flex;justify-content:space-between}.o-info-study__content{width:68%}.o-info-study__wrapper{width:26%}.o-info-study__sidebox{background-color:#fff;border-radius:5rem;box-shadow:0 1.125rem 2rem 0 rgba(7,71,144,.1);padding:3.125rem;position:sticky;top:1.25rem}.o-info-study__sidebox-title{color:#074790;font-size:1.75rem;font-weight:900;line-height:2.25rem}.o-info-study__sidebox-title:not(:last-child){margin-bottom:1.875rem}.o-info-study__menu a{color:#1d9bd8;cursor:pointer;display:block;font-size:.9375rem;line-height:1.625rem;padding-left:1.875rem;position:relative;transition:color .3s ease-in-out}.o-info-study__menu a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27m6.848 1.601 5.483 5.434H.005V8.94h12.32l-5.482 5.435 1.356 1.347 7.794-7.739L8.2.245 6.85 1.6Z%27 fill=%27%23AEB9C7%27/%3E%3C/svg%3E");background-position:50%;background-size:contain;content:"";height:.625rem;left:0;position:absolute;top:.5rem;transition:left .3s ease-in-out;width:.6875rem}.o-info-study__menu a:hover{color:#fb538e}.o-info-study__menu a:hover:before{left:.3125rem}.o-info-study__menu a:not(:last-child){margin-bottom:.3125rem}.o-info-study__record{align-items:stretch;border-radius:5.3125rem}.o-info-study__record:not(:first-child){margin-top:3.125rem}.o-info-study__record:not(:last-child){margin-bottom:3.125rem}.o-info-study__left{padding:3.125rem 8.75rem 3.125rem 4.375rem}.o-info-study__right{position:relative;width:18.75rem}.o-info-study__img{height:100%;width:100%}.o-info-study__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.o-info-study__button{left:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.o-info-study__title{font-size:1.625rem;line-height:2.0625rem}.o-info-study__text{font-size:1.125rem;line-height:2.0625rem}}.o-tiles-study{padding-bottom:1.875rem;padding-top:1.875rem}.o-tiles-study__row{background-color:#f9f9f9;border-radius:1.5625rem;flex-wrap:wrap;justify-content:center}.o-tiles-study__col,.o-tiles-study__row{align-items:center;display:flex;padding:.9375rem}.o-tiles-study__col{background-color:#fff;border-radius:.625rem;box-shadow:0 .25rem .5rem rgba(0,0,0,.1);flex-direction:column;width:100%}.o-tiles-study__icon{height:3.125rem;width:3.125rem}.o-tiles-study__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-tiles-study__icon:not(:last-child){margin-bottom:1.25rem}.o-tiles-study__title{color:#3f3f3f;font-size:1.875rem;font-weight:900;line-height:2.625rem;text-align:center}.o-tiles-study__title:not(:last-child){margin-bottom:1.25rem}.o-tiles-study__text{color:#3f3f3f;font-size:.875rem;line-height:1.5rem;text-align:center}@media(max-width:767.98px){.o-tiles-study__tile:not(:last-child){margin-bottom:1.25rem}.o-tiles-study__col{width:calc(50% - 10px)}}@media(min-width:768px){.o-tiles-study__row{gap:1.25rem}}@media(min-width:1024px){.o-tiles-study{padding-bottom:3.75rem;padding-top:3.75rem}.o-tiles-study__text{font-size:1rem;line-height:2rem}.o-tiles-study__title{font-size:2.0625rem;line-height:3rem}.o-tiles-study__icon:not(:last-child),.o-tiles-study__title:not(:last-child){margin-bottom:2.5rem}.o-tiles-study__col{border-radius:1.875rem;padding:1.25rem;width:calc(33.33333% - 26.66667px)}.o-tiles-study__row{border-radius:5rem;gap:2.5rem;padding:3.125rem}}@media(min-width:1460px){.o-tiles-study__col{padding:1.875rem;width:calc(25% - 30px)}}.o-faq-study{padding-bottom:1.875rem;padding-top:1.875rem}.o-faq-study__wrapper{background-color:#f9f9f9;border-radius:1.5625rem;padding:.9375rem}.o-faq-study__title{color:#074790;font-size:1.25rem;font-weight:900;line-height:1.75rem;text-align:center}.o-faq-study__title:not(:last-child){margin-bottom:1.25rem}.o-faq-study__text{color:#3f3f3f;font-size:.875rem;font-weight:1.25rem}.o-faq-study__button{background-color:#f9f9f9}.o-faq-study__faq:not(:last-child){margin-bottom:1.25rem}@media(max-width:767.98px){.o-faq-study__text{text-align:center}.o-faq-study__text:not(:last-child){margin-bottom:1.25rem}}@media(min-width:768px){.o-faq-study__bottom{align-items:center;display:flex;justify-content:space-between}.o-faq-study__button{flex-grow:0;flex-shrink:0;margin-left:1.25rem}}@media(min-width:1024px){.o-faq-study{padding-bottom:3.75rem;padding-top:3.75rem}.o-faq-study__title{font-size:1.75rem;line-height:2.125rem}.o-faq-study__faq:not(:last-child),.o-faq-study__title:not(:last-child){margin-bottom:3.125rem}.o-faq-study__text{font-size:.9375rem;line-height:1.5625rem}.o-faq-study__wrapper{border-radius:5rem;padding:3.125rem}}.o-hero-free{background:linear-gradient(90deg,#1272b5,#074790 50%,#1272b5);color:#fff;font-size:2.1875rem;font-weight:700;line-height:1.3;padding-bottom:1.875rem;padding-top:2.5rem}.o-hero-free:not(:last-child){margin-bottom:1.25rem}.o-hero-free__yt{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:3}.o-hero-free__yt:hover svg{transform:none!important}.o-hero-free__video{aspect-ratio:16/9;border-radius:.9375rem;overflow:hidden;position:relative;width:100%}.o-hero-free__video:after{background-color:#000;bottom:0;content:"";left:0;opacity:.8;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.o-hero-free__video iframe,.o-hero-free__video img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.o-hero-free__video.--active:after{content:none;opacity:0;visibility:hidden}.o-hero-free__img{height:auto;overflow:hidden}.o-hero-free__img,.o-hero-free__img img{border-radius:.9375rem;position:relative;width:100%}.o-hero-free__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:1}.o-hero-free__img:before{background-color:#000;bottom:0;content:"";left:0;opacity:.8;position:absolute;right:0;top:0;z-index:2}.o-hero-free__img:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2777%27 height=%27100%27 fill=%27none%27%3E%3Cpath d=%27M9.98 33.722h42.655v-9.444c0-3.936-1.382-7.28-4.147-10.035-2.764-2.755-6.122-4.132-10.071-4.132-3.95 0-7.307 1.377-10.072 4.132-2.765 2.754-4.147 6.1-4.147 10.035h-9.48c0-6.533 2.311-12.101 6.932-16.705C26.272 2.969 31.86.667 38.417.667c6.556 0 12.145 2.302 16.766 6.906 4.621 4.604 6.932 10.172 6.932 16.705v9.444h4.74c2.606 0 4.837.925 6.694 2.774 1.856 1.85 2.784 4.073 2.784 6.67V90.39c0 2.597-.928 4.82-2.784 6.67-1.857 1.85-4.088 2.774-6.695 2.774H9.98c-2.607 0-4.838-.925-6.694-2.774C1.428 95.209.5 92.986.5 90.389V43.167c0-2.598.928-4.821 2.785-6.67 1.856-1.85 4.087-2.775 6.694-2.775Zm0 56.667h56.874V43.167H9.98v47.222Zm28.437-14.167c2.606 0 4.838-.925 6.694-2.774 1.857-1.85 2.785-4.073 2.785-6.67 0-2.598-.928-4.821-2.785-6.67-1.856-1.85-4.088-2.775-6.694-2.775-2.607 0-4.839.925-6.695 2.775-1.856 1.849-2.785 4.072-2.785 6.67 0 2.597.929 4.82 2.785 6.67 1.856 1.85 4.088 2.774 6.695 2.774Z%27 fill=%27%23696969%27/%3E%3C/svg%3E");background-position:50%;background-size:contain;content:"";height:6.25rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:4.8125rem;z-index:3}.o-hero-free__text p{color:#fff;font-size:1rem;font-weight:400;line-height:1.5}.o-hero-free__text p:not(:last-child),.o-hero-free__text:not(:last-child){margin-bottom:1.25rem}.o-hero-free__button{width:100%}@media(max-width:1023.98px){.o-hero-free__img:not(:last-child),.o-hero-free__video:not(:last-child){margin-bottom:1.25rem}}@media(min-width:1024px){.o-hero-free{padding-bottom:3.75rem;padding-top:5.625rem}.o-hero-free__title{font-size:3.125rem}.o-hero-free__title:not(:last-child){margin-bottom:1.875rem}.o-hero-free__row{align-items:center;display:flex;gap:3.4375rem}.o-hero-free__content{margin-left:auto;width:calc(36% - 27.5px)}.o-hero-free__img,.o-hero-free__video{width:calc(64% - 27.5px)}.o-hero-free__yt{padding:.4375rem .9375rem}}.o-content-free{padding-bottom:1.875rem;padding-top:1.875rem}.o-content-free__text li,.o-content-free__text p{color:#3f3f3f;font-size:1rem;line-height:1.875rem}.o-content-free__text h1:not(:last-child),.o-content-free__text h2:not(:last-child),.o-content-free__text h3:not(:last-child),.o-content-free__text h4:not(:last-child),.o-content-free__text h5:not(:last-child),.o-content-free__text h6:not(:last-child),.o-content-free__text ol:not(:last-child),.o-content-free__text p:not(:last-child),.o-content-free__text ul:not(:last-child){margin-bottom:1.25rem}.o-content-free__text ol,.o-content-free__text ul{padding-left:1.25rem}.o-content-free__text ol{list-style-type:decimal}.o-content-free__text ul{list-style-type:disc}.o-content-free__text h1,.o-content-free__text h2,.o-content-free__text h3,.o-content-free__text h4,.o-content-free__text h5,.o-content-free__text h6{color:#074790;font-size:1.25rem;font-weight:900;line-height:2rem}.o-content-free__text:not(:last-child){margin-bottom:1.25rem}.o-content-free__title{color:#074790;font-size:1.25rem;font-weight:900;line-height:2rem}.o-content-free__title:not(:last-child){margin-bottom:1.25rem}.o-content-free__img{height:auto;width:100%}.o-content-free__img img{border-radius:1.5625rem;height:auto;width:100%}.o-content-free__avatar{border-radius:6.25rem;flex-grow:0;flex-shrink:0;height:6.25rem;margin-right:1.375rem;overflow:hidden;width:6.25rem}.o-content-free__avatar img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.o-content-free__wrapper{align-items:center;display:flex;max-width:34.5rem}.o-content-free__leading{color:#074790;font-size:1.0625rem;font-weight:700;line-height:1.5}.o-content-free__leading:not(:last-child){margin-bottom:.8125rem}.o-content-free__desc{color:#3f3f3f;font-size:.9375rem;font-weight:400;line-height:1.66}@media(max-width:1023.98px){.o-content-free__content:not(:last-child){margin-bottom:1.25rem}}@media(min-width:1024px){.o-content-free{padding-bottom:3.75rem;padding-top:3.75rem}.o-content-free__text h1,.o-content-free__text h2,.o-content-free__text h3,.o-content-free__text h4,.o-content-free__text h5,.o-content-free__text h6{font-size:1.5rem;line-height:normal}.o-content-free__text h1:not(:last-child),.o-content-free__text h2:not(:last-child),.o-content-free__text h3:not(:last-child),.o-content-free__text h4:not(:last-child),.o-content-free__text h5:not(:last-child),.o-content-free__text h6:not(:last-child),.o-content-free__text ol:not(:last-child),.o-content-free__text p:not(:last-child),.o-content-free__text ul:not(:last-child),.o-content-free__text:not(:last-child){margin-bottom:1.875rem}.o-content-free__title{font-size:1.5rem;line-height:normal}.o-content-free__title:not(:last-child){margin-bottom:1.875rem}.o-content-free__row{display:flex;gap:3.4375rem;justify-content:space-between}.o-content-free__content,.o-content-free__img{width:calc(50% - 27.5px)}.o-content-free__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}}.o-space-ipet{background-color:#f8f8f8;height:13.125rem}@media(min-width:1024px){.o-space-ipet{height:16.25rem}}.o-hero-ipet{background-image:var(--bg-img);background-position:50%;background-size:cover;padding-bottom:1.875rem;padding-top:1.875rem;position:relative}.o-hero-ipet:before{background:linear-gradient(303deg,#17a3a5 12%,#1574a1);bottom:0;content:"";left:0;opacity:.82;position:absolute;right:0;top:0;z-index:1}.o-hero-ipet__row{position:relative;z-index:2}.o-hero-ipet__img{width:100%}.o-hero-ipet__img img{display:block;height:auto;width:100%}.o-hero-ipet__title{color:#fff;font-size:2.5rem;font-weight:900;line-height:1.117}.o-hero-ipet__title:not(:last-child){margin-bottom:1.875rem}.o-hero-ipet__text{color:#fff;font-size:1rem;font-weight:400;line-height:2}.o-hero-ipet__text:not(:last-child){margin-bottom:1.875rem}.o-hero-ipet__link{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:900;line-height:.875rem;transition:color .3s ease-in-out;width:-moz-fit-content;width:fit-content}.o-hero-ipet__link span{align-items:center;border:.125rem solid #fff;border-radius:1.875rem;display:flex;height:1.875rem;justify-content:center;margin-left:.625rem;width:1.875rem}.o-hero-ipet__link span svg{height:.8125rem;width:.8125rem}.o-hero-ipet__link span svg path{fill:#fff;transition:fill .3s ease-in-out}.o-hero-ipet__link:hover{color:#fb538e}.o-hero-ipet__link:hover span svg path{fill:#fb538e}@media(max-width:1023.98px){.o-hero-ipet__left:not(:last-child){margin-bottom:1.875rem}}@media(min-width:1024px){.o-hero-ipet{padding-bottom:6.25rem;padding-top:6.25rem}.o-hero-ipet__row{align-items:center;display:flex;gap:1.875rem;justify-content:space-between}.o-hero-ipet__left{max-width:40.625rem;width:calc(64% - 15px)}.o-hero-ipet__title{font-size:2.875rem}.o-hero-ipet__img{width:calc(46% - 15px)}.o-hero-ipet__img img{max-width:38.75rem}}.o-cta-ipet{padding-bottom:1.875rem;padding-top:1.875rem}.o-cta-ipet--alt{background-color:#f6fcfe}.o-cta-ipet__title{color:#074790;font-size:2rem;font-weight:900;line-height:1.45}.o-cta-ipet__title:not(:last-child){margin-bottom:1.25rem}.o-cta-ipet__text p{color:#3f3f3f;font-size:1rem;line-height:1.5625rem}.o-cta-ipet__text p:not(:last-child),.o-cta-ipet__text:not(:last-child){margin-bottom:1.25rem}.o-cta-ipet__img,.o-cta-ipet__img img{height:auto;width:100%}.o-cta-ipet__img img,.o-cta-ipet__video{border-radius:1.5625rem}.o-cta-ipet__video{overflow:hidden;position:relative;width:100%}.o-cta-ipet__video img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.o-cta-ipet__video:after{background-color:#000;bottom:0;content:"";left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.o-cta-ipet__video iframe{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.o-cta-ipet__video.--active:after{content:none;opacity:0;visibility:hidden}.o-cta-ipet__yt{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:3}.o-cta-ipet__yt:hover svg{transform:none!important}.o-cta-ipet__list{display:flex;flex-wrap:wrap;gap:1.25rem}.o-cta-ipet__li{width:calc(50% - 10px)}.o-cta-ipet__title-li{color:#17a3a5;font-size:1.5rem;font-weight:900;line-height:1.3}.o-cta-ipet__title-li:not(:last-child){margin-bottom:.625rem}.o-cta-ipet__text-li{color:#3f3f3f;font-size:1rem;line-height:1.5625rem}@media(max-width:1023.98px){.o-cta-ipet__content:not(:last-child){margin-bottom:1.25rem}.o-cta-ipet__video{aspect-ratio:16/9}.o-cta-ipet__img:not(:last-child),.o-cta-ipet__video:not(:last-child){margin-bottom:1.25rem}}@media(min-width:1024px){.o-cta-ipet{padding-bottom:3.75rem;padding-top:3.75rem}.o-cta-ipet__title-li{font-size:1.875rem}.o-cta-ipet__text p:not(:last-child),.o-cta-ipet__text:not(:last-child){margin-bottom:1.875rem}.o-cta-ipet__title{font-size:2.5rem;line-height:normal}.o-cta-ipet__title:not(:last-child){margin-bottom:1.875rem}.o-cta-ipet__row{align-items:center;display:flex;gap:3.4375rem;justify-content:space-between}.o-cta-ipet__content,.o-cta-ipet__img{width:calc(50% - 27.5px)}.o-cta-ipet__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.o-cta-ipet__video{align-self:stretch;width:calc(50% - 27.5px)}}.o-info-ipet{padding-bottom:1.875rem;padding-top:1.875rem}.o-info-ipet__title{color:#074790;font-size:2rem;font-weight:900;line-height:1.45;text-align:center}.o-info-ipet__title:not(:last-child){margin-bottom:1.25rem}.o-info-ipet__row{display:flex;flex-wrap:wrap;gap:1.25rem}.o-info-ipet__col{background-color:#fff;border-radius:1.875rem;box-shadow:0 .375rem 1.3125rem 0 rgba(7,71,144,.1);padding:1.25rem;width:100%}.o-info-ipet__icon{aspect-ratio:1/1;margin:0 auto;max-width:8.75rem;width:100%}.o-info-ipet__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-info-ipet__icon:not(:last-child){margin-bottom:.625rem}.o-info-ipet__subtitle{color:#3f3f3f;font-size:1.25rem;font-weight:900;line-height:1.95;text-align:center}.o-info-ipet__subtitle:not(:last-child){margin-bottom:.625rem}.o-info-ipet__text{color:#5d5d5d;font-size:1rem;line-height:2;text-align:center}@media(min-width:768px){.o-info-ipet__col{width:calc(50% - 10px)}}@media(min-width:1024px){.o-info-ipet{padding-bottom:3.75rem;padding-top:3.75rem}.o-info-ipet__title{font-size:2.5rem;line-height:normal}.o-info-ipet__title:not(:last-child){margin-bottom:1.875rem}.o-info-ipet__row{gap:2.5rem}.o-info-ipet__col{padding:1.875rem 1.25rem;width:calc(33.33333% - 26.66667px)}}.o-video-ipet{background:linear-gradient(90deg,#17a1a5,#1683a2);padding-bottom:1.875rem;padding-top:1.875rem}.o-video-ipet .l-container{max-width:80rem}.o-video-ipet__title{color:#fff;font-size:2rem;font-weight:900;line-height:1.45;margin:0 auto;max-width:53.25rem;text-align:center}.o-video-ipet__title:not(:last-child){margin-bottom:1.25rem}.o-video-ipet__text{color:#fff;font-size:1rem;line-height:2;margin:0 auto;max-width:53.25rem;text-align:center}.o-video-ipet__text:not(:last-child){margin-bottom:1.875rem}.o-video-ipet__yt{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:3}.o-video-ipet__yt:hover svg{transform:none!important}.o-video-ipet__wrapper{aspect-ratio:16/9;border-radius:1.875rem;margin:0 auto;overflow:hidden;position:relative}.o-video-ipet__wrapper:after{background-color:#000;bottom:0;content:"";left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.o-video-ipet__wrapper iframe,.o-video-ipet__wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.o-video-ipet__wrapper.--active:after{content:none;opacity:0;visibility:hidden}@media(min-width:1024px){.o-video-ipet{padding-bottom:3.75rem;padding-top:3.75rem}.o-video-ipet__yt{padding:.4375rem .9375rem}.o-video-ipet__title{font-size:2.5rem}.o-video-ipet__title:not(:last-child){margin-bottom:1.875rem}.o-video-ipet__text:not(:last-child){margin-bottom:3.75rem}}.o-img-ipet img{display:block;height:auto;width:100%}.o-tiles-ipet{background-color:#f8f8f8;padding-bottom:1.875rem;padding-top:1.875rem}.o-tiles-ipet+.o-role-ipet{padding-top:0!important}.o-tiles-ipet__title{color:#074790;font-size:2rem;font-weight:900;line-height:1.45;text-align:center}.o-tiles-ipet__title:not(:last-child){margin-bottom:1.875rem}.o-tiles-ipet__col{background-color:#fff;border-radius:1.875rem;padding:1.25rem}.o-tiles-ipet__top{align-items:center;display:flex}.o-tiles-ipet__top:not(:last-child){margin-bottom:1.25rem}.o-tiles-ipet__icon{align-items:center;background-color:#d1e5e5;border-radius:3.75rem;display:flex;height:2.5rem;justify-content:center;margin-right:.625rem;padding:.3125rem;width:2.5rem}.o-tiles-ipet__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-tiles-ipet__subtitle{color:#04162e;font-size:1.25rem;font-weight:900;line-height:1.95}.o-tiles-ipet__ul{list-style-type:disc;padding-left:1.5625rem}.o-tiles-ipet__ul li{color:#666;font-size:1rem;line-height:2}@media(max-width:767.98px){.o-tiles-ipet__col:not(:last-child){margin-bottom:1.875rem}}@media(min-width:768px){.o-tiles-ipet__row{display:flex;flex-wrap:wrap;gap:1.875rem}.o-tiles-ipet__col{width:calc(50% - 15px)}}@media(min-width:1024px){.o-tiles-ipet{padding-bottom:3.75rem;padding-top:3.75rem}.o-tiles-ipet__row{gap:2.5rem}.o-tiles-ipet__col{padding:1.875rem 1.375rem;width:calc(50% - 20px)}.o-tiles-ipet__icon{height:3.75rem;margin-right:1.25rem;padding:.625rem;width:3.75rem}.o-tiles-ipet__title{font-size:2.5rem}.o-tiles-ipet__title:not(:last-child){margin-bottom:3.75rem}}.o-role-ipet{background-color:#f8f8f8;padding-bottom:1.875rem;padding-top:1.875rem}.o-role-ipet__title{color:#074790;font-size:2rem;font-weight:900;line-height:1.45;text-align:center}.o-role-ipet__title:not(:last-child){margin-bottom:1.875rem}.o-role-ipet__row{display:flex;flex-wrap:wrap}.o-role-ipet__col{background-color:#fff;border-radius:1.875rem;padding:1.375rem;width:100%}.o-role-ipet__img{aspect-ratio:329/192;overflow:hidden;width:100%}.o-role-ipet__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.o-role-ipet__img:not(:last-child){margin-bottom:.625rem}.o-role-ipet__subtitle{color:#04162e;font-size:1.25rem;font-weight:900;letter-spacing:-.03125rem;line-height:1.95;padding-left:1.875rem}.o-role-ipet__subtitle:not(:last-child){margin-bottom:.625rem}.o-role-ipet__text{color:#666;font-size:1rem;font-weight:400;line-height:1.5;padding-left:1.875rem;position:relative}.o-role-ipet__text:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2716%27 fill=%27none%27%3E%3Cpath d=%27m7.347 14.12 5.483-5.434H.504V6.782h12.32L7.342 1.347 8.698 0l7.794 7.738-7.794 7.739-1.35-1.357Z%27 fill=%27%23F9518E%27/%3E%3C/svg%3E");background-position:50%;background-size:contain;content:"";height:1rem;left:0;position:absolute;top:.25rem;width:1.0625rem}@media(max-width:575.98px){.o-role-ipet__col:not(:last-child){margin-bottom:1.25rem}}@media(min-width:576px){.o-role-ipet__row{gap:1.25rem}.o-role-ipet__col{width:calc(50% - 10px)}}@media(min-width:768px){.o-role-ipet__col{width:calc(33.33333% - 13.33333px)}}@media(min-width:1024px){.o-role-ipet{padding-bottom:3.75rem;padding-top:3.75rem}.o-role-ipet__row{gap:2.5rem}.o-role-ipet__col{width:calc(33.33333% - 26.66667px)}.o-role-ipet__title{font-size:2.5rem}.o-role-ipet__title:not(:last-child){margin-bottom:3.75rem}}@media(min-width:1200px){.o-role-ipet__col{width:calc(25% - 30px)}}.o-list-ipet{padding-bottom:1.875rem;padding-top:1.875rem}.o-list-ipet__title{color:#074790;font-size:2rem;font-weight:900;line-height:1.45;text-align:center}.o-list-ipet__title:not(:last-child){margin-bottom:1.875rem}.o-list-ipet__text{color:#3f3f3f;font-size:1.25rem;line-height:normal;text-align:center}.o-list-ipet__text:not(:last-child){margin-bottom:1.875rem}.o-list-ipet__content{width:100%}.o-list-ipet__content .o-list-ipet__button{margin:0}.o-list-ipet__content .o-list-ipet__subtext,.o-list-ipet__content .o-list-ipet__subtitle{text-align:left}.o-list-ipet__subtext{text-align:center}.o-list-ipet__subtext p{color:#5d5d5d;font-weight:1rem;line-height:1.5}.o-list-ipet__subtext p:not(:last-child),.o-list-ipet__subtext:not(:last-child){margin-bottom:1.25rem}.o-list-ipet__subtitle{text-align:center}.o-list-ipet__subtitle p{color:#074790;font-size:1.25rem;line-height:1.45}.o-list-ipet__subtitle p b,.o-list-ipet__subtitle p strong{font-weight:900}.o-list-ipet__subtitle p:not(:last-child),.o-list-ipet__subtitle:not(:last-child){margin-bottom:1.25rem}.o-list-ipet__button{margin:0 auto}.o-list-ipet__col{background-color:#f9f9fb;border-radius:1.5rem;padding:1.25rem}.o-list-ipet__col--row{display:flex}.o-list-ipet__nr{align-items:center;background-color:#074790;border-radius:3.75rem;color:#fff;display:flex;flex-grow:0;flex-shrink:0;font-size:1.125rem;font-weight:900;height:2.5rem;justify-content:center;margin-right:.625rem;text-align:center;width:2.5rem}@media(max-width:575.98px){.o-list-ipet__col:not(:last-child){margin-bottom:1.25rem}}@media(min-width:576px){.o-list-ipet__row{display:flex;flex-wrap:wrap;gap:1.25rem}.o-list-ipet__col{width:calc(50% - 10px)}}@media(min-width:1024px){.o-list-ipet{padding-bottom:3.75rem;padding-top:3.75rem}.o-list-ipet__title{font-size:2.5rem}.o-list-ipet__text:not(:last-child),.o-list-ipet__title:not(:last-child){margin-bottom:3.75rem}.o-list-ipet__row{gap:2.5rem}.o-list-ipet__col{padding:2.5rem 1.875rem;width:calc(33.33333% - 26.66667px)}.o-list-ipet__nr{height:3.75rem;margin-right:1.875rem;width:3.75rem}.o-list-ipet__subtext:not(:last-child),.o-list-ipet__subtitle:not(:last-child){margin-bottom:1.875rem}}.o-form-ipet{background-color:#f8f8f8;overflow:hidden;padding-bottom:1.875rem;padding-top:1.875rem}.o-form-ipet__title{color:#3f3f3f;font-size:1.5rem;font-weight:900;line-height:2.125rem}.o-form-ipet__title:not(:last-child){margin-bottom:1.25rem}.o-form-ipet__text li,.o-form-ipet__text p{font-size:1rem;line-height:1.875rem}.o-form-ipet__text a{color:#1d9bd8;cursor:pointer;transition:color .3s ease-in-out}.o-form-ipet__text a:hover{color:#074790}.o-form-ipet__text ol:not(:last-child),.o-form-ipet__text p:not(:last-child),.o-form-ipet__text ul:not(:last-child){margin-bottom:1rem}.o-form-ipet__text ul{list-style-type:disc}.o-form-ipet__text ol{list-style-type:decimal}.o-form-ipet__text ol,.o-form-ipet__text ul{padding-left:1.5625rem}.o-form-ipet__text:not(:last-child){margin-bottom:1.25rem}.o-form-ipet__content{background-color:#fff;border-radius:1.875rem;box-shadow:-.1875rem 2.1875rem 2rem 0 rgba(7,71,144,.1);padding:1.25rem}@media(max-width:1023.98px){.o-form-ipet__img{display:none}}@media(min-width:1024px){.o-form-ipet{padding-bottom:3.75rem;padding-top:3.75rem}.o-form-ipet__title{font-size:1.875rem;line-height:2.4375rem}.o-form-ipet__text{font-size:1rem;line-height:1.875rem}.o-form-ipet__row{align-items:flex-end;display:flex;gap:3.4375rem}.o-form-ipet__content{border-radius:4.375rem;padding:3.125rem 3.75rem;width:calc(50% - 27.5px)}.o-form-ipet__img{flex-grow:0;flex-shrink:0;width:calc(50% - 27.5px)}.o-form-ipet__img img{height:100%;margin-bottom:-3.75rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}}.o-cta{background:linear-gradient(90deg,#1272b5,#074790 50%,#1272b5);padding-bottom:0;padding-top:1.875rem}.o-cta__lead{color:#c4d3e5;font-family:Red Hat Display,sans-serif;font-size:1.25rem;font-style:normal;font-weight:645;text-transform:uppercase}.o-cta__lead:not(:last-child){margin-bottom:1.25rem}.o-cta__title{color:#fff;font-size:2.1875rem;font-weight:645;letter-spacing:-.0875rem;line-height:1.3}.o-cta__title:not(:last-child){margin-bottom:1.25rem}.o-cta__row{display:flex;flex-direction:column;gap:1.875rem}.o-cta__img,.o-cta__img img{height:auto;width:100%}.o-cta__container{max-width:33.5rem}.o-cta__buttons{display:flex;flex-wrap:wrap;gap:1.25rem .8125rem}.o-cta__buttons:not(:last-child){margin-bottom:1.25rem}.o-cta__button{width:100%}@media(min-width:576px){.o-cta__button--1{width:calc(50% - 6.5px)}}@media(min-width:1024px){.o-cta{padding-bottom:9.0625rem;padding-top:9.0625rem}.o-cta__lead{font-size:1.875rem}.o-cta__lead:not(:last-child){margin-bottom:2.5rem}.o-cta__title{font-size:3.125rem}.o-cta__title:not(:last-child){margin-bottom:2.5rem}.o-cta__img{height:100%;min-height:34.6875rem;position:relative;width:100%}.o-cta__img img{bottom:-9.0625rem;height:calc(100% + 145px);left:0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom;position:absolute;right:0;width:100%}.o-cta__row{flex-direction:row-reverse;gap:1.25rem;justify-content:space-between}.o-cta__col:first-child{width:calc(42.5% - 10px)}.o-cta__col:last-child{width:calc(55% - 10px)}.o-cta__buttons{gap:2.5rem .8125rem}.o-cta__buttons:not(:last-child){margin-bottom:2.5rem}.o-cta__button--1{font-size:.875rem}}.o-newsletter{overflow:hidden;padding-bottom:1.875rem;padding-top:1.875rem}.o-newsletter__title{color:#3f3f3f;font-size:1.5rem;font-weight:900;line-height:2.125rem}.o-newsletter__title:not(:last-child){margin-bottom:1.25rem}.o-newsletter__text{font-size:16px;line-height:1.875rem}.o-newsletter__form:not(:last-child),.o-newsletter__text:not(:last-child){margin-bottom:1.25rem}.o-newsletter__form .tnp-subscription{margin:0!important}.o-newsletter__form .tnp-subscription form{align-items:flex-end;display:flex}.o-newsletter__form .tnp-subscription form .tnp-field{margin-bottom:0}.o-newsletter__form .tnp-subscription form .tnp-field-email{margin-right:.625rem;width:60%}.o-newsletter__form .tnp-subscription form .tnp-field-email label{color:#aeb9c7;display:block;font-size:.8125rem;font-weight:400;line-height:.9375rem;margin-bottom:.3125rem}.o-newsletter__form .tnp-subscription form input[type=button],.o-newsletter__form .tnp-subscription form input[type=submit]{align-items:center;background-color:#fb538e;border:.125rem solid #fb538e;border-radius:2rem;box-shadow:0 0 .625rem 0 rgba(251,83,142,.6);color:#fff;display:flex;flex-grow:0;flex-shrink:0;font-size:.6875rem;font-weight:900;height:2.5rem;justify-content:center;line-height:.9375rem;padding:.4375rem .9375rem;transition:color .3s ease-in-out,background-color .3s ease-in-out,box-shadow .3s ease-in-out,border .3s ease-in-out;width:-moz-fit-content;width:fit-content}.o-newsletter__form .tnp-subscription form input:not([type=button]):not([type=submit]):not([type=checkbox]){background-color:#fff;border:.125rem solid #e6e9ee;border-radius:.4375rem;box-shadow:0 .375rem .5625rem 0 rgba(28,55,96,.1);color:#3f3f3f;cursor:pointer;font-size:.8125rem;font-weight:400;height:2.5rem;line-height:1.125rem;padding:.3125rem;width:100%}.o-newsletter__desc p{font-size:.875rem;line-height:1.875rem}.o-newsletter__desc p:not(:last-child){margin-bottom:1.25rem}.o-newsletter__desc p a{color:#073090;cursor:pointer;transition:color .3s ease-in-out}.o-newsletter__desc p a:hover{color:#fb538e}@media(max-width:1023.98px){.o-newsletter__img{display:none}}@media(min-width:1024px){.o-newsletter{padding-bottom:3.75rem;padding-top:3.75rem}.o-newsletter__title{font-size:1.625rem;line-height:2.4375rem}.o-newsletter__text{font-size:1rem;line-height:1.875rem}.o-newsletter__row{align-items:center;display:flex;gap:1.25rem}.o-newsletter__content{width:100%}.o-newsletter__img{flex-grow:0;flex-shrink:0;width:calc(40% - 10px)}.o-newsletter__img img{height:100%;margin-bottom:-3.75rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-newsletter__form .tnp-subscription form input[type=button],.o-newsletter__form .tnp-subscription form input[type=submit]{height:3.125rem}.o-newsletter__form .tnp-subscription form input:not([type=button]):not([type=submit]):not([type=checkbox]){font-size:.9375rem;height:3.125rem;line-height:1.375rem;padding:1rem .5rem}}.o-partners{padding-bottom:1.875rem;padding-top:1.875rem}.o-partners__title{color:#074790;font-size:1.375rem;font-weight:900;line-height:1.5625rem}.o-partners__title:not(:last-child){margin-bottom:1.25rem}.o-partners__tile{height:3rem}.o-partners__tile img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-partners__wrapper{align-items:center;display:flex}.o-partners__arrow{flex-grow:0;flex-shrink:0;height:.9375rem;width:.9375rem}.o-partners__arrow svg{height:100%;width:100%}.o-partners__arrow svg path{fill:#aeb9c7;transition:fill .3s ease-in-out}.o-partners__arrow:hover svg path{fill:#1d9bd8}.o-partners__arrow--prev{margin-right:1.25rem}.o-partners__arrow--next{margin-left:1.25rem}.o-partners__arrow--next svg{transform:rotate(180deg)}.o-partners__swiper{--swiper-wrapper-transition-timing-function:linear!important;width:100%}@media(min-width:576px){.o-partners__tile{height:4.375rem}}@media(min-width:1024px){.o-partners{padding-bottom:3.75rem;padding-top:3.75rem}.o-partners__title{font-size:1.375rem;line-height:1.5625rem}.o-partners__title:not(:last-child){margin-bottom:3.125rem}.o-partners__tile{height:5.625rem}}.o-footer{background-color:#eff1f3;padding-bottom:1.875rem;padding-top:1.875rem}.o-footer__logo{cursor:pointer;display:block;width:11.25rem}.o-footer__logo img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-footer__logo:not(:last-child){margin-bottom:1.5625rem}.o-footer__wrapper{align-items:flex-start;display:flex}.o-footer__content{width:100%}.o-footer__socials{background-color:#fff;border-radius:.9375rem;flex-grow:0;flex-shrink:0;padding:.625rem;width:2.5rem}.o-footer__socials a{align-items:center;display:flex;height:1.25rem;justify-content:center;width:1.25rem}.o-footer__socials a:not(:last-child){margin-bottom:.9375rem}.o-footer__socials a img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-footer__sub-row{display:flex}.o-footer__sub-row:not(:last-child){margin-bottom:1.5625rem}.o-footer__icon{flex-grow:0;flex-shrink:0;margin-right:.9375rem;width:1.125rem}.o-footer__icon svg{height:auto;width:100%}.o-footer__icon svg path{fill:#aeb9c7}.o-footer__links{display:flex;flex-direction:column;width:100%}.o-footer__links a{color:#3f3f3f;cursor:pointer;font-size:.875rem;font-weight:400;line-height:1.5rem}.o-footer__links a span{color:#fb538e;font-size:1rem;font-weight:700;line-height:1.5rem;transition:color .3s ease-in-out}.o-footer__links a:hover span{color:#1d9bd8}.o-footer__links a:not(:last-child){margin-bottom:0}.o-footer__address{width:100%}.o-footer__address a{cursor:pointer;font-weight:700}.o-footer__address a,.o-footer__name{color:#3f3f3f;font-size:.875rem;line-height:1.5rem}.o-footer__name{font-weight:400}.o-footer__form-title{color:#074790;font-size:1.5rem;font-weight:900;line-height:1.75rem;text-align:center}.o-footer__form-title span{color:#fb538e}.o-footer__form-title:not(:last-child){margin-bottom:1.25rem}.o-footer__form-wrapper{background-color:#fff;border-radius:1.25rem;box-shadow:-.1875rem 2.1875rem 2rem 0 rgba(7,71,144,.1);padding:1.25rem}.o-footer__row:not(:last-child){margin-bottom:1.5625rem}.o-footer__menu-title{color:#074790;font-size:1.375rem;font-weight:900;line-height:1.875rem}.o-footer__menu-title:not(:last-child){margin-bottom:1.5625rem}.o-footer__menu ul{display:flex;flex-wrap:wrap;gap:1.25rem 2.5rem}.o-footer__menu ul li a{color:#074790;cursor:pointer;font-size:1rem;font-weight:700;line-height:1.25rem;transition:color .3s ease-in-out}.o-footer__menu ul li a:hover{color:#1d9bd8}.o-footer__menu-wrapper:not(:last-child){margin-bottom:1.5625rem}.o-footer__author,.o-footer__text{color:#a2b1c0;font-size:.625rem;font-weight:400;line-height:.875rem}@media(max-width:1023.98px){.o-footer__text:not(:last-child){margin-bottom:.9375rem}.o-footer__wrapper:not(:last-child){margin-bottom:1.5625rem}}@media(min-width:1024px){.o-footer{padding-bottom:3.75rem;padding-top:3.75rem}.o-footer__row{display:flex;gap:1.5625rem;justify-content:space-between}.o-footer__row:not(:last-child){margin-bottom:2.5rem}.o-footer__wrapper{border-bottom:.1875rem solid #e4e7ea;padding-bottom:1.25rem;width:100%}.o-footer__form-wrapper{flex-grow:0;flex-shrink:0;width:65.4%}.o-footer__logo{max-width:100%;width:17.875rem}.o-footer__logo:not(:last-child){margin-bottom:4.375rem}.o-footer__socials{border-radius:2.1875rem;margin-top:6.875rem;padding:1.875rem 1.25rem;width:4.125rem}.o-footer__socials a{height:1.625rem;width:1.625rem}.o-footer__links:not(:last-child){margin-bottom:2.8125rem}.o-footer__links a{font-size:1rem;line-height:1.625rem}.o-footer__links a span{font-size:1.125rem;line-height:1.625rem}.o-footer__address,.o-footer__name{font-size:1rem;line-height:1.625rem}.o-footer__form-wrapper{border-radius:4.375rem;display:flex;flex-direction:column;justify-content:center;padding:3.125rem}.o-footer__form-title{font-size:1.875rem;line-height:2.25rem;text-align:left}.o-footer__form-title:not(:last-child){margin-bottom:2.5rem}.o-footer__menu-title{font-size:1.625rem;line-height:2.4375rem}.o-footer__menu-wrapper:not(:last-child){margin-bottom:2.5rem}.o-footer__bottom{display:flex;gap:6.25rem;justify-content:space-between}.o-footer__author{flex-grow:0;flex-shrink:0}.o-footer__author,.o-footer__text{font-size:.75rem;line-height:1rem}}.o-recruitment-nav{align-items:center;border-radius:3.75rem;bottom:.9375rem;color:#fff;display:flex;left:50%;max-width:calc(100vw - 30px);padding:1.25rem 1.0625rem;position:fixed;transform:translateX(calc(-50% + 16px));white-space:nowrap;width:-moz-fit-content;width:fit-content;z-index:15}.o-recruitment-nav:before{background:linear-gradient(90deg,#116fb3,#084a93);border-radius:3.75rem;bottom:0;box-shadow:0 .625rem .5rem 0 rgba(7,71,144,.14);content:"";left:0;position:absolute;right:2rem;top:0;z-index:1}.o-recruitment-nav>*{position:relative;z-index:2}.o-recruitment-nav__close{height:.875rem;position:absolute;right:1.875rem;top:-1.25rem;width:.875rem}.o-recruitment-nav__close svg path{fill:#074790;color:#074790}.o-recruitment-nav__title{font-size:1.125rem;font-weight:900;line-height:1.125rem}.o-recruitment-nav__title span{color:#fb538e}.o-recruitment-nav__text{font-size:.625rem;font-weight:400;line-height:1.125rem}.o-recruitment-nav__text b{font-weight:900}.o-recruitment-nav__arrow{height:1rem;margin-right:.625rem;transform:rotate(180deg);width:1rem}.o-recruitment-nav__arrow svg{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-recruitment-nav__arrow svg path{fill:#fff}.o-recruitment-nav__content{margin-right:.625rem}.o-recruitment-nav__button{min-height:2.5rem}@media(min-width:1024px){.o-recruitment-nav{display:none}}.o-breadcrumbs{background-color:#f8f8f8;position:relative;z-index:5}.o-breadcrumbs__container{align-items:flex-end;display:flex;height:13.125rem}.o-breadcrumbs__main{background-color:#fff;border-radius:1.875rem;box-shadow:.3125rem .5625rem .8125rem 0 rgba(7,71,144,.1);padding:.625rem .9375rem;transform:translateY(50%)}.o-breadcrumbs__main>span{color:#b1b1b1;display:flex;flex-wrap:wrap;font-size:.6875rem;font-weight:400;gap:.3125rem;line-height:1rem}.o-breadcrumbs__main>span a{color:#1d9bd8;cursor:pointer;transition:color .3s ease-in-out}.o-breadcrumbs__main>span a:hover{color:#074790}@media(min-width:1024px){.o-breadcrumbs__container{height:16.25rem}.o-breadcrumbs__main{padding:1.25rem 2.5rem}.o-breadcrumbs__main>span{font-size:.75rem;line-height:1.25rem}}.o-help-footer{background:linear-gradient(90deg,#1272b5,#074790 50%,#1272b5)!important;overflow:hidden;padding-bottom:1.875rem;padding-top:1.875rem}.o-help-footer__title{color:#fff;font-size:1.5rem;font-weight:900;line-height:2rem;text-align:center}.o-help-footer__title span{color:#fb538e}.o-help-footer__title:not(:last-child){margin-bottom:.625rem}.o-help-footer__text p{color:#fff;font-size:.875rem;line-height:1.375rem;text-align:center}.o-help-footer__text p:not(:last-child){margin-bottom:.625rem}.o-help-footer__right{align-items:center;display:flex;justify-content:center}.o-help-footer__wrapper{align-items:center;border:.125rem solid #149bd7;border-radius:1.5625rem;display:flex;flex-direction:column;padding:1.25rem}.o-help-footer__button-title{color:#fff;font-size:1.5rem;font-weight:900;line-height:2rem;text-align:center}@media(max-width:1023.98px){.o-help-footer__button-title:not(:last-child),.o-help-footer__button:not(:last-child){margin-bottom:.9375rem}.o-help-footer .hws-jarallax{display:none!important}.o-help-footer__left:not(:last-child){margin-bottom:1.5625rem}}@media(min-width:1024px){.o-help-footer{padding-bottom:3.75rem;padding-top:3.75rem}.o-help-footer__bg{left:27%!important;width:35%!important}.o-help-footer__row{align-items:center;display:flex;justify-content:space-between}.o-help-footer__left{width:31%}.o-help-footer__right{width:39%}.o-help-footer__wrapper{border-radius:1.875rem;flex-direction:row;flex-wrap:wrap;gap:1.875rem;justify-content:space-between;padding:2.8125rem 3.4375rem;width:100%}.o-help-footer__button-title{font-size:2.75rem;line-height:3.75rem;text-align:left;width:100%}.o-help-footer__title{font-size:2.125rem;line-height:2.875rem;text-align:left}.o-help-footer__title:not(:last-child){margin-bottom:1.875rem}.o-help-footer__text p{font-size:1rem;line-height:2rem;text-align:left}.o-help-footer__text p:not(:last-child){margin-bottom:1.875rem}}@media(min-width:1200px){.o-help-footer__bg{left:32%!important;width:26%!important}}.o-content{padding-bottom:1.875rem;padding-top:2.5rem}.o-content__date{color:rgba(7,71,144,.6);font-size:1rem;line-height:1.2}.o-content__date:not(:last-child){margin-bottom:2.5rem}.o-content__title{color:#074790;font-size:1.875rem;font-weight:900;line-height:2.25rem}.o-content__content:not(:last-child),.o-content__title:not(:last-child){margin-bottom:2.5rem}@media(max-width:1023.98px){.o-content__wrapper{display:none}}@media(min-width:1024px){.o-content{padding-bottom:3.75rem;padding-top:5.625rem}.o-content__row{display:flex;justify-content:space-between}.o-content__content-wrapper{width:68%}.o-content__content-wrapper--full{width:100%}.o-content__wrapper{width:26%}.o-content__box{position:sticky;top:1.25rem}.o-content__title{font-size:2.5rem;line-height:3.625rem}.o-content__content:not(:last-child),.o-content__title:not(:last-child){margin-bottom:3.75rem}}.o-content-lecturers{padding-bottom:1.875rem;padding-top:2.5rem}.o-content-lecturers__title{color:#074790;font-size:1.875rem;font-weight:900;line-height:2.25rem}.o-content-lecturers__title:not(:last-child){margin-bottom:2.5rem}.o-content-lecturers__img{border-radius:1.5625rem;max-width:31.25rem;overflow:hidden;width:100%}.o-content-lecturers__img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}@media(max-width:1023.98px){.o-content-lecturers__img:not(:last-child){margin-bottom:1.875rem}}@media(min-width:1024px){.o-content-lecturers{padding-bottom:3.75rem;padding-top:5.625rem}.o-content-lecturers__title{font-size:2.5rem;line-height:3.625rem}.o-content-lecturers__title:not(:last-child){margin-bottom:3.75rem}.o-content-lecturers__img{flex-grow:0;flex-shrink:0}.o-content-lecturers__wrapper{display:flex;gap:3.125rem}.o-content-lecturers__content{width:100%}}.o-contact{padding-bottom:1.875rem;padding-top:2.5rem}.o-contact--footer{background-color:#eff1f3;padding-bottom:1.875rem;padding-top:1.875rem}.o-contact__title{color:#074790;font-size:1.875rem;font-weight:900;line-height:2.25rem}.o-contact__logo{cursor:pointer;display:block;width:11.25rem}.o-contact__logo img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-contact__logo:not(:last-child){margin-bottom:1.5625rem}.o-contact__wrapper{align-items:flex-start;display:flex}.o-contact__content{width:100%}.o-contact__sub-row{display:flex}.o-contact__sub-row:not(:last-child){margin-bottom:1.5625rem}.o-contact__icon{flex-grow:0;flex-shrink:0;margin-right:.9375rem;width:1.125rem}.o-contact__icon svg{height:auto;width:100%}.o-contact__icon svg path{fill:#aeb9c7}.o-contact__links{display:flex;flex-direction:column;width:100%}.o-contact__links a{color:#3f3f3f;cursor:pointer;font-size:.875rem;font-weight:400;line-height:1.5rem}.o-contact__links a span{color:#fb538e;font-size:1rem;font-weight:700;line-height:1.5rem}.o-contact__links a:not(:last-child){margin-bottom:0}.o-contact__address{width:100%}.o-contact__address a{cursor:pointer;font-weight:700}.o-contact__address a,.o-contact__name{color:#3f3f3f;font-size:.875rem;line-height:1.5rem}.o-contact__name{font-weight:400}.o-contact__form-title{color:#074790;font-size:1.5rem;font-weight:900;line-height:1.75rem;text-align:center}.o-contact__form-title span{color:#fb538e}.o-contact__form-title:not(:last-child){margin-bottom:1.25rem}.o-contact__form-wrapper{background-color:#fff;border-radius:1.25rem;box-shadow:-.1875rem 2.1875rem 2rem 0 rgba(7,71,144,.1);padding:1.25rem}.o-contact__row:not(:last-child){margin-bottom:1.5625rem}.o-contact__author,.o-contact__text{color:#a2b1c0;font-size:.625rem;font-weight:400;line-height:.875rem}.o-contact__map{height:1.375rem;margin-left:-.9375rem;width:100vw}.o-contact__map iframe{border:none;height:100%;width:100%}.o-contact__map:not(:last-child){margin-bottom:1.5625rem}.o-contact__socials,.o-contact__socials a{align-items:center;display:flex}.o-contact__socials a{height:1.375rem;justify-content:center;width:1.375rem}.o-contact__socials a img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-contact__socials-title{color:#3f3f3f;font-size:.9375rem;font-weight:400;line-height:1.5625rem}@media(max-width:1023.98px){.o-contact__socials>:not(:last-child){margin-right:1.25rem}.o-contact__title:not(:last-child){margin-bottom:1.25rem}.o-contact__text:not(:last-child){margin-bottom:.9375rem}.o-contact__wrapper:not(:last-child){margin-bottom:1.5625rem}}@media(min-width:1024px){.o-contact{padding-bottom:3.75rem;padding-top:5.625rem}.o-contact--footer{padding-bottom:3.75rem;padding-top:3.75rem}.o-contact__main{align-items:center;display:flex;gap:1.875rem;justify-content:space-between}.o-contact__socials{gap:1.25rem}.o-contact__socials a{height:1.625rem;width:1.625rem}.o-contact__title{font-size:2.5rem;line-height:3.625rem}.o-contact__map{height:18.75rem;margin-top:-3.75rem;position:relative;z-index:1}.o-contact__map:not(:last-child){margin-bottom:2.5rem}.o-contact__row{display:flex;justify-content:space-between;position:relative;z-index:2}.o-contact__row:not(:last-child){margin-bottom:2.5rem}.o-contact__wrapper{border-bottom:.1875rem solid #e4e7ea;padding-bottom:1.875rem;width:30.8%}.o-contact__form-wrapper{width:65.4%}.o-contact__logo{max-width:100%;width:17.875rem}.o-contact__logo:not(:last-child){margin-bottom:4.375rem}.o-contact__links:not(:last-child){margin-bottom:2.8125rem}.o-contact__links a{font-size:1rem;line-height:1.625rem}.o-contact__links a span{font-size:1.125rem;line-height:1.625rem}.o-contact__address,.o-contact__name{font-size:1rem;line-height:1.625rem}.o-contact__form-wrapper{border-radius:4.375rem;display:flex;flex-direction:column;justify-content:center;padding:3.125rem}.o-contact__form-title{font-size:1.875rem;line-height:2.25rem;text-align:left}.o-contact__form-title:not(:last-child){margin-bottom:2.5rem}.o-contact__bottom{display:flex;gap:6.25rem;justify-content:space-between}.o-contact__author{flex-grow:0;flex-shrink:0}.o-contact__author,.o-contact__text{font-size:.75rem;line-height:1rem}}.o-faq{padding-bottom:1.875rem;padding-top:2.5rem}.o-faq__title{color:#074790;font-size:1.875rem;font-weight:900;line-height:2.25rem}.o-faq__title:not(:last-child){margin-bottom:2.5rem}.o-faq__buttons{display:flex;flex-wrap:wrap;gap:.625rem}.o-faq__buttons:not(:last-child){margin-bottom:2.5rem}.o-faq__button{background-color:#e4e7ea;border:.125rem solid #e4e7ea;border-radius:2rem;color:#074790;cursor:pointer;font-size:.6875rem;font-weight:900;justify-content:center;line-height:.9375rem;padding:.4375rem .9375rem;transition:color .3s ease-in-out,background-color .3s ease-in-out,box-shadow .3s ease-in-out,border .3s ease-in-out;width:-moz-fit-content;width:fit-content}.o-faq__button,.o-faq__button span{align-items:center;display:flex}.o-faq__button.--active,.o-faq__button:hover{background-color:#fff;color:#000}.o-faq__button.--active{pointer-events:none}.o-faq__tiles{border-top:.0625rem solid #aeb9c7}.o-faq__yt:hover svg{transform:none!important}.o-faq__search{background-color:#fb538e;border:.125rem solid #fb538e;border-radius:2rem;color:#fff;cursor:pointer;flex-grow:0;flex-shrink:0;font-size:.875rem;font-weight:900;height:2.875rem;justify-content:center;line-height:1rem;margin-left:1.25rem;padding:.4375rem .9375rem;transition:color .3s ease-in-out,background-color .3s ease-in-out,box-shadow .3s ease-in-out,border .3s ease-in-out;width:-moz-fit-content;width:fit-content}.o-faq__search,.o-faq__search span{align-items:center;display:flex}.o-faq__search:hover{background-color:#1d9bd8;border-color:#1d9bd8;color:#fff}.o-faq__search-wrapper{align-items:center;background-color:#e6e9ee;border-radius:.4375rem;display:flex;padding:1.25rem}.o-faq__search-wrapper:not(:last-child){margin-bottom:2.5rem}.o-faq__input{background-color:#fff;border:none;border-radius:.4375rem;box-shadow:0 .375rem .5625rem 0 rgba(28,55,96,.1);color:#3f3f3f;font-size:1rem;height:2.875rem;padding:.125rem .9375rem;width:100%}.o-faq__input::-moz-placeholder{color:#3f3f3f}.o-faq__input::placeholder{color:#3f3f3f}.o-faq__tile{border-bottom:.0625rem solid #aeb9c7;padding:2.5rem 0}.o-faq__q{font-size:1.5rem;font-weight:900;line-height:1.75rem}.o-faq__top{align-items:flex-start;display:flex;justify-content:space-between}.o-faq__right{flex-grow:0;flex-shrink:0;margin-left:1.25rem}.o-faq__arrow{align-items:center;color:#074790;cursor:pointer;display:flex;font-size:.75rem;font-weight:900;line-height:.875rem;transition:color .3s ease-in-out;width:-moz-fit-content;width:fit-content}.o-faq__arrow .o-faq__svg{align-items:center;border:.125rem solid #e6e9ee;border-radius:1.875rem;display:flex;height:1.875rem;justify-content:center;margin-left:.625rem;width:1.875rem}.o-faq__arrow .o-faq__svg svg{height:.8125rem;transform:rotate(-90deg);transition:transform .3s ease-in-out;width:.8125rem}.o-faq__arrow .o-faq__svg svg path{fill:#fb538e;transition:fill .3s ease-in-out}.o-faq__arrow:hover{color:#1d9bd8}.o-faq__arrow:hover span svg path{fill:#1d9bd8}.o-faq__arrow.--active .o-faq__svg svg{transform:rotate(90deg)}.o-faq__a{color:#3f3f3f;font-size:.875rem;line-height:1.375rem;padding-top:1.25rem}@media(max-width:1023.98px){.o-faq__wrapper{display:none}.o-faq__right{align-items:flex-end;display:flex;flex-direction:column-reverse}.o-faq__yt{margin-top:1.25rem}}@media(min-width:1024px){.o-faq{padding-bottom:3.75rem;padding-top:5.625rem}.o-faq__arrow{font-size:.875rem;line-height:1.25rem}.o-faq__yt{padding:.4375rem .9375rem}.o-faq__right{align-items:center;display:flex;gap:1.25rem}.o-faq__a{font-size:1rem;line-height:2rem}.o-faq__q{font-size:1.875rem;line-height:2.4375rem}.o-faq__search-wrapper{padding:1.875rem}.o-faq__search{margin-left:1.875rem}.o-faq__button{font-size:1.0625rem;line-height:1.25rem;padding:1.125rem 1.5625rem}.o-faq__row{display:flex;justify-content:space-between}.o-faq__content-wrapper{width:68%}.o-faq__wrapper{width:26%}.o-faq__box{position:sticky;top:1.25rem}.o-faq__title{font-size:2.5rem;line-height:3.625rem}.o-faq__title:not(:last-child){margin-bottom:3.75rem}}.o-promotion{padding-bottom:1.875rem;padding-top:2.5rem}.o-promotion__title{color:#074790;font-size:1.875rem;font-weight:900;line-height:2.25rem}.o-promotion__title:not(:last-child){margin-bottom:2.5rem}.o-promotion__img{border-radius:1.5625rem;height:auto;max-width:62.5rem;overflow:hidden;width:100%}.o-promotion__img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-promotion__img:not(:last-child){margin-bottom:2.5rem}.o-promotion__content{border-bottom:.0625rem solid #e6e9ee;padding-bottom:2.5rem}.o-promotion__content:not(:last-child){margin-bottom:2.5rem}@media(min-width:1024px){.o-promotion{padding-bottom:3.75rem;padding-top:5.625rem}.o-promotion__title{font-size:2.5rem;line-height:3.625rem}.o-promotion__title:not(:last-child){margin-bottom:3.75rem}.o-promotion__img{border-radius:5rem}.o-promotion__img:not(:last-child){margin-bottom:3.75rem}.o-promotion__content{padding-bottom:3.75rem}.o-promotion__content:not(:last-child){margin-bottom:3.75rem}}.o-search{padding-bottom:1.875rem;padding-top:2.5rem}.o-search__lead{font-size:.9375rem;font-weight:700;line-height:1.25rem}.o-search__lead span{font-weight:400}.o-search__title{color:#074790}.o-search__title:not(:last-child){margin-bottom:1.875rem}.o-search__row{display:flex;flex-wrap:wrap}.o-search__col{width:100%}@media(max-width:575.98px){.o-search__col:not(:last-child){margin-bottom:1.5625rem}}@media(min-width:576px){.o-search__row{gap:1.25rem}.o-search__col{width:calc(50% - 10px)}}@media(min-width:768px){.o-search__col{width:calc(33.33333% - 13.33333px)}}@media(max-width:1023.98px){.o-search__wrapper{display:none}}@media(min-width:1024px){.o-search{padding-bottom:3.75rem;padding-top:5.625rem}.o-search__list{width:68%}.o-search__row-main{display:flex;justify-content:space-between}.o-search__wrapper{width:26%}.o-search__lead{font-size:1rem;line-height:1.875rem}.o-search__lead:not(:last-child){margin-bottom:.3125rem}.o-search__title:not(:last-child){margin-bottom:3.75rem}.o-search__row{gap:2.5rem}.o-search__col{width:calc(33.33333% - 26.66667px)}}@media(min-width:1460px){.o-search__row{gap:3.75rem}.o-search__col{width:calc(33.33333% - 40px)}}.o-header{background-color:#f8f8f8;left:0;position:fixed;right:0;top:0;z-index:20}.o-header__text-wrapper{align-items:center;background-color:#164297;display:flex;justify-content:center;min-height:3.125rem;padding-bottom:.3125rem;padding-top:.3125rem}.o-header__text{color:#fff;font-size:.75rem;font-weight:700;line-height:1}.o-header__button-top{flex-grow:0;flex-shrink:0;margin-left:.625rem}.o-header__logo{display:block;height:2.9375rem}.o-header__logo img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:auto}.o-header__top{border-bottom:.125rem solid #e4e7ea;justify-content:flex-end;margin-bottom:.9375rem;padding-bottom:.9375rem}.o-header__partners,.o-header__top{align-items:center;display:flex;flex-wrap:wrap}.o-header__partners:not(:last-child){margin-right:1.25rem}.o-header__partners img{height:2.5rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:2.5rem}.o-header__partners img:not(:last-child){margin-right:1.25rem}.o-header__partners p{color:#aeb9c7;font-size:.75rem;line-height:1.116;margin-right:1.25rem}.o-header__tel{align-items:center;color:#fb538e;display:flex;font-size:1rem;font-weight:700;line-height:1.4;transition:color .3s ease-in-out}.o-header__tel:hover{color:#1d9bd8}.o-header__tel span{height:1.5625rem;margin-right:.625rem}.o-header__tel span svg{height:100%}.o-header__tel span svg path{fill:#aeb9c7}.o-header__section{gap:1.25rem;justify-content:space-between;padding-bottom:.9375rem;padding-top:.9375rem}.o-header__section,.o-header__socials{align-items:center;display:flex}.o-header__socials:not(:last-child){margin-right:1.25rem}.o-header__socials a{align-items:center;display:flex;height:1.25rem;justify-content:center;width:1.25rem}.o-header__socials a:not(:last-child){margin-right:1.25rem}.o-header__socials a img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-header__bottom{align-items:center;display:flex;justify-content:space-between}.o-header__menu{align-items:center;color:#074790;display:flex;font-size:1rem;font-weight:700;line-height:1.2}.o-header__burger{cursor:pointer;display:block;height:.9375rem;margin-left:.625rem;position:relative;width:1.875rem}.o-header__burger span{background-color:#074790;display:block;height:.125rem;left:0;position:absolute;transition:transform .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;width:100%}.o-header__burger span:first-child{top:0}.o-header__burger span:nth-child(2){top:50%;transform:translateY(-50%)}.o-header__burger span:nth-child(3){bottom:0}.o-header__burger.--open span:first-child{opacity:0;transform:translateX(-100%)}.o-header__burger.--open span:nth-child(3){opacity:0;transform:translateX(100%)}.o-header__button{margin-right:1.25rem;white-space:nowrap}@media(max-width:575.98px){.o-header__button,.o-header__partners{display:none}}@media(min-width:1024px)and (max-width:1199.98px){.o-header__button{display:none}}@media(max-width:1023.98px){.o-header__nav{display:none}.o-header__button{margin-left:auto}.o-header__content{width:100%}.o-header__logo--pc{display:none}}@media(max-width:1459.98px){.o-header__home{display:none}}@media(min-width:1024px){.o-header{position:absolute}.o-header__tel{font-size:1.1875rem}.o-header__tel span{height:2.1875rem}.o-header__bottom{justify-content:flex-end}.o-header__button{margin-right:0}.o-header__menu{display:none}.o-header__text{font-size:.8125rem}.o-header__logo{height:3.4375rem}.o-header__logo--mobile{display:none}.o-header__top{margin-bottom:1.25rem;margin-left:auto;padding-bottom:1.25rem;width:-moz-fit-content;width:fit-content}}@media(min-width:1460px){.o-header__home{cursor:pointer;height:1.5625rem;margin-right:1.25rem;width:1.5625rem}.o-header__home svg{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-header__home svg path{transition:fill .3s ease-in-out}.o-header__home:hover svg path{fill:#1d9bd8}}@media(min-width:1800px){.o-header__section{padding-left:3.125rem;padding-right:3.125rem}.o-header__text-wrapper{padding:.3125rem 3.125rem}}.o-video{background:linear-gradient(90deg,#1272b5,#074790 50%,#1272b5)!important;overflow:hidden;padding-bottom:1.875rem;padding-top:1.875rem}.o-video__title{color:#fff;font-size:1.5rem;font-weight:900;line-height:2rem;text-align:center}.o-video__title span{color:#fb538e}.o-video__title:not(:last-child){margin-bottom:1.25rem}.o-video__text{color:#fff;font-size:.875rem;line-height:1.375rem;text-align:center}.o-video__text:not(:last-child){margin-bottom:.625rem}.o-video__tile{background-color:#fff;border-radius:1.5625rem;display:block;outline:none;overflow:hidden}.o-video__tile:hover img{transform:scale(1.05)}.o-video__content{background-color:#fff;padding:1.25rem}.o-video__sub-title{color:#074790;font-size:1rem;font-weight:700;line-height:1.5rem}.o-video__sub-title:not(:last-child){margin-bottom:.9375rem}.o-video__sub-text{color:#000;font-size:.875rem;font-weight:400;line-height:1.125rem}.o-video__img{aspect-ratio:16/9;overflow:hidden;width:100%}.o-video__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease-in-out;width:100%}@media(min-width:1024px){.o-video{padding-bottom:3.75rem;padding-top:3.75rem}.o-video__title{font-size:2.125rem;line-height:2.875rem}.o-video__title:not(:last-child){margin-bottom:1.875rem}.o-video__text{font-size:1rem;line-height:2rem}.o-video__text:not(:last-child){margin-bottom:1.875rem}.o-video__sub-title{font-size:1.0625rem;line-height:1.625rem}.o-video__sub-text{font-size:.9375rem;line-height:1.5625rem}}.o-404{height:12.75rem}
